/* 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 {
    font-family: 'Roboto', sans-serif;
    font-weight: 100;
    font-size: 15px;
    color: #424242;
    line-height: 1;
    min-width: 320px;
	/*background: url(img/bg-top.jpg) no-repeat top 34px center;*/
	background-size: cover;
	background-color: #f0f0f0;
}

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: none; }

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

a {
    color: #323232;
    text-decoration: none;
}

a:hover {
    /*color: #dc1e2f;*/
    text-decoration: underline;
}

BODY:before {
    /*box-sizing: border-box;
    -moz-box-sizing: border-box;
    content: '';
    position: absolute;
    top: 0; left: 0;
    width: 100%;
    height: 450px;
    background-color: #dc1e2f;
    border-bottom: solid 1px #d7efdf;*/
}

.logo-container {
	text-align: center;
	padding: 105px 0px 102px 0px;
}
.logo-container .cell {
	display: table-cell;
	vertical-align: middle;
}
.logo-container img {
	height: auto!important;
	max-width: 90%!important;
}
/*
.logo-container img {
	max-width: 90%;
	max-height: 85%;
	position: relative;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
}
*/

/* main /**/

#main {
    margin: 0 auto;
    min-width: 320px;
    width: 1180px;
    color: #424242;
    font-family: 'Roboto', sans-serif;
    font-weight: 100;
    font-style: normal;
	position: relative;
}

/* content /**/

#content { padding: 0;display:table;border-bottom: 50px solid #424242;}

/* left-column /**/

#left-column {
    /*float: left;*/
    width: 840px;
    /*margin-right: 60px;*/    
	padding: 30px 40px 0 40px;	
	background: #fff;
	box-sizing: border-box;
	display: table-cell;
}

/* right-column /**/

#right-column {
    float: left;
    padding: 0;
    width: 340px;
	max-width: 340px;
    padding: 0 40px 0 0;
	box-sizing: border-box;
	background: #fff;
	display: table-cell;
	height: 100%;
	float: none;
	vertical-align: top;
	/*position: relative;*/
}
#right-column .logo {
    position: absolute;
    top: 10px;
    left: 50%;
    -moz-transform: translate(-50%,0%);
	-ms-transform: translate(-50%,0%);
    -webkit-transform: translate(-50%,0%);
    transform: translate(-50%,0%);
}

/* post /**/

.post-container {
    clear: both;
    margin-bottom: 30px;
	margin-top: 50px;
    /*border-bottom: solid 1px #e3e3e3;*/
}
.post-container:after {
    display: table;
    content: "";
    line-height: 0;
    clear: both;
}
#left-column .post-container:first-child {
	margin-top: 0px;
}

.post-container-left{
    width: 75px;
    margin-right: 15px;
    float: left;
    padding-top: 7px;
    text-overflow: ellipsis;
    overflow: hidden;
}
/*
.post-container-right{
    width: 700px;
    float: left;
}
*/

/*Datebox*/

.datebox{
    width: 100px;
    height: 100px;
    background: transparent url('img/dateboxbg.jpg');
    margin: 0.2em 0 0 0;
    box-sizing: border-box;
    padding: 7px 0 0 0;
}

.datebox .postday, .datebox .postmonthyear{
    text-transform: uppercase;
    color: #fff;
    font-weight: 300;
    font-size: 14px;
    text-align: center;
    font-family: 'Oswald', sans-serif;
    margin: 5px 0 0 0;
}

.datebox .postday{
    font-weight: 700;
    font-size: 26px;
    margin: 0;
}



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

.post-date-badge {
    background-color: #de5c3c;
    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;

    display: none;
}

.post-info {
    font-size: 14px;
    line-height: 24px;
    margin: 12px 0 34px;
}

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


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


.post-comments a {
    color: #adadad;
}

/* post title /**/

.post-title {
    font-family: 'Playfair Display', sans-serif;
    font-weight: 900;
    font-size: 30px;
    line-height: 1.2em;
    margin-bottom: 30px;
}

.post-title a {
	/* display: block; */
    text-transform: uppercase;
    padding: 0;
    color: #424242;
}

.post-title a:hover {
    text-decoration: underline;
}

/* post-content /**/

