@import url('https://fonts.googleapis.com/css?family=Asap:700&subset=latin-ext');
@import url('https://fonts.googleapis.com/css?family=Titillium+Web:300&subset=latin-ext');
@import "https://blog.hu/assets/core/css/reset/ericmeyer.css";
@import "fa.css"; 

/*
CALIBRI REGULAR
*/
@font-face {
  font-family: 'calibri';
  src: url('fonts/calibri.eot');
  src: url('fonts/calibri.eot#iefix') format('embedded-opentype'), 
url('fonts/calibri.woff') format('woff'), 
url('fonts/calibri.ttf?') format('truetype');
  font-weight: normal;
  font-style: normal;
}

/*
CALIBRI BOLD
*/
@font-face {
  font-family: 'calibri bold';
  src: url('fonts/calibri-bold.eot');
  src: url('fonts/calibri-bold.eot#iefix') format('embedded-opentype'), 
url('fonts/calibri-bold.woff') format('woff'), 
url('fonts/calibri-bold.ttf?') format('truetype');
  font-weight: normal;
  font-style: normal;
}

body {
    background: #ededed;
    font: 14px/19px "Open Sans", sans-serif;
    color: #333;
}

a {
    color: #3B3B3B;
    text-decoration: none;
    position: relative;
            transition: color 0.2s ease-in 0s;
    -webkit-transition: color 0.2s ease-in 0s;
}

    a:hover {
        color: #000;
        text-decoration: none;
    }


.hidden {
    display:none !important;
}

input, input:focus,
button, button:focus,
textarea, textarea:focus {
    outline: 0;
    font: 13px/13px "Open Sans", sans-serif;
    color: #242424;
}

.clear-before:before,
.clear-after:after,
ul.bjqs:after,
.post-inside .post-content:after,
.post-list article:after,
.post-tags article:after,
.post-archive-list article:after,
.first-three:after,
.related ul:after,
#menu ul:after,
.social-box:after,
.sign-up-yo:after,
footer section:after,
header section:after {
    font: 0/0 monospace;
    color: transparent;
}

.clear-before:before,
.clear-after:after,
ul.bjqs:after,
.post-inside .post-content:after,
.post-list article:after,
.post-tags article:after,
.post-archive-list article:after,
.first-three:after,
.related ul:after,
#menu ul:after,
.social-box:after,
.sign-up-yo:after,
footer section:after,
header section:after {
    display: block;
    content: '';
    width: 0;
    height: 0;
    float: none;
    margin: 0;
    padding: 0;
    overflow: hidden;
}

.clear,
.clear-before:before,
.clear-after:after,
ul.bjqs:after,
.post-inside .post-content:after,
.post-list article:after,
.post-tags article:after,
.post-archive-list article:after,
.first-three:after,
.sign-up-yo:after,
.related ul:after,
#menu ul:after,
.social-box:after,
footer section:after,
header section:after {
    clear: both;
}

/* HEADER */
.headerIframeWrapper {
  overflow:hidden;
  width:100%;
  height:343px;
  position:relative;
  min-width:1200px;
}
.headerIframeWrapper iframe {
  width:100%;
  height:100%;
  min-width:1200px;
  position:absolute;
  top:0;
  left:0;
  right:0;
  bottom:0;
  overflow:hidden
}
header .box.widget_search {
    position: absolute;
    right: 120px;
    width: 225px;
    top: 16px;
    z-index: 1;
    background: #bababa;
    height: 30px;
    border-radius: 20px;
}

header .box.widget_search input[type="text"] {
    font-family: "calibri";
    font-size: 15px;
    color: #282828;
    width: calc(100% - 15px);
    padding: 0 10px;
    box-sizing: border-box;
    float: left;
    height: 30px;
    border: 0;
    background: transparent;
}

header .box.widget_search input[type="submit"] {
    display: none;
}

header .box.widget_search h3 {
  display: none;
}

header {
    padding: 0;    
    width: 100%;
    min-width: 1200px;
    position: relative;
    font-family: "calibri bold";
    text-transform: uppercase;
    background-color: #B9B9B9;
    box-shadow: 0 8px 7px rgba(0, 0, 0, 0.06);    
    /*border-top:100px solid #282828;*/
}

    header .head a img {
        width: 100%;
    }

    header section {
      position: absolute;
      background: #fff;
      bottom: 0;      
      width: 100%;
      box-shadow: 0 -8px 7px rgba(0, 0, 0, 0.06);
    }

    header .wrap {
        width: 1200px;
        margin: 0 auto;
        position: relative;         
    }

    header h1 {
        position: relative;
        float: left;
    }

        header h1 a {
            float: left;
            font-size: 24px;
            line-height: 23px;
            font-weight: 300;
            border-right: 1px solid #e2e2e2;
            border-bottom: 2px solid transparent;
            background: url('img/km-logo-60.png');
            width: 333px;
            height: 59px;
            margin-top: -1px;
            text-indent:-9999em;
        }


    header #menu {
        float: left;
        font-size: 16px;
        line-height: 20px;
        font-weight: 300;        
        position: relative;
    }
        header #menu li {
            float: left;
        }

        header a.logo {
            width: 55px;
            height: 50px;
            padding: 0;
            background: no-repeat url(img/logo.png) 0 0;
            background-size: contain;
            display: block;
            float: left;
            margin: 7px 10px 5px 0; 
        }       

        header #menu:before {
            content: "";
            top: 0;
            left: 0;
            height: 100%;
            display: block;
            position: absolute;
            border-left: 1px solid #FEEFC4;
        }

        header #menu a {
            display: block;
            border-right: 1px solid #FEEFC4;            
            padding: 10px 14px;
            height: 46px;
            line-height: 50px;
            transition: all 0.2s ease-in 0s;
            -webkit-transition: all 0.2s ease-in 0s;
        }

        header #menu a:hover {
            background-color: #FDC100;
        }

/* CONTENT */

#content-side {
    width: 1200px;
    margin: 20px auto;
}

.content-wrapper {
    float: left;
    width: 790px;
}

/* SLIDER */

.slider-wrapper {
    position: relative;
}

    .slider-wrapper:before {
        position: absolute;
        content: "";
        width: 100%;
        height: 489px;
        left: 0;
        margin: -30px 0 0;
        z-index: 0;
        border-bottom: 1px solid #c7c5c5;
    }

