@charset "UTF-8";
    html {
line-height: 1.15;
-webkit-text-size-adjust: 100%;
}  body {
margin: 0;
} main {
display: block;
}   hr {
box-sizing: content-box;
height: 0;
overflow: visible;
} pre {
font-family: monospace, monospace;
font-size: 1em;
}  a {
background-color: transparent;
} abbr[title] {
border-bottom: none;
text-decoration: underline;
-webkit-text-decoration: underline dotted;
text-decoration: underline dotted;
} b,
strong {
font-weight: bolder;
} code,
kbd,
samp {
font-family: monospace, monospace;
font-size: 1em;
} small {
font-size: 80%;
} sub,
sup {
font-size: 75%;
line-height: 0;
position: relative;
vertical-align: baseline;
}
sub {
bottom: -0.25em;
}
sup {
top: -0.5em;
}  img {
border-style: none;
}  button,
input,
optgroup,
select,
textarea {
font-family: inherit;
font-size: 100%;
line-height: 1.15;
margin: 0;
} button,
input {
overflow: visible;
} button,
select {
text-transform: none;
} button,
[type=button],
[type=reset],
[type=submit] {
-webkit-appearance: button;
} button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
border-style: none;
padding: 0;
} button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
outline: 1px dotted ButtonText;
} fieldset {
padding: 0.35em 0.75em 0.625em;
} legend {
box-sizing: border-box;
color: inherit;
display: table;
max-width: 100%;
padding: 0;
white-space: normal;
} progress {
vertical-align: baseline;
} textarea {
overflow: auto;
} [type=checkbox],
[type=radio] {
box-sizing: border-box;
padding: 0;
} [type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
height: auto;
} [type=search] {
-webkit-appearance: textfield;
outline-offset: -2px;
} [type=search]::-webkit-search-decoration {
-webkit-appearance: none;
} ::-webkit-file-upload-button {
-webkit-appearance: button;
font: inherit;
}  details {
display: block;
} summary {
display: list-item;
}  template {
display: none;
} [hidden] {
display: none;
} *,
*::before,
*::after {
box-sizing: inherit;
}
html {
box-sizing: border-box;
}
h1,
h2,
h3,
h4,
h5,
h6 {
clear: both;
}
h1:has(+ p),
h2:has(+ p),
h3:has(+ p),
h4:has(+ p),
h5:has(+ p),
h6:has(+ p) {
margin-block-end: 0;
}
h1 {
text-shadow: 2px 2px 0px rgba(0, 0, 0, 0.2);
}
h1.entry__title, h1.page-title {
margin-top: 0;
}
h2 + p, h3 + p, h4 + p {
margin-top: 0.25em;
}
dfn,
cite,
em,
i {
font-style: italic;
}
address {
margin: 0 0 1.5rem 0;
}
pre {
max-width: 100%;
overflow: auto;
}
code,
kbd,
tt,
var {
font-family: monaco, consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
}
p code {
display: inline-block;
padding: 2px 4px;
font-size: 90%;
color: var(--wp--preset--color--gray-dark);
background-color: var(--wp--preset--color--darkyellow);
border-radius: 4px;
}
p kbd {
display: inline-block;
padding: 0.1em 0.6em;
margin-bottom: 1px;
font-size: 0.9em;
line-height: 1.3;
color: var(--wp--preset--color--gray-dark);
background-color: hsl(60, 60%, 78%);
border-radius: 0.25em;
border: solid 1px var(--wp--preset--color--gray-dark);
border-bottom-width: 2px;
border-right-width: 2px;
box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.25);
}
abbr,
acronym {
border-bottom: 1px dotted #666;
cursor: help;
}
mark,
ins {
background: var(--wp--preset--color--yellow);
text-decoration: none;
}
big,
.text-big {
font-size: 125%;
}
.small,
.text-small {
font-size: var(--wp--preset--font-size--small);
}
html {
scroll-behavior: smooth;
}
body {
background: var(--wp--preset--color--gray-dark) url(//robertgomez.org/wp-content/themes/pof/images/waves_gray.png) fixed;
margin: 0;
}
li > ul,
li > ol {
margin-block: 0.5em;
margin-left: 0.5em;
}
li + li {
margin-top: 0.5em;
}
dt {
font-weight: 700;
}
dd {
margin: 0 1.5em 1.5em;
}
embed,
iframe,
object {
max-width: 100%;
}
img {
height: auto;
max-width: 100%;
}
a:focus {
outline: thin dotted;
}
a:hover, a:active {
outline: 0;
}
button,
input[type=button],
input[type=reset],
input[type=submit] {
padding: 0.6em 1em 0.4em;
border: none;
border-color: var(--wp--preset--color--darkyellow);
border-radius: 5px;
background: var(--wp--preset--color--darkyellow);
color: var(--wp--preset--color--text-muted);
font-weight: 700;
line-height: 1.1;
cursor: pointer;
transition: all 150ms ease-in-out;
}
button:hover,
input[type=button]:hover,
input[type=reset]:hover,
input[type=submit]:hover {
border-color: var(--wp--preset--color--green);
color: var(--wp--preset--color--lightyellow);
background-color: var(--wp--preset--color--green);
box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.35);
}
button:active, button:focus,
input[type=button]:active,
input[type=button]:focus,
input[type=reset]:active,
input[type=reset]:focus,
input[type=submit]:active,
input[type=submit]:focus {
border-color: var(--wp--preset--color--green);
color: var(--wp--preset--color--lightyellow);
background-color: var(--wp--preset--color--green);
}
input[type=text],
input[type=email],
input[type=url],
input[type=password],
input[type=search],
input[type=number],
input[type=tel],
input[type=range],
input[type=date],
input[type=month],
input[type=week],
input[type=time],
input[type=datetime],
input[type=datetime-local],
input[type=color],
textarea {
color: #666;
border: 1px solid var(--wp--preset--color--darkyellow);
border-radius: 0.25em;
padding: 0.5em;
background-color: hsl(60, 100%, 93%);
}
input[type=text]:focus,
input[type=email]:focus,
input[type=url]:focus,
input[type=password]:focus,
input[type=search]:focus,
input[type=number]:focus,
input[type=tel]:focus,
input[type=range]:focus,
input[type=date]:focus,
input[type=month]:focus,
input[type=week]:focus,
input[type=time]:focus,
input[type=datetime]:focus,
input[type=datetime-local]:focus,
input[type=color]:focus,
textarea:focus {
color: #000;
outline: solid 1px hsl(122, 56%, 21%);
box-shadow: var(--wp--preset--shadow--light);
}
select {
padding: 0.25em;
border: 1px solid var(--wp--preset--color--darkyellow);
border-radius: 0.25em;
background-color: hsl(60, 100%, 93%);
}
option {
font-size: 0.85em;
} #colorbox,
#cboxOverlay,
#cboxWrapper {
position: absolute;
top: 0;
left: 0;
z-index: 9999;
overflow: hidden;
-webkit-transform: translate3d(0, 0, 0);
}
#cboxWrapper {
max-width: none;
}
#cboxOverlay {
position: fixed;
width: 100%;
height: 100%;
}
#cboxMiddleLeft,
#cboxBottomLeft {
clear: left;
}
#cboxContent {
position: relative;
}
#cboxLoadedContent {
overflow: auto;
-webkit-overflow-scrolling: touch;
}
#cboxTitle {
margin: 0;
}
#cboxLoadingOverlay,
#cboxLoadingGraphic {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
}
#cboxPrevious,
#cboxNext,
#cboxClose,
#cboxSlideshow {
cursor: pointer;
}
.cboxPhoto {
float: left;
margin: auto;
border: 0;
display: block;
max-width: none;
-ms-interpolation-mode: bicubic;
}
.cboxIframe {
width: 100%;
height: 100%;
display: block;
border: 0;
padding: 0;
margin: 0;
}
#colorbox,
#cboxContent,
#cboxLoadedContent {
box-sizing: content-box;
} #cboxOverlay {
background: var(--wp--preset--color--lightyellow);
opacity: 1 !important;
filter: alpha(opacity=100);
}
#colorbox {
outline: 0;
font-size: var(--wp--preset--font-size--small);
}
#cboxTopLeft {
width: 8px;
height: 8px;
background-color: var(--wp--preset--color--darkyellow);
border-top-left-radius: 6px;
}
#cboxTopRight {
width: 8px;
height: 8px;
background-color: var(--wp--preset--color--darkyellow);
border-top-right-radius: 6px;
}
#cboxBottomLeft {
width: 8px;
height: 8px;
background-color: var(--wp--preset--color--darkyellow);
border-bottom-left-radius: 6px;
}
#cboxBottomRight {
width: 8px;
height: 8px;
background-color: var(--wp--preset--color--darkyellow);
border-bottom-right-radius: 6px;
}
#cboxMiddleLeft {
width: 8px;
background-color: var(--wp--preset--color--darkyellow);
}
#cboxMiddleRight {
width: 8px;
background-color: var(--wp--preset--color--darkyellow);
}
#cboxTopCenter {
height: 8px;
background-color: var(--wp--preset--color--darkyellow);
}
#cboxBottomCenter {
height: 8px;
background-color: var(--wp--preset--color--darkyellow);
}
#cboxContent {
background: var(--wp--preset--color--darkyellow);
overflow: hidden;
}
.cboxIframe {
background: var(--wp--preset--color--darkyellow);
}
#cboxError {
padding: 50px;
border: 1px solid #ccc;
}
#cboxLoadedContent {
margin-bottom: 28px;
}
#cboxTitle {
position: absolute;
bottom: 4px;
left: 0;
text-align: center;
width: 100%;
color: var(--wp--preset--color--gray-dark);
font-size: var(--wp--preset--font-size--small);
}
#cboxCurrent {
position: absolute;
bottom: 4px;
left: 58px;
color: var(--wp--preset--color--gray-dark);
font-size: var(--wp--preset--font-size--small);
}
#cboxLoadingOverlay {
background: url(//robertgomez.org/wp-content/themes/pof/images/colorbox/loading_background.png) no-repeat center center;
}
#cboxLoadingGraphic {
background: url(//robertgomez.org/wp-content/themes/pof/images/colorbox/loading.gif) no-repeat center center;
} #cboxPrevious,
#cboxNext,
#cboxSlideshow,
#cboxClose {
border: 0;
padding: 0;
margin: 0;
overflow: visible;
width: auto;
background: none;
transition: none;
}
#cboxPrevious:active, #cboxPrevious:focus,
#cboxNext:active,
#cboxNext:focus,
#cboxSlideshow:active,
#cboxSlideshow:focus,
#cboxClose:active,
#cboxClose:focus {
outline: 0;
}
#cboxSlideshow {
position: absolute;
bottom: 4px;
right: 30px;
color: #0092ef;
}
#cboxPrevious {
position: absolute;
bottom: 0;
left: 0;
background: url(//robertgomez.org/wp-content/themes/pof/images/colorbox/controls_pof.png) no-repeat -75px 0;
width: 25px;
height: 25px;
text-indent: -9999px;
}
#cboxPrevious:hover {
background-position: -75px -25px;
box-shadow: none !important;
}
#cboxNext {
position: absolute;
bottom: 0;
left: 27px;
background: url(//robertgomez.org/wp-content/themes/pof/images/colorbox/controls_pof.png) no-repeat -50px 0;
width: 25px;
height: 25px;
text-indent: -9999px;
}
#cboxNext:hover {
background-position: -50px -25px;
box-shadow: none !important;
}
#cboxClose {
position: absolute;
bottom: 0;
right: 0;
background: url(//robertgomez.org/wp-content/themes/pof/images/colorbox/controls_pof.png) no-repeat -25px 0;
width: 25px;
height: 25px;
text-indent: -9999px;
}
#cboxClose:hover {
background-position: -25px -25px;
box-shadow: none !important;
} .cboxIE #cboxTopLeft,
.cboxIE #cboxTopCenter,
.cboxIE #cboxTopRight,
.cboxIE #cboxBottomLeft,
.cboxIE #cboxBottomCenter,
.cboxIE #cboxBottomRight,
.cboxIE #cboxMiddleLeft,
.cboxIE #cboxMiddleRight {
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#00FFFFFF,endColorstr=#00FFFFFF);
}
@media screen and (min-width: 992px) {
.site {
display: grid;
grid-template-columns: 30% auto;
grid-template-areas: "header header" "sidebar main" "footer footer";
grid-column-gap: 2rem;
}
}
.site-header {
grid-area: header;
}
.no-sidebar .site > .site-header {
-ms-grid-row: 1;
-ms-grid-column: 1;
-ms-grid-column-span: 1;
}
.site-main {
grid-area: main; padding: 0 1rem 0 1rem;
}
.no-sidebar .site > .site-main {
-ms-grid-row: 2;
-ms-grid-column: 1;
}
@media screen and (min-width: 992px) {
.site-main {
padding: 0 4rem 2rem 1rem;
}
}
.widget-area {
grid-area: sidebar;
padding: 0 1rem;
}
@media screen and (min-width: 992px) {
.widget-area {
padding-right: 0;
padding-left: 2rem;
}
}
.site-footer {
grid-area: footer;
}
.no-sidebar .site > .site-footer {
-ms-grid-row: 3;
-ms-grid-column: 1;
-ms-grid-column-span: 1;
}
@media screen and (min-width: 992px){
.site-header {
-ms-grid-row: 1;
-ms-grid-column: 1;
-ms-grid-column-span: 3;
}
.site-main {
-ms-grid-row: 2;
-ms-grid-column: 3;
}
.widget-area {
-ms-grid-row: 2;
-ms-grid-column: 1;
}
.site-footer {
-ms-grid-row: 3;
-ms-grid-column: 1;
-ms-grid-column-span: 3;
}
}
.no-sidebar .site {
display: grid;
grid-template-columns: auto;
grid-template-areas: "header" "main" "footer";
}
@media screen and (min-width: 992px) {
.no-sidebar .site-main {
margin: 0 auto;
width: 70%;
}
}
@media screen and (min-width: 1200px) {
.no-sidebar .site-main {
margin: 0 auto;
width: 60%;
}
}
.page-wrapper {
background: var(--wp--preset--color--lightyellow);
padding: 0;
margin: 0 auto;
box-shadow: 0 0px 0px 2px rgb(0, 0, 0), 0 0 19px 20px rgba(0, 0, 0, 0.5);
}
@media screen and (min-width: 768px) {
.page-wrapper {
width: 720px;
}
}
@media screen and (min-width: 992px) {
.page-wrapper {
width: 940px;
}
}
@media screen and (min-width: 1200px) {
.page-wrapper {
width: 1140px;
}
}
@media print {
.page-wrapper {
box-shadow: none;
background: none;
}
}
#secondary {
padding-top: 1rem;
padding-bottom: 2rem;
}
@media screen and (min-width: 768px) {
#secondary {
padding-top: 2rem;
}
}
.sidebar-title, .latest-music-widget__title, .widget_block .widget-title, .widget_tag_cloud .widget-title {
padding: 10px 20px;
margin: 0;
background-color: var(--wp--preset--color--darkred);
background-image: var(--wp--preset--gradient--red-to-darkerred);
border-radius: 12px 12px 0 0;
color: var(--wp--preset--color--lightyellow);
line-height: 1em;
font-size: calc(1.5 * var(--wp--preset--font-size--base));
text-shadow: 2px 2px 0px rgba(0, 0, 0, 0.2);
}
.sidebar-title--orange {
background-color: var(--wp--preset--color--orange);
background-image: var(--wp--preset--gradient--orange);
}
.sidebar-title--green {
background-color: var(--wp--preset--color--green);
background-image: var(--wp--preset--gradient--green);
}
.sidebar-content, .latest-music-widget__body, .widget_block .wp-widget-group__inner-blocks, .widget_archive, .widget_tag_cloud .tagcloud {
background-image: linear-gradient(to top, var(--wp--preset--color--darkyellow) 0%, var(--wp--preset--color--lightyellow) 25%);
border-radius: 0 0 12px 12px;
border: solid 1px var(--wp--preset--color--darkyellow);
padding: 15px 20px;
}
.sidebar-content > *:first-child, .latest-music-widget__body > *:first-child, .widget_block .wp-widget-group__inner-blocks > *:first-child, .widget_archive > *:first-child, .widget_tag_cloud .tagcloud > *:first-child {
margin-top: 0;
}
.sidebar-content > *:last-child, .latest-music-widget__body > *:last-child, .widget_block .wp-widget-group__inner-blocks > *:last-child, .widget_archive > *:last-child, .widget_tag_cloud .tagcloud > *:last-child {
margin-bottom: 0;
}
@media print {
.latest-review {
display: none;
}
}
.widget_tag_cloud .widget-title {
background-color: var(--wp--preset--color--orange);
background-image: var(--wp--preset--gradient--orange);
}
.widget_tag_cloud .tagcloud {
margin-top: 0;
}
.wp-block-tag-cloud a {
font-size: var(--wp--preset--font-size--small) !important;
}
.widget_archive {
border-radius: 12px;
}
.widget_archive .widget-title {
margin-top: 0;
margin-bottom: 0.5rem;
}
.widget_archive select {
width: 100%;
}
.wp-block-archives label {
display: none;
}
.wp-block-archives select {
width: 100%;
}
#primary {
padding-top: 1rem;
}
@media screen and (min-width: 768px) {
#primary {
padding-top: 2rem;
}
}
.site-header {
margin-top: 58px;
text-align: center;
position: relative;
box-shadow: 0 0 20px rgba(0, 0, 0, 0.4);
}
@media screen and (min-width: 768px) {
.site-header {
margin-top: 0;
}
}
.site-header__name {
display: none;
background: var(--wp--preset--color--red);
background-image: var(--wp--preset--gradient--red-to-darkerred);
border-bottom: solid 2px #100;
border-top: solid 2px hsl(0, 100%, 50%);
color: var(--wp--preset--color--orange);
font-weight: bold;
text-shadow: -2px 1px 1px #100;
}
@media screen and (min-width: 768px) {
.site-header__name {
display: block;
}
}
.site-header__logo {
background-color: #111;
background-image: url(//robertgomez.org/wp-content/themes/pof/images/masthead_01.png);
background-image: linear-gradient(to top, rgba(0, 0, 0, 0.8) 0%, rgba(0, 0, 0, 0) 40%), url(//robertgomez.org/wp-content/themes/pof/images/masthead_01.png);
background-size: cover;
background-position: top left;
background-repeat: repeat-x;
display: none;
justify-content: center;
align-items: center;
width: 100%;
padding: 1.5rem 0.5rem;
z-index: 1;
}
body.home .site-header__logo {
display: flex;
}
@media screen and (min-width: 768px) {
.site-header__logo {
display: flex;
height: 160px;
animation: mastmove-sub-sm 60s infinite linear;
}
}
@media screen and (min-width: 992px) {
.site-header__logo {
animation: mastmove-sub-lg 60s infinite linear;
}
.home .site-header__logo {
height: 220px;
}
}
@media screen and (min-width: 1200px) {
.site-header__logo {
animation: mastmove-sub-xl 60s infinite linear;
}
.home .site-header__logo {
height: 220px;
}
}
.site-header__logo-link {
flex-grow: 1;
outline: none;
max-width: 80%;
}
@media screen and (min-width: 768px) {
.site-header__logo-link {
max-width: 550px;
}
}
@media screen and (min-width: 992px) {
.site-header__logo-link {
max-width: 750px;
}
.home .site-header__logo-link {
max-width: 85%;
}
}
.site-header__logo-img {
display: block;
width: 100%;
height: auto;
}
@media screen and (min-width: 768px) {
.site-header__logo-img {
animation: logorotate 5s alternate-reverse infinite ease-in-out;
}
}
@keyframes logorotate {
from {
transform: rotate(0.5deg);
}
to {
transform: rotate(-0.5deg);
}
}
@keyframes logobob {
from {
transform: translateY(-4px);
}
to {
transform: translateY(4px);
}
}
@keyframes mastmove-sm {
from {
background-position: 756px 0px;
}
to {
background-position: 0px 0px;
}
}
@keyframes mastmove-md {
from {
background-position: 0px 0px, 976px -15px;
}
to {
background-position: 0px 0px, 0px -15px;
}
}
@keyframes mastmove-lg {
from {
background-position: 0px 0px, 1176px -50px;
}
to {
background-position: 0px 0px, 0px -50px;
}
}
@keyframes mastmove-sub-sm {
from {
background-position: 720px 0px;
}
to {
background-position: 0px 0px;
}
}
@keyframes mastmove-sub-lg {
from {
background-position: 0px 0px, 940px -30px;
}
to {
background-position: 0px 0px, 0px -30px;
}
}
@keyframes mastmove-sub-xl {
from {
background-position: 0px 0px, 1140px -70px;
}
to {
background-position: 0px 0px, 0px -70px;
}
}
.site-footer {
padding: 1rem;
border-top: solid 8px var(--wp--preset--color--text-muted);
background: linear-gradient(to bottom, var(--wp--preset--color--darkyellow) 0%, var(--wp--preset--color--lightyellow) 100%);
font-size: var(--wp--preset--font-size--small);
}
.site-footer img {
vertical-align: bottom;
}
.site-footer .dashicons {
color: var(--wp--preset--color--green);
}
.site-footer .dashicons-rss {
font-size: 1.2em;
}
.site-footer__column {
margin-bottom: 1rem;
}
@media print {
.site-footer__column:not(:first-child) {
display: none;
}
}
@media screen and (min-width: 768px) {
.site-footer {
display: grid;
grid-template-columns: 1fr 1fr 1fr 1fr;
grid-column-gap: 2rem;
padding: 2rem;
}
}
.site-footer__heading {
margin-top: 0;
font-size: var(--wp--preset--font-size--base);
color: var(--wp--preset--color--darkred);
border-bottom: solid 1px var(--wp--preset--color--text-muted);
padding-bottom: 5px;
}
.site-footer__menu {
padding: 0 0 0 1.1em;
margin: 0;
}
.site-footer li {
margin-top: 0;
}
.pof-search-region {
background: var(--wp--preset--color--green);
background-image: linear-gradient(to bottom, hsl(122, 56%, 21%) 0%, var(--wp--preset--color--green) 70%);
padding: 1rem;
box-shadow: var(--wp--preset--shadow--base);
border-bottom: solid 1px var(--wp--preset--color--green-dark);
transform-origin: center top;
transition: transform 200ms ease-out;
position: relative;
display: none;
z-index: 1;
}
@media screen and (min-width: 768px) {
.pof-search-region {
display: block;
transform: scaleY(0);
position: absolute;
top: 100%;
width: 100%;
transition: transform 200ms ease-out;
}
}
.pof-search-region .search-form {
display: flex;
}
.pof-search-region .search-form label {
flex-grow: 1;
padding-right: 1rem;
}
.pof-search-region .search-field {
width: 100%;
height: 100%;
padding-left: 1rem;
outline: none;
font-weight: 700;
color: var(--wp--preset--color--green) !important;
transition: box-shadow 150ms ease;
}
.pof-search-region .search-field::placeholder {
color: var(--wp--preset--color--text-muted);
}
.pof-search-region .search-field:focus {
outline: none;
box-shadow: var(--wp--preset--shadow--base);
}
.pof-search-region .search-submit {
background-color: var(--wp--preset--color--green-dark);
border-color: var(--wp--preset--color--green-dark);
color: var(--wp--preset--color--lightyellow);
line-height: 1;
}
.pof-search-region .search-submit:focus {
outline: solid 1px var(--wp--preset--color--darkyellow);
box-shadow: var(--wp--preset--shadow--base);
}
#masthead {
margin-bottom: 0;
transition: margin-bottom 200ms ease-out;
}
#masthead.search-is-open .pof-search-region {
display: block;
transform: scaleY(1);
}
@media screen and (min-width: 768px) {
#masthead.search-is-open {
margin-bottom: 60px;
}
}
.search-is-open .menu-item-3277 > a {
background-color: var(--wp--preset--color--green) !important;
background-image: linear-gradient(to bottom, var(--wp--preset--color--yellow) 0%, var(--wp--preset--color--green) 50%, hsl(122, 56%, 21%) 100%) !important;
border-left: solid 1px hsl(122, 56%, 41%) !important;
border-right: solid 1px hsl(122, 56%, 21%) !important;
color: var(--wp--preset--color--lightyellow) !important;
text-shadow: 2px 2px 0px rgba(0, 0, 0, 0.2);
border-bottom: 0 !important;
}
.search-is-open .menu-item-3277 > a:hover {
background-color: var(--wp--preset--color--darkred) !important;
background-image: linear-gradient(to bottom, var(--wp--preset--color--yellow) 0%, var(--wp--preset--color--green) 50%, hsl(122, 56%, 21%) 100%) !important;
}
.page-header + .searchpage__search-form {
margin-top: 1.5rem;
}
.searchpage__search-form .search-form {
display: flex;
height: 3rem;
}
.searchpage__search-form .search-form label {
flex-grow: 1;
padding-right: 1rem;
}
.searchpage__search-form .search-field {
width: 100%;
height: 100%;
padding-left: 1rem;
outline: none;
font-size: 1.5rem;
font-weight: 700;
color: var(--wp--preset--color--green) !important;
}
.searchpage__search-form + .search-result {
border-top: none;
margin-top: 1.5rem;
}
.search-result {
padding-bottom: 1.5rem;
padding-top: 1.5rem;
border-top: solid 1px var(--wp--preset--color--darkyellow);
}
.search-result__thumbnail {
margin: 0 1rem 0 0;
float: left;
box-shadow: var(--wp--preset--shadow--light);
transition: transform 150ms ease-in-out;
}
.search-result__thumbnail img {
display: block;
}
.search-result__thumbnail:hover, .search-result__thumbnail:focus {
transform: scale(1.05);
}
.search-result__thumbnail + * {
margin-top: 0;
}
.search-result__summary {
margin: 0;
}
.search-result__summary:before, .search-result__summary:after {
display: table;
content: " ";
}
.search-result__summary:after {
clear: both;
}
.search-result__summary > *:first-child {
margin-top: 0;
}
.search-result__summary > *:last-child {
margin-bottom: 0;
}
.search-result__summary--meta {
margin: 0;
}
.search-result__meta {
margin: 0;
}
.search-result__meta--author {
color: var(--wp--preset--color--darkred);
}
.error404 {
background-color: #000;
background-image: url(//robertgomez.org/wp-content/themes/pof/images/ultima_bg.png);
animation: backgroundmove 15s infinite linear;
}
.error404 .site {
display: block;
}
.error404 .site-main {
text-align: center;
margin: 0 auto;
background: var(--wp--preset--color--lightyellow) url(//robertgomez.org/wp-content/themes/pof/images/pof_404_01-900px.jpg) no-repeat center center;
background-size: cover;
color: var(--wp--preset--color--lightyellow);
padding: 120px 30px 190px 30px;
}
.error404 .site-main p, .error404 .site-main h1, .error404 .site-main h2, .error404 .site-main h3, .error404 .site-main h4 {
color: var(--wp--preset--color--lightyellow);
text-shadow: 2px 4px 15px rgba(0, 0, 0, 0.9);
}
.error404 .site-main input, .error404 .site-main button {
box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.2);
}
.error404 .search-form {
display: flex;
height: 3rem;
margin: 2rem auto;
max-width: 600px;
}
.error404 .search-form label {
flex-grow: 1;
padding-right: 1rem;
}
.error404 .search-field {
width: 100%;
height: 100%;
padding-left: 1rem;
outline: none;
font-size: 1.5rem;
font-weight: 700;
color: var(--wp--preset--color--green) !important;
background: rgba(255, 255, 204, 0.5);
}
@keyframes backgroundmove {
from {
background-position: 0px 0px;
}
to {
background-position: 532px 352px;
}
} @media screen and (max-width: 767px) {
.main-navigation {
display: block;
position: fixed;
top: 0;
left: 0;
right: 0;
z-index: 9999;
isolation: isolate;
background-color: var(--wp--preset--color--darkred);
background-image: var(--wp--preset--gradient--red-to-darkerred);
box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.5);
}
.admin-bar .main-navigation {
top: -58px;
position: absolute;
}
.main-navigation.is-visible {
position: fixed;
display: flex;
flex-direction: column;
inset: 0;
overflow-y: auto;
background: rgba(17, 0, 0, 0.8);
overflow-y: hidden;
overflow-x: hidden;
}
.admin-bar .main-navigation.is-visible {
position: absolute;
top: -58px;
height: 100vh;
background: none;
}
.main-navigation.is-visible .nav-menu {
display: block;
}
.main-navigation .nav-menu {
display: none;
transform: translateX(0vw);
transition: transform 150ms linear;
background-color: var(--wp--preset--color--darkred);
}
.main-navigation.level-1 .nav-menu {
transform: translateX(-100vw);
}
.main-navigation.level-2 .nav-menu {
transform: translateX(-200vw);
}
.main-navigation li {
margin-block: 0;
}
.main-navigation ul {
position: relative;
width: 100%;
margin: 0;
padding: 0;
list-style: none;
box-shadow: 0px 10px 10px rgba(0, 0, 0, 0.5);
}
.main-navigation ul li {
display: flex;
justify-content: space-between;
border-bottom: solid 1px color-mix(in srgb, var(--wp--preset--color--darkred), #000 25%);
}
.main-navigation ul li li {
border-bottom: solid 1px color-mix(in srgb, var(--wp--preset--color--green), #000 25%);
}
.main-navigation ul li li li {
border-bottom: solid 1px color-mix(in srgb, var(--wp--preset--color--gray-dark), #000 25%);
}
.main-navigation ul a {
display: block;
padding: 0.75em;
line-height: 1;
color: var(--wp--preset--color--lightyellow);
font-size: var(--wp--preset--font-size--medium);
font-weight: bold;
text-decoration: none;
text-align: left;
text-shadow: 2px 2px 0px rgba(0, 0, 0, 0.2);
flex-basis: 100%;
}
.main-navigation ul a:hover, .main-navigation ul a:focus, .main-navigation ul a.focus {
background-color: color-mix(in srgb, var(--wp--preset--color--darkred), #fff 10%);
}
.main-navigation ul ul {
display: none;
position: absolute;
top: 0;
left: 0;
transform: translateX(100vw);
background-color: var(--wp--preset--color--green);
}
.main-navigation ul ul a:hover, .main-navigation ul ul a:focus, .main-navigation ul ul a.focus {
background-color: color-mix(in srgb, var(--wp--preset--color--green), #fff 10%);
}
.main-navigation ul ul ul {
transform: translateX(100vw);
background-color: var(--wp--preset--color--gray-dark);
}
.main-navigation ul ul ul a:hover, .main-navigation ul ul ul a:focus, .main-navigation ul ul ul a.focus {
background-color: color-mix(in srgb, var(--wp--preset--color--gray-dark), #fff 10%);
}
.main-navigation button {
padding: 0;
margin: 0;
border: none;
border-radius: 0;
}
.main-navigation button span {
width: auto;
height: auto;
}
.main-navigation__drilldown {
padding: 0 1em !important;
background-color: transparent;
color: var(--wp--preset--color--lightyellow);
outline: none;
text-shadow: 2px 2px 0px rgba(0, 0, 0, 0.2);
}
.main-navigation__drilldown span {
font-size: 28px;
}
.main-navigation__drilldown:hover {
background-color: var(--wp--preset--color--red);
}
.main-navigation__drilldown:focus, .main-navigation__drilldown:active {
color: var(--wp--preset--color--lightyellow);
background-color: transparent;
}
.level-1 .main-navigation__drilldown:hover {
background-color: hsl(135, 67%, 30%);
}
.main-navigation__mobile-buttons {
display: none;
padding: 0.75em;
background-color: var(--wp--preset--color--orange);
background-image: var(--wp--preset--gradient--orange);
box-shadow: 0px 10px 10px rgba(0, 0, 0, 0.2);
z-index: 1;
}
.is-visible .main-navigation__mobile-buttons {
display: flex;
justify-content: space-between;
}
.main-navigation__mobile-logo {
display: flex;
align-items: center;
color: var(--wp--preset--color--lightyellow);
font-size: var(--wp--preset--font-size--medium);
font-weight: bold;
text-shadow: 2px 2px 0px rgba(0, 0, 0, 0.2);
}
.main-navigation__mobile-logo img {
max-height: 36px;
width: 35px;
display: inline;
margin-right: 0.5em;
}
.main-navigation__back, .main-navigation__close {
color: var(--wp--preset--color--lightyellow);
background-color: transparent;
display: flex;
}
.main-navigation__back:focus, .main-navigation__back:hover, .main-navigation__back:active, .main-navigation__close:focus, .main-navigation__close:hover, .main-navigation__close:active {
background-color: transparent;
color: var(--wp--preset--color--lightyellow);
}
.main-navigation__back span, .main-navigation__close span {
font-size: 36px;
text-shadow: 2px 2px 0px rgba(0, 0, 0, 0.2);
}
.main-navigation__close span {
font-size: 46px;
line-height: 36px;
}
.main-navigation__back {
opacity: 0;
cursor: default;
transition: opacity 150ms linear;
}
.level-1 .main-navigation__back, .level-2 .main-navigation__back {
opacity: 1;
cursor: pointer;
}
.menu-toggle__container {
display: flex;
align-items: center;
justify-content: space-between;
padding: 0.75em;
}
.is-visible .menu-toggle__container {
display: none;
}
.menu-toggle {
background: transparent;
color: var(--wp--preset--color--lightyellow);
text-shadow: 2px 2px 0px rgba(0, 0, 0, 0.2);
display: flex;
}
.menu-toggle:focus, .menu-toggle:hover, .menu-toggle:active {
background: transparent;
}
.menu-toggle span {
display: block;
font-size: 28px;
line-height: 1;
}
}
@media screen and (min-width: 768px) {
.main-navigation {
background: var(--wp--preset--gradient--orange);
height: 36px;
}
.main-navigation__mobile-buttons,
.main-navigation .menu-toggle__container,
.main-navigation .main-navigation__drilldown {
display: none;
}
.main-navigation ul {
margin: 0;
padding: 0;
list-style: none;
box-sizing: border-box;
}
.main-navigation li {
position: relative;
margin-block: 0;
}
.main-navigation li:hover > .sub-menu {
transform: scaleY(1) scaleX(1);
transition: transform 170ms ease-out;
}
.main-navigation .menu > li.menu-item-has-children:hover > .menu-link--depth-0 {
color: var(--wp--preset--color--yellow);
background-color: var(--wp--preset--color--green);
background-image: none;
border-left: solid 1px hsl(122, 56%, 41%);
border-right: solid 1px hsl(122, 56%, 21%);
}
.main-navigation .menu {
display: flex;
justify-content: center;
height: 36px;
}
.main-navigation .menu > li {
display: flex;
}
.main-navigation .sub-menu {
position: absolute;
width: 198px;
left: 0px;
top: 36px;
z-index: 2;
background-color: var(--wp--preset--color--green-medium);
border-bottom: solid 1px hsl(122, 56%, 21%);
border-right: solid 1px hsl(122, 56%, 21%);
border-left: solid 1px hsl(122, 56%, 41%);
border-top: none;
box-shadow: 2px 10px 20px rgba(0, 0, 0, 0.3);
transform-origin: left top;
transition: transform 10ms ease-in;
}
.main-navigation .sub-menu--depth-0 {
transform: scaleX(1) scaleY(0);
background: var(--wp--preset--color--green-medium) linear-gradient(to bottom, var(--wp--preset--color--green) 0%, var(--wp--preset--color--green-medium) 25px) repeat-x;
}
.main-navigation .sub-menu--depth-1 {
transform: scaleX(0.00001) scaleY(1);
left: 196px;
top: 0;
border-top: solid 1px hsl(122, 56%, 41%);
}
.main-navigation .sub-menu li {
border-bottom: solid 1px hsl(122, 56%, 21%);
}
.main-navigation .sub-menu li:last-child {
border-bottom: none;
}
.main-navigation a {
font-size: 1rem;
font-weight: 700;
text-decoration: none;
outline: none;
line-height: 1.3;
}
.main-navigation a.menu-link--depth-0 {
display: flex;
align-items: center;
padding: 0 1rem;
color: var(--wp--preset--color--lightyellow);
background-color: var(--wp--preset--color--orange);
background-image: var(--wp--preset--gradient--orange);
border-left: solid 1px hsl(28, 100%, 60%);
border-right: solid 1px hsl(28, 100%, 40%);
text-shadow: 2px 2px 0px rgba(0, 0, 0, 0.2);
}
.main-navigation a.menu-link--depth-0:hover, .main-navigation a.menu-link--depth-0:active, .main-navigation a.menu-link--depth-0:focus {
color: var(--wp--preset--color--yellow);
background-color: var(--wp--preset--color--green);
background-image: none;
border-left: solid 1px hsl(122, 56%, 41%);
border-right: solid 1px hsl(122, 56%, 21%);
}
.main-navigation a.menu-link--depth-1, .main-navigation a.menu-link--depth-2 {
display: block;
padding: 0.5rem 2rem 0.4rem 1rem;
text-align: left;
font-size: var(--wp--preset--font-size--small);
font-weight: 400;
color: var(--wp--preset--color--lightyellow);
border: none;
transition: background-color 150ms linear, color 150ms linear;
text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.9);
}
.main-navigation a.menu-link--depth-1:hover, .main-navigation a.menu-link--depth-1:focus, .main-navigation a.menu-link--depth-1:active, .main-navigation a.menu-link--depth-2:hover, .main-navigation a.menu-link--depth-2:focus, .main-navigation a.menu-link--depth-2:active {
background-color: var(--wp--preset--color--green);
}
.main-navigation .menu-item-has-children > a.menu-link--depth-1, .main-navigation .menu-item-has-children > a.menu-link--depth-2 {
background-image: url(//robertgomez.org/wp-content/themes/pof/images/menu-collapsed.png);
background-position: right 5px center;
background-repeat: no-repeat;
}
.main-navigation .current_page_ancestor > a.menu-link--depth-0,
.main-navigation .current_menu_ancestor > a.menu-link--depth-0 {
background: var(--wp--preset--color--orange);
background-image: linear-gradient(to bottom, var(--wp--preset--color--orange) 10%, hsl(28, 100%, 40%) 40%, hsl(28, 100%, 40%) 80%, var(--wp--preset--color--orange) 100%);
border-left: solid 1px hsl(28, 100%, 60%);
border-right: solid 1px hsl(28, 100%, 40%);
color: var(--wp--preset--color--lightyellow) !important;
}
.main-navigation .current_page_ancestor > a.menu-link--depth-0:hover, .main-navigation .current_page_ancestor > a.menu-link--depth-0:focus, .main-navigation .current_page_ancestor > a.menu-link--depth-0:active,
.main-navigation .current_menu_ancestor > a.menu-link--depth-0:hover,
.main-navigation .current_menu_ancestor > a.menu-link--depth-0:focus,
.main-navigation .current_menu_ancestor > a.menu-link--depth-0:active {
color: var(--wp--preset--color--yellow);
background-color: var(--wp--preset--color--green);
background-image: none;
border-left: solid 1px hsl(122, 56%, 41%);
border-right: solid 1px hsl(122, 56%, 21%);
}
.main-navigation .current_page_ancestor > a.menu-link--depth-1, .main-navigation .current_page_ancestor > a.menu-link--depth-2,
.main-navigation .current_menu_ancestor > a.menu-link--depth-1,
.main-navigation .current_menu_ancestor > a.menu-link--depth-2 {
background-color: var(--wp--preset--color--green);
}
.main-navigation .current_page_item > a.menu-link--depth-0 {
background: var(--wp--preset--color--orange);
background-image: linear-gradient(to bottom, var(--wp--preset--color--orange) 10%, hsl(28, 100%, 40%) 40%, hsl(28, 100%, 40%) 80%, var(--wp--preset--color--orange) 100%);
border-left: solid 1px hsl(28, 100%, 60%);
border-right: solid 1px hsl(28, 100%, 40%);
color: var(--wp--preset--color--lightyellow) !important;
}
.main-navigation .current_page_item > a.menu-link--depth-1, .main-navigation .current_page_item > a.menu-link--depth-2 {
color: var(--wp--preset--color--yellow);
}
}
@media print {
.main-navigation {
display: none;
}
}
.site-main .comment-navigation,
.site-main .posts-navigation,
.site-main .post-navigation {
margin: 0 0 0.75em;
}
.comment-navigation .nav-links,
.posts-navigation .nav-links,
.post-navigation .nav-links {
display: flex;
font-size: var(--wp--preset--font-size--small);
}
.comment-navigation .nav-links a,
.posts-navigation .nav-links a,
.post-navigation .nav-links a {
display: inline-flex !important;
color: var(--wp--preset--color--text-muted);
text-decoration: none;
transition: all 150ms ease-in-out;
}
.comment-navigation .nav-links a:hover, .comment-navigation .nav-links a:focus,
.posts-navigation .nav-links a:hover,
.posts-navigation .nav-links a:focus,
.post-navigation .nav-links a:hover,
.post-navigation .nav-links a:focus {
color: var(--wp--preset--color--gray-dark);
}
.comment-navigation .nav-subtitle,
.posts-navigation .nav-subtitle,
.post-navigation .nav-subtitle {
color: var(--wp--preset--color--green);
}
.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
flex: 1 0 50%;
}
.comment-navigation .nav-previous .nav-subtitle,
.posts-navigation .nav-previous .nav-subtitle,
.post-navigation .nav-previous .nav-subtitle {
padding-right: 5px;
}
.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
text-align: end;
flex: 1 0 50%;
}
.comment-navigation .nav-next .nav-subtitle,
.posts-navigation .nav-next .nav-subtitle,
.post-navigation .nav-next .nav-subtitle {
padding-left: 5px;
}
.posts-navigation {
border-top: solid 1px var(--wp--preset--color--darkyellow);
padding-top: 1.2em;
}
@media print {
.posts-navigation {
display: none;
}
}
.post-type-archive-movie_review .posts-navigation .nav-links {
flex-direction: row-reverse;
justify-content: space-between;
}
.post-type-archive-movie_review .posts-navigation .nav-links .nav-previous {
text-align: end;
}
.post-type-archive-movie_review .posts-navigation .nav-links .nav-next {
text-align: start;
}
.posts-navigation .nav-previous a,
.posts-navigation .nav-next a {
display: inline-block;
color: var(--wp--preset--color--text-muted);
border: solid 1px var(--wp--preset--color--darkyellow);
border-radius: 4px;
text-decoration: none;
padding: 0.15em 0.5em;
transition: all 150ms ease-in-out;
}
.posts-navigation .nav-previous a:hover, .posts-navigation .nav-previous a:focus,
.posts-navigation .nav-next a:hover,
.posts-navigation .nav-next a:focus {
background-color: var(--wp--preset--color--text-muted);
color: var(--wp--preset--color--lightyellow);
}
.post-navigation {
border-top: solid 1px var(--wp--preset--color--darkyellow);
padding-top: 1em;
}
@media print {
.post-navigation {
display: none;
}
} .sticky {
display: block;
}
.post,
.page {
margin: 0;
}
.updated:not(.published) {
display: none;
}
.page-content {
margin: 0;
}
.page-links {
clear: both;
margin: 0 0 1.5em;
}
.blog .site-main > article,
.archive .site-main > article,
.site-main--filtered-posts > article {
padding-bottom: 2rem;
}
.blog .site-main > article + article,
.archive .site-main > article + article,
.site-main--filtered-posts > article + article {
padding-top: 2rem;
border-top: solid 1px var(--wp--preset--color--darkyellow);
}
.pof-first-page > .home-message + article {
background: transparent url(//robertgomez.org/wp-content/themes/pof/images/bg_newpost.png) no-repeat right 0;
border: solid 1px var(--wp--preset--color--darkyellow);
border-radius: 12px;
padding: 1rem;
box-shadow: var(--wp--preset--shadow--light);
}
.pof-first-page > .home-message + article + article {
border-top: none;
}
.post-thumbnail {
margin-bottom: 1.5rem;
}
.entry-header + .post-thumbnail img {
margin-top: 0.75rem;
}
.post-thumbnail img {
display: block;
box-shadow: var(--wp--preset--shadow--base);
}
.tags-links {
font-size: var(--wp--preset--font-size--small);
color: var(--wp--preset--color--text-muted);
}
.posted-on {
font-size: var(--wp--preset--font-size--small);
color: var(--wp--preset--color--text-muted);
}
.posted-on a {
color: var(--wp--preset--color--text-muted);
}
.posted-on a:hover, .posted-on a:focus {
color: var(--wp--preset--color--gray-dark);
}
.archive-description {
font-size: var(--wp--preset--font-size--base);
border-bottom: solid 1px var(--wp--preset--color--darkyellow);
margin-top: 0.75rem;
margin-bottom: 1.5rem;
padding-bottom: 1.5rem;
}
.archive-description p {
margin: 0;
}
.music__cover {
float: right;
margin: 0 0 0.5rem 1rem;
box-shadow: var(--wp--preset--shadow--base);
}
.post-thumbnail--music_review {
margin: 1.5rem 0 0 0;
}
.post-thumbnail--music_review + * {
margin-top: 0;
}
.post-thumbnail--music_review img {
width: 100%;
margin-bottom: 1.5rem;
}
@media screen and (min-width: 768px) {
.post-thumbnail--music_review img {
float: right;
max-width: 300px;
margin: 0 0 0.5em 2rem;
}
}
@media print {
.post-thumbnail--music_review img {
max-width: 300px;
margin-bottom: 1rem;
}
}
.music-recent {
display: flex;
justify-content: space-between;
}
.music-recent + .music-recent {
border-top: solid 1px var(--wp--preset--color--darkyellow);
margin-top: 1rem;
padding-top: 1.2rem;
}
.music-recent__image {
flex: 0 0 47%;
}
.music-recent__image img {
transition: all 200ms ease-in-out;
}
.music-recent__image img:hover {
transform: scale(1.05);
box-shadow: 3px 3px 12px rgba(0, 0, 0, 0.15);
}
.music-recent__body {
flex: 0 0 47%;
display: flex;
flex-direction: column;
justify-content: center;
font-size: var(--wp--preset--font-size--small);
}
.music-recent__title {
margin: 0;
font-size: var(--wp--preset--font-size--base);
}
.music-recent__purchase a {
text-decoration: none;
color: var(--wp--preset--color--darkred);
}
.music-recent__purchase a:hover, .music-recent__purchase a:focus {
text-decoration: underline;
}
.single .artwork .wp-post-image {
margin-top: 0.75rem;
}
.artwork__title {
margin-bottom: 0;
}
.artwork__title-media {
display: inline-block;
margin: 0 0 1rem 0;
max-width: 75%;
color: var(--wp--preset--color--darkred);
font-size: 2rem;
font-family: var(--wp--preset--font-family--secondary);
font-weight: 500;
line-height: 1.1;
text-shadow: 1px 1px 0px rgba(0, 0, 0, 0.2);
}
.movie__teaser-icon {
float: right;
margin: 0 0 0.5rem 1rem;
box-shadow: none !important;
}
.movie__media {
font-weight: 700;
}
.movie-recent + .movie-recent {
margin-top: 1em;
padding-top: 1em;
border-top: solid 1px var(--wp--preset--color--darkyellow);
}
.movie-recent__title {
margin: 0;
color: var(--wp--preset--color--darkred);
font-size: var(--wp--preset--font-size--base);
}
.movie-recent__text {
margin: 0;
font-size: var(--wp--preset--font-size--small);
}
.single .game_review .wp-post-image {
margin-top: 0.75rem;
}
.latest-review__game_review .latest-review__body {
border-top: none;
padding: 0;
}
.game-recent__image {
display: block;
filter: grayscale(1);
transition: filter 200ms linear;
}
.game-recent__image:hover {
filter: grayscale(0);
}
.game-recent__content {
padding: 15px 20px 25px 20px;
}
.game-recent__content > *:first-child {
margin-top: 0;
}
.game-recent__content > *:last-child {
margin-bottom: 0;
}
.game-recent__title {
margin-bottom: 0.25em;
color: var(--wp--preset--color--darkred);
font-size: var(--wp--preset--font-size--base);
}
.game-recent__title span {
font-size: 0.9em;
}
.game-recent__text {
margin-top: 0;
font-size: var(--wp--preset--font-size--small);
}
.book__teaser-icon {
float: right;
margin: 0 0 0.5rem 1rem;
box-shadow: none !important;
}
.book-recent + .book-recent {
margin-top: 1em;
padding-top: 1em;
border-top: solid 1px var(--wp--preset--color--darkyellow);
}
.book-recent__title {
font-size: var(--wp--preset--font-size--base);
margin: 0;
}
.book-recent__meta {
font-weight: 700;
font-size: var(--wp--preset--font-size--small);
color: var(--wp--preset--color--darkred);
}
.book-recent__text {
margin: 0;
font-size: var(--wp--preset--font-size--small);
} .wp-block-image img {
display: block;
}
.wp-block-image figcaption {
text-align: center;
}
.wp-block-image.img-fluid img {
width: 100%;
height: auto;
}
@media screen and (max-width: 767px) {
.wp-block-image.mobile-block .alignright,
.wp-block-image.mobile-block .alignleft {
float: none;
margin: 1.5rem auto;
}
}
.wp-block-image:not(.wp-lightbox-container) a {
cursor: zoom-in;
}
.wp-block-gallery figure {
transition: transform 200ms ease-in-out, box-shadow 200ms ease-in-out;
box-shadow: none;
}
.wp-block-gallery figure:hover:has(a), .wp-block-gallery figure:has(a:focus) {
transform: scale(1.03);
box-shadow: 3px 3px 12px rgba(0, 0, 0, 0.15);
}
.wp-block-gallery .blocks-gallery-item a + figcaption,
.wp-block-gallery .wp-block-image a + figcaption {
cursor: pointer;
}
.wp-block-file {
display: flex;
align-items: center;
justify-content: space-between;
}
.wp-block-code {
position: relative;
max-width: 100%;
overflow: auto;
white-space: normal;
isolation: isolate;
}
.wp-block-code.scanlines::before {
content: "";
position: absolute;
inset: 0;
background: transparent url(https://robertgomez.org/wp-content/themes/pof/images/scanlines.png);
opacity: 0.4;
z-index: 1;
}
.wp-block-audio audio {
outline: none;
}
.wp-block-column > *:first-child {
margin-top: 0;
}
.wp-block-column > *:last-child {
margin-bottom: 0;
}
.wp-block-latest-posts__list {
padding-left: 0;
}
.wp-block-latest-posts__list > li > a {
text-shadow: 1px 1px 0px rgba(0, 0, 0, 0.2);
}
.wp-block-quote em, .wp-block-quote i {
font-style: normal;
}
.wp-block-quote cite::before {
content: "– ";
}
.wp-block-table table:has(+ figcaption) {
margin-block-end: 0;
}
.wp-block-table th,
.wp-block-table td,
.wp-block-table thead,
.wp-block-table tfoot {
border-color: var(--wp--preset--color--text-muted);
}
.wp-block-table thead th {
background-color: var(--wp--preset--color--darkyellow);
} table + .wp-element-caption {
border: solid 1px var(--wp--preset--color--text-muted);
}
.wp-block-buttons + .wp-block-buttons {
margin-top: 1rem;
}
.wp-element-button {
transition: all 150ms linear;
}
.is-style-outline > .wp-element-button:hover {
background-color: var(--wp--preset--color--green-dark);
border-color: var(--wp--preset--color--green-dark);
color: var(--wp--preset--color--lightyellow);
}
.btn, .comment-reply-link,
a[rel=tag],
.comments-link a {
display: inline-block;
color: var(--wp--preset--color--lightyellow);
background-color: var(--wp--preset--color--text-muted);
border: none;
border-radius: 5px;
text-decoration: none;
padding: 0.6em 1em 0.5em;
transition: all 150ms linear;
line-height: 1;
}
.btn:hover, .comment-reply-link:hover,
a[rel=tag]:hover,
.comments-link a:hover, .btn:focus, .comment-reply-link:focus,
a[rel=tag]:focus,
.comments-link a:focus {
background-color: var(--wp--preset--color--green);
border-color: var(--wp--preset--color--green);
color: var(--wp--preset--color--lightyellow);
box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.35);
}
.btn--orange {
background-color: var(--wp--preset--color--orange);
color: var(--wp--preset--color--lightyellow);
border-color: var(--wp--preset--color--orange);
font-weight: 700;
text-shadow: 2px 2px 0px rgba(0, 0, 0, 0.2);
}
.btn--orange:visited {
color: var(--wp--preset--color--lightyellow);
}
.btn--orange:hover, .btn--orange:focus {
background-color: var(--wp--preset--color--green);
border-color: var(--wp--preset--color--green);
}
.btn--block {
display: block;
}
.comment-reply-link,
a[rel=tag],
.comments-link a {
padding: 0.4em 0.75em 0.4em;
font-size: var(--wp--preset--font-size--small);
}
a[rel=tag] {
color: var(--wp--preset--color--text-muted);
border: solid 1px var(--wp--preset--color--text-muted);
background-color: transparent;
}
.comment-reply-link {
border: solid 1px var(--wp--preset--color--text-muted);
}
.comments-link a {
color: var(--wp--preset--color--lightyellow);
background-color: var(--wp--preset--color--green);
}
.comments-link a:hover, .comments-link a:focus {
background-color: var(--wp--preset--color--green-dark);
}
ul.page-numbers {
display: flex;
flex-wrap: wrap;
justify-content: center;
align-items: center;
margin: 60px auto 30px auto;
padding: 0;
list-style: none;
font-size: var(--wp--preset--font-size--small);
}
@media screen and (min-width: 768px) {
ul.page-numbers {
font-size: var(--wp--preset--font-size--base);
}
}
ul.page-numbers li {
display: flex;
margin-block: 0;
}
ul.page-numbers a,
ul.page-numbers span.dots,
ul.page-numbers span.current {
padding: 8px 12px;
font-weight: bold;
border: solid 1px var(--wp--preset--color--darkyellow);
text-decoration: none;
line-height: 1;
}
ul.page-numbers a.prev,
ul.page-numbers span.dots.prev,
ul.page-numbers span.current.prev {
border-top-left-radius: 5px;
border-bottom-left-radius: 5px;
}
ul.page-numbers a.next,
ul.page-numbers span.dots.next,
ul.page-numbers span.current.next {
border-top-right-radius: 5px;
border-bottom-right-radius: 5px;
}
ul.page-numbers a:hover {
background: var(--wp--preset--color--green);
color: #fff;
}
ul.page-numbers span.current {
background-color: var(--wp--preset--color--darkyellow);
}
.content-grid {
display: grid;
grid-template-columns: 1fr 1fr;
grid-column-gap: 2rem;
grid-row-gap: 2rem;
}
@media screen and (min-width: 768px) {
.content-grid {
grid-template-columns: 1fr 1fr 1fr;
}
}
.content-grid--martian-law {
text-align: center;
}
.content-grid--martian-law h3 {
font-family: var(--wp--preset--font-family--main);
font-weight: 700;
font-size: var(--wp--preset--font-size--base);
}
.content-grid--martian-law h3, .content-grid--martian-law p {
margin: 0;
}
.content-grid--martian-law img {
transition: transform 200ms ease-in-out;
}
.content-grid--martian-law a:hover img {
transform: scale(1.02);
}
.entry__header {
margin-bottom: 1.5rem;
}
.entry__title {
margin-top: 0;
margin-bottom: 0;
}
.entry__title--teaser {
color: var(--wp--preset--color--green);
}
.entry__title--teaser a {
color: var(--wp--preset--color--darkred);
}
.entry__title--teaser a:hover, .entry__title--teaser a:focus {
color: var(--wp--preset--color--red);
}
.entry__title--rating, .entry__title--platform, .entry__title--author, .entry__title--artist, .entry__title--media, .entry__title--format, .entry__title--year, .entry__title--dimensions {
font-size: var(--wp--preset--font-size--medium);
}
.entry__title--rating {
color: var(--wp--preset--color--darkred);
}
h1 .entry__title--rating {
font-size: var(--wp--preset--font-size--large);
}
h2 .entry__title--rating {
color: inherit;
}
.entry__title--posted-on {
margin-bottom: 0.75rem;
}
.entry__title--meta {
color: var(--wp--preset--color--darkred);
font-weight: 400;
font-size: var(--wp--preset--font-size--large);
font-family: var(--wp--preset--font-family--secondary);
text-shadow: 2px 2px 0px rgba(0, 0, 0, 0.2);
margin-top: -0.25em;
line-height: 1;
}
.entry__content > *:first-child {
margin-top: 0;
}
.entry__content > *:last-child {
margin-bottom: 0;
}
.entry__content > .wp-block-image:where(.alignright, .alignleft) + p {
margin-block-start: 0;
}
.post-thumbnail + .entry__content {
margin-top: 1.5rem;
}
.single .entry__content:before, .single .entry__content:after {
display: table;
content: " ";
}
.single .entry__content:after {
clear: both;
}
.entry__content p img {
box-shadow: none;
}
.entry__content .no-shadow img {
box-shadow: none;
}
.entry__footer {
clear: both;
margin-top: 1.5rem;
margin-bottom: 0;
}
.single .entry__footer {
border-top: solid 1px var(--wp--preset--color--darkyellow);
padding-top: 0.5em;
margin-top: 1.5rem;
margin-bottom: 0.75rem;
}
.archive-item {
display: flex;
flex-wrap: wrap;
font-size: var(--wp--preset--font-size--base);
border-top: solid 1px var(--wp--preset--color--darkyellow);
line-height: 1.2;
padding: 0.75em 0;
}
.archive-item__year + .archive-item {
border-top: none;
}
@media screen and (min-width: 768px) {
.archive-item {
flex-wrap: nowrap;
}
}
.archive-item .read-more {
display: none;
color: var(--wp--preset--color--gray-dark);
}
.archive-item .read-more:hover {
color: var(--wp--preset--color--red);
}
@media screen and (min-width: 768px) {
.archive-item .read-more {
display: inline;
}
}
.archive-item__container {
margin-top: 1.5rem;
}
.archive-item__year {
background-color: var(--wp--preset--color--green);
background-image: var(--wp--preset--gradient--green);
border-radius: 12px 12px 0 0;
color: var(--wp--preset--color--lightyellow);
font-size: var(--wp--preset--font-size--large);
font-weight: 400;
padding: 10px;
text-shadow: 2px 2px 0px rgba(0, 0, 0, 0.2);
text-align: center;
letter-spacing: 2px;
margin-bottom: 0.25em;
box-shadow: var(--wp--preset--shadow--base);
}
.archive-item__container--card .archive-item__year {
grid-column-start: 1;
grid-column-end: 4;
border-radius: 12px;
}
.archive-item__title {
font-size: var(--wp--preset--font-size--base);
font-weight: 700;
font-family: var(--wp--preset--font-family--main);
line-height: 1.2;
margin: 0;
flex-basis: 75%;
flex-shrink: 1;
}
@media screen and (min-width: 768px) {
.archive-item__title {
flex-basis: 25%;
flex-shrink: 0;
}
}
.archive-item__rating {
flex-grow: 1;
padding: 0 1em;
text-align: right;
color: var(--wp--preset--color--darkred);
font-weight: 700;
}
@media screen and (min-width: 768px) {
.archive-item__rating {
flex-grow: 0;
flex-basis: 12%;
text-align: center;
}
}
.archive-item__excerpt {
flex-basis: 100%;
padding-top: 0.5em;
}
@media screen and (min-width: 768px) {
.archive-item__excerpt {
flex-basis: 63%;
padding-top: 0;
}
}
.archive-item__author, .archive-item__artist, .archive-item__platform {
color: var(--wp--preset--color--darkred);
display: block;
font-size: var(--wp--preset--font-size--small);
}
.archive-item__container--card {
display: grid;
flex-wrap: wrap;
grid-template-columns: 1fr 1fr;
gap: 1.25rem;
}
@media screen and (min-width: 768px) {
.archive-item__container--card {
grid-template-columns: 1fr 1fr 1fr;
gap: 1.25rem;
}
}
.archive-item__container--artwork {
margin-top: 1.5rem;
display: grid;
grid-template-columns: 1fr 1fr;
gap: 1.25rem;
}
@media screen and (min-width: 1200px) {
.archive-item__container--artwork {
grid-template-columns: 1fr 1fr 1fr;
}
}
.archive-item__sale {
position: absolute;
z-index: 1;
top: 5px;
right: 0px;
}
.archive-item__body {
padding: 0.5rem 1rem 1rem 1rem;
text-align: center;
font-size: var(--wp--preset--font-size--small);
flex-grow: 1;
}
.archive-item__meta {
text-align: center;
}
.archive-item--card {
display: flex;
flex-direction: column;
flex-wrap: nowrap;
padding: 0;
border: solid 1px var(--wp--preset--color--darkyellow);
border-radius: 10px 10px 5px 5px;
overflow: hidden;
background: var(--wp--preset--color--darkyellow);
background: linear-gradient(177deg, rgb(255, 255, 204) 65%, rgb(238, 238, 187) 100%);
transition: all 200ms ease-in-out;
position: relative;
}
.archive-item--card:hover, .archive-item--card:focus, .archive-item--card:has(a:focus) {
box-shadow: 3px 3px 12px rgba(0, 0, 0, 0.15);
transform: scale(1.02);
}
.archive-item--card a:focus {
outline: none;
}
.archive-item--card .archive-item__image {
display: block;
width: 100%;
}
@supports (aspect-ratio: 1/1) {
.archive-item--card .archive-item__image {
object-fit: cover;
aspect-ratio: 1/1;
}
}
.archive-item--card .archive-item__title {
margin: 0.25em 0 0.35em 0;
padding-block-end: 0.25em;
border-bottom: solid 1px hsla(60, 17%, 60%, 0.4);
font-family: var(--wp--preset--font-family--secondary);
font-size: var(--wp--preset--font-size--base);
font-weight: 500;
line-height: 1.1;
text-align: center;
}
.archive-item--card .archive-item__title a {
text-decoration: none;
}
.archive-item--card .archive-item__title a:hover, .archive-item--card .archive-item__title a:focus {
color: var(--wp--preset--color--green);
}
.archive-item--card .archive-item__excerpt .read-more {
display: inline !important;
} .comment-content a {
word-wrap: break-word;
}
.bypostauthor {
display: block;
}
.comments-link {
margin-top: 0.5em;
}
.comments-area {
margin-top: 0;
padding-top: 1.5rem;
border-top: solid 1px var(--wp--preset--color--darkyellow);
}
.comments-title {
margin-top: 0;
font-size: var(--wp--preset--font-size--x-medium);
}
.comment-reply-title {
margin: 0;
}
.comment-notes {
font-size: var(--wp--preset--font-size--small);
margin-top: 0;
}
.comment-form label {
font-weight: 700;
}
.comment-form .logged-in-as {
font-size: var(--wp--preset--font-size--small);
}
.comment-form-comment {
margin-bottom: 0.5em;
}
.comment-form-author,
.comment-form-email,
.comment-form-url {
margin-top: 0;
margin-bottom: 0.5em;
}
.comment-form-author label,
.comment-form-email label,
.comment-form-url label {
display: inline-block;
min-width: 5em;
}
.comment-form-cookies-consent label {
font-weight: 400;
font-size: var(--wp--preset--font-size--small);
}
.comment-list {
list-style: none;
padding: 0;
}
.comment-list .comment + .comment {
border-top: solid 1px var(--wp--preset--color--darkyellow);
margin-top: 1em;
padding-top: 1em;
}
.comment-meta {
margin-bottom: 0;
}
.comment-metadata {
font-size: var(--wp--preset--font-size--small);
}
.comment-metadata a {
color: var(--wp--preset--color--text-muted);
}
.comment-content > *:first-child {
margin-top: 0;
}
.comment-content p {
margin-bottom: 0.5em;
}
ol.children {
list-style: none;
padding: 0;
margin: 1em 0;
}
ol.children > li {
padding-left: 1em;
border-left: solid 3px var(--wp--preset--color--darkyellow);
}
.bypostauthor .comment-body {
background-color: hsl(60, 60%, 85%);
border-left: solid 3px var(--wp--preset--color--text-muted);
padding: 0.5em 1em 0.5em 1em;
border-radius: 13px;
box-shadow: var(--wp--preset--shadow--light);
}
.bypostauthor .comment-body .comment-reply-link {
background-color: var(--wp--preset--color--green);
color: var(--wp--preset--color--lightyellow);
border: none;
}
.bypostauthor .comment-body .comment-reply-link:hover, .bypostauthor .comment-body .comment-reply-link:focus {
background-color: var(--wp--preset--color--green-dark);
color: var(--wp--preset--color--lightyellow);
}
#cancel-comment-reply-link {
font-weight: 400;
font-family: var(--wp--preset--font-family--main);
padding-left: 1em;
}
.comment-respond {
margin-top: 1em;
}
@media print {
.comment-respond {
display: none;
}
}
.comment-awaiting-moderation {
border: solid 1px var(--wp--preset--color--darkyellow);
padding: 0.5em;
margin: 0.5em 0;
display: block;
background-color: #ffffdb;
}
.no-comments {
color: var(--wp--preset--color--text-muted);
} .widget {
margin: 0;
}
.widget:has(div) ~ .widget:has(div) {
margin-top: 1.5rem;
}
.widget select {
max-width: 100%;
}
.widget ul {
padding-left: 1.1em;
margin-left: 0;
margin-right: 0;
}
.latest-posts__list {
font-size: var(--wp--preset--font-size--small);
list-style: none;
margin-left: 0;
}
.latest-posts__list li {
margin-bottom: 0.5em;
}
.latest-posts__list li::before {
margin-left: -1.3em;
margin-right: 0.3em;
color: var(--wp--preset--color--green);
}
@media print {
.latest-posts {
display: none;
}
}
.on-this-day__item + .on-this-day__item {
border-top: solid 1px var(--wp--preset--color--darkyellow);
padding-top: 1em;
margin-top: 1em;
}
.on-this-day__title {
margin: 0;
font-family: var(--wp--preset--font-family--main);
font-size: var(--wp--preset--font-size--base);
font-weight: 700;
}
.on-this-day__excerpt {
font-size: var(--wp--preset--font-size--small);
margin-top: 0;
}
.on-this-day__empty {
padding: 1rem;
background: red;
}
.grecaptcha-badge {
visibility: hidden;
}
.wpcf7 form .wpcf7-response-output {
margin-inline: 0;
}
.wpcf7 input[type=text],
.wpcf7 input[type=email],
.wpcf7 input[type=url],
.wpcf7 input[type=password],
.wpcf7 input[type=search],
.wpcf7 input[type=number],
.wpcf7 input[type=tel],
.wpcf7 input[type=range],
.wpcf7 input[type=date],
.wpcf7 input[type=month],
.wpcf7 input[type=week],
.wpcf7 input[type=time],
.wpcf7 input[type=datetime],
.wpcf7 input[type=datetime-local],
.wpcf7 input[type=color],
.wpcf7 select,
.wpcf7 textarea {
width: 100%;
} .screen-reader-text,
.sr-only {
border: 0;
clip: rect(1px, 1px, 1px, 1px);
clip-path: inset(50%);
height: 1px;
margin: -1px;
overflow: hidden;
padding: 0;
position: absolute !important;
width: 1px;
word-wrap: normal !important;
}
.screen-reader-text:focus,
.sr-only:focus {
background-color: var(--wp--preset--color--lightyellow);
border-radius: 3px;
box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
clip: auto !important;
clip-path: none;
color: var(--wp--preset--color--gray-dark);
display: block;
font-size: 0.875rem;
font-weight: 700;
height: auto;
left: 5px;
line-height: normal;
padding: 15px 23px 14px;
text-decoration: none;
top: 5px;
width: auto;
z-index: 100000;
} #primary[tabindex="-1"]:focus {
outline: 0;
}
.alignleft {
float: left;
margin-right: 1.5em;
margin-bottom: 1.5rem;
}
.alignright {
float: right;
margin-left: 1.5em;
margin-bottom: 1.5rem;
}
.aligncenter {
clear: both;
display: block;
margin-left: auto;
margin-right: auto;
margin-bottom: 1.5rem;
}
.container {
padding-right: 18px;
padding-left: 18px;
margin-right: auto;
margin-left: auto;
}
.container:before, .container:after {
display: table;
content: " ";
}
.container:after {
clear: both;
}
@media screen and (min-width: 768px) {
.container {
width: 756px;
}
}
@media screen and (min-width: 992px) {
.container {
width: 976px;
}
}
@media screen and (min-width: 1200px) {
.container {
width: 1176px;
}
}