/*
Theme Name: MyWiki Shopstack
Template: mywiki
Version: 1.0.8
*/
@import url('https://fonts.googleapis.com/css?family=Kanit:300,300i,400,400i,500,500i,600,700&subset=thai');
@import url("../mywiki/style.css");
@import url("./custom.css?ver=1.0.8");
@import url("font/tty-icon/docs/style.css");
form.wpcf7-form select {
    -webkit-appearance: none;
    appearance: none;
    -moz-appearance: none;
    background-image: url('images/down-arrow.svg');
    background-repeat: no-repeat;
    background-size: 14px 14px;
    background-position: calc(100% - 16px);
}
div.wpcf7 input[type="file"]::-webkit-file-upload-button {
    visibility: hidden;
}
.search-container {
    text-align: center;
    padding: 48px 20px 48px;
    background: #EE2340;
    margin: 0 0 15px;
}
.navbar-nav > a {
    float: right;
}