/**
 * styles for post-type page
 */

/** Template Shorten Column */

.page-template-smaller-php .page-content{
    font-size: 1.25em;

}
.page-template-smaller-php .page .page-header{
    display: none;
}
.page-template-smaller-php #content {
    padding-top: 0;
}
.page-template-smaller-php #content .entry-content{
    width:750px;
    max-width: 100%;
}
.page-template-smaller-php .page-content img {
    border-radius: 0;
    box-shadow: none;
}

.sb_mobile.page-template-smaller-php .alignwide{
    width:calc(750px * 1.25);
}

.sb_desktop.page-template-smaller-php .alignwide{
    width:calc(750px * 1.25 - 17px);
    max-width: calc(100vw - 17px);
}

.page-template-smaller-php .full-width-slider .text-content {
    width:810px;
}

@media (max-width: 768px) {
    .page-template-smaller-php{
        font-size: 1.125em;
    }
}