
/* ----------- =Search Product ----------- */

#filter {
    margin: 32px 0 13px;
    text-align: center;
}

    #filter ul {
        margin: 5px auto 20px auto;
        background: #FFFDF9;
    }

    #filter li {
        border: 1px solid #D5C7AE;
        border-width: 1px 0 1px 1px;
        float: left;
        padding: 0.46em 0 0.46em;
        text-align: center;
        width: 25%;
        box-sizing: border-box;
    }

        #filter li h4 {
            font-weight: bold;
        }

        #filter li.last {
            border: 1px solid #D5C7AE;
        }

div.search-filter {
    margin-bottom: 45px;
    background: #F9F9F9;
    border-width: 1px 0;
    padding: 1em;
    border: 1px solid #DDD;
    background-color: #F7F7F7;
    border-radius: 3px;
}

/* ----------- =Temple List by Alphabet ----------- */
.temple-content h1 {
    text-align: center;
    margin-bottom: 0;
}

    .temple-content h1 .province {
        color: #e91e63;
    }

.temple-content .click-hint {
    color: #6c757d;
    text-align: center;
    margin-bottom: 48px;
}


#alphabet_list {
    text-align: center;
    font-size: 21px;
    background: #FFFDF9;
    margin: 1em 0;
    padding: 0.6em 0;
    border: 1px dotted #C8B99D;
    border-width: 1px 0;
    font-weight: normal;
}

    #alphabet_list a {
        margin-right: 0.2em;
    }


#temple_list h3 {
    font-size: 36px;
    border-bottom: 1px solid #CCC;
    color: #704816;
    margin-top: 3rem;
    border-width: 1px 0 0 0;
    border-style: solid;
    border-color: #E4E4E4;
    background: #FFF url(../images/bg_grad_grey.gif) repeat-x 0 -30px;
    padding: 15px 10px;
    margin-bottom: 30px;
    text-shadow: 1px 1px 0 #FFF;
    font-weight: 300;
}


    #temple_list h3 .top_nav {
        font-size: 14px;
        float: right;
        font-family: Sarabun;
        padding-left: 1.31em;
        margin-top: 5px;
    }

#temple_list ul {

}

#temple_list li {
    font-size: 17px;
    padding: .2rem;
    padding-bottom: 0.92em;
    transition: all 0.19s ease 0s;
    border-radius: 3px;
}

    #temple_list li:hover {
        background-color: #F7F7F7;
    }

    #temple_list li em {
        font-size: 14px;
        font-weight: normal;
        color: #6c757d;
        display: block;
        font-style: normal;
    }
