/* @override http://www.gaborcsongradi.com/wp-content/themes/gabor/layouts/content-sidebar.css?ver=4.9.9 */



/*
Theme Name: Gabor
Layout: Sidebar right
*/

.gabor-branding,
.gabor-nav,
.site-content,
.site-info{
	max-width: 1200px;
	margin-right: auto;
	margin-left: auto;
}


.site-content .widget-area,
.gabor-description {
    float: right;
 }


.gabor-description {
    width: 380px;
    padding: 6rem 0 0 4rem;
}

.site-content .widget-area {
 		width: 380px;
    padding: 2.4rem;
}

.site-footer {
    width: 100%;
    clear: both;
}

.entry-header,
.page-header,
.entry-content,
.entry-footer,
.tag-links,
.post-navigation,
.comments-area,
.paging-navigation {
    position: relative;
    max-width: 780px;
    max-width: 78rem;
    padding: 0 2.4rem;
    xmargin: 0 auto;
}



@media screen and (max-width: 399px) {
    .entry-header,
    .page-header,
    .entry-content,
    .entry-footer,
    .tag-links,
    .post-navigation,
    .comments-area,
    .paging-navigation { padding: 0 2rem; }
}

.page-header,
.paging-navigation {
    padding-top: 1em;
    padding-bottom: 1em;
    margin-bottom: 2em;
    list-style-type: none;
}

.page-header {
    margin-top: 1em;
    margin-bottom: 1em;
}

.index-box,
.author-index {
    max-width: 780px;
    max-width: 78rem;
    padding: 0 0 1.2rem;
}



@media screen and (max-width: 1820px) and (min-width: 1440px) {
    .front-index-thumbnail { margin-bottom: 0; }

    .front-index-thumbnail .image-shifter { margin-bottom: -3.2em; }

    .index-box { margin-top: 0; }
}



@media screen and (min-width: 1540px) {
    .content-area {
        float: left;
        width: 100%;   
        margin-right: -380px;
    }
}



@media screen and (min-width: 1080px) and (max-width: 1539px) {
    .content-area {
        float: left;
        width: 100%;
        margin-left: -380px;
        padding-left: 380px;
    }

    .index-box,
    .entry-header,
    .page-header,
    .entry-content,
    .entry-footer,
    .tag-links,
    .post-navigation,
    .comments-area,
    .paging-navigation,
    .author-index { margin-right: 0; }

}


/* sidebar appears after this breakpoint */
@media screen and (max-width: 1079px) {
	.site-content .content-area,
    .site-content .widget-area {
        float: none;
        width: auto;
        max-width: 840px;
        margin: 0 auto ;
    }
}



@media screen and (min-width: 1820px) {
    .image-shifter {
        float: none;
        width: 1060px;
        margin: 0 auto;
    }
}



@media screen and (min-width: 1540px) and (max-width: 1820px) {
    .image-shifter { margin-right: 380px;}
}



@media screen and (min-width: 1440px) and (max-width: 1819px) {
    .image-shifter {
        float: right;
        width: 1060px;
    }
}
