

@import "https://m.blog.hu/assets/core/css/reset/ericmeyer.css";
@import url(https://fonts.googleapis.com/css?family=Advent+Pro:400,200,300,500,600,700|Dosis:400,300,500,600,700|Noto+Sans:400,400italic,700,700italic|Playfair+Display:400,400italic,700,700italic|Sorts+Mill+Goudy:400,400italic|Lora:400,400italic,700,700italic|Poiret+One|Arimo:400,700italic,700,400italic|Racing+Sans+One|Grand+Hotel|Just+Me+Again+Down+Here|Open+Sans:400,300italic,300,400italic,600,600italic,700,700italic|Roboto:400,300,300italic,500,400italic,700,500italic,700italic|Oswald:400,700,300|Roboto+Slab:400,300,700|Francois+One|Play:400,700|Merriweather+Sans:400,300,300italic,400italic,700,700italic|Audiowide|Shadows+Into+Light+Two|Righteous|Comfortaa:400,300,700|Playfair+Display+SC:400,400italic,700,700italic|Abril+Fatface|Sacramento&subset=latin,latin-ext);

body {
    background: rgba(0, 0, 0, 0) url("https://m.blog.hu/la/lamaszem/skins/korall/hatterkep/DSC_0068.JPG") repeat scroll 0% 0% / auto;
    font: 16px/21px 'Comfortaa';
    -webkit-font-smoothing: antialiased;
    color: #000;
    border-top: 6px solid rgb(92,7,126);
}

a {
    color: rgb(141,17,61);
    text-decoration: none;
    outline: none;
            transition: color 0.2s ease-in 0s;
    -webkit-transition: color 0.2s ease-in 0s;
}

    a:hover {
        color: rgb(92,7,126);
        text-decoration: none;
    }

input, input:focus,
button, button:focus,
textarea, textarea:focus {
    outline: 0;
    font: 14px/16px "Arimo", sans-serif;
}

.clear-before:before,
.clear-after:after,
.related ul:after,
#pager:after,
header:after,
.share:after,
footer ul.post-list-widget:after,
article.post:after,
.clear-left-before:before,
.clear-left-after:after,
.clear-right-before:before,
.clear-right-after:after {
    font: 0/0 monospace;
    color: transparent;
}

.clear-before:before,
.clear-after:after,
.related ul:after,
#pager:after,
header:after,
.share:after,
footer ul.post-list-widget:after,
article.post:after,
.clear-left-before:before,
.clear-left-after:after,
.clear-right-before:before,
.clear-right-after:after {
    display: block;
    content: '';
    width: 0;
    height: 0;
    float: none;
    margin: 0;
    padding: 0;
    overflow: hidden;
}

.clear,
.clear-before:before,
.clear-after:after,
.related ul:after,
header:after,
.share:after,
footer ul.post-list-widget:after,
article.post:after,
#pager:after {
    clear: both;
}

/* */

.main-wrapper {
    width: 1015px;
    margin: 20px auto 0;
}

    .main-wrapper > h3 {
        text-align: right;
        text-transform: uppercase;
        font-family: 'Playfair Display SC';
        font-size: 18px;
        color: rgb(92,7,126);
        font-weight: bold;
        margin: 0 0 5px;
    }

header {
    background: rgb(141,17,61);
    font-family: 'Playfair Display SC';
    padding: 20px 30px 16px;
}

    header h1 {
        font-size: 60px;
        line-height: 60px;
        font-weight: bold;
        text-transform: uppercase;
    }

        header h1 a {
            color: #fff;
        }

    header nav {
        float: left;
        margin: 5px 0 0;
    }

        header nav li {
            display: inline-block;
            margin: 0 15px 0 0;
        }

        header nav a {
            color: #fff;
            text-transform: uppercase;
            font-size: 18px;
            font-weight: bold;
        }