.post-content {
	font-family: 'Raleway', sans-serif;
	font-weight: 300;
    font-size: 16px !important;
    line-height: 25px;
    /*margin-bottom: 20px;*/
	color: #424242;
}
.post-content a {
    color: #d6a415;
	font-weight: 600;
}
.post-content strong {
	font-weight: 600;
}
/*
    .post-content a {
        color: #30abe2;
        text-decoration: none;
    }

    .post-content a:hover {
        color: #de5c3c;
        text-decoration: underline;
    }
    */

    .post-content h1, .post-content h2, .post-content h3, .post-content h4, .post-content h5  {
        font-size: 22px;
        font-weight: 600;
        padding: 1em 0;
        font-style: normal;
    }

    .post-content p {
        padding: 0 0 1em;
    }

    .post-content img {
        display: block;
        margin: 0;
		max-width: 100%;
		height: auto;
    }

    .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: transparent;
        border-left: solid 3px #cecece;
        color: #000;
        font-size: 18px;
        line-height: 21px;
		margin: 0 auto;
        position: relative;
        text-align: left;
        /* top: -10px; */
        padding: 14px 0 14px 14px;
    }

    .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 { padding: 0 0 15px 15px; }

    .post-content ol li, .post-content ul li { padding: 0 0 5px; }

    .post-content blockquote {
        /*background-color: #f2f1f1; */
        border-left: 10px solid #93908d;
        font-style: italic;
        margin: 2em 0;
        padding: 0 0 0 32px;
    }

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

    .def-readmore { display: none; }

/* post-actions /**/

.post-actions {
}



.postcontrol-wrap {
}

/* post-comment-number /**/

.post-comment-number {
    /* QF */
    /* display: none; */
}

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

.post-comment-number:hover {
    color: #de5c3c;
    text-decoration: underline;
}
*/

.liget-fb-link {
}
.liget-fb-link:hover {
    opacity: .7;
}

/* post-tags /**/

.post-tags {
    color: #e60f5b;
    font-size: 14px;
    line-height: 25px;
    margin-top: 10px;
}

.post-tags span:not(.post-comments) {
    display: inline-block;
	height: 25px;
    line-height: 27px;
    margin-right: 5px;
	font-size: 14px;
    padding: 0;
    color: #424242;
    text-transform: uppercase;
    font-family: 'Raleway', sans-serif;
    font-weight: 800;
    float: left;
}

.post-tags a:not(.post-comment-number) {
    text-decoration: none;
    display: inline-block;
    font-family: 'Raleway', sans-serif;
    font-size: 12px;
    text-transform: uppercase;
    font-weight: 800;
    padding: 0px 12px;
    background: #f7d36a;
    margin-right: 5px;
    height: 25px;
    line-height: 27px;
    color: #fff;
    letter-spacing: 1px;
    -webkit-transition: background 0.25s;
    transition: background 0.25s;
	float: left;
	margin-bottom: 5px;
}

.post-tags a:not(.post-comment-number):hover {
    text-decoration: hover;
	background: #424242;
}

/* post-share /**/

.share-btn {
    background-image: url(img/share-sprite-v1.png) !important;
    border: none !important;
    -moz-transform: scale(.75);
    -webkit-transform: scale(.75);
    -o-transform: scale(.75);
    -ms-transform: scale(.75);
    transform: scale(.75);
    margin-right: 0 !important;
	margin-top: -10px;
	cursor: pointer;
}
.share-btn .bubble-wrapper {
    -moz-transform: scale(1.25);
    -webkit-transform: scale(1.25);
    -o-transform: scale(1.25);
    -ms-transform: scale(1.25);
    transform: scale(1.25);
}

.post-share {
    display: inline-block;
	float: right;
	height: 30px;
	vertical-align: top;
}

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

/* post-comments /**/

#commentList {
    /* QF */
    padding: 10px;
    color: #323232;
}

#commentList .comment-actions-left a {
	color: #d6a415;
    font-weight: 600;
}
/*.comment-container{
    margin: 0 0 0 80px;
}*/

