/*
CTC Separate Stylesheet
Updated: 2017-12-03 12:10:34
Theme Name: Pozytywka Mielec theme
Theme URI: https://wordpress.org/themes/twentyseventeen/
Template: twentyseventeen
Author: RS
Author URI: http://progenet.pl/
Description: Theme for pozytywka mieclec
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
Version: 1.4.1512303034
*/

.post-18 ul {
    padding: 0;
    margin: 0;
    list-style: none;

    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;

    -webkit-flex-flow: row wrap;
    justify-content: space-around;
}
.post-18 li {
    border: 3px solid #eacd55;
    padding: 20px;
    width: 200px;
    height: 100px;
    margin-top: 10px;
    /* line-height: 50px; */
    color: #000034;
    font-weight: bold;
    font-size: 1.3em;
    text-align: center;
    border-radius: 5px;
}
.page .panel-content .entry-title, .page-title, body.page:not(.twentyseventeen-front-page) .entry-title {
    color:#000034;
    font-size: 1.5rem;
    text-align: center;
	letter-spacing:0;
}
.site-title{
	letter-spacing:0;
}

.format-quote .entry-date, .format-quote .byline{
	display:none;
}

/*
#main{
    background-color: #fffbe8;
}
.panel-content .wrap{
    background-color: white;
}*/