.wrapper {
    background: #fff;
    position: relative;
    width: 985px;
    margin: 0 auto;
    padding: 40px 0 0;
}

    .wrapper:before {
        position: absolute;
        content: "";
        top: 0;
        left: -15px;
        width: 0;
        height: 0;
        border-style: solid;
        border-width: 0 15px 15px 0;
        border-color: transparent #fff transparent transparent;
    }

    .wrapper:after {
        position: absolute;
        content: "";
        top: 0;
        right: -15px;
        width: 0;
        height: 0;
        border-style: solid;
        border-width: 15px 15px 0 0;
        border-color: #fff transparent transparent transparent;
    }

/* SLIDER */

#slider {
    width: 600px;
    height: 335px;
    margin: 0 auto 50px;
}

    #slider:before,
    #slider:after {
        z-index: 0;
        position: absolute;
        content: "";
        bottom: 15px;
        left: 10px;
        width: 50%;
        height: 52px;
        top: 80%;
        max-width: 300px;
        background: #777;
        box-shadow: 0 15px 12px #333;
                transform: rotate(-3deg);
            -ms-transform: rotate(-3deg);
        -webkit-transform: rotate(-3deg);
    }

    #slider:after {
                transform: rotate(3deg);
            -ms-transform: rotate(3deg);
        -webkit-transform: rotate(3deg);
        right: 10px;
        left: auto;
    }

    #slider:hover h1 {
        background: #000;
    }

    #slider:hover .article-data {
        height: auto;
        overflow: visible;
    }

    #slider:hover img{
        opacity: 0.7;
    }

#slider .article-infos,
#slider .lead {
    display: none;
}

#slider ul.bjqs {
    display: none;
    position: relative;
    width: 600px;
    height: 335px;
    overflow: hidden;
    margin: 0;
    padding: 0;
    z-index: 2;
}

    #slider ul.bjqs li {
        display: none;
        position: absolute;
        top: 0;
        left: 0;
        width: 600px;
        height: 335px;
    }

#slider .article-image {
    display: block;
    background: #e9ebeb;
    position: relative;
    width: 600px;
    height: 335px;
}

#slider img {
    position: absolute;
    bottom: 0;
    height: auto;
    left: 0;
    margin: auto;
    right: 0;
    top: 0;
    width: auto;
            transition: all 0.2s ease-in 0s;
    -webkit-transition: all 0.2s ease-in 0s;
}

#slider .article-data {
    background: #000;
    background: rgba(0, 0, 0, 0.6);
    position: absolute;
    bottom: 0;
    left: 0;
    color: #fff;
    font-size: 20px;
    width: 600px;
    padding: 0;
    height: auto;
}

    #slider .article-data h1 {
        padding: 8px 10px;
        font-size: 28px;
        line-height: 30px;
        font-weight: bold;
        font-family: 'Playfair Display SC';
        text-transform: uppercase;
        height: auto;
    }

    #slider .article-data h1 a {
        display: block;
        max-width: 600px;
        color: #fff;
    }

#slider ul.bjqs-controls {
    display: block;
    position: absolute;
    top: 135px;
    width: 100%;
    font-family: 'Comfortaa';
    z-index: 10;
}

    #slider ul.bjqs-controls li {
        position: absolute;
        font-size: 65px;
    }

        #slider ul.bjqs-controls li a {
            background: transparent;
            display: block;
            color: #fff;
            font-size: 65px;
            line-height: 50px;
            opacity: 0.9;
            font-family: "Open Sans", sans-serif;
        }

            .bjqs-prev a:after,
            .bjqs-next a:after {
                content: none;
            }

    #slider ul.bjqs-controls .bjqs-next {
        right: 10px;
    }

    #slider ul.bjqs-controls .bjqs-prev {
        left: 10px;
    }

/* */

.content-side {
    float: left;
    width: 640px;
    padding: 0 0 60px;
}

#right-side {
    float: right;
    width: 300px;
    font-size: 12px;
    line-height: 18px;
    color: #727171;
    padding: 0 15px 60px 0;
    word-wrap: break-word;
}

    #right-side img {
        max-width: 100%;
    }

    #right-side .box {
        margin: 0 0 30px;
    }

        #right-side .box > h3 {
            font-family: 'Playfair Display SC';
            margin: 0 0 5px;
            font-size: 18px;
            font-weight: bold;
            color: rgb(92,7,126);
            text-transform: uppercase;
        }

