body,
button,
input,
select,
textarea {
    font-family: "Sarabun", Helvetica, Arial, sans-serif;
    font-size: 1rem;
    line-height: 1.62857143;
    color: rgba(0, 0, 0, 0.54);
}
body {
    background-color: #ffffff;
    overflow: visible;
    overflow-x: hidden;
}
/* Headings */
h1, h2, h3, h4, h5, h6 {
    color: rgba(0, 0, 0, 0.95);
    font-weight: 500;
}
h1 {
    font-size: 2rem;
}
h2 {
    font-size: 1.8rem;
}
h3 {
    font-size: 1.5rem;
}
h4 {
    font-size: 1.2rem;
}
h5 {
    font-size: 1.1rem;
}
h6 {
    font-size: 1.0rem;
}

.text-muted {
    font-size: 0.75rem;
}

.navbar-menus{
    height: auto;
}
.navbar-menus .nav-link{
    color: #fff;
    padding-right: 1rem;
    padding-left: 1rem;
}

input[type=text], input[type=tel], input[type=url], input[type=email], input[type=tel], input[type=time], input[type=number], input[type=password], .custom-file-input, .custom-file, .form-control, .custom-file-label, .custom-file-label::after {
   border-radius: 20px;

}
.btn,button, html input[type="button"], input[type="reset"], input[type="submit"]{
    border-radius: 20px;
    line-height: auto;
}

.btn-lg, .btn-group-lg > .btn {
    padding: 0.5rem 1rem!important;
    font-size: 1rem!important;
    line-height: 1.2!important;
    height: auto!important;
}

.btn {
    padding: 0.375rem 1.75rem;
    border-radius: 1.4rem;
    line-height: 1.8rem;
}

.card{
    border-radius: 9px;
}

.user-login{
    width: 100%;
    max-width: 440px;
    margin: auto;
}
.user-login .button{
    width: 100%;
    text-align: center;
    border-radius: 20px;
}
.btn-line{
    width: 100%;
    text-align: center;
    border-radius: 20px;
}
.btn-line span {
    display: block;
    padding: 0 55px 0 15px;
}

.divider{
    height: 1px;
    background-color: rgba(0, -6, 0, 0.125);
    position: relative;
}
.divider span{
    display: inline-block;
    position: absolute;
    left: 50%;
    top: -7px;
    height: 14px;
    background: #fff;
    line-height: 14px;
    padding: 0 10px;
    width: 16%;
    margin-left: -8%;
    text-align: center;
}

.status.title.publish{
    color: #28a745!important;
}

.status.title.draft{
    color: #ffc107!important;
}

.card-form {
    position: relative;;
}
.card-form .card-title{
    position: absolute;
    padding: 0 10px;
    top: -10px;
    left: 11px;
    background-color: #fff;
    
}

.card.card-member {
    border: #0074e4 solid 1px;
    padding: 15px;
}
.card.card-member h4{
    margin-bottom: 1em;
}
.list-group-item {
    position: relative;
    background-color: #fff;
    border: 1px solid #eaeff3;
    padding: 0.5em;
}

.site-header .navbar {
    color: #000000;
    background-color: #0074e4;
    padding:15px;
}
.site-header .navbar-brand img {
    padding: 0;
    max-height: 54px;
    max-width: 250px;
    float: left;
}

.site-main {
    padding-bottom: 0px;
}
.page-content .entry-content{
    padding:2em;
}
#searchform .field{
    height: 40px;
}
#searchform .submit{
    height: 40px;
    border-radius: 0 20px 20px 0;
    padding: 8px 12px 8px 8px;
}
.btn{ padding: 0.375rem 1.75rem; border-radius: 19px; }
.btn-warning,
.btn-warning:visited{
    background-color: #ffd500;
    border-color: #ffd500;
    color: #000000;
}

.card-post .title{
    color:#1d88f6;
}

.single-hentry{
    text-align: left;
}
.site-archive-content .single-hentry{
    padding:0;
    margin: -30px 0 0px;
}
.site-archive-content .single-hentry .entry-header {
    text-align: left;
    padding: 0 0%;
    border-bottom: #f1f1f1 solid 1px;
    margin-bottom: 30px;
    
}

.site-archive-content .single-hentry .entry-header .entry-title{
    font-size: 1.8rem;
    margin-bottom: 15px;
    line-height: 2rem;
    color: #1d88f6!important;
}

.site-archive-content .entry-content h4{
    font-size: 1.4rem;
    margin-bottom: 30px;
    line-height: 2rem;
    color: #1d88f6!important;
}
.site-archive-content .single-hentry .entry-meta .update,
.site-archive-content .single-hentry .entry-meta .date{
    color: #1d88f6!important;
}
.site-archive-content .single-hentry .entry-meta p{
    margin-bottom: 0;
}
.site-archive-content .single-hentry .entry-content {
    margin: 0 auto;
    margin-top: 0;
    max-width: initial;
    padding: 0;
    border:none;
    min-height: 100px;
}
.site-archive-content .single-hentry .entry-content .gallery{
    padding:0 0; 
}
.site-archive-content .single-hentry .entry-content .gallery ul{
    padding:0;
    list-style-type: none;
}
#comments, .wpdt-author-bio, .single .site-navigation {
    padding: 0;
    max-width: inherit;
    border: none;
}
.commentlist li.comment article.comment {
    background: #fff;
    padding: 10px 10px 10px;
    margin-bottom: 1em;
    position: relative;
    min-height: 80px;
    border-radius: 6px;
    border: #f1f1f1 solid 1px;
}
.commentlist li.comment .reply a {
    color: #000;
}
#comments{
    margin:0;
}
#comments .comment-respond{
    margin: 2em auto 0px;
    background: #fff;
    padding: 10px;
    box-shadow: 0 1px 4px 0 rgb(0 0 0 / 0%);
    border-radius: 2px;
    /* max-width: 760px; */
    border: #f1f1f1 solid 1px;
    border-radius: 6px;
}
#comment .reply-title{
    font-size: 1.2erm;;
}