#slider {
    background: transparent;
    margin: 10px auto 30px;
    width: 1200px;
    height: auto;
}

    #slider li:hover img {
        opacity: 0.8;
    }

    #slider .bjqs {
        display: block;
        width: 1200px;
        height: 430px;
    }

    #slider li {
        display: block;
        position: inherit;
        float: left;
        width: 380px;
        height: 430px;
        margin: 0 30px 0 0;
    }

        #slider li:nth-child(3) {
            margin: 0;
        }

    #slider .bjqs .article-image {
        width: 380px;
        height: 215px;
    }

    #slider .bjqs img {
        position: relative;
        max-width: 100%;
    }

    #slider .bjqs .article-data {
        background: #fff;
        position: relative;
        color: #545454;
        bottom: auto;
        padding: 10px;
        height: 215px;
    }

    #slider .bjqs h1 {
        font-family: 'Asap', sans-serif;
        font-size: 20px;
        line-height: 22px;
        font-weight: 700;
        max-width: 360px;
        margin: 0 0 6px;
        text-transform: uppercase;
        white-space: normal;
        width: auto;
        height: auto;
        overflow: visible;
    }

        #slider .bjqs h1 a {
            color: #FFC000;
        }

    #slider .bjqs .lead {
        color: #545454;
        font-size: 15px;
        line-height: 22px;
        width: 360px;
        height: auto;
        margin: 0;
    }

        #slider .bjqs .lead a {
            color: #545454;
        }

    #slider .bjqs .article-infos {
        display: block;
        position: absolute;
        font-family: 'Asap', sans-serif;
        font-weight: 700;
        font-size: 13px;
        bottom: 10px;
        right: 10px;
        width: 360px;
        text-transform: uppercase;
    }

    #slider .comments {
        display: none;
    }

/* POST LIST */

.first-three {
    margin: 0 0 30px;
}

    .first-three:before {
        position: absolute;
        content: "";
        width: 100%;
        height: 489px;
        left: 0;
        margin: -30px 0 0;
        z-index: 0;
        border-bottom: 1px solid #c7c5c5;
    }

.first-three article {
    float: left;
    width: 380px;
    height: 430px;
    margin: 0 30px 0 0;
}

    .first-three .post_increment_3 {
        margin: 0;
    }

    .first-three .article-right {
        width: 360px;
    }

        .first-three .article-right .meta {
            width: 360px;
            padding: 3px 10px 10px;
        }

/* */

article {
    position: relative;
    width: 790px;
    height: 215px;
    margin: 0 0 30px 0;
    overflow: hidden;
}

.post-tags article.draft .article-right,
.post-archive-list article.draft .article-right,
.post-list article.draft .article-right {
  background-color: #ddd;
}

.post-tags article.draft .article-right .meta,
.post-archive-list article.draft .article-right .meta,
.post-list article.draft .article-right .meta {
  background-color: #ddd;
}
    
    
    article h1.title {
        font-weight: 700;
        text-transform: uppercase;
        font-size: 20px;
        line-height: 22px;
        margin: 0 0 6px;
        font-family: 'Asap';
    }

    #right-side a,
    article h1.title a,
    .article-right .more,
    .article-right .author a {
        color: #FEBF00;
    }

    #right-side a:hover,
    article h1.title a:hover,    
    .article-right .more:hover,
    .article-right .author a:hover {
        color: #ffb01b;
    }    

    article h3.subtitle {
        color: #545454;
        font-size: 28px;
        margin-bottom: 30px;
        line-height: 1.4em;
        text-transform: uppercase;
    }

.post-tags .entry img,
.post-archive-list .entry img,
.post-list .entry img {
    display: none !important;
}

/*.post-search-list. .entry, post-list .entry, .post-tags .entry, .post-archive-list .entry {*/
.entry {
  font-size: 15px;
  line-height: 21px;
  padding-top: 3px;
  max-height: 155px;
  overflow: hidden;
  font-family: 'calibri',Helvetica;
}

.edit {
    position: absolute;
    top: 0;
    left: 0;
    font-size: 0;
    line-height: 12px;
    z-index: 1;
}

    .edit a {
        display: inline-block;
        font-size: 12px;
        background: rgba(255, 255, 255, 0.85);
        padding: 3px 4px 4px;
    }

    .first-image {
        /*background: url(img/placeholder.png) no-repeat center center #ccc;*/
        background: #fff;
        text-align: center;
        float: left;
        width: 380px;
        height: 215px;
    }

    .first-image img {
                transition: all 0.2s ease-in 0s;
        -webkit-transition: all 0.2s ease-in 0s;
    }

        .first-image:hover img {
            opacity: 0.8;
        }

    .article-right {
        background: #fff;
        position: relative;
        float: left;
        width: 390px;
        height: 195px;
        padding: 10px;
    }

        .article-right .meta {
            background: #fff;
            position: absolute;
            font-family: 'Asap', sans-serif;
            font-weight: 700;
            font-size: 13px;
            bottom: 0;
            right: 0;
            width: 390px;
            padding: 10px;
            text-transform: uppercase;
        }

            .article-right .author {
                float: left;
                font-weight: bold;
            }


            .post-list .article-right .tags {
                display: none;
            }

            .article-right .tags {
                float: left;
                width: 100%;
                margin: 0;
                max-width: 80%;
                display: table;
            }

                .article-right .tags a {
                    padding: 5px;
                    font-family: 'calibri', Helvetica;
                    font-size: 12px;
                    font-weight: 600;
                    text-transform: capitalize;
                    border-radius: 4px;
                    background: #ddd;
                    line-height: 15px;
                    display: inline-block;
                    box-sizing: border-box;
                    vertical-align: middle;
                    float: none;
                    color: #000;
                }

                .article-right .tags a.shareholder {                    
                    background: #FDC100;                    
                }

                .article-right .tags a.shareholder { 
                    background: #F2C72B;
                }

                .article-right .tags a.shareholder:before,
                .article-right .tags a.shareholder:after {
                    content: "";
                    width: 15px;
                    height: 15px;                    
                    display: inline-block;
                    vertical-align: middle;                    
                }

                .article-right .tags a.shareholder:before {
                    background:no-repeat url('data:image/svg+xml;charset=US-ASCII,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2224%22%20height%3D%2224%22%20viewBox%3D%220%200%2024%2024%22%20fill%3D%22black%22%3E%3Cpath%20d%3D%22M18.5%2021.5c2.081%200%204.239-.484%205.5-1.402v.652c0%201.243-2.56%202.25-5.5%202.25-2.939%200-5.5-1.007-5.5-2.25v-.652c1.26.918%203.42%201.402%205.5%201.402zm0-5c2.081%200%204.239-.484%205.5-1.402v.652c0%201.242-2.56%202.25-5.5%202.25-2.939%200-5.5-1.007-5.5-2.25v-.652c1.26.918%203.42%201.402%205.5%201.402zm0%202.5c2.081%200%204.239-.484%205.5-1.401v.651c0%201.243-2.56%202.25-5.5%202.25-2.939%200-5.5-1.007-5.5-2.25v-.651c1.26.917%203.42%201.401%205.5%201.401zm0-5c2.081%200%204.239-.484%205.5-1.401v.651c0%201.243-2.56%202.25-5.5%202.25-2.939%200-5.5-1.007-5.5-2.25v-.651c1.26.917%203.42%201.401%205.5%201.401zm0-13c-2.939%200-5.5%201.007-5.5%202.25s2.561%202.25%205.5%202.25c2.94%200%205.5-1.007%205.5-2.25s-2.56-2.25-5.5-2.25zm.174%203.28v.22h-.354v-.208c-.36-.003-.743-.056-1.058-.152l.162-.343c.269.063.606.126.911.126l.229-.014c.405-.053.486-.301.037-.419-.328-.09-1.335-.166-1.335-.675%200-.284.367-.537%201.054-.593v-.222h.354v.211c.258.005.544.03.863.09l-.128.342c-.243-.051-.514-.099-.779-.099l-.079.001c-.531.02-.573.287-.207.399.602.169%201.394.292%201.394.74-.001.358-.477.549-1.064.596zm-.174%207.22c2.081%200%204.239-.484%205.5-1.402v.652c0%201.243-2.56%202.25-5.5%202.25-2.939%200-5.5-1.007-5.5-2.25v-.652c1.26.918%203.42%201.402%205.5%201.402zm0-5c2.081%200%204.239-.484%205.5-1.402v.652c0%201.243-2.56%202.25-5.5%202.25-2.939%200-5.5-1.007-5.5-2.25v-.652c1.26.918%203.42%201.402%205.5%201.402zm0%202.5c2.081%200%204.239-.484%205.5-1.401v.651c0%201.243-2.56%202.25-5.5%202.25-2.939%200-5.5-1.007-5.5-2.25v-.651c1.26.917%203.42%201.401%205.5%201.401zm-13%202c-2.939%200-5.5%201.007-5.5%202.25s2.561%202.25%205.5%202.25c2.94%200%205.5-1.007%205.5-2.25s-2.56-2.25-5.5-2.25zm.174%203.28v.22h-.353v-.208c-.361-.003-.744-.056-1.058-.152l.162-.343c.269.063.607.126.911.126l.229-.014c.405-.053.487-.301.038-.419-.329-.09-1.335-.166-1.335-.675%200-.284.368-.537%201.054-.593v-.222h.353v.211c.258.005.544.03.863.09l-.128.342c-.243-.051-.513-.099-.779-.099l-.08.001c-.53.02-.572.287-.206.399.602.169%201.393.292%201.393.74-.001.358-.477.549-1.064.596zm-.174%207.22c2.081%200%204.239-.484%205.5-1.402v.652c0%201.243-2.56%202.25-5.5%202.25-2.939%200-5.5-1.007-5.5-2.25v-.652c1.26.918%203.42%201.402%205.5%201.402zm0-5c2.081%200%204.239-.484%205.5-1.402v.652c0%201.243-2.56%202.25-5.5%202.25-2.939%200-5.5-1.007-5.5-2.25v-.652c1.26.918%203.42%201.402%205.5%201.402zm0%202.5c2.081%200%204.239-.484%205.5-1.401v.651c0%201.243-2.56%202.25-5.5%202.25-2.939%200-5.5-1.007-5.5-2.25v-.651c1.26.917%203.42%201.401%205.5%201.401z%22%2F%3E%3C%2Fsvg%3E');
                    background-size: contain;
                    margin-right: 5px;
                }

                .article-right .tags a.shareholder:after {
                    background:no-repeat url('data:image/svg+xml;charset=US-ASCII,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2224%22%20height%3D%2224%22%20viewBox%3D%220%200%2024%2024%22%20fill%3D%22black%22%3E%3Cpath%20d%3D%22M0%208v-3c0-1.105.895-2%202-2h20c1.104%200%202%20.895%202%202v3h-24zm24%203v8c0%201.104-.896%202-2%202h-20c-1.105%200-2-.896-2-2v-8h24zm-15%206h-6v1h6v-1zm3-2h-9v1h9v-1zm9%200h-3v1h3v-1z%22%2F%3E%3C%2Fsvg%3E');
                    background-size: contain;
                    margin-left: 5px;
                }

            .article-right .more {
                float: right;
            }