/* */

#right-side .post-list-widget li {
    margin: 0 0 16px;
    text-align: left;
}

#right-side .post-list-widget .lead {
    color: #727171;
    font-size: 12px;
    line-height: 18px;
}

#right-side .post-list-widget img {
    display: inline-block;
    height: 90px;
    width: 90px;
    margin: 0 10px 0 0;
}

#right-side .post-list-widget .datas {
    display: inline-block;
    color: #000;
    width: 200px;
    font-size: 13px;
    line-height: 16px;
    margin: -3px 0 0 0;
    text-align: left;
    vertical-align: top;
}

    #right-side .post-list-widget .datas .date {
        display: block;
        color: #666;
        font-size: 12px;
    }

    #right-side .post-list-widget .datas a {
        display: block;
        margin: 0 0 2px;
    }

    #right-side .post-list-widget .datas .post {
        font-size: 14px;
        line-height: 18px;
    }

.widget_comments a,
.post-list-widget a {
    display: block;
}

.widget_externalfeed li,
.widget_comments li {
    margin: 0 0 10px;
}

.widget_comments strong {
    font-weight: 600;
}

/* */

#right-side .social-box {
    text-align: center;
    margin: 0 0 30px;
}

    #right-side .social-box a {
        display: inline-block;
        background: url(https://m.blog.hu/skins/korall/img/sprite.png) no-repeat 0 0;
        font-size: 0;
        line-height: 0;
        width: 30px;
        height: 30px;
        margin: 0 2px;
    }

        #right-side .social-box a.tumblr {
            background-position: -35px -22px;
        }

            #right-side .social-box a.tumblr:hover {
                background-position: -35px -52px;
            }

        #right-side .social-box a.pinterest {
            background-position: -106px -22px;
        }

            #right-side .social-box a.pinterest:hover {
                background-position: -106px -52px;
            }

        #right-side .social-box a.instagram {
            background-position: -142px -22px;
        }

            #right-side .social-box a.instagram:hover {
                background-position: -142px -52px;
            }

        #right-side .social-box a.facebook {
            background-position: 0 -22px;
        }

            #right-side .social-box a.facebook:hover {
                background-position: 0 -52px;
            }

        #right-side .social-box a.twitter {
            background-position: -71px -22px;
        }

            #right-side .social-box a.twitter:hover {
                background-position: -71px -52px;
            }

/* */

/* search */

#search > p {
    display: inline-block;
    margin: 0 8px 0 0;
    vertical-align: middle;
}

    #search .SearchField {
        border: 1px solid #cfcfcf;
        padding: 3px 5px;
        width: 200px;
    }

    #search .submit {
        background: rgb(141,17,61);
        border: 0 none;
        color: #fff;
        padding: 3px 8px;
        cursor: pointer;
    }

        #search .submit:hover {
            background: rgb(92,7,126);
        }

/* */

.blh-billboard-ad {
    margin: 0 0 70px;
}