.wp-editor-container {
    clear: both;
    border: 1px solid #e5e5e5!important;
}
.upload-thumbnails .thumbnail{ border-top: 1px solid rgba(0, 0, 0, 0.125); padding: 5px 0; }
.upload-thumbnails .thumbnail img{
    width: 75px;
    height: auto;;
}

.zeno_font_resizer{
    display: inline-block;
}
.zeno_font_resizer a{
    color: #fff!important;
    display: inline-block;
    padding: 0 5px;

}
.zeno_font_resizer a:hover,
.zeno_font_resizer a:active,
.zeno_font_resizer a:focus{
    color:#ffd500!important;
}

.navbar-light .navbar-toggler:hover, .navbar-light .navbar-toggler:focus {
    background-color: transparent;
}

.header-widget {
    padding: 0 10px;
    position: relative;
    z-index: 101;
}

.header-widget p{ margin-bottom: 0;;}
.header-widget .widget{ display: inline-block; }
.header-widget .widget .widget-title{ color:#fff; display: inline-block;}
.header-widget .widget > div{ display:inline-block; }

.navbar-toggler {
    margin-right: -13px;
    margin-left: 0;
    font-size: 1rem;
    border-radius: 50%;
}
.navbar-menus .nav-link{
    padding:none;
}
.navbar-collapse{
    box-shadow: none!important;
    background-color:#ffd500!important;
}
.navbar-collapse.show{
    box-shadow: none!important;
    background-color:#ffd500!important;
  
}
.navbar-collapse.show .navbar-nav a.nav-link{
    color: #000!important;
    padding-right: 0rem;
    padding-left: 0rem;
}

.search-no-results .not-found {
    margin-top: 0;
    padding-top: 0;
    min-height: 0;
}
.gallery-slidshows  img{
    width: 100%;
}
.custom-file-label::after {
    color: #ffffff;
    background: #3288f6;
}


@media (min-width: 768px) {

    body {
        margin-bottom: 60px;
    }

    .fixed-bottom {
        position: absolute;
        bottom: 0;
        width: 100%;
        height: 60px;
        line-height: 60px;
        background-color: #f5f5f5;
    }

	
}

/* Large devices (desktops, 992px and up)*/
@media (min-width: 992px) {
	.site-header .navbar-brand img{
        max-height: 125px;
        max-width: 450px;
    }
    .site-footer .footer-info{
        padding:10px;
    }

    .navbar-collapse{
        box-shadow: none!important;
        background-color:transparent!important;
    }
    .navbar-light .navbar-nav .nav-link{
        background-color: #ffd500;
        color:#000;
        border-radius: 20px;
        margin-left: 10px;;
    }
    .page-template-default .entry-content{
        box-shadow: none;
    }
    .btn-lg, .btn-group-lg > .btn {
        padding: 0.5rem 2rem!important;
        font-size: 1.2rem!important;
        line-height: 1.2!important;
        height: auto!important;
    }
    .header-widget p{
        margin-bottom: 1em;;
    }

}

.user-login-page .entry-content{
    background-color: #fff;
    padding:20px;
}

@media (min-width: 1025px) {
	.site-header .navbar{
        padding:10px;
    }
    .site-page-header{
        padding: 40px 0 80px 0;
        text-align: center;
        min-height: 240px;
    }
    .page-content .content-search-results {
        padding-top: 0;
    }
    .header-widget {
        margin-top: -1em;
    }
    .user-login-page .entry-content{
        padding:100px;
    }
}

@media (min-width: 1440px) {

    .site-header .navbar{
        padding: 10px 100px;
    }
    
}

/* Extra large devices (large desktops, 1200px and up)*/
@media (min-width: 1920px) {

}

@media (max-width: 320px) {
    .site-header .navbar-brand img {
        max-width: 150px;
    }
	
}
@media (max-width: 834px) {
    .navbar-collapse{
        margin: 0;
        left: 0;
        right: 0;
        top: 77px;
      
    }
    .navbar-collapse.show{
        box-shadow: none!important;
        background-color:#ffd500!important;
        width: 100%;
        margin: 0;
        left: 0;
        top: 77px;
        right: 0;
      
    }
    .row .col-4 {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
/*         max-width: 100100%; */
    }
    #comments{
        padding-bottom: 100px;
    }
    .page-template-page-profile .col-4,
    .page-template-page-profile .col-3,
    .page-template-page-profile .col-9,
    .page-template-page-profile .col-8{
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }
    .card.card-member{

        margin-bottom: 30px;
    }

    .profile-header .btn{
        margin: 0 auto 30px;
        text-align: center;
        display: inherit;
    }
    .site-archive-content .single-hentry .entry-header .entry-title,
    .site-archive-content .entry-content h4{
        font-size: 24px;
    }
}