.comments-header {
    font-family: 'Raleway', sans-serif;
    font-weight: 800;
    font-size: 30px!important;
    line-height: 1.5em!important;
    color: #424242!important;
    padding: 40px 0 10px!important;
    text-transform: uppercase!important;

}

body .comment-actions .btn:hover {
    border-color: #dc1e2f;
    color: #dc1e2f;
    text-decoration: none;
}

body .comment-actions .reply {
    border-color: #424242;
    color: #424242;
    padding: 0 18px;
}

body .comment-actions .add-comment {
    background: #f7d36a;
    border-color: #f7d36a;
    color: #fff;
    padding: 0 18px;
}

body .comment-actions .add-comment:hover { color: #fff; }


.comment-content {
    color: #dc1e2f!important;
}
.comment-content-fe {
    font-size: 15px!important;
    line-height: 25px!important;
    color: #424242!important;
}

.comments-info, .comment-info {
    color: #424242!important;
    font-weight: 400!important;
}

.comment-info-left a {
    display: inline-block;
    font-family: 'Raleway', sans-serif;
    font-size: 12px!important;
    text-transform: uppercase;
    font-weight: 800;
    padding: 0px 12px;
    background: #f7d36a;
    margin-right: 5px;
    height: 25px;
    line-height: 27px;
    color: #fff;
    letter-spacing: 1px;
	font-style: normal!important;
    -webkit-transition: background 0.25s;
    transition: background 0.25s;
}
.comment-info-left a:hover {
	text-decoration: none;
	background: #424242;
}

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

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

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

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

.comment-rss.foaw {
    color: #f7d36a;
}

body#body #settings-top a {
    /*color: #dc1e2f;*/
}

/* 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: #f0f0f0;
    overflow: hidden;
    margin: 0 0 20px;
    padding-bottom: 20px;
    padding: 30px 40px 40px 40px;
	border-top: 4px solid #3e3e3e;
}
.widget:first-child {
    border-top: none;
	border-bottom: 4px solid #3e3e3e;
}

.widget-title {
    font-size: 20px;
    color: #323232;
    font-family: 'Raleway', sans-serif;
    font-weight: 800;
    text-transform: uppercase;
    line-height: 24px;
	margin-bottom: 20px;
}

.widget-title h3 {
	
}

.widget-content {
    font-size: 15px !important;
    line-height: 25px !important;
    padding: 0;
    overflow: hidden;
}

.blog-description-content {
	font-family: 'Raleway', sans-serif;
    font-weight: 300;
	font-size: 16px;
	color: #424242;
	line-height: 18px;
}
.blog-description-content img {
	width: 100%;
	height: auto;
	margin-bottom: 15px;
	display: block;
}

/*
.widget-content a {
    color: #de5c3c;
    font-size: 18px;
    font-weight: normal;
}

.widget-content a:hover {
    color: #de5c3c;
    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)
*/

.tagcloud { margin-bottom: 25px; }

/* equal-list /**/

/* .tagcloud-content a { color: #de5c3c; } */

.tagcloud-content a:hover {
    text-decoration: none;
}

.tagcloud-content .tag-item {
    display: inline-block;
    font-size: 16px;
    font-weight: 400;
    line-height: 1;
    margin: 0;
    padding: 0 24px 0 0;
    text-transform: uppercase;
}

.tag-item:hover {
    text-decoration: none;
}

/* tag-cloud-list **/

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

.widget-content a.tag-size-1 { font-size: 12px!important; }
.widget-content a.tag-size-2 { font-size: 15px!important; }
.widget-content a.tag-size-3 { font-size: 20px!important; }

.widget-content a.tag-cloud-item,.widget-content a.tag-item {
    display: inline-block;
    font-family: 'Raleway', sans-serif;
    font-size: 12px;
    text-transform: uppercase;
    font-weight: 800;
    padding: 0px 5px;
    background: #f7d36a;
	/*
    height: 25px;
    line-height: 27px;
	*/
    color: #fff;
    letter-spacing: 1px;
	margin-top: 3px;
	margin-right: 3px;
	-webkit-transition: background 0.25s;
    transition: background 0.25s;
	line-height: initial;
    padding: 7px 5px 5px 5px;
}
.widget-content a.tag-cloud-item span,.widget-content a.tag-item span {
	display: none;
}