article.post {
    margin: 0 0 70px;
}

    article.post h1.title {
        font-family: 'Playfair Display SC';
        margin: 2px 0 10px;
        font-size: 28px;
        line-height: 30px;
        font-weight: bold;
        text-transform: uppercase;
    }

    article.post h2.subtitle {
        font-size: 20px;
        line-height: 24px;
        margin: 0 0 18px;
        font-family: 'Playfair Display SC';
    }

    article .meta {
        float: left;
        width: 110px;
        margin: 0 10px 0 0;
    }

        .meta > span {
            display: block;
        }

        .meta .date {
            background: rgb(141,17,61);
            font-family: 'Playfair Display SC';
            font-size: 18px;
            font-weight: bold;
            text-align: center;
            color: #fff;
            padding: 6px 0;
            margin: 0 0 5px;
        }

        .meta .author,
        .meta .comments,
        .meta .edit {
            font-size: 12px;
            font-weight: bold;
            margin: 0 0 0 10px;
        }

            .meta .author:before {
                background: url(https://m.blog.hu/skins/korall/img/sprite.png) no-repeat 0 0;
                content: "";
                float: left;
                margin: 4px 6px 0 0;
                width: 12px;
                height: 11px;
            }

            .meta .comments:before {
                background: url(https://m.blog.hu/skins/korall/img/sprite.png) no-repeat -14px 0;
                content: "";
                float: left;
                margin: 6px 6px 0 0;
                width: 13px;
                height: 10px;
            }

            .meta .author a,
            .meta .comments a,
            .meta .edit a {
                color: #a0a0a0;
            }

                .meta .author a:hover,
                .meta .comments a:hover,
                .meta .edit a:hover {
                    color: rgb(92,7,126);
                }

    article .post-content {
        float: left;
        width: 520px;
    }

/* */

a.more {
    display: block;
    font-size: 24px;
    text-align: center;
    font-family: 'Playfair Display SC';
    font-weight: bold;
    text-transform: uppercase;
    margin: 50px 0 0;

}

.article-bottom {
    margin: 55px 0 0;
}

.tags {
    font-family: 'Playfair Display SC';
    font-weight: bold;
    text-transform: uppercase;
    font-size: 14px;
    margin: 0 0 5px;
    border-bottom: 2px solid rgb(141,17,61);
}

    .tags a {
        color: rgb(92,7,126);
        margin: 0 4px 0 0;
    }

        .tags a:hover {
            color: rgb(141,17,61);
        }

/* */

.blh_share_fblike,
.blh_share_cont {
    float: left;
    margin: 0;
    padding: 0;
}

.blh_share_cont {
    float: right;
}

    .article-bottom .share .blh_share_cont a {
        background: url(https://m.blog.hu/skins/korall/img/sprite.png) no-repeat 0 0;
        width: 20px !important;
        height: 20px !important;
        margin: 0 4px 0 0;
    }

        .article-bottom .share .blh_share_cont a:hover,
        .article-bottom .share .blh_share_cont a.liked {
            opacity: 0.6;
        }

        .article-bottom .share .blh_share_cont a span {
            display: none;
        }

    .article-bottom .share a.btn_facebook {
        background-position: -29px 0;
    }

    .article-bottom .share a.btn_twitter {
        background-position: -121px 0;
    }

    .article-bottom .share a.btn_gplus {
        background-position: -51px 0;
    }

    .article-bottom .share a.btn_tumblr {
        background-position: -98px 0;
    }

    .article-bottom .share a.btn_pinterest,
    .article-bottom .share a[data-pin-href][class^=PIN] {
        background: url(https://m.blog.hu/skins/korall/img/sprite.png) no-repeat -75px 0 !important;
    }

    .article-bottom .share .blh_share_cont a.btn_blhlike {
        padding: 0;
        border-radius: 100%;
        background-image: url('data:image/svg+xml;charset=US-ASCII,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%0A%3Csvg%20version%3D%221.1%22%20id%3D%22Layer_1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%20viewBox%3D%220%200%2011.9%2025.2%22%20style%3D%22enable-background%3Anew%200%200%2011.9%2025.2%3B%22%20xml%3Aspace%3D%22preserve%22%20fill%3D%22%23fff%22%3E%0A%3Cg%3E%0A%09%3Cpath%20d%3D%22M8.9%2C14.2c2-0.8%2C3-2.7%2C3-6.5c0-5-1.7-7.7-6.5-7.7H2.8C1.8%2C0%2C1%2C0.1%2C0%2C0c0.1%2C0.7%2C0%2C1.3%2C0%2C2.6v19.7%0A%09%09c0%2C0.9%2C0.2%2C1.9%2C0%2C2.8h6.2c4.2%2C0%2C5.7-3.1%2C5.7-5.5C12%2C16.5%2C10.5%2C14.7%2C8.9%2C14.2z%20M3.2%2C5.9c0-1.8%2C0.4-2.6%2C1.2-2.6h0.9%0A%09%09c2.3%2C0%2C3.4%2C1.1%2C3.4%2C4.6c0%2C3.9-1.3%2C4.9-3.5%2C4.9H3.4c-0.1-0.1-0.2-0.4-0.2-0.6V5.9z%20M6%2C22.1H3.9c-0.3%2C0-0.5-0.2-0.5-0.6v-2.9%0A%09%09c0-1.7%2C0.3-2.8%2C0.9-2.8h1.4c2.2%2C0%2C3.2%2C1.6%2C3.2%2C3.4C8.9%2C21%2C7.8%2C22.1%2C6%2C22.1z%22%2F%3E%0A%3C%2Fg%3E%0A%3C%2Fsvg%3E') !important;
        background-repeat: no-repeat !important;
        background-position: 50% !important;
        background-color: #404040 !important;
        background-size: 4px !important;
        float: left;
    }

    .btn_blhlike.count_blhlike,
    .count_blhlike.count_blhlike,
    .btn_blhlike.btn_blhlike:after,
    .count_blhlike.btn_blhlike:after,
    .btn_blhlike.btn_blhlike:hover:after,
    .count_blhlike.btn_blhlike:hover:after {
        display: none;
    }


/* ENTRY */

.entry {
    margin: 0 0 30px;
}

    .entry p {
        margin: 0 0 22px;
    }

    .entry a {
        font-weight: bold;
    }

    .entry em,
    .entry i {
        font-style: italic;
    }

    .entry strong,
    .entry b {
        font-weight: 700;
    }

    .entry small {
        font-size: 13px;
        line-height: 16px;
    }

    .entry h1 {
        font-family: 'Playfair Display SC';
        font-weight: bold;
        font-size: 28px;
        line-height: 32px;
        margin: 12px 0;
        text-transform: uppercase;
    }

    .entry h2 {
        font-family: 'Playfair Display SC';
        font-weight: bold;
        font-size: 24px;
        line-height: 26px;
        margin: 12px 0;
        text-transform: uppercase;
    }

    .entry h3 {
        font-family: 'Playfair Display SC';
        font-weight: bold;
        font-size: 20px;
        line-height: 23px;
        margin: 12px 0;
        text-transform: uppercase;
    }

    .entry .alignright,
    .entry .imgright {
        display: inline !important;
        float: right;
        margin: 5px 5px 10px 15px !important;
    }

    .entry .alignleft,
    .entry .imgleft {
        display: inline !important;
        float: left;
        margin: 5px 15px 10px 5px  !important;
    }

    .entry .aligncenter,
    .entry .imgcenter {
        display: block !important;
        margin: 20px auto;
    }

    .entry .imgnotext {
        display: block !important;
        margin: 20px auto;
    }

    .entry blockquote {
        margin: 30px 20px;
        color: rgb(141,17,61);
        text-align: center;
        font-size: 18px;
        font-family: 'Playfair Display SC';
        font-weight: bold;
    }

        .entry blockquote p:last-of-type {
            margin: 0;
        }

    .entry h4,
    .entry h5,
    .entry h6 {
        font-family: 'Playfair Display SC';
        font-weight: bold;
    }

.entry ul {
    list-style: disc inside;
    margin: 14px 0 28px 10px;
}

.entry ol {
    list-style: decimal inside;
    margin: 14px 0 28px 10px;
}

.entry ul li,
.entry ol li{
    margin: 2px 0;
}

article.post ul.blh-mosaic li img ,
article.post .entry ul.blh-mosaic li img {
    display: inline !important;
    margin: 0;
}

/* RELATED */

.related {
    margin: 0 0 60px 120px;
}

    .related h3 {
        font-family: 'Playfair Display SC';
        font-size: 18px;
        font-weight: bold;
        color: rgb(92,7,126);
        margin: 0 0 18px;
        text-transform: uppercase;
    }

    .related li {
        position: relative;
        float: left;
        margin: 0 0 0 5px;
        width: 100px;
        height: 100px;
        overflow: hidden;
        border-radius: 100px;
    }

        .related li:first-child {
            margin: 0;
        }

        .related li:last-of-type {
            margin: 0 0 0 5px;
        }

        .related li:hover .title {
            opacity: 1;
        }


    .related img {
        position: absolute;
        left: 0;
        width: 100px;
        height: 100px;
        border-radius: 100px;
    }

    .related .title {
        display: table-cell;
        position: relative;
        opacity: 0;
        background: #a71e22;
        background: rgba(141,17,61, 0.8);
        color: #fff;
        width: 90px;
        height: 80px;
        font-size: 11px;
        line-height: 13px;
        padding: 10px;
        font-weight: 600;
        text-align: center;
        vertical-align: middle;
        overflow: hidden;
        border-radius: 100px;
                transition: all 0.2s ease-in 0s;
        -webkit-transition: all 0.2s ease-in 0s;
    }

/* COMMENTS */

.lastcomments h2 {
    margin: 0 15px 20px;
    font-weight: 600;
}

#search br, .tagcloud + br,
#comment-form .info ~ *,
#comment-form .submit + *,
#content-side .related br,
#comment-form .label {
    display: none;
}

h3.comment-tracback-url,
h3.comment {
    font-family: 'Playfair Display SC';
    font-size: 18px;
    font-weight: bold;
    color: rgb(92,7,126);
    margin: 0 0 18px 120px;
    text-transform: uppercase;
}

h3.comment {
    border-bottom: 3px solid rgb(141,17,61);
    margin: 0 0 5px 120px;
}

#trackbackURL {
    display: block;
    margin: 0 0 0 120px
}

#linkback_container {
    margin: 0 0 0 120px;
}

p.comment-disclaimer {
    font-size: 12px;
    line-height: 14px;
    text-align: left;
    margin: 0 0 40px 120px;
}

#comment_container,
#comment-form {
    margin: 0 0 0 120px;
}