.blh-billboard-ad {
    background: #dbdbdb;
    position: relative;
    margin: 0 0 35px;
}

.post-list .subtitle {
  display: none;
}

/* POST LIST */

.post-list .entry object,
.post-list .entry iframe,
.post-list .entry embed,
.post-tags .entry object,
.post-tags .entry iframe,
.post-tags .entry embed,
.post-archive-list .entry object,
.post-archive-list .entry iframe,
.post-archive-list .entry embed {
    display: none;
}

/* POST INSIDE */

.post-inside .content-wrapper {
    background: #fff;
    margin: 0 0 50px;
}

.post-inside article {
    background: #fff;
    width: 750px;
    height: auto;
    margin: 0;
    padding: 20px;
}

.top-meta {
    border-bottom: 1px solid #ededed;
    position: relative;
    left: -20px;
    padding: 0 20px 10px 70px;
    width: 700px;
    margin: 0 0 20px;
    font-family: 'Asap', sans-serif;
    font-weight: 700;
    font-size: 13px;
    text-transform: uppercase;
    min-height: 39px;
}

    .top-meta .post_author_avatar {
        position: absolute;
        top: -11px;
        left: 0;
        width: 60px;
        height: 60px;
    }

    .top-meta .blh_share_fblike {
        float: right;
        margin: 0;
        margin-bottom: -1px;
    }

    .top-meta .blh_share_cont {
        display: none;
    }

.post-inside .first-image,
.post-inside .first-three
{
    display: none !important;
}

.post-inside .article-right {
    float: none;
    width: auto;
    height: auto;
    padding: 0;
}

.post-inside h1.title {
    font-size: 30px;
    line-height: 40px;
    margin: 0 0 25px;
    font-weight: 300;
    font-family: 'Titillium Web';
}

.post-inside h1.title a {
    color: #262626;
}

    .post-inside h1.title a:after {
        width: 32px;
        height: 3px;
        bottom: 3px;
    }

.post-inside .meta {
    position: inherit;
    bottom: auto;
    right: auto;
    width: auto;
}

    .post-inside .meta .tags {
        display: none;
    }

    .post-inside .meta .author {
        display: block;
        float: none;
        font-size: 0;
        text-align: right;
    }

        .post-inside .meta .author a {
            font-size: 19px;
            text-transform: none;
        }

.post-inside .tags {
    float: none;
    margin: 0;
}

.post-inside .tags a {
    margin: 0 5px 5px 0;
}

.post-inside .post-content {
    display: block;
    padding: 0 20px 20px;
    margin: 0 0 30px;
    border-bottom: 1px solid #ededed;
}

.post-inside .share {
    float: left;
    width: 460px;
}

    .post-inside .share .blh_share_cont {
        margin: 0;
    }

