/*
Theme Name: WP Custom themes
Description: WP Custom themes is custom theme as default theme for use on sites one.com server.
Text Domain: wp-custom
Template: twentyseventeen
Tags: one-column, two-columns, right-sidebar, flexible-header, accessibility-ready, custom-colors, custom-header, custom-menu, custom-logo, editor-style, featured-images, footer-widgets, post-formats, rtl-language-support, sticky-post, theme-options, threaded-comments, translation-ready
*/
.panel-content .wrap, .site-content, .wrap {
    padding: 10px;
}
@media screen and (min-width: 48em) {
    .panel-content .wrap, .site-content, .wrap {
        padding: 15px;
    }

    .site-content-contain #content #primary {
        float: left;
        width: 58%;
    }
    .side-bar-front {
        float: right;
        padding-top: 0;
        width: 36%;
    }

}
h2.widget-cate-title {
    font-size: 18px;
    font-weight: 700;
}
#primary .entry-header {
    display: block;
    width: 100%;
    margin-bottom: 0;
}
@media screen and (min-width: 30em) {
    .page-one-column .panel-content .wrap {
        max-width: 980px;
    }
}
.homepage-sidebar-custom {
    margin-top: 20px;
}
#masthead .site-branding {
    padding: 1em 0;
}
.widget {
    padding-bottom: 10px;
    margin-top: 15px;

}
#secondary .widget {
    margin-top: 0;
}
#secondary .widget-title {
    font-weight: 700;
    color: #000000;
    font-size: 14px;
    margin-bottom: 5px;
}
.widget-cate-title {
    font-weight: 700;
    color: #000000;
}
.entry-title {
    font-weight: 700;
    font-size: 14px;
}
.entry-content a.read-more {
    text-decoration: none;
    box-shadow: none;
}
.custom-tbl-page tr td {
    vertical-align: top;
}
@media screen and (min-width: 48em) {

    .page #secondary {
        float: right;
        padding-top: 0;
        width: 36%;
    }
    .main-navigation a {
        padding: 1em 0.75em;
    }
}