.lastcomments #comment_container {
    margin: 0 10px;
}

#comment-form h3.comment {
    margin: 0 0 10px;
}

.comments-container > .comment,
#comment_container > .commentsBg > .comment {
    position: relative;
    padding: 0 0 0 65px;
    margin: 0 0 22px;
}

#comment_container > .commentsBg > .comment {
    margin: 0 0 30px;
}

#comment_container div.avatar-content,
#comment_container div.avatar-outer-border,
#comment_container div.avatar-inner-border,
#comment_container span.avatar-mask,
#comment_container img.the-avatar {
    width: 50px;
    height: 50px;
    margin: 0;
    padding: 0;
    box-shadow: none;
}

#comment_container div.avatar-content {
    position: absolute;
    top: 2px;
    left: -66px;
    z-index: 2;
}

.comment-container > h1 {
    font-family: 'Playfair Display SC';
    font-size: 14px;
    font-weight: bold;
    text-transform: uppercase;
    border-bottom: 1px solid #c8dbe0;
    color: rgb(92,7,126);
}

    .comment-container > h1 a {
        color: rgb(92,7,126);
    }

        .comment-container > h1 a:hover {
            color: rgb(141,17,61);
        }

.commentTime {
    float: right;
}

div.commentText {
    margin: 10px 5px 12px;
    font-size: 12px;
    line-height: 15px;
}

