/*
Theme Name: WP Candy
Theme URI   : https://yimity.com/2018/04/26/wp-candy
Description : 基于 Candy 静态页面的 WordPress 主题
Version     : 1.1.5
Author      : 一米
Author URI  : http://yimity.com
Tags        : Now UI Kit, Candy, Komplete
Text Domain : wp-candy
License     : MIT
Next do     : Theme options
Readme      : Theme based on now ui kit (http://demos.creative-tim.com/now-ui-kit/index.html) Thanks so much for the greatest ui kit.
              the static html version is in https://candy.komplete.io/.
              all of the themes can be used under the MIT License.
*/


html,body,ul,ol,li,div,input,p,h1,h2,h3,h4,h5,h6,blockquote,pre {padding:0;margin:0;}
ul,ol,li {list-style:none;}
img,table, caption, tbody, tfoot, thead, tr, th, td {border:none;}
a {text-decoration:none;}

html {
    margin-top : 0 !important;
}

* html body {
    margin-top : 0 !important;
}

@media screen and ( max-width : 782px ) {
    html {
        margin-top : 0 !important;
    }

    * html body {
        margin-top : 0 !important;
    }
}