.widget-content a.tag-cloud-item:hover, .widget-content a.tag-item:hover {
	text-decoration: none;
	background: #424242;
}

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

.widget-content .tag-cloud-list .tag-separator {
	display: none;
}

.widget-content.links-content a {
	font-family: 'Raleway', sans-serif;
	color: #323232;
	font-weight: 600;
}

/* latest /**/

.latest-item {
    margin: 0 0 10px;
    padding: 0 0 15px;
    border-bottom: solid 4px #fff;
}

.latest-item-title {
    font-family: 'Raleway', sans-serif;
    font-weight: 800;
    color: #363636;
    font-size: 18px;
    line-height: 26px;
    text-transform: uppercase;
}

.latest-item-title a{
    color: #323232;
	font-size: 15px;
	font-family: 'Raleway', sans-serif;
    font-weight: 800;
    font-size: 15px;
    margin-bottom: 3px;
    text-transform: capitalize;
}

.latest-item:last-child { 
	padding: 0px;
	margin-bottom: 0px;
	border-bottom: none;
}

.latest-date {
    font-size: 13px;
	line-height: 13px;
    font-family: 'Raleway', sans-serif;
    font-weight: 600;
    color: #acacac;
}

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

/* with avatar */

.last-comment-item-wa {
    margin: 0 0 15px;
    text-transform: uppercase;
    padding: 0 0 15px;
    border-bottom: solid 4px #fff;
}
.last-comments-content .last-comment-item-wa:last-child {
	border-bottom: none;
}

.last-comment-item-wa:last-child { 
	margin: 0px;
	padding-bottom: 0px;
	border-bottom: none;
}

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

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

.last-comment-item-user-wa {
    display: inline-block;
    font-family: 'Raleway', sans-serif;
    font-size: 12px;
    text-transform: uppercase;
    font-weight: 800;
    padding: 0px 12px;
    background: #f7d36a;
    margin-right: 5px;
    height: 25px;
    line-height: 27px;
    color: #fff;
    letter-spacing: 1px;
	-webkit-transition: background 0.25s;
    transition: background 0.25s;
}
.last-comment-item-user-wa:hover {
	color: #fff;
	background: #424242;
	text-decoration: none;
}

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

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

.last-comment-item-date-wa {
    font-size: 13px;
    font-family: 'Raleway', sans-serif;
    font-weight: 600;
    color: #acacac;
}

.last-comment-item-title-wa {
    font-family: 'Raleway', sans-serif;
	font-weight: 800;
	font-size: 15px;
	margin-bottom: 3px;
	text-transform: capitalize;
}
.last-comment-item-title-wa:hover {
	color: #323232;
}
.last-comment-item-title-wa a {
	color: #323232;
}
.last-comment-item-title-wa a:hover {
	color: #323232;
}


.last-comment-item-comment-wa {
	font-family: 'Raleway', sans-serif;
    font-weight: 300;
    font-size: 16px !important;
    line-height: 23px;
	text-transform: none;
}

/* 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: #f7d36a;
    position: relative;
    top:-2px;
}

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

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

/* Links /**/

/* RSS Feed /**/

/* Origo RSS /**/

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

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

.orss-item-title {
    font-family: 'Raleway', sans-serif;
    font-weight: 800;
    color: #363636;
    font-size: 18px;
    line-height: 26px;
}

.orss-date {
    font-family: 'Playfair Display', serif;
    font-size: 14px;
    color: #363636;
    vertical-align: top;
    height: 21px;
    line-height: 18px;
    text-transform: uppercase;
}

/* ads /**/

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

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

/* pager /**/

.blog-pagination {
    font-size: 22px;
    padding: 28px 5px 40px;
    border-top: 4px solid #f4f4f4;
	font-family: 'Raleway', sans-serif;
    font-weight: 800;
	color: #363636;
}

.nav-item {
    color: #424242;
}

.p-item {
    background-color: transparent;
    border: 5px solid #f4f4f4 !important;
    border-radius: 0px!important;
    font-weight: bold!important;
    line-height: 34px!important;
    font-size: 23px!important;
    width: 36px!important;
    height: 36px!important;
	color: #424242!important;
}

