/*
Theme Name: M-Arreda
*/

.section-title { font-size: 20px; margin: 20px 0 25px 0; padding-left: 0; text-transform: uppercase; }
.section-title::after { left: 0; }

/* CATEGORIA */
body.home .post a, body.category .post a { display: block; color: #333333; }
body.home .post a:hover, body.category .post a:hover { text-decoration: none; }
body.home .post img, body.category .post img { height: auto; max-width: 100%; margin: 0 0 15px 0; }
body.home .post .titolo, body.category .post .titolo { font-weight: bold; }
body.home .post .data, body.category .post .data { font-style: italic; }

/* SINGOLO POST */
body.single .post .section-title { margin-bottom: 25px; }
body.single .post .autore { display: block; margin-bottom: 25px; }
body.single .post .autore span { font-weight: bold; }
body.single .post img { height: auto; max-width: 100%; margin: 0 0 15px 0; }
body.single .post .data { display: block; font-style: italic; margin-top: 35px; }
body.single .post .share { float: right; margin-top: 17px; }
body.single .post .share a { color: #000000; display: inline-block; font-size: 20px; margin-right: 10px; }

/* ELENCO COMMENTI */
#comments { margin-top: 50px; }
#comments .comment-list { list-style-type: none; margin: 0; padding: 0; }
#comments .comment-list li { margin: 0; padding: 0; }
#comments .comment-meta { background: none; }

/* FORM COMMENTI */
#commentform label { display: inline-block; width: 100px; }
#commentform .form-submit input { background: #000000; border: none; color: #FFFFFF; padding: 5px; }
#commentform .comment-form-comment label { display: none; }

/* ALTRI POST */
#altri-post { margin-bottom: 50px; margin-top: 100px; }
#altri-post img { height: auto; width: 100%; }
#altri-post .titolo { color: #333333; font-weight: bold; }

/* PAGINAZIONE */
#paginazione { font-size: 20px; margin: 30px 0 30px 0; text-align: right; }
#paginazione .page-numbers { display: inline-block; margin: 0 5px; }
#paginazione a { color: #000000; }
#paginazione .current { border-bottom: #337ab7 solid 1px; color: #337ab7; }

/* WIDGET */
#menu-prodotti { list-style-type: none; margin: 0; padding: 0; }
.widget { margin-bottom: 35px; }
