/*------------------------------------------------------------------------------ # Page > Single Page ------------------------------------------------------------------------------*/ .single-page { margin: 0 0 15px; } .single-page .page-thumbnail { margin-bottom: 15px; text-align: center; } .single-page .page-thumbnail .amp-image-tag { display: inline-block; } .page-header { padding: 48px 0 64px; margin: 0 -15px; color: #ffffff; background-image: -webkit-gradient(linear, left top, right top, color-stop(0, #cd2a27), to(#e53935)); background-image: -webkit-linear-gradient(left, #cd2a27 0, #e53935); background-image: -o-linear-gradient(left, #cd2a27 0, #e53935); background-image: linear-gradient(90deg, #cd2a27 0, #e53935); -webkit-clip-path: polygon(100% 100%, 100% 0, -400% 0); clip-path: polygon(100% 100%, 100% 0, -400% 0); } .page-header .page-title { padding: 0 28px; }