a.p-item:hover {
    background-color: #ffffff !important;
    border: solid 5px #f7d36a!important;
    /*color: #dc1e2f !important;*/
}

a.num-item {
    border-radius: 0px!important;
    color: #424242!important;
}

a.num-item:hover {
    border: solid 5px #f7d36a!important;
    background-color: #ffffff!important;
    /*color: #dc1e2f !important;*/
}

.vom {
    font-style: normal;
}

.p-item.active-item {
    background-color: transparent!important;
    border-radius: 0px!important;
    color: #424242!important;
	border-color: #f7d36a!important;
	cursor: default!important;
}

.active-item:hover {
    background-color: transparent!important;
    border: 5px solid #424242!important;
    color: #424242!important;
}

.inactive {
    visibility: hidden;
    background-color: #ccc;
    border: 1px solid #424242;
    border-radius: 0px!important;
    color: #424242!important;
}

.inactive:hover {
    border: 1px solid #424242!important;
    color: #424242!important;
}

.post-header .post-title {
	font-family: 'Raleway', sans-serif;
	font-weight: 300;
	font-size: 40px;
	line-height: 45px;
	text-transform: uppercase;
	margin-bottom:15px;
}
.post-header .post-title a {
	color: #363636;
	text-decoration: none;
}

.post-header .post-author {
	
}
.post-header .post-author a {
	text-decoration: none;
	display: inline-block;
	font-family: 'Raleway', sans-serif;
	font-size: 14px;
	text-transform: uppercase;
	font-weight: 800;
	padding: 0px 12px;
	background: #f7d36a;
	margin-right: 18px;
	height: 30px;
	line-height: 32px;
	color: #fff;
	letter-spacing: 1px;
	-webkit-transition: background 0.25s;
    transition: background 0.25s;
}
.post-header .post-author a:hover {
	background: #424242;
}

.post-header .post-date {
	display: inline-block;
	font-family: 'Playfair Display', serif;	
	font-size: 14px;
	color: #363636;
	vertical-align: top;
	margin-top: 8px;
	height: 21px;
	border-right: 1px solid #363636;
	padding-right: 20px;
	margin-right: 20px;
	line-height: 18px;
	text-transform: uppercase;
}

.post-header {
	padding-bottom: 25px;
}
.post-bottom {
	border: 5px solid #f4f4f4;
	height: 48px;
	line-height: 49px;
	padding: 0 20px;
	margin-top: 20px;
}
.post-bottom .post-date {
	font-size: 12px;
	font-family: 'Raleway', sans-serif;
	font-weight: 600;
	color: #acacac;
}
.post-bottom .post-comments {
	display: inline-block;
	font-family: 'Raleway', sans-serif;
	font-weight: 600;
	font-size: 12px;	
	height: 21px;
	line-height: 21px;
	margin-top: 14px;
	vertical-align: top;
	float: right;
}
.post-bottom .post-comments svg {
	width: 21px;
    height: 18px;
	vertical-align: top;
    margin-top: 1px;
    margin-right: 4px;
}
.post-bottom .post-comments svg path {
	fill: #f7d36a;
}
.post-bottom .post-comments a {
	color: #acacac;
	height: 100%;
}
.post-bottom .post-actions {
	float: right;
}
.post-read-more {
    display: inline-block;
    font-family: 'Raleway', sans-serif;
    font-size: 12px;
    text-transform: uppercase;
    font-weight: 800;
    padding: 0px 10px;
    background: #f7d36a;
    margin-left: 18px;
    height: 30px;
    line-height: 32px;
    color: #fff;
    letter-spacing: 1px;
	-webkit-transition: background 0.25s;
    transition: background 0.25s;
}

.post-read-more:hover {
    text-decoration: none;
	color: #fff;
	background: #424242;
}
#right-column .slogan {
	font-size: 28px;
	color: #363636;
	font-family: 'Raleway', sans-serif;
	font-weight: 800;
	text-transform: uppercase;
	line-height: 34px;
	margin-bottom: 25px;
}
/*
#footer {
	height: 145px;
	background: rgba(248, 211, 107, 0.9);
	display: table;	
	width: 100%;
	background: #424242;
}
#footer .cell {
	display: table-cell;
	vertical-align: middle;
	text-align: center;
}
#footer .cell img {
	max-width: 80%;
}
*/

