/* 시스템 기본 폰트 명시 설정 - 호환성 향상용 */
body {
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
}

.top_bar.fixed #menu_wrapper div .nav > li > a {
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
    font-weight: 600;
    font-size: 18px;
}

h1, h2, h3, h4, h5, h6 {
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
    font-weight: 700;
}

#page_content_wrapper {
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
    font-size: 16px;
    line-height: 1.6;
}

/*------------------------------------------------------------------
[Table of contents]

1. Body
2. Navigation / .top_bar
3. Footer / #footer
4. Content / #page_content_wrapper
5. Social Sharing / #social_share_wrapper
6. Sidebar / .sidebar_wrapper
7. Form & Input
8. Pagination / .pagination
9. Widgets
10. Food Menu Template Elements
11. Contact Form Captcha / #captcha-wrap
12. Woocommerce Elements
13. Live Content Builde Elements
-------------------------------------------------------------------*/

.portfolio_nav { display:none; }

.top_bar.fixed
{
    position: fixed;
    animation-name: slideDown;
    -webkit-animation-name: slideDown;  
    animation-duration: 0.5s;   
    -webkit-animation-duration: 0.5s;
    z-index: 999;
    visibility: visible !important;
    top: 0px;
}

.top_bar.fixed #menu_wrapper div .nav
{
    margin-top: 16px;
}

.top_bar.fixed #searchform
{
    margin-top: 8px;
}

.top_bar.fixed .header_cart_wrapper
{
    margin-top: 21px;
}

.top_bar.fixed #menu_wrapper div .nav > li > a
{
    padding-bottom: 24px;
}

.top_bar.fixed .logo_wrapper img
{
    max-height: 40px;
    width: auto;
}

#page_caption .page_title_wrapper
{
    text-align: center;
}

.page_title_inner
{
    float: none;
}

#copyright, #footer_menu, .footer_bar_wrapper .social_wrapper
{
    float: none;
    width: 100%;
    text-align: center;
}

.footer_bar_wrapper .social_wrapper ul
{
    text-align: center;
    margin: auto;
}

#footer_menu, .footer_bar_wrapper .social_wrapper
{
    margin-bottom: 10px;
}

.footer_bar_wrapper
{
    padding-top: 50px;
}

#copyright
{
    margin-bottom: 30px;
}

.footer_bar_wrapper .social_wrapper ul li
{
    float: none;
    display: inline-block;
}

#wrapper.hasbg .above_top_bar
{
    background: #cfa670 !important;
    background: rgb(207, 166, 112, 0.9) !important;
    background: rgba(207, 166, 112, 0.9) !important;
}

.demo_color_list > li .item_content_wrapper
{
    width: 100%;
}

.demo_color_list > li .item_content_wrapper .item_content
{
    width: 100%;
    box-sizing: border-box;
}

.demo_color_list > li .item_content_wrapper .item_content .item_thumb
{
    width: 30px;
    height: 30px;
    position: relative;
    line-height: 0;
    border-radius: 250px;
    margin: auto;
}

.submit-button { 
    font-size: 14px; 
    font-weight: bold; 
    letter-spacing: 0.8px; 
    padding: 8 px 16px; 
    width: auto;
    display: block; 
    -webkit-appearance: none; 
    background-color:#333; 
    border: 0;
    color: #fff;
    cursor: pointer;
    margin-top: 20px;
}

.input1 {
    width: 100%;
}

.flex-active-slide img {
    width: 100%;
}
