.full_width,
.one_half,
.one_third,
.two_third,
.one_fourth,
.three_fourth,
.one_fifth,
.two_fifth,
.three_fifth,
.four_fifth,
.one_sixth,
.five_sixth {
float: left;
}
.clear_column {
clear:both;
display:block;
font-size:0; height:0;
line-height:0; width:100%;
overflow: hidden;
}  .full_width  {
width: 100%;
}
.one_half  {
width: 50%;
}
.one_third  {
width: 33.3%;
}
.two_third  {
width: 66.6%;
}
.one_fourth  {
width: 25%;
}
.three_fourth  {
width: 75%;
}
.one_fifth  {
width: 20%;
}
.two_fifth  {
width: 40%;
}
.three_fifth  {
width: 60%;
}
.four_fifth  {
width: 80%;
}
.one_sixth  {
width: 16.6%;
}
.five_sixth  {
width: 83.4%;
}  @media screen and (max-width: 600px) {
.full_width,
.one_half,
.one_third,
.two_third,
.one_fourth,
.three_fourth,
.one_fifth,
.two_fifth,
.three_fifth,
.four_fifth,
.one_sixth,
.five_sixth {
clear: both;
width: 100%;
margin-left: 0;
margin-right: 0;
margin-bottom: 1em;
}
}.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;
}:root{
--fog_opacity: 0.066;
--fog_blendmode: lighten;
--fog_zindex: 1;
--fog_maskrepeat: no-repeat;
--fog_maskposition: center center;
--fog_masksize: auto 100%;
}
#sitefx_fog
{
position: absolute; width: 100%; height: 100%; top: 0; left: 0;
pointer-events: none;
overflow: hidden;
}
#sitefx_fog .sitefx_container
{
position: fixed; width: 200vw; height: 200vw;  top: 50vh; left: -50vw;
background: url(//projects.garyangelonejr.me/coven/wp-content/plugins/Site-FX//img/fog.png) repeat-x 0 center;
background-size: contain; 
-webkit-animation-name: fogAnimation;
-webkit-animation-duration: 30s;
-webkit-animation-iteration-count: infinite;
-webkit-animation-timing-function: linear;
} #sitefx_fog
{ 
opacity: var(--fog_opacity);
mix-blend-mode: var(--fog_blendmode);
z-index: var(--fog_zindex);
mask-image: var(--fog_maskimage);
mask-repeat: var(--fog_maskrepeat);
mask-position: var(--fog_maskposition);
mask-size: var(--fog_masksize);
} @-webkit-keyframes fogAnimation {
from {
-webkit-transform: rotate(0deg);
margin-top: -50%;
}
50% {
margin-top: -100%;
}
to {
-webkit-transform: rotate(360deg);
margin-top: -50%;
}
}:root{
--frost_opacity: 0.04;
--frost_blendmode: screen;
--frost_maskimage: none;
--frost_maskrepeat: no-repeat;
--frost_maskposition: center center;
--frost_masksize: auto 100%;
--frost_zindex: 0;
}
#sitefx_frost {
position: absolute; width: 100%; height: 100%; top: 0; left: 0;
pointer-events: none;
overflow: hidden;
}
#sitefx_frost .sitefx_container{
position: fixed; width: 100%; height: 100%; top: 0; left: 0;
background-image: url(//projects.garyangelonejr.me/coven/wp-content/plugins/Site-FX//img/frost.png);
background-size: cover;
-webkit-animation-name: frostAnimation;
-webkit-animation-timing-function: linear;
-webkit-animation-duration: 30s;
-webkit-animation-iteration-count: infinite;
animation-duration: 30s;
animation-iteration-count: infinite;
}
#sitefx_frost{
mix-blend-mode: var(--frost_blendmode);
z-index: var(--frost_zindex);
mask-image: var(--frost_maskimage);
mask-repeat: var(--frost_maskrepeat);
mask-position: var(--frost_maskposition);
mask-size: var(--frost_masksize);
}
@-webkit-keyframes frostAnimation {
from {
opacity: 0;
}
50% {
opacity: 0;
}
85% {
opacity: 0;
}
87% {
opacity: var(--frost_opacity);
}
90% {
opacity: var(--frost_opacity);
}
92% {
opacity: 0.01;
}
to {
opacity: 0;
}
}
@-webkit-keyframes forceFreeze {
from {
opacity: 0;
}
to {
opacity: var(--frost_opacity);
}
}
@-webkit-keyframes forceUnFreeze {
from {
opacity: 0.066;
}
to {
opacity: 0;
}
}:root{
--shake_opacity: 0.25;
--shake_blendmode: normal;
--shake_maskimage: none;
--shake_zindex: 0;
--shake_maskrepeat: no-repeat;
--shake_maskposition: center center;
--shake_masksize: auto 100%;
}
#sitefx_shake{
position: absolute; width: 100%; height: 100%; top: 0; left: 0;
pointer-events: none;
overflow: hidden;
}
#sitefx_shake .sitefx_container{
position: absolute; width: 100%; height: 100%; top: 0; left: 0;
background-image: url(//projects.garyangelonejr.me/coven/wp-content/plugins/Site-FX//img/background_shake.jpg);
background-repeat: no-repeat;
background-size: auto 100%;
background-position: 50% 0%;
-webkit-animation-name: shakeAnimation;
-webkit-animation-timing-function: linear;
-webkit-animation-duration: 10s;
-webkit-animation-iteration-count: infinite;
animation-duration: 10s;
animation-iteration-count: infinite;
}
#sitefx_shake{
mix-blend-mode: var(--shake_blendmode);
z-index: var(--shake_zindex);
mask-image: var(--shake_maskimage);
mask-repeat: var(--shake_maskrepeat);
mask-position: var(--shake_maskposition);
mask-size: var(--shake_masksize);
}
@media (max-aspect-ratio: 16/9) {
#shake{
mask-size: 100% 100%;
}
}
@-webkit-keyframes shakeAnimation {
from {
opacity: 0;
}
50% {
opacity: 0;
}
85% {
opacity: 0;
}
87% {
opacity: 0;
}
92% {
opacity: 0;
width: 100%;
}
95% {
opacity: var(--shake_opacity);
width: 101%;
}
to {
opacity: 0;
width: 100%;
}
}:root{
--leaves_opacity: 0.33;
--leaves_blendmode: multiply;
--leaves_maskimage: none;
--leaves_maskrepeat: no-repeat;
--leaves_maskposition: center center;
--leaves_masksize: auto 100%;
--leaves_zindex: 0;
}
#sitefx_leaves{
position: absolute; width: 100%; height: 100%; top: 0; left: 0;
pointer-events: none;
}
#sitefx_leaves.debug{
mix-blend-mode: normal !important;
}
#sitefx_leaves .sitefx_container{
position: absolute; width: 100%; height: 100%; top: 0; left: 0;
}
#sitefx_leaves{
opacity: var(--leaves_opacity);
mix-blend-mode: var(--leaves_blendmode);
z-index: var(--leaves_zindex);
mask-image: var(--leaves_maskimage);
mask-repeat: var(--leaves_maskrepeat);
mask-position: var(--leaves_maskposition);
mask-size: var(--leaves_masksize);
}
#sitefx_leaves canvas{
position: absolute;
top: 0;
left: 0;
display: block;
}
#sitefx_leaves .dot{
width:1vw;
height:1vw;
position: fixed;
background: url(//projects.garyangelonejr.me/coven/wp-content/plugins/Site-FX//img/leaf.png);
background-size: 100% 100%;
}
@media  (max-width: 599px) {
#sitefx_leaves .dot{
width:3vw;
height:3vw;
}
}:root{
--wisps_opacity: 0.33;
--wisps_blendmode: screen;
--wisps_maskimage: none;
--wisps_maskrepeat: no-repeat;
--wisps_maskposition: center center;
--wisps_masksize: auto 100%;
--wisps_zindex: 0;
}
#sitefx_wisps{
position: absolute; width: 100%; height: 100%; top: 0; left: 0;
mask-repeat: no-repeat;
mask-position: center center;
mask-size: auto 100%;
pointer-events: none;
}
#sitefx_wisps{
opacity: var(--wisps_opacity);
mix-blend-mode: var(--wisps_blendmode);
z-index: var(--wisps_zindex);
mask-image: var(--wisps_maskimage);
mask-repeat: var(--wisps_maskrepeat);
mask-position: var(--wisps_maskposition);
mask-size: var(--wisps_masksize);
}
#sitefx_wisps canvas{
position: absolute;
top: 0;
left: 0;
display: block;
}.sysinfo_target{
cursor: default;
}
.sysinfo_target.pointer{
cursor: pointer;
}a {
text-decoration-thickness: 1px !important;
text-underline-offset: .1em;
} :where(.wp-site-blocks *:focus) {
outline-width: 2px;
outline-style: solid;
} .wp-block-navigation .wp-block-navigation-submenu .wp-block-navigation-item:not(:last-child) {
margin-bottom: 3px;
} .wp-block-navigation .wp-block-navigation-item .wp-block-navigation-item__content {
outline-offset: 4px;
} .wp-block-navigation .wp-block-navigation-item ul.wp-block-navigation__submenu-container .wp-block-navigation-item__content {
outline-offset: 0;
} h1, h2, h3, h4, h5, h6, blockquote, caption, figcaption, p {
text-wrap: pretty;
} .more-link {
display: block;
}:root {
--colorA: var(--wp--preset--color--base);
--colorB: var(--wp--preset--color--contrast);
--color1: var(--wp--preset--color--accent-1);
--color2: var(--wp--preset--color--accent-2);
--color3: var(--wp--preset--color--accent-3);
--color4: var(--wp--preset--color--accent-4);
--color5: var(--wp--preset--color--accent-5);
--color6: var(--wp--preset--color--accent-6);
} @media (max-width: 800px) {
:root {
--wp--style--global--content-size: 100%;
}
}:root {
--colorA: var(--wp--preset--color--base);
--colorB: var(--wp--preset--color--contrast);
--color1: var(--wp--preset--color--accent-1);
--color2: var(--wp--preset--color--accent-2);
--color3: var(--wp--preset--color--accent-3);
--color4: var(--wp--preset--color--accent-4);
--color5: var(--wp--preset--color--accent-5);
--color6: var(--wp--preset--color--accent-6);
} @media (max-width: 800px) {
:root {
--wp--style--global--content-size: 100%;
}
}
@font-face {
font-family: 'Angelwish'; 
src: url(//projects.garyangelonejr.me/coven/wp-content/themes/twentytwentyfive-child/font/Angelwish-Regular.woff2) format('woff2'),
url(//projects.garyangelonejr.me/coven/wp-content/themes/twentytwentyfive-child/font/Angelwish-Regular.woff) format('woff'),
url(//projects.garyangelonejr.me/coven/wp-content/themes/twentytwentyfive-child/font/Angelwish-Regular.tff) format('ttf'),
url(//projects.garyangelonejr.me/coven/wp-content/themes/twentytwentyfive-child/font/Angelwish-Regular.eot) format('eot'),
font-weight: normal;
font-style: normal;
}
@font-face {
font-family: 'FoulFiend'; 
src: url(//projects.garyangelonejr.me/coven/wp-content/themes/twentytwentyfive-child/font/FoulFiend.woff2) format('woff2'),
url(//projects.garyangelonejr.me/coven/wp-content/themes/twentytwentyfive-child/font/FoulFiend.woff) format('woff'),
url(//projects.garyangelonejr.me/coven/wp-content/themes/twentytwentyfive-child/font/FoulFiend.tff) format('ttf'),
url(//projects.garyangelonejr.me/coven/wp-content/themes/twentytwentyfive-child/font/FoulFiend.eot) format('eot'),
font-weight: normal;
font-style: normal;
}
@font-face {
font-family: 'Pagan'; 
src: url(//projects.garyangelonejr.me/coven/wp-content/themes/twentytwentyfive-child/font/Pagan-Symbols.woff2) format('woff2'),
url(//projects.garyangelonejr.me/coven/wp-content/themes/twentytwentyfive-child/font/Pagan-Symbols.woff) format('woff'),
font-weight: normal;
font-style: normal;
}
@-webkit-keyframes rotate {
from {
-webkit-transform: rotate(360deg);
}
50% {
}
to {
-webkit-transform: rotate(0deg);
}
} .fade_in{
opacity: 0;
transition: opacity 1s;
}
.ready .fade_in{
opacity: 1;
}  .listing-item,
.padd_border{
margin-bottom: 3em;
border: 1px solid var(--color4);
border-radius: 0.5em;
padding: 1em;
}
.listing-item .image,
.padd_border > div:first-child{
overflow: hidden;
border: solid 1px var(--color4); 
border-radius: 0.5em;
}
.border_b{
border-color: var(--colorB);
}
.flex_no_basis{
flex-basis: auto !important;
}
.flex_no_gap{
gap: 0;
}
.flex_stretch{
align-items: stretch;
}
header .is-layout-constrained > .alignwide,
footer .is-layout-constrained > .alignwide {
max-width: 100%;
} .hidden{
display: none !important;
}
.mobile{
display: none !important;
}
@media (max-width: 781px) {
.desktop{
display: none !important;
}
.mobile{
display: block !important;
}
.mobile.is-layout-flex{
display: flex !important;
}
}	
@media (max-width: 781px) {
.mobile_center{
justify-content: center;
}
.mobile_vertical .wp-block-columns{
flex-direction: column !important;
}
} .scroll {
scrollbar-width: thin;
scrollbar-color: var(--color5) transparent;
}
::-webkit-scrollbar {
width: 3px;
height: 6px;
}
::-webkit-scrollbar-track {
background: transparent;
}
::-webkit-scrollbar-thumb {
background-color: var(--color5);
border-radius: 20px;
}
::-webkit-scrollbar-thumb:hover {
background: var(--color5);
} body{
font-size: 1em;
color: var(--colorB);
}
a{
color: var(--color1);
}
a:hover{
color: var(--color3);
}
a{
transition: color 1s, border-color 1s;
}
a:focus, a:active {	
outline: none !important;
}
.vertical{
writing-mode: vertical-lr;
}
footer,
footer a,
.date{
color: var(--color4); }
.title{
color: var(--color5);
}
header a,
footer a,
a.title{
text-decoration: none !important;
}
h1{
font-family: 'Angelwish';
line-height: 1em;
}
.wp-block-post-title,
.wp-block-post-subtitle{
visibility: hidden;
margin-bottom: 1em;
}
.ready .wp-block-post-title,
.ready .wp-block-post-subtitle{
visibility: visible;
text-align: center;
}
.ready .split_title .wp-block-post-title{
margin-bottom: 0em;
}
.page h1.wp-block-post-title{
text-align: center;
}
.page h1.wp-block-post-subtitle{
text-align: center;
}
.page > .wp-block-post-content >.wp-block-group h1.wp-block-post-title{
margin-bottom: 2em;
}
[data-categories*="events"] h1.wp-block-post-title{ }
.wp-block-post-title-space{
}
.listing-item .split_title{
display: flex;
}
.display-posts-listing.split-titles .wp-block-post-title,
.display-posts-listing.split-titles .wp-block-post-subtitle,
[data-categories*="events"] .wp-block-post-title,
[data-categories*="events"] .wp-block-post-subtitle{
display: flex;
text-align: center;
align-items: center;
justify-content: center;
margin: 0;
}
.display-posts-listing.split-titles .wp-block-post-title,
[data-categories*="events"] .wp-block-post-title{
font-family: "Angelwish";
line-height: normal;
}
.display-posts-listing.split-titles .wp-block-post-subtitle,
[data-categories*="events"] .wp-block-post-subtitle{
font-family: "FoulFiend";
font-size: 1em;
line-height: normal;
}
[data-categories*="events"] .wp-block-post-title{
font-size: clamp(1rem, 30vw, 10rem);
}
[data-categories*="events"] .wp-block-post-subtitle{
font-size: clamp(2rem, 4.75vw, 3.33rem);
}
.page main > div{
padding-top: 0 !important;
}
hr{
border-color: var(--color4) !important;
opacity: 0.5;
}
hr.is-style-wide{
margin: 0;
width: 100%;
margin-left: auto !important;
margin-right: auto !important;
display: flex;
justify-content: space-between;
flex-direction: row;
flex-wrap: nowrap;
overflow: visible;
}
hr.is-style-wide::before{ content:"\00AB";
font-size: 2em;
position: relative;
top: 0.64em;
left: -0.25em;
}
hr.is-style-wide::after{ content:"\00BB";
font-size: 2em;
position: relative;
top: 0.64em;
right: -0.25em;
}
.wp-block-post-date a{
color: var(--color1);
} html,body{
background: var(--color2);
} html{
width: 100%;
display: inline-block;
}
header,
footer
{
z-index: 11;
}
footer{
margin-block-start: 0 !important;
padding-top: 1.5em;
}
footer > div{
padding-top: 0em !important;
padding-bottom: 0em !important;
} header{
padding-top: 1em;
}
footer{
padding-bottom: 2em;
}
body{
min-height: 100vh;
}
.wp-site-blocks{
min-height: 100vh;
width: 100%;
display: flex;
flex-direction: column; 
justify-content: space-between;
z-index: 4;
position: relative;
}
main{
margin-top: 0;
min-height: 50vh;
position: relative;
z-index: 9;
} .display-posts-listing{
list-style: none;
padding: 0;
margin: auto;
max-width: 600px;
}
.single-post .meta{
display: none;
}
.listing-item .split_title .wp-block-post-title-space{
display: inline-block !important;
}
.display-posts-listing .title{
font-size: x-large;
font-family: 'Angelwish';
}
.display-posts-listing .image{
display: block;
position: relative;
position: relative;
height: auto;
display: block;
object-fit: contain;
margin-bottom: 0.5em;
aspect-ratio: 16 / 8;
}
.display-posts-listing .image img{
max-width: calc(100% + 4px);
width: calc(100% + 4px);
margin-left: -2px;
}
.display-posts-listing .image .title {
position: absolute;
top: 0;
width: calc(100% - (3.33% * 2));
height: calc(100% - (3.33% * 2));
padding: 3.33%;
display: flex;
flex-direction: column;
justify-content: center;
align-items: center;
text-align: center;
z-index: 3;
}
.display-posts-listing .image .title .title-text {
display: inline; font-size: clamp(1rem, 8vw, 4rem);
white-space: nowrap;
overflow: hidden;
text-overflow: ellipsis;
line-height: 1.1em;
max-width: 100%;
color: black;
text-shadow: 0 0 15px #ffffff;
}
.display-posts-listing .size-featured{
max-width: 100%;
width: 100%;
height: auto;
display: block;
object-fit: contain;
}   
.display-posts-listing .image .overlay{
width: 100%; height: 100%; top: 0; left: 0; position: absolute;
background-color: transparent;
pointer-events: none;
opacity: 1;
mix-blend-mode: hue;
transition: background-color 0.5s;
}
.display-posts-listing .image .invert{
width: 100%; height: 100%; top: 0; left: 0; position: absolute;
background-color: var(--color4);
mix-blend-mode: difference;
pointer-events: none;
opacity: 0;
transition: opacity 0.5s;
}
.display-posts-listing .image .read{
width: 100%;
height: 100%;
top: 0;
left: 0;
position: absolute;
pointer-events: none;
opacity: 0;
transition: opacity 0.5s;
display: flex;
flex-direction: column;
justify-content: flex-end;
align-items: flex-end;
font-family: 'Angelwish';
font-size: 1.5em;
color: var(--color4);
} .display-posts-listing .image .logo{
content: "";
width: 1000px;
height: 1000px;
top: 0;
left: 0;
position: absolute;
background: url(//projects.garyangelonejr.me/coven/wp-content/themes/twentytwentyfive-child/img/logo_trn.png);
background-size: cover;
background-repeat: no-repeat;
background-position: center center;
pointer-events: none;
mix-blend-mode: overlay;
opacity: 0;
transition: all 0.5s;
-webkit-animation-name: rotate;
-webkit-animation-duration: 3s;
-webkit-animation-iteration-count: infinite;
-webkit-animation-timing-function: linear;
}
.display-posts-listing .image:hover .overlay{
background-color: red;
opacity: 1;
}
.display-posts-listing .image:hover .invert{
opacity: 1;
}
.display-posts-listing .image:hover .logo{
opacity: 1;
}
.display-posts-listing .image:hover .read{
opacity: 1;
}
main .wp-block-post-featured-image{
display: none;
}
.wp-block-post-featured-image.bg{
aspect-ratio: 16 / 4 !important;
position: absolute;
width: 100%;
height: 100vh;
max-height: 100%;
opacity: 0.66;
}
.wp-block-post-featured-image.bg img{
width: 100%;
height: auto;
object-fit: cover;
position: relative;
aspect-ratio: 3 / 2;
z-index: -1;
} .colorize{
mix-blend-mode: color;
background-color: var(--color2);
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
z-index: 0;
}
body[data-categories*=',events'] .colorize{
display: none;
}
.wp-block-post-featured-image.bg::before{
content: "";
position: absolute;
background: linear-gradient(0deg, var(--color2) 0%, rgba(0, 0, 0, 0) 100%);  height: 100%;  mix-blend-mode: normal;
width: 100%;
bottom: 0;
z-index: 1;
}
.wp-block-post-featured-image.bg::after{
content: "";
background-image: url(//projects.garyangelonejr.me/coven/wp-content/themes/twentytwentyfive-child/img/patterns/dark-mesh.png);
position: fixed;
width: 100%;
height: 100%;
top: 0;
left: 0;
opacity: 1;
z-index: 1;
} iframe[src*="//www.youtube"],
iframe[src*="//youtu.be"]{
width: 100%;
height: auto;
aspect-ratio: 9 / 5;
} .plain_table table,
.plain_table table td{
border: none;
}
.plain_table table{
padding: 2em;
}
.plain_table table td{
padding: 0;
padding: 1em;
}
.plain_table table td:first-child{
padding-left: 0;
}
.plain_table table td:last-child{
padding-right: 0;
}
.plain_table table tr{
}
.event_table table{
border: 2px solid transparent;
}
.event_table table tr{}
.event_table table tr td{ padding-left: 1em;
padding-right: 1em;
font-size: 1.5em;
}
.event_table table tr td:first-child{
font-family: sans-serif;
font-size: 1.5em;
text-align: center;
white-space: nowrap;
}
@media (max-width: 420px) {
.event_table table tr{
display: flex;
flex-direction: column;
justify-content: space-between;
}
.event_table table td{
border-left: 0;
border-right: 0;
margin-bottom: 1em;
width: calc(100% - 2em);
text-align: center;
}
.event_table table tr td:first-child{
margin-bottom: 0;
border: 0;
}
}
.word_cluster{
display: flex;
flex-wrap: wrap;
flex-direction: row;
justify-content: center;
list-style: none;
}
.word_cluster li{
display: inherit;
}
.word_cluster li h1{
margin: 0;
}
.word_cluster li::before,
.word_cluster li::after{
content: "★";
display: flex;
align-content: center;
align-items: center;
font-size: 1em;
color: var(--color4)
}
.word_cluster li::before{
margin-left: 0.5em;
}
.word_cluster li::after{
margin-right: 0.5em;
}  .leaflet-map-pane{
width: 100%;
height:100%;
} .leaflet-control-attribution{
display: none;
}
.leaflet-popup .leaflet-popup-content h6 {
font-size: 1em;
font-weight: 600;
}
.map.inactive{
height: 0;
overflow: hidden;
}
a[href*="#map"]::before{
content: "▼";
margin-left: 0.5em;
margin-right: 0.5em;
display: inline-block;
}
a[href*="#map"].inactive::before{
content: "►";
}
.map.inactive{
padding: 0;
border: 0;
margin: 0;
}
.wpmapblockrender{
overflow: hidden;
max-width: 100%;
}
.svg img{
visibility: hidden;
}
.svg svg.replaced-svg{
visibility: visible;
}
figure.svg{
margin: 0;
} summary{
font-size: var(--wp--preset--font-size--x-large);
outline-width: 0 !important;
}
summary::before{ content: "\25BC";
font-family: sans-serif;
transform: rotate(-90deg);
position: absolute;
margin-left: -1em;
margin-top: 0.66em;
font-size: 0.66em;
line-height: 1;
letter-spacing: 0;
}
[open] > summary::before{
transform: rotate(0deg);
}
details{
padding-left: 1.33em;
}
summary::-webkit-details-marker,
summary::marker{
text-align: end !important;
content: "";
display: none;
}@font-face {
font-family: 'Angelwish'; 
src: url(//projects.garyangelonejr.me/coven/wp-content/themes/twentytwentyfive-child/font/Angelwish-Regular.woff2) format('woff2'),
url(//projects.garyangelonejr.me/coven/wp-content/themes/twentytwentyfive-child/font/Angelwish-Regular.woff) format('woff'),
url(//projects.garyangelonejr.me/coven/wp-content/themes/twentytwentyfive-child/font/Angelwish-Regular.tff) format('ttf'),
url(//projects.garyangelonejr.me/coven/wp-content/themes/twentytwentyfive-child/font/Angelwish-Regular.eot) format('eot'),
font-weight: normal;
font-style: normal;
}
@font-face {
font-family: 'FoulFiend'; 
src: url(//projects.garyangelonejr.me/coven/wp-content/themes/twentytwentyfive-child/font/FoulFiend.woff2) format('woff2'),
url(//projects.garyangelonejr.me/coven/wp-content/themes/twentytwentyfive-child/font/FoulFiend.woff) format('woff'),
url(//projects.garyangelonejr.me/coven/wp-content/themes/twentytwentyfive-child/font/FoulFiend.tff) format('ttf'),
url(//projects.garyangelonejr.me/coven/wp-content/themes/twentytwentyfive-child/font/FoulFiend.eot) format('eot'),
font-weight: normal;
font-style: normal;
}
@font-face {
font-family: 'Pagan'; 
src: url(//projects.garyangelonejr.me/coven/wp-content/themes/twentytwentyfive-child/font/Pagan-Symbols.woff2) format('woff2'),
url(//projects.garyangelonejr.me/coven/wp-content/themes/twentytwentyfive-child/font/Pagan-Symbols.woff) format('woff'),
font-weight: normal;
font-style: normal;
}:root {
--colorA: var(--wp--preset--color--base);
--colorB: var(--wp--preset--color--contrast);
--color1: var(--wp--preset--color--accent-1);
--color2: var(--wp--preset--color--accent-2);
--color3: var(--wp--preset--color--accent-3);
--color4: var(--wp--preset--color--accent-4);
--color5: var(--wp--preset--color--accent-5);
--color6: var(--wp--preset--color--accent-6);
} @media (max-width: 800px) {
:root {
--wp--style--global--content-size: 100%;
}
}
@font-face {
font-family: 'Angelwish'; 
src: url(//projects.garyangelonejr.me/coven/wp-content/themes/twentytwentyfive-child/font/Angelwish-Regular.woff2) format('woff2'),
url(//projects.garyangelonejr.me/coven/wp-content/themes/twentytwentyfive-child/font/Angelwish-Regular.woff) format('woff'),
url(//projects.garyangelonejr.me/coven/wp-content/themes/twentytwentyfive-child/font/Angelwish-Regular.tff) format('ttf'),
url(//projects.garyangelonejr.me/coven/wp-content/themes/twentytwentyfive-child/font/Angelwish-Regular.eot) format('eot'),
font-weight: normal;
font-style: normal;
}
@font-face {
font-family: 'FoulFiend'; 
src: url(//projects.garyangelonejr.me/coven/wp-content/themes/twentytwentyfive-child/font/FoulFiend.woff2) format('woff2'),
url(//projects.garyangelonejr.me/coven/wp-content/themes/twentytwentyfive-child/font/FoulFiend.woff) format('woff'),
url(//projects.garyangelonejr.me/coven/wp-content/themes/twentytwentyfive-child/font/FoulFiend.tff) format('ttf'),
url(//projects.garyangelonejr.me/coven/wp-content/themes/twentytwentyfive-child/font/FoulFiend.eot) format('eot'),
font-weight: normal;
font-style: normal;
}
@font-face {
font-family: 'Pagan'; 
src: url(//projects.garyangelonejr.me/coven/wp-content/themes/twentytwentyfive-child/font/Pagan-Symbols.woff2) format('woff2'),
url(//projects.garyangelonejr.me/coven/wp-content/themes/twentytwentyfive-child/font/Pagan-Symbols.woff) format('woff'),
font-weight: normal;
font-style: normal;
} form.wpcf7-form{
}
form.wpcf7-form  ::placeholder{
text-transform: uppercase;
text-align: left;
}
form.wpcf7-form  .wpcf7-spinner{
position: relative;
display: block;
margin: auto;
margin-top: 1em;
border: 2px solid var(--color4);
background: transparent;
}
.wpcf7-form .content-column{
margin-bottom: 0em !important;
}
.wpcf7-form .content-column .wpcf7-form-control-wrap{
margin-bottom: 1em !important;
position: relative;
display: block;
}
.wpcf7-form .last_column{
margin-right: 0% !important;
}
.wpcf7-form .one_half {
width: calc(50% - 0.5em) !important;
}
.wpcf7-form .one_third{
width: calc(33% - 0.5em) !important;
}
.wpcf7-form .two_third{
width: calc(66.66666% - 0.5em) !important;
}
.wpcf7-form .one_fifth {
width: calc(20% - 0.5em) !important;
}
.wpcf7-form .two_fifth {
width: calc(40% - 0.5em) !important;
}
.wpcf7-form .three_fifth {
width: calc(60% - 0.5em) !important;
}
.wpcf7-form .four_fifth {
width: calc(80% - 0.5em) !important;
} 
.wpcf7-form .full_width{
margin: 0 !important;
width: calc(100%);
}
.wpcf7-form .content-column .wpcf7-form-control-wrap{
width: 100% !important;
}
.wpcf7-form .content-column:not(.last_column, .full_width){
margin-right: 1em !important;
}
.wpcf7-form input[type="text"],
.wpcf7-form input[type="email"],
.wpcf7-form input[type="tel"],
.wpcf7-form textarea
{
width: calc(100% - 2em);
min-height: 1.5em;
}
.wpcf7-form .wpcf7-form-control-wrap {
position: relative;
}
.wpcf7-form .full_width .wpcf7-form-control-wrap{
width: 100%;
}
.wpcf7-form .wpcf7-not-valid-tip {
display: block !important;
}
.wpcf7-form .wpcf7-list-item .checkmark:after{
top: 1.4em;
left: 1.4em;
width: 2em;
height: 2em;
}
.wpcf7-form input[type="submit"].has_icon{
padding-left: 1em;
}
.wpcf7-checkbox .wpcf7-list-item-label{
display: flex;
align-items: center;
flex-direction: row;
}
.wpcf7-form input[type="checkbox"],
.wpcf7-form input[type="radio"] {
display: none;
}
.wpcf7-form input[type="checkbox"] + .wpcf7-list-item-label::before,
.wpcf7-form input[type="radio"] + .wpcf7-list-item-label::before {
width: 2em;
height: 2em;
border: 2px solid var(--color4);
border-radius: 10%;
content: "";
margin-right: 0.5em;
display: inline-block;
flex: 0 0 auto;
transition: all .2s ease-in-out;
cursor: pointer;
}
.wpcf7-exclusive-checkbox input[type="checkbox"] + .wpcf7-list-item-label::before {
border-radius: 50%;
}
.wpcf7-form input[type="checkbox"]:checked + .wpcf7-list-item-label::before,
.wpcf7-form input[type="radio"]:checked + .wpcf7-list-item-label::before {
box-shadow: inset 0px 0px 0px 6px var(--awb-color1);
background-color: var(--color4);
}
.page-id-818 input[type="checkbox"]:checked + .wpcf7-list-item-label::before,
.page-id-818 input[type="radio"]:checked + .wpcf7-list-item-label::before {
box-shadow: inset 0px 0px 0px 6px var(--awb-custom_color_1);
background-color: var(--color4);
}
.wpcf7-list-item {
margin: 0 1em 0 0 !important;
} .wpcf7-form input[type="text"],
.wpcf7-form input[type="email"],
.wpcf7-form input[type="tel"],
.wpcf7-form textarea
{	
color: #fff;
background-color: transparent;
border: solid 1px var(--color4);
border-radius: 0.5em;
padding: 1em;
}
.wpcf7-form textarea
{
resize: vertical;
}
.wpcf7-form ::placeholder{
color: var(--color0);
opacity: 0.33;
}
.wpcf7-form  input[type="submit"]{
color: #fff;
background: var(--color3);
border: solid 1px var(--color4);
border-radius: 0.5em;
padding: 1em;
padding-left: 2em;
padding-right: 2em;
} .wpcf7-not-valid-tip {
position: relative;
top: 0.5em;
text-align: center; }
.wpcf7-not-valid-tip::after{
content: "⤴";
margin-left: 0.25em;
top: -0.25em;
position: relative;
}
.wpcf7-response-output{
display: table;
padding: 0.5em !important;
margin: 0 !important;
text-align: center;
position: relative;
} .wpcf7-form.wpcf7-acceptance-as-validation.init .wpcf7-not-valid-tip{
display: none !important;
}
@media only screen and (max-width: 599px){
.wpcf7-form .content-column{
width: 100% !important;
margin-left: 0 !important;
margin-right: 0 !important;
}
.wpcf7-form input[type="text"],
.wpcf7-form input[type="email"],
.wpcf7-form input[type="tel"]{
padding-top: 2em;
padding-bottom: 2em;
width: calc(100% - 2em);
}
.wpcf7-form input[type="submit"]{
padding: 2em;
padding-left: 4em;
padding-right: 4em;
}
}:root {
--colorA: var(--wp--preset--color--base);
--colorB: var(--wp--preset--color--contrast);
--color1: var(--wp--preset--color--accent-1);
--color2: var(--wp--preset--color--accent-2);
--color3: var(--wp--preset--color--accent-3);
--color4: var(--wp--preset--color--accent-4);
--color5: var(--wp--preset--color--accent-5);
--color6: var(--wp--preset--color--accent-6);
} @media (max-width: 800px) {
:root {
--wp--style--global--content-size: 100%;
}
}
@font-face {
font-family: 'Angelwish'; 
src: url(//projects.garyangelonejr.me/coven/wp-content/themes/twentytwentyfive-child/font/Angelwish-Regular.woff2) format('woff2'),
url(//projects.garyangelonejr.me/coven/wp-content/themes/twentytwentyfive-child/font/Angelwish-Regular.woff) format('woff'),
url(//projects.garyangelonejr.me/coven/wp-content/themes/twentytwentyfive-child/font/Angelwish-Regular.tff) format('ttf'),
url(//projects.garyangelonejr.me/coven/wp-content/themes/twentytwentyfive-child/font/Angelwish-Regular.eot) format('eot'),
font-weight: normal;
font-style: normal;
}
@font-face {
font-family: 'FoulFiend'; 
src: url(//projects.garyangelonejr.me/coven/wp-content/themes/twentytwentyfive-child/font/FoulFiend.woff2) format('woff2'),
url(//projects.garyangelonejr.me/coven/wp-content/themes/twentytwentyfive-child/font/FoulFiend.woff) format('woff'),
url(//projects.garyangelonejr.me/coven/wp-content/themes/twentytwentyfive-child/font/FoulFiend.tff) format('ttf'),
url(//projects.garyangelonejr.me/coven/wp-content/themes/twentytwentyfive-child/font/FoulFiend.eot) format('eot'),
font-weight: normal;
font-style: normal;
}
@font-face {
font-family: 'Pagan'; 
src: url(//projects.garyangelonejr.me/coven/wp-content/themes/twentytwentyfive-child/font/Pagan-Symbols.woff2) format('woff2'),
url(//projects.garyangelonejr.me/coven/wp-content/themes/twentytwentyfive-child/font/Pagan-Symbols.woff) format('woff'),
font-weight: normal;
font-style: normal;
} #nav{
width: 100%;
overflow-x: hidden;
display: inline-table;
margin: auto;
margin-top: 2em;
margin-bottom: 2em;
position: relative;
}
#menu{
background-image: url(//projects.garyangelonejr.me/coven/wp-content/themes/twentytwentyfive-child/img/menu.png);
background-repeat: no-repeat;
background-position: center center;
background-size: contain; width: 100%;
margin: auto;
height: 200px;
max-width: 400px;
display: block;
}
#menu > div{
height: 100%;
width: 100%;
position: relative;
}
#menu ul{
position: relative;
height: 100%;
width: 100%;
padding: 0;
margin: 0;
list-style: none;
top: -0.5em;
}
#menu ul li{
position: absolute;
transform: translate(-50%, -50%);
max-width: 10em;
}
#menu ul li a{
font-weight: 500;
font-size: calc(120%);
line-height: 1em;
display: block;
text-decoration: none;
user-select: none;
}
#menu ul li.home{
padding: 5%;
display: flex;
left: 50%;
top: 45%;
max-width: 115px;
max-height: 115px;
justify-content: center;
flex-direction: column;
align-items: center;
overflow: hidden;
mix-blend-mode: exclusion;
}
#menu ul li.home a{
border-radius: 100em;
position: relative;
top: -6.66%;
background-color: red;
box-shadow: 0 0 15px 2px #ff0050;
color: rgb(0, 0, 0, 0);
justify-content: center;
flex-direction: column;
align-items: center;
border: 1px solid transparent;
opacity: 0;
transition: opacity 1s;
} #menu ul li.home a{
max-width: 26.4vw;
}
@media (max-width: 599px) {
#menu ul li.home a{
margin-top: 0.25em;
}
}
@media (max-width: 299px) {
#menu ul li.home a{
margin-top: 1em;
}
}
#menu ul li.home a:hover{
color: transparent !important;
opacity: 0.33; }
#menu ul li.home a img{
width: 100%;
height: auto;
transform: none !important;
}
@media  (max-width: 599px) {
#menu ul li:not(.home),
#menu ul li:not(.home) a{
color: transparent;
width: 2em;
height: 2em;
line-height: 0em;
position: absolute;
overflow: hidden;
display: flex;
justify-content: center;
flex-direction: row;
}
#menu ul{
margin: auto;
max-width: 80%;
}
#menu .menu_line{
display: none;
}
#nav{
overflow-y: visible;
overflow-x: clip;
}
#menu ul li:not(.home) a{
transition: none;
}
} #nav a{
color: var(--color4);
}
#nav .current-menu-item a,
#nav a[aria-current]{
color: var(--color3);
}
#nav a:hover{
color: var(--color3);
} #menu {
transition: opacity 1s;
opacity: 0;
}
#nav.ready #menu  {
opacity: 1;
} .wp-block-navigation{
user-select: none;
}
.wp-block-navigation .pagan a span{
color: var(--color0);
transition: color 1s;
}
.wp-block-navigation .current-menu-item a span::after,
.wp-block-navigation a[aria-current] span::after,
.wp-block-navigation a:hover span{
color: var(--color3);
} #menu ul li.pagan a::after,
.wp-block-navigation .pagan a span::after{
content: " ";
font-family: 'Pagan';
position: relative;
font-size: 1.4em;
transition: color 1s;
}
#menu ul li.pagan a::after{
color: var(--color4);
}
.wp-block-navigation .pagan a span::after{
color: var(--colorB);
}	
#menu ul li.pagan a::after{
position: absolute;
line-height: 0;
top: 0.5em;
display: none;
}
#menu ul li.pagan a:hover::after,
#menu ul li.current-menu-item a::after,
.wp-block-navigation .current-menu-item a span::after,
.wp-block-navigation a[aria-current] span::after,
.wp-block-navigation .pagan a:hover span::after{
color: var(--color3);
}
@media  (min-width: 600px) {
.wp-block-navigation .pagan a{
width: 1em;
height: 1em;
line-height: 0;
}
.wp-block-navigation .pagan a span{
font-size: 1em;
position: relative;
display: inline;
color: transparent;
line-height: 0em;
top: 0.5em;
}
}
@media  (max-width: 599px) {
.wp-block-navigation .pagan a span::after{
margin-left: 1em;
margin-right: 0.125em;
}
#menu ul li.pagan a::after{
display: block;
}
} .wp-block-navigation .pagan.home a span::after{
content: "w";
}
#menu ul li.pagan.daily a::after,
.wp-block-navigation .pagan.daily a span::after{
content: "J";
}
#menu ul li.pagan.adventure a::after,
.wp-block-navigation .pagan.adventure a span::after{
content: "L";
}
#menu ul li.pagan.human a::after,
.wp-block-navigation .pagan.human a span::after{
content: "S";
}
#menu ul li.pagan.contact a::after,
.wp-block-navigation .pagan.contact a span::after{
content: "E";
} .wp-block-navigation .pagan{
transition: opacity 1s;
opacity: 0;
}
.ready .wp-block-navigation .pagan{
opacity: 1;
} #navtip{
text-align: right;
position: absolute;
right: 0;
top: 2em;
width: 100%;
overflow: hidden;
}
#navtip span{
position: relative;
color: red;
}
#navtip span {
opacity: 0;
transition: color 0.2s, opacity 0s, left 0.2s;
}
#navtip.visible span {
left: 0em;
color: var(--colorB); opacity: 1; left: 0;
} .has-modal-open .wp-block-navigation__responsive-container{
display: none;
}
.wp-block-navigation__responsive-container-close, .wp-block-navigation__responsive-container-open{
color: var(--colorB);
}
@media  (min-width: 600px) {
}
@media  (max-width: 599px) {
#navtip{
display: none;
}
.has-modal-open .wp-block-navigation__responsive-container{
display: block;
}
html.has-modal-open{
overflow: auto !important;
}
.has-modal-open .is-menu-open .wp-block-navigation__responsive-dialog{
margin-top: 1.75em !important;
}
.has-modal-open .wp-block-navigation__responsive-container{
background-color: rgba(0, 0, 0, 0.66) !important;
background-image: linear-gradient(0deg, var(--colorC) 0%, rgba(0, 0, 0, 0) 100%) !important;
}
.has-modal-open .wp-block-navigation__responsive-container::before{
content: "";
position: fixed;
background-image: url(//projects.garyangelonejr.me/coven/wp-content/themes/twentytwentyfive-child/img/frost.png);
background-size: cover;
top: 0;
left: 0;
max-width: 1780px;
width: 100%;
height: 100%;
opacity: 0.05;
z-index: 2;
pointer-events: none;
-webkit-animation-name: frostAnimation;
-webkit-animation-timing-function: linear;
}
.wp-block-navigation a span{
font-size: 6vw !important;
text-align: left;
}
.wp-block-navigation .pagan a span{
padding-right: 1.75em;
max-width: 80vw;
display: block;
}
.wp-block-navigation li,
.wp-block-navigation li a{
width: 100%;
display: flex;
justify-content: flex-end;
flex-direction: column;
}
.wp-block-navigation .pagan a span::after{
position: absolute;
right: -0.33em;
margin-top: -0.33em;
top: 0.15em;
width: 1em;
text-align: center;
} }.epyt-debug{background-color:#ddd;color:#000;cursor:pointer;text-align:left}iframe.__youtube_prefs__{border-width:0}.epyt-gallery{text-align:center}.epyt-gallery .epyt-figure{margin-block:0;margin-inline:0}.epyt-gallery iframe{margin-bottom:0}.epyt-gallery.epyt-lb iframe{display:none;height:0!important}.epyt-gallery-list{display:block;margin:0 -8px;position:relative;transition:opacity .3s ease-out}.epyt-gallery-list .epyt-gallery-thumb{box-sizing:border-box}.epyt-gallery-list p{display:none}.epyt-gallery-clear{clear:both}.epyt-gallery-list.epyt-loading{opacity:.5;transition:opacity .3s ease-out}.epyt-gallery-thumb{box-sizing:border-box;cursor:pointer;display:block!important;float:left;height:auto;opacity:1;overflow-y:hidden;padding:0 8px 10px;position:relative}.epyt-gallery-thumb.hover{height:auto;opacity:1;position:relative;transition:opacity .3s ease-out}.epyt-gallery-img-box{width:100%}.epyt-gallery-img{background-position:50%!important;background-size:cover!important;height:0;overflow:hidden!important;padding-top:56.25%!important;position:relative;width:100%}.epyt-gallery-playhover{height:100%;left:0;opacity:0;position:absolute;text-align:center;top:-10px;transition:opacity .3s ease-out;vertical-align:middle;width:100%}.epyt-gallery-thumb.epyt-current-video .epyt-gallery-playhover,.epyt-gallery-thumb.hover .epyt-gallery-playhover{opacity:1;top:0;transition:all .3s ease-out}.epyt-gallery-thumb .epyt-gallery-playcrutch{display:inline-block;height:100%;vertical-align:middle;width:0}.epyt-gallery-playhover .epyt-play-img{border:none;box-sizing:border-box;display:inline-block!important;height:auto!important;margin:0!important;max-width:15%!important;min-width:30px!important;padding:0!important;vertical-align:middle!important;width:auto}.epyt-gallery-title{font-size:80%;line-height:120%;padding:10px}.epyt-gallery-notitle{padding:4px}.epyt-gallery-notitle span{display:none}.epyt-gallery-rowtitle{left:0;opacity:0;overflow-x:hidden;position:absolute;text-align:center;text-overflow:ellipsis;top:100%;white-space:nowrap;width:100%;z-index:10}.epyt-gallery-rowtitle.hover{opacity:1;transition:opacity .2s linear}.epyt-gallery-rowbreak{clear:both}.epyt-pagination{clear:both;padding:10px 8px;text-align:center}.epyt-pagination.epyt-hide-pagination *{display:none!important}.epyt-pagenumbers>div,.epyt-pagination>div{display:inline-block;padding:0 2px;vertical-align:middle}.epyt-pagination .epyt-pagebutton{cursor:pointer;display:inline-block;padding:0 10px}.epyt-pagebutton>div{display:inline}.epyt-pagination .epyt-loader{display:none}.epyt-gallery-list.epyt-loading .epyt-pagination .epyt-loader{display:inline-block}body .lity-container{max-width:964px;width:100%}.epyt-curtain .lity-opened iframe{opacity:0;transition:opacity .3s linear .5s}.epyt-gallery-allthumbs.epyt-cols-1 .epyt-gallery-thumb{width:100%}.epyt-gallery-allthumbs.epyt-cols-2 .epyt-gallery-thumb{width:50%}.epyt-gallery-allthumbs.epyt-cols-3 .epyt-gallery-thumb{width:33.333%}.epyt-gallery-allthumbs.epyt-cols-4 .epyt-gallery-thumb{width:25%}.epyt-gallery-allthumbs.epyt-cols-5 .epyt-gallery-thumb{width:20%}.epyt-gallery-allthumbs.epyt-cols-6 .epyt-gallery-thumb{width:16.666%}.epyt-gallery-allthumbs.epyt-cols-7 .epyt-gallery-thumb{width:14.285%}.epyt-gallery-allthumbs.epyt-cols-8 .epyt-gallery-thumb{width:12.5%}.epyt-gallery-allthumbs.epyt-cols-9 .epyt-gallery-thumb{width:11.111%}.epyt-gallery-allthumbs.epyt-cols-10 .epyt-gallery-thumb{width:10%}.epyt-gallery-allthumbs.epyt-cols-11 .epyt-gallery-thumb{width:9.09%}.epyt-gallery-allthumbs.epyt-cols-12 .epyt-gallery-thumb{width:8.333%}.epyt-gallery-allthumbs.epyt-cols-13 .epyt-gallery-thumb{width:7.692%}.epyt-gallery-allthumbs.epyt-cols-14 .epyt-gallery-thumb{width:7.142%}.epyt-gallery-allthumbs.epyt-cols-15 .epyt-gallery-thumb{width:6.666%}.epyt-gallery-allthumbs.epyt-cols-16 .epyt-gallery-thumb{width:6.25%}.epyt-gallery-allthumbs.epyt-cols-17 .epyt-gallery-thumb{width:5.882%}.epyt-gallery-allthumbs.epyt-cols-18 .epyt-gallery-thumb{width:5.555%}.epyt-gallery-allthumbs.epyt-cols-19 .epyt-gallery-thumb{width:5.263%}.epyt-gallery-allthumbs.epyt-cols-20 .epyt-gallery-thumb{width:5%}.epyt-pagebutton.hide,.epyt-pagenumbers.hide{display:none!important;opacity:0!important;visibility:hidden!important}.epyt-gallery-subscribe{clear:both;padding:15px 0 10px;text-align:center}.epyt-gallery-subscribe a.epyt-gallery-subbutton,.epyt-gallery-subscribe a.epyt-gallery-subbutton:hover{background-color:#e62117!important;border-radius:3px;color:#fff!important;display:inline-block;padding:5px 10px;text-decoration:none!important}.epyt-gallery-subscribe a.epyt-gallery-subbutton img{background:transparent;-webkit-box-shadow:none;box-shadow:none;display:inline-block;height:auto!important;margin:0;padding:0 6px 3px 0;vertical-align:middle!important;width:20px!important}body div.__youtube_prefs__.__youtube_prefs_gdpr__{background-color:#000;background-image:-webkit-linear-gradient(top,#000,#444);background-image:linear-gradient(180deg,#000,#444);height:auto;padding:25px;text-align:left}body div.__youtube_prefs__.__youtube_prefs_gdpr__ *{color:#e3e3e3!important}body div.__youtube_prefs__.__youtube_prefs_gdpr__ a{text-decoration:underline}body div.__youtube_prefs__.__youtube_prefs_gdpr__ button.__youtube_prefs_gdpr__,body div.__youtube_prefs__.__youtube_prefs_gdpr__ button.__youtube_prefs_gdpr__:hover{background:#e62117!important;border-radius:3px;border-width:0;box-sizing:border-box;color:#fff!important;display:inline-block;font-weight:400;padding:5px 10px;text-decoration:none!important}body div.__youtube_prefs__.__youtube_prefs_gdpr__ button.__youtube_prefs_gdpr__ img{background:transparent;-webkit-box-shadow:none;box-shadow:none;display:inline-block;height:auto!important;margin-left:8px;padding:0 6px 3px 0;vertical-align:middle!important;width:20px!important}body .epyt-gallery-img-gdpr{background-color:#000;background-image:-webkit-linear-gradient(top,#000,#444);background-image:linear-gradient(180deg,#000,#444)}.epyt-facade{height:0;max-width:100%;overflow:hidden;padding-bottom:56.25%;position:relative;-webkit-transition:all .4s;-moz-transition:all .4s;transition:all .4s}.epyt-facade:hover{-webkit-filter:brightness(90%);-moz-filter:brightness(90%);filter:brightness(90%)}.epyt-facade img.epyt-facade-poster{border:none;cursor:pointer;display:block;height:auto;left:50%;margin:0;max-width:100%;position:absolute;top:50%;transform:translate(-50%,-50%);width:100%}.epyt-facade button.epyt-facade-play{background-color:transparent!important;border-width:0!important;cursor:pointer;height:48px;left:50%;margin-left:-34px;margin-top:-24px;position:absolute;top:50%;-webkit-transition:opacity .25s cubic-bezier(0,0,.2,1);transition:opacity .25s cubic-bezier(0,0,.2,1);width:68px}.epyt-facade button.epyt-facade-play svg{height:100%;left:0;pointer-events:none;position:absolute;top:0;width:100%}.epyt-facade button.epyt-facade-play svg .ytp-large-play-button-bg{-webkit-transition:fill .1s cubic-bezier(.4,0,1,1),fill-opacity .1s cubic-bezier(.4,0,1,1);transition:fill .1s cubic-bezier(.4,0,1,1),fill-opacity .1s cubic-bezier(.4,0,1,1);fill:#212121;fill-opacity:.8}.epyt-facade:hover button.epyt-facade-play svg .ytp-large-play-button-bg{-webkit-transition:fill .1s cubic-bezier(0,0,.2,1),fill-opacity .1s cubic-bezier(0,0,.2,1);transition:fill .1s cubic-bezier(0,0,.2,1),fill-opacity .1s cubic-bezier(0,0,.2,1);fill:red;fill-opacity:1}.wp-embed-responsive .wp-block-embed.wp-has-aspect-ratio .wp-block-embed__wrapper .epyt-is-override.epyt-facade{bottom:0;left:0;position:absolute;right:0;top:0}.wp-block-embed.wp-has-aspect-ratio .wp-block-embed__wrapper .epyt-is-override.__youtube_prefs_gdpr__{position:relative}.wp-embed-responsive .wp-block-embed.wp-has-aspect-ratio .wp-block-embed__wrapper .epyt-is-override.__youtube_prefs_gdpr__{bottom:0;left:0;overflow-y:auto;position:absolute;right:0;top:0}.wp-embed-responsive .wp-block-embed.wp-has-aspect-ratio .wp-block-embed__wrapper.epyt-is-override__wrapper:before{padding:0}.wp-embed-responsive .wp-block-embed.wp-has-aspect-ratio .wp-block-embed__wrapper.epyt-is-override__wrapper .epyt-is-override.__youtube_prefs_gdpr__{bottom:unset;left:unset;position:relative;right:unset;top:unset}