.commentFooter {
    font-family: 'Playfair Display SC';
    font-size: 14px;
    font-weight: bold;
    text-transform: uppercase;
}

div.replyComment a {
    text-decoration: none;
    padding: 0;
}

    div.replyComment a:before {
        float: left;
        content: "‹";
        font-size: 30px;
        margin: -3px 5px 0 0;
        font-weight: 400;
    }

div.replyComment:before {
    content: none;
}

#feedback_container .avatar-outer-border-small,
#feedback_container .avatar-inner-border-small,
#feedback_container .avatar-mask-small,
#feedback_container .the-avatar-small {
    width: 30px;
    height: 30px;
    padding: 0;
    margin: 0;
    box-shadow: none;
}

#feedback_container .avatar-outer-border-small {
    border-radius: 100px;
    overflow: hidden;
    margin: 0 8px 0 0;
}

.info-inner select {
    color: rgb(92,7,126);
    font-weight: bold;
    border: 1px solid #c8dbe0;
}

.info-inner strong {
    font-family: 'Playfair Display SC';
    font-size: 14px;
    font-weight: bold;
    text-transform: uppercase;
    color: rgb(92,7,126);
    vertical-align: middle;
}

.info-inner a {
    font-size: 12px;
    color: #000;
}

    .info-inner a:hover {
        color: rgb(92,7,126);
    }

