/* Reset /**/

html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp, small, strong, sub, sup, var, b, i, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary, time, mark, audio, video {
    background: transparent;
    border: 0;
    font-size: 100%;
    margin: 0;
    outline: 0;
    padding: 0;
    vertical-align: baseline;
}

html, body { height: 100%; }

body {
    background-attachment: fixed;
    background-color: #fff;
    background-position: center top;
    background-repeat: no-repeat;
    background-size: cover;
    line-height: 1;
    min-width: 320px;
}

em, i { font-style: italic; }

strong, b { font-weight: bold; }

table {
    border-collapse: collapse;
    border-spacing: 0;
}

ol { list-style: inside decimal; }

ul { list-style: disc; }

.clr:after {
    clear: both;
    content: "";
    display: table;
}

body {
    font-family: 'Roboto', sans-serif;
    font-size: 18px;
}

a {
    color: #7a878c;
    text-decoration: none;
}

a:hover {
    color: #7a878c;
    text-decoration: underline;
}

/* main /**/

#main {
    margin: 0 auto;
    width: 1000px;
}

/* header /**/

#header {
    background-color: transparent;
    margin: 0 auto;
    min-height: 100px;
    position: relative;
    width: 640px;
}

#header img { display: block; }

#header a {
    background-color: #fff;
    box-sizing: border-box;
    border: 9px solid #000;
    color: #000;
    display: inline-block;
    font-family: 'Oswald', sans-serif;
    font-size: 72px;
    font-weight: normal;
    left: 0;
    margin: 25px 0 0;
    padding: 23px 20px;
    text-align: center;
    width: 640px;
}

#header a:hover { text-decoration: none; }

/* content /**/

#content { padding: 65px 0 40px; }

/* main-column /**/

#main-column {
    padding: 0;
    width: 1000px;
}

/* post /**/

.post-container {
    background-color: #fff;
    margin: 0 auto 90px;
    padding: 0;
    width: 640px;
}

/* post info (create date, author) /**/

.post-date-badge {
    background-color: #7a878c;
    float: left;
    color: #fff;
    height: 54px;
    width: 65px;
    margin-top: 20px;
    position: relative;
}

.post-date-badge:after {
    content: '';
    position: absolute;
    right: 0;
    top: 0;
    clear: both;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 27px 15px 27px 0;
    border-color: transparent #ffffff transparent transparent;
}

.p-d-b-month {
    display: block;
    font-size: 10px;
    text-align: center;
    text-transform: uppercase;
    padding-top: 10px;
}

.p-d-b-day {
    display: block;
    font-size: 28px;
    line-height: 22px;
    text-align: center;
}

.avatar { vertical-align: top; }

.post-info {
    color: #000;
    font-size: 17px;
    font-style: italic;
    margin: 0 0 30px;
}

.post-info img {
    display: block;
    float: left;
    margin: 0 10px 0 0;
    max-width: 40px;
}

