/**
 * All custom CSS modifications should be kept in this file. When updating move this file
 * from the old installation to the updated one. This will preserve all your CSS customisations.
 *
 * This file gets included last, so any CSS rule written below will override a previously declared one.
 *
 * Add your CSS modifications below:
 */

@media screen and (min-width: 1920px) {
.page-template-template-full-width-php .site {
    width: 965px !important;
}
}

@media screen and (min-width: 769px) and (max-width: 1024px){

.sidebar {
width: 220px;
margin-left: -290px;
}

.site-with-sidebar {
padding: 0 35px 0 320px;
}

.horizontal-page .scroll-container .overview {
width: 210px;
}

.primary-navigation {
padding: 0 0 0 312px;
}


#header hgroup {
width: 255px;
}

.post-image > img {
width: 500px;
}

}