.post-inside .comments {
    float: right;
    font-size: 16px;
    font-weight: 300;
    margin: 10px 0 0;
}

    .post-inside .comments a:after {
        background: url(https://m.blog.hu/skins/we_love_design/img/sprite.png) no-repeat -13px -23px;
        content: "";
        float: right;
        width: 12px;
        height: 22px;
        margin: -1px 0 0 8px;
    }

    .post-inside .comments a:hover:after {
        opacity: 0.5;
    }

.post-inside .meta .blh-goto-comments,
.post-inside .meta a.more {
    display: none;
}

.post-inside .blh-billboard-ad {
    margin: 0 0 45px;
}

/* ENTRY */

.post-inside .entry {
    font-size: 16.5px;
    line-height: 27px;
    font-weight: 400;
    max-height: none;
    font-style: normal;
    overflow: visible;
    color: #000;
}

.post-inside .entry .subtitle {
    font-size: 22px;
    line-height: 32px;
}

    .post-inside .entry a {
        text-decoration: underline;
    }

        .post-inside .entry a:hover {
            text-decoration: none;
        }

    .post-inside .entry p {
        margin: 0 0 27px;
    }

    .post-inside .entry em,
    .post-inside .entry i {
        font-style: italic;
    }

    .post-inside .entry strong,
    .post-inside .entry b {
      	font-family: 'calibri bold';
    }

    .post-inside .entry small {
        font-size: 13px;
        line-height: 16px;
    }

    .post-inside .entry h1 {
        font-weight: 700;
        font-size: 32px;
        line-height: 37px;
        margin: 25px 0 15px;
        text-transform: uppercase;
        font-family: 'Asap';
    }

    .post-inside .entry h2 {
        font-size: 26px;
        margin: 25px 0 15px;
        line-height: 31px;
        font-weight: 700;
        font-family: 'Asap';
    }

    .post-inside .entry h3 {
        font-size: 23px;
        line-height: 28px;
        margin:  25px 0 15px;
        font-weight: 700;
        font-family: 'Asap';
    }

    .post-inside .entry .alignright,
    .post-inside .entry .imgright {
        display: inline;
        float: right;
        margin: 5px 5px 10px 15px !important;
    }

    .post-inside .entry .alignleft,
    .post-inside .entry .imgleft {
        display: inline;
        float: left;
        margin: 5px 15px 10px 5px  !important;
    }

    .post-inside .entry .aligncenter,
    .post-inside .entry .imgcenter {
        display: block;
        margin: 20px auto;
    }

    .post-inside .entry p .imgnotext {
        display: block;
        position: relative;
        left: -20px;
        max-width: 790px;
        width: 790px;
        margin: 20px 0;
    }

    .post-inside .entry p .popup_icon_container.imgnotext {
        left: 0px !important;
    }

    .popup_icon {
      right: 30px !important;
    }

    .post-inside .entry blockquote {
        background: #F8C315;
        position: relative;
        left: -20px;
        width: 750px;
        padding: 30px;
        color: #000;
        font-size: 19px;
        font-weight: 400;
        line-height: 20px;
        margin: 0 0 30px;
        font-family: "calibri";
        box-sizing: border-box;
    }

    .post-inside .entry blockquote:before {
        content: '“';
        font-size: 35px;
    }

    .post-inside .entry blockquote:after {
        content: '”';
        font-size: 35px;
    }

    .post-inside .entry blockquote.bw {
      background: #fff;
      color: #545454;
      width: auto;
      padding: 0 0 0 100px;
    }

    .post-inside .entry blockquote.bw a {
      color: #545454; 
    }

    .post-inside .entry blockquite.bw a:hover {
      color: #747474; 
    }

        .post-inside .entry blockquote p {
            font-size: 19px;
            line-height: 30px;
        }

        .post-inside .entry blockquote p:last-of-type {
            margin: 0;
            display: initial;
        }
.post-inside .entry blockquote a {
  color: #fff;
}
.post-inside .entry blockquote a:hover {
  color: #ddd;
}

    .post-inside .entry h4,
    .post-inside .entry h5,
    .post-inside .entry h6 {
        font-weight: 600;
    }

.entry ul {
    list-style: disc outside;
    margin: 14px 0 18px 45px;
}

.entry ol {
    list-style: decimal outside;
    margin: 14px 0 18px 45px;
}

.entry ul li{
    margin: 2px 0;
}
.entry ol li {
  margin: 6px 0;
}

article.post ul.blh-mosaic li img ,
article.post .entry ul.blh-mosaic li img {
    display: inline !important;
    margin: 0;
}

/* TAGS LIST */

.post-tags .tagcloud {
    display: none;
}


.tagcloud:first-of-type {
    margin: 0 0 20px;
}

/* SIDEBAR */

#right-side {
    position: relative;
    float: right;
    width: 380px;
    margin: 0 0 30px;
    word-wrap: break-word;
    color: #777;
}

    #right-side img {
        max-width: 100%;
    }

    #right-side .box:not(.widget_postlist) {
        margin: 0;
        line-height: 19px;
        background-color: #fff;
        padding: 30px 40px;
    }

    #right-side .box.widget_search,
    #right-side .box.widget_externalfeed {
        border-top:4px solid #FFC100;
    }

        #right-side .box:last-of-type {
            margin: 0;
        }

    #right-side .box > h3 {
        text-transform: uppercase;
        font-weight: bold;
        margin: 12px 0;
        font-style: normal;
        font-weight: 700;
        font-family: 'Asap';
        font-size: 16px;
        line-height: 24px;
        color: #777
    }

    #right-side strong,
    #right-side b {
        font-weight: 500;
    }    

    #right-side .place {
        display: none;
    }

    #right-side li {
        margin: 0 0 15px;
    }

    #right-side .widget_archives li {
        margin: 0 0 5px;
    }

    #right-side .mi-a-merce {
        background: #ffe800;
        padding: 30px;
        font-size: 20px;
        line-height: 33px;
        color: #000;
    }

        #right-side .dossziek > h3,
        #right-side .mi-a-merce > h3 {
            display: none;
        }

        #right-side .mi-a-merce h1 {
            background: #fff;
            position: relative;
            font-family: 'Asap', sans-serif;
            font-size: 30px;
            line-height: 30px;
            font-weight: 700;
            padding: 15px 18px 15px 75px;
            margin: 0 0 18px;
        }

            #right-side .mi-a-merce h1:before {
                background: url(img/sprite.png) no-repeat -132px 0;
                position: absolute;
                content: "";
                width: 60px;
                height: 60px;
                top: 0;
                left: 0;
            }

        #right-side .mi-a-merce a {
            color: #000;
            text-decoration: underline;
        }

            #right-side .mi-a-merce a:hover {
                text-decoration: none;
            }

        #right-side .box.widget_ad_mix {
            background: #dbdbdb;
            margin: 0;
        }

/* */

#right-side .post-list-widget li {
    margin: 0 0 16px;
    text-align: left;
}

#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: 232px;
    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;
    }

    #right-side .post-list-widget .datas a {
        display: block;
    }

    #right-side .post-list-widget .datas .post {
        font-size: 14px;
        margin-bottom: 4px;
        max-height: 40px;
        overflow: hidden;
        color: #000;
        font-weight: 600;
        font-family: 'calibri', Helvetica;
        line-height: 16px;
    }
    #right-side .post-list-widget .datas .lead {
        color: #777;
        font-size: 12px;
        max-height: 50px;
        overflow: hidden;
        display: block;
        font-family: 'calibri', Helvetica;
        line-height: 13px;
    }