.bg-div {
	position: absolute;
    left: 0px;
}
.bg-div img {
	width: 100%;
	height: auto;
	display: block;
}
.bg-div:after {
	content: ' ';
	display: block;
	width: 100%;
	height: 250px;
	position: absolute;
	left: 0px;
	bottom: 0px;
	background: -moz-linear-gradient(top, rgba(255,255,255,0) 0%, rgba(240,240,240,1) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top, rgba(255,255,255,0) 0%,rgba(240,240,240,1) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom, rgba(255,255,255,0) 0%,rgba(240,240,240,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#f0f0f0',GradientType=0 ); /* IE6-9 */
}
	
@media only screen and (max-width: 1200px)  {
    
    #main, #footer .content {
        margin: 0 auto;
        max-width: 990px;
    }
    #left-column {
        float: none;
        width: auto;
    }
    #right-column { display: none; }

    .post-container-left{
        display: none;
    }

    .post-container-right{
        width: auto;
    }

    .comment-container{
        margin: 0;
    }
	#footer {
		height: auto;
		padding: 40px 0px;
	}
	#footer .content {
		text-align: center;
	}
	#footer .content .logo {
		margin-bottom: 40px;
	}
	#hashes {
		text-align: center;
	}
}
@media only screen and (max-width: 990px)  {

    .headerimage{
        padding-bottom: 26%;
        height: auto;
        width: 100%;
        background-size: contain;
    }

    .headerimage a{
        position: relative;
        width: 100%;
        height: 100%;
    }

    .footerimage{
        padding-bottom: 13.75%;
        height: auto;
        width: 100%;
        background-size: contain;
    }

    .headerimage img, .footerimage img{
        width:100%; display: block;
    }
	
	.logo-container {
		padding: 50px 0px 47px 0px;
	}
    
    #main, #footer .content {
        margin: 0 auto;
        max-width: 640px;
    }

    #header { /* min-height: auto; */ }

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

    #left-column {
        float: none;
        /*padding: 20px 0 0 0;*/
        width: auto;
        margin-right: 0;
    }

    #right-column { display: none; }

    .post-content { padding: 0; }

    .post-content img { height: auto; }

    .p-item {
        width: 36px!important;
        height: 36px!important;
        line-height: 30px!important;
    }
	
	#footer .content .logo {
		margin-bottom: 10px;
	}
	#footer .content ul li {
		margin: 20px 15px 0px 15px;
	}
	#hashes li {
	    margin: 5px 0px;
	}
}

@media only screen and (max-width: 640px)  {
	.bg-div:after {
		display: none;
	}
    
    #main, #footer .content { width: 100%; }

    .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 { padding: 0 0 0 10px; }

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

    .post-container {
        margin-top: 10px;
        padding: 10px 10px 0px;
    }
	
	.logo-container {
		padding: 25px 0px 22px 0px;
	}
	
	#left-column {
		padding: 0px;
	}
	
	.post-bottom {
		padding: 0px 10px;
	}

    .blog-pagination { padding-bottom: 20px; margin-top: 0; }

    .post-share {
        float: right;
        /*width: 50%;*/
        text-align: center;
    }

    .post-actions {
        /*clear: both;
        width: 100%;
        text-align: center;*/
    }
	
	#footer .content ul li {
		display: block;
		margin-right: 0px;
		margin-left: 0px;
		width: 100%;
	}
	#footer .content .logo {
		max-width: 95%;
	}
	#footer .content ul {
		display: block;
	}
	
	.post-header .post-title {
		font-size: 30px;
		line-height: 37px;
	}		
	
	.comment-actions-left {
		margin-bottom: 25px;
	}
}

@media only screen and (max-width: 480px)  {
    
    #header {
        /*min-height: 240px;
        background-size: 120px auto;
        background-position: 20px 27px;*/
    }
	
    .post-share {
        clear: both;
		display: block;
		text-align: left;
		margin: 10px 0px -10px -8px;
		float: none;
    }

	.post-container .mobile-view {
		display: block;
		margin-top: 10px;
	}
}
