.wpcf7 .screen-reader-response {
position: absolute;
overflow: hidden;
clip: rect(1px, 1px, 1px, 1px);
clip-path: inset(50%);
height: 1px;
width: 1px;
margin: -1px;
padding: 0;
border: 0;
word-wrap: normal !important;
}
.wpcf7 form .wpcf7-response-output {
margin: 2em 0.5em 1em;
padding: 0.2em 1em;
border: 2px solid #00a0d2; }
.wpcf7 form.init .wpcf7-response-output,
.wpcf7 form.resetting .wpcf7-response-output,
.wpcf7 form.submitting .wpcf7-response-output {
display: none;
}
.wpcf7 form.sent .wpcf7-response-output {
border-color: #46b450; }
.wpcf7 form.failed .wpcf7-response-output,
.wpcf7 form.aborted .wpcf7-response-output {
border-color: #dc3232; }
.wpcf7 form.spam .wpcf7-response-output {
border-color: #f56e28; }
.wpcf7 form.invalid .wpcf7-response-output,
.wpcf7 form.unaccepted .wpcf7-response-output,
.wpcf7 form.payment-required .wpcf7-response-output {
border-color: #ffb900; }
.wpcf7-form-control-wrap {
position: relative;
}
.wpcf7-not-valid-tip {
color: #dc3232; font-size: 1em;
font-weight: normal;
display: block;
}
.use-floating-validation-tip .wpcf7-not-valid-tip {
position: relative;
top: -2ex;
left: 1em;
z-index: 100;
border: 1px solid #dc3232;
background: #fff;
padding: .2em .8em;
width: 24em;
}
.wpcf7-list-item {
display: inline-block;
margin: 0 0 0 1em;
}
.wpcf7-list-item-label::before,
.wpcf7-list-item-label::after {
content: " ";
}
.wpcf7-spinner {
visibility: hidden;
display: inline-block;
background-color: #23282d; opacity: 0.75;
width: 24px;
height: 24px;
border: none;
border-radius: 100%;
padding: 0;
margin: 0 24px;
position: relative;
}
form.submitting .wpcf7-spinner {
visibility: visible;
}
.wpcf7-spinner::before {
content: '';
position: absolute;
background-color: #fbfbfc; top: 4px;
left: 4px;
width: 6px;
height: 6px;
border: none;
border-radius: 100%;
transform-origin: 8px 8px;
animation-name: spin;
animation-duration: 1000ms;
animation-timing-function: linear;
animation-iteration-count: infinite;
}
@media (prefers-reduced-motion: reduce) {
.wpcf7-spinner::before {
animation-name: blink;
animation-duration: 2000ms;
}
}
@keyframes spin {
from {
transform: rotate(0deg);
}
to {
transform: rotate(360deg);
}
}
@keyframes blink {
from {
opacity: 0;
}
50% {
opacity: 1;
}
to {
opacity: 0;
}
}
.wpcf7 [inert] {
opacity: 0.5;
}
.wpcf7 input[type="file"] {
cursor: pointer;
}
.wpcf7 input[type="file"]:disabled {
cursor: default;
}
.wpcf7 .wpcf7-submit:disabled {
cursor: not-allowed;
}
.wpcf7 input[type="url"],
.wpcf7 input[type="email"],
.wpcf7 input[type="tel"] {
direction: ltr;
}
.wpcf7-reflection > output {
display: list-item;
list-style: none;
}
.wpcf7-reflection > output[hidden] {
display: none;
}html, body { 
margin: 0; 
padding: 0; 
height: 100%; 
min-height: 100%; 
}
h1, h2, h3, h4, h5, h6, p, blockquote, address, big, cite, code, em, font, img, small, strike, sub, sup, li, ol, ul, fieldset, form, label, legend, button, table, caption, tr, th, td, figure, figcaption {
margin: 0;
padding: 0;
border: 0;
font-size: 100%;
line-height: inherit;
text-align: inherit;
}
table {
border-collapse:collapse;
border-spacing:0;
}
blockquote:before, 
blockquote:after { content:""; }
input[type="search"]::-webkit-search-decoration,
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-results-button,
input[type="search"]::-webkit-search-results-decoration {
display: none;
} .screen-reader-text {
clip: rect( .1rem, .1rem, .1rem, .1rem );
height: .1rem;
overflow: hidden;
position: absolute !important;
width: .1rem;
}
.screen-reader-text:focus {
background-color: #f1f1f1;
border-radius: .3rem;
box-shadow: 0 0 .2rem .2rem rgba( 0, 0, 0, 0.6 );
clip: auto !important;
color: #21759b;
display: block;
font-size: 1.4rem;
font-weight: 700;
height: auto;
left: .5rem;
line-height: normal;
padding: 1.5rem 2.3rem 1.4rem;
text-decoration: none;
top: .5rem;
width: auto;
z-index: 100000; } .skip-link {
background: #232D37;
color: #fff;
display: block;
font-size: 1.6rem;
font-weight: 700;
padding: 1.4rem 1.6rem;
position: absolute;
left: -9999rem;
top: 2.5rem;
z-index: 999;
}
.skip-link:focus {
left: 50%;
transform: translateX( -50% );
text-decoration: none;
}
body.scroll-locked .skip-link {
display: none;
}  html {
font-size: 62.5%; }
html.html-locked.showing-admin-bar {
margin: 0 !important;
}
@media ( max-width: 768px ) {
html.html-locked.showing-admin-bar {
padding-top: 46px !important;
}
}
body {
background: #F6F7F8;
border: none;
color: #232D37;
font-family: -apple-system, BlinkMacSystemFont, 'Helvetica Neue', Helvetica, sans-serif;
font-size: 1.6rem;
}
body.customizer-preview {
transition: color .15s ease-in-out, background-color .15s ease-in-out;
}
body * {
-webkit-box-sizing: border-box; 
-moz-box-sizing: border-box; 
box-sizing: border-box; 
-moz-osx-font-smoothing: grayscale;
-webkit-font-smoothing: antialiased;
word-break: break-word;
}
*:first-child { margin-top: 0; }
*:last-child { margin-bottom: 0; }
body a {
color: inherit;
text-decoration: underline;
}
a:focus {
text-decoration: underline;
}
.group:after,
.gallery:after {
clear: both; 
content: "";
display: block;
}
::selection {
background: #232D37;
color: #FFF;
}
*::-webkit-input-placeholder { color: #68717b; }
*:-ms-input-placeholder { color: #68717b; }
*::-moz-placeholder { color: #68717b; } @font-face {
font-family: 'Font Awesome 6';
font-style: normal;
font-weight: normal;
src: url(https://www.urielbarthelemi.com/wp-content/themes/koji/assets/font-awesome/fonts/fa-solid-900.woff2) format( 'woff2' );
}
@font-face {
font-family: 'Font Awesome 6 Brands';
font-style: normal;
font-weight: normal;
src: url(https://www.urielbarthelemi.com/wp-content/themes/koji/assets/font-awesome/fonts/fa-brands-400.woff2) format( 'woff2' );
}  .section-inner {
margin: 0 auto;
width: calc( 100% - 6rem );
}  p {
line-height: 1.5;
margin: 0 0 1em 0;
}
h1, h2, h3, h4, h5, h6 {
font-weight: 600;
letter-spacing: -0.005em;
line-height: 1.3;
margin: .75em 0 .4em;
}
h1 { font-size: 2.8rem; }
h2 { font-size: 2.6rem; }
h3 { font-size: 2.4rem; }
h4 { font-size: 2.2rem; }
h5 { font-size: 2.0rem; }
h6 { font-size: 1.8rem; }
em,
i,
q,
dfn {
font-style: italic;
}
b,
strong {
font-weight: 700;
}
ins {
text-decoration: underline;
}
sub,
sup {
font-size: 75%;
line-height: 0;
position: relative;
vertical-align: baseline;
}
sup { top: -0.5em; }
sub { bottom: -0.25em; }
abbr,
acronym {
cursor: help;
}
address {
line-height: 1.5;
margin: 0 0 2rem 0;
} hr {
border: none;
border-top: .2rem solid #E0E4E7;
margin: 2em auto;
} ul,
ol {
margin: 0 0 1.25em 2em;
}
ul { list-style: disc; }
ul ul { list-style: circle; }
ul ul ul { list-style: square; }
ol { list-style: decimal; }
ol ol { list-style: lower-alpha; }
ol ol ol { list-style: lower-roman; }
li {
line-height: 1.5;
margin: 1rem 0;
}
li > ul,
li > ol {
margin: 1rem 0 0 2rem;
}
.reset-list-style,
ul.reset-list-style,
.reset-list-style ul,
.reset-list-style ol,
ul.reset-list-style ul,
ul.reset-list-style ol,
.reset-list-style,
ol.reset-list-style,
.reset-list-style ul,
.reset-list-style ol,
ol.reset-list-style ul,
ol.reset-list-style ol {
list-style: none;
margin: 0;
}
.reset-list-style li {
margin: 0;
}
dt {
font-weight: 600;
}
dd + dt {
margin-top: 1.5rem;
}
dd {
line-height: 1.5;
} blockquote {
border-color: #DCDFE2;
border-style: solid;
border-width: 0 0 0 .2rem;
margin: 0 0 1.25em 0;
padding: .25em 0 .25em 1.5em;
}
blockquote p:last-of-type {
margin-bottom: 0;
}
cite {
display: block;
font-size: 0.9em;
font-style: normal;
font-weight: 600;
margin: 1em 0 0;
} pre {
overflow: auto;
}
code,
kbd,
pre,
samp {
font-family: Menlo, monospace;
}
kbd,
pre,
samp {
background: #F0F1F2;
border-radius: .2rem;
font-size: .9em;
padding: .4rem .6rem;
}
pre {
border-radius: .4rem;
line-height: 1.5;
padding: 1em;
} svg,
img {
display: block;
}
svg,
img,
embed,
object {
height: auto;
max-width: 100%;
}
iframe {
max-width: 100%;
}
.wp-caption {
display: block;
margin-bottom: 3rem;
max-width: 100%;
}
.wp-caption img,
.wp-block-image img {
width: 100%;
}
.alignleft,
.alignright {
margin: .4rem 0 2rem 0;
max-width: 50%;
}
.alignleft {
float: left;
margin-right: 2.5rem;
}
.alignright {
float: right;
margin-left: 2.5rem;
}
.wp-block-image .alignleft,
.wp-block-image .alignright {
width: 100%;
}
.aligncenter,
.alignnone,
.alignwide,
.alignfull {
margin: 3rem auto;
}
.alignfull,
.alignwide {
max-width: none;
}
.alignfull {
position: relative;
left: calc( 50% - 50vw );
width: 100vw;
}
.alignfull figcaption,
.alignfull .wp-caption-text {
padding: 0 5%;
}
figcaption,
.entry-content figcaption,
.wp-caption-text {
color: #68717b;
font-size: 1.4rem;
font-weight: 500;
margin: 1.5rem 0 0;
}
figcaption a,
.wp-caption-text a {
display: inline;
} .gallery {
display: flex;
flex-wrap: wrap;
margin: 3rem -.5rem 2rem;
padding: 0;
}
.gallery + .gallery {
margin-top: -2rem;
}
.gallery .gallery-item {
display: block;
float: left;
margin: 0 0 1rem;
padding: 0 .5rem;
position: relative;
width: 50%;
}
.gallery-columns-1 .gallery-item { width: 100%; }
.gallery .wp-caption-text {
display: none;
}
.gallery .gallery-item a {
display: block;
line-height: 0;
}
.gallery img {
width: 100%;
} fieldset {
border: .2rem solid #DCDFE2;
padding: 1.5rem;
}
fieldset legend {
color: #68717b;
font-size: 1.4rem;
font-weight: 600;
padding: 0 1rem;
} label {
color: #68717b;
display: block;
font-size: 1.4rem;
font-weight: 600;
margin: 0 0 .8rem 0;
}
input,
select,
textarea {
color: inherit;
font-family: inherit;
font-size: inherit;
max-width: 100%;
}
input[type="text"],
input[type="password"],
input[type="email"],
input[type="url"],
input[type="date"],
input[type="month"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="week"],
input[type="number"],
input[type="search"],
input[type="tel"],
input[type="color"],
select,
textarea {
-webkit-appearance: none;
-moz-appearance: none;
background: #fff;
border: .1rem solid #DCDFE2;
border-radius: .4rem;
box-shadow: none;
display: block;
margin: 0;
max-width: 100%;
padding: 1.6rem 1.8rem;
transition: border-color .15s linear;
width: 100%;
word-break: normal;
}
input[type="file"] {
font-size: 1.4rem;
width: 100%;
}
textarea {
height: 20rem;
line-height: 1.5;
width: 100%;
}
textarea:focus,
input[type="email"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
input[type="tel"]:focus,
input[type="text"]:focus,
input[type="url"]:focus {
border-color: #68717b;
outline: none;
}
select {
background: #fff url(https://www.urielbarthelemi.com/wp-content/themes/koji/assets/images/icons/chevron-down.svg) no-repeat;
background-position: calc( 100% - 1.4rem ) center;
border-radius: .2rem;
border: .1rem solid #e1e1e5;
font-family: inherit;
font-size: 1.6rem;
font-weight: 500;
padding: 1.5rem 4rem 1.5rem 1.8rem;
-webkit-appearance: none;
width: 100%;
}
*::-webkit-input-placeholder { color: #68717b; }
*:-ms-input-placeholder { color: #68717b; }
*::-moz-placeholder { color: #68717b; }
button,
.faux-button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
-webkit-appearance: none;
-moz-appearance: none;
background: #4B555F;
border: none;
border-radius: .4rem;
color: #fff;
display: inline-block;
font-size: 1.5rem;
font-weight: 600;
line-height: 1.2;
margin: 0;
padding: 1.6rem 2.6rem 1.7rem;
text-align: center;
text-decoration: none;
transition: opacity .15s linear;
}
input[type="button"] + input[type="button"],
input[type="button"] + input[type="reset"],
input[type="reset"] + input[type="button"],
input[type="submit"] + input[type="submit"],
input[type="submit"] + input[type="reset"],
input[type="reset"] + input[type="submit"] {
margin-left: 1rem;
}
button:hover,
.faux-button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
cursor: pointer;
opacity: .9;
}
button:focus,
.faux-button:focus,
input[type="button"]:focus,
input[type="reset"]:focus,
input[type="submit"]:focus {
text-decoration: underline;
}
button:disabled,
.button.disabled,
input[type="button"]:disabled,
input[type="submit"]:disabled {
background: #99999E;
cursor: default !important;
}
button:disabled:hover,
.button.disabled:hover,
input[type="button"]:disabled:hover,
input[type="submit"]:disabled:hover {
opacity: 1;
} table {
border-collapse: collapse;
border-spacing: 0;
empty-cells: show;
font-size: 0.85em;
margin-bottom: 3rem;
max-width: 100%;
overflow: hidden;
width: 100%;
}
th,
td {
line-height: 1.4;
margin: 0;
overflow: visible;
padding: 2.5%;
}
caption {
border-bottom: .1rem solid #E0E4E7;
font-weight: 700;
padding-bottom: 2.5%;
text-align: center;
}
thead {
vertical-align: bottom;
white-space: nowrap;
}
th {
border-bottom: .1rem solid #E0E4E7;
font-weight: 600;
}
tbody > tr:nth-child(even) {
background-color: #EFF1F3;
} a {
transition: color .15s linear, background-color .15s linear, opacity .15s linear;
}   button.toggle {
background-color: transparent;
}
.toggle {
-webkit-appearance: none;
-moz-appearance: none;
cursor: pointer;
position: relative;
-webkit-touch-callout: none;
-webkit-user-select: none;
-khtml-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
}  .color-black { color: #232D37; }
.color-darkest-gray { color: #4B555F; }
.color-darker-gray { color: #68717B; }
.color-gray { color: #9BA5AF; }
.color-light-gray { color: #DCDFE2; }
.color-lightest-gray { color: #E6E9EC; }
.color-white { color: #fff; } .bg-color-black { background-color: #232D37; }
.bg-color-darkest-gray { background-color: #4B555F; }
.bg-color-darker-gray { background-color: #68717B; }
.bg-color-gray { background-color: #9BA5AF; }
.bg-color-light-gray { background-color: #DCDFE2; }
.bg-color-lightest-gray { background-color: #E6E9EC; }
.bg-color-white { background-color: #fff; } .lining-numerals {
font-feature-settings: "lnum";
font-variant-numeric: lining-nums;
}
.hanging-quotes {
hanging-punctuation: first;
}
.slashed-zero {
font-feature-settings: "zero";
font-variant-numeric: slashed-zero;
}
.transform-uppercase {
letter-spacing: 0.05em;
text-transform: uppercase;
}
.no-select {
-webkit-touch-callout: none;
-webkit-user-select: none;
-khtml-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
} ul.social-icons {
display: flex;
flex-wrap: wrap;
margin: 0 0 -1.2rem -1.2rem;
}
ul.social-icons li {
margin: 0 0 1.2rem 1.2rem;
}
.social-icons a,
.social-icons button {
align-items: center;
background: #E6E9EC;
border-radius: 50%;
color: #5F6973;
display: flex;
height: 4.4rem;
justify-content: center;
padding: 0;
text-decoration: none;
transition: color .15s linear, background-color .15s linear, box-shadow .15s linear, transform .15s linear;
width: 4.4rem;
}
.social-icons button:hover,
.social-icons a:hover,
.social-icons button:focus,
.social-icons a:focus {
transform: scale( 1.15 );
text-decoration: none;
}
.social-icons button.active {
background-color: #68717b;
color: #fff;
}
.social-icons a::before {
content: '\f0c1';
display: block;
font-family: 'Font Awesome 6';
font-size: 1.9rem;
}
.s-icons a[href*="500px.com"]::before { content: '\f26e'; font-family: 'Font Awesome 6 Brands'; }
.s-icons a[href*="amazon.com"]::before { content: '\f270'; font-family: 'Font Awesome 6 Brands'; }
.s-icons a[href*="angel.co"]::before { content: '\f209'; font-family: 'Font Awesome 6 Brands'; }
.s-icons a[href*="audible.com"]::before { content: '\f373'; font-family: 'Font Awesome 6 Brands'; }
.s-icons a[href*="behance.net"]::before { content: '\f1b4'; font-family: 'Font Awesome 6 Brands'; }
.s-icons a[href*="blogger.com"]::before { content: '\f37d'; font-family: 'Font Awesome 6 Brands'; }
.s-icons a[href*="codepen.io"]::before { content: '\f1cb'; font-family: 'Font Awesome 6 Brands'; }
.s-icons a[href*="creativecommons.com"]::before { content: '\f25e'; font-family: 'Font Awesome 6 Brands'; }
.s-icons a[href*="deviantart.com"]::before { content: '\f1bd'; font-family: 'Font Awesome 6 Brands'; }
.s-icons a[href*="digg.com"]::before { content: '\f1a6'; font-family: 'Font Awesome 6 Brands'; }
.s-icons a[href*="discordapp.com"]::before { content: '\f392'; font-family: 'Font Awesome 6 Brands'; }
.s-icons a[href*="dribbble.com"]::before { content: '\f17d'; font-family: 'Font Awesome 6 Brands'; }
.s-icons a[href*="ebay"]::before { content: '\f4f4'; font-family: 'Font Awesome 6 Brands'; }
.s-icons a[href*="etsy.com"]::before { content: '\f2d7'; font-family: 'Font Awesome 6 Brands'; }
.s-icons a[href*="facebook.com"]::before { content: '\f39e'; font-family: 'Font Awesome 6 Brands'; }
.s-icons a[href*="flickr.com"]::before { content: '\f16e'; font-family: 'Font Awesome 6 Brands'; }
.s-icons a[href*="github.com"]::before { content: '\f113'; font-family: 'Font Awesome 6 Brands'; }
.s-icons a[href*="gitlab.com"]::before { content: '\f296'; font-family: 'Font Awesome 6 Brands'; }
.s-icons a[href*="goodreads.com"]::before { content: '\f3a9'; font-family: 'Font Awesome 6 Brands'; }
.s-icons a[href*="houzz"]::before { content: '\f27c'; font-family: 'Font Awesome 6 Brands'; }
.s-icons a[href*="imdb.com"]::before { content: '\f2d8'; font-family: 'Font Awesome 6 Brands'; }
.s-icons a[href*="instagram.com"]::before { content: '\f16d'; font-family: 'Font Awesome 6 Brands'; }
.s-icons a[href*="kickstarter.com"]::before { content: '\f3bc'; font-family: 'Font Awesome 6 Brands'; }
.s-icons a[href*="jsfiddle.net"]::before { content: '\f1cc'; font-family: 'Font Awesome 6 Brands'; }
.s-icons a[href*="linkedin.com"]::before { content: '\f0e1'; font-family: 'Font Awesome 6 Brands'; }
.s-icons a[href*="last.fm"]::before { content: '\f202'; font-family: 'Font Awesome 6 Brands'; }
.s-icons a[href*="medium.com"]::before { content: '\f3c7'; font-family: 'Font Awesome 6 Brands'; }
.s-icons a[href*="mixcloud.com"]::before { content: '\f289'; font-family: 'Font Awesome 6 Brands'; }
.s-icons a[href*="patreon.com"]::before { content: '\f3d9'; font-family: 'Font Awesome 6 Brands'; }
.s-icons a[href*="pscp.tv"]::before { content: '\f3da'; font-family: 'Font Awesome 6 Brands'; }
.s-icons a[href*="pinterest"]::before { content: '\f231'; font-family: 'Font Awesome 6 Brands'; }
.s-icons a[href*="play.google.com"]::before { content: '\f3ab'; font-family: 'Font Awesome 6 Brands'; }
.s-icons a[href*="plus.google.com"]::before { content: '\f0d5'; font-family: 'Font Awesome 6 Brands'; }
.s-icons a[href*="producthunt.com"]::before { content: '\f288'; font-family: 'Font Awesome 6 Brands'; }
.s-icons a[href*="quora.com"]::before { content: '\f2c4'; font-family: 'Font Awesome 6 Brands'; }
.s-icons a[href*="reddit.com"]::before { content: '\f281'; font-family: 'Font Awesome 6 Brands'; }
.s-icons a[href*="slack.com"]::before { content: '\f198'; font-family: 'Font Awesome 6 Brands'; }
.s-icons a[href*="soundcloud.com"]::before { content: '\f1be'; font-family: 'Font Awesome 6 Brands'; }
.s-icons a[href*="spotify.com"]::before { content: '\f1bc'; font-family: 'Font Awesome 6 Brands'; }
.s-icons a[href*="tiktok.com"]::before { content: '\e07b'; font-family: 'Font Awesome 6 Brands'; }
.s-icons a[href*="tumblr.com"]::before { content: '\f173'; font-family: 'Font Awesome 6 Brands'; }
.s-icons a[href*="twitch"]::before { content: '\f1e8'; font-family: 'Font Awesome 6 Brands'; }
.s-icons a[href*="twitter.com"]::before { content: '\f099'; font-family: 'Font Awesome 6 Brands'; }
.s-icons a[href*="unsplash.com"]::before { content: '\e07c'; font-family: 'Font Awesome 6 Brands'; }
.s-icons a[href*="vimeo.com"]::before { content: '\f27d'; font-family: 'Font Awesome 6 Brands'; }
.s-icons a[href*="wordpress.org"]::before,
.s-icons a[href*="wordpress.com"]::before { content: '\f411'; font-family: 'Font Awesome 6 Brands'; }
.s-icons a[href*="youtube.com"]::before { content: '\f167'; font-family: 'Font Awesome 6 Brands'; }
.s-icons a[href*="x.com"]::before { content: '\e61b'; font-family: 'Font Awesome 6 Brands'; }
.s-icons a[href^="mailto:"]::before { content: '\f0e0'; font-family: 'Font Awesome 6'; }
.s-icons a[href^="tel:"]::before { content: '\f095'; font-family: 'Font Awesome 6'; } .post-meta {
color: #68717b;
display: flex;
flex-wrap: wrap;
font-size: 1.4rem;
font-weight: 500;
list-style: none;
margin: -.8rem 0 0 -1.6rem;
}
.post-meta li {
font-weight: inherit;
margin: .8rem 0 0 1.6rem;
}
.post-meta .meta-wrapper {
align-items: center;
display: flex;
flex-wrap: wrap;
}
.post-meta .meta-icon {
align-items: center;
display: flex;
justify-content: center;
margin-right: .7rem;
}
.post-meta img {
opacity: .6;
transition: opacity .15s linear;
-webkit-backface-visibility: hidden;
-webkit-transform: translateZ(0) scale(1.0, 1.0);
transform: translateZ(0);
width: 1.6rem;
}
.post-meta .post-author img { width: 1.5rem; }
.post-meta .post-sticky img,
.sticky .post-meta .post-sticky img { width: 1.2rem; }
.post-meta .post-comment-link img {
position: relative;
top: .1rem;
}
.post-meta a {
color: inherit;
text-decoration: none;
}
.post-meta a:hover {
text-decoration: underline;
} .post-meta.stack-mobile {
display: block;
}
.post-meta.stack-mobile .meta-icon {
width: 1.8rem;
} .cover-modal {
background: #fff;
display: none;
opacity: 1;
overflow: auto;
position: fixed;
bottom: 0;
left: 0;
right: 0;
top: 0;
z-index: 9999;
}
@media ( max-width: 782px ) {
.showing-admin-bar .cover-modal {
top: 46px;
}
}
@media ( min-width: 782px ) {
.showing-admin-bar .cover-modal {
top: 32px;
}
}
.cover-modal.active {
display: block;
} .loader {
animation: spin 1.4s linear infinite;
border: .5rem solid #DCDFE2;
border-radius: 50%;
border-top: .5rem solid #68717b;
height: 4.4rem;
margin: auto;
width: 4.4rem;
}
.loader.small {
height: 3rem;
width: 3rem;
} @keyframes spin {
0% { 	transform: rotate( 0deg ); }
100% { 	transform: rotate( 360deg ); }
}
@keyframes spinQuarter {
0% { 	transform: rotate( 0deg ); }
100% { 	transform: rotate( 90deg ); }
}
@keyframes spinHalf {
0% { 	transform: rotate( 0deg ); }
100% { 	transform: rotate( 180deg ); }
}
@keyframes pop {
0% { 	transform: scale( 1 ); }
50% { 	transform: scale( 1.25 ); }
100% { 	transform: scale( 1 ); }
}
@keyframes popIn {
0% { 	transform: scale( 0.3 ); opacity: 0; }
70% { 	transform: scale( 1.1 ); opacity: 1; }
100% { 	transform: scale( 1.0 ); }
}
@keyframes side_shake {
0% { 	transform: translate( .8rem ); }
20% { 	transform: translate( -.8rem ); }
40% { 	transform: translate( .6rem ); }
60% { 	transform: translate( -.4rem ); }
80% { 	transform: translate( .2rem ); }
100% { 	transform: translate( 0 ); }
}  .spot-animation-fade-pull-up.will-be-spotted:not(.spotted) {
opacity: 0;
transform: translateY( 10vh );
transition: none;
}
.spot-animation-fade-pull-up.will-be-spotted.spotted {
opacity: 1;
transform: translateY( 0 );
transition: opacity .5s ease-out, transform .5s ease-out;
} .spot-animation-scale-up.will-be-spotted:not(.spotted) {
transform: scale( 0 );
transition: none;
}
.spot-animation-scale-up.will-be-spotted.spotted {
animation: popIn .4s 1 linear;
}  #site-header {
background: #fff;
overflow: auto;
position: relative;
z-index: 999;
}
.header-top a {
text-decoration: none;
}
.header-top {
align-items: center;
display: flex;
justify-content: space-between;
padding: 3.3rem 0;
position: relative;
}
.custom-logo-link {
display: block;
}
.site-title {
font-size: 2rem;
font-weight: 600;
line-height: 1.25;
margin: 0;
}
.site-title a:hover,
.site-title a:focus {
color: #4B555F;
}
.header-inner {
display: none;
}
.site-description {
color: #4B555F;
font-size: 1.8rem;
margin-bottom: 5rem;
max-width: 32rem;
}
.social-menu-wrapper {
margin-top: 4rem;
}
.no-js .search-toggle-wrapper {
display: none;
}
.social-icons .search-toggle:before {
content: none;
}
.social-icons .search-toggle {
background-image: url(https://www.urielbarthelemi.com/wp-content/themes/koji/assets/images/icons/spyglass-gray.svg);
background-position: center;
background-repeat: no-repeat;
background-size: 2rem;
}
.social-icons .search-toggle.active {
background-image: url(https://www.urielbarthelemi.com/wp-content/themes/koji/assets/images/icons/spyglass-white.svg);
} .sidebar-widgets {
margin-top: 5rem;
}   .nav-toggle {
height: 5rem;
padding: 0;
min-width: 10rem;
}
.no-js .nav-toggle {
display: none;
}
.nav-toggle label {
color: #232D37;
cursor: pointer;
display: block;
font-weight: 600;
position: absolute;
right: 3.3rem;
top: 50%;
transform: translateY( -50% );
white-space: nowrap;
}
.nav-toggle:not(.active) .hide { display: none; }
.nav-toggle.active .show { display: none; }
.nav-toggle .bars {
height: 1.4rem;
position: absolute;
right: 0;
top: calc( 50% - .7rem );
width: 1.9rem;
}
.nav-toggle .bar {
background: #232D37;
border-radius: .2rem;
display: block;
height: .2rem;
position: absolute;
right: 0;
top: calc( 50% - .1rem );
transition: transform 0.2s ease-in, opacity 0s ease-out 0.2s, margin 0.2s ease-out 0.2s;
width: 100%;
}
.nav-toggle .bar:nth-child(1) { margin-top: -.6rem; }
.nav-toggle .bar:nth-child(3) { margin-top: .6rem; }
.nav-toggle:focus label {
text-decoration: underline;
}
.nav-toggle.active .bar {
transition: margin 0.2s ease-in, opacity 0s ease-in 0.2s, transform 0.2s ease-out 0.25s;
}
.nav-toggle.active .bar:nth-child(1) {
margin-top: -0.1rem;
transform: rotate( 45deg );
}
.nav-toggle.active .bar:nth-child(2) {
opacity: 0;
}
.nav-toggle.active .bar:nth-child(3) {
margin-top: -0.1rem;
transform: rotate( -45deg );
} .mobile-menu-wrapper {
background: #fff;
display: none;
overflow: auto;
padding: 9.2rem 0 0 0;
position: fixed;
bottom: 0;
left: 0;
right: 0;
top: 0;
transition: opacity .25s ease-in, left 0s .25s, right 0s .25s;
z-index: 99;
}
@media ( max-width: 782px ) {
.admin-bar .mobile-menu-wrapper {
top: 46px;
}
}
.mobile-menu-wrapper.active {
display: flex;
}
.mobile-menu {
display: flex;
flex-direction: column;
justify-content: space-between;	
}
.mobile-menu-wrapper .mobile-menu-top,
.mobile-menu-wrapper .social-menu-wrapper {
padding-bottom: 4rem;
}
.mobile-menu-wrapper .social-menu-wrapper {
margin-top: 0;
} .no-js .mobile-menu-wrapper {
opacity: 1;
padding: 0 0 3rem;
position: static;
} ul.site-nav ul {
margin: .6em 0 0 1.5em;
}
.site-nav li {
color: #232D37;
font-size: 1.7rem;
font-weight: 500;
line-height: 1.25;
margin: .6em 0 0 0;
}
.site-nav a {
text-decoration: none;
}
.site-nav a:hover,
.site-nav .current-menu-item > a {
text-decoration: underline;
} .search-overlay.active,
.search-overlay-form-wrapper,
.search-overlay form {
align-items: center;
display: flex;
justify-content: center;
}
.search-overlay {
align-items: stretch;
}
.search-untoggle {
align-items: center;
display: flex;
justify-content: center;
padding: 1.5rem;
position: absolute;
top: 0;
right: 0;
}
.search-untoggle-inner {
background: transparent;
border-radius: 999rem;
padding: 1.5rem;
transition: background-color .15s linear;
}
.search-untoggle:hover .search-untoggle-inner,
.search-untoggle:focus .search-untoggle-inner {
background: #E6E9EC;
}
.search-overlay label {
flex-shrink: 0;
margin: 0;
}
.search-overlay img {
height: 2.4rem;
width: 2.4rem;
}
.search-overlay label img {
margin-right: 1.2rem;
}
.search-overlay .search-field {
background: none;
border: none;
font-size: 1.8rem;
font-weight: 500;
padding: 0;
width: 20rem;
}
.search-overlay .search-field::-webkit-input-placeholder { color: inherit; }
.search-overlay .search-field:-ms-input-placeholder { color: inherit; }
.search-overlay .search-field::-moz-placeholder { color: inherit; }  .posts {
margin-bottom: -3rem;
opacity: 0;
padding: 3rem 0;
}
.no-js .posts {
opacity: 1;
} .preview.archive-header a { text-decoration: underline; }
.preview.archive-header a:hover,
.preview.archive-header a:focus { text-decoration: none; }
.archive-header-mobile {
padding: 4rem 0;
}
.archive-header-desktop {
display: none;
}
.archive-header .subheading {
font-size: 1.4rem;
font-weight: 600;
margin-bottom: 8rem;
}
.archive-title {
margin: 0;
}
.archive-description {
font-size: 1.5rem;
margin: 1.3rem 0 0;
}
.archive-description p {
line-height: 1.4;
} .grid-sizer,
.preview {
width: 100%;
}
.no-js .grid-sizer {
display: none;
}
.preview {
margin-bottom: 3rem;
}
.preview-wrapper {
background: #fff;
border-radius: .8rem;
box-shadow: 0 .3rem 1.2rem 0 rgba( 5, 10, 15, .05 );
overflow: hidden;
position: relative;
}
.preview.will-be-spotted:not(.spotted) .preview-wrapper {
opacity: 0;
transform: translateY( 10vh );
transition: none;
}
.preview.will-be-spotted.spotted .preview-wrapper {
opacity: 1;
transform: translateY( 0 );
transition: opacity .5s ease-out, transform .5s ease-out;
}
.preview a {
text-decoration: none;
}
.preview-image {
display: block;
transition: opacity .15s linear;
}
.preview-image:focus {
opacity: .75;
}
.preview-image img {
width: 100%;
}
.preview-inner {
padding: 2rem 2rem 2.5rem 2rem;
}
.preview-title {
color: #4B555F;
font-size: 2rem;
margin-bottom: 1rem;
}
.preview-title:last-child {
margin-bottom: 0;
}
.preview-title a:hover,
.preview-title a:focus {
color: #232D37;
}
.post-meta-preview {
margin-bottom: 1rem;
}
.preview .post-meta {
margin-top: -.6rem;
}
.preview .post-meta li {
margin-top: .6rem;
}  .featured-media img {
width: 100%;
}
.post-inner {
max-width: 56rem;
padding: 0 0 6rem;
}
.has-post-thumbnail .post-inner {
padding-top: 4rem;
}
.post-header {
margin-bottom: 2rem;
}
.post-meta-single {
margin-top: 3rem;
}
.post-meta-single .meta-icon {
margin-right: 1rem;
}
.post-meta-single img { opacity: .65; } .pagination-single {
margin-top: 6rem;
}
.pagination-single a {
align-items: center;
color: #68717b;
display: flex;
font-weight: 600;
font-size: 1.6rem;
line-height: 1.25;
text-decoration: none;
}
.pagination-single a + a {
margin-top: 1.5rem;
}
.pagination-single .arrow {
align-items: center;
background: #E6E9EC;
border-radius: 50%;
display: flex;
flex-shrink: 0;
height: 3.6rem;
justify-content: center;
margin-right: 1.5rem;
transition: background-color .15s linear;
width: 3.6rem;
}
.pagination-single .arrow img {
transition: fill .15s linear;
}
.pagination-single a:hover,
.pagination-single a:focus {
text-decoration: underline;
} .related-posts {
margin-top: 4rem;
}
.related-posts-title {
color: #68717b;
font-size: 1.4rem;
font-weight: 600;
margin-bottom: 2rem;
text-transform: uppercase;
}
.related-posts .posts {
padding: 0;
}   .comments-wrapper {
margin-top: 6rem;
}
.comments-header,
.comment-reply-title {
align-items: baseline;
display: flex;
justify-content: space-between;
}
.comment-reply-title {
margin: 0 0 3rem 0;
}
.leave-comment-link,
.comment-reply-title small a {
color: #68717b;
font-size: 1.6rem;
font-weight: 500;
margin-left: 1rem;
text-decoration: none;
}
.leave-comment-link:hover,
.comment-reply-title small a:hover,
.comment-reply-title small a:focus {
color: #4B555F;
text-decoration: underline;
}  .comment,
.pingback,
.trackback { 
margin-top: 3.5rem;
}
.comments-header + div {
margin-top: 0;
}
.comment-body {
position: relative;
}
.comment a {
color: inherit;
}
.comment .comment { 
margin-left: 5%;
}
.comment-meta {
margin-bottom: 2rem;
min-height: 4rem;
padding: 0 6.7rem 0 5.5rem;
position: relative;
}
.comment-meta .avatar {
border-radius: .4rem;
display: block;
height: auto;
position: absolute;
left: 0;
top: 0;
width: 4rem;
}
.comment-meta a {
border-bottom: .1rem solid transparent;
text-decoration: none;
transition: border-color .15s linear;
}
.comment-meta a:hover,
.comment-meta a:focus {
border-bottom-color: #68717b;
text-decoration: none;
}
.comment-author b {
font-weight: 600;
}
.comment-author b a {
border-bottom: .1rem solid #DCDFE2;
}
.comment-author b a:hover,
.comment-author b a:focus {
border-bottom-color: #232D37;
text-decoration: none;
}
.comment-author .says { 
display: none; 
}
.comment-metadata {
font-size: 1.4rem;
margin-top: .3rem;
}
.comment-metadata {
color: #68717b;
font-weight: 500;
}
.comment-metadata .edit-link:before {
content: " • ";
}
.comment-body .reply {
position: absolute;
right: 0;
top: .8rem;
}
.comment-reply-link {
align-items: center;
border: .1rem solid #68717b;
border-radius: .2rem;
color: #68717b;
display: flex;
font-size: 1.2rem;
font-weight: 500;
height: 2.4rem;
line-height: 1;
padding: 0 .7rem;
text-decoration: none;
text-transform: uppercase;
transition: all .15s linear;
}
.comment-reply-link:hover,
.comment-reply-link:focus {
background: #68717b;
border-color: #68717b;
color: #fff;
text-decoration: none;
} .comment-content,
.comment-content p,
.comment-content li {
line-height: 1.4;
}
.comment-content a { text-decoration: underline; }
.comment-content a:hover { text-decoration: none; }
.bypostauthor .by-post-author-wrapper {
color: #68717b;
font-size: 1.2rem;
font-weight: 600;
letter-spacing: 0.01em;
line-height: 1;
text-transform: uppercase;
} .pingback .comment-meta,
.trackback .comment-meta {
padding-left: 0;
} .comments-pagination {
display: flex;
font-size: 1.6rem;
justify-content: space-between;
margin-top: 6rem;
position: relative;
text-align: center;
}
.comments-pagination.only-next {
justify-content: flex-end;
}
.comments-pagination .page-numbers {
color: #68717b;
display: none;
font-weight: 600;
text-decoration: none;
}
.comments-pagination a.page-numbers:hover,
.comments-pagination a.page-numbers:focus {
color: #232D37;
}
.comments-pagination ul.page-numbers.dots {
color: rgba( 0, 0, 0, .35 );
}
.comments-pagination .prev,
.comments-pagination .next {
display: block;
}
.comments-pagination .prev { left: 0; }
.comments-pagination .next { right: 0; } .comment-respond:not(:first-child) {
padding-top: 6rem;
}
.comment-respond .comment-reply-title {
margin-bottom: 0;
}
.comment-form {
margin-top: 2.2rem;
}
.comment-form p.logged-in-as {
color: #68717b;
line-height: 1.25;
margin: -1.2rem 0 2.8rem 0;
}
.comment-respond .logged-in-as a {
color: inherit;
text-decoration: none;
}
.comment-respond .logged-in-as a:last-child {
text-decoration: underline;
}
.comment-respond .logged-in-as a:hover,
.comment-respond .logged-in-as a:focus {
color: #232D37;
}
.comment-form p {
margin-bottom: 2rem;
}
.comment-form > p:last-of-type {
margin-bottom: 0;
}
.comment-respond label { 
display: block; 
}
.comment-respond input[type="checkbox"] + label {
display: inline;
margin: 0 0 0 .5rem;
}
.comment-respond input[type="text"],
.comment-respond input[type="email"],
.comment-respond textarea {
margin-bottom: 0;
}
.comment-respond #submit {
display: block;
margin-left: auto;
} .comments .comment-respond {
padding: 3rem 0 0;
}  .entry-content {
position: relative;
}
:root .entry-content > *:first-child { margin-top: 0; }
:root .entry-content > *:last-child { margin-bottom: 0; }
.entry-content a:hover {
text-decoration: none;
} .entry-content h1,
.entry-content h2,
.entry-content h3,
.entry-content h4,
.entry-content h5,
.entry-content h6 {
line-height: 1.25;
margin: 3rem 0 2rem;
}
.entry-content h1 { font-size: 2.8rem; }
.entry-content h2 { font-size: 2.6rem; }
.entry-content h3 { font-size: 2.4rem; }
.entry-content h4 { font-size: 2.2rem; }
.entry-content h5 { font-size: 2.0rem; }
.entry-content h6 { font-size: 1.8rem; }
.entry-content p.has-background {
margin-left: -2rem;
padding: 2rem;
width: calc( 100% + 4rem );
}
.entry-content p.has-drop-cap:first-letter {
font-size: 7.35em;
font-weight: 300;
}
.entry-content hr {
margin: 4rem auto;
max-width: 50%;
}
.entry-content hr:not(.wp-block-separator),
.entry-content hr.is-style-wide {
max-width: 100%;
}
.wp-block-separator.is-style-dots:before {
color: inherit;
}   :root .has-background { background-color: #232D37; }
:root .has-black-color { color: #232D37; }
:root .has-black-background-color { background-color: #232D37; }
:root .has-darkest-gray-color { color: #4B555F; }
:root .has-darkest-gray-background-color { background-color: #4B555F; }
:root .has-darker-gray-color { color: #68717b; }
:root .has-darker-gray-background-color { background-color: #68717b; }
:root .has-gray-color { color: #68717b; }
:root .has-gray-background-color { background-color: #68717b; }
:root .has-light-gray-color { color: #DCDFE2; }
:root .has-light-gray-background-color { background-color: #DCDFE2; }
:root .has-lightest-gray-color { color: #E6E9EC; }
:root .has-lightest-gray-background-color { background-color: #E6E9EC; }
:root .has-white-color { color: #fff; }
:root .has-white-background-color { background-color: #fff; } :root .has-small-font-size { font-size: .842em; }
:root .has-regular-font-size,
:root .has-normal-font-size { 
font-size: 1em;
}
:root .has-large-font-size,
:root .has-larger-font-size {
line-height: 1.45;
}
:root .has-large-font-size { font-size: 1.333em; }
:root .has-larger-font-size { font-size: 1.777em; } :root *[class*="_inner-container"] > *:first-child { margin-top: 0; }
:root *[class*="_inner-container"] > *:last-child { margin-bottom: 0; }
.wp-block-archives,
.wp-block-button,
.wp-block-buttons,
.wp-block-categories,
.wp-block-code,
.wp-block-columns,
.wp-block-cover,
.wp-block-cover-image,
.wp-block-embed,
.wp-block-gallery,
.wp-block-group,
.wp-block-image,
.wp-block-latest-comments,
.wp-block-latest-posts,
.wp-block-media-text,
.wp-block-preformatted,
.wp-block-pullquote,
.wp-block-social-links,
.wp-block-quote,
.wp-block-quote.is-large,
.wp-block-quote.is-style-large,
.wp-block-verse,
.wp-block-video {
margin-bottom: 3rem;
margin-top: 3rem;
} .wp-block-audio audio {
width: 100%;
} .entry-content .wp-block-file__button,
.entry-content .wp-block-button__link {
border-radius: .4rem;
font-weight: 500;
padding: .8em 1.4em;
}
.entry-content .wp-block-file__button:hover,
.entry-content .wp-block-button__link:hover {
opacity: .85;
} .wp-block-buttons .wp-block-button {
margin-top: 0;
} .wp-block-column {
padding: 0 .5rem;
} .wp-block-cover-image p {
font-weight: 300;
} .entry-content .wp-block-file {
align-items: center;
background: #E6E9EC;
border-radius: .4rem;
display: flex;
justify-content: space-between;
margin: 3rem 0;
padding: 1.5rem 2rem;
}
.entry-content .wp-block-file a:not(.wp-block-file__button) {
font-weight: 600;
text-decoration: none;
}
.entry-content .wp-block-file__button {
flex-shrink: 0;
} .wp-block-gallery .blocks-gallery-image figcaption, 
.wp-block-gallery .blocks-gallery-item figcaption {
margin: 0;
padding-bottom: 1rem;
} :root .wp-block-image.alignleft,
:root .wp-block-image .alignleft {
margin-right: 2.5rem;
}
:root .wp-block-image.alignright,
:root .wp-block-image .alignright {
margin-left: 2.5rem;
} .entry-content .wp-block-pullquote {
border: none;
min-width: 18rem;
padding: 0;
}
.entry-content .wp-block-pullquote blockquote {
border: none;
margin: 0;
padding: 0;
}
.entry-content .wp-block-pullquote.alignleft,
.entry-content .wp-block-pullquote.alignright {
width: 50%;
}
.entry-content .wp-block-pullquote.alignleft {
text-align: left;
}
.entry-content .wp-block-pullquote.alignright {
text-align: right;
}
.entry-content .wp-block-pullquote p,
.entry-content .wp-block-pullquote cite {
text-align: inherit;
}
.entry-content .wp-block-pullquote p {
font-size: inherit;
font-weight: 500;
line-height: 1.4;
} .wp-block-pullquote.has-background {
padding: 2rem;
}
.wp-block-pullquote.is-style-solid-color blockquote {
max-width: 100%;
}
.wp-block-pullquote.is-style-solid-color blockquote p {
font-size: inherit;
} .entry-content blockquote,
.entry-content .wp-block-quote.is-large, 
.entry-content .wp-block-quote.is-style-large {
margin-bottom: 1.25em;
}
.entry-content blockquote p:last-child {
margin-bottom: 0;
}
blockquote.has-text-align-center {
border-width: 0;
padding: .25em 0;
}
blockquote.has-text-align-right {
border-width: 0 .2rem 0 0;
padding: .25em 1.5em .25em 0;
} .wp-block-quote.is-large,
.wp-block-quote.is-style-large {
border-width: 0;
padding: .25em 0;
}
.wp-block-quote.is-large p, 
.wp-block-quote.is-style-large p {
font-size: 1.33em;
font-style: inherit;
line-height: 1.5;
}
.wp-block-quote.is-large cite, 
.wp-block-quote.is-large footer, 
.wp-block-quote.is-style-large cite, 
.wp-block-quote.is-style-large footer {
font-size: .9em;
text-align: inherit;
} .wp-social-link {
margin-bottom: 0;
margin-left: 0;
margin-top: 0;
}
.wp-block-social-links.is-style-logos-only .wp-social-link svg {
max-width: none;
} .post-nav-links {
background: #E6E9EC;
border-radius: .4rem;
color: #5F6973;
font-weight: 600;
padding: 1.5rem 2rem;
}  #pagination {
padding: 4rem 0;
position: relative;
text-align: center;
}
#load-more,
#pagination .out-of-posts,
#pagination .loading-icon,
#pagination .out-of-posts {
position: absolute;
left: 50%;
top: 50%;
transform: translate( -50%, -50% );
transition: color .2s linear, opacity .2s linear, transform .2s ease-out;
}
#pagination:not(.last-page) .out-of-posts,
#pagination.loading #load-more,
#pagination.last-page #load-more,
#pagination:not(.loading) .loading-icon {
left: -9999rem;
opacity: 0;
transform: translate( -50%, -50% ) scale( 0.5 );
transition: opacity .2s linear, transform .2s ease-out, left 0s .2s, right 0s .2s;
}
body:not(.pagination-type-button) #load-more {
display: none;
}
#load-more {
white-space: nowrap;
}
html.js body:not(.pagination-type-links) .link-pagination {
display: none;
}
.no-js #load-more,
.no-js #pagination .loading-icon {
display: none;
}
#pagination .out-of-posts {
color: #68717b;
font-size: 0.9em;
font-weight: 500;
margin: 0;
text-align: center;
width: 100%;
} .link-pagination {
align-items: center;
display: flex;
justify-content: space-between;
}
.link-pagination.only-next {
justify-content: flex-end;
}
.link-pagination a {
color: #68717b;
font-weight: 600;
text-decoration: none;
}
.link-pagination a:hover,
.link-pagination a:focus {
color: #232D37;
}  .error404 .single-container {
padding: 5rem 0;
}
.error404 .go-home {
color: #68717b;
font-size: .95em;
font-weight: 600;
text-decoration: none;
}
.error404 .go-home:hover {
text-decoration: underline;
}  #site-footer {
padding: 3rem 0;
position: relative;
} .footer-widgets-outer-wrapper {
padding: 1rem 0 4rem;
}
.footer-widgets-wrapper {
margin: -3rem 0 0;
}
.footer-widgets,
.widget {
margin: 3rem 0 0;
}
.widget:first-child {
margin-top: 0;
} .credits {
color: #68717b;
font-size: 1.4rem;
font-weight: 500;
text-align: center;
}
.credits a {
text-decoration: none;
}
.credits a:hover,
.credits a:focus {
text-decoration: underline;
}   .widget-content {
color: #4B555F;
font-size: 1.7rem;
}
.widget-content a { text-decoration: underline; }
.widget-content a:hover { text-decoration: none; }
.widget-title {
color: #68717B;
font-size: 1.4rem;
font-weight: 600;
margin-bottom: 1.5rem;
text-transform: uppercase;
}
.widget ul,
.widget ol {
list-style: none;
}
.widget li {
margin-top: 1.4rem;
}
.widget li > ul, 
.widget li > ol {
margin-top: 0;
}
.widget-content > ul,
.widget-content > ol {
margin-left: 0;
} .widget_archive li,
.widget_categories li,
.widget_pages li,
.widget_meta li,
.widget_nav_menu li {
margin: 0 !important;
} .widget_recent_entries a {
font-weight: 600;
}
.widget_recent_entries .post-date {
color: #68717b;
margin-top: .2rem;
} .widget_recent_comments .comment-author-link {
font-weight: 600;
} .widget_media_gallery .gallery {
margin: 0 -.4em -.8em -.4em;
width: calc( 100% + .8em );
}
.widget_media_gallery .gallery-item {
margin: 0 0 .8em 0;
padding: 0 .4em;
} .widget_nav_menu .widget-content > div > ul {
margin-left: 0;
} .widget_recent_entries .post-date {
display: block;
} .widget_rss .rss-widget-icon {
display: none;
}
.widget_rss .rsswidget {
font-weight: 600;
text-decoration: none;
}
.widget_rss .rss-date {
display: block;
}
.widget_rss cite:before {
content: "— ";
} .widget_search label,
.widget_search img {
display: none;
}
.widget_search .search-form {
align-items: stretch;
display: flex;
flex-wrap: wrap;
margin: 0 0 -.8rem -.8rem;
position: relative;
}
.widget_search .search-field,
.widget_search .search-submit {
margin: 0 0 .8rem .8rem;
}
.widget_search .search-field {
max-width: 100%;
width: 30rem;
} .widget_tag_cloud .tagcloud {
display: flex;
flex-wrap: wrap;
margin: 0 0 -.4rem -.4rem;
}
.widget_tag_cloud a {
background: #68717b;
border-radius: .3rem;
color: #fff;
display: block;
font-size: 1.3rem !important;
font-weight: 600;
margin: 0 0 .4rem .4rem;
padding: .4rem .7rem .5rem;
text-decoration: none;
}
.widget_tag_cloud a:hover,
.widget_tag_cloud a:focus {
background: #232D37;
color: #fff;
}  @media ( min-width: 375px ) { .search-overlay label img {
height: 3.2rem;
margin-right: 2rem;
width: 3.2rem;
}
.search-overlay .search-field {
font-size: 2.4rem;
width: 25.5rem;
}
}
@media ( min-width: 600px ) { body {
font-size: 1.8rem;
} h1 { font-size: 4.0rem; }
h2 { font-size: 3.2rem; }
h3 { font-size: 2.8rem; }
h4 { font-size: 2.6rem; }
h5 { font-size: 2.4rem; }
h6 { font-size: 2.0rem; } label {
font-size: 1.6rem;
margin-bottom: .8rem;
} fieldset {
padding: 3rem;
}
fieldset legend {
margin-left: -1rem;
}  .post-meta.stack-mobile {
display: flex;
}
.post-meta.stack-mobile .meta-icon {
width: auto;
} .section-inner {
width: calc( 100% - 10rem );
} .header-top {
padding: 4rem 0;
}
.site-title {
font-size: 2.8rem;
}
.site-description {
margin-bottom: 10rem;
} .mobile-menu-wrapper {
padding-top: 11.6rem;
}
.search-overlay label img {
height: 4.8rem;
margin-right: 2.5rem;
width: 4.8rem;
}
.search-overlay .search-field {
font-size: 3.2rem;
width: 35rem;
}
.search-untoggle {
padding: 5rem;
} .archive-header .subheading {
margin-bottom: 10rem;
}
.posts {
display: flex;
flex-wrap: wrap;
justify-content: space-between;
margin-bottom: -5rem;
padding: 5rem 0;
width: calc( 100% + 3rem );
} .grid-sizer,
.preview {
width: 50%;
}
.preview {
margin-bottom: 4rem;
}
.preview-wrapper {
width: calc( 100% - 3rem );
} .post-inner {
padding: 0 0 8rem;
}
.has-post-thumbnail .post-inner {
padding-top: 6rem;
}
.post-header {
margin-bottom: 4.5rem;
}
.post-meta-single {
margin-top: 4rem;
}
.post-meta-single .post-meta {
font-size: 1.6rem;
margin: -1.2rem 0 0 -3rem;
}
.post-meta-single li {
margin: 1.2rem 0 0 3rem;
}
.pagination-single {
margin-top: 9.5rem;
}
.comments-wrapper {
margin-top: 9.5rem;
} .pagination-single {
display: flex;
justify-content: space-between;
}
.pagination-single.only-next {
justify-content: flex-end;
}
.pagination-single a {
min-width: 33.3%;
}
.pagination-single .arrow {
height: 4.4rem;
margin-right: 2rem;
width: 4.4rem;
}
.pagination-single .arrow img {
height: 1.6rem;
width: 1.6rem;
}
.pagination-single a + a {
margin: 0 0 0 3rem;
}
.pagination-single .next-post {
flex-direction: row-reverse;
text-align: right;
}
.pagination-single .next-post .arrow {
margin: 0 0 0 2rem;
} .comment-reply-title {
font-size: 3.2rem;
margin-bottom: 4.2rem;
}
.comment,
.pingback,
.trackback {
margin-top: 5rem;
}
.comment-body {
min-height: 6rem;
padding-left: 8rem;
}
.comment-meta {
align-items: baseline;
display: flex;
flex-wrap: wrap;
margin: -.5rem 0 1em -1.6rem;
min-height: auto;
padding-left: 0;
position: static;
}
.comment-meta .avatar {
border-radius: .4rem;
height: 6rem;
width: 6rem;
}
.comment-author,
.comment-metadata {
margin: .5rem 0 0 1.6rem;
}
.comment-metadata {
font-size: 1.6rem;
white-space: nowrap;
}
.comment-body .reply {
top: .2rem;
}
.comments-pagination {
margin-top: 8rem;
} .pingback .comment-body {
padding: 0;
} .comment-respond:not(:first-child) {
padding-top: 7rem;
}
.comment-form {
margin-top: 4rem;
}
.comment-form p {
margin-bottom: 2.5rem;
}
.comment-form p.logged-in-as {
margin: -2.5rem 0 4.4rem 0;
}
.comment-respond .comment-form-author,
.comment-respond .comment-form-email {
float: left;
width: calc( 50% - 1rem );
}
.comment-respond .comment-form-email {
margin-left: 2rem;
}
.comments .comment-respond {
padding: 5rem 0 0;
} .entry-content .wp-block-pullquote p,
.wp-block-pullquote.is-style-solid-color blockquote p {
font-size: 2.4rem;
} .entry-content h1,
.entry-content h2,
.entry-content h3,
.entry-content h4,
.entry-content h5,
.entry-content h6 {
margin: 5rem 0 3rem;
}
.entry-content h1 { font-size: 4.0rem; }
.entry-content h2 { font-size: 3.6rem; }
.entry-content h3 { font-size: 3.2rem; }
.entry-content h4 { font-size: 2.8rem; }
.entry-content h5 { font-size: 2.4rem; }
.entry-content h6 { font-size: 2.0rem; }
.entry-content p,
.entry-content ul,
.entry-content ol,
.entry-content blockquote,
.entry-content .wp-block-quote.is-large, 
.entry-content .wp-block-quote.is-style-large,
.entry-content pre {
margin-bottom: 1.6em;
}
.entry-content ul:last-child,
.entry-content ol:last-child {
margin-bottom: 0;
}
.entry-content p.has-background {
margin-left: -3rem;
padding: 3rem;
width: calc( 100% + 6rem );
}
.entry-content hr {
margin: 5.5rem auto;
}
.entry-content .wp-block-file {
margin: 4rem 0;
width: 100%;
}
.aligncenter,
.alignnone,
.alignwide,
.alignfull {
margin: 5rem auto;
}
.alignwide {
position: relative;
left: calc( 50% - 45vw );
width: calc( 90vw );
}
.entry-content .wp-block-gallery.aligncenter,
.entry-content .wp-block-gallery.alignnone,
.entry-content .wp-block-gallery.alignwide, 
.entry-content .wp-block-gallery.alignfull {
margin-bottom: 5rem;
}
.entry-content .gallery {
margin: 5rem 0 3rem;
position: relative;
left: calc( 50% - 50vw + 1rem );
width: calc( 100vw - 2rem );
}
.entry-content .gallery + .gallery {
margin-top: -3rem;
}
.entry-content .gallery .gallery-item {
margin: 0 0 2rem;
padding: 0 1rem;
}
.entry-content .gallery-columns-1 .gallery-item { width: 100%; }
.entry-content .gallery-columns-2 .gallery-item { width: 50%; }
.entry-content .gallery-columns-3 .gallery-item { width: 33.3%; }
.entry-content .gallery-columns-4 .gallery-item { width: 25%; }
.entry-content .gallery-columns-5 .gallery-item { width: 20%; }
.entry-content .gallery-columns-6 .gallery-item { width: 16.6%; }
.entry-content .gallery-columns-7 .gallery-item { width: 14.158%; }
.entry-content .gallery-columns-8 .gallery-item { width: 12.5%; }
.entry-content .gallery-columns-9 .gallery-item { width: 11.1%; }
figcaption,
.entry-content figcaption,
.wp-caption-text {
font-size: 1.6rem;
}
}
@media ( min-width: 750px ) { .footer-widgets-outer-wrapper {
padding: 2rem 0 5rem;
}
.footer-widgets-wrapper {
display: flex;
flex-wrap: wrap;
margin: -3rem 0 0 -3rem;
}
.footer-widgets {
margin: 3rem 0 0 3rem;
width: calc( 50% - 3rem );
}
}
@media ( min-width: 1000px ) { .section-inner {
width: 100%;
}
#site-wrapper {
padding-left: 33.33%;
position: relative;
}
#site-header {
position: fixed;
left: 0;
bottom: 0;
top: 0;
width: 33.33%;
}
#site-content {
display: block;
padding: 6rem 6rem 0 0;
width: 100%;
}
.search-overlay.active {
left: calc( 33.33% - 4rem );
}
#site-footer {
padding-right: 6rem;
} #site-header {
background: none;
display: flex;
flex-direction: column;
justify-content: stretch;
padding: 8rem 4rem 0 4rem;
}
.header-top {
flex-grow: 0;
padding: 0;
}
.header-inner {
display: flex;
flex-direction: column;
flex-grow: 1;
justify-content: space-between;
}
.site-description {
margin: 2rem 0 0;
}
ul.site-nav {
margin-top: 6rem;
}
.social-menu-wrapper {
margin-top: 6rem;
padding-bottom: 6rem;
} .nav-toggle,
.mobile-menu-wrapper {
display: none;
}
.search-overlay {
background: #f6f7f8;
padding-left: 4rem;
} .archive-header-mobile {
display: none;
}
.archive-header-desktop {
display: block;
}
.archive-header-desktop .preview-wrapper {
background: #232D37;
display: flex;
}
.archive-header-desktop .preview-inner {
display: flex;
flex-direction: column;
justify-content: space-between;
padding: 3rem;
}
.archive-header .preview-inner {
min-height: 30.1rem;
}
.posts {
padding-top: 0;
} .single-container {
border-radius: .8rem;
box-shadow: 0 .3rem 1.8rem rgba( 5, 10, 15, 0.07 );
overflow: hidden;
}
.post-inner,
.has-post-thumbnail .post-inner {
padding: 8rem 0;
} .alignwide {
left: auto;
width: 100%;
}
.alignfull {
left: auto;
max-width: none;
right: calc( calc( 33.333vw - 3rem ) - ( 56rem / 2 ) );
width: calc( 66.666vw - 6rem );
}
.entry-content .gallery {
margin: 5rem -1rem 3rem;
left: auto;
width: 100%;
}
}
@media ( min-width: 1200px ) { #site-wrapper {
padding-left: 30.9%;
position: relative;
}
#site-header {
width: 30.9%;
} #site-header {
padding: 12rem 8rem 0 8rem;
} .search-overlay.active {
left: calc( 30.9% - 4rem );
} .posts {
width: calc( 100% + 4rem );
} .preview.archive-header-desktop {
width: 66.666%;
}
.preview.archive-header-desktop .preview-inner {
padding: 4rem;
} .grid-sizer,
.preview {
width: 33.333%;
}
.preview {
margin-bottom: 5rem;
}
.preview-wrapper {
width: calc( 100% - 4rem );
} .related-posts .preview:nth-child(4) {
display: none;
} .entry-content .wp-block-pullquote.alignleft,
.entry-content .wp-block-pullquote.alignright,
.entry-content .alignleft,
.entry-content .alignright {
max-width: calc( 50% + 5.475rem );
}
.entry-content .wp-block-image .alignleft,
.entry-content .alignleft {
margin-left: -10.95rem;
}
.entry-content .wp-block-image .alignright,
.entry-content .alignright {
margin-right: -10.95rem;
}
.alignfull {
margin: 8rem auto;
right: calc( ( ( 69.1vw - 6rem ) - 56rem ) / 2 );
width: calc( 69.1vw - 6rem );
}
.entry-content .wp-block-gallery.alignfull {
margin-bottom: 8rem;
}
.alignwide,
.entry-content .gallery {
left: calc( 50% - 36.95rem );
right: auto;
width: 73.9rem;
} .footer-widgets-outer-wrapper {
padding: 2rem 0 5rem;
}
.footer-widgets-wrapper {
display: flex;
flex-wrap: wrap;
margin: -4rem 0 0 -4rem;
}
.footer-widgets {
margin: 4rem 0 0 4rem;
width: calc( 33.33% - 4rem );
}
.widget {
margin-top: 4rem;
}
.widget-title {
margin-bottom: 1.8rem;
}
}
@media ( min-width: 1440px ) { .alignfull {
right: calc( ( ( 100vw - 6rem - 44.5rem ) - 56rem ) / 2 );
width: calc( 100vw - 6rem - 44.5rem );
} #site-wrapper {
padding-left: 44.5rem;
}
#site-header {
width: 44.5rem;
}
.search-overlay.active {
left: 40.5rem;
}
}
@media ( min-width: 1600px ) {  .archive-header .subheading {
margin-bottom: 16rem;
}
.preview.archive-header-desktop {
width: 50%;
} .grid-sizer,
.preview {
width: 25%;
} .related-posts .preview:nth-child(4) {
display: block;
}
}html, body { 
margin: 0; 
padding: 0; 
height: 100%; 
min-height: 100%; 
}
h1, h2, h3, h4, h5, h6, p, blockquote, address, big, cite, code, em, font, img, small, strike, sub, sup, li, ol, ul, fieldset, form, label, legend, button, table, caption, tr, th, td, figure, figcaption {
margin: 0;
padding: 0;
border: 0;
font-size: 100%;
line-height: inherit;
text-align: inherit;
}
table {
border-collapse:collapse;
border-spacing:0;
}
blockquote:before, 
blockquote:after { content:""; }
input[type="search"]::-webkit-search-decoration,
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-results-button,
input[type="search"]::-webkit-search-results-decoration {
display: none;
} .screen-reader-text {
clip: rect( .1rem, .1rem, .1rem, .1rem );
height: .1rem;
overflow: hidden;
position: absolute !important;
width: .1rem;
}
.screen-reader-text:focus {
background-color: #f1f1f1;
border-radius: .3rem;
box-shadow: 0 0 .2rem .2rem rgba( 0, 0, 0, 0.6 );
clip: auto !important;
color: #21759b;
display: block;
font-size: 1.4rem;
font-weight: 700;
height: auto;
left: .5rem;
line-height: normal;
padding: 1.5rem 2.3rem 1.4rem;
text-decoration: none;
top: .5rem;
width: auto;
z-index: 100000; } .skip-link {
background: #232D37;
color: #fff;
display: block;
font-size: 1.6rem;
font-weight: 700;
padding: 1.4rem 1.6rem;
position: absolute;
left: -9999rem;
top: 2.5rem;
z-index: 999;
}
.skip-link:focus {
left: 50%;
transform: translateX( -50% );
text-decoration: none;
}
body.scroll-locked .skip-link {
display: none;
}  html {
font-size: 62.5%; }
html.html-locked.showing-admin-bar {
margin: 0 !important;
}
@media ( max-width: 768px ) {
html.html-locked.showing-admin-bar {
padding-top: 46px !important;
}
}
body {
background: #F6F7F8;
border: none;
color: #232D37;
font-family: -apple-system, BlinkMacSystemFont, 'Helvetica Neue', Helvetica, sans-serif;
font-size: 1.6rem;
}
body.customizer-preview {
transition: color .15s ease-in-out, background-color .15s ease-in-out;
}
body * {
-webkit-box-sizing: border-box; 
-moz-box-sizing: border-box; 
box-sizing: border-box; 
-moz-osx-font-smoothing: grayscale;
-webkit-font-smoothing: antialiased;
word-break: break-word;
}
*:first-child { margin-top: 0; }
*:last-child { margin-bottom: 0; }
body a {
color: inherit;
text-decoration: underline;
}
a:focus {
text-decoration: underline;
}
.group:after,
.gallery:after {
clear: both; 
content: "";
display: block;
}
::selection {
background: #232D37;
color: #FFF;
}
*::-webkit-input-placeholder { color: #68717b; }
*:-ms-input-placeholder { color: #68717b; }
*::-moz-placeholder { color: #68717b; } @font-face {
font-family: 'Font Awesome 6';
font-style: normal;
font-weight: normal;
src: url(https://www.urielbarthelemi.com/wp-content/themes/koji/assets/font-awesome/fonts/fa-solid-900.woff2) format( 'woff2' );
}
@font-face {
font-family: 'Font Awesome 6 Brands';
font-style: normal;
font-weight: normal;
src: url(https://www.urielbarthelemi.com/wp-content/themes/koji/assets/font-awesome/fonts/fa-brands-400.woff2) format( 'woff2' );
}  .section-inner {
margin: 0 auto;
width: calc( 100% - 6rem );
}  p {
line-height: 1.5;
margin: 0 0 1em 0;
}
h1, h2, h3, h4, h5, h6 {
font-weight: 600;
letter-spacing: -0.005em;
line-height: 1.3;
margin: .75em 0 .4em;
}
h1 { font-size: 2.8rem; }
h2 { font-size: 2.6rem; }
h3 { font-size: 2.4rem; }
h4 { font-size: 2.2rem; }
h5 { font-size: 2.0rem; }
h6 { font-size: 1.8rem; }
em,
i,
q,
dfn {
font-style: italic;
}
b,
strong {
font-weight: 700;
}
ins {
text-decoration: underline;
}
sub,
sup {
font-size: 75%;
line-height: 0;
position: relative;
vertical-align: baseline;
}
sup { top: -0.5em; }
sub { bottom: -0.25em; }
abbr,
acronym {
cursor: help;
}
address {
line-height: 1.5;
margin: 0 0 2rem 0;
} hr {
border: none;
border-top: .2rem solid #E0E4E7;
margin: 2em auto;
} ul,
ol {
margin: 0 0 1.25em 2em;
}
ul { list-style: disc; }
ul ul { list-style: circle; }
ul ul ul { list-style: square; }
ol { list-style: decimal; }
ol ol { list-style: lower-alpha; }
ol ol ol { list-style: lower-roman; }
li {
line-height: 1.5;
margin: 1rem 0;
}
li > ul,
li > ol {
margin: 1rem 0 0 2rem;
}
.reset-list-style,
ul.reset-list-style,
.reset-list-style ul,
.reset-list-style ol,
ul.reset-list-style ul,
ul.reset-list-style ol,
.reset-list-style,
ol.reset-list-style,
.reset-list-style ul,
.reset-list-style ol,
ol.reset-list-style ul,
ol.reset-list-style ol {
list-style: none;
margin: 0;
}
.reset-list-style li {
margin: 0;
}
dt {
font-weight: 600;
}
dd + dt {
margin-top: 1.5rem;
}
dd {
line-height: 1.5;
} blockquote {
border-color: #DCDFE2;
border-style: solid;
border-width: 0 0 0 .2rem;
margin: 0 0 1.25em 0;
padding: .25em 0 .25em 1.5em;
}
blockquote p:last-of-type {
margin-bottom: 0;
}
cite {
display: block;
font-size: 0.9em;
font-style: normal;
font-weight: 600;
margin: 1em 0 0;
} pre {
overflow: auto;
}
code,
kbd,
pre,
samp {
font-family: Menlo, monospace;
}
kbd,
pre,
samp {
background: #F0F1F2;
border-radius: .2rem;
font-size: .9em;
padding: .4rem .6rem;
}
pre {
border-radius: .4rem;
line-height: 1.5;
padding: 1em;
} svg,
img {
display: block;
}
svg,
img,
embed,
object {
height: auto;
max-width: 100%;
}
iframe {
max-width: 100%;
}
.wp-caption {
display: block;
margin-bottom: 3rem;
max-width: 100%;
}
.wp-caption img,
.wp-block-image img {
width: 100%;
}
.alignleft,
.alignright {
margin: .4rem 0 2rem 0;
max-width: 50%;
}
.alignleft {
float: left;
margin-right: 2.5rem;
}
.alignright {
float: right;
margin-left: 2.5rem;
}
.wp-block-image .alignleft,
.wp-block-image .alignright {
width: 100%;
}
.aligncenter,
.alignnone,
.alignwide,
.alignfull {
margin: 3rem auto;
}
.alignfull,
.alignwide {
max-width: none;
}
.alignfull {
position: relative;
left: calc( 50% - 50vw );
width: 100vw;
}
.alignfull figcaption,
.alignfull .wp-caption-text {
padding: 0 5%;
}
figcaption,
.entry-content figcaption,
.wp-caption-text {
color: #68717b;
font-size: 1.4rem;
font-weight: 500;
margin: 1.5rem 0 0;
}
figcaption a,
.wp-caption-text a {
display: inline;
} .gallery {
display: flex;
flex-wrap: wrap;
margin: 3rem -.5rem 2rem;
padding: 0;
}
.gallery + .gallery {
margin-top: -2rem;
}
.gallery .gallery-item {
display: block;
float: left;
margin: 0 0 1rem;
padding: 0 .5rem;
position: relative;
width: 50%;
}
.gallery-columns-1 .gallery-item { width: 100%; }
.gallery .wp-caption-text {
display: none;
}
.gallery .gallery-item a {
display: block;
line-height: 0;
}
.gallery img {
width: 100%;
} fieldset {
border: .2rem solid #DCDFE2;
padding: 1.5rem;
}
fieldset legend {
color: #68717b;
font-size: 1.4rem;
font-weight: 600;
padding: 0 1rem;
} label {
color: #68717b;
display: block;
font-size: 1.4rem;
font-weight: 600;
margin: 0 0 .8rem 0;
}
input,
select,
textarea {
color: inherit;
font-family: inherit;
font-size: inherit;
max-width: 100%;
}
input[type="text"],
input[type="password"],
input[type="email"],
input[type="url"],
input[type="date"],
input[type="month"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="week"],
input[type="number"],
input[type="search"],
input[type="tel"],
input[type="color"],
select,
textarea {
-webkit-appearance: none;
-moz-appearance: none;
background: #fff;
border: .1rem solid #DCDFE2;
border-radius: .4rem;
box-shadow: none;
display: block;
margin: 0;
max-width: 100%;
padding: 1.6rem 1.8rem;
transition: border-color .15s linear;
width: 100%;
word-break: normal;
}
input[type="file"] {
font-size: 1.4rem;
width: 100%;
}
textarea {
height: 20rem;
line-height: 1.5;
width: 100%;
}
textarea:focus,
input[type="email"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
input[type="tel"]:focus,
input[type="text"]:focus,
input[type="url"]:focus {
border-color: #68717b;
outline: none;
}
select {
background: #fff url(https://www.urielbarthelemi.com/wp-content/themes/koji/assets/images/icons/chevron-down.svg) no-repeat;
background-position: calc( 100% - 1.4rem ) center;
border-radius: .2rem;
border: .1rem solid #e1e1e5;
font-family: inherit;
font-size: 1.6rem;
font-weight: 500;
padding: 1.5rem 4rem 1.5rem 1.8rem;
-webkit-appearance: none;
width: 100%;
}
*::-webkit-input-placeholder { color: #68717b; }
*:-ms-input-placeholder { color: #68717b; }
*::-moz-placeholder { color: #68717b; }
button,
.faux-button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
-webkit-appearance: none;
-moz-appearance: none;
background: #4B555F;
border: none;
border-radius: .4rem;
color: #fff;
display: inline-block;
font-size: 1.5rem;
font-weight: 600;
line-height: 1.2;
margin: 0;
padding: 1.6rem 2.6rem 1.7rem;
text-align: center;
text-decoration: none;
transition: opacity .15s linear;
}
input[type="button"] + input[type="button"],
input[type="button"] + input[type="reset"],
input[type="reset"] + input[type="button"],
input[type="submit"] + input[type="submit"],
input[type="submit"] + input[type="reset"],
input[type="reset"] + input[type="submit"] {
margin-left: 1rem;
}
button:hover,
.faux-button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
cursor: pointer;
opacity: .9;
}
button:focus,
.faux-button:focus,
input[type="button"]:focus,
input[type="reset"]:focus,
input[type="submit"]:focus {
text-decoration: underline;
}
button:disabled,
.button.disabled,
input[type="button"]:disabled,
input[type="submit"]:disabled {
background: #99999E;
cursor: default !important;
}
button:disabled:hover,
.button.disabled:hover,
input[type="button"]:disabled:hover,
input[type="submit"]:disabled:hover {
opacity: 1;
} table {
border-collapse: collapse;
border-spacing: 0;
empty-cells: show;
font-size: 0.85em;
margin-bottom: 3rem;
max-width: 100%;
overflow: hidden;
width: 100%;
}
th,
td {
line-height: 1.4;
margin: 0;
overflow: visible;
padding: 2.5%;
}
caption {
border-bottom: .1rem solid #E0E4E7;
font-weight: 700;
padding-bottom: 2.5%;
text-align: center;
}
thead {
vertical-align: bottom;
white-space: nowrap;
}
th {
border-bottom: .1rem solid #E0E4E7;
font-weight: 600;
}
tbody > tr:nth-child(even) {
background-color: #EFF1F3;
} a {
transition: color .15s linear, background-color .15s linear, opacity .15s linear;
}   button.toggle {
background-color: transparent;
}
.toggle {
-webkit-appearance: none;
-moz-appearance: none;
cursor: pointer;
position: relative;
-webkit-touch-callout: none;
-webkit-user-select: none;
-khtml-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
}  .color-black { color: #232D37; }
.color-darkest-gray { color: #4B555F; }
.color-darker-gray { color: #68717B; }
.color-gray { color: #9BA5AF; }
.color-light-gray { color: #DCDFE2; }
.color-lightest-gray { color: #E6E9EC; }
.color-white { color: #fff; } .bg-color-black { background-color: #232D37; }
.bg-color-darkest-gray { background-color: #4B555F; }
.bg-color-darker-gray { background-color: #68717B; }
.bg-color-gray { background-color: #9BA5AF; }
.bg-color-light-gray { background-color: #DCDFE2; }
.bg-color-lightest-gray { background-color: #E6E9EC; }
.bg-color-white { background-color: #fff; } .lining-numerals {
font-feature-settings: "lnum";
font-variant-numeric: lining-nums;
}
.hanging-quotes {
hanging-punctuation: first;
}
.slashed-zero {
font-feature-settings: "zero";
font-variant-numeric: slashed-zero;
}
.transform-uppercase {
letter-spacing: 0.05em;
text-transform: uppercase;
}
.no-select {
-webkit-touch-callout: none;
-webkit-user-select: none;
-khtml-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
} ul.social-icons {
display: flex;
flex-wrap: wrap;
margin: 0 0 -1.2rem -1.2rem;
}
ul.social-icons li {
margin: 0 0 1.2rem 1.2rem;
}
.social-icons a,
.social-icons button {
align-items: center;
background: #E6E9EC;
border-radius: 50%;
color: #5F6973;
display: flex;
height: 4.4rem;
justify-content: center;
padding: 0;
text-decoration: none;
transition: color .15s linear, background-color .15s linear, box-shadow .15s linear, transform .15s linear;
width: 4.4rem;
}
.social-icons button:hover,
.social-icons a:hover,
.social-icons button:focus,
.social-icons a:focus {
transform: scale( 1.15 );
text-decoration: none;
}
.social-icons button.active {
background-color: #68717b;
color: #fff;
}
.social-icons a::before {
content: '\f0c1';
display: block;
font-family: 'Font Awesome 6';
font-size: 1.9rem;
}
.s-icons a[href*="500px.com"]::before { content: '\f26e'; font-family: 'Font Awesome 6 Brands'; }
.s-icons a[href*="amazon.com"]::before { content: '\f270'; font-family: 'Font Awesome 6 Brands'; }
.s-icons a[href*="angel.co"]::before { content: '\f209'; font-family: 'Font Awesome 6 Brands'; }
.s-icons a[href*="audible.com"]::before { content: '\f373'; font-family: 'Font Awesome 6 Brands'; }
.s-icons a[href*="behance.net"]::before { content: '\f1b4'; font-family: 'Font Awesome 6 Brands'; }
.s-icons a[href*="blogger.com"]::before { content: '\f37d'; font-family: 'Font Awesome 6 Brands'; }
.s-icons a[href*="codepen.io"]::before { content: '\f1cb'; font-family: 'Font Awesome 6 Brands'; }
.s-icons a[href*="creativecommons.com"]::before { content: '\f25e'; font-family: 'Font Awesome 6 Brands'; }
.s-icons a[href*="deviantart.com"]::before { content: '\f1bd'; font-family: 'Font Awesome 6 Brands'; }
.s-icons a[href*="digg.com"]::before { content: '\f1a6'; font-family: 'Font Awesome 6 Brands'; }
.s-icons a[href*="discordapp.com"]::before { content: '\f392'; font-family: 'Font Awesome 6 Brands'; }
.s-icons a[href*="dribbble.com"]::before { content: '\f17d'; font-family: 'Font Awesome 6 Brands'; }
.s-icons a[href*="ebay"]::before { content: '\f4f4'; font-family: 'Font Awesome 6 Brands'; }
.s-icons a[href*="etsy.com"]::before { content: '\f2d7'; font-family: 'Font Awesome 6 Brands'; }
.s-icons a[href*="facebook.com"]::before { content: '\f39e'; font-family: 'Font Awesome 6 Brands'; }
.s-icons a[href*="flickr.com"]::before { content: '\f16e'; font-family: 'Font Awesome 6 Brands'; }
.s-icons a[href*="github.com"]::before { content: '\f113'; font-family: 'Font Awesome 6 Brands'; }
.s-icons a[href*="gitlab.com"]::before { content: '\f296'; font-family: 'Font Awesome 6 Brands'; }
.s-icons a[href*="goodreads.com"]::before { content: '\f3a9'; font-family: 'Font Awesome 6 Brands'; }
.s-icons a[href*="houzz"]::before { content: '\f27c'; font-family: 'Font Awesome 6 Brands'; }
.s-icons a[href*="imdb.com"]::before { content: '\f2d8'; font-family: 'Font Awesome 6 Brands'; }
.s-icons a[href*="instagram.com"]::before { content: '\f16d'; font-family: 'Font Awesome 6 Brands'; }
.s-icons a[href*="kickstarter.com"]::before { content: '\f3bc'; font-family: 'Font Awesome 6 Brands'; }
.s-icons a[href*="jsfiddle.net"]::before { content: '\f1cc'; font-family: 'Font Awesome 6 Brands'; }
.s-icons a[href*="linkedin.com"]::before { content: '\f0e1'; font-family: 'Font Awesome 6 Brands'; }
.s-icons a[href*="last.fm"]::before { content: '\f202'; font-family: 'Font Awesome 6 Brands'; }
.s-icons a[href*="medium.com"]::before { content: '\f3c7'; font-family: 'Font Awesome 6 Brands'; }
.s-icons a[href*="mixcloud.com"]::before { content: '\f289'; font-family: 'Font Awesome 6 Brands'; }
.s-icons a[href*="patreon.com"]::before { content: '\f3d9'; font-family: 'Font Awesome 6 Brands'; }
.s-icons a[href*="pscp.tv"]::before { content: '\f3da'; font-family: 'Font Awesome 6 Brands'; }
.s-icons a[href*="pinterest"]::before { content: '\f231'; font-family: 'Font Awesome 6 Brands'; }
.s-icons a[href*="play.google.com"]::before { content: '\f3ab'; font-family: 'Font Awesome 6 Brands'; }
.s-icons a[href*="plus.google.com"]::before { content: '\f0d5'; font-family: 'Font Awesome 6 Brands'; }
.s-icons a[href*="producthunt.com"]::before { content: '\f288'; font-family: 'Font Awesome 6 Brands'; }
.s-icons a[href*="quora.com"]::before { content: '\f2c4'; font-family: 'Font Awesome 6 Brands'; }
.s-icons a[href*="reddit.com"]::before { content: '\f281'; font-family: 'Font Awesome 6 Brands'; }
.s-icons a[href*="slack.com"]::before { content: '\f198'; font-family: 'Font Awesome 6 Brands'; }
.s-icons a[href*="soundcloud.com"]::before { content: '\f1be'; font-family: 'Font Awesome 6 Brands'; }
.s-icons a[href*="spotify.com"]::before { content: '\f1bc'; font-family: 'Font Awesome 6 Brands'; }
.s-icons a[href*="tiktok.com"]::before { content: '\e07b'; font-family: 'Font Awesome 6 Brands'; }
.s-icons a[href*="tumblr.com"]::before { content: '\f173'; font-family: 'Font Awesome 6 Brands'; }
.s-icons a[href*="twitch"]::before { content: '\f1e8'; font-family: 'Font Awesome 6 Brands'; }
.s-icons a[href*="twitter.com"]::before { content: '\f099'; font-family: 'Font Awesome 6 Brands'; }
.s-icons a[href*="unsplash.com"]::before { content: '\e07c'; font-family: 'Font Awesome 6 Brands'; }
.s-icons a[href*="vimeo.com"]::before { content: '\f27d'; font-family: 'Font Awesome 6 Brands'; }
.s-icons a[href*="wordpress.org"]::before,
.s-icons a[href*="wordpress.com"]::before { content: '\f411'; font-family: 'Font Awesome 6 Brands'; }
.s-icons a[href*="youtube.com"]::before { content: '\f167'; font-family: 'Font Awesome 6 Brands'; }
.s-icons a[href*="x.com"]::before { content: '\e61b'; font-family: 'Font Awesome 6 Brands'; }
.s-icons a[href^="mailto:"]::before { content: '\f0e0'; font-family: 'Font Awesome 6'; }
.s-icons a[href^="tel:"]::before { content: '\f095'; font-family: 'Font Awesome 6'; } .post-meta {
color: #68717b;
display: flex;
flex-wrap: wrap;
font-size: 1.4rem;
font-weight: 500;
list-style: none;
margin: -.8rem 0 0 -1.6rem;
}
.post-meta li {
font-weight: inherit;
margin: .8rem 0 0 1.6rem;
}
.post-meta .meta-wrapper {
align-items: center;
display: flex;
flex-wrap: wrap;
}
.post-meta .meta-icon {
align-items: center;
display: flex;
justify-content: center;
margin-right: .7rem;
}
.post-meta img {
opacity: .6;
transition: opacity .15s linear;
-webkit-backface-visibility: hidden;
-webkit-transform: translateZ(0) scale(1.0, 1.0);
transform: translateZ(0);
width: 1.6rem;
}
.post-meta .post-author img { width: 1.5rem; }
.post-meta .post-sticky img,
.sticky .post-meta .post-sticky img { width: 1.2rem; }
.post-meta .post-comment-link img {
position: relative;
top: .1rem;
}
.post-meta a {
color: inherit;
text-decoration: none;
}
.post-meta a:hover {
text-decoration: underline;
} .post-meta.stack-mobile {
display: block;
}
.post-meta.stack-mobile .meta-icon {
width: 1.8rem;
} .cover-modal {
background: #fff;
display: none;
opacity: 1;
overflow: auto;
position: fixed;
bottom: 0;
left: 0;
right: 0;
top: 0;
z-index: 9999;
}
@media ( max-width: 782px ) {
.showing-admin-bar .cover-modal {
top: 46px;
}
}
@media ( min-width: 782px ) {
.showing-admin-bar .cover-modal {
top: 32px;
}
}
.cover-modal.active {
display: block;
} .loader {
animation: spin 1.4s linear infinite;
border: .5rem solid #DCDFE2;
border-radius: 50%;
border-top: .5rem solid #68717b;
height: 4.4rem;
margin: auto;
width: 4.4rem;
}
.loader.small {
height: 3rem;
width: 3rem;
} @keyframes spin {
0% { 	transform: rotate( 0deg ); }
100% { 	transform: rotate( 360deg ); }
}
@keyframes spinQuarter {
0% { 	transform: rotate( 0deg ); }
100% { 	transform: rotate( 90deg ); }
}
@keyframes spinHalf {
0% { 	transform: rotate( 0deg ); }
100% { 	transform: rotate( 180deg ); }
}
@keyframes pop {
0% { 	transform: scale( 1 ); }
50% { 	transform: scale( 1.25 ); }
100% { 	transform: scale( 1 ); }
}
@keyframes popIn {
0% { 	transform: scale( 0.3 ); opacity: 0; }
70% { 	transform: scale( 1.1 ); opacity: 1; }
100% { 	transform: scale( 1.0 ); }
}
@keyframes side_shake {
0% { 	transform: translate( .8rem ); }
20% { 	transform: translate( -.8rem ); }
40% { 	transform: translate( .6rem ); }
60% { 	transform: translate( -.4rem ); }
80% { 	transform: translate( .2rem ); }
100% { 	transform: translate( 0 ); }
}  .spot-animation-fade-pull-up.will-be-spotted:not(.spotted) {
opacity: 0;
transform: translateY( 10vh );
transition: none;
}
.spot-animation-fade-pull-up.will-be-spotted.spotted {
opacity: 1;
transform: translateY( 0 );
transition: opacity .5s ease-out, transform .5s ease-out;
} .spot-animation-scale-up.will-be-spotted:not(.spotted) {
transform: scale( 0 );
transition: none;
}
.spot-animation-scale-up.will-be-spotted.spotted {
animation: popIn .4s 1 linear;
}  #site-header {
background: #fff;
overflow: auto;
position: relative;
z-index: 999;
}
.header-top a {
text-decoration: none;
}
.header-top {
align-items: center;
display: flex;
justify-content: space-between;
padding: 3.3rem 0;
position: relative;
}
.custom-logo-link {
display: block;
}
.site-title {
font-size: 2rem;
font-weight: 600;
line-height: 1.25;
margin: 0;
}
.site-title a:hover,
.site-title a:focus {
color: #4B555F;
}
.header-inner {
display: none;
}
.site-description {
color: #4B555F;
font-size: 1.8rem;
margin-bottom: 5rem;
max-width: 32rem;
}
.social-menu-wrapper {
margin-top: 4rem;
}
.no-js .search-toggle-wrapper {
display: none;
}
.social-icons .search-toggle:before {
content: none;
}
.social-icons .search-toggle {
background-image: url(https://www.urielbarthelemi.com/wp-content/themes/koji/assets/images/icons/spyglass-gray.svg);
background-position: center;
background-repeat: no-repeat;
background-size: 2rem;
}
.social-icons .search-toggle.active {
background-image: url(https://www.urielbarthelemi.com/wp-content/themes/koji/assets/images/icons/spyglass-white.svg);
} .sidebar-widgets {
margin-top: 5rem;
}   .nav-toggle {
height: 5rem;
padding: 0;
min-width: 10rem;
}
.no-js .nav-toggle {
display: none;
}
.nav-toggle label {
color: #232D37;
cursor: pointer;
display: block;
font-weight: 600;
position: absolute;
right: 3.3rem;
top: 50%;
transform: translateY( -50% );
white-space: nowrap;
}
.nav-toggle:not(.active) .hide { display: none; }
.nav-toggle.active .show { display: none; }
.nav-toggle .bars {
height: 1.4rem;
position: absolute;
right: 0;
top: calc( 50% - .7rem );
width: 1.9rem;
}
.nav-toggle .bar {
background: #232D37;
border-radius: .2rem;
display: block;
height: .2rem;
position: absolute;
right: 0;
top: calc( 50% - .1rem );
transition: transform 0.2s ease-in, opacity 0s ease-out 0.2s, margin 0.2s ease-out 0.2s;
width: 100%;
}
.nav-toggle .bar:nth-child(1) { margin-top: -.6rem; }
.nav-toggle .bar:nth-child(3) { margin-top: .6rem; }
.nav-toggle:focus label {
text-decoration: underline;
}
.nav-toggle.active .bar {
transition: margin 0.2s ease-in, opacity 0s ease-in 0.2s, transform 0.2s ease-out 0.25s;
}
.nav-toggle.active .bar:nth-child(1) {
margin-top: -0.1rem;
transform: rotate( 45deg );
}
.nav-toggle.active .bar:nth-child(2) {
opacity: 0;
}
.nav-toggle.active .bar:nth-child(3) {
margin-top: -0.1rem;
transform: rotate( -45deg );
} .mobile-menu-wrapper {
background: #fff;
display: none;
overflow: auto;
padding: 9.2rem 0 0 0;
position: fixed;
bottom: 0;
left: 0;
right: 0;
top: 0;
transition: opacity .25s ease-in, left 0s .25s, right 0s .25s;
z-index: 99;
}
@media ( max-width: 782px ) {
.admin-bar .mobile-menu-wrapper {
top: 46px;
}
}
.mobile-menu-wrapper.active {
display: flex;
}
.mobile-menu {
display: flex;
flex-direction: column;
justify-content: space-between;	
}
.mobile-menu-wrapper .mobile-menu-top,
.mobile-menu-wrapper .social-menu-wrapper {
padding-bottom: 4rem;
}
.mobile-menu-wrapper .social-menu-wrapper {
margin-top: 0;
} .no-js .mobile-menu-wrapper {
opacity: 1;
padding: 0 0 3rem;
position: static;
} ul.site-nav ul {
margin: .6em 0 0 1.5em;
}
.site-nav li {
color: #232D37;
font-size: 1.7rem;
font-weight: 500;
line-height: 1.25;
margin: .6em 0 0 0;
}
.site-nav a {
text-decoration: none;
}
.site-nav a:hover,
.site-nav .current-menu-item > a {
text-decoration: underline;
} .search-overlay.active,
.search-overlay-form-wrapper,
.search-overlay form {
align-items: center;
display: flex;
justify-content: center;
}
.search-overlay {
align-items: stretch;
}
.search-untoggle {
align-items: center;
display: flex;
justify-content: center;
padding: 1.5rem;
position: absolute;
top: 0;
right: 0;
}
.search-untoggle-inner {
background: transparent;
border-radius: 999rem;
padding: 1.5rem;
transition: background-color .15s linear;
}
.search-untoggle:hover .search-untoggle-inner,
.search-untoggle:focus .search-untoggle-inner {
background: #E6E9EC;
}
.search-overlay label {
flex-shrink: 0;
margin: 0;
}
.search-overlay img {
height: 2.4rem;
width: 2.4rem;
}
.search-overlay label img {
margin-right: 1.2rem;
}
.search-overlay .search-field {
background: none;
border: none;
font-size: 1.8rem;
font-weight: 500;
padding: 0;
width: 20rem;
}
.search-overlay .search-field::-webkit-input-placeholder { color: inherit; }
.search-overlay .search-field:-ms-input-placeholder { color: inherit; }
.search-overlay .search-field::-moz-placeholder { color: inherit; }  .posts {
margin-bottom: -3rem;
opacity: 0;
padding: 3rem 0;
}
.no-js .posts {
opacity: 1;
} .preview.archive-header a { text-decoration: underline; }
.preview.archive-header a:hover,
.preview.archive-header a:focus { text-decoration: none; }
.archive-header-mobile {
padding: 4rem 0;
}
.archive-header-desktop {
display: none;
}
.archive-header .subheading {
font-size: 1.4rem;
font-weight: 600;
margin-bottom: 8rem;
}
.archive-title {
margin: 0;
}
.archive-description {
font-size: 1.5rem;
margin: 1.3rem 0 0;
}
.archive-description p {
line-height: 1.4;
} .grid-sizer,
.preview {
width: 100%;
}
.no-js .grid-sizer {
display: none;
}
.preview {
margin-bottom: 3rem;
}
.preview-wrapper {
background: #fff;
border-radius: .8rem;
box-shadow: 0 .3rem 1.2rem 0 rgba( 5, 10, 15, .05 );
overflow: hidden;
position: relative;
}
.preview.will-be-spotted:not(.spotted) .preview-wrapper {
opacity: 0;
transform: translateY( 10vh );
transition: none;
}
.preview.will-be-spotted.spotted .preview-wrapper {
opacity: 1;
transform: translateY( 0 );
transition: opacity .5s ease-out, transform .5s ease-out;
}
.preview a {
text-decoration: none;
}
.preview-image {
display: block;
transition: opacity .15s linear;
}
.preview-image:focus {
opacity: .75;
}
.preview-image img {
width: 100%;
}
.preview-inner {
padding: 2rem 2rem 2.5rem 2rem;
}
.preview-title {
color: #4B555F;
font-size: 2rem;
margin-bottom: 1rem;
}
.preview-title:last-child {
margin-bottom: 0;
}
.preview-title a:hover,
.preview-title a:focus {
color: #232D37;
}
.post-meta-preview {
margin-bottom: 1rem;
}
.preview .post-meta {
margin-top: -.6rem;
}
.preview .post-meta li {
margin-top: .6rem;
}  .featured-media img {
width: 100%;
}
.post-inner {
max-width: 56rem;
padding: 0 0 6rem;
}
.has-post-thumbnail .post-inner {
padding-top: 4rem;
}
.post-header {
margin-bottom: 2rem;
}
.post-meta-single {
margin-top: 3rem;
}
.post-meta-single .meta-icon {
margin-right: 1rem;
}
.post-meta-single img { opacity: .65; } .pagination-single {
margin-top: 6rem;
}
.pagination-single a {
align-items: center;
color: #68717b;
display: flex;
font-weight: 600;
font-size: 1.6rem;
line-height: 1.25;
text-decoration: none;
}
.pagination-single a + a {
margin-top: 1.5rem;
}
.pagination-single .arrow {
align-items: center;
background: #E6E9EC;
border-radius: 50%;
display: flex;
flex-shrink: 0;
height: 3.6rem;
justify-content: center;
margin-right: 1.5rem;
transition: background-color .15s linear;
width: 3.6rem;
}
.pagination-single .arrow img {
transition: fill .15s linear;
}
.pagination-single a:hover,
.pagination-single a:focus {
text-decoration: underline;
} .related-posts {
margin-top: 4rem;
}
.related-posts-title {
color: #68717b;
font-size: 1.4rem;
font-weight: 600;
margin-bottom: 2rem;
text-transform: uppercase;
}
.related-posts .posts {
padding: 0;
}   .comments-wrapper {
margin-top: 6rem;
}
.comments-header,
.comment-reply-title {
align-items: baseline;
display: flex;
justify-content: space-between;
}
.comment-reply-title {
margin: 0 0 3rem 0;
}
.leave-comment-link,
.comment-reply-title small a {
color: #68717b;
font-size: 1.6rem;
font-weight: 500;
margin-left: 1rem;
text-decoration: none;
}
.leave-comment-link:hover,
.comment-reply-title small a:hover,
.comment-reply-title small a:focus {
color: #4B555F;
text-decoration: underline;
}  .comment,
.pingback,
.trackback { 
margin-top: 3.5rem;
}
.comments-header + div {
margin-top: 0;
}
.comment-body {
position: relative;
}
.comment a {
color: inherit;
}
.comment .comment { 
margin-left: 5%;
}
.comment-meta {
margin-bottom: 2rem;
min-height: 4rem;
padding: 0 6.7rem 0 5.5rem;
position: relative;
}
.comment-meta .avatar {
border-radius: .4rem;
display: block;
height: auto;
position: absolute;
left: 0;
top: 0;
width: 4rem;
}
.comment-meta a {
border-bottom: .1rem solid transparent;
text-decoration: none;
transition: border-color .15s linear;
}
.comment-meta a:hover,
.comment-meta a:focus {
border-bottom-color: #68717b;
text-decoration: none;
}
.comment-author b {
font-weight: 600;
}
.comment-author b a {
border-bottom: .1rem solid #DCDFE2;
}
.comment-author b a:hover,
.comment-author b a:focus {
border-bottom-color: #232D37;
text-decoration: none;
}
.comment-author .says { 
display: none; 
}
.comment-metadata {
font-size: 1.4rem;
margin-top: .3rem;
}
.comment-metadata {
color: #68717b;
font-weight: 500;
}
.comment-metadata .edit-link:before {
content: " • ";
}
.comment-body .reply {
position: absolute;
right: 0;
top: .8rem;
}
.comment-reply-link {
align-items: center;
border: .1rem solid #68717b;
border-radius: .2rem;
color: #68717b;
display: flex;
font-size: 1.2rem;
font-weight: 500;
height: 2.4rem;
line-height: 1;
padding: 0 .7rem;
text-decoration: none;
text-transform: uppercase;
transition: all .15s linear;
}
.comment-reply-link:hover,
.comment-reply-link:focus {
background: #68717b;
border-color: #68717b;
color: #fff;
text-decoration: none;
} .comment-content,
.comment-content p,
.comment-content li {
line-height: 1.4;
}
.comment-content a { text-decoration: underline; }
.comment-content a:hover { text-decoration: none; }
.bypostauthor .by-post-author-wrapper {
color: #68717b;
font-size: 1.2rem;
font-weight: 600;
letter-spacing: 0.01em;
line-height: 1;
text-transform: uppercase;
} .pingback .comment-meta,
.trackback .comment-meta {
padding-left: 0;
} .comments-pagination {
display: flex;
font-size: 1.6rem;
justify-content: space-between;
margin-top: 6rem;
position: relative;
text-align: center;
}
.comments-pagination.only-next {
justify-content: flex-end;
}
.comments-pagination .page-numbers {
color: #68717b;
display: none;
font-weight: 600;
text-decoration: none;
}
.comments-pagination a.page-numbers:hover,
.comments-pagination a.page-numbers:focus {
color: #232D37;
}
.comments-pagination ul.page-numbers.dots {
color: rgba( 0, 0, 0, .35 );
}
.comments-pagination .prev,
.comments-pagination .next {
display: block;
}
.comments-pagination .prev { left: 0; }
.comments-pagination .next { right: 0; } .comment-respond:not(:first-child) {
padding-top: 6rem;
}
.comment-respond .comment-reply-title {
margin-bottom: 0;
}
.comment-form {
margin-top: 2.2rem;
}
.comment-form p.logged-in-as {
color: #68717b;
line-height: 1.25;
margin: -1.2rem 0 2.8rem 0;
}
.comment-respond .logged-in-as a {
color: inherit;
text-decoration: none;
}
.comment-respond .logged-in-as a:last-child {
text-decoration: underline;
}
.comment-respond .logged-in-as a:hover,
.comment-respond .logged-in-as a:focus {
color: #232D37;
}
.comment-form p {
margin-bottom: 2rem;
}
.comment-form > p:last-of-type {
margin-bottom: 0;
}
.comment-respond label { 
display: block; 
}
.comment-respond input[type="checkbox"] + label {
display: inline;
margin: 0 0 0 .5rem;
}
.comment-respond input[type="text"],
.comment-respond input[type="email"],
.comment-respond textarea {
margin-bottom: 0;
}
.comment-respond #submit {
display: block;
margin-left: auto;
} .comments .comment-respond {
padding: 3rem 0 0;
}  .entry-content {
position: relative;
}
:root .entry-content > *:first-child { margin-top: 0; }
:root .entry-content > *:last-child { margin-bottom: 0; }
.entry-content a:hover {
text-decoration: none;
} .entry-content h1,
.entry-content h2,
.entry-content h3,
.entry-content h4,
.entry-content h5,
.entry-content h6 {
line-height: 1.25;
margin: 3rem 0 2rem;
}
.entry-content h1 { font-size: 2.8rem; }
.entry-content h2 { font-size: 2.6rem; }
.entry-content h3 { font-size: 2.4rem; }
.entry-content h4 { font-size: 2.2rem; }
.entry-content h5 { font-size: 2.0rem; }
.entry-content h6 { font-size: 1.8rem; }
.entry-content p.has-background {
margin-left: -2rem;
padding: 2rem;
width: calc( 100% + 4rem );
}
.entry-content p.has-drop-cap:first-letter {
font-size: 7.35em;
font-weight: 300;
}
.entry-content hr {
margin: 4rem auto;
max-width: 50%;
}
.entry-content hr:not(.wp-block-separator),
.entry-content hr.is-style-wide {
max-width: 100%;
}
.wp-block-separator.is-style-dots:before {
color: inherit;
}   :root .has-background { background-color: #232D37; }
:root .has-black-color { color: #232D37; }
:root .has-black-background-color { background-color: #232D37; }
:root .has-darkest-gray-color { color: #4B555F; }
:root .has-darkest-gray-background-color { background-color: #4B555F; }
:root .has-darker-gray-color { color: #68717b; }
:root .has-darker-gray-background-color { background-color: #68717b; }
:root .has-gray-color { color: #68717b; }
:root .has-gray-background-color { background-color: #68717b; }
:root .has-light-gray-color { color: #DCDFE2; }
:root .has-light-gray-background-color { background-color: #DCDFE2; }
:root .has-lightest-gray-color { color: #E6E9EC; }
:root .has-lightest-gray-background-color { background-color: #E6E9EC; }
:root .has-white-color { color: #fff; }
:root .has-white-background-color { background-color: #fff; } :root .has-small-font-size { font-size: .842em; }
:root .has-regular-font-size,
:root .has-normal-font-size { 
font-size: 1em;
}
:root .has-large-font-size,
:root .has-larger-font-size {
line-height: 1.45;
}
:root .has-large-font-size { font-size: 1.333em; }
:root .has-larger-font-size { font-size: 1.777em; } :root *[class*="_inner-container"] > *:first-child { margin-top: 0; }
:root *[class*="_inner-container"] > *:last-child { margin-bottom: 0; }
.wp-block-archives,
.wp-block-button,
.wp-block-buttons,
.wp-block-categories,
.wp-block-code,
.wp-block-columns,
.wp-block-cover,
.wp-block-cover-image,
.wp-block-embed,
.wp-block-gallery,
.wp-block-group,
.wp-block-image,
.wp-block-latest-comments,
.wp-block-latest-posts,
.wp-block-media-text,
.wp-block-preformatted,
.wp-block-pullquote,
.wp-block-social-links,
.wp-block-quote,
.wp-block-quote.is-large,
.wp-block-quote.is-style-large,
.wp-block-verse,
.wp-block-video {
margin-bottom: 3rem;
margin-top: 3rem;
} .wp-block-audio audio {
width: 100%;
} .entry-content .wp-block-file__button,
.entry-content .wp-block-button__link {
border-radius: .4rem;
font-weight: 500;
padding: .8em 1.4em;
}
.entry-content .wp-block-file__button:hover,
.entry-content .wp-block-button__link:hover {
opacity: .85;
} .wp-block-buttons .wp-block-button {
margin-top: 0;
} .wp-block-column {
padding: 0 .5rem;
} .wp-block-cover-image p {
font-weight: 300;
} .entry-content .wp-block-file {
align-items: center;
background: #E6E9EC;
border-radius: .4rem;
display: flex;
justify-content: space-between;
margin: 3rem 0;
padding: 1.5rem 2rem;
}
.entry-content .wp-block-file a:not(.wp-block-file__button) {
font-weight: 600;
text-decoration: none;
}
.entry-content .wp-block-file__button {
flex-shrink: 0;
} .wp-block-gallery .blocks-gallery-image figcaption, 
.wp-block-gallery .blocks-gallery-item figcaption {
margin: 0;
padding-bottom: 1rem;
} :root .wp-block-image.alignleft,
:root .wp-block-image .alignleft {
margin-right: 2.5rem;
}
:root .wp-block-image.alignright,
:root .wp-block-image .alignright {
margin-left: 2.5rem;
} .entry-content .wp-block-pullquote {
border: none;
min-width: 18rem;
padding: 0;
}
.entry-content .wp-block-pullquote blockquote {
border: none;
margin: 0;
padding: 0;
}
.entry-content .wp-block-pullquote.alignleft,
.entry-content .wp-block-pullquote.alignright {
width: 50%;
}
.entry-content .wp-block-pullquote.alignleft {
text-align: left;
}
.entry-content .wp-block-pullquote.alignright {
text-align: right;
}
.entry-content .wp-block-pullquote p,
.entry-content .wp-block-pullquote cite {
text-align: inherit;
}
.entry-content .wp-block-pullquote p {
font-size: inherit;
font-weight: 500;
line-height: 1.4;
} .wp-block-pullquote.has-background {
padding: 2rem;
}
.wp-block-pullquote.is-style-solid-color blockquote {
max-width: 100%;
}
.wp-block-pullquote.is-style-solid-color blockquote p {
font-size: inherit;
} .entry-content blockquote,
.entry-content .wp-block-quote.is-large, 
.entry-content .wp-block-quote.is-style-large {
margin-bottom: 1.25em;
}
.entry-content blockquote p:last-child {
margin-bottom: 0;
}
blockquote.has-text-align-center {
border-width: 0;
padding: .25em 0;
}
blockquote.has-text-align-right {
border-width: 0 .2rem 0 0;
padding: .25em 1.5em .25em 0;
} .wp-block-quote.is-large,
.wp-block-quote.is-style-large {
border-width: 0;
padding: .25em 0;
}
.wp-block-quote.is-large p, 
.wp-block-quote.is-style-large p {
font-size: 1.33em;
font-style: inherit;
line-height: 1.5;
}
.wp-block-quote.is-large cite, 
.wp-block-quote.is-large footer, 
.wp-block-quote.is-style-large cite, 
.wp-block-quote.is-style-large footer {
font-size: .9em;
text-align: inherit;
} .wp-social-link {
margin-bottom: 0;
margin-left: 0;
margin-top: 0;
}
.wp-block-social-links.is-style-logos-only .wp-social-link svg {
max-width: none;
} .post-nav-links {
background: #E6E9EC;
border-radius: .4rem;
color: #5F6973;
font-weight: 600;
padding: 1.5rem 2rem;
}  #pagination {
padding: 4rem 0;
position: relative;
text-align: center;
}
#load-more,
#pagination .out-of-posts,
#pagination .loading-icon,
#pagination .out-of-posts {
position: absolute;
left: 50%;
top: 50%;
transform: translate( -50%, -50% );
transition: color .2s linear, opacity .2s linear, transform .2s ease-out;
}
#pagination:not(.last-page) .out-of-posts,
#pagination.loading #load-more,
#pagination.last-page #load-more,
#pagination:not(.loading) .loading-icon {
left: -9999rem;
opacity: 0;
transform: translate( -50%, -50% ) scale( 0.5 );
transition: opacity .2s linear, transform .2s ease-out, left 0s .2s, right 0s .2s;
}
body:not(.pagination-type-button) #load-more {
display: none;
}
#load-more {
white-space: nowrap;
}
html.js body:not(.pagination-type-links) .link-pagination {
display: none;
}
.no-js #load-more,
.no-js #pagination .loading-icon {
display: none;
}
#pagination .out-of-posts {
color: #68717b;
font-size: 0.9em;
font-weight: 500;
margin: 0;
text-align: center;
width: 100%;
} .link-pagination {
align-items: center;
display: flex;
justify-content: space-between;
}
.link-pagination.only-next {
justify-content: flex-end;
}
.link-pagination a {
color: #68717b;
font-weight: 600;
text-decoration: none;
}
.link-pagination a:hover,
.link-pagination a:focus {
color: #232D37;
}  .error404 .single-container {
padding: 5rem 0;
}
.error404 .go-home {
color: #68717b;
font-size: .95em;
font-weight: 600;
text-decoration: none;
}
.error404 .go-home:hover {
text-decoration: underline;
}  #site-footer {
padding: 3rem 0;
position: relative;
} .footer-widgets-outer-wrapper {
padding: 1rem 0 4rem;
}
.footer-widgets-wrapper {
margin: -3rem 0 0;
}
.footer-widgets,
.widget {
margin: 3rem 0 0;
}
.widget:first-child {
margin-top: 0;
} .credits {
color: #68717b;
font-size: 1.4rem;
font-weight: 500;
text-align: center;
}
.credits a {
text-decoration: none;
}
.credits a:hover,
.credits a:focus {
text-decoration: underline;
}   .widget-content {
color: #4B555F;
font-size: 1.7rem;
}
.widget-content a { text-decoration: underline; }
.widget-content a:hover { text-decoration: none; }
.widget-title {
color: #68717B;
font-size: 1.4rem;
font-weight: 600;
margin-bottom: 1.5rem;
text-transform: uppercase;
}
.widget ul,
.widget ol {
list-style: none;
}
.widget li {
margin-top: 1.4rem;
}
.widget li > ul, 
.widget li > ol {
margin-top: 0;
}
.widget-content > ul,
.widget-content > ol {
margin-left: 0;
} .widget_archive li,
.widget_categories li,
.widget_pages li,
.widget_meta li,
.widget_nav_menu li {
margin: 0 !important;
} .widget_recent_entries a {
font-weight: 600;
}
.widget_recent_entries .post-date {
color: #68717b;
margin-top: .2rem;
} .widget_recent_comments .comment-author-link {
font-weight: 600;
} .widget_media_gallery .gallery {
margin: 0 -.4em -.8em -.4em;
width: calc( 100% + .8em );
}
.widget_media_gallery .gallery-item {
margin: 0 0 .8em 0;
padding: 0 .4em;
} .widget_nav_menu .widget-content > div > ul {
margin-left: 0;
} .widget_recent_entries .post-date {
display: block;
} .widget_rss .rss-widget-icon {
display: none;
}
.widget_rss .rsswidget {
font-weight: 600;
text-decoration: none;
}
.widget_rss .rss-date {
display: block;
}
.widget_rss cite:before {
content: "— ";
} .widget_search label,
.widget_search img {
display: none;
}
.widget_search .search-form {
align-items: stretch;
display: flex;
flex-wrap: wrap;
margin: 0 0 -.8rem -.8rem;
position: relative;
}
.widget_search .search-field,
.widget_search .search-submit {
margin: 0 0 .8rem .8rem;
}
.widget_search .search-field {
max-width: 100%;
width: 30rem;
} .widget_tag_cloud .tagcloud {
display: flex;
flex-wrap: wrap;
margin: 0 0 -.4rem -.4rem;
}
.widget_tag_cloud a {
background: #68717b;
border-radius: .3rem;
color: #fff;
display: block;
font-size: 1.3rem !important;
font-weight: 600;
margin: 0 0 .4rem .4rem;
padding: .4rem .7rem .5rem;
text-decoration: none;
}
.widget_tag_cloud a:hover,
.widget_tag_cloud a:focus {
background: #232D37;
color: #fff;
}  @media ( min-width: 375px ) { .search-overlay label img {
height: 3.2rem;
margin-right: 2rem;
width: 3.2rem;
}
.search-overlay .search-field {
font-size: 2.4rem;
width: 25.5rem;
}
}
@media ( min-width: 600px ) { body {
font-size: 1.8rem;
} h1 { font-size: 4.0rem; }
h2 { font-size: 3.2rem; }
h3 { font-size: 2.8rem; }
h4 { font-size: 2.6rem; }
h5 { font-size: 2.4rem; }
h6 { font-size: 2.0rem; } label {
font-size: 1.6rem;
margin-bottom: .8rem;
} fieldset {
padding: 3rem;
}
fieldset legend {
margin-left: -1rem;
}  .post-meta.stack-mobile {
display: flex;
}
.post-meta.stack-mobile .meta-icon {
width: auto;
} .section-inner {
width: calc( 100% - 10rem );
} .header-top {
padding: 4rem 0;
}
.site-title {
font-size: 2.8rem;
}
.site-description {
margin-bottom: 10rem;
} .mobile-menu-wrapper {
padding-top: 11.6rem;
}
.search-overlay label img {
height: 4.8rem;
margin-right: 2.5rem;
width: 4.8rem;
}
.search-overlay .search-field {
font-size: 3.2rem;
width: 35rem;
}
.search-untoggle {
padding: 5rem;
} .archive-header .subheading {
margin-bottom: 10rem;
}
.posts {
display: flex;
flex-wrap: wrap;
justify-content: space-between;
margin-bottom: -5rem;
padding: 5rem 0;
width: calc( 100% + 3rem );
} .grid-sizer,
.preview {
width: 50%;
}
.preview {
margin-bottom: 4rem;
}
.preview-wrapper {
width: calc( 100% - 3rem );
} .post-inner {
padding: 0 0 8rem;
}
.has-post-thumbnail .post-inner {
padding-top: 6rem;
}
.post-header {
margin-bottom: 4.5rem;
}
.post-meta-single {
margin-top: 4rem;
}
.post-meta-single .post-meta {
font-size: 1.6rem;
margin: -1.2rem 0 0 -3rem;
}
.post-meta-single li {
margin: 1.2rem 0 0 3rem;
}
.pagination-single {
margin-top: 9.5rem;
}
.comments-wrapper {
margin-top: 9.5rem;
} .pagination-single {
display: flex;
justify-content: space-between;
}
.pagination-single.only-next {
justify-content: flex-end;
}
.pagination-single a {
min-width: 33.3%;
}
.pagination-single .arrow {
height: 4.4rem;
margin-right: 2rem;
width: 4.4rem;
}
.pagination-single .arrow img {
height: 1.6rem;
width: 1.6rem;
}
.pagination-single a + a {
margin: 0 0 0 3rem;
}
.pagination-single .next-post {
flex-direction: row-reverse;
text-align: right;
}
.pagination-single .next-post .arrow {
margin: 0 0 0 2rem;
} .comment-reply-title {
font-size: 3.2rem;
margin-bottom: 4.2rem;
}
.comment,
.pingback,
.trackback {
margin-top: 5rem;
}
.comment-body {
min-height: 6rem;
padding-left: 8rem;
}
.comment-meta {
align-items: baseline;
display: flex;
flex-wrap: wrap;
margin: -.5rem 0 1em -1.6rem;
min-height: auto;
padding-left: 0;
position: static;
}
.comment-meta .avatar {
border-radius: .4rem;
height: 6rem;
width: 6rem;
}
.comment-author,
.comment-metadata {
margin: .5rem 0 0 1.6rem;
}
.comment-metadata {
font-size: 1.6rem;
white-space: nowrap;
}
.comment-body .reply {
top: .2rem;
}
.comments-pagination {
margin-top: 8rem;
} .pingback .comment-body {
padding: 0;
} .comment-respond:not(:first-child) {
padding-top: 7rem;
}
.comment-form {
margin-top: 4rem;
}
.comment-form p {
margin-bottom: 2.5rem;
}
.comment-form p.logged-in-as {
margin: -2.5rem 0 4.4rem 0;
}
.comment-respond .comment-form-author,
.comment-respond .comment-form-email {
float: left;
width: calc( 50% - 1rem );
}
.comment-respond .comment-form-email {
margin-left: 2rem;
}
.comments .comment-respond {
padding: 5rem 0 0;
} .entry-content .wp-block-pullquote p,
.wp-block-pullquote.is-style-solid-color blockquote p {
font-size: 2.4rem;
} .entry-content h1,
.entry-content h2,
.entry-content h3,
.entry-content h4,
.entry-content h5,
.entry-content h6 {
margin: 5rem 0 3rem;
}
.entry-content h1 { font-size: 4.0rem; }
.entry-content h2 { font-size: 3.6rem; }
.entry-content h3 { font-size: 3.2rem; }
.entry-content h4 { font-size: 2.8rem; }
.entry-content h5 { font-size: 2.4rem; }
.entry-content h6 { font-size: 2.0rem; }
.entry-content p,
.entry-content ul,
.entry-content ol,
.entry-content blockquote,
.entry-content .wp-block-quote.is-large, 
.entry-content .wp-block-quote.is-style-large,
.entry-content pre {
margin-bottom: 1.6em;
}
.entry-content ul:last-child,
.entry-content ol:last-child {
margin-bottom: 0;
}
.entry-content p.has-background {
margin-left: -3rem;
padding: 3rem;
width: calc( 100% + 6rem );
}
.entry-content hr {
margin: 5.5rem auto;
}
.entry-content .wp-block-file {
margin: 4rem 0;
width: 100%;
}
.aligncenter,
.alignnone,
.alignwide,
.alignfull {
margin: 5rem auto;
}
.alignwide {
position: relative;
left: calc( 50% - 45vw );
width: calc( 90vw );
}
.entry-content .wp-block-gallery.aligncenter,
.entry-content .wp-block-gallery.alignnone,
.entry-content .wp-block-gallery.alignwide, 
.entry-content .wp-block-gallery.alignfull {
margin-bottom: 5rem;
}
.entry-content .gallery {
margin: 5rem 0 3rem;
position: relative;
left: calc( 50% - 50vw + 1rem );
width: calc( 100vw - 2rem );
}
.entry-content .gallery + .gallery {
margin-top: -3rem;
}
.entry-content .gallery .gallery-item {
margin: 0 0 2rem;
padding: 0 1rem;
}
.entry-content .gallery-columns-1 .gallery-item { width: 100%; }
.entry-content .gallery-columns-2 .gallery-item { width: 50%; }
.entry-content .gallery-columns-3 .gallery-item { width: 33.3%; }
.entry-content .gallery-columns-4 .gallery-item { width: 25%; }
.entry-content .gallery-columns-5 .gallery-item { width: 20%; }
.entry-content .gallery-columns-6 .gallery-item { width: 16.6%; }
.entry-content .gallery-columns-7 .gallery-item { width: 14.158%; }
.entry-content .gallery-columns-8 .gallery-item { width: 12.5%; }
.entry-content .gallery-columns-9 .gallery-item { width: 11.1%; }
figcaption,
.entry-content figcaption,
.wp-caption-text {
font-size: 1.6rem;
}
}
@media ( min-width: 750px ) { .footer-widgets-outer-wrapper {
padding: 2rem 0 5rem;
}
.footer-widgets-wrapper {
display: flex;
flex-wrap: wrap;
margin: -3rem 0 0 -3rem;
}
.footer-widgets {
margin: 3rem 0 0 3rem;
width: calc( 50% - 3rem );
}
}
@media ( min-width: 1000px ) { .section-inner {
width: 100%;
}
#site-wrapper {
padding-left: 33.33%;
position: relative;
}
#site-header {
position: fixed;
left: 0;
bottom: 0;
top: 0;
width: 33.33%;
}
#site-content {
display: block;
padding: 6rem 6rem 0 0;
width: 100%;
}
.search-overlay.active {
left: calc( 33.33% - 4rem );
}
#site-footer {
padding-right: 6rem;
} #site-header {
background: none;
display: flex;
flex-direction: column;
justify-content: stretch;
padding: 8rem 4rem 0 4rem;
}
.header-top {
flex-grow: 0;
padding: 0;
}
.header-inner {
display: flex;
flex-direction: column;
flex-grow: 1;
justify-content: space-between;
}
.site-description {
margin: 2rem 0 0;
}
ul.site-nav {
margin-top: 6rem;
}
.social-menu-wrapper {
margin-top: 6rem;
padding-bottom: 6rem;
} .nav-toggle,
.mobile-menu-wrapper {
display: none;
}
.search-overlay {
background: #f6f7f8;
padding-left: 4rem;
} .archive-header-mobile {
display: none;
}
.archive-header-desktop {
display: block;
}
.archive-header-desktop .preview-wrapper {
background: #232D37;
display: flex;
}
.archive-header-desktop .preview-inner {
display: flex;
flex-direction: column;
justify-content: space-between;
padding: 3rem;
}
.archive-header .preview-inner {
min-height: 30.1rem;
}
.posts {
padding-top: 0;
} .single-container {
border-radius: .8rem;
box-shadow: 0 .3rem 1.8rem rgba( 5, 10, 15, 0.07 );
overflow: hidden;
}
.post-inner,
.has-post-thumbnail .post-inner {
padding: 8rem 0;
} .alignwide {
left: auto;
width: 100%;
}
.alignfull {
left: auto;
max-width: none;
right: calc( calc( 33.333vw - 3rem ) - ( 56rem / 2 ) );
width: calc( 66.666vw - 6rem );
}
.entry-content .gallery {
margin: 5rem -1rem 3rem;
left: auto;
width: 100%;
}
}
@media ( min-width: 1200px ) { #site-wrapper {
padding-left: 30.9%;
position: relative;
}
#site-header {
width: 30.9%;
} #site-header {
padding: 12rem 8rem 0 8rem;
} .search-overlay.active {
left: calc( 30.9% - 4rem );
} .posts {
width: calc( 100% + 4rem );
} .preview.archive-header-desktop {
width: 66.666%;
}
.preview.archive-header-desktop .preview-inner {
padding: 4rem;
} .grid-sizer,
.preview {
width: 33.333%;
}
.preview {
margin-bottom: 5rem;
}
.preview-wrapper {
width: calc( 100% - 4rem );
} .related-posts .preview:nth-child(4) {
display: none;
} .entry-content .wp-block-pullquote.alignleft,
.entry-content .wp-block-pullquote.alignright,
.entry-content .alignleft,
.entry-content .alignright {
max-width: calc( 50% + 5.475rem );
}
.entry-content .wp-block-image .alignleft,
.entry-content .alignleft {
margin-left: -10.95rem;
}
.entry-content .wp-block-image .alignright,
.entry-content .alignright {
margin-right: -10.95rem;
}
.alignfull {
margin: 8rem auto;
right: calc( ( ( 69.1vw - 6rem ) - 56rem ) / 2 );
width: calc( 69.1vw - 6rem );
}
.entry-content .wp-block-gallery.alignfull {
margin-bottom: 8rem;
}
.alignwide,
.entry-content .gallery {
left: calc( 50% - 36.95rem );
right: auto;
width: 73.9rem;
} .footer-widgets-outer-wrapper {
padding: 2rem 0 5rem;
}
.footer-widgets-wrapper {
display: flex;
flex-wrap: wrap;
margin: -4rem 0 0 -4rem;
}
.footer-widgets {
margin: 4rem 0 0 4rem;
width: calc( 33.33% - 4rem );
}
.widget {
margin-top: 4rem;
}
.widget-title {
margin-bottom: 1.8rem;
}
}
@media ( min-width: 1440px ) { .alignfull {
right: calc( ( ( 100vw - 6rem - 44.5rem ) - 56rem ) / 2 );
width: calc( 100vw - 6rem - 44.5rem );
} #site-wrapper {
padding-left: 44.5rem;
}
#site-header {
width: 44.5rem;
}
.search-overlay.active {
left: 40.5rem;
}
}
@media ( min-width: 1600px ) {  .archive-header .subheading {
margin-bottom: 16rem;
}
.preview.archive-header-desktop {
width: 50%;
} .grid-sizer,
.preview {
width: 25%;
} .related-posts .preview:nth-child(4) {
display: block;
}
}div.sib-sms-field {
display: inline-block;
position: relative;
width: 100%;
}
.sib-sms-field .sib-country-block {
position: absolute;
right: auto;
left: 0;
top: 0;
bottom: 0;
padding: 1px;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
}
.sib-country-block .sib-toggle.sib-country-flg {
z-index: 1;
position: relative;
width: 46px;
height: 100%;
padding: 0 0 0 8px;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
background-color: #dbdbdb;
cursor: pointer;
}
.sib-country-block .sib-toggle .sib-cflags {
position: absolute;
top: 0;
bottom: 0;
margin: auto;
height: 15px;
width: 20px;
background-repeat: no-repeat;
background-color: #dbdbdb;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
background-image: url(//www.urielbarthelemi.com/wp-content/plugins/mailin/img/flags/fr.png);
}
.sib-country-block .sib-toggle .sib-icon-arrow {
position: absolute;
top: 50%;
margin-top: -2px;
right: 6px;
width:  0;
height: 0;
border-left: 3px solid transparent;
border-right: 3px solid transparent;
border-top: 4px solid;
}
.sib-sms-field ul.sib-country-list {
position: absolute;
z-index: 2;
list-style: none;
text-align: left;
padding: 0px;
margin: 0px 0px 0px -1px;
box-shadow: rgba(0, 0, 0, 0.2) 1px 1px 4px;
background-color: white;
border: 1px solid rgb(204, 204, 204);
white-space: nowrap;
max-height: 150px;
overflow-y: scroll;
overflow-x: hidden;
top: 50px;
width: 250px;
}
.sib-sms-field ul.sib-country-list li.sib-country-prefix {
font-size: 14px;
padding:1px 10px;
cursor: pointer;
}
.sib-sms-field ul.sib-country-list li.sib-country-prefix:hover {
background-color: #dbdbdb;
}
.sib-sms-field ul.sib-country-list li .sib-flag-box {
width: 20px;
}
.sib-sms-field ul.sib-country-list li .sib-flag-box .sib-flag {
height: 18px;
width: 20px;
background-image: url(//www.urielbarthelemi.com/wp-content/plugins/mailin/img/flags/ad.png);
vertical-align: middle;
display: inline-block;
background-repeat:no-repeat;
}
.sib-sms-field ul.sib-country-list li .sib-flag-box .sib-dial-code {
margin-left: 20px;
}
.sib-sms-field .sib-sms {
padding-right: 6px;
padding-left: 52px;
margin-left: 0;
position: relative;
z-index: 0;
margin-top: 0 !important;
margin-bottom: 0 !important;
margin-right: 0;
}
.sib-multi-lists.sib_error {
color: #A94442;
}.wrap-mjp { border:			0;
margin:			0; 
background:		none; 
min-width:		116px; 
}
.wrap-mjp, .wrap-mjp * { 
-webkit-box-sizing: content-box !important;
-moz-box-sizing: content-box !important;
box-sizing: content-box !important;
}
.subwrap-MI,
.jp-innerwrap,
.interface-mjp,
.listwrap_mp3j,
.wrapper-mjp { 
position:	relative !important;
width:		100%;
border:		0;
margin:		0;
padding:	0;
cursor: 	default;
}
.subwrap-MI { overflow: hidden; padding:2px 2px 2px 2px; }
.subwrap-MI *,
.mjp-s-wrapper {
-moz-user-select: 		-moz-none;
-khtml-user-select: 	none;
-webkit-user-select:	none;
-ms-user-select: 		none;
user-select: 			none;
} .mp3j-nosolution {
position:absolute;
z-index:9999;
height:auto;
}
.s-nosolution {
position:relative;
display:inline-block;
margin-bottom:20px;
height:auto;
} .wrapper-mjp ul {
position: static; }
.playlist-colour { 
position:absolute; 
width:100%; 
height:100%; 
left:0px; 
top:0px; 
} ul.lighten1-mjp {
background-image:		url(//www.urielbarthelemi.com/wp-content/plugins/mp3-jplayer/css/v1-skins/images/pl-lighten1.png);
background-position:	left 0px;
background-repeat:		repeat-x;
}
ul.lighten2-mjp {
background-image:		url(//www.urielbarthelemi.com/wp-content/plugins/mp3-jplayer/css/v1-skins/images/pl-lighten2.png);
background-position:	left 0px;
background-repeat:		repeat-x;
}
ul.darken1-mjp {
background-image:		url(//www.urielbarthelemi.com/wp-content/plugins/mp3-jplayer/css/v1-skins/images/pl-gradlong10g.png);
background-position:	left -130px;
background-repeat:		repeat-x;
}
ul.darken2-mjp {
background-image:		url(//www.urielbarthelemi.com/wp-content/plugins/mp3-jplayer/css/v1-skins/images/pl-darken1.png);
background-position:	left 0px;
background-repeat:		repeat-x;
} ul.light-mjp li	{ background:url(//www.urielbarthelemi.com/wp-content/plugins/mp3-jplayer/css/v1-skins/images/t60w.png) repeat-x left bottom !important; }
ul.med-mjp li 	{ background:url(//www.urielbarthelemi.com/wp-content/plugins/mp3-jplayer/css/v1-skins/images/t75e.png) repeat-x left bottom !important; }
ul.dark-mjp li 	{ background:url(//www.urielbarthelemi.com/wp-content/plugins/mp3-jplayer/css/v1-skins/images/t50g.png) repeat-x left bottom !important; } .poscolMI_mp3j.soften-mjp {
background-image:		url(//www.urielbarthelemi.com/wp-content/plugins/mp3-jplayer/css/v1-skins/images/posbar-soften-2.png);
background-position:	right top;
background-repeat:		repeat-y;
}
.poscolMI_mp3j.softenT-mjp {
background-image:		url(//www.urielbarthelemi.com/wp-content/plugins/mp3-jplayer/css/v1-skins/images/posbar-soften-tipped-2.png);
background-position:	right top;
background-repeat:		repeat-y;
}
.poscolMI_mp3j.darken-mjp {
background-image:		url(//www.urielbarthelemi.com/wp-content/plugins/mp3-jplayer/css/v1-skins/images/posbar-darken2-2.png);
background-position:	right top;
background-repeat:		repeat-y;
}
.left-mjp { text-align:left; }
.centre-mjp { text-align:center; }
.right-mjp { text-align: right; }
.bold-mjp,
.childBold-mjp * { font-weight:700; }
.norm-mjp,
.childNorm-mjp * { font-weight:500; }
.italic-mjp,
.childItalic-mjp * { font-style:italic; }
.plain-mjp,
.childPlain-mjp * { font-style:normal; } .arial-mjp,
ul.arial-mjp a { 	font-family: Arial, "Helvetica Neue", Helvetica, sans-serif; }
.verdana-mjp,
ul.verdana-mjp a { 	font-family: Verdana, Geneva, sans-serif; }
.times-mjp,
ul.times-mjp a { 	font-family: TimesNewRoman, "Times New Roman", Times, Baskerville, Georgia, serif; }
.palatino-mjp,
ul.palatino-mjp a { font-family: Palatino, "Palatino Linotype", "Palatino LT STD", "Book Antiqua", Georgia, serif; }
.courier-mjp,
ul.courier-mjp a { 	font-family: "Courier New", Courier, "Lucida Sans Typewriter", "Lucida Typewriter", monospace; }
.lucida-mjp,
ul.lucida-mjp a { 	font-family: "Lucida Console", "Lucida Sans Typewriter", Monaco, "Bitstream Vera Sans Mono", monospace; }
.gill-mjp,
ul.gill-mjp a { 	font-family: "Gill Sans", "Gill Sans MT", Calibri, sans-serif; }
.player-track-title,
.player-track-title div,
.a-mjp,
.a-mjp span { line-height: 110% !important; }
.player-track-title div { font-size:0.7em; }
.titleHide-mjp { display:none; } .ui-state-disabled { cursor:default !important; }
.ui-slider { 
position:relative;
text-align:left; 
}
.ui-slider .ui-slider-handle { 
position:absolute; 
z-index:200; 
cursor:default;
}
.ui-slider .ui-slider-range { 
position:absolute;
z-index:1;
font-size:.7em;
display:block;
border:0;
}
.ui-slider-horizontal .ui-slider-range 		{ 	top:0; 	height:100%;	} 
.ui-slider-horizontal .ui-slider-range-min 	{ 	left:0; 					}
.ui-slider-horizontal .ui-slider-range-max 	{ 	right:0; 					}
.ui-state-default,
.ui-widget-content .ui-state-default {	outline:none; border:0px; } div.mp3j-dlframe, 
iframe.mp3j-dlframe {
width:1px; 
height:1px;
overflow:hidden;
margin:0;
padding:0;
display:none !important;
} .MI-image { position:relative; padding:0; }
.MI-image img { border:none; padding:0px; width:100%; height:auto; }
.MI-image.Himg img { width:auto; height:100%; }
.MI-image.Fimg img { width:auto; height:auto; }
.MI-image a:hover img { }
.MI-image.left-mjp { margin:0 auto 0 0; }
.MI-image.centre-mjp { margin: 0 auto; }
.MI-image.right-mjp { margin: 0 0 0 auto; }
.unsel-mjp {
-moz-user-select: 		-moz-none;
-khtml-user-select: 	none;
-webkit-user-select:	none;
-ms-user-select: 		none;
user-select: 			none;
}
.innerExt1 { display:none; }
.innerExt2 { display:none; }
div.mjp-volwrap { position:absolute; top:0; right:0; }  div.jp-innerwrap { background:none; }
div.interface-mjp { padding:0 0 39px 0; }
div.listwrap_mp3j { margin-top:0px; } div.innerx, div.innerleft, div.innerright, div.innertab, div.innertab2 { position:absolute; }
div.innerx { background:url(//www.urielbarthelemi.com/wp-content/plugins/mp3-jplayer/css/v1-skins/images/case-grad-x.png) repeat-x left -45px; width:auto; height:38px; left:0px; right:0px; bottom:0px; z-index:10;
-webkit-box-shadow: 0px 1px 1px 0px rgba(50, 50, 50, 0.75);
-moz-box-shadow:    0px 1px 1px 0px rgba(50, 50, 50, 0.75);
box-shadow:         0px 1px 1px 0px rgba(50, 50, 50, 0.75);
}
div.innerleft { display:block; position: absolute; height: 20px; right: 88px; left: -1px; top: 0px; background: url(//www.urielbarthelemi.com/wp-content/plugins/mp3-jplayer/css/v1-skins/images/case2t-x.png) repeat-x left top; z-index:125; }
div.innerright { display:block; position: absolute; height: 20px; width: 90px; right: -2px; top: 0px; background: url(//www.urielbarthelemi.com/wp-content/plugins/mp3-jplayer/css/v1-skins/images/case2t-r.png) no-repeat right top; z-index:125; }
div.innertab { left:0px; top:0px; right:0px; width:100%; bottom:38px;  }
div.innertab2 { display:none; } .ul-mjp { margin:0px !important; padding:3px 0px 0px 0px !important; list-style-type:none !important; list-style:none !important; list-style-image:none !important; }
.li-mjp { clear: both; margin:0px !important; padding:0px 0px 1px 0px !important; letter-spacing:0px !important; word-spacing:0px !important; margin:0px 1px 0px 1px !important; list-style-type:none !important; }
.li-mjp:before { content:none !important; }
.a-mjp {
border:0 !important; 
text-decoration:none !important; 
display:block !important; width:auto !important; 
outline:none !important; 
padding:7px 10px 7px 14px !important;
text-shadow: none !important;
background-image:none !important;
}
.a-mjp span {
display: inline-block;
padding-top:5px;
font-size:0.7em;
} div.player-track-title, div.jp-play-time, div.jp-total-time, div.statusMI {
position:absolute; 
z-index:50; 
}
div.player-track-title div { position:relative; }
div.jp-play-time, div.jp-total-time, div.statusMI { font-size:8px; line-height:10px !important; bottom:49px; text-align:left; }
div.jp-play-time { right:90px; }
div.jp-total-time {	right:6px; width:auto; } 
span.mp3-finding, span.mp3-tint { padding:0px 0px 0px 6px !important; font-size:8px !important; line-height:10px !important; height:10px !important; overflow:hidden !important; -moz-border-radius:2px; -webkit-border-radius:2px; border-radius:2px; }
span.mp3-finding { margin:0px 0px 0px -2px; background:url(//www.urielbarthelemi.com/wp-content/plugins/mp3-jplayer/css/v1-skins/images/finding-bar1f.gif) repeat 0px 3px; }
span.mp3-tint { margin:0px 2px 0px -6px; opacity:.5; filter:alpha(opacity=50); }
div.statusMI span.tintmarg	{ margin:0 2px 0 3px; }
div.statusMI { right:27px; width:58px !important; height:10px; }
.statusMI span.mp3-finding, .statusMI span.mp3-tint, div.statusMI span.mp3-gtint { padding:0px 0px 0px 6px !important; }
.statusMI span.mp3-tint, .statusMI span.mp3-gtint { margin:0px 2px 0px -6px; } div.transport-MI { position:absolute; width:auto; height:36px; right:2px; bottom:0px; border:0; z-index:20; }
div.transport-MI div { background-image: url(//www.urielbarthelemi.com/wp-content/plugins/mp3-jplayer/css/v1-skins/images/transport-hardW-shiny.png); text-indent:-9999px !important; float:right; cursor:pointer; }
div.play-mjp { width:30px; height:32px; margin:1px 0px 0px 0px; background-position:-110px 0px; }
div.play-mjp:hover { background-position:-110px -32px; }
div.pause-mjp { width:30px; height:32px; margin:1px 0px 0px 0px; background-position:-2px 0px; }
div.pause-mjp:hover { background-position:-2px -32px; }
div.prev-mjp { width:22px; height:28px; margin:1px 4px 0px 0px; background-position:-32px -1px; }
div.prev-mjp:hover { background-position:-32px -33px; }
div.next-mjp { width:19px; height:28px; margin:1px 3px 0px 0px; background-position:-57px -1px; }
div.next-mjp:hover { background-position:-57px -33px; }
div.stop-mjp { width:26px; height:32px; margin:1px 3px 0px 0px; background-position:-81px 0px; } 
div.stop-mjp:hover { background-position:-81px -32px; } div.playlist-toggle-MI { position:absolute; cursor:pointer; z-index:20; font-size:8px; bottom:1px; left:1px; color:#707070; padding:4px 6px 2px 5px; line-height:9px; min-width:24px; background:#bcbcbc; -moz-border-radius:1px; -webkit-border-radius:1px; border-radius:1px; cursor:default; }
div.playlist-toggle-MI:hover { background:#c6c6c6; color:#777;  } div.dloadmp3-MI { position:absolute; min-height:11px; cursor:pointer; font:normal normal 500 9px 'trebuchet ms', 'Lucida Grande', 'arial', sans-serif !important; bottom:47px; margin:0px !important; font-size:9px !important; text-align:center; left:0px; width:41%; min-width:75px; max-width:425px; padding:0px 0px 0px 0px !important; border:0px; background:transparent url(//www.urielbarthelemi.com/wp-content/plugins/mp3-jplayer/css/v1-skins/images/t50b.png) repeat left top !important; color:#fff; line-height:11px !important; -moz-border-radius-topright:3px; -webkit-border-top-right-radius:3px; overflow:hidden; z-index:150; cursor:default; }							
div.dloadmp3-MI.whilelinks, div.dloadmp3-MI.logintext { background:transparent url(//www.urielbarthelemi.com/wp-content/plugins/mp3-jplayer/css/v1-skins/images/t50b.png) repeat left top !important; }
div.dloadmp3-MI.whilelinks:hover { background:transparent url(//www.urielbarthelemi.com/wp-content/plugins/mp3-jplayer/css/v1-skins/images/t40b.png) repeat left top !important; }
div.dloadmp3-MI a {	color:#ececec; display:block; width:auto; padding:2px 5px 1px 2px !important; margin:0px !important; background:transparent; text-decoration:none !important; font:normal normal 500 9px 'trebuchet ms', 'Lucida Grande', 'arial', sans-serif !important; font-size:9px !important; line-height:11px !important; height:100%; border-bottom:none; visibility:visible; }				
div.dloadmp3-MI a:hover { outline: none; border-bottom: none; color: #ececec; }
div.dloadmp3-MI.whilelinks a { color: #f3f3f3; visibility: inherit; }
div.dloadmp3-MI.whilelinks a:hover { color: #fff; }
div.dloadmp3-MI p {	color:#ececec; display:block; width:auto; padding:2px 5px 1px 2px !important; margin:0px !important; background:transparent; text-decoration:none !important; font:normal normal 500 9px 'trebuchet ms', 'Lucida Grande', 'arial', sans-serif !important; font-size:9px !important; line-height:11px !important; height:100%; border-bottom:none; visibility:visible; } div.mp3j-popout-MI { position:absolute; cursor:pointer; z-index:20; font-size:9px; bottom:16px; left:0px; height:16px; color:#6c6c6c; padding:3px 5px 0px 28px; min-width:2px; line-height:11px; border:1px solid #b2b2b2;  background-color:#aaa; background-image:url(//www.urielbarthelemi.com/wp-content/plugins/mp3-jplayer/css/v1-skins/images/buttons-popoutE.png); background-repeat:no-repeat; background-position:-8px -65px; border-radius:1px; -moz-border-radius:1px; -webkit-border-radius:1px; cursor:default; }
div.mp3j-popout-MI:hover { color:#606060; border:1px solid #b2b2b2; background-position:-8px -95px; } div.MIsliderVolume { position:absolute; position:absolute; top:6px; right:10px; width:60px; height:4px !important; background:#808080; border:1px solid #c0c0c0; font-size:1px; cursor:pointer; z-index:150; }
div.MIsliderVolume .ui-widget-header { background:transparent url(//www.urielbarthelemi.com/wp-content/plugins/mp3-jplayer/css/v1-skins/images/vol-grad60w2.png) repeat-y -15px top;  cursor:pointer; } 
div.MIsliderVolume .ui-slider-handle { border:0px; height:11px !important; width:10px !important; padding:0px !important; margin-left:-5px; top:-4px; border:0px !important; -moz-border-radius:2px; -webkit-border-radius:2px; background:transparent url(//www.urielbarthelemi.com/wp-content/plugins/mp3-jplayer/css/v1-skins/images/vol-handle.png) no-repeat -1px 0px; z-index:150; overflow:hidden !important; cursor:pointer; }
div.MIsliderVolume .ui-slider-handle:hover { background:transparent url(//www.urielbarthelemi.com/wp-content/plugins/mp3-jplayer/css/v1-skins/images/vol-handle.png) no-repeat -21px 0px; }
div.MIsliderVolume .ui-state-active, div.MIsliderVolume .ui-widget-content .ui-state-active { border:0px; background:transparent url(//www.urielbarthelemi.com/wp-content/plugins/mp3-jplayer/css/v1-skins/images/vol-handle.png) no-repeat -21px 0px; outline:none; } div.loadMI_mp3j, div.poscolMI_mp3j, div.posbarMI_mp3j  { position:absolute; top:0px; left:0px; }
div.bars_holder { position:absolute; left:0px; right:0px; bottom:38px; font-size:1px; cursor:default; background-image: url(//www.urielbarthelemi.com/wp-content/plugins/mp3-jplayer/css/v1-skins/images/t60w.png); background-repeat: repeat-x; background-position: left bottom; 
top:auto; height:8px; border-top:1px solid #b0b0b0; background-color:#888;
}
div.loadMI_mp3j { bottom:1px; }
div.poscolMI_mp3j { bottom:1px; }			
div.bars_holder .ui-widget-header, div.bars_holder .ui-widget-content { border:0px !important; background:none; }
div.bars_holder .ui-slider-horizontal { top:0px; bottom:0px; height:auto; z-index:90; }
div.posbarMI_mp3j { bottom:0px; width:100%; }
div.posbarMI_mp3j .ui-slider-handle { top:-6px; margin-left:-1px !important; border:0; bottom:-2px; width:2px !important; z-index:100; background:none; cursor:default ; padding:0px !important; }
div.posbarMI_mp3j .ui-slider-handle:hover { background:none; z-index:100; }  div.mp3j-finfo {
position:absolute; 
top:36px; 
z-index:9999 !important;
width:80%;
left:10%;
-moz-border-radius:2px; -webkit-border-radius:2px; border-radius:2px;
background:url(//www.urielbarthelemi.com/wp-content/plugins/mp3-jplayer/css/v1-skins/images/fdloadW-x.png) repeat-x left top;
-webkit-box-shadow:0px 1px 4px rgba(0, 0, 0, 0.35); -moz-box-shadow:0px 1px 4px rgba(0, 0, 0, 0.35); box-shadow:0px 1px 4px rgba(0, 0, 0, 0.35);
padding:0;
min-height:31px;
overflow:hidden;
min-width:170px;
text-align: left;
}
div.mp3j-finfo * { font-family:Arial, Helvetica, sans-serif !important; }
div.mp3j-finfo-sleeve { position:relative !important; width:100%; height:100%; }
div.mp3j-finfo-gif { position:absolute !important; top:0; left:0; right:10%; bottom:0; background:url(//www.urielbarthelemi.com/wp-content/plugins/mp3-jplayer/css/v1-skins/images/loader.gif) no-repeat center 37px; width:auto; padding:0px; height:100%; }
div.mp3j-finfo-txt { position:relative !important; margin:0px 15px 0 15px !important; padding:10px 0 10px 0 !important; width:auto; }
div.mp3j-finfo-close { cursor:pointer; position:absolute !important; width:31px !important; height:27px !important; padding-top:5px !important; right:0 !important; top:0 !important; text-align:center !important; font-weight:700 !important; font-size:18px !important; line-height:22px !important; color:#aaa !important; border-bottom:1px solid #ccc !important; border-left:1px solid #ccc !important; background:url(//www.urielbarthelemi.com/wp-content/plugins/mp3-jplayer/css/v1-skins/images/t40w.png) repeat left top !important; }
div.mp3j-finfo-close:hover { color:#888 !important; }
div.mp3j-finfo-txt h2 { font-size:15px !important; color:#333 !important; margin:0 0 10px 0 !important; }
div.mp3j-finfo-txt h3 { font-size:14px !important; color:#333 !important; margin:0 0 15px 0 !important; }
div.mp3j-finfo-txt p { font-size:11px !important; color:#555 !important; line-height:13px !important; margin:0 0 5px 0; }
div.mp3j-finfo-txt a {  } div.player-track-title.mp3j_widgetmods { font-size: 11px; top: 7px; left:5px; }
div.player-track-title.mp3j_widgetmods span { font-size: 9px; }
ul.ul-mjp.mp3j_widgetmods li { font-size:10px !important; line-height:14px !important; }
ul.ul-mjp.mp3j_widgetmods li a { font-size:10px !important; line-height:14px !important; }
.mp3j-nosolution,
.s-nosolution
{
padding:10px 5% 10px 5%;
border:1px solid #c0c0c0;
background:#f0f0f0;
color:#333;
top:4px;
left:4px;
right:4px;
-webkit-border-radius: 2px; -moz-border-radius: 2px; border-radius: 2px;
font-size:13px;
-webkit-box-shadow:0px 1px 4px rgba(0, 0, 0, 0.35); -moz-box-shadow:0px 1px 4px rgba(0, 0, 0, 0.35); box-shadow:0px 1px 4px rgba(0, 0, 0, 0.35);
} div.mjp-s-wrapper.s-text { padding:0 0 0px 0; line-height:100% !important; margin:0 !important; }
div.mjp-s-wrapper.s-graphic { padding:0 0 0px 0; line-height:100% !important; margin:0 !important; }
span.wrap_inline_mp3j { position:relative; width:auto; cursor:pointer; padding:0; white-space:nowrap; text-align:left; }
span.indi_mp3j { position:relative; padding-left:2px; }
span.T_mp3j span { font-size:0.7em } span.bars_mp3j { position:absolute; width:100%; top:0px; bottom:0px; }
span.load_mp3j, span.loadB_mp3j { position:absolute; bottom:-5px; left:0px; min-height:3px; height:12%; -webkit-border-radius: 2px; -moz-border-radius: 2px; border-radius: 2px; } span.posbar_mp3j { position:absolute; width:100%; top:0px; bottom:0px; border:0px solid #f77; background:none !important; }
span.posbar_mp3j .ui-widget-header { z-index:-500; }	
span.posbar_mp3j .ui-slider-handle {  background:url(//www.urielbarthelemi.com/wp-content/plugins/mp3-jplayer/css/v1-skins/images/t50l.png) repeat; top:-1px; margin-left:-4px; border:1px solid #bbb; bottom:-8px; width:8px; z-index:500; cursor:default; padding:0px !important; -moz-border-radius:2px; -webkit-border-radius:2px; border-radius:2px; }
span.posbar_mp3j .ui-slider-handle:hover { background:url(//www.urielbarthelemi.com/wp-content/plugins/mp3-jplayer/css/v1-skins/images/t50l.png) repeat; border-color:#999; } span.posbarB_mp3j { position:absolute; width:100%; top:0px; bottom:0px; border:0; cursor:pointer; z-index:499; background:none !important; }
span.posbarB_mp3j .ui-widget-header { background:transparent; z-index:-450; height:100%; }	
span.posbarB_mp3j .ui-slider-handle { background:url(//www.urielbarthelemi.com/wp-content/plugins/mp3-jplayer/css/v1-skins/images/t50l.png) repeat 0px 0px; top:-2px; bottom:-8px; margin-left:-4px; border:1px solid #bbb; width:8px; z-index:500; cursor:default; padding:0px !important; -moz-border-radius:2px; -webkit-border-radius:2px; border-radius:2px; }
span.posbarB_mp3j .ui-slider-handle:hover { background:url(//www.urielbarthelemi.com/wp-content/plugins/mp3-jplayer/css/v1-skins/images/t50l.png) repeat 0px 0px; border-color:#999; } span.textbutton_mp3j, span.T_mp3j { position:relative; width:auto; padding:0px; background:none; margin:0 0px 0 0px; }
span.group_wrap { position:relative; width:auto; margin:0px; }
span.gfxbutton_mp3j.play-mjp, span.gfxbutton_mp3j.pause-mjp { 
font-size:14px !important; padding:1px 0px 7px 8px; margin:0 5px 0px 2px; background-color:#e0e0e0; background-repeat:no-repeat;
}
span.gfxbutton_mp3j.play-mjp { background:transparent url(//www.urielbarthelemi.com/wp-content/plugins/mp3-jplayer/css/v1-skins/images/transport-shard-B.png) no-repeat -81px -3px; }
span.gfxbutton_mp3j.play-mjp:hover { background:transparent url(//www.urielbarthelemi.com/wp-content/plugins/mp3-jplayer/css/v1-skins/images/transport-shard-B.png) no-repeat -81px -35px;; }
span.gfxbutton_mp3j.pause-mjp { background: transparent url(//www.urielbarthelemi.com/wp-content/plugins/mp3-jplayer/css/v1-skins/images/transport-shard-B.png) no-repeat -3px -3px; }
span.gfxbutton_mp3j.pause-mjp:hover { background: transparent url(//www.urielbarthelemi.com/wp-content/plugins/mp3-jplayer/css/v1-skins/images/transport-shard-B.png) no-repeat -3px -35px; } span.vol_mp3t { position:absolute; top:-7px; right:3px; width:90%; max-width:85px; height:3px; }
span.vol_mp3j { position:absolute; top:-11px; right:12px; width:85%; max-width:82px; height:3px; }
span.vol_mp3j.flipped { right:4px; }
span.vol_mp3t .ui-widget-header, span.vol_mp3j .ui-widget-header { z-index:500; height:100%; -webkit-border-radius: 2px; -moz-border-radius: 2px; border-radius: 2px;  background:#fff url(//www.urielbarthelemi.com/wp-content/plugins/mp3-jplayer/css/v1-skins/images/vol-grad60b2.png) repeat-y 0px top; }	
span.vol_mp3t .ui-slider-handle, span.vol_mp3j .ui-slider-handle { 
background: transparent url(//www.urielbarthelemi.com/wp-content/plugins/mp3-jplayer/css/v1-skins/images/vol-handle.png) no-repeat -1px 0px; 
height:11px; 
width:10px !important; 
padding:0px; 
margin-left:-6px; 
border:0px solid #505050; 
border-radius:2px; -moz-border-radius:2px; -webkit-border-radius:2px; 
z-index:600; 
overflow:hidden !important; 
cursor:default; 
top:-5px; 
}
span.vol_mp3t .ui-slider-handle:hover, span.vol_mp3j .ui-slider-handle:hover { background-color:#575757; background-position:-21px 0px; }
span.vol_mp3t .ui-state-active, span.vol_mp3t .ui-widget-content .ui-state-active, span.vol_mp3j .ui-state-active, span.vol_mp3j .ui-widget-content .ui-state-active {  outline:none; background-color:#575757; background-position:-21px 0px; }
span.Smp3-finding,
span.mp3-gtint { 
padding:0px 0px 0px 8px;
overflow:hidden;
-moz-border-radius:2px; -webkit-border-radius:2px; border-radius:2px;
}
span.Smp3-finding { margin:0px 0px 0px 3px; background:url(//www.urielbarthelemi.com/wp-content/plugins/mp3-jplayer/css/v1-skins/images/pulse.gif) repeat 0px 0px; }
span.mp3-gtint { margin:0px 2px 0px -8px; opacity:.5; filter:alpha(opacity=50); background:#777; -moz-border-radius:2px; -webkit-border-radius:2px; border-radius:2px; }
span.tintmarg	{ margin:0 2px 0 3px; }
span.Smp3-tint { opacity:.5; filter:alpha(opacity=50); padding:0px 0px 0px 8px; -moz-border-radius:2px; -webkit-border-radius:2px; border-radius:2px; }  .popout-wrap-mjp { 
cursor:pointer; 
position:relative; 
border-width:0px; 
border-style:solid; 
background:transparent;
padding:5px 10px 5px 0px;
}
.popout-wrap-mjp * { margin:0; padding:0; }
.popout-text-mjp { float:left; }
.popout-image-mjp { 
float:left;
background-image:url(//www.urielbarthelemi.com/wp-content/plugins/mp3-jplayer/css/v1-skins/images/buttons-popout.png);
background-repeat:no-repeat; 
background-position:-10px -62px;
min-width:28px; 
min-height:28px;
}
.popout-image-mjp-custom { float:left; }
.clearL-mjp { clear:left; }  .dark .innerx { background-position:left -119px; }
.dark .transport-MI { height:38px; }
.dark .transport-MI div { background-image:url(//www.urielbarthelemi.com/wp-content/plugins/mp3-jplayer/css/v1-skins/images/transport-darkbg-trans2.png); }
.dark .bars_holder { background:url(//www.urielbarthelemi.com/wp-content/plugins/mp3-jplayer/css/v1-skins/images/t40b.png) repeat-x left bottom; }
.dark .mp3j-popout-MI { color:#a2a2a2; background-position:-8px -6px; border-color:#585858; background-color:#aaa; }
.dark .mp3j-popout-MI:hover { color:#aaa; background-position:-8px -36px; }
.dark div.playlist-toggle-MI { background:#505050; color:#a2a2a2; }
.dark div.playlist-toggle-MI:hover { background:#585858; color:#aaa; }
.dark .MI-image img { background-color:#777; }
.dark div.mp3j-finfo { background:url(//www.urielbarthelemi.com/wp-content/plugins/mp3-jplayer/css/v1-skins/images/fdloadB-x.png) repeat-x left top; }
.dark div.mp3j-finfo-gif { background:url(//www.urielbarthelemi.com/wp-content/plugins/mp3-jplayer/css/v1-skins/images/loader-w2.gif) no-repeat center 37px; }
.dark div.mp3j-finfo-close { color:#999 !important; border-bottom:1px solid #777 !important; border-left:1px solid #777 !important; background:url(//www.urielbarthelemi.com/wp-content/plugins/mp3-jplayer/css/v1-skins/images/t40b.png) repeat left top !important; }
.dark div.mp3j-finfo-close:hover { color:#eee !important; }
.dark div.mp3j-finfo-txt h2 { color:#fff !important; }
.dark div.mp3j-finfo-txt h3 { color:#fff !important; }
.dark div.mp3j-finfo-txt p { color:#fff !important; } div.wrap-mjp.text { }
.text div.innerx, .text div.innerleft, .text div.innerright { position: absolute; visibility: hidden; }
.text div.innertab { bottom: 38px; }
.text div.interface-mjp { background:none; }
.text div.player-track-title { font:normal normal 500 16px/18px 'trebuchet ms', Arial, sans-serif; }
.text div.player-track-title span { font:italic normal 500 12px/14px 'trebuchet ms', Arial, sans-serif; opacity:0.7; filter:alpha(opacity=70); }
.text div.jp-play-time, .text div.jp-total-time, .text div.statusMI { bottom:20px; font-size:11px; font-family: 'trebuchet ms', Arial, sans-serif; }
.text div.jp-play-time { width:37px; left:0px; right:auto; opacity:0.6; filter:alpha(opacity=60); }
.text div.jp-total-time { width:37px; left:100px; display:none; } 
.text div.statusMI { left:37px; width:70px !important; }
.text div.transport-MI { height:26px; right:2px; bottom:12px; }
.text div.transport-MI div { font-family: 'trebuchet ms', Arial, sans-serif; font-weight:700; overflow:hidden !important; background:none !important; white-space:nowrap !important; }
.text div.play-mjp { text-indent:6px !important; width:32px; overflow:hidden !important; height: 25px; margin:0 6px 0 0px; background:none !important; line-height:25px !important; font-size:14px; }
.text div.pause-mjp { text-indent:0px !important; width:38px; overflow:hidden !important; height: 25px; margin:0 -3px 0 3px; background:none !important; line-height:25px !important; font-size:14px; }
.text div.prev-mjp, .text div.next-mjp { text-indent:0px !important; height:23px; line-height:23px !important; font-size:12px; width:36px; margin:2px 0px 0px 0px; } 
.text div.stop-mjp { text-indent:0px !important; width:31px; height:25px; margin:0px 0px 0px 4px; line-height:25px !important; font-size:14px; }
.text div.playlist-toggle-MI { bottom: 7px; font-family:'trebuchet ms', Arial, sans-serif; background:none; padding:0; opacity:0.6; filter:alpha(opacity=60); }
.text div.playlist-toggle-MI:hover { opacity:1.0; filter:alpha(opacity=100); }
.text div.dloadmp3-MI { font-size:11px; bottom: 6px; height:auto; right:0px !important; left:auto; margin:0; font-family: 'trebuchet ms', Arial, sans-serif; text-align:right; background:none !important; }				
.text div.dloadmp3-MI a { color:#888; font-size:inherit; margin:0px !important; padding: 0px !important; background:none !important; text-decoration:none; }
.text div.dloadmp3-MI a:hover { color:#555; background:none !important; }
.text div.dloadmp3-MI.betweenlinks a { display:none; background:none !important; }
.text div.dloadmp3-MI.whilelinks a { display:block;  background:none !important; }
.text div.dloadmp3-MI.whilelinks a:hover {   text-decoration:none; background:none !important; }
.text div.dloadmp3-MI p { font-size: inherit; margin:0px !important; padding: 0px !important; background:none !important; text-decoration:none; }
.text div.mp3j-popout-MI { color:#888; font:normal normal 500 11px 'trebuchet ms', 'arial', sans-serif; bottom:15px; right:155px; left:auto; width:auto; opacity:1; filter:alpha(opacity=100); padding:0px; line-height:12px; border:0; background:none; cursor:default; z-index:500; }
.text div.mp3j-popout-MI:hover { color:#555; opacity:1.0; filter:alpha(opacity=100); }
.text div.dloadmp3-MI.whilelinks, .text div.dloadmp3-MI.logintext { background:none !important; }
.text span.mjp-playing, .text span.mjp-paused, .text span.mjp-ready, .text span.mjp-stopped, .text span.mjp-connecting, .text span.mjp-buffering { display:inline; } .noscreen div.interface-mjp { height:10px !important; }
.noscreen div.player-track-title { display:none; }
.noscreen div.bars_holder { top:auto; bottom:0px; height:7px; }
.noscreen div.innertab { bottom: 0px; top:0; display:none; }
.noscreen div.dloadmp3-MI { bottom: 11px; }
.noscreen div.transport-MI { bottom:17px; }
.noscreen div.jp-play-time, .noscreen div.jp-total-time, .noscreen div.statusMI { bottom:25px; }
.noscreen div.playlist-toggle-MI { bottom: 12px; }
.noscreen div.mp3j-popout-MI { bottom: 20px; }
.noscreen div.mjp-volwrap { bottom:43px !important; top:auto; height:5px; width:100px; }
.noscreen h2 { margin:0 !important; padding:0 0 0px 0 !important; }
.noscreen div.posbarMI_mp3j .ui-slider-handle { top:-5px; margin-left:-7px !important; border:0; bottom:0px; width:14px !important; z-index:100; background:none; border:none; cursor:default ; padding:0px !important; }
.noscreen div.posbarMI_mp3j .ui-slider-handle:hover { background:none; border:none; }
.noscreen .MI-image { top:15px; } .headless div.interface-mjp { height:20px; }
.headless div.player-track-title { display:none; }
.headless .MI-image { display:none; }
.headless div.innertab { display:none; }
.headless div.bars_holder { height:7px; }
.headless div.MIsliderVolume { bottom: 43px; }
.headless div.MIsliderVolume .ui-widget-header { background:transparent url(//www.urielbarthelemi.com/wp-content/plugins/mp3-jplayer/css/v1-skins/images/vol-grad60b2.png) repeat-y 0px top; }
.headless div.MIsliderVolume .ui-slider-handle { top:-6px; }
.headless h2 { margin:0 !important; padding:0 0 0px 0 !important; }
.headless div.posbarMI_mp3j .ui-slider-handle { top:-5px; margin-left:-7px !important; border:0; bottom:-5px; width:14px !important; z-index:100; background:none; border:none; cursor:default ; padding:0px !important; }
.headless div.posbarMI_mp3j .ui-slider-handle:hover { background:none; border:none; } .bars100 div.player-track-title { left:112px; }
.bars100 div.dloadmp3-MI { left:102px; width:36%;}
.bars100 div.bars_holder  { left:102px; width:auto; }
.bars100 .MI-image img { padding:1px; }
.bars100 div.player-track-title { top:20px; } .bars150 div.player-track-title { left:162px; }
.bars150 div.dloadmp3-MI { left:152px; width:33%;}
.bars150 div.bars_holder  { left:152px; width:auto; }
.bars150 .MI-image img { padding:1px; }
.bars150 div.player-track-title { top:20px; } .bars200 div.player-track-title { left:212px; }
.bars200 div.dloadmp3-MI { left:202px; width:30%; }
.bars200 div.bars_holder { left:202px; width:auto; }
.bars200 .MI-image img { padding:1px; }
.bars200 div.player-track-title { top:20px; } .bars250 div.player-track-title { left:262px; }
.bars250 div.dloadmp3-MI { left:252px; width:27%;}
.bars250 div.bars_holder  { left:252px; width:auto; }
.bars250 .MI-image img { padding:1px; }
.bars250 div.player-track-title { top:20px; } .bars300 div.player-track-title { left:312px; }
.bars300 div.dloadmp3-MI { left:302px; width:24%; }
.bars300 div.bars_holder { left:302px; width:auto; }
.bars300 .MI-image img { padding:1px; }
.bars300 div.player-track-title { top:20px; } .bars350 div.player-track-title { left:362px; }
.bars350 div.dloadmp3-MI { left:352px; width:21%;}
.bars350 div.bars_holder  { left:352px; width:auto; }
.bars350 .MI-image img { padding:1px; }
.bars350 div.player-track-title { top:20px; } .bars400 div.player-track-title { left:412px; }
.bars400 div.dloadmp3-MI { left:402px; width:18%; }
.bars400 div.bars_holder { left:402px; width:auto; }
.bars400 .MI-image img { padding:1px; }
.bars400 div.player-track-title { top:20px; } div.bigger1 span { font-size:18px !important; line-height:26px !important; margin:0 !important; }
.bigger1 span.load_mp3j .ui-slider-handle,
.bigger1 span.posbar_mp3j .ui-slider-handle { top: 3px; height:24px; width:6px !important; margin-left:-3px !important; -moz-border-radius:1px; -webkit-border-radius:1px; border-radius:1px; }
.bigger1 span.posbarB_mp3j .ui-slider-handle { top: 3px; margin-left:-3px !important; border:1px solid #999; height:24px; width:6px !important; z-index:500; background:url(//www.urielbarthelemi.com/wp-content/plugins/mp3-jplayer/css/v1-skins/images/mp3t-poshandle.png) repeat-y -50px 0px; cursor:default; padding:0px !important; -moz-border-radius:1px; -webkit-border-radius:1px; border-radius:1px; }
.bigger1 span.posbarB_mp3j .ui-slider-handle:hover { background:url(//www.urielbarthelemi.com/wp-content/plugins/mp3-jplayer/css/v1-skins/images/mp3t-poshandle.png) repeat-y 0px 0px; border-color:#aaa; }
.bigger1 span.play-mjp { font-size:14px !important; position:relative; margin:0px; margin-left:2px !important; padding:10px 0px 5px 6px; background: transparent url(//www.urielbarthelemi.com/wp-content/plugins/mp3-jplayer/css/v1-skins/images/transport-shard-B.png) no-repeat -80px 5px; }
.bigger1 span.play-mjp:hover { background:transparent url(//www.urielbarthelemi.com/wp-content/plugins/mp3-jplayer/css/v1-skins/images/transport-shard-B.png) no-repeat -80px -27px; }
.bigger1 span.pause-mjp { font-size:14px !important; position:relative; margin:0px; margin-left:2px !important; padding:10px 0px 5px 6px; background: transparent url(//www.urielbarthelemi.com/wp-content/plugins/mp3-jplayer/css/v1-skins/images/transport-shard-B.png) no-repeat -2px 5px; }
.bigger1 span.pause-mjp:hover { background:transparent url(//www.urielbarthelemi.com/wp-content/plugins/mp3-jplayer/css/v1-skins/images/transport-shard-B.png) no-repeat -2px -27px; } 
.bigger1 span.vol_mp3j { position:absolute; top:-6px; right:4px; width:85%; max-width:100px; height:2px; }
.bigger1 span.Smp3-finding,
.bigger1 span.mp3-gtint,
.bigger1 span.Smp3-tint	{ 
padding:0px 0px 0px 10px !important;
font-size:10px !important;
}
.bigger1 span.Smp3-finding { margin:0px 0px 0px 8px !important;}
.bigger1 span.mp3-gtint { margin:0px 8px 0px -10px !important; }
.bigger1 span.tintmarg	{ margin:0 8px 0 8px !important; }
.bigger1 div.player-track-title { font:normal normal 500 18px 'verdana', 'Lucida Grande', 'arial', sans-serif; }
.bigger1 div.player-track-title span { font:normal normal 500 14px 'verdana', 'Lucida Grande', 'arial', sans-serif; }
.bigger1 ul.ul-mjp li a, .bigger1 ul.ul-mjp li { font-size:16px !important; line-height:19px !important; }
.bigger1 .indi_mp3j { font-size: 0.6em !important; }
.bigger1 span.textbutton_mp3j, .bigger1 span.textbutton_mp3j:hover { background:none; } .bigger2 div.player-track-title { font:normal normal 500 36px/38px 'verdana', 'Lucida Grande', 'arial', sans-serif; }
.bigger2 div.player-track-title span { font:normal normal 500 20px/22px 'verdana', 'Lucida Grande', 'arial', sans-serif; }
.bigger2 ul.ul-mjp li a, .bigger2 ul.ul-mjp li { font-size:20px !important; line-height:24px !important; }
div.bigger2 span { font-size:23px !important; line-height:25px !important; margin:0 !important; }
.bigger2 span.posbar_mp3j .ui-slider-handle { top: 0px; height:34px; width:6px !important; margin-left:-3px !important; -moz-border-radius:1px; -webkit-border-radius:1px; border-radius:1px; }
.bigger2 span.posbarB_mp3j .ui-slider-handle { top: -1px; margin-left:-3px !important; border:1px solid #999; height:34px; width:8px !important; z-index:500; border-color:#aaa; background:url(//www.urielbarthelemi.com/wp-content/plugins/mp3-jplayer/css/v1-skins/images/mp3t-poshandle.png) repeat-y 0px 0px; cursor:default; padding:0px !important; -moz-border-radius:1px; -webkit-border-radius:1px; border-radius:1px; }
.bigger2 span.posbarB_mp3j .ui-slider-handle:hover { background:url(//www.urielbarthelemi.com/wp-content/plugins/mp3-jplayer/css/v1-skins/images/mp3t-poshandle.png) repeat-y -50px 0px; border-color:#999; }
.bigger2 span.play-mjp { font-size:14px !important; font-family:Arial, Helvetica, sans-serif !important; padding:13px 0px 4px 5px !important; background:url(//www.urielbarthelemi.com/wp-content/plugins/mp3-jplayer/css/v1-skins/images/play-dark2-b.png) no-repeat -186px center; border:0px solid #bbb; margin-left:10px !important; }
.bigger2 span.play-mjp:hover { background:url(//www.urielbarthelemi.com/wp-content/plugins/mp3-jplayer/css/v1-skins/images/play-dark2-b.png) no-repeat -437px center; }
.bigger2 span.pause-mjp { font-size:14px !important; font-family:Arial, Helvetica, sans-serif !important; padding:13px 0px 4px 5px !important; background:url(//www.urielbarthelemi.com/wp-content/plugins/mp3-jplayer/css/v1-skins/images/stop-dark2-b.png) repeat-y 0px top; border:0px solid #bbb; margin-left:10px !important; -moz-border-radius:1px; -webkit-border-radius:1px; border-radius:1px; }
.bigger2 span.pause-mjp:hover { background:url(//www.urielbarthelemi.com/wp-content/plugins/mp3-jplayer/css/v1-skins/images/stop-dark2-b.png) repeat-y -350px top; }
.bigger2 span.vol_mp3j { position:absolute; top:-12px; right:4px; width:85%; max-width:100px; height:2px; }
.bigger2 span.vol_mp3t { position:absolute; top:-10px; width:85%; max-width:100px; height:2px; }
.bigger2 .indi_mp3j { font-size: 0.5em !important; padding-left:0px; }
.bigger2 span.Smp3-finding,
.bigger2 span.mp3-gtint,
.bigger2 span.Smp3-tint	{ 
padding:0px 0px 0px 12px !important;
font-size:12px !important;
}
.bigger2 span.Smp3-finding { margin:0px 0px 0px 8px !important;}
.bigger2 span.mp3-gtint { margin:0px 8px 0px -12px !important; }
.bigger2 span.tintmarg	{ margin:0 8px 0 8px !important; }
.bigger2.wh .play-mjp { font-family:Arial, Helvetica, sans-serif !important; padding:2px 0px 4px 20px !important; background:url(//www.urielbarthelemi.com/wp-content/plugins/mp3-jplayer/css/v1-skins/images/play-dark2-w.png) no-repeat -186px center; border:0px solid #bbb; margin-left:10px; }
.bigger2.wh .play-mjp:hover { background:url(//www.urielbarthelemi.com/wp-content/plugins/mp3-jplayer/css/v1-skins/images/play-dark2-w.png) no-repeat -437px center; }
.bigger2.wh .pause-mjp { font-family:Arial, Helvetica, sans-serif !important; padding:0px 0px 2px 20px !important; background:url(//www.urielbarthelemi.com/wp-content/plugins/mp3-jplayer/css/v1-skins/images/stop-dark2-w.png) repeat-y 0px top; border:0px solid #bbb; margin-left:10px; -moz-border-radius:1px; -webkit-border-radius:1px; border-radius:1px; }
.bigger2.wh .pause-mjp:hover { background:url(//www.urielbarthelemi.com/wp-content/plugins/mp3-jplayer/css/v1-skins/images/stop-dark2-w.png) repeat-y -350px top; }
.bigger2 span.textbutton_mp3j, .bigger2 span.textbutton_mp3j:hover { background:none; } div.bigger3 span { font-size:28px !important; line-height:36px !important; margin:0 !important; }
.bigger3 .posbar_mp3j .ui-slider-handle, .bigger3 .posbarB_mp3j .ui-slider-handle { top: 0px; border:1px solid #bbb; height:44px; width:12px !important; margin-left:-5px !important; background:url(//www.urielbarthelemi.com/wp-content/plugins/mp3-jplayer/css/v1-skins/images/stop-dark2.png) repeat-y -350px top; -moz-border-radius:1px; -webkit-border-radius:1px; border-radius:1px; }
.bigger3 .posbar_mp3j .ui-slider-handle:hover, .bigger3 .posbarB_mp3j .ui-slider-handle:hover { background:url(//www.urielbarthelemi.com/wp-content/plugins/mp3-jplayer/css/v1-skins/images/stop-dark2.png) repeat-y 0px top; border:1px solid #aaa; }
.bigger3 .indi_mp3j { font-size: 0.5em !important; }
.bigger3 span.play-mjp { font-size:17px !important; font-family:Arial, Helvetica, sans-serif !important; padding:11px 5px 9px 0px !important; background:url(//www.urielbarthelemi.com/wp-content/plugins/mp3-jplayer/css/v1-skins/images/play-dark2.png) no-repeat -177px center; border:0px solid #bbb; margin-left:12px !important; }
.bigger3 span.play-mjp:hover { background:url(//www.urielbarthelemi.com/wp-content/plugins/mp3-jplayer/css/v1-skins/images/play-dark2.png) no-repeat -428px center; }
.bigger3 span.pause-mjp { font-size:17px !important; font-family:Arial, Helvetica, sans-serif !important; padding:11px 5px 9px 0px !important; background:url(//www.urielbarthelemi.com/wp-content/plugins/mp3-jplayer/css/v1-skins/images/stop-dark2.png) repeat-y 0px top; border:0px solid #bbb; margin-left:12px !important; -moz-border-radius:1px; -webkit-border-radius:1px; border-radius:1px; }
.bigger3 span.pause-mjp:hover { background:url(//www.urielbarthelemi.com/wp-content/plugins/mp3-jplayer/css/v1-skins/images/stop-dark2.png) repeat-y -350px top; }
.bigger3 .vol_mp3j { height:1px; max-width:110px; right:64px; top:-8px; }
.bigger3 .vol_mp3t { height:1px; max-width:110px; right:16px; top:-5px; }
.bigger3 .vol_mp3j .ui-slider-handle, .bigger3 .vol_mp3t .ui-slider-handle { height:14px !important; width:33px !important; margin-left:-16px; border-bottom:1px solid #ccc !important; border-radius:1px; -moz-border-radius:1px; -webkit-border-radius:1px; top:-14px; background:url(//www.urielbarthelemi.com/wp-content/plugins/mp3-jplayer/css/v1-skins/images/volhandle-dark2.png) no-repeat -10px bottom; }
.bigger3 .vol_mp3j .ui-slider-handle:hover, .bigger3 .vol_mp3t .ui-slider-handle:hover { background:url(//www.urielbarthelemi.com/wp-content/plugins/mp3-jplayer/css/v1-skins/images/volhandle-dark2.png) no-repeat -257px bottom; }
.bigger3 span.Smp3-finding,
.bigger3 span.mp3-gtint,
.bigger3 span.Smp3-tint	{ 
padding:0px 0px 0px 14px !important;
font-size:16px !important;
}
.bigger3 span.Smp3-finding { margin:0px 0px 0px 8px !important;}
.bigger3 span.mp3-gtint { margin:0px 8px 0px -14px !important; }
.bigger3 span.tintmarg	{ margin:0 8px 0 8px !important; }
.bigger3 div.player-track-title { font:normal normal 500 44px/46px 'verdana', 'Lucida Grande', 'arial', sans-serif; }
.bigger3 div.player-track-title span { font:normal normal 500 28px/30px 'verdana', 'Lucida Grande', 'arial', sans-serif; }
.bigger3 ul.ul-mjp li a, .bigger3 ul.ul-mjp li { font-size:28px !important; line-height:30px !important; }
.bigger3.bl span.play-mjp { background:url(//www.urielbarthelemi.com/wp-content/plugins/mp3-jplayer/css/v1-skins/images/play-dark2-b.png) no-repeat -177px center; }
.bigger3.bl span.play-mjp:hover { background:url(//www.urielbarthelemi.com/wp-content/plugins/mp3-jplayer/css/v1-skins/images/play-dark2-b.png) no-repeat -428px center; }
.bigger3.bl span.pause-mjp { background:url(//www.urielbarthelemi.com/wp-content/plugins/mp3-jplayer/css/v1-skins/images/stop-dark2-b.png) repeat-y 0px top; }
.bigger3.bl span.pause-mjp:hover { background:url(//www.urielbarthelemi.com/wp-content/plugins/mp3-jplayer/css/v1-skins/images/stop-dark2-b.png) repeat-y -350px top; }
.bigger3.bl span.vol_mp3j .ui-slider-handle, .bigger3.bl span.vol_mp3t .ui-slider-handle { background:url(//www.urielbarthelemi.com/wp-content/plugins/mp3-jplayer/css/v1-skins/images/volhandle-dark2-b.png) no-repeat -10px bottom; }
.bigger3.bl span.vol_mp3j .ui-slider-handle:hover, .bigger3.bl span.vol_mp3t .ui-slider-handle:hover { background:url(//www.urielbarthelemi.com/wp-content/plugins/mp3-jplayer/css/v1-skins/images/volhandle-dark2-b.png) no-repeat -257px bottom; }
.bigger3 span.textbutton_mp3j, .bigger3 span.textbutton_mp3j:hover { background:none; } div.bigger4 span { font-size:38px !important; line-height:46px !important; margin:0 !important; }
.bigger4 .posbar_mp3j .ui-slider-handle, .bigger4 .posbarB_mp3j .ui-slider-handle { top: -2px; border:1px solid #bbb; height:54px; width:16px !important; margin-left:-8px !important; background:url(//www.urielbarthelemi.com/wp-content/plugins/mp3-jplayer/css/v1-skins/images/stop-dark2.png) repeat-y -350px top; -moz-border-radius:1px; -webkit-border-radius:1px; border-radius:1px; }
.bigger4 .posbar_mp3j .ui-slider-handle:hover, .bigger4 .posbarB_mp3j .ui-slider-handle:hover { background:url(//www.urielbarthelemi.com/wp-content/plugins/mp3-jplayer/css/v1-skins/images/stop-dark2.png) repeat-y 0px top; border:1px solid #aaa; }
.bigger4 .indi_mp3j { font-size: 0.5em !important; }
.bigger4 span.play-mjp { font-size:22px !important; font-family:Arial, Helvetica, sans-serif !important; padding:24px 10px 5px 0px !important; background:url(//www.urielbarthelemi.com/wp-content/plugins/mp3-jplayer/css/v1-skins/images/play-dark2.png) no-repeat -167px center; border:0px solid #bbb; margin-left:15px !important; }
.bigger4 span.play-mjp:hover { background:url(//www.urielbarthelemi.com/wp-content/plugins/mp3-jplayer/css/v1-skins/images/play-dark2.png) no-repeat -418px center; }
.bigger4 span.pause-mjp { font-size:22px !important; font-family:Arial, Helvetica, sans-serif !important; padding:24px 10px 5px 0px !important; background:url(//www.urielbarthelemi.com/wp-content/plugins/mp3-jplayer/css/v1-skins/images/stop-dark2.png) repeat-y 0px top; border:0px solid #bbb; margin-left:15px !important; -moz-border-radius:1px; -webkit-border-radius:1px; border-radius:1px; }
.bigger4 span.pause-mjp:hover { background:url(//www.urielbarthelemi.com/wp-content/plugins/mp3-jplayer/css/v1-skins/images/stop-dark2.png) repeat-y -350px top; }
.bigger4 .vol_mp3j { height:1px; max-width:110px; right:86px; top:-8px; }
.bigger4 .vol_mp3t { height:1px; max-width:110px; right:20px;  top:-5px; }
.bigger4 .vol_mp3j .ui-slider-handle, .bigger4 .vol_mp3t .ui-slider-handle { height:20px !important; width:43px !important; margin-left:-21px; border-bottom:1px solid #ccc !important; border-radius:1px; -moz-border-radius:1px; -webkit-border-radius:1px; top:-20px; background:url(//www.urielbarthelemi.com/wp-content/plugins/mp3-jplayer/css/v1-skins/images/volhandle-dark2.png) no-repeat -10px bottom; }
.bigger4 .vol_mp3j .ui-slider-handle:hover, .bigger4 .vol_mp3t .ui-slider-handle:hover { background:url(//www.urielbarthelemi.com/wp-content/plugins/mp3-jplayer/css/v1-skins/images/volhandle-dark2.png) no-repeat -257px bottom; }
.bigger4 span.Smp3-finding,
.bigger4 span.mp3-gtint,
.bigger4 span.Smp3-tint	{ 
padding:0px 0px 0px 20px !important;
font-size:20px !important;
}
.bigger4 span.Smp3-finding { margin:0px 0px 0px 6px !important;}
.bigger4 span.mp3-gtint { margin:0px 6px 0px -20px !important; }
.bigger4 span.tintmarg	{ margin:0 6px 0 6px !important; }
.bigger4 div.player-track-title { font:normal normal 500 44px/46px 'verdana', 'Lucida Grande', 'arial', sans-serif; }
.bigger4 div.player-track-title span { font:normal normal 500 28px/30px 'verdana', 'Lucida Grande', 'arial', sans-serif; }
.bigger4 ul.ul-mjp li a, .bigger4 ul.ul-mjp li { font-size:28px !important; line-height:30px !important; }
.bigger4.bl .posbar_mp3j .ui-slider-handle, .bigger4.bl .posbarB_mp3j .ui-slider-handle { background:url(//www.urielbarthelemi.com/wp-content/plugins/mp3-jplayer/css/v1-skins/images/stop-dark2-b.png) repeat-y -350px top; }
.bigger4.bl .posbar_mp3j .ui-slider-handle:hover, .bigger4.bl .posbarB_mp3j .ui-slider-handle:hover { background:url(//www.urielbarthelemi.com/wp-content/plugins/mp3-jplayer/css/v1-skins/images/stop-dark2-b.png) repeat-y 0px top; }
.bigger4.bl .play-mjp { background:url(//www.urielbarthelemi.com/wp-content/plugins/mp3-jplayer/css/v1-skins/images/play-dark2-b.png) no-repeat -167px center; }
.bigger4.bl .play-mjp:hover { background:url(//www.urielbarthelemi.com/wp-content/plugins/mp3-jplayer/css/v1-skins/images/play-dark2-b.png) no-repeat -418px center; }
.bigger4.bl .pause-mjp { background:url(//www.urielbarthelemi.com/wp-content/plugins/mp3-jplayer/css/v1-skins/images/stop-dark2-b.png) repeat-y 0px top; }
.bigger4.bl .pause-mjp:hover { background:url(//www.urielbarthelemi.com/wp-content/plugins/mp3-jplayer/css/v1-skins/images/stop-dark2-b.png) repeat-y -350px top; }
.bigger4.bl .vol_mp3j .ui-slider-handle, .bigger4.bl .vol_mp3t .ui-slider-handle { background:url(//www.urielbarthelemi.com/wp-content/plugins/mp3-jplayer/css/v1-skins/images/volhandle-dark2-b.png) no-repeat -10px bottom; }
.bigger4.bl .vol_mp3j .ui-slider-handle:hover, .bigger4.bl .vol_mp3t .ui-slider-handle:hover { background:url(//www.urielbarthelemi.com/wp-content/plugins/mp3-jplayer/css/v1-skins/images/volhandle-dark2-b.png) no-repeat -257px bottom; }
.bigger4 span.textbutton_mp3j, .bigger4 span.textbutton_mp3j:hover { background:none; } div.bigger5 span { font-size:48px !important; line-height:66px !important; margin:0 !important; }
.bigger5 .posbar_mp3j .ui-slider-handle, .bigger5 .posbarB_mp3j .ui-slider-handle { top: -1px; border:1px solid #bbb; height:69px; width:20px !important; margin-left:-10px !important; background:url(//www.urielbarthelemi.com/wp-content/plugins/mp3-jplayer/css/v1-skins/images/stop-dark2.png) repeat-y -350px top; -moz-border-radius:1px; -webkit-border-radius:1px; border-radius:1px; }
.bigger5 .posbar_mp3j .ui-slider-handle:hover, .bigger5 .posbarB_mp3j .ui-slider-handle:hover { background:url(//www.urielbarthelemi.com/wp-content/plugins/mp3-jplayer/css/v1-skins/images/stop-dark2.png) repeat-y -10px top; border:1px solid #aaa; }
.bigger5 .indi_mp3j { font-size: 0.5em !important; }
.bigger5 span.play-mjp { font-size:28px !important; font-family:Arial, Helvetica, sans-serif !important; padding:25px 10px 5px 0px !important; background:url(//www.urielbarthelemi.com/wp-content/plugins/mp3-jplayer/css/v1-skins/images/play-dark2.png) no-repeat -160px center; border:0px solid #bbb; margin-left:10px !important; }
.bigger5 span.play-mjp:hover { background:url(//www.urielbarthelemi.com/wp-content/plugins/mp3-jplayer/css/v1-skins/images/play-dark2.png) no-repeat -411px center; }
.bigger5 span.pause-mjp { font-size:28px !important; font-family:Arial, Helvetica, sans-serif !important; padding:25px 10px 5px 0px !important; background:url(//www.urielbarthelemi.com/wp-content/plugins/mp3-jplayer/css/v1-skins/images/stop-dark2.png) repeat-y 0px top; border:0px solid #bbb; margin-left:10px !important; -moz-border-radius:1px; -webkit-border-radius:1px; border-radius:1px; }
.bigger5 span.pause-mjp:hover { background:url(//www.urielbarthelemi.com/wp-content/plugins/mp3-jplayer/css/v1-skins/images/stop-dark2.png) repeat-y -350px top; }
.bigger5 .vol_mp3j { height:1px; max-width:170px; right:103px; top:-10px; }
.bigger5 .vol_mp3t { height:1px; max-width:170px; right:33px;  top:-5px; }
.bigger5 .vol_mp3j .ui-slider-handle, .bigger5 .vol_mp3t .ui-slider-handle { height:30px !important; width:55px !important; margin-left:-21px; border-bottom:1px solid #aaa !important; border-radius:1px; -moz-border-radius:1px; -webkit-border-radius:1px; top:-30px; background:url(//www.urielbarthelemi.com/wp-content/plugins/mp3-jplayer/css/v1-skins/images/volhandle-dark2.png) no-repeat -10px bottom; }
.bigger5 .vol_mp3j .ui-slider-handle:hover, .bigger5 .vol_mp3t .ui-slider-handle:hover { background:url(//www.urielbarthelemi.com/wp-content/plugins/mp3-jplayer/css/v1-skins/images/volhandle-dark2.png) no-repeat -257px bottom; }
.bigger5 span.Smp3-finding,
.bigger5 span.mp3-gtint,
.bigger5 span.Smp3-tint	{ 
padding:0px 0px 0px 24px !important;
font-size:22px !important;
}
.bigger5 span.Smp3-finding { margin:0px 0px 0px 10px !important;}
.bigger5 span.mp3-gtint { margin:0px 10px 0px -24px !important; }
.bigger5 span.tintmarg	{ margin:0 10px 0 10px !important; } .smaller div.player-track-title { font:normal normal 500 11px/13px 'verdana', 'Lucida Grande', 'arial', sans-serif !important; left:5px; right:5px; }
.smaller div.player-track-title span { font:normal normal 500 10px/10px 'verdana', 'Lucida Grande', 'arial', sans-serif !important; padding:0; }
.smaller ul.ul-mjp li a, .smaller ul.ul-mjp li { font-size:10px !important; font-family:'verdana', Helvetica, sans-serif !important; line-height:13px !important; } .outline span.vol_mp3j { position:absolute; top:-9px; right:6px; width:85%; max-width:100px; height:2px; background: transparent; }
.outline span.play-mjp { padding:2px 0px 5px 9px !important; background: transparent url(//www.urielbarthelemi.com/wp-content/plugins/mp3-jplayer/css/v1-skins/images/transport-outline.png) no-repeat -80px -1px; border:0; margin:0; }
.outline span.play-mjp:hover { background:transparent url(//www.urielbarthelemi.com/wp-content/plugins/mp3-jplayer/css/v1-skins/images/transport-outline.png) no-repeat -80px -33px; }
.outline span.pause-mjp { padding:2px 0px 5px 9px !important; background: transparent url(//www.urielbarthelemi.com/wp-content/plugins/mp3-jplayer/css/v1-skins/images/transport-outline.png) no-repeat 1px -1px; border:0; margin:0; }
.outline span.pause-mjp:hover { background:transparent url(//www.urielbarthelemi.com/wp-content/plugins/mp3-jplayer/css/v1-skins/images/transport-outline.png) no-repeat 1px -33px; }
.outline span.posbarB_mp3j { position:absolute; width:100%; height:100%; border:0px solid #f77; }
.outline span.posbarB_mp3j .ui-slider-handle { top: 0px; margin-left:0px; border:1px solid #aaa; height:23px; width:5px !important; z-index:500; background:url(//www.urielbarthelemi.com/wp-content/plugins/mp3-jplayer/css/v1-skins/images/t10b.png) repeat; cursor:default; padding:0px !important; -moz-border-radius:1px; -webkit-border-radius:1px; border-radius:1px; }
.outline span.posbarB_mp3j .ui-slider-handle:hover { background:url(//www.urielbarthelemi.com/wp-content/plugins/mp3-jplayer/css/v1-skins/images/t20b.png) repeat; border-color:#777; }
.outline div.transport-MI div { background-image: url(//www.urielbarthelemi.com/wp-content/plugins/mp3-jplayer/css/v1-skins/images/transport-hardZ.png); }
.outline div.mp3j-popout-MI { background-image:url(//www.urielbarthelemi.com/wp-content/plugins/mp3-jplayer/css/v1-skins/images/buttons-popoutF.png); }
.dark.outline div.transport-MI div { background-image: url(//www.urielbarthelemi.com/wp-content/plugins/mp3-jplayer/css/v1-skins/images/transport-hardK.png); }
.dark.outline div.mp3j-popout-MI { background-image:url(//www.urielbarthelemi.com/wp-content/plugins/mp3-jplayer/css/v1-skins/images/buttons-popoutF.png); } .wtransbars div.loadMI_mp3j { background:#fff; opacity:0.2; filter:alpha(opacity=20); } 
.wtransbars div.poscolMI_mp3j { background:#fff url(//www.urielbarthelemi.com/wp-content/plugins/mp3-jplayer/css/v1-skins/images/posbar-soften-tipped-2.png) repeat-y right top; opacity:0.15; filter:alpha(opacity=15); } .btransbars div.loadMI_mp3j { background:#000; opacity:0.2; filter:alpha(opacity=20); } 
.btransbars div.poscolMI_mp3j { background:#000 url(//www.urielbarthelemi.com/wp-content/plugins/mp3-jplayer/css/v1-skins/images/posbar-soften-tipped-2.png) repeat-y right top; opacity:0.15; filter:alpha(opacity=15); } .fullbars div.dloadmp3-MI { bottom:39px; }
.fullbars div.MIsliderVolume { top:0px; right:4px; width:108px; height:6px !important; background:transparent; border:0px; }
.fullbars div.MIsliderVolume .ui-widget-header { background:transparent url(//www.urielbarthelemi.com/wp-content/plugins/mp3-jplayer/css/v1-skins/images/vol-grad60w2.png) repeat-y -15px top; } 
.fullbars div.MIsliderVolume .ui-slider-handle { border:0px; height:11px !important; width:10px !important; padding:0px !important; margin-left:-5px; top:-2px; border:0px !important; -moz-border-radius:2px; -webkit-border-radius:2px; background:transparent url(//www.urielbarthelemi.com/wp-content/plugins/mp3-jplayer/css/v1-skins/images/vol-handle.png) no-repeat -1px 0px; z-index:150; overflow:hidden !important; cursor:pointer; }
.fullbars div.MIsliderVolume .ui-slider-handle:hover { background:transparent url(//www.urielbarthelemi.com/wp-content/plugins/mp3-jplayer/css/v1-skins/images/vol-handle.png) no-repeat -21px 0px; }
.fullbars div.MIsliderVolume .ui-state-active, .fullbars div.MIsliderVolume .ui-widget-content .ui-state-active { border:0px; background:transparent url(//www.urielbarthelemi.com/wp-content/plugins/mp3-jplayer/css/v1-skins/images/vol-handle.png) no-repeat -21px 0px; outline:none; }
.fullbars div.jp-play-time, .fullbars div.jp-total-time, .fullbars div.statusMI { bottom:42px; }
.fullbars div.innerleft {	display:none; }
.fullbars div.innerright {	display:none; }
.fullbars div.bars_holder { left:0px; right:0px; height:auto; bottom:38px; top:0px; background-image: url(//www.urielbarthelemi.com/wp-content/plugins/mp3-jplayer/css/v1-skins/images/t60w.png); background-repeat: repeat-x; background-position: left bottom; background-color:transparent; border:0; } .nolistbutton div.playlist-toggle-MI { visibility:hidden; }
.nopopoutbutton div.mp3j-popout-MI { display:none; }
.nopn div.prev-mjp { display:none; }
.nopn div.next-mjp { display:none; }
.nostop div.stop-mjp { display:none; }
.notitle div.player-track-title { display:none; }
div.wrap-mjp.noplayer { display:none; }
.novol div.mjp-volwrap { display:none; }
.novol div.bars_holder { left:0px; right:0px; }
.novol span.vol_mp3t,
.novol span.vol_mp3j { display:none; }
.nobars .bars_holder { display:none; }
.flip .transport-MI { left: 5px; right: auto; }
.flip .transport-MI .play-mjp,
.flip .transport-MI .pause-mjp,
.flip .transport-MI .stop-mjp { float:left; }
.flip .buttons-wrap-mjp { right: 2px; left:auto; }
.flip .buttons-wrap-mjp div { float:right }
.flip div.playlist-toggle-MI { left: auto; right:1px; }
.flip div.mp3j-popout-MI  { left: auto; right:0px; }
.emjp_clear {
height:					0px;
}.clearfix:after{content:".";display:block;height:0;clear:both;visibility:hidden}* html>body .clearfix{display:inline-block;width:100%}* html .clearfix{height:1%}#lightboxIframe{display:none}#overlay{position:absolute;top:0;left:0;z-index:10090;width:100%;height:500px;background-color:#000;filter:alpha(opacity=60);-moz-opacity:.6;opacity:.6;display:none}#lightbox{position:absolute;left:0;width:100%;z-index:10100;line-height:0}#jqlb_spinner{height:32px;background-image:url(https://www.urielbarthelemi.com/wp-content/plugins/wp-jquery-lightbox/lightboxes/wp-jquery-lightbox/styles/images/loading.gif);background-repeat:no-repeat;background-position:center center}#jqlb_closelabel{height:22px;width:66px;background-image:url(https://www.urielbarthelemi.com/wp-content/plugins/wp-jquery-lightbox/lightboxes/wp-jquery-lightbox/styles/images/closelabel.gif);background-repeat:no-repeat;background-position:center center}#lightbox a img{border:none}#outerImageContainer{position:relative;background-color:#fff;width:300px;height:300px;margin:0 auto}#imageContainer{padding:10px;text-align:center}#lightboxImage{margin-left:auto;margin-right:auto;}#jqlb_loading{position:absolute;top:40%;left:0;height:25%;width:100%;line-height:0}#hoverNav{position:absolute;top:0;left:0;height:100%;width:100%;z-index:10}#imageContainer>#hoverNav{left:0}#hoverNav a{outline:0}#nextLink,#prevLink{width:45%;height:100%;background:transparent url(https://www.urielbarthelemi.com/wp-content/plugins/wp-jquery-lightbox/lightboxes/wp-jquery-lightbox/styles/images/blank.gif) no-repeat;display:block}#prevLink{left:0;float:left}#nextLink{right:0;float:right}#prevLink:hover,#prevLink:visited:hover{background:url(https://www.urielbarthelemi.com/wp-content/plugins/wp-jquery-lightbox/lightboxes/wp-jquery-lightbox/styles/images/prev.gif) left 50% no-repeat}#nextLink:hover,#nextLink:visited:hover{background:url(https://www.urielbarthelemi.com/wp-content/plugins/wp-jquery-lightbox/lightboxes/wp-jquery-lightbox/styles/images/next.gif) right 50% no-repeat}#imageDataContainer{font:10px Verdana,Helvetica,sans-serif;background-color:#fff;color:#000;margin:0 auto;line-height:1.4em}#imageData{padding:0 10px}.ontop #imageData{padding-top:5px}#imageData #imageDetails{float:left;text-align:left;margin-bottom:10px;width:80%;width:-moz-calc(100% - 80px);width:-webkit-calc(100% - 80px);width:-o-calc(100% - 80px);width:calc(100% - 80px)}#imageData #imageDetails #titleAndCaption #titleText{font-weight:700}#imageData #imageDetails #titleAndCaption #captionText{font-weight:400}#imageData #imageDetails #controls{margin:0;white-space:nowrap}#imageData #bottomNav #bottomNavClose{height:22px;width:66px;float:right;margin-bottom:10px}#lightbox {
position: fixed;
top: 50% !important;
left: 50% !important;
transform: translate(-50%, -50%);
}
#imageContainer {
position: relative;
height: 100%;
box-sizing: border-box;
}
#imageDataContainer {
position: relative;
}
#imageDataContainer.hide {
display: none;
}
#newHoverNav {
position: absolute;
top: 0;
left: 0;
height: 100%;
width: 100%;
z-index: 10;
display: flex;
justify-content: space-between;
align-items: center;
}
#prevArrow,
#nextArrow {
color: black;
background: rgba(255,255,255,.7);
font-size: 40px;
position: relative;
display: none;
padding: 8px 10px 8px 6px;
cursor: pointer;
width: 46px;
height: 46px;
box-sizing: border-box;
}
#nextArrow {
padding: 8px 6px 8px 10px;
}
#prevArrow.fixed,
#nextArrow.fixed {
position: fixed;
display:block;
top: 50%;
left: 1%;
transform: translate(0, -50%);
border-radius: 2px;
}
#nextArrow.fixed {
right: 1%;
left: auto;
}
@media screen and (max-width: 800px) {
#prevArrow.fixed,
#nextArrow.fixed {
border-radius: 2px;
}
#prevArrow.fixed {
left: 0;
}
#nextArrow.fixed {
right: 0;
}
}
#imageContainer:hover #prevArrow,
#imageContainer:hover #nextArrow {
display:block;
}
#imageData {
display: flex;
justify-content: space-between;
align-items: center;
padding: 4px 10px 8px;
}
#imageData #imageDetails {
margin-bottom: 0;
}
#imageData #bottomNav #bottomNavClose {
margin-bottom: 0;
}
#jqlb_loading {
top: 45%;
} #prevArrow.touch-device,
#nextArrow.touch-device {
display: block;
}
#prevLink.touch-device,
#nextLink.touch-device {
position: absolute;
top: 50%;
transform: translateY(-50%);
height: 40px;
width: 40px;
float: none;
}
#prevLink.touch-device {
left: 0;
background: url(https://www.urielbarthelemi.com/wp-content/plugins/wp-jquery-lightbox/lightboxes/wp-jquery-lightbox/styles/images/prev.gif) center center no-repeat;
}
#nextLink.touch-device {
right: 0;
background: url(https://www.urielbarthelemi.com/wp-content/plugins/wp-jquery-lightbox/lightboxes/wp-jquery-lightbox/styles/images/next.gif) center center no-repeat;
}
#imageDataContainer {
position: relative;
z-index: 20px;
}