.widget_comments a,
.post-list-widget a {
    display: block;
}

#right-side .facse-doboz {
    background: #fff;
    border: 1px solid #4a67b7;
}

    #right-side .facse-doboz .inbox {
        padding: 10px;
    }

    #right-side .facse-doboz > h3 {
        background: #4a67b7;
        font-weight: 700;
        font-family: 'Asap', sans-serif;
        text-align: center;
        color: #fff;
        font-size: 30px;
        padding: 15px 0;
        font-weight: 400;
    }

/* */

#right-side #search > p {
    display: inline-block;
    vertical-align: middle;
}

#right-side .SearchField {
    border: 1px solid #c4c4c4;
    border-radius: 2px;
    padding: 3px;
    margin: 0;
}

#right-side .submit {
    background: #FFC000;
    border: 0 none;
    cursor: pointer;
    font-size: 12px;
    font-weight: 300;
    line-height: 18px;
    padding: 3px 10px;
    margin: 0;
    color: #fff;
}

    #right-side .submit:hover {
        background: #FFC000;
    }

/* PAGER */

#pager {
    display: inline-block;
    margin: 0 40px 70px;
    text-align: center;
    width: 710px
}
    
    #pager .pager {
        display: inline-block;
        font-size: 0;
        line-height: 0;
    }

    #pager .prev a {
        background: url(img/sprite.png) -435px 0;
        float: left;
        width: 60px;
        height: 60px;
    }

    #pager .next a {
        background: url(img/sprite.png) -496px 0;
        float: left;
        width: 60px;
        height: 60px;
    }

    #pager .pages {
        display: inline-block;
        margin: 0 0 0 5px;
    }

        #pager .pages a {
            background: #fff;
            float: left;
            font-family: 'Titillium Web', sans-serif;
            font-size: 20px;
            margin: 0 5px 0 0;
            width: 50px;
            height: 50px;
            border: 1px solid #FFC000;
            line-height: 50px;
        }

            #pager .pages a:hover,
            #pager .pages a.current {
                background: #FFC000;
            }

        #pager .pages span {
            font-size: 0;
            line-height: 0;
            background: url(img/sprite.png) no-repeat -557px 0;
            float: left;
            width: 10px;
            height: 10px;
            margin: 26px 12px 0 7px;
        }

/* RELATED */

.related {
    margin: 20px 54px 40px;
}

    .related h3 {
        font-size: 25px;
        color: #ccc;
        text-align: center;
        margin: 0 0 22px;
        font-weight: 700;
        font-family: 'Asap';
    }

    .related li {        
        position: relative;
        float: left;
        width: 120px;
        margin: 0 0 0 20px;
        padding: 0 0 10px;
    }

    .related li a {
        position: relative;
    }

        .related li:first-child {
            margin: 0;
        }

        .related li:last-of-type {
            margin: 0 0 0 22px;
        }

    .related img {
        display: block;
        width: 120px;
        height: 120px;
                transition: all 0.2s ease-in 0s;
        -webkit-transition: all 0.2s ease-in 0s;
    }

    .related .title {
        display: block;
        font-family: "calbiri", sans-serif;
        font-size: 14px;
        line-height: 18px;
        color: #bababa;
        padding: 5px 0;
        height: 100px;
        overflow: hidden;
        -webkit-transition: all 0.2s ease-in 0s;
        -moz-transition: all 0.2s ease-in 0s;
        transition: all 0.2s ease-in 0s
    }

    .related li a:hover .title {
        color: #000;
    }

    .related li a:before {
        content: "";
        width: 120px;
        height: 120px;
        position: absolute;
        background-color: #f8c114;
        opacity: 0.5;
        z-index: 1;
        left: 0;
        top: 0;
        -webkit-transition: all 0.2s ease-in 0s;
           -moz-transition: all 0.2s ease-in 0s;
                transition: all 0.2s ease-in 0s
    }

    .related li a:hover:before {
        opacity: 0;
    }


/* COMMENTS */

.comment-tracback-url,
h3.comment {
    font-size: 17px;
    color: #FFC000;
    font-weight: 700;
    text-align: center;
    margin: 0 0 10px;
    text-transform: uppercase;
    font-family: 'Asap';
}

#trackbackURL {
    display: block;
    text-align: center;
    margin: 0 0 15px;
    font-size: 16px;
    color: #c3c3c3;
}

#linkback_container div.linkback {
    background: #fff;
    position: relative;
    border-top: 2px solid #c4c4c4;
    border-bottom: 2px solid #c4c4c4;
    padding: 15px 15px 5px !important;
    margin: 0 0 25px !important;
    font-weight: 300;
}

#linkback_container .commentFooter {
    bottom: 0;
    right: -75px;
}

p.comment-disclaimer {
    font-size: 11px;
    line-height: 15px;
    margin: 0 0 30px;
    color: #000;
    font-weight: 300;
    text-align: center;
}

#search br, .tagcloud + br,
#comment-form .info ~ *,
#comment-form .submit + *,
#content-side .related br,
#comment-form .label {
    display: none;
}

.comment-container {
    position: relative;
}

#comment-form {
    position: relative;
}

#comment_container .avatar-content,
#comment-form .avatar-outer-border-small {
    position: absolute;
    width: 50px;
    height: 50px;
    margin: 0 auto;
    top: -10px;
    left: 0;
    right: 0;
    border: 2px solid #c7c7c7;
    border-radius: 100px;
    z-index: 2;
}

#comment-form .avatar-outer-border-small {
    top: 34px;
}

    .avatar-content:before,
    .avatar-outer-border-small:before {
        background: #f1f1f1;
        position: absolute;
        content: "";
        height: 2px;
        left: -10px;
        top: 28px;
        width: 8px;
        z-index: 0;
    }

    .avatar-content:after,
    .avatar-outer-border-small:after {
        background: #f1f1f1;
        position: absolute;
        content: "";
        height: 2px;
        left: 52px;
        top: 28px;
        width: 8px;
        z-index: 0;
    }


#comment_container .style-circle .avatar-mask {
    background: transparent;
    padding: 0;
    box-shadow: none;
}

    #comment_container .avatar-content .avatar-outer-border,
    #comment_container .avatar-content .avatar-inner-border,
    #comment-form .avatar-outer-border-small,
    #comment-form .avatar-inner-border-small {
        background: none;
        padding: 0;
        margin: 0 auto;
        width: 50px;
        height: 50px;
    }

        #comment_container .avatar-content .avatar-inner-border img,
        #comment-form .user-info-fields img {
            border: 0 none;
        }

        #comment-form .user-info-fields img {
            width: 50px;
            height: 50px;
            border-radius: 100px;
        }

#comment_container .comment-container > h1 {
    position: relative;
    margin: 0 12px 1px;
    font-weight: 300;
}

    #comment_container .comment-container > h1:before {
        background: url(https://m.blog.hu/skins/we_love_design/img/default_avatar.png) no-repeat 0 0;
        position: absolute;
        content: "";
        width: 50px;
        height: 50px;
        top: -10px;
        left: 0;
        right: 0;
        margin: 0 auto;
        border: 2px solid #e6e6e6;
        border-radius: 100px;
    }