.post-author { display: inline-block; }

    .post-author a { color: #000; }

    .post-author a:hover {
        color: #7a878c;
        text-decoration: underline;
    }


.post-date {
    display: inline-block;
    float: right;
}

/*
.post-author:after, .post-date:after {
    content: "|";
    margin: 0 5px;
}
*/

/* post title /**/

.post-title {
    font-family: 'Noto Serif', serif;
    font-size: 36px;
    font-weight: 700;
    line-height: 1.2em;
    margin-bottom: 25px;
}

.post-title a {
    color: #000;
	display: block;
    padding: 0;
}

.post-title a:hover {
    color: #7a878c;
    text-decoration: underline;
}

/* post-content /**/

.post-content {
    color: #000;
    font-size: 18px!important;
    line-height: 1.4em!important;
    padding: 0;
}

    .post-content a {
        color: #7a878c;
        text-decoration: none;
    }

    .post-content a:hover {
        color: #7a878c;
        text-decoration: underline;
    }

    .post-content h1, .post-content h2, .post-content h3, .post-content h4, .post-content h5  {
        color: #000;
        font-size: 26px;
        font-weight: 700;
        padding: 0 0 5px;
    }

    .post-content p { padding: 0 0 20px; }

    .post-content img {
        display: block;
        margin: 0 0 20px;
        /* width: 100%!important; */
    }

    .post-content p > img { margin: 0; }

    .post-content img[style*="float:left"], .post-content img[style*="float: left"] { margin: 0 20px 20px 0; }

    .post-content img[style*="float:right"], .post-content img[style*="float: right"] { margin: 0 0 20px 20px; }

    .post-content p.image-caption, .post-content figcaption {
        /*
        background-color: #fff;
        box-shadow: 5px 0 0 #fff;
        */
        color: #000;
        font-size: 19px;
        font-style: italic;
        line-height: 29px;
        margin: 0 auto;
        position: relative;
        text-align: left;
        top: -20px;
    }

    /*
    .post-content-img-wrapper:hover + p.image-caption {
        visibility: visible;
    }
    */

    .post-content p.image-caption span {
        color: #8D8D8D;
        display: block;
    }

    .post-content p.border-box {
        background: #eee;
        margin: 0 0 20px;
        padding: 20px;
    }

    .post-content ol { padding: 0 0 15px 15px; }

    .post-content ul {
        margin-left: 90px;
    }

    .post-content ol li, .post-content ul li { padding-bottom: 20px; }

    .post-content blockquote {
        color: #7a878c;
        font-family: 'Noto Serif', serif;
        font-size: 38px;
        font-style: italic;
        font-weight: bold;
        line-height: 48px;
        padding: 20px 0 40px;
    }

    .post-content blockquote p:last-child { padding: 0; }

    .def-readmore { display: none; }

/* post-actions /**/

.post-actions {
    line-height: 17px;
}

/* post-comment-number /**/

.post-comment-number {
    color: #000;
    float: right;
    padding-right: 20px;
}

.post-comment-number:hover {
    color: #7a878c;
    text-decoration: underline;
}

/* post-read-more /**/

.post-read-more {
    color: #000;
    font-family: 'Oswald', sans-serif;
    font-size: 17px;
    text-transform: uppercase;
}

.post-read-more:hover {
    color: #000;
    text-decoration: underline;
}

/* post-tags /**/

.post-tags {
    background-color: transparent;
    color: #000;
    font-size: 17px;
    font-style: italic;
    margin-bottom: 10px;
}

.post-tags span {
    background-color: transparent;
    display: inline-block;
    float: left;
    padding-right: 10px;
}

.post-tags a {
    color: #000;
}

.post-tags a:hover {
    color: #000;
    text-decoration: underline;
}

/* post-share /**/

.post-share {
    display: block;
    padding: 10px 0 30px;
}

.share-item {
    float: left;
    margin-right: 5px;
    padding-top: 3px;
}

/* post-comments /**/

#commentList {
    background-color: #fff;
    margin: 0 auto;
    padding: 0;
    width: 640px;
}

.comments-header {
	color: #3c4145!important;
	font-weight: 400!important;
}

.comment-info-left a {
    color: #7a878c!important;
}

.comment-info-left a:hover {
    color: #7a878c!important;
    text-decoration: underline;
}

.comment-info-right a {
    color: #7a878c!important;
}

.comment-info-right a:hover {
    color: #7a878c!important;
    text-decoration: underline;
}

.comment-content {
    color: #73787c!important;
}

.comment-actions .btn {
    border: 1px solid #7a878c!important;
    border-radius: 0!important;
    text-transform: none!important;
    color: #7a878c!important;
}

.comment-actions .btn:hover {
    background-color: #7a878c!important;
    border-color:  #7a878c!important;
    color: #fff;
}

.comment-actions .reply:hover {
    color: #fff!important;
}

.comment-actions .add-comment {
    background-color: #7a878c!important;
    border-radius: 0!important;
    color: #fff!important;
}

.comment-rss.foaw {
    color: #7a878c;
}

/* widgets - Oldaldobozok /**/
/*
    - Blog leírása
    - Blog ajánló
    - Címkefelhő
    - Legfrissebb bejegyzések
    - Utolsó kommentek
    - Utoljára kommentelt bejegyzések
    - Archívum
    - RSS Feed
    - Origo RSS

/**/

/* widgets default /**/

