|
@@ -2161,20 +2161,23 @@ body.path-frontpage .layout-content .row, body.path-productions .layout-content
|
|
|
height: auto; }
|
|
|
body.path-frontpage .layout-content .row .col > .wrapper article.node header, body.path-productions .layout-content .row .col > .wrapper article.node header {
|
|
|
background-color: rgba(255, 255, 255, 0.95);
|
|
|
+ -webkit-box-sizing: border-box;
|
|
|
+ box-sizing: border-box;
|
|
|
+ width: 100%;
|
|
|
padding: 0.5em 1em; }
|
|
|
body.path-frontpage .layout-content .row .col > .wrapper article.node header h2.node-title, body.path-productions .layout-content .row .col > .wrapper article.node header h2.node-title {
|
|
|
- margin: 0; }
|
|
|
- body.path-frontpage .layout-content .row .col > .wrapper article.node header p, body.path-productions .layout-content .row .col > .wrapper article.node header p {
|
|
|
- margin: 0; }
|
|
|
+ margin: 0;
|
|
|
+ font-size: 0.8em;
|
|
|
+ text-transform: lowercase; }
|
|
|
body.path-frontpage .layout-content .row .col > .wrapper article.node.node--view-mode-image-2-columns header, body.path-productions .layout-content .row .col > .wrapper article.node.node--view-mode-image-2-columns header {
|
|
|
position: absolute;
|
|
|
bottom: 0;
|
|
|
left: 0; }
|
|
|
body.path-frontpage .layout-content .row .col > .wrapper article.node.node--view-mode-image-2-columns header h2.node-title, body.path-productions .layout-content .row .col > .wrapper article.node.node--view-mode-image-2-columns header h2.node-title {
|
|
|
- font-size: 1.6em;
|
|
|
+ font-size: 1.2em;
|
|
|
font-weight: 500; }
|
|
|
body.path-frontpage .layout-content .row .col > .wrapper article.node.node--view-mode-image-1-columns h2.node-title, body.path-productions .layout-content .row .col > .wrapper article.node.node--view-mode-image-1-columns h2.node-title {
|
|
|
- font-size: 1.2em;
|
|
|
+ font-size: 1em;
|
|
|
font-weight: 500; }
|
|
|
body.path-frontpage .layout-content .row .col > .wrapper article.node.node--view-mode-text-1-column, body.path-productions .layout-content .row .col > .wrapper article.node.node--view-mode-text-1-column {
|
|
|
padding: 0 1em; }
|