#comment_container .commentTime {
    float: right;
}

#comment_container .comments-container > .comment {
    margin: 0 0 36px;
}

#comment_container .commentText {
    background: #fff;
    font-size: 16px;
    font-weight: 300;
    line-height: 20px;
    text-align: center;
    padding: 45px 40px 40px; 
    border-top: 2px solid #c4c4c4;
    border-bottom: 2px solid #c4c4c4;
}

.comments-container > div.comment:hover .commentFooter a,
div.linkback:hover .commentFooter a {
    height: 17px;
    color: #fff;
}

.commentFooter {
    bottom: -3px;
    line-height: 0;
    position: absolute;
    right: 15px;
}

@media screen and (-webkit-min-device-pixel-ratio:0) {
    .comments-container .commentFooter {
        bottom: 0;
    }
}

    .commentFooter div a {
        height: 0px;
        overflow: hidden;
        color: transparent;
        -webkit-transition: height 0.2s ease-in 0s;
           -moz-transition: height 0.2s ease-in 0s;
                transition: height 0.2s ease-in 0s
    }

    .commentFooter .replyComment {
        line-height: 0;
    }

        .commentFooter .replyComment:before {
            content: none;
        }

        .commentFooter .replyComment a {
            background: #FFC000;
            position: absolute;
            top: 0;
            right: 0;
            font-size: 12px;
            line-height: 18px;
            color: #fff;
            padding: 2px 0;
            text-decoration: none;
            width: 87px;
            text-align: center;
        }

            .commentFooter .replyComment a:hover {
                background: #FFC000;
            }

    .commentFooter .editComment {
        right: 105px;
        margin: 0;
        bottom: -18px;
        line-height: 0;
    }

        .commentFooter .editComment a {
            background: #FFC000;
            position: absolute;
            top: 0;
            right: 91px;
            font-size: 12px;
            line-height: 18px;
            color: #fff;
            padding: 2px 0;
            text-align: center;
            text-decoration: none;
            width: 87px;
        }

            .commentFooter .editComment a:hover {
                background: #FFC000;
            }


    .commentFooter .moderate-comment {
        margin: 0;
    }

        .commentFooter .moderate-comment a {
            right: 183px;
        }

#feedback_container > h3.comment {
    margin: 0 0 20px;
}

#comment-form {
    margin: 60px 0 50px;
}

    #comment-form .info-inner {
        text-align: right;
        padding: 0 15px;
        font-weight: 300;
    }
    
        #comment-form .info-inner strong,
        #comment-form .info-inner select {
            float: left;
            font-weight: 300;
        }


#comment-form textarea {
    background: #fff;
    border: 0 none;
    border-top: 2px solid #c4c4c4;
    border-bottom: 2px solid #c4c4c4;
    font-size: 16px;
    font-weight: 300;
    line-height: 20px;
    text-align: center;
    padding: 45px 40px 40px; 
    width: 710px;
    height: 90px;
    margin: 5px 0;
    resize: none;
}

#comment-form .submit {
    background: #FFC000;
    position: relative;
    border: 0 none;
    float: right;
    font-weight: 300;
    padding: 2px 8px;
    margin: -47px 15px 0 0;
    font-size: 12px;
    line-height: 18px;
    color: #fff;
    cursor: pointer;
}

    #comment-form .submit:hover {
        background: rgba(108,206,111, 0.8);
    }

#comment-form #followinglinks {
    font-weight: 300;
}

.display-counter-container {
    display: block;
    font-size: 12px;
    font-weight: 300;
    margin: 10px 0 0;
}

.comment-option-fields input#fbcheck + label {
    margin: 0 0 0 15px;
    top: -45px;
}

/* FOOTER */

footer {
    background: #FFC000;
    color: #fff;
    font-size: 16px;
    font-weight: 700;
    line-height: 20px;
    padding: 25px 0;
    font-family: 'Asap';
}

    footer section {
        width: 1200px;
        margin: 0 auto;
    }

    footer .links {
        float: left;
        margin: 4px 0 0;
    }

    footer a {
        color: #fff;
        margin: 0 2px;
    }

        footer a:hover {
            color: #ffe800;
        }

/* */

footer .social-box {
    float: right;
    margin: -2px 0 0;
}

    footer .social-box a {
        display: inline-block;
        background: url(img/sprite.png) no-repeat 0 0;
        font-size: 0;
        line-height: 0;
        width: 32px;
        height: 32px;
        margin: 0 0 0 15px;
    }

        footer .social-box a.tumblr {
            background-position: -33px 0;
        }

            footer .social-box a.tumblr:hover {
                background-position: -33px -33px;
            }

        footer .social-box a.youtube {
            background-position: -66px 0;
        }

            footer .social-box a.youtube:hover {
                background-position: -66px -33px;
            }

        footer .social-box a.facebook {
            background-position: 0 0;
        }

            footer .social-box a.facebook:hover {
                background-position: 0 -33px;
            }

        footer .social-box a.twitter {
            background-position: -99px 0;
        }

            footer .social-box a.twitter:hover {
                background-position: -99px -33px;
            }

/* */

.follow-us-fb {
    background: #ffe800;
    text-align: center;
    padding: 30px 0;
}

    .follow-us-fb h3 {
        font-weight: 700;
        font-family: 'Asap', sans-serif;
        font-size: 25px;
        color: #FFC000;
        margin: 0 0 25px;
    }

    .follow-us-fb iframe {
        background: #fff;
    }

/* */

.donate-us {
    text-align: center;
    font-weight: 700;
    font-family: 'Asap', sans-serif;
    font-size: 25px;
    color: #FFC000;
    padding: 35px 0;
    border-bottom: 1px solid #ededed;
    margin: 0 0 15px;
}

    .donate-us a {
        text-decoration: underline;
    }

        .donate-us a:hover {
            text-decoration: none;
        }

/* */

.sign-up-yo {
    margin: 0 0 25px;
    padding: 0 20px;
}

    .sign-up-yo input[type="text"] {
        background: #ededed;
        float: left;
        color: #828282;
        font-style: italic;
        font-size: 19px;
        line-height: 22px;
        padding: 10px;
        width: 526px;
        border: 0 none;
        margin: 0;
        box-shadow: 0 0 6px 4px rgba(0, 0, 0, 0.05) inset;

    }

        @media screen and (-webkit-min-device-pixel-ratio:0) {
            .sign-up-yo input[type="text"] {
                line-height: 28px;
            }
        }

    .sign-up-yo input[type="submit"] {
        background: #523c61;
        float: left;
        font-family: 'Asap', sans-serif;
        color: #ffe800;
        font-size: 19px;
        font-weight: 700;
        line-height: 22px;
        text-transform: uppercase;
        border: 0 none;
        margin: 0 0 0 20px;
        padding: 9px 30px;
        cursor: pointer;
    }

        @media screen and (-webkit-min-device-pixel-ratio:0) {
            .sign-up-yo input[type="submit"] {
                line-height: 31px;
            }
        }