.widget {
    background-color: #fff;
    border-bottom: 1px solid #ddd;
    overflow: hidden;
    margin: 0 0 10px;
    padding: 0 0 15px;
}

.widget-title {
    background-color: #fff;
    color: #232a2b;
    font-family: 'Oswald', sans-serif;
    font-size: 18px;
    height: 44px;
    line-height: 44px;
    padding: 0 10px;
    text-transform: uppercase;
}

.widget-title h3 {
    font-weight: bold;
}

.widget-content {
    line-height: 1.5em;
    overflow: hidden;
    padding: 0 10px;
}

.widget-content a {
    color: #7a878c;
    font-size: 18px;
    font-weight: normal;
}

.widget-content a:hover {
    color: #7a878c;
    text-decoration: underline;
}

/* blog-description /**/

.blog-description img {
    float: left;
    margin: 0 10px 10px 0;
}

/* recommend /**/

.recommend img {
    border-radius: 50%;
    float: left;
    margin: 0 10px 10px 0;
}

/* tagcloud (címkefelhő)
    - equal-list (egységes megjelenés)
    - tag-cloud-list (címkefelhő megjelenés)

/* equal-list /**/

.tagcloud-content a {
    color: #7a878c;
    display: inline-block;
    font-style: italic;
}

.tagcloud-content a:hover {
    color: #7a878c;
    text-decoration: underline;
}

.tagcloud-content .tag-item {
    border: 1px solid #0093ee;
    border-radius: 14px;
    display: inline-block;
    height: 28px;
    line-height: 28px;
    margin: 0 10px 10px 0;
    padding: 0 18px;
}

.tag-item:hover {
    background: #0093ee;
    color: #fff;
    text-decoration: none;
}

/* tag-cloud-list **/

.tag-cloud-list { line-height: 1.7em; }

.tag-size-1, .tag-size-2, .tag-size-3 { font-size: 16px; }

.tag-cloud-item {
    display: inline-block;
    vertical-align: baseline;
}

.tag-separator {
    color: #7a878c;
    display: inline-block;
    padding: 0 5px 0 0;
    vertical-align: baseline;
}

/* latest /**/

.latest-item { padding: 0 0 15px; }

.latest-item-title {
    font-family: 'Oswald', sans-serif;
    font-size: 20px;
    line-height: 26px;
}

.latest-item:last-child { padding: 0; }

.latest-date {
    color: #7a878c;
    font-size: 14px;
    text-align: left;
}

/* last-comments & last-commented-posts /**/
/*
    - with avatar
    - without avatar
/**/

/* with avatar */

.last-comment-item-wa { margin: 0 0 25px; }

.last-comment-item-wa:last-child { margin: 0 }

.last-comment-item-info-wa {
    font-size: 14px;
    line-height: 40px;
    padding: 0 0 5px;
    text-align: left;
}

.last-comment-item-info-wa img {
    padding-right: 6px;
    vertical-align: middle;
}

.last-comment-item-user-wa {
    margin-right: 10px;
    padding-right: 5px;
    position: relative;
}

.last-comment-item-user-wa:after {
    content: "-";
    padding: 0 5px;
    position: absolute;
}

.last-comment-item-user-wa span {
    font-size: 14px;
}

.last-comment-item-date-wa {
    color: #7a878c;
    font-size: 14px;
}

.last-comment-item-title-wa {
    color: #7a878c;
    font-family: 'Oswald', sans-serif;
    font-size: 20px;
}

.last-comment-item-comment-wa {
    color: #2d2409;
    font-size: 18px;
    line-height: 26px;
}

/* without avatar */

.last-comment-item:last-child:after { }

.last-comment-item-title { }

.last-comment-item-info { }

.last-comment-item-user { }

.last-comment-item-date { }

/* /**/

/* archive - Archívum /**/

.archive ul ul  {
    margin-left: 5px;
    padding: 0 0 0 16px;
}

.list-level-1 li {
    list-style: none;
}

.list-level-1 li span {
    font-family: 'Oswald', sans-serif;
}

.list-level-2 li {
    list-style: none;
}

.list-level-2 li:before {
    content: "■";
    color: #7a878c;
    position: relative;
    top:-2px;
}