textarea {
    border: 1px solid #c8dbe0;
    padding: 5px;
    width: 508px;
    height: 120px;
    margin: 8px 0 5px;
    resize: none;
}

.display-counter-container {
    font-size: 13px;
}

#followinglinks {
    font-size: 10px;
    margin: 20px 0 0;
}

.comment-option-fields {
    float: right;
    margin: -20px 0 0;
}

    .comment-option-fields .submit {
        background: none;
        font-family: 'Playfair Display SC';
        font-weight: bold;
        font-size: 14px;
        text-transform: uppercase;
        border: 0 none;
        padding: 0;
        margin: 0;
        color: rgb(141,17,61);
        cursor: pointer;
    }

        .comment-option-fields .submit:hover {
            color: rgb(92,7,126);
        }

.comments-container .comment > .comment-container {
    position: relative;
}

    .comments-container .comment > .comment-container:after {
        background: url(https://m.blog.hu/skins/korall/img/default_avatar.png) no-repeat 0 0;
        position: absolute;
        content: "";
        width: 50px;
        height: 50px;
        top: 3px;
        left: -65px;
    }

/* FOOTER */

footer {
    background: rgb(141,17,61);
    border-top: 6px solid rgb(92,7,126);
    padding: 18px 0;
    margin: 0;
    color: #fff;
}

    footer,
    footer a {
        color: #fff;
    }

    footer .box + .box {
        display: none;
    }

    footer .box > h3 {
        font-family: 'Playfair Display SC';
        font-weight: bold;
        font-size: 28px;
        line-height: 35px;
        text-transform: uppercase;
        margin: 0 0 25px;
    }

    footer section {
        width: 930px;
        margin: 0 auto;
    }

        footer ul.post-list-widget li {
            float: left;
            width: 275px;
            margin: 0 18px 0 17px;
            font-size: 14px;
            line-height: 20px;
        }

        footer ul.post-list-widget li + li + li + li,
        footer .firstimg {
            display: none;
        }

        footer a {
            font-family: 'Playfair Display SC';
            font-weight: bold;
        }

        footer a.post {
            display: block;
            font-size: 18px;
            line-height: 22px;
            text-transform: uppercase;
        }

        footer ul.post-list-widget img {
            max-width: 100%;
        }

        footer .big-image {
            background: #fff;
            display: block;
            width: 274px;
            height: 150px;
            text-align: center;
            overflow: hidden;
            margin: 0 0 10px;
            box-shadow: 0 0 13px rgba(0, 0, 0, 0.5);
        }

            footer .big-image img {
                        transition: all 0.2s ease-in 0s;
                -webkit-transition: all 0.2s ease-in 0s;
            }

                footer .big-image img:hover {
                    opacity: 0.8;
                }

/* TAGS */

.tagcloud:first-of-type {
    margin: 0 0 25px 15px;
}

.tagcloud {
    margin-left: 15px;
}

/* PAGER*/

#pager {
    margin: 80px 0 10px 120px;
    padding: 0 15px;
    font-size: 28px;
    font-weight: bold;
    font-family: 'Playfair Display SC';
    text-transform: uppercase;
}

    #pager .prev {
        float: left;
    }

    #pager .next {
        float: right;
    }

/* */

ul.blh-mosaic a:after {
    font-size: 1em;
    font-family: Arial;
    font-weight: 400;
}