/* */

.post-comments {
    border-top: 1px solid #ededed;
    padding: 15px 20px 20px;
}

    .post-comments > h3 {
        font-size: 25px;
        color: #ccc;
        text-align: center;
        margin: 0 0 22px;
        font-weight: 700;
        font-family: 'Asap';
    }

.post-inside article {
  overflow: visible;
}

.post-tags .entry ul, .post-tags .entry ol, .post-list .entry ul, .post-list .entry ol {
  margin: 0 0 0 10px;
}

article .date {  
  font-size: 14px;
  font-weight: 300;
  line-height: 20px;
  font-family: 'calibri', Helvetica;
  color: #777;
}

article .date:before {    
    content: "•";
    font-size: 10px;
    font-weight: 300;
    font-family: 'calibri', Helvetica;
    color: #ccc;
    margin: 0 5px;
}

.post-list .widget_postlist, .post-tags .widget_postlist {
  display: none;
}

.post-inside .entry p .original {
  width: auto;
  height: auto;
  margin: 20px auto;
  left: 0;
}

.post-list .popup_icon {
  display: none;
}

#tamogass_318 .subtitle {
  display: none;
}
  
.dontab td {
  text-align: center;
  color: #523c61;
  font-weight: bold;
  padding: 5px 20px;
}

#donslide {
  width: 480px;
  position: fixed;
  left: -480px;
  bottom: 100px;
  transition: all 1s;
  font-size: 15px;
  z-index: 100000;
}

#donslide #cont {
  border: 15px solid #523c61;
  background: #523c61;
  border-radius: 15px;
  color: #fff;
  padding-left: 15px;
  box-shadow: 1px 1px 4px 1px rgba(255, 255, 255, 0.3)
}

#donslide h3 {
  font-weight: 700;
  font-family: 'Asap';
  font-size: 22px;
  color: #fff;
  background: #523c61;
  padding: 0;
  font-weight: bold;
  margin: 0 0 10px 0;
}

#donslide a {
  color: #ffe800;
  text-decoration: none;
}

#contin:after {
  clear: both;
  display: table;
  content: "";
}

#dleft {
  float: left;
  width: 312px;
  padding-right: 10px;
}

#dleft .txt {
  border-right: 1px solid rgba(255,255,255,0.4);
  padding-right: 10px;
}

#dleft .lnk {
  margin-top: 10px;
  display: block;
}

#dright {
  text-align: center;
  float: left;
  width: 113px;
}

#dright form {
    padding: 10px 0;
}

#donclose {
  float: right;
  margin-top: -5px;
  border: 2px solid #fff;
  padding: 0 4px;
  border-radius: 4px;
  text-transform: uppercase;
  font-size: 12px;
  margin-right: -5px;
  cursor: pointer;
}

#infobox {
  background-color: #fff;
  padding: 10px;
  margin-bottom: 20px;
  margin-top: -8px;
  font-size: 16px;
  line-height: 1.4em;
}

#infobox h2 {
  color: #523c61;
  font-size: 35px;
  font-weight: 700;
  margin-bottom: 10px;
  font-family: 'Asap';
  text-transform: uppercase;
  line-height: 1em;
}

#infobox a {
  transition: .3s;
}

#infobox a:hover {
  opacity: 0.7;
}

#infobox2 {
  background-color: #fff;
  padding: 20px;
  margin-bottom: 20px;
  margin-top: -8px;
  font-size: 15px;
  line-height: 23px;
}

#infobox2 a {
  text-decoration: underline;
}

#infobox2 p {
  margin-bottom: 15px;
}
#infobox2 p:last-child {
  margin-bottom: 0
}

.infobox b {
  font-weight: bold;
}
.infobox i {
  text-style: italic;
}

.entry table {
  border-spacing: 2px;
  border-collapse: separate;
  margin: 6px -2px;
}

.entry table th {
  text-align: left;
  padding: 3px 7px;
  font-weight: bold;
  background: #eee;
  vertical-align: middle;
  font-size: 15px;
  line-height: 1.4em;
}

.entry table td {
  padding: 3px 7px;
  text-align: center;
  background: #f5f5f5;
  vertical-align: middle;
  line-height: 1.4em;
}

.entry table thead td {
  background: #FFC000;
  color: #fff;
  font-size: 15px;
  line-height: 1.4em;
  padding: 3px 7px;
}

ol {
  list-style-type: decimal;
}

h4 {
    margin: 0px 0 20px 0;
    font-size: 20px;
    line-height: 30px;
    padding-left: 32px;
    border-left: 4px solid rgb(104, 104, 104);
    padding-bottom: 7px;
}

.frame p:last-child {
    margin-bottom: 0;
}

.post-inside .entry p {
    word-wrap: break-word;
}

.donate-box {
  padding: 15px 20px !important;
  transition: .4s;
}

.donate-box a {
  text-decoration: none !important;
}

.donate-box:hover a {
  text-decoration: underline !important;
}

.donate-box:hover {
  color: #ffe800 !important;
  padding: 20px !important;
  margin-top: -5px !important;
  margin-bottom: 25px !important;
}

.donate-box:hover div {
  border-color: rgba(255,232,0,0.6) !important;
}

.donate-box .donate-button {
  transition: .8s;
}

.donate-box:hover .donate-button {
  -webkit-filter: drop-shadow(0px 0px 10px #fff);
  filter:         drop-shadow(0px 0px 10px #fff);
}

.donate-box:hover .donate-button:hover {
  -webkit-filter: drop-shadow(0px 0px 20px #ffe800);
  filter:         drop-shadow(0px 0px 20px #ffe800);
}

.post-inside .entry #newpp {
        background: #ffe800;
        position: relative;
        left: -20px;
        width: 750px;
        padding: 20px;
        color: #FFC000;
        font-size: 19px;
        font-weight: 700;
        line-height: 30px;
        margin: 0 0 30px;
        font-family: 'Asap';
        transition: background 1s;
        text-align: center;
        position: fixed;
        top: 0;
        right: 0;
        left: 0;
        width: 100%;
        z-index: 1000;
 }

.post-inside .entry #newpp.highlight {
  background-color: #ff0000
}

.post-inside .entry #newpp a {
  color: #FFC000;
  font-weight: bold;
  text-decoration: none;
}

.post-inside .entry #newpp a:hover {
  text-decoration: underline;
}

.post-inside .entry .frame > h2, h3, h4 {
  margin-top: 0;
}

.post-inside .entry blockquote.gsori {
  background: #cecece;
}

.post-inside .entry blockquote.gsori p, .post-inside .entry blockquote.gsori a {
  font-size: 16px;
  line-height: 1.4em;
  color: #333;
  margin-bottom: 10px;
}


/*
MENU ICONS
*/
.menu-icons {
  float: right;
  margin: 16px 0 10px;
}
.menu-icons li {
    float: left;
    display: inline-block;    
    margin-left:10px;  
}

