body.innerPage{ background: #000000;}
#content {
max-width: 1050px; padding: 0;
    background: #000000; color: #fff;}
	
	
#content	article.type-post{background: #fff; color:#454545; padding:30px !important;}

#content	article.type-post.post h1 {
color: #19113a;}

#headerStaticPhoto {
    padding-top: 30px;
}
	
.hentry {
    padding: 0 !important;
}
#postsContainer {
    position: relative;
    margin: 0px auto;
    width: 100%;
    height: 100%;
    padding: 30px;
    /* padding-right: 30px; */
    background: #fff;
}

#postsContainer .postItem {
    position: relative;
    width: 300px;
    height: 370px;
    text-align: center;
    display: inline-block;
    border-top: none;
    padding-top: 20px;
}

.pageMainTitle h1 {
    color: #fec111;
    font-weight: bold;
    font-size: 1.75em;
    background: #19113a;
    padding-left: 15px;
    padding-right: 15px;
    display: inline;
}

.pageMainTitle {
    background: url(../../images/layout/title-page_krymm23.png) repeat-x 0% 50%;
    text-align: center;
    margin-bottom: 30px;
	    display: none;
}

#postsContainer .pageMainTitle h1 {
    color: #19113a;
    font-weight: bold;
    font-size: 1.75em;
    background: #fff;
    padding-left: 15px;
    padding-right: 15px;
    display: inline;
}

#postsContainer .pageMainTitle {
    background: transparent;
    text-align: center;
    margin-bottom: 30px;
	    display: block;
}

.postsWrap {
    color: #000;
}

hr {
    background: url('/wp-content/themes/carnivalpatras/images/dotted-line-krymm.png') repeat center top !important;
    background-size: 4px 4px;
    border: 0;
    height: 1px;
    margin: 0 0 24px;
}

.krymmenosFeatured{text-align:justify;}

.krymmenosFeatured .krymmenosFeaturedItem{display:inline-block; width:24%; text-align: center;
    font-size: 1.1em; vertical-align:top;}

#content a:link                           { color:#fff; text-decoration: none; }
#content a:visited                       { color:#fff; text-decoration: none; }
#content a:active                        { color:#fff; text-decoration: none; }
#content a:hover                         { color:#fff; text-decoration: underline; } 

#content .postItem a:link                           { color:#454545; text-decoration: none; }
#content .postItem a:visited                       { color:#454545; text-decoration: none; }
#content .postItem a:active                        { color:#454545; text-decoration: none; }
#content .postItem a:hover                         { color:#f67d1c; text-decoration: none; } 


@media only screen and (max-width: 767px) {
	.krymmenosFeatured .krymmenosFeaturedItem {
    display: inline-block;
    width: 48%;
    text-align: center;
    font-size: 1.1em;
    vertical-align: top;
}
	
}


@media only screen and (max-width: 480px) {
	.krymmenosFeatured .krymmenosFeaturedItem {
  width: 100%;
    font-size: 1em;
}
	
}