.list-level-2 li span {
    font-family: 'Roboto', sans-serif;
    padding-left: 10px;
}

.list-level-2 span a {
    color: #000;
}

/* Links /**/

/* RSS Feed /**/

/* Origo RSS /**/

.orss-item { padding: 0 0 15px; }

.orss-item:last-child { padding: 0; }

.orss-item-title {
    color: #7a878c;
    font-family: 'Oswald', sans-serif;
    font-size: 20px;
}

.orss-date {
    color: #7a878c;
    font-size: 14px;
}

/* ads /**/

.ad-between-post-container { margin: 0 0 25px; }

.ad-between-widget-container { margin: 0 0 25px; }

/* pager /**/

.blog-pagination {
    background-color: #fff;
    font-family: 'Oswald', sans-serif;
    font-size: 16px;
    margin: 0 auto;
    padding: 5px 0;
    width: 640px;
}

.p-item {
    background-color: transparent;
    border: 5px solid #000!important;
    border-radius: 0px!important;
    box-sizing: border-box;
    font-size: 24px!important;
    font-weight: normal!important;
    line-height: 22px!important;
}

.p-item:hover {
    background-color: #000;
    color: #fff!important;
}

.num-item {
    border-radius: 0px!important;
    color: #000!important;
    line-height: 24px!important;
}

.num-item:hover {
    background-color: #000!important;
}

.nav-item {
    color: #000!important;
    font-size: 30px!important;
}

.vom {
    font-style: normal;
}

.active-item {
    background-color: #000!important;
    border: 5px solid #000!important;
    border-radius: 0px!important;
    color: #fff!important;
}

.active-item:hover {
    background-color: #000!important;
    color: #fff!important;
}

.inactive {
    background-color: #989898!important;
    border: 5px solid #989898!important;
    border-radius: 0px!important;
    color: #fff!important;
}

.inactive:hover {
    border: 5px solid #989898!important;
    color: #fff!important;
}

@media only screen and (min-width: 991px)  {

.post-content img[style*="width:100%"], .post-content img[style*="width: 100%"] {
    width: 1000px!important;
    margin: 0 -180px;
    }
}

@media only screen and (max-width: 1000px)  {
    #main {
        margin: 0 auto;
        max-width: 640px;
    }

    #header { min-height: auto; }

    #header img {
        height: auto;
        width: 100%;
    }

    #main-column {
        padding: 0;
        width: auto;
    }

    #right-column { display: none; }

    .post-content { padding: 0; }

    .post-content img { height: auto; }
}

@media only screen and (max-width: 640px)  {
    #main {
        padding: 0 3%;
        width: 94%;
    }

    #header { width: 100%; }

    #header a {
        margin: 25px 0;
        width: 100%;
    }

    #content { padding: 0 0 40px; }

    .post-title { font-size: 28px; }

    .post-content { font-size: 17px; }

    .post-content img[style*="float:left"], .post-content img[style*="float: left"] { margin: 0 10px 10px 0; }

    .post-content img[style*="float:right"], .post-content img[style*="float: right"] { margin: 0 0 10px 10px; }

    .post-content h1, .post-content h2, .post-content h3, .post-content h4, .post-content h5  { font-size: 20px; }

    .post-content p.border-box { padding: 10px; }

    .post-content  blockquote {
        font-size: 24px;
        line-height: 36px;
        padding: 0 0 20px;
    }

    .post-content p.image-caption, .post-content figcaption { text-align: center; }

    .post-content ul, .post-content ol { margin-left: 75px; }

    .post-content ol li, .post-content ul li { padding-bottom: 25px; }

    .post-container {
        margin-bottom: 0;
        padding: 20px 0 60px;
        width: 100%;
    }

    .post-tags { padding: 10px 0 15px; }

    .post-actions { }

    .blog-pagination {
        padding-bottom: 20px;
        width: 100%;
    }
}

@media only screen and (max-width: 480px)  {

    .post-info { font-size: 14px; }

    .post-info img.avatar { float: left; }

    .post-author {
        display: block;
        line-height: 20px;
    }

    .post-author:after { display: none; }

    .post-date {
        display: block;
        float: left;
        line-height: 20px;
    }
}