.menu-icons li,
.menu-icons li a {
    border-radius: 100%;
}

.menu-icons li a {    
    color: #fff;
    width: 30px;
    height: 30px;    
    display: block;
    text-align: center;
    z-index: 2;
    transition: all 0.2s ease-in 0s;
    -webkit-transition: all 0.2s ease-in 0s;
}
.menu-icons li a:not(.search-opened):hover {    
    background-color: #000!important;
}
.menu-icons li a.search {
  background-color: #bababa;
}
.menu-icons li a:not(.search) {
  background-color: #FDC100;
}
.menu-icons li a i{
    line-height: 30px;    
}
.menu-icons li a.fb i,
.menu-icons li a.search i,
.menu-icons li a.tumblr i{
  font-size: 15px;
}
.menu-icons li a.insta i{
  font-size: 17px;
}


/*
ENTRY LISTS
*/
.post-inside .entry ol,
.post-inside .entry ul {
    list-style: none!important;
    margin: 0;
    padding: 0;
    display: block
}
.post-inside .entry ol li,
.post-inside .entry ul li {
    text-indent: 0;
    margin-bottom: 6px
}
.post-inside .entry ol {
    counter-reset: li
}
.post-inside .entry ol li {
    list-style: none
}
.post-inside .entry ol li:before {
    content: counter(li) ".";
    counter-increment: li;
    color: #F8C315;
    font-weight: 600;
    padding-right: 10px
}
.post-inside .entry ul:not(.reseted) li {
    position: relative;
    padding-left: 24px;
    font-family: "Source Sans Pro", Helvetica, Arial, sans-serif;
    font-size: 18px;
    line-height: 26px
}
.post-inside .entry ul:not(.reseted) li:before {
    position: absolute;
    content: "• ";
    color: #F8C315;
    font-size: 35px;
    line-height: 60%;
    left: 0
}



/*
FOR CRIPS
*/
header.forCrips {
  border-top: 0;
}
header.forCrips div.headerIframeWrapper iframe {
  display: none;
}
#menu li.am {
  width: 66px;
}
#menu li.am a {
  background-image: url(https://m.blog.hu/at/ataszjelenti/skins/tasz_am_20170913/img/etr.jpg);
  background-repeat: no-repeat;
  background-size:contain;
  background-position: 50%;
  background-color: #0A1396;
}
#menu li.am:after {
    content: "Könnyen érthető";
    position: absolute;
    top: 16px;
    width: 70px;
    right: -75px;
    text-transform: capitalize;
}
.forCripsTitle {
 	padding: 30px;
  	font-size: 30px;
  	font-weight: 700;
  	color: #2F2F2F;
  	background: #fff;
 	margin-bottom: 4px;
 	text-transform: uppercase;
 	font-family: 'Asap';
 	text-align: center;
 	line-height: 40px;
}
.post-list .content-wrapper.forCrips .blh-billboard-ad,
.post-tags .content-wrapper.forCrips .blh-billboard-ad,
.post-archive-list .content-wrapper.forCrips .blh-billboard-ad,
.post-search-list .content-wrapper.forCrips .blh-billboard-ad {
  display: none;
}
.post-list .content-wrapper.forCrips article.post,
.post-tags .content-wrapper.forCrips article.post,
.post-archive-list .content-wrapper.forCrips article.post,
.post-search-list .content-wrapper.forCrips article.post {
  width:255px;
  height:375px;
  float: left;
  margin-right: 40px;
  background-color: #f1f1f1;
  transition: all 0.2s ease-in 0s;
  -webkit-transition: all 0.2s ease-in 0s;
}
.post-list .content-wrapper.forCrips article.post:hover,
.post-tags .content-wrapper.forCrips article.post:hover,
.post-archive-list .content-wrapper.forCrips article.post:hover,
.post-search-list .content-wrapper.forCrips article.post:hover {
    background-color: #FDC100 !important;
}
.post-list .content-wrapper.forCrips article.post:hover h1.title a,
.post-tags .content-wrapper.forCrips article.post:hover h1.title a,
.post-archive-list .content-wrapper.forCrips article.post:hover h1.title a,
.post-search-list .content-wrapper.forCrips article.post:hover h1.title a {
    color: #000;
}
.post-list .content-wrapper.forCrips article.post:nth-of-type(4n),
.post-tags .content-wrapper.forCrips article.post:nth-of-type(4n),
.post-archive-list .content-wrapper.forCrips article.post:nth-of-type(4n),
.post-search-list .content-wrapper.forCrips article.post:nth-of-type(4n) {
  margin-right: 0;
}
.content-wrapper.forCrips {
    background-color: #fff;
}
.content-wrapper.forCrips,
.post-list .content-wrapper.forCrips #pager,
.post-tags .content-wrapper.forCrips #pager,
.post-archive-list .content-wrapper.forCrips #pager,
.post-search-list .content-wrapper.forCrips #pager {
  width: 100%;  
  padding: 30px;
  box-sizing: border-box;
}
.post-list .content-wrapper.forCrips article.post .article-right,
.post-tags .content-wrapper.forCrips article.post .article-right,
.post-archive-list .content-wrapper.forCrips article.post .article-right,
.post-search-list .content-wrapper.forCrips article.post .article-right{
  background-color: transparent;
  width: 100%;
  text-align: center;
  height: 375px;
  display: table;
  padding: 0 5px;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
}
.post-list .content-wrapper.forCrips article.post h1.title,
.post-tags .content-wrapper.forCrips article.post h1.title,
.post-archive-list .content-wrapper.forCrips article.post h1.title,
.post-search-list .content-wrapper.forCrips article.post h1.title {
  display: table-cell;
  vertical-align: middle;
}
.post-list .content-wrapper.forCrips article.post h1.title a,
.post-tags .content-wrapper.forCrips article.post h1.title a,
.post-archive-list .content-wrapper.forCrips article.post h1.title a,
.post-search-list .content-wrapper.forCrips article.post h1.title a {
  color: #2c2c2c;
}
.post-list .content-wrapper.forCrips article.post:hover,
.post-tags .content-wrapper.forCrips article.post:hover,
.post-archive-list .content-wrapper.forCrips article.post:hover,
.post-search-list .content-wrapper.forCrips article.post:hover,
.post-list .content-wrapper.forCrips article.post h1.title a:hover,
.post-tags .content-wrapper.forCrips article.post h1.title a:hover,
.post-archive-list .content-wrapper.forCrips article.post h1.title a:hover,
.post-search-list .content-wrapper.forCrips article.post h1.title a:hover {
  color: #000;
}
.post-inside .content-wrapper.forCrips article.post,
.page-inside .content-wrapper.forCrips article.post {
  width: 100%;
  background-color: transparent;
  box-sizing: border-box;
}
.post-inside .content-wrapper.forCrips article.post .entry,
.page-inside .content-wrapper.forCrips article.post .entry {
    color: #2c2c2c;
  font-size: 27px;
    line-height: 36px;
}