.foogallery, .foogallery * {
box-sizing: border-box;
}
.foogallery {
display: block;
z-index: 1;
font-family: -apple-system,system-ui,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,sans-serif;
position: relative;
line-height: 0;
font-size: 0;
width: 100%;
max-width: 100%;
}
.foogallery .fg-item {
display: inline-block;
position: relative;
background-color: transparent;
z-index: 2;
-webkit-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
}
.foogallery .fg-item.fg-hidden {
display: none!important;
}
.foogallery .fg-item-inner {
display: block;
position: relative;
visibility: hidden;
overflow: hidden;
opacity: 0;
z-index: 3;
margin: 0;
border: solid 0 transparent;
}
.foogallery .fg-item.fg-error:before {
content: "";
display: block;
position: absolute;
top: 50%;
left: 50%;
transform: translateX(-50%) translateY(-50%);
width: 32px;
height: 32px;
background-image: url(//geocachinginfo.com/wp-content/plugins/foogallery/extensions/default-templates/shared/img/icons.svg#image);
background-color: transparent;
background-repeat: no-repeat;
background-position: center center;
background-size: 32px 32px;
}
.foogallery .fg-item.fg-loaded {
z-index: 4;
}
.foogallery .fg-loaded .fg-item-inner {
visibility: visible;
opacity: 1;
z-index: 5;
}
.foogallery .fg-error .fg-item-inner {
pointer-events: none;
cursor: default;
}
.foogallery .fg-thumb {
display: block;
position: relative;
border: none;
outline: 0;
text-decoration: none;
z-index: 4;
box-shadow: none;
border-radius: inherit;
}
.foogallery .fg-thumb:hover,
.foogallery .fg-thumb:focus {
border: none;
outline: 0;
text-decoration: none;
box-shadow: none;
}
.foogallery .fg-image-overlay {
position: absolute;
top: 0;
right: 0;
bottom: 0;
left: 0;
z-index: 8;
visibility: hidden;
opacity: 0;
}
.foogallery .fg-image-wrap {
display: block;
position: relative;
}
.foogallery .fg-image {
display: block;
position: relative;
border: none;
outline: 0;
text-decoration: none;
z-index: 5;
max-width: 100%;
height: auto;
margin: 0;
width: auto;
}
.foogallery picture.fg-image > img {
display: block;
position: relative;
border: none;
outline: 0;
text-decoration: none;
max-width: 100%;
height: auto;
margin: 0;
width: auto;
}
.foogallery .fg-loaded .fg-thumb {
z-index: 6;
}
.foogallery .fg-loaded .fg-image {
z-index: 7;
} .fg-sr-only {
position: absolute;
width: 1px;
height: 1px;
padding: 0;
margin: -1px;
overflow: hidden;
clip: rect(0,0,0,0);
border: 0;
}
.fg-icon {
fill: currentColor;
}
.fg-icon-spinner {
animation: spin 1s linear infinite;
}
@keyframes spin {
0% {
transform: rotate(0deg); }
100% {
transform: rotate(360deg); }
} .foogallery.fg-light .fg-item-inner {
background-color: #FFF;
color: #333;
border-color: #FFF;
}
.foogallery.fg-dark .fg-item-inner {
background-color: #333;
color: #FFF;
border-color: #333;
} .foogallery.fg-light .fg-item.fg-idle,
.foogallery.fg-light .fg-item.fg-loading,
.foogallery.fg-light .fg-item.fg-error {
background-color: #eee;
box-shadow: inset 0 0 0 1px #ddd;
}
.foogallery.fg-dark .fg-item.fg-idle,
.foogallery.fg-dark .fg-item.fg-loading,
.foogallery.fg-dark .fg-item.fg-error {
background-color: #444;
box-shadow: inset 0 0 0 1px #333;
} .foogallery .fg-caption {
background-color: rgba(0,0,0,0.5);
color: #fff;
}
.foogallery .fg-caption-title a {
color: #fff;
border-bottom-color: #FFF;
}
.foogallery .fg-caption-desc {
color: #d2d2d2;
}
.foogallery .fg-caption-desc a {
color: #d2d2d2;
border-bottom-color: #d2d2d2;
}
.foogallery.fg-light-overlays .fg-caption {
background-color: rgba(255,255,255,0.7);
color: #333;
}
.foogallery.fg-light-overlays .fg-caption-title a {
color: #333;
border-bottom-color: #333;
}
.foogallery.fg-light-overlays .fg-caption-desc {
color: #333;
}
.foogallery.fg-light-overlays .fg-caption-desc a {
color: #333;
border-bottom-color: #333;
}
.foogallery.fg-transparent-overlays .fg-caption {
background-color: transparent;
color: #fff;
text-shadow: 0 0 3px #000000;
}
.foogallery.fg-transparent-overlays .fg-caption-title a {
color: #fff;
border-bottom-color: #fff;
}
.foogallery.fg-transparent-overlays .fg-caption-desc {
color: #d2d2d2;
}
.foogallery.fg-transparent-overlays .fg-caption-desc a {
color: #d2d2d2;
border-bottom-color: #d2d2d2;
} .foogallery .fg-image-overlay,
.foogallery.fg-video-sticky:not(.fg-caption-hover,.fg-preset) .fg-type-video.fg-loaded .fg-item-inner:hover .fg-image-overlay,
.foogallery.fg-video-sticky:not(.fg-caption-hover,.fg-preset) .fg-type-video.fg-loaded .fg-item-inner:focus-within .fg-image-overlay {
background-color: rgba(0,0,0,0.5);
color: #fff;
}
.foogallery.fg-light-overlays .fg-image-overlay,
.foogallery.fg-light-overlays.fg-video-sticky:not(.fg-caption-hover,.fg-preset) .fg-type-video.fg-loaded .fg-item-inner:hover .fg-image-overlay,
.foogallery.fg-light-overlays.fg-video-sticky:not(.fg-caption-hover,.fg-preset) .fg-type-video.fg-loaded .fg-item-inner:focus-within .fg-image-overlay {
background-color: rgba(255,255,255,0.8);
color: #333;
}
.foogallery.fg-transparent-overlays .fg-image-overlay,
.foogallery.fg-transparent-overlays.fg-video-sticky:not(.fg-caption-hover,.fg-preset) .fg-type-video.fg-loaded .fg-item-inner:hover .fg-image-overlay,
.foogallery.fg-transparent-overlays.fg-video-sticky:not(.fg-caption-hover,.fg-preset) .fg-type-video.fg-loaded .fg-item-inner:focus-within .fg-image-overlay {
background-color: transparent;
color: #fff;
}    .foogallery:not(.fg-captions-bottom,.fg-captions-top,.fg-simple_portfolio) .fg-caption .fg-caption-buttons > a {
color: #333;
background-color: #fff;
border-color: #222;
}
.foogallery:not(.fg-captions-bottom,.fg-captions-top,.fg-simple_portfolio) .fg-caption .fg-caption-buttons > a:hover {
color: #333;
background-color: #e6e6e6;
border-color: #222;
} .foogallery.fg-light-overlays:not(.fg-captions-bottom,.fg-captions-top,.fg-simple_portfolio) .fg-caption .fg-caption-buttons > a {
color: #FFF;
background-color: #333;
border-color: #222;
}
.foogallery.fg-light-overlays:not(.fg-captions-bottom,.fg-captions-top,.fg-simple_portfolio) .fg-caption .fg-caption-buttons > a:hover {
color: #FFF;
background-color: #666;
border-color: #555;
}  .foogallery:is(.fg-cb-block-outline,.fg-cb-pill-outline):not(.fg-captions-bottom,.fg-captions-top,.fg-simple_portfolio) .fg-caption .fg-caption-buttons > a {
color: #FFF;
background-color: transparent;
border-color: #FFF;
}
.foogallery:is(.fg-cb-block-outline,.fg-cb-pill-outline):not(.fg-captions-bottom,.fg-captions-top,.fg-simple_portfolio) .fg-caption .fg-caption-buttons > a:hover {
color: #333;
background-color: #fff;
border-color: #FFF;
} .foogallery.fg-light-overlays:is(.fg-cb-block-outline,.fg-cb-pill-outline):not(.fg-captions-bottom,.fg-captions-top,.fg-simple_portfolio) .fg-caption .fg-caption-buttons > a {
color: #333;
background-color: transparent;
border-color: #222;
}
.foogallery.fg-light-overlays:is(.fg-cb-block-outline,.fg-cb-pill-outline):not(.fg-captions-bottom,.fg-captions-top,.fg-simple_portfolio) .fg-caption .fg-caption-buttons > a:hover {
color: #FFF;
background-color: #333;
border-color: #222;
}    .foogallery:is(.fg-captions-bottom,.fg-captions-top,.fg-simple_portfolio) .fg-caption .fg-caption-buttons > a {
color: #333;
background-color: #FFF;
border-color: #ccc;
}
.foogallery:is(.fg-captions-bottom,.fg-captions-top,.fg-simple_portfolio) .fg-caption .fg-caption-buttons > a:hover {
color: #333;
background-color: #e6e6e6;
border-color: #ccc;
} .foogallery.fg-dark:is(.fg-captions-bottom,.fg-captions-top,.fg-simple_portfolio) .fg-caption .fg-caption-buttons > a {
color: #FFF;
background-color: #444;
border-color: #222;
}
.foogallery.fg-dark:is(.fg-captions-bottom,.fg-captions-top,.fg-simple_portfolio) .fg-caption .fg-caption-buttons > a:hover {
color: #FFF;
background-color: #666;
border-color: #444;
} .foogallery.fg-light-overlays.fg-light:is(.fg-captions-bottom,.fg-captions-top,.fg-simple_portfolio) .fg-caption .fg-caption-buttons > a {
color: #FFF;
background-color: #333;
border-color: #222;
}
.foogallery.fg-light-overlays.fg-light:is(.fg-captions-bottom,.fg-captions-top,.fg-simple_portfolio) .fg-caption .fg-caption-buttons > a:hover {
color: #FFF;
background-color: #666;
border-color: #555;
}
.foogallery.fg-light-overlays.fg-dark:is(.fg-captions-bottom,.fg-captions-top,.fg-simple_portfolio) .fg-caption .fg-caption-buttons > a {
color: #333;
background-color: #FFF;
border-color: #222;
}
.foogallery.fg-light-overlays.fg-dark:is(.fg-captions-bottom,.fg-captions-top,.fg-simple_portfolio) .fg-caption .fg-caption-buttons > a:hover {
color: #333;
background-color: #e6e6e6;
border-color: #555;
}  .foogallery:is(.fg-captions-bottom,.fg-captions-top,.fg-simple_portfolio):is(.fg-cb-block-outline,.fg-cb-pill-outline) .fg-caption .fg-caption-buttons > a {
color: #333;
background-color: transparent;
border-color: #ccc;
}
.foogallery:is(.fg-captions-bottom,.fg-captions-top,.fg-simple_portfolio):is(.fg-cb-block-outline,.fg-cb-pill-outline) .fg-caption .fg-caption-buttons > a:hover {
color: #FFF;
background-color: #333;
border-color: #222;
} .foogallery.fg-dark:is(.fg-captions-bottom,.fg-captions-top,.fg-simple_portfolio):is(.fg-cb-block-outline,.fg-cb-pill-outline) .fg-caption .fg-caption-buttons > a {
color: #FFF;
background-color: transparent;
border-color: #FFF;
}
.foogallery.fg-dark:is(.fg-captions-bottom,.fg-captions-top,.fg-simple_portfolio):is(.fg-cb-block-outline,.fg-cb-pill-outline) .fg-caption .fg-caption-buttons > a:hover {
color: #333;
background-color: #FFF;
border-color: #FFF;
} .foogallery.fg-light-overlays.fg-light:is(.fg-captions-bottom,.fg-captions-top,.fg-simple_portfolio):is(.fg-cb-block-outline,.fg-cb-pill-outline) .fg-caption .fg-caption-buttons > a {
color: #333;
background-color: transparent;
border-color: #ccc;
}
.foogallery.fg-light-overlays.fg-light:is(.fg-captions-bottom,.fg-captions-top,.fg-simple_portfolio):is(.fg-cb-block-outline,.fg-cb-pill-outline) .fg-caption .fg-caption-buttons > a:hover {
color: #FFF;
background-color: #333;
border-color: #222;
}
.foogallery.fg-light-overlays.fg-dark:is(.fg-captions-bottom,.fg-captions-top,.fg-simple_portfolio):is(.fg-cb-block-outline,.fg-cb-pill-outline) .fg-caption .fg-caption-buttons > a {
color: #fff;
background-color: transparent;
border-color: #fff;
}
.foogallery.fg-light-overlays.fg-dark:is(.fg-captions-bottom,.fg-captions-top,.fg-simple_portfolio):is(.fg-cb-block-outline,.fg-cb-pill-outline) .fg-caption .fg-caption-buttons > a:hover {
color: #333;
background-color: #fff;
border-color: #fff;
} .fg-exif-light .fg-item.fg-item-exif .fg-image-wrap:after {
background-color: #FFF;
color: #333;
}
.fg-exif-dark .fg-item.fg-item-exif .fg-image-wrap:after {
background-color: #333;
color: #FFF;
} .fg-exif-rounded .fg-item.fg-item-exif .fg-image-wrap:after {
border-radius: 3px;
} .fg-exif-bottom-right .fg-item.fg-item-exif .fg-image-wrap:after,
.fg-exif-bottom-left .fg-item.fg-item-exif .fg-image-wrap:after,
.fg-exif-top-right .fg-item.fg-item-exif .fg-image-wrap:after,
.fg-exif-top-left .fg-item.fg-item-exif .fg-image-wrap:after {
display: inline-block;
position: absolute;
content: 'EXIF';
font-family: -apple-system,system-ui,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,sans-serif;
font-size: 11px;
line-height: 10px;
padding: 3px 4px;
z-index: 7;
}
.fg-exif-bottom-right .fg-item.fg-item-exif .fg-image-wrap:after {
bottom: 5px;
right: 5px;
}
.fg-exif-bottom-left .fg-item.fg-item-exif .fg-image-wrap:after {
bottom: 5px;
left: 5px;
}
.fg-exif-top-right .fg-item.fg-item-exif .fg-image-wrap:after {
top: 5px;
right: 5px;
}
.fg-exif-top-left .fg-item.fg-item-exif .fg-image-wrap:after {
top: 5px;
left: 5px;
} .foogallery.fg-border-thin .fg-item-inner {
border-width: 4px;
}
.foogallery.fg-border-medium .fg-item-inner {
border-width: 10px;
}
.foogallery.fg-border-thick .fg-item-inner {
border-width: 16px;
} .foogallery.fg-light.fg-shadow-outline .fg-item-inner {
box-shadow: 0 0 0 1px #ddd;
}
.foogallery.fg-dark.fg-shadow-outline .fg-item-inner {
box-shadow: 0 0 0 1px #222;
}
.foogallery.fg-light.fg-shadow-small .fg-item-inner,
.foogallery.fg-dark.fg-shadow-small .fg-item-inner {
box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.5);
}
.foogallery.fg-light.fg-shadow-medium .fg-item-inner,
.foogallery.fg-dark.fg-shadow-medium .fg-item-inner {
box-shadow: 0 1px 10px 0 rgba(0, 0, 0, 0.5);
}
.foogallery.fg-light.fg-shadow-large .fg-item-inner,
.foogallery.fg-dark.fg-shadow-large .fg-item-inner {
box-shadow: 0 1px 16px 0 rgba(0, 0, 0, 0.5);
} .foogallery.fg-shadow-inset-outline .fg-thumb:after,
.foogallery.fg-shadow-inset-small .fg-thumb:after,
.foogallery.fg-shadow-inset-medium .fg-thumb:after,
.foogallery.fg-shadow-inset-large .fg-thumb:after {
display: block;
content: "";
position: absolute;
top: 0;
left: 0;
right: 0;
bottom: 0;
z-index: 7;
border-radius: inherit;
}
.foogallery.fg-light.fg-shadow-inset-outline .fg-thumb:after {
box-shadow: inset 0 0 0 1px #ddd;
}
.foogallery.fg-dark.fg-shadow-inset-outline .fg-thumb:after {
box-shadow: inset 0 0 0 1px #222;
}
.foogallery.fg-light.fg-shadow-inset-small .fg-thumb:after,
.foogallery.fg-dark.fg-shadow-inset-small .fg-thumb:after {
box-shadow: inset 0 1px 4px 0 rgba(0,0,0,0.3);
}
.foogallery.fg-light.fg-shadow-inset-medium .fg-thumb:after,
.foogallery.fg-dark.fg-shadow-inset-medium .fg-thumb:after {
box-shadow: inset 0 1px 10px 0 rgba(0,0,0,0.3);
}
.foogallery.fg-light.fg-shadow-inset-large .fg-thumb:after,
.foogallery.fg-dark.fg-shadow-inset-large .fg-thumb:after {
box-shadow: inset 0 1px 16px 0 rgba(0,0,0,0.3);
}
.foogallery.fg-round-full.fg-shadow-inset-small .fg-thumb:after,
.foogallery.fg-round-full.fg-shadow-inset-medium .fg-thumb:after,
.foogallery.fg-round-full.fg-shadow-inset-large .fg-thumb:after {
border-radius: 50%;
} .foogallery.fg-round-small .fg-item,
.foogallery.fg-round-small .fg-item-inner {
border-radius: 5px;
}
.foogallery.fg-round-medium .fg-item,
.foogallery.fg-round-medium .fg-item-inner {
border-radius: 10px;
}
.foogallery.fg-round-large .fg-item,
.foogallery.fg-round-large .fg-item-inner {
border-radius: 15px;
}
.foogallery.fg-round-full .fg-item,
.foogallery.fg-round-full .fg-item-inner {
border-radius: 50%;
} .foogallery .fg-loader {
position: absolute;
top: 50%;
left: 50%;
margin-top: -0.5em;
margin-left: -0.5em;
width: 1em;
height: 1em;
font-size: 5px;
visibility: hidden;
opacity: 0;
pointer-events: none;
}
.foogallery .fg-loading .fg-loader {
visibility: visible;
opacity: 1;
}
.fg-loading-default .fg-loader {
border-radius: 50%;
text-indent: -9999em;
box-shadow: 0 -2.6em 0 0 rgba(130, 130, 130, 1),
1.8em -1.8em 0 0 rgba(130, 130, 130, 0.2),
2.5em 0 0 0 rgba(130, 130, 130, 0.2),
1.75em 1.75em 0 0 rgba(130, 130, 130, 0.2),
0 2.5em 0 0 rgba(130, 130, 130, 0.2),
-1.8em 1.8em 0 0 rgba(130, 130, 130, 0.2),
-2.6em 0 0 0 rgba(130, 130, 130, 0.5),
-1.8em -1.8em 0 0 rgba(130, 130, 130, 0.7);
-webkit-animation: loading-default 1.1s infinite paused steps(8, start);
animation: loading-default 1.1s infinite paused steps(8, start);
}
.fg-loading-default .fg-loading .fg-loader {
-webkit-animation-play-state: running;
animation-play-state: running;
}
@-webkit-keyframes loading-default {
0% {
transform: rotate(0deg);
}
100% {
transform: rotate(360deg);
}
}
@keyframes loading-default {
0% {
transform: rotate(0deg);
}
100% {
transform: rotate(360deg);
}
}
.fg-loading-bars .fg-loader,
.fg-loading-bars .fg-loader:before,
.fg-loading-bars .fg-loader:after {
background: rgba(130, 130, 130, 1);
width: 1em;
height: 4em;
-webkit-animation: loading-bars 1s infinite paused ease-in-out;
animation: loading-bars 1s infinite paused ease-in-out;
}
.fg-loading-bars .fg-loading .fg-loader,
.fg-loading-bars .fg-loading .fg-loader:before,
.fg-loading-bars .fg-loading .fg-loader:after {
-webkit-animation-play-state: running;
animation-play-state: running;
}
.fg-loading-bars .fg-loader {
color: rgba(130, 130, 130, 1);
text-indent: -9999em;
font-size: 4px;
margin-top: -2em;
margin-left: -0.5em;
-webkit-animation-delay: -0.16s;
animation-delay: -0.16s;
}
.fg-loading-bars .fg-loader:before,
.fg-loading-bars .fg-loader:after {
position: absolute;
top: 0;
content: '';
}
.fg-loading-bars .fg-loader:before {
left: -1.5em;
-webkit-animation-delay: -0.32s;
animation-delay: -0.32s;
}
.fg-loading-bars .fg-loader:after {
left: 1.5em;
}
@-webkit-keyframes loading-bars {
0%,
80%,
100% {
box-shadow: 0 0;
height: 4em;
}
40% {
box-shadow: 0 -2em;
height: 5em;
}
}
@keyframes loading-bars {
0%,
80%,
100% {
box-shadow: 0 0;
height: 4em;
}
40% {
box-shadow: 0 -2em;
height: 5em;
}
}
.fg-loading-trail .fg-loader {
color: #828282;
margin-top: 0;
margin-left: 0;
font-size: 20px;
text-indent: -9999em;
overflow: hidden;
border-radius: 50%;
-webkit-animation: loading-trail-1 1.7s infinite paused ease, loading-trail-2 1.7s infinite paused ease;
animation: loading-trail-1 1.7s infinite paused ease, loading-trail-2 1.7s infinite paused ease;
}
.fg-loading-trail .fg-loading .fg-loader {
-webkit-animation-play-state: running;
animation-play-state: running;
}
@-webkit-keyframes loading-trail-1 {
0% {
box-shadow: 0 -0.83em 0 -0.4em, 0 -0.83em 0 -0.42em, 0 -0.83em 0 -0.44em, 0 -0.83em 0 -0.46em, 0 -0.83em 0 -0.477em;
}
5%,
95% {
box-shadow: 0 -0.83em 0 -0.4em, 0 -0.83em 0 -0.42em, 0 -0.83em 0 -0.44em, 0 -0.83em 0 -0.46em, 0 -0.83em 0 -0.477em;
}
10%,
59% {
box-shadow: 0 -0.83em 0 -0.4em, -0.087em -0.825em 0 -0.42em, -0.173em -0.812em 0 -0.44em, -0.256em -0.789em 0 -0.46em, -0.297em -0.775em 0 -0.477em;
}
20% {
box-shadow: 0 -0.83em 0 -0.4em, -0.338em -0.758em 0 -0.42em, -0.555em -0.617em 0 -0.44em, -0.671em -0.488em 0 -0.46em, -0.749em -0.34em 0 -0.477em;
}
38% {
box-shadow: 0 -0.83em 0 -0.4em, -0.377em -0.74em 0 -0.42em, -0.645em -0.522em 0 -0.44em, -0.775em -0.297em 0 -0.46em, -0.82em -0.09em 0 -0.477em;
}
100% {
box-shadow: 0 -0.83em 0 -0.4em, 0 -0.83em 0 -0.42em, 0 -0.83em 0 -0.44em, 0 -0.83em 0 -0.46em, 0 -0.83em 0 -0.477em;
}
}
@keyframes loading-trail-1 {
0% {
box-shadow: 0 -0.83em 0 -0.4em, 0 -0.83em 0 -0.42em, 0 -0.83em 0 -0.44em, 0 -0.83em 0 -0.46em, 0 -0.83em 0 -0.477em;
}
5%,
95% {
box-shadow: 0 -0.83em 0 -0.4em, 0 -0.83em 0 -0.42em, 0 -0.83em 0 -0.44em, 0 -0.83em 0 -0.46em, 0 -0.83em 0 -0.477em;
}
10%,
59% {
box-shadow: 0 -0.83em 0 -0.4em, -0.087em -0.825em 0 -0.42em, -0.173em -0.812em 0 -0.44em, -0.256em -0.789em 0 -0.46em, -0.297em -0.775em 0 -0.477em;
}
20% {
box-shadow: 0 -0.83em 0 -0.4em, -0.338em -0.758em 0 -0.42em, -0.555em -0.617em 0 -0.44em, -0.671em -0.488em 0 -0.46em, -0.749em -0.34em 0 -0.477em;
}
38% {
box-shadow: 0 -0.83em 0 -0.4em, -0.377em -0.74em 0 -0.42em, -0.645em -0.522em 0 -0.44em, -0.775em -0.297em 0 -0.46em, -0.82em -0.09em 0 -0.477em;
}
100% {
box-shadow: 0 -0.83em 0 -0.4em, 0 -0.83em 0 -0.42em, 0 -0.83em 0 -0.44em, 0 -0.83em 0 -0.46em, 0 -0.83em 0 -0.477em;
}
}
@-webkit-keyframes loading-trail-2 {
0% {
-webkit-transform: translateX(-50%) translateY(-50%) rotate(0deg);
transform: translateX(-50%) translateY(-50%) rotate(0deg);
}
100% {
-webkit-transform: translateX(-50%) translateY(-50%) rotate(360deg);
transform: translateX(-50%) translateY(-50%) rotate(360deg);
}
}
@keyframes loading-trail-2 {
0% {
-webkit-transform: translateX(-50%) translateY(-50%) rotate(0deg);
transform: translateX(-50%) translateY(-50%) rotate(0deg);
}
100% {
-webkit-transform: translateX(-50%) translateY(-50%) rotate(360deg);
transform: translateX(-50%) translateY(-50%) rotate(360deg);
}
}
.fg-loading-pulse .fg-loader,
.fg-loading-pulse .fg-loader:before,
.fg-loading-pulse .fg-loader:after {
border-radius: 50%;
width: 2.5em;
height: 2.5em;
-webkit-animation: loading-pulse 1.8s infinite both paused ease-in-out;
animation: loading-pulse 1.8s infinite both paused ease-in-out;
}
.fg-loading-pulse .fg-loading .fg-loader,
.fg-loading-pulse .fg-loading .fg-loader:before,
.fg-loading-pulse .fg-loading .fg-loader:after {
-webkit-animation-play-state: running;
animation-play-state: running;
}
.fg-loading-pulse .fg-loader {
color: #828282;
font-size: 4px;
margin-top: -3.75em;
margin-left: -1.25em;
text-indent: -9999em;
-webkit-animation-delay: -0.16s;
animation-delay: -0.16s;
}
.fg-loading-pulse .fg-loader:before,
.fg-loading-pulse .fg-loader:after {
content: '';
position: absolute;
top: 0;
}
.fg-loading-pulse .fg-loader:before {
left: -3.5em;
-webkit-animation-delay: -0.32s;
animation-delay: -0.32s;
}
.fg-loading-pulse .fg-loader:after {
left: 3.5em;
}
@-webkit-keyframes loading-pulse {
0%,
80%,
100% {
box-shadow: 0 2.5em 0 -1.3em;
}
40% {
box-shadow: 0 2.5em 0 0;
}
}
@keyframes loading-pulse {
0%,
80%,
100% {
box-shadow: 0 2.5em 0 -1.3em;
}
40% {
box-shadow: 0 2.5em 0 0;
}
}
.fg-loading-dots .fg-loader {
color: #828282;
font-size: 5px;
border-radius: 50%;
text-indent: -9999em;
-webkit-animation: loading-dots 1.3s infinite paused linear;
animation: loading-dots 1.3s infinite paused linear;
}
.fg-loading-dots .fg-loading .fg-loader {
-webkit-animation-play-state: running;
animation-play-state: running;
}
@-webkit-keyframes loading-dots {
0%,
100% {
box-shadow: 0 -3em 0 0.2em, 2em -2em 0 0em, 3em 0 0 -1em, 2em 2em 0 -1em, 0 3em 0 -1em, -2em 2em 0 -1em, -3em 0 0 -1em, -2em -2em 0 0;
}
12.5% {
box-shadow: 0 -3em 0 0, 2em -2em 0 0.2em, 3em 0 0 0, 2em 2em 0 -1em, 0 3em 0 -1em, -2em 2em 0 -1em, -3em 0 0 -1em, -2em -2em 0 -1em;
}
25% {
box-shadow: 0 -3em 0 -0.5em, 2em -2em 0 0, 3em 0 0 0.2em, 2em 2em 0 0, 0 3em 0 -1em, -2em 2em 0 -1em, -3em 0 0 -1em, -2em -2em 0 -1em;
}
37.5% {
box-shadow: 0 -3em 0 -1em, 2em -2em 0 -1em, 3em 0em 0 0, 2em 2em 0 0.2em, 0 3em 0 0em, -2em 2em 0 -1em, -3em 0em 0 -1em, -2em -2em 0 -1em;
}
50% {
box-shadow: 0 -3em 0 -1em, 2em -2em 0 -1em, 3em 0 0 -1em, 2em 2em 0 0em, 0 3em 0 0.2em, -2em 2em 0 0, -3em 0em 0 -1em, -2em -2em 0 -1em;
}
62.5% {
box-shadow: 0 -3em 0 -1em, 2em -2em 0 -1em, 3em 0 0 -1em, 2em 2em 0 -1em, 0 3em 0 0, -2em 2em 0 0.2em, -3em 0 0 0, -2em -2em 0 -1em;
}
75% {
box-shadow: 0em -3em 0 -1em, 2em -2em 0 -1em, 3em 0em 0 -1em, 2em 2em 0 -1em, 0 3em 0 -1em, -2em 2em 0 0, -3em 0em 0 0.2em, -2em -2em 0 0;
}
87.5% {
box-shadow: 0em -3em 0 0, 2em -2em 0 -1em, 3em 0 0 -1em, 2em 2em 0 -1em, 0 3em 0 -1em, -2em 2em 0 0, -3em 0em 0 0, -2em -2em 0 0.2em;
}
}
@keyframes loading-dots {
0%,
100% {
box-shadow: 0 -3em 0 0.2em, 2em -2em 0 0em, 3em 0 0 -1em, 2em 2em 0 -1em, 0 3em 0 -1em, -2em 2em 0 -1em, -3em 0 0 -1em, -2em -2em 0 0;
}
12.5% {
box-shadow: 0 -3em 0 0, 2em -2em 0 0.2em, 3em 0 0 0, 2em 2em 0 -1em, 0 3em 0 -1em, -2em 2em 0 -1em, -3em 0 0 -1em, -2em -2em 0 -1em;
}
25% {
box-shadow: 0 -3em 0 -0.5em, 2em -2em 0 0, 3em 0 0 0.2em, 2em 2em 0 0, 0 3em 0 -1em, -2em 2em 0 -1em, -3em 0 0 -1em, -2em -2em 0 -1em;
}
37.5% {
box-shadow: 0 -3em 0 -1em, 2em -2em 0 -1em, 3em 0em 0 0, 2em 2em 0 0.2em, 0 3em 0 0em, -2em 2em 0 -1em, -3em 0em 0 -1em, -2em -2em 0 -1em;
}
50% {
box-shadow: 0 -3em 0 -1em, 2em -2em 0 -1em, 3em 0 0 -1em, 2em 2em 0 0em, 0 3em 0 0.2em, -2em 2em 0 0, -3em 0em 0 -1em, -2em -2em 0 -1em;
}
62.5% {
box-shadow: 0 -3em 0 -1em, 2em -2em 0 -1em, 3em 0 0 -1em, 2em 2em 0 -1em, 0 3em 0 0, -2em 2em 0 0.2em, -3em 0 0 0, -2em -2em 0 -1em;
}
75% {
box-shadow: 0em -3em 0 -1em, 2em -2em 0 -1em, 3em 0em 0 -1em, 2em 2em 0 -1em, 0 3em 0 -1em, -2em 2em 0 0, -3em 0em 0 0.2em, -2em -2em 0 0;
}
87.5% {
box-shadow: 0em -3em 0 0, 2em -2em 0 -1em, 3em 0 0 -1em, 2em 2em 0 -1em, 0 3em 0 -1em, -2em 2em 0 0, -3em 0em 0 0, -2em -2em 0 0.2em;
}
}
.fg-loading-partial .fg-loader,
.fg-loading-partial .fg-loader:after {
border-radius: 50%;
width: 10em;
height: 10em;
}
.fg-loading-partial .fg-loader {
font-size: 4px;
text-indent: -9999em;
margin-top: 0;
margin-left: 0;
border-top: 1.1em solid rgba(130,130,130, 0.2);
border-right: 1.1em solid rgba(130,130,130, 0.2);
border-bottom: 1.1em solid rgba(130,130,130, 0.2);
border-left: 1.1em solid #828282;
-webkit-animation: loading-partial 1.1s infinite paused linear;
animation: loading-partial 1.1s infinite paused linear;
}
.fg-loading-partial .fg-loading .fg-loader {
-webkit-animation-play-state: running;
animation-play-state: running;
}
@-webkit-keyframes loading-partial {
0% {
-webkit-transform: translateX(-50%) translateY(-50%) rotate(0deg);
transform: translateX(-50%) translateY(-50%) rotate(0deg);
}
100% {
-webkit-transform: translateX(-50%) translateY(-50%) rotate(360deg);
transform: translateX(-50%) translateY(-50%) rotate(360deg);
}
}
@keyframes loading-partial {
0% {
-webkit-transform: translateX(-50%) translateY(-50%) rotate(0deg);
transform: translateX(-50%) translateY(-50%) rotate(0deg);
}
100% {
-webkit-transform: translateX(-50%) translateY(-50%) rotate(360deg);
transform: translateX(-50%) translateY(-50%) rotate(360deg);
}
} .foogallery.fg-loaded-fade-in .fg-item.fg-loaded,
.foogallery.fg-loaded-slide-up .fg-item.fg-loaded,
.foogallery.fg-loaded-slide-down .fg-item.fg-loaded,
.foogallery.fg-loaded-slide-left .fg-item.fg-loaded,
.foogallery.fg-loaded-slide-right .fg-item.fg-loaded,
.foogallery.fg-loaded-scale-up .fg-item.fg-loaded,
.foogallery.fg-loaded-swing-down .fg-item.fg-loaded,
.foogallery.fg-loaded-drop .fg-item.fg-loaded,
.foogallery.fg-loaded-fly .fg-item.fg-loaded,
.foogallery.fg-loaded-flip .fg-item.fg-loaded {
transition-timing-function: ease;
transition-duration: 650ms;
transition-property: background-color, transform;
}
.foogallery.fg-loaded-fade-in .fg-loaded .fg-item-inner,
.foogallery.fg-loaded-slide-up .fg-loaded .fg-item-inner,
.foogallery.fg-loaded-slide-down .fg-loaded .fg-item-inner,
.foogallery.fg-loaded-slide-left .fg-loaded .fg-item-inner,
.foogallery.fg-loaded-slide-right .fg-loaded .fg-item-inner,
.foogallery.fg-loaded-scale-up .fg-loaded .fg-item-inner,
.foogallery.fg-loaded-swing-down .fg-loaded .fg-item-inner,
.foogallery.fg-loaded-drop .fg-loaded .fg-item-inner,
.foogallery.fg-loaded-fly .fg-loaded .fg-item-inner,
.foogallery.fg-loaded-flip .fg-loaded .fg-item-inner {
transition-timing-function: ease;
transition-duration: 650ms;
} .foogallery.fg-loaded-swing-down .fg-item.fg-loaded,
.foogallery.fg-loaded-drop .fg-item.fg-loaded,
.foogallery.fg-loaded-fly .fg-item.fg-loaded,
.foogallery.fg-loaded-flip .fg-item.fg-loaded {
perspective: 1300px;
} .foogallery.fg-loaded-drop .fg-item-inner {
transition-property: visibility, opacity, transform;
transform-style: preserve-3d;
transform: translateZ(400px) translateY(100%) rotateX(-90deg);
}
.foogallery.fg-loaded-drop .fg-loaded .fg-item-inner {
transform: translateZ(0px) translateY(0px) rotateX(0deg);
} .foogallery.fg-loaded-fade-in .fg-item-inner {
transition-property: visibility, opacity;
} .foogallery.fg-loaded-flip .fg-item-inner {
transition-property: visibility, opacity, transform;
backface-visibility: hidden;
transform-style: preserve-3d;
transform: rotateY(-180deg);
}
.foogallery.fg-loaded-flip .fg-loaded .fg-item-inner {
transform: rotateY(0deg);
} .foogallery.fg-loaded-fly .fg-item-inner {
transition-property: visibility, opacity, transform;
transform-style: preserve-3d;
transform-origin: 50% 50% -300px;
transform: rotateX(-180deg);
}
.foogallery.fg-loaded-fly .fg-loaded .fg-item-inner {
transform: rotateX(0deg);
} .foogallery.fg-loaded-scale-up .fg-item-inner {
transition-property: visibility, opacity, transform;
transform: scale(0.6);
}
.foogallery.fg-loaded-scale-up .fg-loaded .fg-item-inner {
transform: scale(1);
} .foogallery.fg-loaded-slide-up .fg-item-inner {
transition-property: visibility, opacity, transform;
transform: translateY(50%);
}
.foogallery.fg-loaded-slide-up .fg-loaded .fg-item-inner {
transform: translateY(0);
} .foogallery.fg-loaded-slide-down .fg-item-inner {
transition-property: visibility, opacity, transform;
transform: translateY(-50%);
}
.foogallery.fg-loaded-slide-down .fg-loaded .fg-item-inner {
transform: translateY(0);
} .foogallery.fg-loaded-slide-left .fg-item-inner {
transition-property: visibility, opacity, transform;
transform: translateX(50%);
}
.foogallery.fg-loaded-slide-left .fg-loaded .fg-item-inner {
transform: translateX(0);
} .foogallery.fg-loaded-slide-right .fg-item-inner {
transition-property: visibility, opacity, transform;
transform: translateX(-50%);
}
.foogallery.fg-loaded-slide-right .fg-loaded .fg-item-inner {
transform: translateX(0);
} .foogallery.fg-loaded-swing-down .fg-item-inner {
transition-property: visibility, opacity, transform;
transform-style: preserve-3d;
transform-origin: 0 0;
transform: rotateX(-80deg);
}
.foogallery.fg-loaded-swing-down .fg-loaded .fg-item-inner {
transform: rotateX(0deg);
} .foogallery {
--fg-title-line-clamp: 2;
--fg-description-line-clamp: 4;
}
.foogallery .fg-caption {
display: flex;
flex-direction: column;
padding: 10px;
visibility: hidden;
opacity: 0;
position: absolute;
z-index: 8;
width: 100%;
max-height: 100%;
overflow: hidden;
font-family: -apple-system,system-ui,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,sans-serif;
font-size: 13px;
font-weight: 400;
line-height: 1.3;
border: none;
text-align: center;
cursor: pointer;
margin: 0;
}
.foogallery .fg-caption-inner {
flex: 1;
display: flex;
flex-direction: column;
gap: 10px;
max-height: 100%;
overflow: hidden;
}
.foogallery .fg-caption-title {
box-sizing: content-box;
font-size: 16px;
font-weight: 400;
padding: 0;
margin: 0;
line-height: 1.4;
overflow: hidden;
display: -webkit-box;
-webkit-line-clamp: var(--fg-title-line-clamp);
-webkit-box-orient: vertical;
clip-path: content-box;
min-height: fit-content;
flex: 0 0 fit-content;
}
.foogallery .fg-caption-desc {
padding: 0;
margin: 0;
overflow: hidden;
display: -webkit-box;
-webkit-line-clamp: var(--fg-description-line-clamp);
-webkit-box-orient: vertical;
clip-path: content-box;
flex: 1;
}
.foogallery .fg-caption-title a,
.foogallery .fg-caption-desc a {
text-decoration: none;
border-bottom: solid 1px currentColor;
transition-timing-function: ease-out;
transition-duration: 0.3s;
transition-property: color, border-color, background-color;
}
.foogallery .fg-caption-title a:hover,
.foogallery .fg-caption-desc a:hover {
border-bottom-color: transparent;
}
.foogallery .fg-caption-buttons {
--fg-base-size: 12px;
--fg-height: calc( var( --fg-base-size ) * 2.2 );
--fg-base-25: calc( var( --fg-base-size ) / 4 );
--fg-base-33: calc( var( --fg-base-size ) / 3 );
--fg-base-50: calc( var( --fg-base-size ) / 2 );
--fg-base-66: calc( var( --fg-base-33 ) * 2 );
--fg-base-75: calc( var( --fg-base-25 ) * 3 );
--fg-base-100: var( --fg-base-size );
--fg-border-radius: var(--fg-base-25);
--fg-border-width: 1px;
--fg-spacing: var(--fg-base-25);
--fg-padding-x: var(--fg-base-75);
--fg-padding-y: var(--fg-base-25);
display: flex;
position: relative;
flex-direction: row;
flex-wrap: wrap;
align-items: center;
justify-content: center;
gap: 4px;
font-size: var(--fg-base-size);
width: 100%;
padding: 0;
margin: 0;
}
.foogallery.fg-c-c .fg-caption-buttons {
justify-content: center;
}
.foogallery.fg-c-l .fg-caption-buttons {
justify-content: flex-start;
}
.foogallery.fg-c-r .fg-caption-buttons {
justify-content: flex-end;
}
.foogallery.fg-c-j .fg-caption-buttons {
justify-content: stretch;
}
.foogallery.fg-c-j .fg-caption-buttons > a {
flex: 1;
}
.foogallery .fg-caption-buttons > a {
display: inline-flex;
position: relative;
flex-direction: row;
align-items: center;
justify-content: center;
padding: var(--fg-padding-y) var(--fg-padding-x);
height: var(--fg-height);
margin: 0 0 1px 0;
font-family: -apple-system,system-ui,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,sans-serif;
font-size: inherit;
font-weight: 400;
line-height: unset;
text-align: center;
white-space: nowrap;
vertical-align: middle;
cursor: pointer;
user-select: none;
background-image: none;
text-decoration: none;
text-shadow: none;
border: var(--fg-border-width) solid transparent;
border-radius: var(--fg-border-radius);
box-shadow: none;
outline: none;
opacity: 1;
transition-timing-function: ease-out;
transition-duration: 0.3s;
transition-property: color, opacity, border-color, background-color;
}
.foogallery .fg-caption-buttons > a:hover,
.foogallery .fg-caption-buttons > a:focus {
opacity: 1!important;
box-shadow: none;
} .foogallery:is(.fg-cb-block-outline,.fg-cb-pill-outline) .fg-caption-buttons > a {
--fg-border-width: 2px;
font-weight: 500;
}
.foogallery:is(.fg-captions-bottom,.fg-captions-top,.fg-simple_portfolio):is(.fg-cb-block-outline,.fg-cb-pill-outline) .fg-caption-buttons>a {
font-weight: 400;
}
.foogallery.fg-light:is(.fg-captions-bottom,.fg-captions-top,.fg-simple_portfolio):is(.fg-cb-block-outline,.fg-cb-pill-outline) .fg-caption-buttons>a {
--fg-border-width: 1px;
}
.foogallery.fg-cb-block .fg-caption-buttons > a,
.foogallery.fg-cb-block-outline .fg-caption-buttons > a {
--fg-border-radius: 0;
}
.foogallery.fg-cb-pill .fg-caption-buttons > a,
.foogallery.fg-cb-pill-outline .fg-caption-buttons > a {
--fg-border-radius: calc(var(--fg-height) / 2);
--fg-padding-x: calc(var(--fg-base-50) + calc(var(--fg-border-radius) / 2));
}
@media only screen and (max-width: 600px) {
.foogallery .fg-caption-buttons {
align-items: stretch;
}
.foogallery .fg-caption-buttons > a {
flex: 1;
}
} .foogallery.fg-caption-always .fg-item .fg-caption .fg-caption-inner:before {
display: none;
}
.foogallery.fg-caption-always .fg-item.fg-loaded .fg-caption {
left: 0;
bottom: 0;
transition-timing-function: ease;
transition-duration: 300ms;
transition-property: visibility, opacity;
visibility: visible;
opacity: 1;
}
.foogallery.fg-caption-always .fg-caption {
text-align: left;
} .foogallery.fg-caption-hover .fg-caption .fg-caption-inner {
display: flex;
flex-direction: column;
align-items: center;
justify-content: center;
width: 100%;
max-height: 100%;
position: absolute;
top: 50%;
left: 0;
transform: translateY(-50%);
padding: 10px;
}
.foogallery.fg-caption-hover .fg-item.fg-loaded .fg-image-overlay {
display: none;
} .foogallery.fg-c-l .fg-caption,
.foogallery.fg-caption-always.fg-c-l .fg-caption {
text-align: left;
}
.foogallery.fg-c-c .fg-caption,
.foogallery.fg-caption-always.fg-c-c .fg-caption {
text-align: center;
}
.foogallery.fg-c-r .fg-caption,
.foogallery.fg-caption-always.fg-c-r .fg-caption {
text-align: right;
}
.foogallery.fg-c-j .fg-caption,
.foogallery.fg-caption-always.fg-c-j .fg-caption {
text-align: justify;
} .foogallery {
--fg-icon-size: 32px;
}
.foogallery.fg-transparent-overlays { --fg-icon-size-transparent: calc( var(--fg-icon-size) + calc( var(--fg-icon-size) * 0.25 ) );
}
.foogallery .fg-image-overlay:before {
content: "";
display: block;
position: absolute;
top: 50%;
left: 50%;
transform: translateX(-50%) translateY(-50%);
width: var(--fg-icon-size);
height: var(--fg-icon-size);
background-size: var(--fg-icon-size) var(--fg-icon-size);
background-position: center center;
background-repeat: no-repeat;
min-width: var(--fg-icon-size);
min-height: var(--fg-icon-size);
}
.foogallery .fg-caption-inner:before {
content: "";
display: none;
position: relative;
width: var(--fg-icon-size);
height: var(--fg-icon-size);
margin: 0;
background-size: var(--fg-icon-size) var(--fg-icon-size);
vertical-align: middle;
background-position: center center;
background-repeat: no-repeat;
min-width: var(--fg-icon-size);
min-height: var(--fg-icon-size);
}
.foogallery.fg-transparent-overlays .fg-image-overlay:before,
.foogallery.fg-transparent-overlays .fg-caption-inner:before {
width: var(--fg-icon-size-transparent);
height: var(--fg-icon-size-transparent);
background-size: var(--fg-icon-size-transparent) var(--fg-icon-size-transparent);
min-width: var(--fg-icon-size-transparent);
min-height: var(--fg-icon-size-transparent);
}
.foogallery.fg-hover-zoom:not(.fg-preset) 				.fg-caption-inner:before,
.foogallery.fg-hover-zoom2:not(.fg-preset) 				.fg-caption-inner:before,
.foogallery.fg-hover-zoom3:not(.fg-preset) 				.fg-caption-inner:before,
.foogallery.fg-hover-plus:not(.fg-preset) 				.fg-caption-inner:before,
.foogallery.fg-hover-circle-plus:not(.fg-preset) 	    .fg-caption-inner:before,
.foogallery.fg-hover-eye:not(.fg-preset) 				.fg-caption-inner:before,
.foogallery.fg-hover-external:not(.fg-preset) 		    .fg-caption-inner:before,
.foogallery.fg-hover-tint:not(.fg-preset) 				.fg-caption-inner:before,
.foogallery.fg-hover-cart:not(.fg-preset)               .fg-caption-inner:before,
.foogallery.fg-hover-plus2:not(.fg-preset) 				.fg-caption-inner:before,
.foogallery.fg-hover-plus3:not(.fg-preset) 				.fg-caption-inner:before,
.foogallery.fg-hover-square-plus:not(.fg-preset) 		.fg-caption-inner:before,
.foogallery.fg-hover-circle-plus2:not(.fg-preset) 		.fg-caption-inner:before,
.foogallery.fg-hover-zoom4:not(.fg-preset) 				.fg-caption-inner:before,
.foogallery.fg-hover-zoom5:not(.fg-preset) 				.fg-caption-inner:before,
.foogallery.fg-video-default:not(.fg-preset)            .fg-type-video .fg-caption-inner:before,
.foogallery.fg-video-1:not(.fg-preset)                  .fg-type-video .fg-caption-inner:before,
.foogallery.fg-video-2:not(.fg-preset)                  .fg-type-video .fg-caption-inner:before,
.foogallery.fg-video-3:not(.fg-preset)                  .fg-type-video .fg-caption-inner:before,
.foogallery.fg-video-4:not(.fg-preset)                  .fg-type-video .fg-caption-inner:before {
display: block;
}
.foogallery.fg-hover-zoom:not(.fg-preset) 				.fg-item-inner:hover .fg-image-overlay,
.foogallery.fg-hover-zoom2:not(.fg-preset) 				.fg-item-inner:hover .fg-image-overlay,
.foogallery.fg-hover-zoom3:not(.fg-preset) 				.fg-item-inner:hover .fg-image-overlay,
.foogallery.fg-hover-plus:not(.fg-preset) 				.fg-item-inner:hover .fg-image-overlay,
.foogallery.fg-hover-circle-plus:not(.fg-preset) 	    .fg-item-inner:hover .fg-image-overlay,
.foogallery.fg-hover-eye:not(.fg-preset) 				.fg-item-inner:hover .fg-image-overlay,
.foogallery.fg-hover-external:not(.fg-preset) 		    .fg-item-inner:hover .fg-image-overlay,
.foogallery.fg-hover-tint:not(.fg-preset) 				.fg-item-inner:hover .fg-image-overlay,
.foogallery.fg-hover-cart:not(.fg-preset)               .fg-item-inner:hover .fg-image-overlay,
.foogallery.fg-hover-plus2:not(.fg-preset) 				.fg-item-inner:hover .fg-image-overlay,
.foogallery.fg-hover-plus3:not(.fg-preset) 				.fg-item-inner:hover .fg-image-overlay,
.foogallery.fg-hover-square-plus:not(.fg-preset) 		.fg-item-inner:hover .fg-image-overlay,
.foogallery.fg-hover-circle-plus2:not(.fg-preset) 		.fg-item-inner:hover .fg-image-overlay,
.foogallery.fg-hover-zoom4:not(.fg-preset) 				.fg-item-inner:hover .fg-image-overlay,
.foogallery.fg-hover-zoom5:not(.fg-preset) 				.fg-item-inner:hover .fg-image-overlay,
.foogallery.fg-video-default:not(.fg-preset)            .fg-type-video .fg-item-inner:hover .fg-image-overlay,
.foogallery.fg-video-1:not(.fg-preset)                  .fg-type-video .fg-item-inner:hover .fg-image-overlay,
.foogallery.fg-video-2:not(.fg-preset)                  .fg-type-video .fg-item-inner:hover .fg-image-overlay,
.foogallery.fg-video-3:not(.fg-preset)                  .fg-type-video .fg-item-inner:hover .fg-image-overlay,
.foogallery.fg-video-4:not(.fg-preset)                  .fg-type-video .fg-item-inner:hover .fg-image-overlay {
visibility: visible;
opacity: 1;
}
.foogallery.fg-video-sticky				.fg-type-video.fg-loaded .fg-item-inner .fg-image-overlay {
background-color: transparent;
visibility: visible;
opacity: 1;
display: block;
}
.foogallery.fg-video-sticky				.fg-type-video .fg-caption .fg-caption-inner:before {
display: none;
}
.foogallery.fg-hover-zoom .fg-image-overlay:before,
.foogallery.fg-hover-zoom .fg-caption-inner:before {
background-image: url(//geocachinginfo.com/wp-content/plugins/foogallery/extensions/default-templates/shared/img/icons.svg#zoom-light);
}
.foogallery.fg-light-overlays.fg-hover-zoom .fg-image-overlay:before,
.foogallery.fg-light-overlays.fg-hover-zoom .fg-caption-inner:before {
background-image: url(//geocachinginfo.com/wp-content/plugins/foogallery/extensions/default-templates/shared/img/icons.svg#zoom-dark);
}
.foogallery.fg-transparent-overlays.fg-hover-zoom .fg-image-overlay:before,
.foogallery.fg-transparent-overlays.fg-hover-zoom .fg-caption-inner:before {
background-image: url(//geocachinginfo.com/wp-content/plugins/foogallery/extensions/default-templates/shared/img/icons.svg#zoom-transparent);
}
.foogallery.fg-hover-zoom2 .fg-image-overlay:before,
.foogallery.fg-hover-zoom2 .fg-caption-inner:before {
background-image: url(//geocachinginfo.com/wp-content/plugins/foogallery/extensions/default-templates/shared/img/icons.svg#zoom2-light);
}
.foogallery.fg-light-overlays.fg-hover-zoom2 .fg-image-overlay:before,
.foogallery.fg-light-overlays.fg-hover-zoom2 .fg-caption-inner:before {
background-image: url(//geocachinginfo.com/wp-content/plugins/foogallery/extensions/default-templates/shared/img/icons.svg#zoom2-dark);
}
.foogallery.fg-transparent-overlays.fg-hover-zoom2 .fg-image-overlay:before,
.foogallery.fg-transparent-overlays.fg-hover-zoom2 .fg-caption-inner:before {
background-image: url(//geocachinginfo.com/wp-content/plugins/foogallery/extensions/default-templates/shared/img/icons.svg#zoom2-transparent);
}
.foogallery.fg-hover-zoom3 .fg-image-overlay:before,
.foogallery.fg-hover-zoom3 .fg-caption-inner:before {
background-image: url(//geocachinginfo.com/wp-content/plugins/foogallery/extensions/default-templates/shared/img/icons.svg#zoom3-light);
}
.foogallery.fg-light-overlays.fg-hover-zoom3 .fg-image-overlay:before,
.foogallery.fg-light-overlays.fg-hover-zoom3 .fg-caption-inner:before {
background-image: url(//geocachinginfo.com/wp-content/plugins/foogallery/extensions/default-templates/shared/img/icons.svg#zoom3-dark);
}
.foogallery.fg-transparent-overlays.fg-hover-zoom3 .fg-image-overlay:before,
.foogallery.fg-transparent-overlays.fg-hover-zoom3 .fg-caption-inner:before {
background-image: url(//geocachinginfo.com/wp-content/plugins/foogallery/extensions/default-templates/shared/img/icons.svg#zoom3-transparent);
}
.foogallery.fg-hover-plus .fg-image-overlay:before,
.foogallery.fg-hover-plus .fg-caption-inner:before {
background-image: url(//geocachinginfo.com/wp-content/plugins/foogallery/extensions/default-templates/shared/img/icons.svg#plus-light);
}
.foogallery.fg-light-overlays.fg-hover-plus .fg-image-overlay:before,
.foogallery.fg-light-overlays.fg-hover-plus .fg-caption-inner:before {
background-image: url(//geocachinginfo.com/wp-content/plugins/foogallery/extensions/default-templates/shared/img/icons.svg#plus-dark);
}
.foogallery.fg-transparent-overlays.fg-hover-plus .fg-image-overlay:before,
.foogallery.fg-transparent-overlays.fg-hover-plus .fg-caption-inner:before {
background-image: url(//geocachinginfo.com/wp-content/plugins/foogallery/extensions/default-templates/shared/img/icons.svg#plus-transparent);
}
.foogallery.fg-hover-circle-plus .fg-image-overlay:before,
.foogallery.fg-hover-circle-plus .fg-caption-inner:before {
background-image: url(//geocachinginfo.com/wp-content/plugins/foogallery/extensions/default-templates/shared/img/icons.svg#circle-plus-light);
}
.foogallery.fg-light-overlays.fg-hover-circle-plus .fg-image-overlay:before,
.foogallery.fg-light-overlays.fg-hover-circle-plus .fg-caption-inner:before {
background-image: url(//geocachinginfo.com/wp-content/plugins/foogallery/extensions/default-templates/shared/img/icons.svg#circle-plus-dark);
}
.foogallery.fg-transparent-overlays.fg-hover-circle-plus .fg-image-overlay:before,
.foogallery.fg-transparent-overlays.fg-hover-circle-plus .fg-caption-inner:before {
background-image: url(//geocachinginfo.com/wp-content/plugins/foogallery/extensions/default-templates/shared/img/icons.svg#circle-plus-transparent);
}
.foogallery.fg-hover-eye .fg-image-overlay:before,
.foogallery.fg-hover-eye .fg-caption-inner:before {
background-image: url(//geocachinginfo.com/wp-content/plugins/foogallery/extensions/default-templates/shared/img/icons.svg#eye-light);
}
.foogallery.fg-light-overlays.fg-hover-eye .fg-image-overlay:before,
.foogallery.fg-light-overlays.fg-hover-eye .fg-caption-inner:before {
background-image: url(//geocachinginfo.com/wp-content/plugins/foogallery/extensions/default-templates/shared/img/icons.svg#eye-dark);
}
.foogallery.fg-transparent-overlays.fg-hover-eye .fg-image-overlay:before,
.foogallery.fg-transparent-overlays.fg-hover-eye .fg-caption-inner:before {
background-image: url(//geocachinginfo.com/wp-content/plugins/foogallery/extensions/default-templates/shared/img/icons.svg#eye-transparent);
}
.foogallery.fg-hover-external .fg-image-overlay:before,
.foogallery.fg-hover-external .fg-caption-inner:before {
background-image: url(//geocachinginfo.com/wp-content/plugins/foogallery/extensions/default-templates/shared/img/icons.svg#external-light);
}
.foogallery.fg-light-overlays.fg-hover-external .fg-image-overlay:before,
.foogallery.fg-light-overlays.fg-hover-external .fg-caption-inner:before {
background-image: url(//geocachinginfo.com/wp-content/plugins/foogallery/extensions/default-templates/shared/img/icons.svg#external-dark);
}
.foogallery.fg-transparent-overlays.fg-hover-external .fg-image-overlay:before,
.foogallery.fg-transparent-overlays.fg-hover-external .fg-caption-inner:before {
background-image: url(//geocachinginfo.com/wp-content/plugins/foogallery/extensions/default-templates/shared/img/icons.svg#external-transparent);
}
.foogallery.fg-hover-cart .fg-image-overlay:before,
.foogallery.fg-hover-cart .fg-caption-inner:before {
background-image: url(//geocachinginfo.com/wp-content/plugins/foogallery/extensions/default-templates/shared/img/icons.svg#cart-light);
}
.foogallery.fg-light-overlays.fg-hover-cart .fg-image-overlay:before,
.foogallery.fg-light-overlays.fg-hover-cart .fg-caption-inner:before {
background-image: url(//geocachinginfo.com/wp-content/plugins/foogallery/extensions/default-templates/shared/img/icons.svg#cart-dark);
}
.foogallery.fg-transparent-overlays.fg-hover-cart .fg-image-overlay:before,
.foogallery.fg-transparent-overlays.fg-hover-cart .fg-caption-inner:before {
background-image: url(//geocachinginfo.com/wp-content/plugins/foogallery/extensions/default-templates/shared/img/icons.svg#cart-transparent);
}
.foogallery.fg-hover-plus2 .fg-image-overlay:before,
.foogallery.fg-hover-plus2 .fg-caption-inner:before {
background-image: url(//geocachinginfo.com/wp-content/plugins/foogallery/extensions/default-templates/shared/img/icons.svg#plus2-light);
}
.foogallery.fg-light-overlays.fg-hover-plus2 .fg-image-overlay:before,
.foogallery.fg-light-overlays.fg-hover-plus2 .fg-caption-inner:before {
background-image: url(//geocachinginfo.com/wp-content/plugins/foogallery/extensions/default-templates/shared/img/icons.svg#plus2-dark);
}
.foogallery.fg-transparent-overlays.fg-hover-plus2 .fg-image-overlay:before,
.foogallery.fg-transparent-overlays.fg-hover-plus2 .fg-caption-inner:before {
background-image: url(//geocachinginfo.com/wp-content/plugins/foogallery/extensions/default-templates/shared/img/icons.svg#plus2-transparent);
}
.foogallery.fg-hover-plus3 .fg-image-overlay:before,
.foogallery.fg-hover-plus3 .fg-caption-inner:before {
background-image: url(//geocachinginfo.com/wp-content/plugins/foogallery/extensions/default-templates/shared/img/icons.svg#plus3-light);
}
.foogallery.fg-light-overlays.fg-hover-plus3 .fg-image-overlay:before,
.foogallery.fg-light-overlays.fg-hover-plus3 .fg-caption-inner:before {
background-image: url(//geocachinginfo.com/wp-content/plugins/foogallery/extensions/default-templates/shared/img/icons.svg#plus3-dark);
}
.foogallery.fg-transparent-overlays.fg-hover-plus3 .fg-image-overlay:before,
.foogallery.fg-transparent-overlays.fg-hover-plus3 .fg-caption-inner:before {
background-image: url(//geocachinginfo.com/wp-content/plugins/foogallery/extensions/default-templates/shared/img/icons.svg#plus3-transparent);
}
.foogallery.fg-hover-square-plus .fg-image-overlay:before,
.foogallery.fg-hover-square-plus .fg-caption-inner:before {
background-image: url(//geocachinginfo.com/wp-content/plugins/foogallery/extensions/default-templates/shared/img/icons.svg#square-plus-light);
}
.foogallery.fg-light-overlays.fg-hover-square-plus .fg-image-overlay:before,
.foogallery.fg-light-overlays.fg-hover-square-plus .fg-caption-inner:before {
background-image: url(//geocachinginfo.com/wp-content/plugins/foogallery/extensions/default-templates/shared/img/icons.svg#square-plus-dark);
}
.foogallery.fg-transparent-overlays.fg-hover-square-plus .fg-image-overlay:before,
.foogallery.fg-transparent-overlays.fg-hover-square-plus .fg-caption-inner:before {
background-image: url(//geocachinginfo.com/wp-content/plugins/foogallery/extensions/default-templates/shared/img/icons.svg#square-plus-transparent);
}
.foogallery.fg-hover-circle-plus2 .fg-image-overlay:before,
.foogallery.fg-hover-circle-plus2 .fg-caption-inner:before {
background-image: url(//geocachinginfo.com/wp-content/plugins/foogallery/extensions/default-templates/shared/img/icons.svg#circle-plus2-light);
}
.foogallery.fg-light-overlays.fg-hover-circle-plus2 .fg-image-overlay:before,
.foogallery.fg-light-overlays.fg-hover-circle-plus2 .fg-caption-inner:before {
background-image: url(//geocachinginfo.com/wp-content/plugins/foogallery/extensions/default-templates/shared/img/icons.svg#circle-plus2-dark);
}
.foogallery.fg-transparent-overlays.fg-hover-circle-plus2 .fg-image-overlay:before,
.foogallery.fg-transparent-overlays.fg-hover-circle-plus2 .fg-caption-inner:before {
background-image: url(//geocachinginfo.com/wp-content/plugins/foogallery/extensions/default-templates/shared/img/icons.svg#circle-plus2-transparent);
}
.foogallery.fg-hover-zoom4 .fg-image-overlay:before,
.foogallery.fg-hover-zoom4 .fg-caption-inner:before {
background-image: url(//geocachinginfo.com/wp-content/plugins/foogallery/extensions/default-templates/shared/img/icons.svg#zoom4-light);
}
.foogallery.fg-light-overlays.fg-hover-zoom4 .fg-image-overlay:before,
.foogallery.fg-light-overlays.fg-hover-zoom4 .fg-caption-inner:before {
background-image: url(//geocachinginfo.com/wp-content/plugins/foogallery/extensions/default-templates/shared/img/icons.svg#zoom4-dark);
}
.foogallery.fg-transparent-overlays.fg-hover-zoom4 .fg-image-overlay:before,
.foogallery.fg-transparent-overlays.fg-hover-zoom4 .fg-caption-inner:before {
background-image: url(//geocachinginfo.com/wp-content/plugins/foogallery/extensions/default-templates/shared/img/icons.svg#zoom4-transparent);
}
.foogallery.fg-hover-zoom5 .fg-image-overlay:before,
.foogallery.fg-hover-zoom5 .fg-caption-inner:before {
background-image: url(//geocachinginfo.com/wp-content/plugins/foogallery/extensions/default-templates/shared/img/icons.svg#zoom5-light);
}
.foogallery.fg-light-overlays.fg-hover-zoom5 .fg-image-overlay:before,
.foogallery.fg-light-overlays.fg-hover-zoom5 .fg-caption-inner:before {
background-image: url(//geocachinginfo.com/wp-content/plugins/foogallery/extensions/default-templates/shared/img/icons.svg#zoom5-dark);
}
.foogallery.fg-transparent-overlays.fg-hover-zoom5 .fg-image-overlay:before,
.foogallery.fg-transparent-overlays.fg-hover-zoom5 .fg-caption-inner:before {
background-image: url(//geocachinginfo.com/wp-content/plugins/foogallery/extensions/default-templates/shared/img/icons.svg#zoom5-transparent);
}
.foogallery.fg-video-default .fg-type-video .fg-image-overlay:before,
.foogallery.fg-video-default .fg-type-video .fg-caption-inner:before {
background-image: url(//geocachinginfo.com/wp-content/plugins/foogallery/extensions/default-templates/shared/img/icons.svg#video-default-light);
}
.foogallery.fg-light-overlays.fg-video-default .fg-type-video .fg-image-overlay:before,
.foogallery.fg-light-overlays.fg-video-default .fg-type-video .fg-caption-inner:before {
background-image: url(//geocachinginfo.com/wp-content/plugins/foogallery/extensions/default-templates/shared/img/icons.svg#video-default-dark);
}
.foogallery.fg-transparent-overlays.fg-video-default .fg-type-video .fg-image-overlay:before,
.foogallery.fg-transparent-overlays.fg-video-default .fg-type-video .fg-caption-inner:before {
background-image: url(//geocachinginfo.com/wp-content/plugins/foogallery/extensions/default-templates/shared/img/icons.svg#video-default-transparent);
}
.foogallery.fg-video-1 .fg-type-video .fg-image-overlay:before,
.foogallery.fg-video-1 .fg-type-video .fg-caption-inner:before {
background-image: url(//geocachinginfo.com/wp-content/plugins/foogallery/extensions/default-templates/shared/img/icons.svg#video-1-light);
}
.foogallery.fg-light-overlays.fg-video-1 .fg-type-video .fg-image-overlay:before,
.foogallery.fg-light-overlays.fg-video-1 .fg-type-video .fg-caption-inner:before {
background-image: url(//geocachinginfo.com/wp-content/plugins/foogallery/extensions/default-templates/shared/img/icons.svg#video-1-dark);
}
.foogallery.fg-transparent-overlays.fg-video-1 .fg-type-video .fg-image-overlay:before,
.foogallery.fg-transparent-overlays.fg-video-1 .fg-type-video .fg-caption-inner:before {
background-image: url(//geocachinginfo.com/wp-content/plugins/foogallery/extensions/default-templates/shared/img/icons.svg#video-1-transparent);
}
.foogallery.fg-video-2 .fg-type-video .fg-image-overlay:before,
.foogallery.fg-video-2 .fg-type-video .fg-caption-inner:before {
background-image: url(//geocachinginfo.com/wp-content/plugins/foogallery/extensions/default-templates/shared/img/icons.svg#video-2-light);
}
.foogallery.fg-light-overlays.fg-video-2 .fg-type-video .fg-image-overlay:before,
.foogallery.fg-light-overlays.fg-video-2 .fg-type-video .fg-caption-inner:before {
background-image: url(//geocachinginfo.com/wp-content/plugins/foogallery/extensions/default-templates/shared/img/icons.svg#video-2-dark);
}
.foogallery.fg-transparent-overlays.fg-video-2 .fg-type-video .fg-image-overlay:before,
.foogallery.fg-transparent-overlays.fg-video-2 .fg-type-video .fg-caption-inner:before {
background-image: url(//geocachinginfo.com/wp-content/plugins/foogallery/extensions/default-templates/shared/img/icons.svg#video-2-transparent);
}
.foogallery.fg-video-3 .fg-type-video .fg-image-overlay:before,
.foogallery.fg-video-3 .fg-type-video .fg-caption-inner:before {
background-image: url(//geocachinginfo.com/wp-content/plugins/foogallery/extensions/default-templates/shared/img/icons.svg#video-3-light);
}
.foogallery.fg-light-overlays.fg-video-3 .fg-type-video .fg-image-overlay:before,
.foogallery.fg-light-overlays.fg-video-3 .fg-type-video .fg-caption-inner:before {
background-image: url(//geocachinginfo.com/wp-content/plugins/foogallery/extensions/default-templates/shared/img/icons.svg#video-3-dark);
}
.foogallery.fg-transparent-overlays.fg-video-3 .fg-type-video .fg-image-overlay:before,
.foogallery.fg-transparent-overlays.fg-video-3 .fg-type-video .fg-caption-inner:before {
background-image: url(//geocachinginfo.com/wp-content/plugins/foogallery/extensions/default-templates/shared/img/icons.svg#video-3-transparent);
}
.foogallery.fg-video-4 .fg-type-video .fg-image-overlay:before,
.foogallery.fg-video-4 .fg-type-video .fg-caption-inner:before {
background-image: url(//geocachinginfo.com/wp-content/plugins/foogallery/extensions/default-templates/shared/img/icons.svg#video-4-light);
}
.foogallery.fg-light-overlays.fg-video-4 .fg-type-video .fg-image-overlay:before,
.foogallery.fg-light-overlays.fg-video-4 .fg-type-video .fg-caption-inner:before {
background-image: url(//geocachinginfo.com/wp-content/plugins/foogallery/extensions/default-templates/shared/img/icons.svg#video-4-dark);
}
.foogallery.fg-transparent-overlays.fg-video-4 .fg-type-video .fg-image-overlay:before,
.foogallery.fg-transparent-overlays.fg-video-4 .fg-type-video .fg-caption-inner:before {
background-image: url(//geocachinginfo.com/wp-content/plugins/foogallery/extensions/default-templates/shared/img/icons.svg#video-4-transparent);
} .foogallery.fg-preset .fg-thumb {
transform: translateZ(0);
}
.foogallery.fg-preset .fg-caption {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
visibility: visible;
opacity: 1;
background-color: transparent;
border: none;
color: #fff;
text-transform: uppercase;
font-size: 13px;
padding: 0;
line-height: 1.2;
letter-spacing: 1px;
-webkit-backface-visibility: hidden;
backface-visibility: hidden;
}   .foogallery.fg-preset .fg-caption-inner {
position: relative;
width: 100%;
height: 100%;
overflow: hidden;
line-height: inherit;
letter-spacing: inherit;
text-shadow: 0 0 3px #000000;
}
.foogallery.fg-preset .fg-caption-title {
box-sizing: border-box;
font-size: 16px;
line-height: inherit;
letter-spacing: inherit;
}
.foogallery.fg-preset .fg-caption-desc {
font-size: 11px;
max-height: 100%;
overflow: hidden;
line-height: inherit;
letter-spacing: inherit;
color: inherit;
flex: unset;
}
.foogallery.fg-preset .fg-caption-title+.fg-caption-desc {
padding: 0;
}
.foogallery.fg-preset .fg-caption-buttons {
text-transform: none;
letter-spacing: normal;
} .fg-preset.fg-preset-small .fg-caption-title {
font-size: 16px;
}
.fg-preset.fg-preset-small .fg-caption-desc {
font-size: 11px;
}
.fg-preset.fg-preset-medium .fg-caption-title {
font-size: 20px;
}
.fg-preset.fg-preset-medium .fg-caption-desc {
font-size: 12px;
}
.fg-preset.fg-preset-large .fg-caption-title {
font-size: 24px;
}
.fg-preset.fg-preset-large .fg-caption-desc {
font-size: 14px;
}
.foogallery.fg-preset.fg-brad .fg-caption {
padding: 15px;
clip-path: content-box;
}
.foogallery.fg-preset.fg-brad .fg-caption-inner {
position: absolute;
top: 15px;
right: 15px;
bottom: 15px;
left: 15px;
width: calc(100% - 30px);
height: calc(100% - 30px);
gap: 0;
overflow: hidden;
align-items: center;
justify-content: center;
visibility: hidden;
opacity: 0;
transform: translateY(40px);
background-color: rgba(0,0,0,0);
transition: transform 0.35s, visibility 0.35s, opacity 0.35s, background-color 0.35s;
}
.foogallery.fg-preset.fg-brad .fg-caption-inner:after {
content: '';
display: block;
width: 30%;
border-bottom: 1px solid currentColor;
order: 2;
margin: 0 10px;
}
.foogallery.fg-preset.fg-brad .fg-item-inner:hover .fg-caption-inner,
.foogallery.fg-preset.fg-brad .fg-item-inner:focus-within .fg-caption-inner {
visibility: visible;
opacity: 1;
transform: translateY(0);
background-color: rgba(0,0,0,0.5);
}
.foogallery.fg-preset.fg-brad .fg-caption-title {
padding: 20px 10px;
width: 100%;
order: 1;
}
.foogallery.fg-preset.fg-brad .fg-caption-desc {
padding: 20px 10px;
clip-path: content-box;
height: auto;
text-transform: none;
order: 3;
}
.foogallery.fg-preset.fg-brad .fg-caption-buttons {
order: 4;
padding: 0 10px 10px;
} .foogallery.fg-preset.fg-brad.fg-c-l .fg-caption-inner {
align-items: flex-start;
}
.foogallery.fg-preset.fg-brad.fg-c-r .fg-caption-inner {
align-items: flex-end;
} .foogallery.fg-caption-hover.fg-hover-instant .fg-loaded .fg-caption,
.foogallery.fg-caption-hover.fg-hover-fade .fg-loaded .fg-caption,
.foogallery.fg-caption-hover.fg-hover-slide-up .fg-loaded .fg-caption,
.foogallery.fg-caption-hover.fg-hover-slide-down .fg-loaded .fg-caption,
.foogallery.fg-caption-hover.fg-hover-slide-left .fg-loaded .fg-caption,
.foogallery.fg-caption-hover.fg-hover-slide-right .fg-loaded .fg-caption,
.foogallery.fg-caption-hover.fg-hover-push .fg-loaded .fg-caption,
.foogallery.fg-caption-hover.fg-hover-colorize .fg-loaded .fg-caption,
.foogallery.fg-caption-hover.fg-hover-grayscale .fg-loaded .fg-caption,
.foogallery.fg-caption-hover.fg-hover-scale .fg-loaded .fg-caption,
.foogallery.fg-hover-instant .fg-loaded .fg-image-overlay,
.foogallery.fg-hover-fade .fg-loaded .fg-image-overlay,
.foogallery.fg-hover-slide-up .fg-loaded .fg-image-overlay,
.foogallery.fg-hover-slide-down .fg-loaded .fg-image-overlay,
.foogallery.fg-hover-slide-left .fg-loaded .fg-image-overlay,
.foogallery.fg-hover-slide-right .fg-loaded .fg-image-overlay,
.foogallery.fg-hover-push .fg-loaded .fg-thumb,
.foogallery.fg-hover-colorize .fg-loaded .fg-image-overlay,
.foogallery.fg-hover-grayscale .fg-loaded .fg-image-overlay,
.foogallery.fg-hover-scale .fg-item.fg-loaded,
.foogallery.fg-hover-scale .fg-loaded .fg-image-overlay,
.foogallery.fg-hover-zoomed .fg-loaded .fg-image,
.foogallery.fg-hover-semi-zoomed .fg-loaded .fg-image,
.foogallery.fg-hover-colorize .fg-loaded .fg-image,
.foogallery.fg-hover-grayscale .fg-loaded .fg-image {
transition-timing-function: ease;
transition-duration: 300ms;
backface-visibility: hidden;
} .foogallery.fg-hover-colorize .fg-image {
filter: grayscale(100%);
transition-property: filter;
}
.foogallery.fg-hover-colorize .fg-item-inner:hover .fg-image,
.foogallery.fg-hover-colorize .fg-item-inner:focus-within .fg-image {
filter: grayscale(0%);
}
.foogallery.fg-hover-colorize .fg-image-overlay,
.foogallery.fg-caption-hover.fg-hover-colorize .fg-caption {
display: block;
left: 0;
top: 0;
bottom: 0;
transition-property: visibility, opacity, background-color;
}
.foogallery.fg-hover-colorize .fg-item-inner:hover .fg-image-overlay,
.foogallery.fg-caption-hover.fg-hover-colorize .fg-item-inner:hover .fg-caption,
.foogallery.fg-hover-colorize .fg-item-inner:focus-within .fg-image-overlay,
.foogallery.fg-caption-hover.fg-hover-colorize .fg-item-inner:focus-within .fg-caption {
visibility: visible;
opacity: 1;
} .foogallery.fg-hover-fade .fg-loaded .fg-image-overlay,
.foogallery.fg-caption-hover.fg-hover-fade .fg-loaded .fg-caption {
display: block;
left: 0;
top: 0;
bottom: 0;
transition-property: visibility, opacity, background-color;
}
.foogallery.fg-hover-fade .fg-loaded .fg-item-inner:hover .fg-image-overlay,
.foogallery.fg-caption-hover.fg-hover-fade .fg-loaded .fg-item-inner:hover .fg-caption,
.foogallery.fg-hover-fade .fg-loaded .fg-item-inner:focus-within .fg-image-overlay,
.foogallery.fg-caption-hover.fg-hover-fade .fg-loaded .fg-item-inner:focus-within .fg-caption {
visibility: visible;
opacity: 1;
} .foogallery.fg-hover-grayscale .fg-image {
filter: grayscale(0%);
transition-property: filter;
}
.foogallery.fg-hover-grayscale .fg-item-inner:hover .fg-image,
.foogallery.fg-hover-grayscale .fg-item-inner:focus-within .fg-image {
filter: grayscale(100%);
}
.foogallery.fg-hover-grayscale .fg-image-overlay,
.foogallery.fg-caption-hover.fg-hover-grayscale .fg-caption {
display: block;
left: 0;
top: 0;
bottom: 0;
transition-property: visibility, opacity, background-color;
}
.foogallery.fg-hover-grayscale .fg-item-inner:hover .fg-image-overlay,
.foogallery.fg-caption-hover.fg-hover-grayscale .fg-item-inner:hover .fg-caption,
.foogallery.fg-hover-grayscale .fg-item-inner:focus-within .fg-image-overlay,
.foogallery.fg-caption-hover.fg-hover-grayscale .fg-item-inner:focus-within .fg-caption {
visibility: visible;
opacity: 1;
} .foogallery.fg-hover-instant .fg-loaded .fg-image-overlay,
.foogallery.fg-caption-hover.fg-hover-instant .fg-loaded .fg-caption {
display: block;
left: 0;
top: 0;
bottom: 0;
transition-property: none;
}
.foogallery.fg-hover-instant .fg-loaded .fg-item-inner:hover .fg-image-overlay,
.foogallery.fg-caption-hover.fg-hover-instant .fg-loaded .fg-item-inner:hover .fg-caption,
.foogallery.fg-hover-instant .fg-loaded .fg-item-inner:focus-within .fg-image-overlay,
.foogallery.fg-caption-hover.fg-hover-instant .fg-loaded .fg-item-inner:focus-within .fg-caption {
visibility: visible;
opacity: 1;
} .foogallery.fg-hover-push .fg-loaded .fg-image-overlay,
.foogallery.fg-caption-hover.fg-hover-push .fg-loaded .fg-caption {
display: block;
left: 0;
top: 0;
bottom: 0;
transform: translateX(100%);
visibility: visible;
opacity: 1;
}
.foogallery.fg-hover-push .fg-loaded .fg-thumb,
.foogallery.fg-caption-hover.fg-hover-push .fg-loaded .fg-caption {
transition-property: transform;
}
.foogallery.fg-caption-hover.fg-hover-push .fg-loaded .fg-item-inner:hover .fg-caption,
.foogallery.fg-caption-hover.fg-hover-push .fg-loaded .fg-item-inner:focus-within .fg-caption {
transform: translateY(0);
}
.foogallery.fg-hover-push .fg-loaded .fg-item-inner:hover .fg-thumb,
.foogallery.fg-caption-hover.fg-hover-push .fg-loaded .fg-item-inner:hover .fg-thumb,
.foogallery.fg-hover-push .fg-loaded .fg-item-inner .fg-thumb:focus,
.foogallery.fg-caption-hover.fg-hover-push .fg-loaded .fg-item-inner .fg-thumb:focus {
transform: translateX(-100%);
} .foogallery.fg-hover-scale .fg-item {
transition-property: transform;
z-index: 4;
}
.foogallery.fg-hover-scale .fg-item:hover,
.foogallery.fg-hover-scale .fg-item:focus-within {
transform: scale(1.048);
z-index: 10;
}
.foogallery.fg-hover-scale .fg-image-overlay,
.foogallery.fg-caption-hover.fg-hover-scale .fg-caption {
display: block;
left: 0;
top: 0;
bottom: 0;
transition-property: visibility, opacity, background-color;
}
.foogallery.fg-hover-scale .fg-item-inner:hover .fg-image-overlay,
.foogallery.fg-caption-hover.fg-hover-scale .fg-item-inner:hover .fg-caption,
.foogallery.fg-hover-scale .fg-item-inner:focus-within .fg-image-overlay,
.foogallery.fg-caption-hover.fg-hover-scale .fg-item-inner:focus-within .fg-caption {
visibility: visible;
opacity: 1;
} .foogallery.fg-hover-zoomed .fg-image {
transition-property: transform;
z-index: 4;
}
.foogallery.fg-hover-zoomed .fg-item:hover .fg-image,
.foogallery.fg-hover-zoomed .fg-item:focus-within .fg-image {
transform: scale(1.15);
}
.foogallery.fg-hover-zoomed .fg-image-wrap {
overflow: hidden;
}
.foogallery.fg-hover-zoomed .fg-image-overlay,
.foogallery.fg-caption-hover.fg-hover-zoomed .fg-caption {
display: block;
left: 0;
top: 0;
bottom: 0;
transition-property: visibility, opacity, background-color;
}
.foogallery.fg-hover-zoomed .fg-item-inner:hover .fg-image-overlay,
.foogallery.fg-caption-hover.fg-hover-zoomed .fg-item-inner:hover .fg-caption,
.foogallery.fg-hover-zoomed .fg-item-inner:focus-within .fg-image-overlay,
.foogallery.fg-caption-hover.fg-hover-zoomed .fg-item-inner:focus-within .fg-caption {
visibility: visible;
opacity: 1;
} .foogallery.fg-hover-semi-zoomed .fg-image {
transition-property: transform;
z-index: 4;
}
.foogallery.fg-hover-semi-zoomed .fg-item:hover .fg-image,
.foogallery.fg-hover-semi-zoomed .fg-item:focus-within .fg-image {
transform: scale(1.05);
}
.foogallery.fg-hover-semi-zoomed .fg-image-wrap {
overflow: hidden;
}
.foogallery.fg-hover-semi-zoomed .fg-image-overlay,
.foogallery.fg-caption-hover.fg-hover-semi-zoomed .fg-caption {
display: block;
left: 0;
top: 0;
bottom: 0;
transition-property: visibility, opacity, background-color;
}
.foogallery.fg-hover-semi-zoomed .fg-item-inner:hover .fg-image-overlay,
.foogallery.fg-caption-hover.fg-hover-semi-zoomed .fg-item-inner:hover .fg-caption,
.foogallery.fg-hover-semi-zoomed .fg-item-inner:focus-within .fg-image-overlay,
.foogallery.fg-caption-hover.fg-hover-semi-zoomed .fg-item-inner:focus-within .fg-caption {
visibility: visible;
opacity: 1;
} .foogallery.fg-hover-slide-up .fg-loaded .fg-image-overlay,
.foogallery.fg-caption-hover.fg-hover-slide-up .fg-loaded .fg-caption,
.foogallery.fg-hover-slide-down .fg-loaded .fg-image-overlay,
.foogallery.fg-caption-hover.fg-hover-slide-down .fg-loaded .fg-caption,
.foogallery.fg-hover-slide-left .fg-loaded .fg-image-overlay,
.foogallery.fg-caption-hover.fg-hover-slide-left .fg-loaded .fg-caption,
.foogallery.fg-hover-slide-right .fg-loaded .fg-image-overlay,
.foogallery.fg-caption-hover.fg-hover-slide-right .fg-loaded .fg-caption {
display: block;
left: 0;
top: 0;
bottom: 0;
transition-property: transform, background-color, opacity, visibility;
visibility: visible;
opacity: 1;
}
.foogallery.fg-hover-slide-up .fg-loaded .fg-item-inner:hover .fg-image-overlay,
.foogallery.fg-caption-hover.fg-hover-slide-up .fg-loaded .fg-item-inner:hover .fg-caption,
.foogallery.fg-hover-slide-down .fg-loaded .fg-item-inner:hover .fg-image-overlay,
.foogallery.fg-caption-hover.fg-hover-slide-down .fg-loaded .fg-item-inner:hover .fg-caption,
.foogallery.fg-hover-slide-left .fg-loaded .fg-item-inner:hover .fg-image-overlay,
.foogallery.fg-caption-hover.fg-hover-slide-left .fg-loaded .fg-item-inner:hover .fg-caption,
.foogallery.fg-hover-slide-right .fg-loaded .fg-item-inner:hover .fg-image-overlay,
.foogallery.fg-caption-hover.fg-hover-slide-right .fg-loaded .fg-item-inner:hover .fg-caption,
.foogallery.fg-hover-slide-up .fg-loaded .fg-item-inner:focus-within .fg-image-overlay,
.foogallery.fg-caption-hover.fg-hover-slide-up .fg-loaded .fg-item-inner:focus-within .fg-caption,
.foogallery.fg-hover-slide-down .fg-loaded .fg-item-inner:focus-within .fg-image-overlay,
.foogallery.fg-caption-hover.fg-hover-slide-down .fg-loaded .fg-item-inner:focus-within .fg-caption,
.foogallery.fg-hover-slide-left .fg-loaded .fg-item-inner:focus-within .fg-image-overlay,
.foogallery.fg-caption-hover.fg-hover-slide-left .fg-loaded .fg-item-inner:focus-within .fg-caption,
.foogallery.fg-hover-slide-right .fg-loaded .fg-item-inner:focus-within .fg-image-overlay,
.foogallery.fg-caption-hover.fg-hover-slide-right .fg-loaded .fg-item-inner:focus-within .fg-caption {
transform: translateY(0) translateX(0);
} .foogallery.fg-hover-slide-up .fg-loaded .fg-image-overlay,
.foogallery.fg-caption-hover.fg-hover-slide-up .fg-loaded .fg-caption {
transform: translateY(100%);
} .foogallery.fg-hover-slide-down .fg-loaded .fg-image-overlay,
.foogallery.fg-caption-hover.fg-hover-slide-down .fg-loaded .fg-caption {
transform: translateY(-100%);
} .foogallery.fg-hover-slide-left .fg-loaded .fg-image-overlay,
.foogallery.fg-caption-hover.fg-hover-slide-left .fg-loaded .fg-caption {
transform: translateX(100%);
} .foogallery.fg-hover-slide-right .fg-loaded .fg-image-overlay,
.foogallery.fg-caption-hover.fg-hover-slide-right .fg-loaded .fg-caption {
transform: translateX(-100%);
}
.fg-paging-container, .fg-paging-container *, .fg-paging-container *:before, .fg-paging-container *:after {
box-sizing: border-box;
}
.fg-paging-container {
display: block;
padding: 15px;
margin-top: 0!important;
margin-bottom: 0!important;
margin-left: auto;
margin-right: auto;
text-align: center;
font-family: -apple-system,system-ui,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,sans-serif;
-webkit-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
}
.fg-ph-dots:after {
display: block;
content: '';
width: 0;
height: 22px;
}
.fg-paging-container .fg-dots,
.fg-paging-container .fg-dot-item {
display: inline-block;
margin: 0;
padding: 0;
outline: none;
list-style: none;
}
.fg-paging-container .fg-dot-item .fg-dot-link {
display: inline-block;
margin: 3px;
font-weight: 400;
line-height: 1.4;
text-align: center;
white-space: nowrap;
vertical-align: middle;
cursor: pointer;
user-select: none;
background-image: none;
text-decoration: none;
border: 1px solid transparent;
position: relative;
border-radius: 50%;
padding: 0;
font-size: 0;
outline: none;
color: transparent;
box-shadow: none;
}
.fg-paging-container .fg-dot-item .fg-dot-link:before {
content: "";
background-color: transparent;
border: 1px solid transparent;
display: block;
border-radius: 50%;
width: 9px;
height: 9px;
padding: 0;
margin: 2px;
}
.fg-paging-container .fg-dot-item .fg-dot-link:active,
.fg-paging-container .fg-dot-item .fg-dot-link:hover,
.fg-paging-container .fg-dot-item .fg-dot-link:focus {
text-decoration: none;
box-shadow: none;
outline: none;
}
.fg-paging-container .fg-dot-item.fg-disabled .fg-dot-link,
.fg-paging-container .fg-dot-item.fg-selected .fg-dot-link {
cursor: not-allowed;
pointer-events: none;
}
.fg-paging-container .fg-dot-item.fg-disabled .fg-dot-link {
cursor: not-allowed;
pointer-events: none;
outline: none;
} .fg-paging-container.fg-light .fg-dot-item .fg-dot-link,
.fg-paging-container.fg-light .fg-dot-item .fg-dot-link:before {
transition-timing-function: ease-out;
transition-duration: 0.3s;
transition-property: color, border-color, background-color;
}
.fg-paging-container.fg-light .fg-dot-item .fg-dot-link {
background-color: #eee;
border-color: #9d9d9d;
}
.fg-paging-container.fg-light .fg-dot-item.fg-selected .fg-dot-link {
border-color: #888;
}
.fg-paging-container.fg-light .fg-dot-item.fg-selected .fg-dot-link:before,
.fg-paging-container.fg-light .fg-dot-item .fg-dot-link:hover:before,
.fg-paging-container.fg-light .fg-dot-item .fg-dot-link:focus:before {
background-color: #666;
border-color: #888;
}
.fg-paging-container.fg-light .fg-dot-item.fg-disabled .fg-dot-link,
.fg-paging-container.fg-light .fg-dot-item.fg-disabled .fg-dot-link:hover,
.fg-paging-container.fg-light .fg-dot-item.fg-disabled .fg-dot-link:focus {
background-color: #eee;
border-color: #9d9d9d;
opacity: 0.5;
} .fg-paging-container.fg-dark .fg-dot-item .fg-dot-link,
.fg-paging-container.fg-dark .fg-dot-item .fg-dot-link:before {
transition-timing-function: ease-out;
transition-duration: 0.3s;
transition-property: color, border-color, background-color;
}
.fg-paging-container.fg-dark .fg-dot-item .fg-dot-link {
background-color: #999;
border-color: #666;
}
.fg-paging-container.fg-dark .fg-dot-item.fg-selected .fg-dot-link {
border-color: #666;
}
.fg-paging-container.fg-dark .fg-dot-item.fg-selected .fg-dot-link:before,
.fg-paging-container.fg-dark .fg-dot-item .fg-dot-link:hover:before,
.fg-paging-container.fg-dark .fg-dot-item .fg-dot-link:focus:before {
background-color: #fff;
border-color: #666;
}
.fg-paging-container.fg-dark .fg-dot-item.fg-disabled .fg-dot-link,
.fg-paging-container.fg-dark .fg-dot-item.fg-disabled .fg-dot-link:hover,
.fg-paging-container.fg-dark .fg-dot-item.fg-disabled .fg-dot-link:focus {
background-color: #999;
border-color: #666;
opacity: 0.5;
}
.fg-paging-container, .fg-paging-container *, .fg-paging-container *:before, .fg-paging-container *:after {
box-sizing: border-box;
}
.fg-paging-container {
display: block;
padding: 15px;
margin-top: 0!important;
margin-bottom: 0!important;
margin-left: auto;
margin-right: auto;
text-align: center;
font-family: -apple-system,system-ui,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,sans-serif;
-webkit-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
}
.fg-ph-dots:after {
display: block;
content: '';
width: 0;
height: 22px;
}
.fg-paging-container .fg-dots,
.fg-paging-container .fg-dot-item {
display: inline-block;
margin: 0;
padding: 0;
outline: none;
list-style: none;
}
.fg-paging-container .fg-dot-item .fg-dot-link {
display: inline-block;
margin: 3px;
font-weight: 400;
line-height: 1.4;
text-align: center;
white-space: nowrap;
vertical-align: middle;
cursor: pointer;
user-select: none;
background-image: none;
text-decoration: none;
border: 1px solid transparent;
position: relative;
border-radius: 50%;
padding: 0;
font-size: 0;
outline: none;
color: transparent;
box-shadow: none;
}
.fg-paging-container .fg-dot-item .fg-dot-link:before {
content: "";
background-color: transparent;
border: 1px solid transparent;
display: block;
border-radius: 50%;
width: 9px;
height: 9px;
padding: 0;
margin: 2px;
}
.fg-paging-container .fg-dot-item .fg-dot-link:active,
.fg-paging-container .fg-dot-item .fg-dot-link:hover,
.fg-paging-container .fg-dot-item .fg-dot-link:focus {
text-decoration: none;
box-shadow: none;
outline: none;
}
.fg-paging-container .fg-dot-item.fg-disabled .fg-dot-link,
.fg-paging-container .fg-dot-item.fg-selected .fg-dot-link {
cursor: not-allowed;
pointer-events: none;
}
.fg-paging-container .fg-dot-item.fg-disabled .fg-dot-link {
cursor: not-allowed;
pointer-events: none;
outline: none;
} .fg-paging-container.fg-light .fg-dot-item .fg-dot-link,
.fg-paging-container.fg-light .fg-dot-item .fg-dot-link:before {
transition-timing-function: ease-out;
transition-duration: 0.3s;
transition-property: color, border-color, background-color;
}
.fg-paging-container.fg-light .fg-dot-item .fg-dot-link {
background-color: #eee;
border-color: #9d9d9d;
}
.fg-paging-container.fg-light .fg-dot-item.fg-selected .fg-dot-link {
border-color: #888;
}
.fg-paging-container.fg-light .fg-dot-item.fg-selected .fg-dot-link:before,
.fg-paging-container.fg-light .fg-dot-item .fg-dot-link:hover:before,
.fg-paging-container.fg-light .fg-dot-item .fg-dot-link:focus:before {
background-color: #666;
border-color: #888;
}
.fg-paging-container.fg-light .fg-dot-item.fg-disabled .fg-dot-link,
.fg-paging-container.fg-light .fg-dot-item.fg-disabled .fg-dot-link:hover,
.fg-paging-container.fg-light .fg-dot-item.fg-disabled .fg-dot-link:focus {
background-color: #eee;
border-color: #9d9d9d;
opacity: 0.5;
} .fg-paging-container.fg-dark .fg-dot-item .fg-dot-link,
.fg-paging-container.fg-dark .fg-dot-item .fg-dot-link:before {
transition-timing-function: ease-out;
transition-duration: 0.3s;
transition-property: color, border-color, background-color;
}
.fg-paging-container.fg-dark .fg-dot-item .fg-dot-link {
background-color: #999;
border-color: #666;
}
.fg-paging-container.fg-dark .fg-dot-item.fg-selected .fg-dot-link {
border-color: #666;
}
.fg-paging-container.fg-dark .fg-dot-item.fg-selected .fg-dot-link:before,
.fg-paging-container.fg-dark .fg-dot-item .fg-dot-link:hover:before,
.fg-paging-container.fg-dark .fg-dot-item .fg-dot-link:focus:before {
background-color: #fff;
border-color: #666;
}
.fg-paging-container.fg-dark .fg-dot-item.fg-disabled .fg-dot-link,
.fg-paging-container.fg-dark .fg-dot-item.fg-disabled .fg-dot-link:hover,
.fg-paging-container.fg-dark .fg-dot-item.fg-disabled .fg-dot-link:focus {
background-color: #999;
border-color: #666;
opacity: 0.5;
}
html.fg-panel-no-scroll,
html.fg-panel-no-scroll body {
overflow-x: hidden !important;
overflow-y: hidden !important;
}
[class^="fg-panel-"], [class*=" fg-panel-"] {
box-sizing: border-box;
}
.fg-panel {
position: relative;
width: 100%;
height: 100%;
max-width: 100%;
max-height: 100%;
font-family: -apple-system,system-ui,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,sans-serif;
text-align: left;
overflow: hidden;
outline: none;
box-sizing: content-box;
}
.rtl .fg-panel {
text-align: right;
}
.fg-panel-maximized {
position: fixed;
top: 0;
left: 0;
z-index: 999999;
}
.fg-no-transitions {
transition: none!important;
}
.fg-panel-buttons {
z-index: 1;
}    .fg-panel .fg-loader {
position: absolute;
top: 50%;
left: 50%;
transform: translateX(-50%) translateY(-50%);
width: 1em;
height: 1em;
font-size: 5px;
visibility: hidden;
opacity: 0;
}
.fg-panel .fg-loading .fg-loader {
visibility: visible;
opacity: 1;
} .fg-panel {
display: grid;
grid-template-columns: min-content min-content min-content minmax(0, 1fr) min-content min-content min-content;
grid-template-rows: min-content min-content min-content minmax(0, 1fr) minmax(0, 1fr) minmax(0, 1fr) min-content min-content min-content;
} .fg-panel-content {
grid-column: 4 / 5;
grid-row: 4 / 7;
} .fg-panel-info {
grid-column: 4 / 5;
grid-row: 4 / 7;
display: none;
} .fg-panel-info-visible:is(.fg-panel-info-top, .fg-panel-info-right, .fg-panel-info-bottom, .fg-panel-info-left) .fg-panel-info {
display: block;
}
.fg-panel-info-top:not(.fg-panel-info-overlay):is(.fg-medium, .fg-panel-no-mobile) .fg-panel-info {
grid-row: 3 / 4;
}
.fg-panel-info-bottom:not(.fg-panel-info-overlay):is(.fg-medium, .fg-panel-no-mobile) .fg-panel-info {
grid-row: 7 / 8;
}
.fg-panel-info-left:not(.fg-panel-info-overlay):is(.fg-medium, .fg-panel-no-mobile) .fg-panel-info {
grid-column: 3 / 4;
}
.fg-panel-info-right:not(.fg-panel-info-overlay):is(.fg-medium, .fg-panel-no-mobile) .fg-panel-info {
grid-column: 5 / 6;
} .fg-panel-cart {
grid-column: 4 / 5;
grid-row: 4 / 7;
display: none;
} .fg-panel-cart-visible:is(.fg-panel-cart-top, .fg-panel-cart-right, .fg-panel-cart-bottom, .fg-panel-cart-left) .fg-panel-cart {
display: flex;
}
.fg-panel-cart-top:not(.fg-panel-cart-overlay):is(.fg-medium, .fg-panel-no-mobile) .fg-panel-cart {
grid-row: 2 / 3;
}
.fg-panel-cart-bottom:not(.fg-panel-cart-overlay):is(.fg-medium, .fg-panel-no-mobile) .fg-panel-cart {
grid-row: 8 / 9;
}
.fg-panel-cart-left:not(.fg-panel-cart-overlay):is(.fg-medium, .fg-panel-no-mobile) .fg-panel-cart {
grid-column: 2 / 3;
}
.fg-panel-cart-right:not(.fg-panel-cart-overlay):is(.fg-medium, .fg-panel-no-mobile) .fg-panel-cart {
grid-column: 6 / 7;
} .fg-panel-thumbs {
grid-column: 1 / 8;
grid-row: 1 / 10;
display: none;
}
.fg-panel-thumbs-visible:is(.fg-panel-thumbs-top, .fg-panel-thumbs-right, .fg-panel-thumbs-bottom, .fg-panel-thumbs-left) .fg-panel-thumbs {
display: block;
}
.fg-panel-thumbs-top .fg-panel-thumbs {
grid-row: 1 / 2;
}
.fg-panel-thumbs-bottom .fg-panel-thumbs {
grid-row: 9 / 10;
}
.fg-panel-thumbs-left .fg-panel-thumbs {
grid-column: 1 / 2;
}
.fg-panel-thumbs-right .fg-panel-thumbs {
grid-column: 7 / 8;
} .fg-panel-area-stack.fg-panel-thumbs-visible.fg-panel-info-visible:is(.fg-medium,.fg-panel-no-mobile):is(.fg-panel-info-left.fg-panel-thumbs-left,.fg-panel-info-right.fg-panel-thumbs-right):not(.fg-panel-info-overlay,.fg-panel-thumbs-no-captions) .fg-panel-info {
grid-row: 4 / 5;
}
.fg-panel-area-stack.fg-panel-thumbs-visible.fg-panel-info-visible:is(.fg-medium,.fg-panel-no-mobile):is(.fg-panel-info-left.fg-panel-thumbs-left,.fg-panel-info-right.fg-panel-thumbs-right):not(.fg-panel-info-overlay,.fg-panel-thumbs-no-captions) .fg-panel-thumbs {
grid-row: 5 / 7;
}
.fg-panel-area-stack.fg-panel-thumbs-visible.fg-panel-info-visible.fg-panel-info-left.fg-panel-thumbs-left:is(.fg-medium,.fg-panel-no-mobile):not(.fg-panel-info-overlay,.fg-panel-thumbs-no-captions) :is(.fg-panel-info,.fg-panel-thumbs) {
grid-column: 1 / 2;
}
.fg-panel-area-stack.fg-panel-thumbs-visible.fg-panel-info-visible.fg-panel-info-right.fg-panel-thumbs-right:is(.fg-medium,.fg-panel-no-mobile):not(.fg-panel-info-overlay,.fg-panel-thumbs-no-captions) :is(.fg-panel-info,.fg-panel-thumbs) {
grid-column: 9 / 10;
}
.fg-panel-content,
.fg-panel-info,
.fg-panel-cart,
.fg-panel-thumbs,
.fg-panel-content-inner,
.fg-panel-info-inner,
.fg-panel-cart-inner,
.fg-panel-thumbs-inner {
position: relative;
}
.fg-panel-content,
.fg-panel-info,
.fg-panel-cart,
.fg-panel-thumbs {
pointer-events: none;
}
.fg-panel-content {
display: flex;
flex-direction: column-reverse;
}
.fg-landscape .fg-panel-content {
flex-direction: row;
}
.fg-portrait.fg-panel-buttons-top .fg-panel-content {
flex-direction: column-reverse;
}
.fg-portrait.fg-panel-buttons-bottom .fg-panel-content {
flex-direction: column;
}
.fg-landscape.fg-panel-buttons-right .fg-panel-content {
flex-direction: row;
}
.fg-landscape.fg-panel-buttons-left .fg-panel-content {
flex-direction: row-reverse;
}
.fg-panel-content-inner,
.fg-panel-thumbs-inner {
pointer-events: auto;
display: flex;
overflow: hidden;
flex: 1;
} :is(.fg-panel-info-inner, .fg-panel-cart-inner) {
pointer-events: auto;
display: flex;
position: absolute;
top: unset;
bottom: 0;
left: 0;
right: 0;
height: auto;
min-height: 42px;
max-height: 100%;
}
.fg-panel.fg-landscape :is(.fg-panel-info-inner, .fg-panel-cart-inner) {
right: 37px;
width: calc(100% - 37px);
max-width: calc(100% - 37px);
}
.fg-panel.fg-portrait :is(.fg-panel-info-inner, .fg-panel-cart-inner) {
max-height: calc(100% - 37px);
}
.fg-landscape.fg-panel-info-top .fg-panel-info-inner,
.fg-landscape.fg-panel-cart-top .fg-panel-cart-inner {
top: 0;
bottom: unset;
}
.fg-portrait.fg-panel-info-top .fg-panel-info-inner,
.fg-portrait.fg-panel-cart-top .fg-panel-cart-inner {
top: 37px;
bottom: unset;
}
.fg-landscape.fg-panel-buttons-left :is(.fg-panel-info-inner,.fg-panel-cart-inner) {
left: 37px;
right: unset;
}
.fg-portrait.fg-panel-buttons-bottom :is(.fg-panel-info-inner,.fg-panel-cart-inner) {
top: unset;
bottom: 37px;
}
.fg-panel:is(.fg-medium,.fg-panel-no-mobile) :is(.fg-panel-info-inner,.fg-panel-cart-inner) {
position: relative;
top: unset;
bottom: unset;
left: unset;
right: unset;
width: 100%;
height: 100%;
max-width: 100%;
max-height: 100%;
} .fg-panel-info-right.fg-panel-info-overlay:is(.fg-medium,.fg-panel-no-mobile) .fg-panel-info-inner {
position: absolute;
top: 0;
right: 0;
}
.fg-panel-info-bottom.fg-panel-info-overlay:is(.fg-medium,.fg-panel-no-mobile) .fg-panel-info-inner {
position: absolute;
bottom: 0;
left: 0;
}
.fg-panel-info-overlay:is(.fg-medium,.fg-panel-no-mobile):is(.fg-panel-info-top,.fg-panel-info-bottom) .fg-panel-info-inner {
height: auto;
} .fg-panel-cart-right.fg-panel-cart-overlay:is(.fg-medium,.fg-panel-no-mobile) .fg-panel-cart-inner {
position: absolute;
top: 0;
right: 0;
}
.fg-panel-cart-bottom.fg-panel-cart-overlay:is(.fg-medium,.fg-panel-no-mobile) .fg-panel-cart-inner {
position: absolute;
bottom: 0;
left: 0;
}
.fg-panel-cart-overlay:is(.fg-medium,.fg-panel-no-mobile):is(.fg-panel-cart-top,.fg-panel-cart-bottom) .fg-panel-cart-inner {
height: auto;
} :is(.fg-panel-thumbs-left,.fg-panel-thumbs-right) .fg-panel-thumb,
:is(.fg-panel-thumbs-top,.fg-panel-thumbs-bottom) .fg-panel-thumbs-inner {
height: 70px;
min-height: 70px;
}
:is(.fg-panel-thumbs-top,.fg-panel-thumbs-bottom) .fg-panel-thumb,
:is(.fg-panel-thumbs-left,.fg-panel-thumbs-right) .fg-panel-thumbs-inner {
width: 100px;
min-width: 100px;
}
.fg-panel-thumbs-small:is(.fg-panel-thumbs-top,.fg-panel-thumbs-bottom) .fg-panel-thumb,
.fg-panel-thumbs-small:is(.fg-panel-thumbs-left,.fg-panel-thumbs-right) .fg-panel-thumbs-inner {
width: 70px;
min-width: 70px;
}
.fg-medium:is(.fg-panel-thumbs-left,.fg-panel-thumbs-right) .fg-panel-thumb,
.fg-medium:is(.fg-panel-thumbs-top,.fg-panel-thumbs-bottom) .fg-panel-thumbs-inner {
height: 82px;
min-height: 82px;
}
.fg-medium:is(.fg-panel-thumbs-top,.fg-panel-thumbs-bottom) .fg-panel-thumb,
.fg-medium:is(.fg-panel-thumbs-left,.fg-panel-thumbs-right) .fg-panel-thumbs-inner {
width: 118px;
min-width: 118px;
}
.fg-x-large-width:is(.fg-panel-thumbs-top,.fg-panel-thumbs-bottom) .fg-panel-thumb,
.fg-x-large-width:is(.fg-panel-thumbs-left,.fg-panel-thumbs-right) .fg-panel-thumbs-inner {
width: 138px;
min-width: 138px;
}
.fg-medium.fg-panel-thumbs-small:is(.fg-panel-thumbs-top,.fg-panel-thumbs-bottom) .fg-panel-thumb,
.fg-medium.fg-panel-thumbs-small:is(.fg-panel-thumbs-left,.fg-panel-thumbs-right) .fg-panel-thumbs-inner,
.fg-x-large-width.fg-panel-thumbs-small:is(.fg-panel-thumbs-top,.fg-panel-thumbs-bottom) .fg-panel-thumb,
.fg-x-large-width.fg-panel-thumbs-small:is(.fg-panel-thumbs-left,.fg-panel-thumbs-right) .fg-panel-thumbs-inner {
width: 82px;
min-width: 82px;
}
.fg-medium:is(.fg-panel-thumbs-top,.fg-panel-thumbs-bottom):not(.fg-panel-thumbs-no-captions) .fg-panel-thumb,
.fg-medium:is(.fg-panel-thumbs-left,.fg-panel-thumbs-right):not(.fg-panel-thumbs-no-captions) .fg-panel-thumbs-inner {
width: 240px;
min-width: 240px;
}
.fg-medium.fg-large-width:is(.fg-panel-thumbs-top,.fg-panel-thumbs-bottom):not(.fg-panel-thumbs-no-captions) .fg-panel-thumb,
.fg-medium.fg-large-width:is(.fg-panel-thumbs-left,.fg-panel-thumbs-right):not(.fg-panel-thumbs-no-captions) .fg-panel-thumbs-inner {
width: 280px;
min-width: 280px;
}
:is(.fg-medium,.fg-panel-no-mobile):is(.fg-panel-info-left,.fg-panel-info-right) .fg-panel-info-inner,
:is(.fg-medium,.fg-panel-no-mobile):is(.fg-panel-cart-left,.fg-panel-cart-right) .fg-panel-cart-inner,
.fg-medium.fg-x-large-width:is(.fg-panel-thumbs-top,.fg-panel-thumbs-bottom):not(.fg-panel-thumbs-no-captions) .fg-panel-thumb,
.fg-medium.fg-x-large-width:is(.fg-panel-thumbs-left,.fg-panel-thumbs-right):not(.fg-panel-thumbs-no-captions) .fg-panel-thumbs-inner {
width: 360px;
min-width: 360px;
}
.fg-medium.fg-x-large-width.fg-panel-info-overlay:is(.fg-panel-info-left,.fg-panel-info-right) .fg-panel-info-inner,
.fg-medium.fg-x-large-width.fg-panel-cart-overlay:is(.fg-panel-cart-left,.fg-panel-cart-right) .fg-panel-cart-inner {
width: 402px;
min-width: 402px;
}
.fg-panel-buttons {
position: relative;
width: 100%;
height: 100%;
display: flex;
flex-direction: column-reverse;
justify-content: flex-end;
align-items: stretch;
pointer-events: none;
}
.fg-portrait .fg-panel-buttons {
flex-direction: row;
height: 37px;
}
.fg-landscape .fg-panel-buttons {
flex-direction: column-reverse;
width: 37px;
}
.fg-panel:is(.fg-medium,.fg-panel-no-mobile) .fg-panel-buttons {
position: absolute;
flex-direction: column-reverse;
width: 100%;
height: 100%;
left: 0;
bottom: 0;
align-items: flex-end;
} .fg-panel .fg-panel-button,
.fg-panel .fg-panel-area-toggle,
.fg-panel .fg-panel-thumbs-button {
background: none;
border-radius: 0;
}
.fg-panel-button {
position: relative;
width: 100%;
height: 100%;
cursor: pointer;
overflow: hidden;
pointer-events: auto;
user-select: none;
-webkit-tap-highlight-color: unset;
border-style: solid;
border-width: 0;
box-shadow: none;
outline: none;
padding: 1px 6px;
letter-spacing: normal;
word-spacing: normal;
text-transform: none;
text-indent: 0;
text-shadow: none;
display: inline-block;
text-align: center;
align-items: flex-start;
text-decoration: none;
min-width: unset;
}
.fg-panel-button.fg-disabled {
pointer-events: none;
opacity: 0.7;
}
.fg-panel-button.fg-hidden {
display: none!important;
}
.fg-panel-button.fg-loading {
color: transparent!important;
}
.fg-panel-button.fg-loading:after {
content: '';
display: block;
position: absolute;
top: 50%;
left: 50%;
margin-top: -.5em;
margin-left: -.5em;
width: 1em;
height: 1em;
font-size: 0.3em;
pointer-events: none;
border-radius: 50%;
text-indent: -9999em;
box-shadow: 0 -2.6em 0 0    rgba(130, 130, 130, 1),
1.8em -1.8em 0 0            rgba(130, 130, 130, 0.2),
2.5em 0 0 0                 rgba(130, 130, 130, 0.2),
1.75em 1.75em 0 0           rgba(130, 130, 130, 0.2),
0 2.5em 0 0                 rgba(130, 130, 130, 0.2),
-1.8em 1.8em 0 0            rgba(130, 130, 130, 0.2),
-2.6em 0 0 0                rgba(130, 130, 130, 0.5),
-1.8em -1.8em 0 0           rgba(130, 130, 130, 0.7);
-webkit-animation: button-loading 1.1s infinite steps(8, start);
animation: button-loading 1.1s infinite steps(8, start);
}
.fg-panel.fg-button-blue .fg-panel-button.fg-loading:after,
.fg-panel.fg-button-dark .fg-panel-button.fg-loading:after,
.fg-panel.fg-button-green .fg-panel-button.fg-loading:after,
.fg-panel.fg-button-purple .fg-panel-button.fg-loading:after,
.fg-panel.fg-button-orange .fg-panel-button.fg-loading:after,
.fg-panel.fg-button-red .fg-panel-button.fg-loading:after {
box-shadow: 0 -2.6em 0 0    rgba(255, 255, 255, 1),
1.8em -1.8em 0 0            rgba(255, 255, 255, 0.2),
2.5em 0 0 0                 rgba(255, 255, 255, 0.2),
1.75em 1.75em 0 0           rgba(255, 255, 255, 0.2),
0 2.5em 0 0                 rgba(255, 255, 255, 0.2),
-1.8em 1.8em 0 0            rgba(255, 255, 255, 0.2),
-2.6em 0 0 0                rgba(255, 255, 255, 0.5),
-1.8em -1.8em 0 0           rgba(255, 255, 255, 0.7);
}
@-webkit-keyframes button-loading {
0% {
transform: rotate(0deg);
}
100% {
transform: rotate(360deg);
}
}
@keyframes button-loading {
0% {
transform: rotate(0deg);
}
100% {
transform: rotate(360deg);
}
}
.fg-panel.fg-portrait.fg-panel-buttons-top .fg-panel-buttons .fg-panel-button {
border-bottom-width: 1px;
}
.fg-panel.fg-portrait.fg-panel-buttons-bottom .fg-panel-buttons .fg-panel-button {
border-top-width: 1px;
}
.fg-panel.fg-portrait:is(.fg-panel-buttons-top,.fg-panel-buttons-bottom) .fg-panel-buttons .fg-panel-button {
border-right-width: 1px;
}
.fg-panel.fg-portrait:is(.fg-panel-buttons-top,.fg-panel-buttons-bottom) .fg-panel-buttons .fg-panel-button:last-child {
border-right-width: 0;
}
.fg-panel.fg-landscape.fg-panel-buttons-right .fg-panel-buttons .fg-panel-button {
border-left-width: 1px;
}
.fg-panel.fg-landscape.fg-panel-buttons-left .fg-panel-buttons .fg-panel-button {
border-right-width: 1px;
}
.fg-panel.fg-landscape:is(.fg-panel-buttons-left,.fg-panel-buttons-right) .fg-panel-buttons .fg-panel-button {
border-top-width: 1px;
}
.fg-panel.fg-landscape:is(.fg-panel-buttons-left,.fg-panel-buttons-right) .fg-panel-buttons .fg-panel-button:last-child {
border-top-width: 0;
}
.fg-panel:is(.fg-medium,.fg-panel-no-mobile) .fg-panel-buttons .fg-panel-button {
border-radius: 3px;
border-width: 1px;
width: 32px;
height: 32px;
margin: 5px 5px 0 0;
}
.rtl .fg-panel:is(.fg-medium,.fg-panel-no-mobile) .fg-panel-buttons .fg-panel-button {
margin: 5px 0 0 5px;
}
.fg-panel:is(.fg-medium,.fg-panel-no-mobile) .fg-panel-buttons :is(.fg-panel-button-prev,.fg-panel-button-next) {
position: absolute;
top: 50%;
transform: translateY(-50%);
width: 32px;
height: 82px;
margin: unset !important;
}
.fg-panel:is(.fg-medium,.fg-panel-no-mobile) .fg-panel-buttons .fg-panel-button-prev {
left: 5px;
}
.fg-panel:is(.fg-medium,.fg-panel-no-mobile) .fg-panel-buttons .fg-panel-button-next {
right: 5px;
}
.rtl .fg-panel:is(.fg-medium,.fg-panel-no-mobile) .fg-panel-buttons .fg-panel-button-prev {
right: 5px;
left: auto;
}
.rtl .fg-panel:is(.fg-medium,.fg-panel-no-mobile) .fg-panel-buttons .fg-panel-button-next {
left: 5px;
right: auto;
} @media (hover: hover) {
:is(.fg-medium,.fg-panel-no-mobile).fg-panel-hover-buttons .fg-panel-button {
visibility: hidden;
opacity: 0;
}
:is(.fg-medium,.fg-panel-no-mobile).fg-panel-hover-buttons:hover .fg-panel-button:not(.fg-disabled) {
visibility: visible;
opacity: 0.5;
}
:is(.fg-medium,.fg-panel-no-mobile).fg-panel-hover-buttons .fg-panel-button:not(.fg-disabled):hover {
opacity: 1;
}
}
.fg-panel-area .fg-panel-area-toggle {
position: absolute;
top: 5px;
right: 5px;
z-index: 1;
width: 32px;
height: 32px;
cursor: pointer;
overflow: hidden;
pointer-events: auto;
user-select: none;
-webkit-tap-highlight-color: unset;
background-color: transparent;
box-shadow: none;
outline: none;
border: none;
}
.fg-panel-area-toggle+.fg-panel-caption .fg-panel-caption-title {
margin-right: 32px;
line-height: 27px;
margin-bottom: 5px;
}
.fg-panel-info-overlay:is(.fg-medium,.fg-panel-no-mobile) .fg-panel-info .fg-panel-area-toggle {
right: 42px;
}
.rtl .fg-panel-info-overlay:is(.fg-medium,.fg-panel-no-mobile) .fg-panel-info .fg-panel-area-toggle {
left: 42px;
right: auto;
} .fg-panel-button .fg-icon,
.fg-panel-area-toggle .fg-icon {
display: block;
margin: 0;
padding: 0;
position: absolute;
top: 50%;
left: 50%;
transform: translateX(-50%) translateY(-50%);
}
.fg-panel-button.fg-disabled .fg-icon,
.fg-panel-area-toggle.fg-disabled .fg-icon {
opacity: 0.3;
}
.fg-panel-fullscreen .fg-panel-button-fullscreen .fg-icon-expand,
.fg-panel-button-fullscreen .fg-icon-shrink {
display: none;
}
.fg-panel-fullscreen .fg-panel-button-fullscreen .fg-icon-shrink {
display: block;
}
.fg-panel-thumbs-top .fg-panel-button-thumbs .fg-icon {
transform: translateX(-50%) translateY(-50%) rotate(90deg);
}
.fg-panel-thumbs-right .fg-panel-button-thumbs .fg-icon {
transform: translateX(-50%) translateY(-50%) rotate(180deg);
}
.fg-panel-thumbs-bottom .fg-panel-button-thumbs .fg-icon {
transform: translateX(-50%) translateY(-50%) rotate(-90deg);
}
.rtl .fg-panel-button-prev .fg-icon,
.rtl .fg-panel-button-next .fg-icon {
transform: translateX(-50%) translateY(-50%) rotate(180deg);
}
.fg-panel:not(.fg-panel-maximized):not(.fg-panel-fullscreen) {
border-style: solid;
border-width: 1px;
}
.fg-panel:is(.fg-medium,.fg-panel-no-mobile) :is(.fg-panel-info-inner,.fg-panel-cart-inner) {
border-width: 0;
border-style: solid;
}
.fg-panel.fg-panel-info-right:is(.fg-medium,.fg-panel-no-mobile) .fg-panel-info-inner {
border-left-width: 1px;
}
.fg-panel.fg-panel-info-right.fg-panel-info-overlay:is(.fg-medium,.fg-panel-no-mobile) .fg-panel-info-inner {
border-right-width: 42px;
}
.fg-panel.fg-panel-info-left:is(.fg-medium,.fg-panel-no-mobile) .fg-panel-info-inner {
border-right-width: 1px;
}
.fg-panel.fg-panel-info-left.fg-panel-info-overlay:is(.fg-medium,.fg-panel-no-mobile) .fg-panel-info-inner {
border-left-width: 42px;
}
.fg-panel.fg-panel-cart-right:is(.fg-medium,.fg-panel-no-mobile) .fg-panel-cart-inner {
border-left-width: 1px;
}
.fg-panel.fg-panel-cart-right.fg-panel-cart-overlay:is(.fg-medium,.fg-panel-no-mobile) .fg-panel-cart-inner {
border-right-width: 42px;
}
.fg-panel.fg-panel-cart-left:is(.fg-medium,.fg-panel-no-mobile) .fg-panel-cart-inner {
border-right-width: 1px;
}
.fg-panel.fg-panel-cart-left.fg-panel-cart-overlay:is(.fg-medium,.fg-panel-no-mobile) .fg-panel-cart-inner {
border-left-width: 42px;
}
.fg-panel-thumb,
.fg-panel-thumb-spacer,
.fg-panel-thumbs-inner,
.fg-panel-thumbs-button {
border-width: 0;
border-style: solid;
}
.fg-panel-thumbs-right :is(.fg-panel-thumb,.fg-panel-thumb-spacer,.fg-panel-thumbs-button),
:is(.fg-panel-thumbs-top,.fg-panel-thumbs-bottom) .fg-panel-thumb,
:is(.fg-panel-thumbs-top,.fg-panel-thumbs-bottom) .fg-panel-thumbs-next {
border-left-width: 1px;
}
.fg-panel-thumbs-bottom :is(.fg-panel-thumb,.fg-panel-thumb-spacer,.fg-panel-thumbs-button),
:is(.fg-panel-thumbs-left,.fg-panel-thumbs-right) .fg-panel-thumb,
:is(.fg-panel-thumbs-left,.fg-panel-thumbs-right) .fg-panel-thumbs-next,
.fg-medium.fg-panel-area-stack.fg-panel-info-visible.fg-panel-hover-buttons.fg-panel-thumbs-left.fg-panel-info-left:not(.fg-panel-info-overlay):not(.fg-panel-thumbs-no-captions) .fg-panel-thumbs-inner,
.fg-medium.fg-panel-area-stack.fg-panel-info-visible.fg-panel-hover-buttons.fg-panel-thumbs-right.fg-panel-info-right:not(.fg-panel-info-overlay):not(.fg-panel-thumbs-no-captions) .fg-panel-thumbs-inner,
.fg-medium.fg-panel-area-stack.fg-panel-info-visible.fg-panel-thumbs-left.fg-panel-info-left:not(.fg-panel-info-overlay):not(.fg-panel-thumbs-no-captions) .fg-panel-thumbs-prev,
.fg-medium.fg-panel-area-stack.fg-panel-info-visible.fg-panel-thumbs-right.fg-panel-info-right:not(.fg-panel-info-overlay):not(.fg-panel-thumbs-no-captions) .fg-panel-thumbs-prev,
.fg-panel-no-mobile.fg-panel-area-stack.fg-panel-info-visible.fg-panel-hover-buttons.fg-panel-thumbs-left.fg-panel-info-left:not(.fg-panel-info-overlay):not(.fg-panel-thumbs-no-captions) .fg-panel-thumbs-inner,
.fg-panel-no-mobile.fg-panel-area-stack.fg-panel-info-visible.fg-panel-hover-buttons.fg-panel-thumbs-right.fg-panel-info-right:not(.fg-panel-info-overlay):not(.fg-panel-thumbs-no-captions) .fg-panel-thumbs-inner,
.fg-panel-no-mobile.fg-panel-area-stack.fg-panel-info-visible.fg-panel-thumbs-left.fg-panel-info-left:not(.fg-panel-info-overlay):not(.fg-panel-thumbs-no-captions) .fg-panel-thumbs-prev,
.fg-panel-no-mobile.fg-panel-area-stack.fg-panel-info-visible.fg-panel-thumbs-right.fg-panel-info-right:not(.fg-panel-info-overlay):not(.fg-panel-thumbs-no-captions) .fg-panel-thumbs-prev {
border-top-width: 1px;
}
.fg-panel-thumbs-left :is(.fg-panel-thumb,.fg-panel-thumb-spacer,.fg-panel-thumbs-button),
:is(.fg-panel-thumbs-top,.fg-panel-thumbs-bottom) .fg-panel-thumbs-prev {
border-right-width: 1px;
}
.fg-panel-thumbs-top :is(.fg-panel-thumb,.fg-panel-thumb-spacer,.fg-panel-thumbs-button),
:is(.fg-panel-thumbs-left,.fg-panel-thumbs-right) .fg-panel-thumbs-prev {
border-bottom-width: 1px;
} .fg-panel .fg-panel-thumb-overlay {
display: block;
position: absolute;
visibility: hidden;
opacity: 0;
top: 0;
bottom: 0;
left: 0;
right: 0;
z-index: 8;
background: rgba(0,0,0,0.5) no-repeat center center;
transition-duration: .1s;
transition-timing-function: ease-in-out;
transition-property: opacity, visibility;
}
.fg-panel .fg-panel-thumb-overlay:before {
content: "";
display: block;
position: absolute;
top: 50%;
left: 50%;
transform: translateX(-50%) translateY(-50%);
width: 32px;
height: 32px;
background-position: center center;
background-repeat: no-repeat;
}
.fg-panel:is(.fg-hover-zoom,.fg-hover-zoom2,.fg-hover-zoom3,.fg-hover-zoom4,.fg-hover-zoom5,.fg-hover-plus,.fg-hover-plus2,.fg-hover-plus3,.fg-hover-circle-plus,.fg-hover-circle-plus2,.fg-hover-square-plus,.fg-hover-eye,.fg-hover-external,.fg-hover-tint) .fg-panel-thumb:hover .fg-panel-thumb-overlay,
.fg-panel:is(.fg-video-default,.fg-video-1,.fg-video-2,.fg-video-3,.fg-video-4) .fg-panel-thumb.fg-type-video:hover .fg-panel-thumb-overlay {
visibility: visible;
opacity: 1;
}
.fg-panel.fg-video-sticky .fg-panel-thumb.fg-type-video.fg-loaded .fg-panel-thumb-overlay {
background-color: transparent;
visibility: visible;
opacity: 1;
}
.fg-panel.fg-hover-zoom .fg-panel-thumb-overlay:before {
background-image: url(//geocachinginfo.com/wp-content/plugins/foogallery/extensions/default-templates/shared/img/icons.svg#zoom-light);
}
.fg-panel.fg-hover-zoom2 .fg-panel-thumb-overlay:before {
background-image: url(//geocachinginfo.com/wp-content/plugins/foogallery/extensions/default-templates/shared/img/icons.svg#zoom2-light);
}
.fg-panel.fg-hover-zoom3 .fg-panel-thumb-overlay:before {
background-image: url(//geocachinginfo.com/wp-content/plugins/foogallery/extensions/default-templates/shared/img/icons.svg#zoom3-light);
}
.fg-panel.fg-hover-zoom4 .fg-panel-thumb-overlay:before {
background-image: url(//geocachinginfo.com/wp-content/plugins/foogallery/extensions/default-templates/shared/img/icons.svg#zoom4-light);
}
.fg-panel.fg-hover-zoom5 .fg-panel-thumb-overlay:before {
background-image: url(//geocachinginfo.com/wp-content/plugins/foogallery/extensions/default-templates/shared/img/icons.svg#zoom5-light);
}
.fg-panel.fg-hover-plus .fg-panel-thumb-overlay:before {
background-image: url(//geocachinginfo.com/wp-content/plugins/foogallery/extensions/default-templates/shared/img/icons.svg#plus-light);
}
.fg-panel.fg-hover-plus2 .fg-panel-thumb-overlay:before {
background-image: url(//geocachinginfo.com/wp-content/plugins/foogallery/extensions/default-templates/shared/img/icons.svg#plus2-light);
}
.fg-panel.fg-hover-plus3 .fg-panel-thumb-overlay:before {
background-image: url(//geocachinginfo.com/wp-content/plugins/foogallery/extensions/default-templates/shared/img/icons.svg#plus3-light);
}
.fg-panel.fg-hover-circle-plus .fg-panel-thumb-overlay:before {
background-image: url(//geocachinginfo.com/wp-content/plugins/foogallery/extensions/default-templates/shared/img/icons.svg#circle-plus-light);
}
.fg-panel.fg-hover-circle-plus2 .fg-panel-thumb-overlay:before {
background-image: url(//geocachinginfo.com/wp-content/plugins/foogallery/extensions/default-templates/shared/img/icons.svg#circle-plus2-light);
}
.fg-panel.fg-hover-square-plus .fg-panel-thumb-overlay:before {
background-image: url(//geocachinginfo.com/wp-content/plugins/foogallery/extensions/default-templates/shared/img/icons.svg#square-plus-light);
}
.fg-panel.fg-hover-eye .fg-panel-thumb-overlay:before {
background-image: url(//geocachinginfo.com/wp-content/plugins/foogallery/extensions/default-templates/shared/img/icons.svg#eye-light);
}
.fg-panel.fg-hover-external .fg-panel-thumb-overlay:before {
background-image: url(//geocachinginfo.com/wp-content/plugins/foogallery/extensions/default-templates/shared/img/icons.svg#external-light);
}
.fg-panel.fg-video-default .fg-type-video .fg-panel-thumb-overlay:before {
background-image: url(//geocachinginfo.com/wp-content/plugins/foogallery/extensions/default-templates/shared/img/icons.svg#video-default-light);
}
.fg-panel.fg-video-1 .fg-type-video .fg-panel-thumb-overlay:before {
background-image: url(//geocachinginfo.com/wp-content/plugins/foogallery/extensions/default-templates/shared/img/icons.svg#video-1-light);
}
.fg-panel.fg-video-2 .fg-type-video .fg-panel-thumb-overlay:before {
background-image: url(//geocachinginfo.com/wp-content/plugins/foogallery/extensions/default-templates/shared/img/icons.svg#video-2-light);
}
.fg-panel.fg-video-3 .fg-type-video .fg-panel-thumb-overlay:before {
background-image: url(//geocachinginfo.com/wp-content/plugins/foogallery/extensions/default-templates/shared/img/icons.svg#video-3-light);
}
.fg-panel.fg-video-4 .fg-type-video .fg-panel-thumb-overlay:before {
background-image: url(//geocachinginfo.com/wp-content/plugins/foogallery/extensions/default-templates/shared/img/icons.svg#video-4-light);
} .fg-media {
display: block;
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
pointer-events: auto;
overflow: hidden;
}
.fg-panel:is(.fg-medium,.fg-panel-no-mobile) .fg-media {
top: 0;
left: 0;
width: 100%;
height: 100%;
}
.fg-panel.fg-panel-preserve-button-space:is(.fg-medium,.fg-panel-no-mobile) .fg-media {
top: 5px;
left: 42px;
width: calc(100% - 84px);
height: calc(100% - 10px);
}
.fg-media .fg-loader {
position: absolute;
top: 50%;
left: 50%;
transform: translateX(-50%) translateY(-50%);
width: 1em;
height: 1em;
font-size: 5px;
visibility: hidden;
opacity: 0;
}
.fg-media.fg-loading .fg-loader {
visibility: visible;
opacity: 1;
transition-delay: 100ms;
}
.fg-media:not(.fg-media-html) { -webkit-user-select: none; -moz-user-select: none; -ms-user-select: none; user-select: none;
}
.fg-media-content {
display: inline-block;
position: absolute;
top: 50%;
left: 50%;
transform: translateX(-50%) translateY(-50%);
max-width: 100%;
max-height: 100%;
visibility: hidden;
opacity: 0;
}
.fg-media.fg-loaded .fg-media-content {
visibility: visible;
opacity: 1;
}
.fg-media-image .fg-media-content {
height: auto;
}
.fg-panel-fit-media .fg-media-image .fg-media-full-width {
width: 100%;
max-height: unset;
}
.fg-panel-fit-media .fg-media-image .fg-media-full-height {
height: 100%;
max-width: unset;
}
:is(.fg-media-iframe,.fg-media-video) .fg-media-content {
width: 100%;
height: 100%;
}
.fg-panel-fit-media :is(.fg-media-iframe,.fg-media-video) .fg-media-content {
width: 100% !important;
height: 100% !important;
}
.fg-panel.fg-panel-preserve-button-space .fg-media-iframe .fg-media-content {
border-width: 1px;
border-style: solid;
}
.fg-panel-fit-media .fg-media-video.fg-loaded {
background-color: #000;
}
.fg-media-video .fg-media-content {
background-repeat: no-repeat;
background-position: center center;
background-size: cover;
}
.fg-media-html .fg-media-content {
}
.fg-media-embed .fg-media-content .fb-video > span,
.fg-media-embed .fg-media-content > iframe,
.fg-media-embed .fg-media-content > video,
.fg-media-embed .fg-media-content > object {
margin: 0;
border: 0;
width: 100%;
height: 100%;
max-width: 100%;
max-height: 100%;
}
.fg-panel-info-toggle {
display: inline-block;
}
:is(.fg-medium,.fg-panel-no-mobile):not(.fg-panel-info-overlay) .fg-panel-info-toggle {
display: none;
}
.fg-media-caption {
position: relative;
box-sizing: border-box;
width: 100%;
height: auto;
max-width: 100%;
max-height: 100%;
padding: 10px;
gap: 10px;
font-family: -apple-system,system-ui,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,sans-serif;
font-size: 14px;
font-weight: 400;
line-height: 1.4;
pointer-events: auto;
display: flex;
flex-direction: column;
}
:is(.fg-panel-info-top,.fg-panel-info-bottom) .fg-media-caption {
text-align: center;
padding: 10px 42px;
}
.fg-panel-media-caption-left .fg-media-caption {
text-align: left;
}
.fg-panel-media-caption-right .fg-media-caption {
text-align: right;
}
.fg-panel-media-caption-center .fg-media-caption {
text-align: center;
}
.fg-panel-media-caption-justify .fg-media-caption {
text-align: justify;
}
.fg-media-caption-title {
font-weight: 600;
border: none;
}
:is(.fg-panel-info-left,.fg-panel-info-right):is(.fg-medium,.fg-panel-no-mobile) .fg-media-caption-title {
padding-bottom: 10px;
border-bottom-style: solid;
border-bottom-width: 1px;
}
.fg-media-caption-description {
font-size: smaller;
max-height: 100%;
height: auto;
overflow-x: hidden;
overflow-y: auto;
border: none;
}
.fg-media-caption-exif {
display: none;
flex-direction: row;
flex-wrap: wrap;
justify-content: center;
width: 100%;
border: none;
text-align: left;
padding: 10px 0 0 0;
gap: 10px;
}
.rtl .fg-media-caption-exif {
text-align: right;
}
.fg-media-caption-exif:is(.fg-media-caption-exif-auto,.fg-media-caption-exif-full,.fg-media-caption-exif-partial,.fg-media-caption-exif-minimal) {
display: flex;
}
.fg-media-caption-description + .fg-media-caption-exif {
border-top-style: solid;
border-top-width: 1px;
}
.fg-medium:is(.fg-panel-info-left,.fg-panel-info-right) .fg-media-caption-exif:is(.fg-media-caption-exif-auto,.fg-media-caption-exif-full,.fg-media-caption-exif-partial) {
flex-direction: column;
flex-wrap: nowrap;
justify-content: left;
}
.fg-media-caption-exif-prop {
position: relative;
display: flex;
height: 24px;
padding: 0;
gap: 10px;
}
.rtl .fg-media-caption-exif-prop {
flex-direction: row-reverse;
}
.fg-media-caption-exif-full .fg-media-caption-exif-prop,
.fg-panel.fg-large .fg-media-caption-exif-auto .fg-media-caption-exif-prop {
height: 30px;
}
.fg-media-caption-exif-icon {
display: flex;
align-items: center;
justify-content: center;
position: relative;
min-width: 16px;
min-height: 16px;
width: 16px;
height: 100%;
}
.fg-media-caption-exif-content {
display: none;
flex-direction: column;
align-items: center;
justify-content: center;
width: 100%;
height: 100%;
}
.fg-media-caption-exif-full .fg-media-caption-exif-content,
.fg-media-caption-exif-partial .fg-media-caption-exif-content,
.fg-panel.fg-medium .fg-media-caption-exif-auto .fg-media-caption-exif-content {
display: flex;
}
.fg-media-caption-exif-label {
display: none;
width: 100%;
font-size: 11px;
font-style: italic;
line-height: 11px;
white-space: nowrap;
}
.fg-media-caption-exif-full .fg-media-caption-exif-label,
.fg-panel.fg-large .fg-media-caption-exif-auto .fg-media-caption-exif-label {
display: block;
}
.fg-media-caption-exif-value {
display: none;
width: 100%;
font-size: 12px;
line-height: 14px;
white-space: nowrap;
}
.fg-media-caption-exif-full .fg-media-caption-exif-value,
.fg-media-caption-exif-partial .fg-media-caption-exif-value,
.fg-panel.fg-medium .fg-media-caption-exif-auto .fg-media-caption-exif-value {
display: block;
}
.fg-media-caption-exif-tooltip {
display: none;
position: absolute;
top: -8px;
left: 50%;
transform: translateX(-50%) translateY(-100%);
color: #FFF;
white-space: nowrap;
background-color: #333;
font-size: 12px;
padding: 4px 8px;
border-radius: 3px;
box-shadow: 0 0 10px 0 #000;
z-index: 1;
}
.fg-panel-info-top .fg-media-caption-exif-tooltip {
top: unset;
bottom: -8px;
transform: translateX(-50%) translateY(100%);
}
:is(.fg-media-caption-exif-partial,.fg-media-caption-exif-full,.fg-panel.fg-medium .fg-media-caption-exif-auto) .fg-media-caption-exif-tooltip {
left: 0;
transform: translateY(-100%);
}
:is(.fg-panel-info-top .fg-media-caption-exif-partial,.fg-panel-info-top .fg-media-caption-exif-full,.fg-panel.fg-medium.fg-panel-info-top .fg-media-caption-exif-auto) .fg-media-caption-exif-tooltip {
transform: translateY(100%);
}
.rtl :is(.fg-media-caption-exif-partial,.fg-media-caption-exif-full,.fg-panel.fg-medium .fg-media-caption-exif-auto) .fg-media-caption-exif-tooltip {
left: unset;
right: 0;
transform: translateY(-100%);
}
.rtl :is(.fg-panel-info-top .fg-media-caption-exif-partial,.fg-panel-info-top .fg-media-caption-exif-full,.fg-panel.fg-medium.fg-panel-info-top .fg-media-caption-exif-auto) .fg-media-caption-exif-tooltip {
transform: translateY(100%);
}
.fg-media-caption-exif-tooltip-pointer {
display: block;
content: '';
border-top: 8px solid #333;
border-bottom: 8px solid transparent;
border-left: 8px solid transparent;
border-right: 8px solid transparent;
height: 0;
width: 0;
position: absolute;
bottom: -16px;
left: 50%;
margin-left: -8px;
}
.fg-panel-info-top .fg-media-caption-exif-tooltip-pointer {
border-top: 8px solid transparent;
border-bottom: 8px solid #333;
bottom: unset;
top: -16px;
}
:is(.fg-media-caption-exif-partial,.fg-media-caption-exif-full,.fg-panel.fg-medium .fg-media-caption-exif-auto) .fg-media-caption-exif-tooltip-pointer {
left: 21px;
}
.rtl :is(.fg-media-caption-exif-partial,.fg-media-caption-exif-full,.fg-panel.fg-medium .fg-media-caption-exif-auto) .fg-media-caption-exif-tooltip-pointer {
left: unset;
margin-left: unset;
right: 21px;
margin-right: -8px;
}
.fg-media-caption-exif-prop.fg-media-caption-exif-show-tooltip .fg-media-caption-exif-tooltip {
display: inline-block;
}
@media (hover: hover) {
.fg-media-caption-exif-tooltip {
display: none;
}
.fg-media-caption-exif-prop:hover .fg-media-caption-exif-tooltip {
display: inline-block;
}
}
.fg-panel.fg-light {
color: #333;
}
.fg-panel.fg-dark {
color: #FeFeFe;
} .fg-panel.fg-light,
.fg-panel.fg-light :is(.fg-panel-info-inner,.fg-panel-cart-inner,.fg-panel-thumbs-inner),
.fg-panel.fg-light.fg-panel-preserve-button-space .fg-media-iframe .fg-media-content,
.fg-panel.fg-light .fg-panel-thumb:is(.fg-idle,.fg-loading,.fg-error) .fg-panel-thumb-media {
border-color: #e2e2e2;
}
.fg-panel.fg-dark,
.fg-panel.fg-dark :is(.fg-panel-info-inner,.fg-panel-cart-inner,.fg-panel-thumbs-inner),
.fg-panel.fg-dark.fg-panel-preserve-button-space .fg-media-iframe .fg-media-content,
.fg-panel.fg-dark .fg-panel-thumb:is(.fg-idle,.fg-loading,.fg-error) .fg-panel-thumb-media {
border-color: #232323;
}
.fg-panel.fg-light :is(.fg-media-caption-title,.fg-media-caption-exif,.fg-media-product-body) {
border-color: #e2e2e2;
}
.fg-panel.fg-dark :is(.fg-media-caption-title,.fg-media-caption-exif,.fg-media-product-body) {
border-color: #767676;
} .fg-panel.fg-light,
.fg-panel.fg-light .fg-panel-thumb:is(.fg-idle,.fg-loading,.fg-error) .fg-panel-thumb-media {
background-color: #EEE;
}
.fg-panel.fg-dark,
.fg-panel.fg-dark .fg-panel-thumb:is(.fg-idle,.fg-loading,.fg-error) .fg-panel-thumb-media {
background-color: #151515;
}
.fg-panel.fg-light :is(.fg-panel-cart-inner,.fg-panel-info-inner) {
background-color: rgba(255, 255, 255, 0.95);
}
.fg-panel.fg-dark :is(.fg-panel-cart-inner,.fg-panel-info-inner) {
background-color: rgba(51, 51, 51, 0.95);
} .fg-panel.fg-light .fg-media-caption-exif-icon {
color: #767676;
}
.fg-panel.fg-light .fg-media-caption-exif-label {
color: #777777;
}
.fg-panel.fg-dark .fg-media-caption-exif-icon {
color: #FFFFFF;
}
.fg-panel.fg-dark .fg-media-caption-exif-label {
color: #bbbbbb;
} .fg-panel.fg-dark .fg-panel-button.fg-panel-button-primary,
.fg-panel.fg-light :is(.fg-panel-button,.fg-panel-thumbs-button,.fg-panel-thumb,.fg-panel-thumb-spacer),
.fg-panel.fg-light:is(.fg-medium,.fg-panel-no-mobile):not(.fg-panel-info-overlay) .fg-panel-info-inner,
.fg-panel.fg-light:is(.fg-medium,.fg-panel-no-mobile):not(.fg-panel-cart-overlay) .fg-panel-cart-inner {
background-color: #FFF;
border-color: #e2e2e2;
}
.fg-panel.fg-dark .fg-panel-button[aria-pressed="true"],
.fg-panel.fg-light .fg-panel-button.fg-panel-button-primary[aria-pressed="true"] {
background-color: #FFF;
}
.fg-panel.fg-light:is(.fg-medium,.fg-panel-no-mobile):not(.fg-panel-info-overlay) .fg-panel-info-inner,
.fg-panel.fg-light:is(.fg-medium,.fg-panel-no-mobile):not(.fg-panel-cart-overlay) .fg-panel-cart-inner,
.fg-panel.fg-light .fg-panel-thumb.fg-selected {
background-color: #f0f0f0;
}
.fg-panel.fg-light :is(.fg-panel-button,.fg-panel-area-toggle,.fg-panel-thumbs-button),
.fg-panel.fg-dark .fg-panel-button[aria-pressed="true"],
.fg-panel.fg-light .fg-panel-button.fg-panel-button-primary[aria-pressed="true"] {
color: #767676;
}
.fg-panel.fg-dark .fg-panel-button.fg-panel-button-primary,
.fg-panel.fg-light .fg-panel-button.fg-panel-button-secondary {
color: #222;
}
.fg-panel.fg-light .fg-panel-button.fg-panel-button-primary,
.fg-panel.fg-dark :is(.fg-panel-button,.fg-panel-thumbs-button,.fg-panel-thumb,.fg-panel-thumb-spacer),
.fg-panel.fg-dark:is(.fg-medium,.fg-panel-no-mobile):not(.fg-panel-info-overlay) .fg-panel-info-inner,
.fg-panel.fg-dark:is(.fg-medium,.fg-panel-no-mobile):not(.fg-panel-cart-overlay) .fg-panel-cart-inner {
background-color: #333;
border-color: #222;
}
.fg-panel.fg-light .fg-panel-button[aria-pressed="true"],
.fg-panel.fg-dark .fg-panel-button.fg-panel-button-primary[aria-pressed="true"] {
background-color: #333;
}
.fg-panel.fg-dark:is(.fg-medium,.fg-panel-no-mobile):not(.fg-panel-info-overlay) .fg-panel-info-inner,
.fg-panel.fg-dark:is(.fg-medium,.fg-panel-no-mobile):not(.fg-panel-cart-overlay) .fg-panel-cart-inner,
.fg-panel.fg-dark .fg-panel-thumb.fg-selected {
background-color: #2c2c2c;
}
.fg-panel.fg-light .fg-panel-button.fg-panel-button-primary,
.fg-panel.fg-dark :is(.fg-panel-button,.fg-panel-area-toggle,.fg-panel-thumbs-button),
.fg-panel.fg-light .fg-panel-button[aria-pressed="true"],
.fg-panel.fg-dark .fg-panel-button.fg-panel-button-primary[aria-pressed="true"] {
color: #FFF;
}
@media (hover: hover) {
.fg-panel.fg-light .fg-panel-area-toggle:hover,
.fg-panel.fg-light .fg-panel-area-toggle:focus {
color: #bbbbbb;
}
.fg-panel.fg-light .fg-panel-button:hover,
.fg-panel.fg-light .fg-panel-button:focus,
.fg-panel.fg-dark .fg-panel-button[aria-pressed="true"]:hover,
.fg-panel.fg-dark .fg-panel-button[aria-pressed="true"]:focus,
.fg-panel.fg-light .fg-panel-thumbs-button:hover,
.fg-panel.fg-light .fg-panel-thumbs-button:focus,
.fg-panel.fg-light .fg-panel-thumb:hover,
.fg-panel.fg-light .fg-panel-thumb:focus,
.fg-panel.fg-dark .fg-panel-button.fg-panel-button-primary:hover,
.fg-panel.fg-dark .fg-panel-button.fg-panel-button-primary:focus,
.fg-panel.fg-light .fg-panel-button.fg-panel-button-primary[aria-pressed="true"]:hover,
.fg-panel.fg-light .fg-panel-button.fg-panel-button-primary[aria-pressed="true"]:focus {
background-color: #f5f5f5;
}
.fg-panel.fg-dark .fg-panel-area-toggle:hover,
.fg-panel.fg-dark .fg-panel-area-toggle:focus {
color: #bbbbbb;
}
.fg-panel.fg-dark .fg-panel-button:hover,
.fg-panel.fg-dark .fg-panel-button:focus,
.fg-panel.fg-light .fg-panel-button[aria-pressed="true"]:hover,
.fg-panel.fg-light .fg-panel-button[aria-pressed="true"]:focus,
.fg-panel.fg-dark .fg-panel-thumbs-button:hover,
.fg-panel.fg-dark .fg-panel-thumbs-button:focus,
.fg-panel.fg-dark .fg-panel-thumb:hover,
.fg-panel.fg-dark .fg-panel-thumb:focus,
.fg-panel.fg-light .fg-panel-button.fg-panel-button-primary:hover,
.fg-panel.fg-light .fg-panel-button.fg-panel-button-primary:focus,
.fg-panel.fg-dark .fg-panel-button.fg-panel-button-primary[aria-pressed="true"]:hover,
.fg-panel.fg-dark .fg-panel-button.fg-panel-button-primary[aria-pressed="true"]:focus {
background-color: #303030;
}
}
.fg-panel.fg-button-light .fg-panel-button:not(.fg-panel-button-secondary,[aria-pressed="true"]),
.fg-panel.fg-button-light .fg-panel-thumbs-button,
.fg-panel.fg-button-light .fg-panel-thumb.fg-selected {
background-color: #fff;
border-color: #e2e2e2;
color: #767676;
}
.fg-panel.fg-button-light .fg-panel-button:is(.fg-panel-button-primary,.fg-panel-button-secondary) {
color: #222;
}
.fg-panel.fg-button-blue .fg-panel-button:not(.fg-panel-button-secondary,[aria-pressed="true"]),
.fg-panel.fg-button-blue .fg-panel-thumbs-button,
.fg-panel.fg-button-blue .fg-panel-thumb.fg-selected {
background-color: #3079ed;
border-color: #306be1;
color: #FFF;
}
.fg-panel.fg-button-dark .fg-panel-button:not(.fg-panel-button-secondary,[aria-pressed="true"]),
.fg-panel.fg-button-dark .fg-panel-thumbs-button,
.fg-panel.fg-button-dark .fg-panel-thumb.fg-selected {
background-color: #4e4e4e;
border-color: #292929;
color: #FFF;
}
.fg-panel.fg-button-green .fg-panel-button:not(.fg-panel-button-secondary,[aria-pressed="true"]),
.fg-panel.fg-button-green .fg-panel-thumbs-button,
.fg-panel.fg-button-green .fg-panel-thumb.fg-selected {
background-color: #027339;
border-color: #025f2f;
color: #FFF;
}
.fg-panel.fg-button-purple .fg-panel-button:not(.fg-panel-button-secondary,[aria-pressed="true"]),
.fg-panel.fg-button-purple .fg-panel-thumbs-button,
.fg-panel.fg-button-purple .fg-panel-thumb.fg-selected {
background-color: #6816c2;
border-color: #5416a8;
color: #FFF;
}
.fg-panel.fg-button-orange .fg-panel-button:not(.fg-panel-button-secondary,[aria-pressed="true"]),
.fg-panel.fg-button-orange .fg-panel-thumbs-button,
.fg-panel.fg-button-orange .fg-panel-thumb.fg-selected {
background-color: #e57731;
border-color: #c36230;
color: #FFF;
}
.fg-panel.fg-button-red .fg-panel-button:not(.fg-panel-button-secondary,[aria-pressed="true"]),
.fg-panel.fg-button-red .fg-panel-thumbs-button,
.fg-panel.fg-button-red .fg-panel-thumb.fg-selected {
background-color: #c22b24;
border-color: #9f2924;
color: #FFF;
}
@media (hover: hover) {
.fg-panel.fg-button-light .fg-panel-button:not(.fg-panel-button-secondary,[aria-pressed="true"]):hover,
.fg-panel.fg-button-light .fg-panel-button:not(.fg-panel-button-secondary,[aria-pressed="true"]):focus,
.fg-panel.fg-button-light .fg-panel-thumbs-button:hover,
.fg-panel.fg-button-light .fg-panel-thumbs-button:focus,
.fg-panel.fg-button-light .fg-panel-thumb:hover,
.fg-panel.fg-button-light .fg-panel-thumb:focus,
.fg-panel.fg-button-light .fg-panel-thumb.fg-selected:hover,
.fg-panel.fg-button-light .fg-panel-thumb.fg-selected:focus,
.fg-panel.fg-highlight-light .fg-panel-area .fg-panel-button:hover,
.fg-panel.fg-highlight-light .fg-panel-area .fg-panel-button:focus,
.fg-panel.fg-highlight-light .fg-panel-area .fg-panel-thumbs-button:hover,
.fg-panel.fg-highlight-light .fg-panel-area .fg-panel-thumbs-button:focus,
.fg-panel.fg-highlight-light .fg-panel-area .fg-panel-thumb:hover,
.fg-panel.fg-highlight-light .fg-panel-area .fg-panel-thumb:focus,
.fg-panel.fg-highlight-light .fg-panel-area .fg-panel-thumb.fg-selected:hover,
.fg-panel.fg-highlight-light .fg-panel-area .fg-panel-thumb.fg-selected:focus {
background-color: #f5f5f5;
border-color: #e2e2e2;
color: #bbb;
}
.fg-panel.fg-button-blue .fg-panel-button:not(.fg-panel-button-secondary,[aria-pressed="true"]):hover,
.fg-panel.fg-button-blue .fg-panel-button:not(.fg-panel-button-secondary,[aria-pressed="true"]):focus,
.fg-panel.fg-button-blue .fg-panel-thumbs-button:hover,
.fg-panel.fg-button-blue .fg-panel-thumbs-button:focus,
.fg-panel.fg-button-blue .fg-panel-thumb:hover,
.fg-panel.fg-button-blue .fg-panel-thumb:focus,
.fg-panel.fg-button-blue .fg-panel-thumb.fg-selected:hover,
.fg-panel.fg-button-blue .fg-panel-thumb.fg-selected:focus,
.fg-panel.fg-highlight-blue .fg-panel-area .fg-panel-button:hover,
.fg-panel.fg-highlight-blue .fg-panel-area .fg-panel-button:focus,
.fg-panel.fg-highlight-blue .fg-panel-area .fg-panel-thumbs-button:hover,
.fg-panel.fg-highlight-blue .fg-panel-area .fg-panel-thumbs-button:focus,
.fg-panel.fg-highlight-blue .fg-panel-area .fg-panel-thumb:hover,
.fg-panel.fg-highlight-blue .fg-panel-area .fg-panel-thumb:focus,
.fg-panel.fg-highlight-blue .fg-panel-area .fg-panel-thumb.fg-selected:hover,
.fg-panel.fg-highlight-blue .fg-panel-area .fg-panel-thumb.fg-selected:focus {
background-color: #4d90fe;
border-color: #3079ed;
color: #FFF;
}
.fg-panel.fg-button-dark .fg-panel-button:not(.fg-panel-button-secondary,[aria-pressed="true"]):hover,
.fg-panel.fg-button-dark .fg-panel-button:not(.fg-panel-button-secondary,[aria-pressed="true"]):focus,
.fg-panel.fg-button-dark .fg-panel-thumbs-button:hover,
.fg-panel.fg-button-dark .fg-panel-thumbs-button:focus,
.fg-panel.fg-button-dark .fg-panel-thumb:hover,
.fg-panel.fg-button-dark .fg-panel-thumb:focus,
.fg-panel.fg-button-dark .fg-panel-thumb.fg-selected:hover,
.fg-panel.fg-button-dark .fg-panel-thumb.fg-selected:focus,
.fg-panel.fg-highlight-dark .fg-panel-area .fg-panel-button:hover,
.fg-panel.fg-highlight-dark .fg-panel-area .fg-panel-button:focus,
.fg-panel.fg-highlight-dark .fg-panel-area .fg-panel-thumbs-button:hover,
.fg-panel.fg-highlight-dark .fg-panel-area .fg-panel-thumbs-button:focus,
.fg-panel.fg-highlight-dark .fg-panel-area .fg-panel-thumb:hover,
.fg-panel.fg-highlight-dark .fg-panel-area .fg-panel-thumb:focus,
.fg-panel.fg-highlight-dark .fg-panel-area .fg-panel-thumb.fg-selected:hover,
.fg-panel.fg-highlight-dark .fg-panel-area .fg-panel-thumb.fg-selected:focus {
background-color: #5e5e5e;
border-color: #292929;
color: #FFF;
}
.fg-panel.fg-button-green .fg-panel-button:not(.fg-panel-button-secondary,[aria-pressed="true"]):hover,
.fg-panel.fg-button-green .fg-panel-button:not(.fg-panel-button-secondary,[aria-pressed="true"]):focus,
.fg-panel.fg-button-green .fg-panel-thumbs-button:hover,
.fg-panel.fg-button-green .fg-panel-thumbs-button:focus,
.fg-panel.fg-button-green .fg-panel-thumb:hover,
.fg-panel.fg-button-green .fg-panel-thumb:focus,
.fg-panel.fg-button-green .fg-panel-thumb.fg-selected:hover,
.fg-panel.fg-button-green .fg-panel-thumb.fg-selected:focus,
.fg-panel.fg-highlight-green .fg-panel-area .fg-panel-button:hover,
.fg-panel.fg-highlight-green .fg-panel-area .fg-panel-button:focus,
.fg-panel.fg-highlight-green .fg-panel-area .fg-panel-thumbs-button:hover,
.fg-panel.fg-highlight-green .fg-panel-area .fg-panel-thumbs-button:focus,
.fg-panel.fg-highlight-green .fg-panel-area .fg-panel-thumb:hover,
.fg-panel.fg-highlight-green .fg-panel-area .fg-panel-thumb:focus,
.fg-panel.fg-highlight-green .fg-panel-area .fg-panel-thumb.fg-selected:hover,
.fg-panel.fg-highlight-green .fg-panel-area .fg-panel-thumb.fg-selected:focus {
background-color: #02874A;
border-color: #027339;
color: #FFF;
}
.fg-panel.fg-button-purple .fg-panel-button:not(.fg-panel-button-secondary,[aria-pressed="true"]):hover,
.fg-panel.fg-button-purple .fg-panel-button:not(.fg-panel-button-secondary,[aria-pressed="true"]):focus,
.fg-panel.fg-button-purple .fg-panel-thumbs-button:hover,
.fg-panel.fg-button-purple .fg-panel-thumbs-button:focus,
.fg-panel.fg-button-purple .fg-panel-thumb:hover,
.fg-panel.fg-button-purple .fg-panel-thumb:focus,
.fg-panel.fg-button-purple .fg-panel-thumb.fg-selected:hover,
.fg-panel.fg-button-purple .fg-panel-thumb.fg-selected:focus,
.fg-panel.fg-highlight-purple .fg-panel-area .fg-panel-button:hover,
.fg-panel.fg-highlight-purple .fg-panel-area .fg-panel-button:focus,
.fg-panel.fg-highlight-purple .fg-panel-area .fg-panel-thumbs-button:hover,
.fg-panel.fg-highlight-purple .fg-panel-area .fg-panel-thumbs-button:focus,
.fg-panel.fg-highlight-purple .fg-panel-area .fg-panel-thumb:hover,
.fg-panel.fg-highlight-purple .fg-panel-area .fg-panel-thumb:focus,
.fg-panel.fg-highlight-purple .fg-panel-area .fg-panel-thumb.fg-selected:hover,
.fg-panel.fg-highlight-purple .fg-panel-area .fg-panel-thumb.fg-selected:focus {
background-color: #7816D6;
border-color: #6816c2;
color: #FFF;
}
.fg-panel.fg-button-orange .fg-panel-button:not(.fg-panel-button-secondary,[aria-pressed="true"]):hover,
.fg-panel.fg-button-orange .fg-panel-button:not(.fg-panel-button-secondary,[aria-pressed="true"]):focus,
.fg-panel.fg-button-orange .fg-panel-thumbs-button:hover,
.fg-panel.fg-button-orange .fg-panel-thumbs-button:focus,
.fg-panel.fg-button-orange .fg-panel-thumb:hover,
.fg-panel.fg-button-orange .fg-panel-thumb:focus,
.fg-panel.fg-button-orange .fg-panel-thumb.fg-selected:hover,
.fg-panel.fg-button-orange .fg-panel-thumb.fg-selected:focus,
.fg-panel.fg-highlight-orange .fg-panel-area .fg-panel-button:hover,
.fg-panel.fg-highlight-orange .fg-panel-area .fg-panel-button:focus,
.fg-panel.fg-highlight-orange .fg-panel-area .fg-panel-thumbs-button:hover,
.fg-panel.fg-highlight-orange .fg-panel-area .fg-panel-thumbs-button:focus,
.fg-panel.fg-highlight-orange .fg-panel-area .fg-panel-thumb:hover,
.fg-panel.fg-highlight-orange .fg-panel-area .fg-panel-thumb:focus,
.fg-panel.fg-highlight-orange .fg-panel-area .fg-panel-thumb.fg-selected:hover,
.fg-panel.fg-highlight-orange .fg-panel-area .fg-panel-thumb.fg-selected:focus {
background-color: #FF8E31;
border-color: #e57731;
color: #FFF;
}
.fg-panel.fg-button-red .fg-panel-button:not(.fg-panel-button-secondary,[aria-pressed="true"]):hover,
.fg-panel.fg-button-red .fg-panel-button:not(.fg-panel-button-secondary,[aria-pressed="true"]):focus,
.fg-panel.fg-button-red .fg-panel-thumbs-button:hover,
.fg-panel.fg-button-red .fg-panel-thumbs-button:focus,
.fg-panel.fg-button-red .fg-panel-thumb:hover,
.fg-panel.fg-button-red .fg-panel-thumb:focus,
.fg-panel.fg-button-red .fg-panel-thumb.fg-selected:hover,
.fg-panel.fg-button-red .fg-panel-thumb.fg-selected:focus,
.fg-panel.fg-highlight-red .fg-panel-area .fg-panel-button:hover,
.fg-panel.fg-highlight-red .fg-panel-area .fg-panel-button:focus,
.fg-panel.fg-highlight-red .fg-panel-area .fg-panel-thumbs-button:hover,
.fg-panel.fg-highlight-red .fg-panel-area .fg-panel-thumbs-button:focus,
.fg-panel.fg-highlight-red .fg-panel-area .fg-panel-thumb:hover,
.fg-panel.fg-highlight-red .fg-panel-area .fg-panel-thumb:focus,
.fg-panel.fg-highlight-red .fg-panel-area .fg-panel-thumb.fg-selected:hover,
.fg-panel.fg-highlight-red .fg-panel-area .fg-panel-thumb.fg-selected:focus {
background-color: #F12B24;
border-color: #c22b24;
color: #FFF;
}
} .fg-panel-fade .fg-media,
.fg-panel-horizontal .fg-media,
.fg-panel-vertical .fg-media,
.fg-panel-fade .fg-panel-thumbs-stage,
.fg-panel-horizontal .fg-panel-thumbs-stage,
.fg-panel-vertical .fg-panel-thumbs-stage {
transition-duration: .3s;
transition-timing-function: ease-in-out;
}
.fg-panel-fade .fg-panel-thumbs-stage,
.fg-panel-horizontal .fg-panel-thumbs-stage,
.fg-panel-vertical .fg-panel-thumbs-stage {
transition-property: transform;
}
.fg-panel-fade .fg-media-content,
.fg-panel-horizontal .fg-media-content,
.fg-panel-vertical .fg-media-content {
transition-duration: .3s;
transition-timing-function: ease-in-out;
transition-property: opacity, visibility;
}
@media (hover: hover) {
.fg-panel-fade .fg-panel-button,
.fg-panel-horizontal .fg-panel-button,
.fg-panel-vertical .fg-panel-button,
.fg-panel-fade .fg-panel-area-toggle,
.fg-panel-horizontal .fg-panel-area-toggle,
.fg-panel-vertical .fg-panel-area-toggle,
.fg-panel-fade .fg-panel-thumb,
.fg-panel-horizontal .fg-panel-thumb,
.fg-panel-vertical .fg-panel-thumb,
.fg-panel-fade .fg-panel-thumbs-button,
.fg-panel-horizontal .fg-panel-thumbs-button,
.fg-panel-vertical .fg-panel-thumbs-button {
transition-property: background-color, border-color, color, opacity, visibility;
transition-duration: .1s;
transition-timing-function: ease-in-out;
}
} .fg-panel-fade .fg-media {
transition-property: opacity, visibility, padding;
visibility: hidden;
opacity: 0;
}
.fg-panel-fade .fg-media.fg-visible,
.fg-panel-fade .fg-media.fg-reverse.fg-visible {
visibility: visible;
opacity: 1;
} .fg-panel-horizontal .fg-media {
transition-property: opacity, visibility, transform, padding;
transform: translateX(-100%);
visibility: hidden;
opacity: 0;
}
.fg-panel-horizontal .fg-media.fg-reverse {
transform: translateX(100%);
}
.fg-panel-horizontal .fg-media.fg-visible,
.fg-panel-horizontal .fg-media.fg-reverse.fg-visible {
transform: translateX(0);
visibility: visible;
opacity: 1;
} .fg-panel-vertical .fg-media {
transition-property: opacity, visibility, transform, padding;
transform: translateY(-100%);
visibility: hidden;
opacity: 0;
}
.fg-panel-vertical .fg-media.fg-reverse {
transform: translateY(100%);
}
.fg-panel-vertical .fg-media.fg-visible,
.fg-panel-vertical .fg-media.fg-reverse.fg-visible {
transform: translateY(0);
visibility: visible;
opacity: 1;
}
.fg-icon-auto-progress {
cursor: pointer;
}
.fg-icon-auto-progress-idle {
fill: currentColor;
visibility: visible;
opacity: 1;
transition: opacity 0.3s, visibility 0.3s;
}
.fg-icon-auto-progress:is(.fg-paused,.fg-stopped,.fg-started) .fg-icon-auto-progress-idle {
opacity: 0;
visibility: hidden;
}
.fg-icon-auto-progress-circle {
stroke: currentColor;
fill: transparent;
transform: rotate(-90deg);
transform-origin: 50% 50%;
opacity: 0;
visibility: hidden;
stroke-width: 8px;
stroke-dasharray: 0, 0;
stroke-dashoffset: 0;
transition: stroke-dashoffset 1s, opacity 0.3s, visibility 0.3s;
}
.fg-icon-auto-progress.fg-started .fg-icon-auto-progress-circle {
opacity: 1;
visibility: visible;
}
.fg-icon-auto-progress-play,
.fg-icon-auto-progress-pause {
fill: currentColor;
opacity: 0;
visibility: hidden;
transition: opacity 0.3s, visibility 0.3s;
}
.fg-icon-auto-progress:is(.fg-paused,.fg-stopped) .fg-icon-auto-progress-play {
opacity: 1;
visibility: visible;
}
@media (hover: hover) {
*:hover > .fg-icon-auto-progress.fg-started .fg-icon-auto-progress-circle {
opacity: 0;
visibility: hidden;
}
*:hover > .fg-icon-auto-progress:is(.fg-paused,.fg-stopped) .fg-icon-auto-progress-play,
*:hover > .fg-icon-auto-progress.fg-started .fg-icon-auto-progress-pause {
opacity: 1;
visibility: visible;
}
}
.fg-panel-thumbs-inner {
position: relative;
display: flex;
width: 100%;
height: 100%;
overflow: hidden;
pointer-events: auto;
}
.fg-panel-thumbs-top .fg-panel-thumbs-inner,
.fg-panel-thumbs-bottom .fg-panel-thumbs-inner {
flex-direction: row;
}
.fg-panel-thumbs-left .fg-panel-thumbs-inner,
.fg-panel-thumbs-right .fg-panel-thumbs-inner {
flex-direction: column;
}
.fg-panel-thumbs-button,
.fg-panel-thumbs-button:active,
.fg-panel-thumbs-button:focus {
position: relative;
width: 100%;
height: 100%;
cursor: pointer;
user-select: none;
outline: none;
}
.fg-panel-thumbs-button.fg-disabled {
display: none;
}
.fg-panel-thumbs-top .fg-panel-thumbs-button,
.fg-panel-thumbs-bottom .fg-panel-thumbs-button {
width: 37px;
min-width: 37px;
}
.fg-panel-thumbs-left .fg-panel-thumbs-button,
.fg-panel-thumbs-right .fg-panel-thumbs-button {
height: 37px;
min-height: 37px;
}
@media (hover: hover) {
.fg-panel-hover-buttons .fg-panel-thumbs-button {
position: absolute;
visibility: hidden;
opacity: 0;
z-index: 1;
}
.fg-panel-hover-buttons .fg-panel-thumbs:hover .fg-panel-thumbs-button:not(.fg-disabled) {
visibility: visible;
opacity: 0.5;
}
.fg-panel-hover-buttons .fg-panel-thumbs .fg-panel-thumbs-button:not(.fg-disabled):hover {
opacity: 1;
}
.fg-panel-hover-buttons .fg-panel-thumbs-prev {
top: 0;
left: 0;
}
.fg-panel-hover-buttons .fg-panel-thumbs-next {
bottom: 0;
right: 0;
}
}
.fg-panel-thumbs-button .fg-icon {
display: block;
margin: 0;
padding: 0;
position: absolute;
top: 50%;
left: 50%;
transform: translateX(-50%) translateY(-50%);
}
.fg-panel-thumbs-button.fg-disabled .fg-icon {
opacity: 0.3;
}
.fg-panel-thumbs-left .fg-panel-thumbs-button .fg-icon,
.fg-panel-thumbs-right .fg-panel-thumbs-button .fg-icon {
transform: translateX(-50%) translateY(-50%) rotate(90deg);
}
.fg-panel-thumbs-viewport {
position: relative;
width: 100%;
height: 100%;
overflow: hidden;
}
.fg-panel-thumbs-stage {
position: relative;
display: flex;
width: 100%;
height: 100%;
justify-content: flex-start;
align-items: center;
}
.fg-panel-thumbs-top .fg-panel-thumbs-stage,
.fg-panel-thumbs-bottom .fg-panel-thumbs-stage {
flex-direction: row;
}
.fg-panel-thumbs-left .fg-panel-thumbs-stage,
.fg-panel-thumbs-right .fg-panel-thumbs-stage {
flex-direction: column;
}
.fg-panel-thumb-spacer {
width: 100%;
height: 100%;
min-height: 1px;
min-width: 1px;
}
.fg-panel-thumb {
position: relative;
display: flex;
margin: 0;
padding: 4px;
justify-content: center;
align-items: center;
width: 100%;
height: 100%;
min-width: 100%;
min-height: 100%;
cursor: pointer;
user-select: none;
}
.fg-panel.fg-medium:not(.fg-panel-thumbs-no-captions) .fg-panel-thumb {
justify-content: flex-start;
}
.fg-panel-thumbs-bottom .fg-panel-thumb,
.fg-panel-thumbs-left .fg-panel-thumb,
.fg-panel-thumbs-right .fg-panel-thumb {
padding-top: 3px;
}
.fg-panel-thumbs-top .fg-panel-thumb {
padding-bottom: 3px;
}
.fg-panel-thumbs-viewport > .fg-panel-thumb {
position: absolute;
top: -9999px;
left: -9999px;
visibility: hidden;
opacity: 0;
}
.fg-panel-thumb-media {
position: relative;
width: 90px;
min-width: 90px;
height: 60px;
min-height: 60px;
overflow: hidden;
}
.fg-panel.fg-medium .fg-panel-thumb-media {
width: 108px;
min-width: 108px;
height: 72px;
min-height: 72px;
}
.fg-panel.fg-medium:not(.fg-panel-thumbs-no-captions) .fg-panel-thumb-media {
margin-right: 5px;
}
.fg-panel.fg-medium.fg-x-large-width .fg-panel-thumb-media {
width: 128px;
min-width: 128px;
}
.fg-panel.fg-panel-thumbs-small .fg-panel-thumb-media {
width: 60px;
min-width: 60px;
}
.fg-panel.fg-medium.fg-panel-thumbs-small .fg-panel-thumb-media,
.fg-panel.fg-medium.fg-x-large-width.fg-panel-thumbs-small .fg-panel-thumb-media {
width: 72px;
min-width: 72px;
}
.fg-panel-thumb.fg-idle .fg-panel-thumb-media,
.fg-panel-thumb.fg-loading .fg-panel-thumb-media,
.fg-panel-thumb.fg-error .fg-panel-thumb-media {
border-style: solid;
border-width: 1px;
}
.fg-panel-thumb.fg-error .fg-panel-thumb-media {
background-image: url(//geocachinginfo.com/wp-content/plugins/foogallery/extensions/default-templates/shared/img/icons.svg#image);
background-position: center center;
background-size: 32px 32px;
background-repeat: no-repeat;
}
.fg-panel-thumb-wrap {
width: 100%;
height: 100%;
position: absolute;
top: 0;
left: 0;
margin: 0;
}
.fg-panel-thumb-image {
width: 100%;
height: auto;
position: absolute;
top: 50%;
left: 50%;
margin: 0;
transform: translateX(-50%) translateY(-50%);
visibility: visible;
opacity: 1;
transition: visibility 0.3s, opacity 0.3s;
}
.fg-panel-thumb.fg-idle .fg-panel-thumb-image,
.fg-panel-thumb.fg-loading .fg-panel-thumb-image,
.fg-panel-thumb.fg-error .fg-panel-thumb-image {
visibility: hidden;
opacity: 0;
}
.fg-panel-thumb-caption {
display: none;
width: 100%;
max-height: 60px;
margin: 0;
font-size: 14px;
overflow: hidden;
line-height: 1.3;
}
.fg-panel-thumb-caption-left .fg-panel-thumb-caption {
text-align: left;
}
.fg-panel-thumb-caption-right .fg-panel-thumb-caption {
text-align: right;
}
.fg-panel-thumb-caption-center .fg-panel-thumb-caption {
text-align: center;
}
.fg-panel-thumb-caption-justify .fg-panel-thumb-caption {
text-align: justify;
}
.fg-panel.fg-medium .fg-panel-thumb-caption {
max-height: 72px;
}
.fg-panel.fg-medium:not(.fg-panel-thumbs-no-captions) .fg-panel-thumb-caption {
display: block;
}
.fg-panel-thumb-title {
font-weight: 600;
}
.fg-panel-thumb-description {
font-size: smaller;
}
.fg-panel-thumb-title,
.fg-panel-thumb-description {
display: -webkit-box;
-webkit-line-clamp: 1;
-webkit-box-orient: vertical;
overflow: hidden;
}
.fg-panel-thumb-description,
.fg-panel.fg-medium .fg-panel-thumb-title {
-webkit-line-clamp: 2;
} .fg-panel.fg-shadow-inset-small .fg-panel-thumb-media:after,
.fg-panel.fg-shadow-inset-medium .fg-panel-thumb-media:after,
.fg-panel.fg-shadow-inset-large .fg-panel-thumb-media:after {
display: block;
content: "";
position: absolute;
top: 0;
left: 0;
right: 0;
bottom: 0;
z-index: 7;
}
.fg-panel.fg-light.fg-shadow-inset-small .fg-panel-thumb-media:after,
.fg-panel.fg-dark.fg-shadow-inset-small .fg-panel-thumb-media:after {
box-shadow: inset 0 1px 4px 0 rgba(0,0,0,0.3);
}
.fg-panel.fg-light.fg-shadow-inset-medium .fg-panel-thumb-media:after,
.fg-panel.fg-dark.fg-shadow-inset-medium .fg-panel-thumb-media:after {
box-shadow: inset 0 1px 10px 0 rgba(0,0,0,0.3);
}
.fg-panel.fg-light.fg-shadow-inset-large .fg-panel-thumb-media:after,
.fg-panel.fg-dark.fg-shadow-inset-large .fg-panel-thumb-media:after {
box-shadow: inset 0 1px 16px 0 rgba(0,0,0,0.3);
} .fg-panel.fg-hover-colorize .fg-panel-thumb-image { filter: url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'grayscale\'><feColorMatrix type=\'saturate\' values=\'0\'/></filter></svg>#grayscale"); filter: gray; -webkit-filter: grayscale(100%);
-webkit-transition-property: -webkit-filter;
transition-property: filter;
}
.fg-panel.fg-hover-colorize .fg-panel-thumb:hover .fg-panel-thumb-image {
-webkit-filter: none;
filter: none;
} .fg-panel.fg-hover-grayscale .fg-panel-thumb-image {
-webkit-filter: none;
filter: none;
-webkit-transition-property: -webkit-filter;
transition-property: filter;
}
.fg-panel.fg-hover-grayscale .fg-panel-thumb:hover .fg-panel-thumb-image { filter: url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'grayscale\'><feColorMatrix type=\'saturate\' values=\'0\'/></filter></svg>#grayscale"); filter: gray; -webkit-filter: grayscale(100%);
opacity: 1;
} .fg-panel.fg-hover-scale .fg-panel-thumb {
transition-property: transform;
}
.fg-panel.fg-hover-scale .fg-panel-thumb:hover {
transform: scale(1.048);
}
.fg-default {
--fg-gutter: 10px;
display: flex;
flex-direction: row;
flex-wrap: wrap;
gap: var(--fg-gutter);
}
.fg-default .fg-image {
border-radius: 0;
display: block;
max-width: 100%;
height: auto;
margin: 0;
padding: 0;
} .fg-default.fg-left {
justify-content: flex-start;
}
.fg-default.fg-center {
justify-content: center;
}
.fg-default.fg-right {
justify-content: flex-end;
}
@media only screen and (max-width: 600px) {
.fg-default .fg-item {
--fg-m-column-width: 100%;
}
.fg-default.fg-m-col1 .fg-image,
.fg-default.fg-m-col2 .fg-image,
.fg-default.fg-m-col3 .fg-image {
width: 100%;
}
.fg-default.fg-m-col1 .fg-item {
--fg-m-column-width: 100%;
}
.fg-default.fg-m-col2 .fg-item {
--fg-m-column-width: calc( calc( 100% - calc( var(--fg-gutter) * 1 ) ) / 2 );
}
.fg-default.fg-m-col3 .fg-item {
--fg-m-column-width: calc( calc( 100% - calc( var(--fg-gutter) * 2 ) ) / 3 );
}
.fg-default:is(.fg-m-col1,.fg-m-col2,.fg-m-col3) .fg-item {
width: var(--fg-m-column-width);
min-width: var(--fg-m-column-width);
max-width: var(--fg-m-column-width);
}
} .fg-masonry * {
box-sizing: border-box;
}
.foogallery.fg-masonry {
--fg-gutter: 10px;
--fg-column-width: 100%;
--fg-col2-width: calc( calc( 100% - calc( var(--fg-gutter) * 1 ) ) / 2 );
--fg-col3-width: calc( calc( 100% - calc( var(--fg-gutter) * 2 ) ) / 3 );
--fg-col4-width: calc( calc( 100% - calc( var(--fg-gutter) * 3 ) ) / 4 );
--fg-col5-width: calc( calc( 100% - calc( var(--fg-gutter) * 4 ) ) / 5 );
--fg-col6-width: calc( calc( 100% - calc( var(--fg-gutter) * 5 ) ) / 6 );
margin: 0 auto;
text-align: center;
}
.fg-masonry .fg-thumb {
display: block;
}
.fg-masonry.fg-fixed .fg-item,
.fg-masonry.fg-fixed .fg-image,
.fg-masonry.fg-fixed .fg-column-width {
max-width: 100%;
}
.fg-masonry .fg-column-width {
display: inline-block;
border: solid 0 transparent;
}
.fg-masonry .fg-column-width,
.fg-masonry .fg-gutter-width {
position: absolute;
height: 0;
visibility: hidden;
opacity: 0;
pointer-events: none;
}
.fg-masonry.fg-fixed .fg-item .fg-image,
.fg-masonry.fg-col6 .fg-item .fg-image,
.fg-masonry.fg-col5 .fg-item .fg-image,
.fg-masonry.fg-col4 .fg-item .fg-image,
.fg-masonry.fg-col3 .fg-item .fg-image,
.fg-masonry.fg-col2 .fg-item .fg-image {
width: 100%;
height: auto;
max-width: 100%;
}
.fg-masonry .fg-item {
line-height: 0;
font-size: 0;
vertical-align: top;
}
.fg-masonry .fg-item { margin-bottom: var(--fg-gutter); margin-right: var(--fg-gutter); width: var(--fg-column-width); }
.fg-masonry .fg-column-width { width: var(--fg-column-width); }
.fg-masonry .fg-gutter-width { width: var(--fg-gutter); }
.fg-masonry.fg-col1 .fg-item:nth-child(1n+3),
.fg-masonry.fg-col2 .fg-item:nth-child(2n+4),
.fg-masonry.fg-col3 .fg-item:nth-child(3n+5),
.fg-masonry.fg-col4 .fg-item:nth-child(4n+6),
.fg-masonry.fg-col5 .fg-item:nth-child(5n+7),
.fg-masonry.fg-col6 .fg-item:nth-child(6n+8) {
margin-right: 0;
}
.fg-masonry.fg-col2 {
--fg-column-width: var(--fg-col2-width);
}
.fg-masonry.fg-col3 {
--fg-column-width: var(--fg-col3-width);
}
.fg-masonry.fg-col4 {
--fg-column-width: var(--fg-col4-width);
}
.fg-masonry.fg-col5 {
--fg-column-width: var(--fg-col5-width);
}
.fg-masonry.fg-col6 {
--fg-column-width: var(--fg-col6-width);
} @media screen and (max-width: 1280px) {
.fg-masonry.fg-col6 {
--fg-column-width: var(--fg-col5-width);
}
.fg-masonry.fg-col6 .fg-item:nth-child(5n+7) {
margin-right: 0;
}
} @media screen and (max-width: 1024px) {
.fg-masonry.fg-col5,
.fg-masonry.fg-col6 {
--fg-column-width: var(--fg-col4-width);
}
.fg-masonry.fg-col5 .fg-item:nth-child(4n+6),
.fg-masonry.fg-col6 .fg-item:nth-child(4n+6) {
margin-right: 0;
}
} @media screen and (max-width: 720px) {
.fg-masonry.fg-col4,
.fg-masonry.fg-col5,
.fg-masonry.fg-col6 {
--fg-column-width: var(--fg-col3-width);
}
.fg-masonry.fg-col4 .fg-item:nth-child(3n+5),
.fg-masonry.fg-col5 .fg-item:nth-child(3n+5),
.fg-masonry.fg-col6 .fg-item:nth-child(3n+5) {
margin-right: 0;
}
} @media screen and (max-width: 480px) {
.fg-masonry.fg-col3,
.fg-masonry.fg-col4,
.fg-masonry.fg-col5,
.fg-masonry.fg-col6 {
--fg-column-width: var(--fg-col2-width);
}
.fg-masonry.fg-col3 .fg-item:nth-child(2n+4),
.fg-masonry.fg-col4 .fg-item:nth-child(2n+4),
.fg-masonry.fg-col5 .fg-item:nth-child(2n+4),
.fg-masonry.fg-col6 .fg-item:nth-child(2n+4) {
margin-right: 0;
}
} @media screen and (max-width: 320px) {
.fg-masonry.fg-col2,
.fg-masonry.fg-col3,
.fg-masonry.fg-col4,
.fg-masonry.fg-col5,
.fg-masonry.fg-col6 {
--fg-gutter: 0;
--fg-column-width: 100%;
}
.fg-masonry.fg-col2 .fg-item:nth-child(1n+3),
.fg-masonry.fg-col3 .fg-item:nth-child(1n+3),
.fg-masonry.fg-col4 .fg-item:nth-child(1n+3),
.fg-masonry.fg-col5 .fg-item:nth-child(1n+3),
.fg-masonry.fg-col6 .fg-item:nth-child(1n+3) {
margin-right: 0;
}
} .foogallery.fg-border-thin .fg-column-width {
border-width: 4px;
}
.foogallery.fg-border-medium .fg-column-width {
border-width: 10px;
}
.foogallery.fg-border-thick .fg-column-width {
border-width: 16px;
} .foogallery.fg-masonry.fg-captions-bottom .fg-item-inner .fg-caption {
display: flex;
visibility: visible;
opacity: 1;
font-size: 13px;
position: relative;
top: auto;
bottom: auto;
left: auto;
right: auto;
width: auto;
height: auto;
text-transform: none;
transform: none;
transition: none;
background-color: transparent;
border: none;
text-align: left;
}
.foogallery.fg-masonry.fg-captions-bottom.fg-c-l .fg-item-inner .fg-caption {
text-align: left;
}
.foogallery.fg-masonry.fg-captions-bottom.fg-c-c .fg-item-inner .fg-caption {
text-align: center;
}
.foogallery.fg-masonry.fg-captions-bottom.fg-c-r .fg-item-inner .fg-caption {
text-align: right;
}
.foogallery.fg-masonry.fg-captions-bottom.fg-c-j .fg-item-inner .fg-caption {
text-align: justify;
}
.foogallery.fg-masonry.fg-captions-bottom .fg-item-inner:hover .fg-caption {
transform: none;
transition: none;
}
.foogallery.fg-masonry.fg-captions-bottom .fg-item-inner .fg-caption-inner {
display: flex;
position: relative;
max-height: none;
top: auto;
bottom: auto;
left: auto;
right: auto;
width: auto;
height: auto;
border: none;
transform: none;
transition: none;
}
.foogallery.fg-masonry.fg-captions-bottom .fg-item-inner .fg-caption-inner:before {
display: none;
}
.foogallery.fg-masonry.fg-captions-bottom.fg-caption-hover .fg-item-inner .fg-image-overlay {
display: block;
}
.foogallery.fg-masonry.fg-captions-bottom.fg-caption-always .fg-item-inner:hover .fg-caption {
visibility: visible;
opacity: 1;
} .fg-masonry.fg-captions-bottom.fg-dark .fg-caption-title,
.fg-masonry.fg-captions-bottom.fg-dark .fg-caption-title a {
color: #FFF;
}
.fg-masonry.fg-captions-bottom.fg-light .fg-caption-title {
color: #222;
}
.fg-masonry.fg-captions-bottom.fg-dark .fg-caption-desc,
.fg-masonry.fg-captions-bottom.fg-dark .fg-caption-desc a {
color: #ccc;
}
.fg-masonry.fg-captions-bottom.fg-light .fg-caption-desc,
.fg-masonry.fg-captions-bottom.fg-light .fg-caption-desc a {
color: #828282;
}
.fg-masonry.fg-captions-bottom.fg-dark .fg-item-inner:hover .fg-caption-desc,
.fg-masonry.fg-captions-bottom.fg-dark .fg-item-inner:focus-within .fg-caption-desc,
.fg-masonry.fg-captions-bottom.fg-dark .fg-item-inner:hover .fg-caption-desc a,
.fg-masonry.fg-captions-bottom.fg-dark .fg-item-inner:focus-within .fg-caption-desc a {
color: #FFF;
}
.fg-masonry.fg-captions-bottom.fg-light .fg-item-inner:hover .fg-caption-desc,
.fg-masonry.fg-captions-bottom.fg-light .fg-item-inner:focus-within .fg-caption-desc,
.fg-masonry.fg-captions-bottom.fg-light .fg-item-inner:hover .fg-caption-desc a,
.fg-masonry.fg-captions-bottom.fg-light .fg-item-inner:focus-within .fg-caption-desc a {
color: #222;
} .foogallery.fg-masonry:is(.fg-captions-bottom,.fg-caption-always) .fg-caption-buttons,
.foogallery.fg-masonry.fg-c-l .fg-caption-buttons {
justify-content: flex-start;
}
.foogallery.fg-masonry.fg-c-c .fg-caption-buttons {
justify-content: center;
}
.foogallery.fg-masonry.fg-c-r .fg-caption-buttons {
justify-content: flex-end;
}
.foogallery.fg-masonry.fg-c-j .fg-caption-buttons {
justify-content: stretch;
} .fg-masonry.fg-captions-bottom .fg-caption {
padding: 10px;
}
.fg-masonry.fg-captions-bottom.fg-border-thin .fg-caption {
padding: 10px 6px 6px 6px;
}
.fg-masonry.fg-captions-bottom.fg-border-medium .fg-caption {
padding: 10px 0 0 0;
}
.fg-masonry.fg-captions-bottom.fg-border-thick .fg-caption {
padding: 16px 0 0 0;
} .fg-masonry.fg-captions-bottom.fg-transparent-overlays .fg-caption {
text-shadow: none;
} .fg-masonry.fg-transparent .fg-item-inner {
background-color: transparent;
color: #333;
border-color: transparent;
} .fg-masonry.fg-transparent .fg-caption {
color: #7f7f7f;
}
.fg-masonry.fg-transparent .fg-caption a {
color: #7f7f7f;
border-bottom: 1px solid #7f7f7f;
}
.fg-masonry.fg-transparent .fg-caption a:hover {
border-bottom: none;
}
.fg-masonry.fg-transparent .fg-caption-title,
.fg-masonry.fg-transparent .fg-caption-title a {
color: #333;
}
.fg-masonry.fg-transparent .fg-caption-title a {
border-bottom: 1px solid #333;
} .fg-masonry.fg-transparent.fg-round-full .fg-item,
.fg-masonry.fg-transparent.fg-round-full .fg-item-inner {
border-radius: 15px;
}
.fg-masonry.fg-transparent.fg-round-full .fg-image-wrap,
.fg-masonry.fg-transparent.fg-round-full .fg-image-overlay,
.fg-masonry.fg-transparent.fg-round-full.fg-shadow-inset-small .fg-thumb:after,
.fg-masonry.fg-transparent.fg-round-full.fg-shadow-inset-medium .fg-thumb:after,
.fg-masonry.fg-transparent.fg-round-full.fg-shadow-inset-large .fg-thumb:after {
border-radius: 50%;
overflow: hidden;
}
.fg-masonry.fg-transparent.fg-round-small:not(.fg-shadow-outline):not(.fg-shadow-small):not(.fg-shadow-medium):not(.fg-shadow-large) .fg-image-wrap,
.fg-masonry.fg-transparent.fg-round-small:not(.fg-shadow-outline):not(.fg-shadow-small):not(.fg-shadow-medium):not(.fg-shadow-large) .fg-image-overlay,
.fg-masonry.fg-transparent.fg-round-medium:not(.fg-shadow-outline):not(.fg-shadow-small):not(.fg-shadow-medium):not(.fg-shadow-large) .fg-image-wrap,
.fg-masonry.fg-transparent.fg-round-medium:not(.fg-shadow-outline):not(.fg-shadow-small):not(.fg-shadow-medium):not(.fg-shadow-large) .fg-image-overlay,
.fg-masonry.fg-transparent.fg-round-large:not(.fg-shadow-outline):not(.fg-shadow-small):not(.fg-shadow-medium):not(.fg-shadow-large) .fg-image-wrap,
.fg-masonry.fg-transparent.fg-round-large:not(.fg-shadow-outline):not(.fg-shadow-small):not(.fg-shadow-medium):not(.fg-shadow-large) .fg-image-overlay {
overflow: hidden;
}
.fg-masonry.fg-transparent.fg-round-small.fg-shadow-inset-small:not(.fg-shadow-outline):not(.fg-shadow-small):not(.fg-shadow-medium):not(.fg-shadow-large) .fg-thumb:after,
.fg-masonry.fg-transparent.fg-round-small.fg-shadow-inset-medium:not(.fg-shadow-outline):not(.fg-shadow-small):not(.fg-shadow-medium):not(.fg-shadow-large) .fg-thumb:after,
.fg-masonry.fg-transparent.fg-round-small.fg-shadow-inset-large:not(.fg-shadow-outline):not(.fg-shadow-small):not(.fg-shadow-medium):not(.fg-shadow-large) .fg-thumb:after,
.fg-masonry.fg-transparent.fg-round-small:not(.fg-shadow-outline):not(.fg-shadow-small):not(.fg-shadow-medium):not(.fg-shadow-large) .fg-image-wrap,
.fg-masonry.fg-transparent.fg-round-small:not(.fg-shadow-outline):not(.fg-shadow-small):not(.fg-shadow-medium):not(.fg-shadow-large) .fg-image-overlay {
border-radius: 5px;
}
.fg-masonry.fg-transparent.fg-round-medium.fg-shadow-inset-small:not(.fg-shadow-outline):not(.fg-shadow-small):not(.fg-shadow-medium):not(.fg-shadow-large) .fg-thumb:after,
.fg-masonry.fg-transparent.fg-round-medium.fg-shadow-inset-medium:not(.fg-shadow-outline):not(.fg-shadow-small):not(.fg-shadow-medium):not(.fg-shadow-large) .fg-thumb:after,
.fg-masonry.fg-transparent.fg-round-medium.fg-shadow-inset-large:not(.fg-shadow-outline):not(.fg-shadow-small):not(.fg-shadow-medium):not(.fg-shadow-large) .fg-thumb:after,
.fg-masonry.fg-transparent.fg-round-medium:not(.fg-shadow-outline):not(.fg-shadow-small):not(.fg-shadow-medium):not(.fg-shadow-large) .fg-image-wrap,
.fg-masonry.fg-transparent.fg-round-medium:not(.fg-shadow-outline):not(.fg-shadow-small):not(.fg-shadow-medium):not(.fg-shadow-large) .fg-image-overlay {
border-radius: 10px;
}
.fg-masonry.fg-transparent.fg-round-large.fg-shadow-inset-small:not(.fg-shadow-outline):not(.fg-shadow-small):not(.fg-shadow-medium):not(.fg-shadow-large) .fg-thumb:after,
.fg-masonry.fg-transparent.fg-round-large.fg-shadow-inset-medium:not(.fg-shadow-outline):not(.fg-shadow-small):not(.fg-shadow-medium):not(.fg-shadow-large) .fg-thumb:after,
.fg-masonry.fg-transparent.fg-round-large.fg-shadow-inset-large:not(.fg-shadow-outline):not(.fg-shadow-small):not(.fg-shadow-medium):not(.fg-shadow-large) .fg-thumb:after,
.fg-masonry.fg-transparent.fg-round-large:not(.fg-shadow-outline):not(.fg-shadow-small):not(.fg-shadow-medium):not(.fg-shadow-large) .fg-image-wrap,
.fg-masonry.fg-transparent.fg-round-large:not(.fg-shadow-outline):not(.fg-shadow-small):not(.fg-shadow-medium):not(.fg-shadow-large) .fg-image-overlay {
border-radius: 15px;
} .fg-masonry.fg-transparent.fg-shadow-inset-small .fg-thumb:after {
box-shadow: inset 0 1px 4px 0 rgba(0,0,0,0.3);
}
.fg-masonry.fg-transparent.fg-shadow-inset-medium .fg-thumb:after {
box-shadow: inset 0 1px 10px 0 rgba(0,0,0,0.3);
}
.fg-masonry.fg-transparent.fg-shadow-inset-large .fg-thumb:after {
box-shadow: inset 0 1px 16px 0 rgba(0,0,0,0.3);
}
.fg-masonry.fg-transparent.fg-shadow-outline .fg-item-inner {
box-shadow: 0 0 0 1px rgba(128, 128, 128, 0.5);
}
.fg-masonry.fg-transparent.fg-shadow-small .fg-item-inner {
box-shadow: 0 1px 4px 0 rgba(128, 128, 128, 0.5);
}
.fg-masonry.fg-transparent.fg-shadow-medium .fg-item-inner {
box-shadow: 0 1px 10px 0 rgba(128, 128, 128, 0.5);
}
.fg-masonry.fg-transparent.fg-shadow-large .fg-item-inner {
box-shadow: 0 1px 16px 0 rgba(128, 128, 128, 0.5);
} .fg-masonry.fg-hover-instant .fg-loaded .fg-caption-desc,
.fg-masonry.fg-hover-fade .fg-loaded .fg-caption-desc,
.fg-masonry.fg-hover-slide-up .fg-loaded .fg-caption-desc,
.fg-masonry.fg-hover-slide-down .fg-loaded .fg-caption-desc,
.fg-masonry.fg-hover-slide-left .fg-loaded .fg-caption-desc,
.fg-masonry.fg-hover-slide-right .fg-loaded .fg-caption-desc,
.fg-masonry.fg-hover-push .fg-loaded .fg-caption-desc,
.fg-masonry.fg-hover-colorize .fg-loaded .fg-caption-desc,
.fg-masonry.fg-hover-grayscale .fg-loaded .fg-caption-desc,
.fg-masonry.fg-hover-scale .fg-loaded .fg-caption-desc,
.fg-masonry.fg-hover-zoomed .fg-loaded .fg-caption-desc,
.fg-masonry.fg-hover-colorize .fg-loaded .fg-caption-desc,
.fg-masonry.fg-hover-grayscale .fg-loaded .fg-caption-desc {
transition-timing-function: ease;
transition-duration: 300ms;
backface-visibility: hidden;
} .fg-justified {
box-sizing: border-box;
position: relative;
text-align: center;
}
.foogallery.fg-justified .fg-item {
box-sizing: border-box;
display: inline-block;
margin: 0;
padding: 0;
}
.foogallery.fg-justified .fg-item-inner,
.foogallery.fg-justified .fg-thumb,
.foogallery.fg-justified .fg-image {
box-sizing: border-box;
display: block;
margin: 0;
padding: 0;
}
.fg-justified .fg-item {
visibility: visible;
position: relative;
}
.fg-justified .fg-item-inner {
position: relative;
width: 100%;
height: 100%;
}
.fg-justified .fg-thumb {
position: relative;
overflow: hidden;
}
.fg-justified .fg-image {
z-index: 1;
}
.fg-justified .fg-item.fg-positioned .fg-thumb,
.fg-justified .fg-item.fg-positioned .fg-image-wrap {
width: 100%;
height: 100%;
}
.fg-justified .fg-item.fg-positioned .fg-image {
width: 100%!important;
height: auto!important;
min-height: 100%;
}
.fg-simple_portfolio {
--fg-gutter: 10px;
display: flex;
flex-wrap: wrap;
justify-content: center;
align-items: stretch;
align-content: center;
gap: var(--fg-gutter);
}
.fg-simple_portfolio .fg-item {
position: relative;
flex-grow: 0;
flex-shrink: 0;
flex-basis: auto;
margin: 0;
max-width: 100%;
}
.fg-simple_portfolio .fg-item-inner {
display: flex;
flex-direction: column;
margin: 0;
height: 100%;
}
.fg-simple_portfolio.fg-captions-top .fg-item-inner {
flex-direction: column-reverse;
}
.fg-simple_portfolio .fg-image {
height: auto;
width: 100%;
} .fg-simple_portfolio .fg-thumb {
min-width: auto;
min-height: auto;
} .foogallery.fg-simple_portfolio .fg-item-inner .fg-caption {
visibility: visible;
opacity: 1;
font-size: 13px;
position: relative;
top: auto;
bottom: auto;
left: auto;
right: auto;
width: 100%;
height: 100%;
text-transform: none;
transform: none;
transition: none;
background-color: transparent;
border: none;
text-align: left;
}
.foogallery.fg-simple_portfolio.fg-c-l .fg-item-inner .fg-caption {
text-align: left;
}
.foogallery.fg-simple_portfolio.fg-c-c .fg-item-inner .fg-caption {
text-align: center;
}
.foogallery.fg-simple_portfolio.fg-c-r .fg-item-inner .fg-caption {
text-align: right;
}
.foogallery.fg-simple_portfolio.fg-c-j .fg-item-inner .fg-caption {
text-align: justify;
}
.foogallery.fg-simple_portfolio .fg-item-inner:hover .fg-caption {
transform: none;
transition: none;
}
.foogallery.fg-simple_portfolio .fg-item-inner .fg-caption-inner {
top: auto;
bottom: auto;
left: auto;
right: auto;
width: auto;
height: auto;
border: none;
transform: none;
transition: none;
}
.foogallery.fg-simple_portfolio .fg-item-inner .fg-caption-inner:before {
display: none;
}
.foogallery.fg-simple_portfolio.fg-caption-hover .fg-item-inner .fg-image-overlay {
display: block;
}
.foogallery.fg-simple_portfolio.fg-caption-always .fg-item-inner:hover .fg-caption {
visibility: visible;
opacity: 1;
}
.fg-simple_portfolio .fg-caption-title {
white-space: normal;
height: auto;
}
.fg-simple_portfolio .fg-caption-desc {
flex: unset;
} .fg-simple_portfolio.fg-dark .fg-caption-title,
.fg-simple_portfolio.fg-dark .fg-caption-title a {
color: #FFF;
}
.fg-simple_portfolio.fg-light .fg-caption-title {
color: #222;
}
.fg-simple_portfolio.fg-dark .fg-caption-desc,
.fg-simple_portfolio.fg-dark .fg-caption-desc a {
color: #ccc;
}
.fg-simple_portfolio.fg-light .fg-caption-desc,
.fg-simple_portfolio.fg-light .fg-caption-desc a {
color: #828282;
}
.fg-simple_portfolio.fg-dark .fg-item-inner:hover .fg-caption-desc,
.fg-simple_portfolio.fg-dark .fg-item-inner:focus-within .fg-caption-desc,
.fg-simple_portfolio.fg-dark .fg-item-inner:hover .fg-caption-desc a,
.fg-simple_portfolio.fg-dark .fg-item-inner:focus-within .fg-caption-desc a {
color: #FFF;
}
.fg-simple_portfolio.fg-light .fg-item-inner:hover .fg-caption-desc,
.fg-simple_portfolio.fg-light .fg-item-inner:focus-within .fg-caption-desc,
.fg-simple_portfolio.fg-light .fg-item-inner:hover .fg-caption-desc a,
.fg-simple_portfolio.fg-light .fg-item-inner:focus-within .fg-caption-desc a {
color: #222;
} .foogallery.fg-simple_portfolio.fg-c-c .fg-caption-buttons {
justify-content: center;
}
.foogallery.fg-simple_portfolio .fg-caption-buttons,
.foogallery.fg-simple_portfolio.fg-c-l .fg-caption-buttons {
justify-content: flex-start;
}
.foogallery.fg-simple_portfolio.fg-c-r .fg-caption-buttons {
justify-content: flex-end;
}
.foogallery.fg-simple_portfolio.fg-c-j .fg-caption-buttons {
justify-content: stretch;
} .fg-simple_portfolio .fg-caption {
padding: 10px;
}
.fg-simple_portfolio.fg-border-thin .fg-caption {
padding: 10px 6px 6px 6px;
}
.fg-simple_portfolio.fg-captions-top.fg-border-thin .fg-caption {
padding: 6px 6px 10px 6px;
}
.fg-simple_portfolio.fg-border-medium .fg-caption {
padding: 10px 0 0 0;
}
.fg-simple_portfolio.fg-captions-top.fg-border-medium .fg-caption {
padding: 0 0 10px 0;
}
.fg-simple_portfolio.fg-border-thick .fg-caption {
padding: 16px 0 0 0;
}
.fg-simple_portfolio.fg-captions-top.fg-border-thick .fg-caption {
padding: 0 0 16px 0;
} .fg-simple_portfolio.fg-transparent-overlays .fg-caption {
text-shadow: none;
} .fg-simple_portfolio.fg-transparent .fg-item-inner {
background-color: transparent;
color: #333;
border-color: transparent;
} .fg-simple_portfolio.fg-transparent .fg-caption {
color: #7f7f7f;
}
.fg-simple_portfolio.fg-transparent .fg-caption a {
color: #7f7f7f;
border-bottom: 1px solid #7f7f7f;
}
.fg-simple_portfolio.fg-transparent .fg-caption a:hover {
border-bottom: none;
}
.fg-simple_portfolio.fg-transparent .fg-caption-title,
.fg-simple_portfolio.fg-transparent .fg-caption-title a {
color: #333;
}
.fg-simple_portfolio.fg-transparent .fg-caption-title a {
border-bottom: 1px solid #333;
} .fg-simple_portfolio.fg-transparent.fg-round-full .fg-item,
.fg-simple_portfolio.fg-transparent.fg-round-full .fg-item-inner {
border-radius: 15px;
}
.fg-simple_portfolio.fg-transparent.fg-round-full .fg-image-wrap,
.fg-simple_portfolio.fg-transparent.fg-round-full .fg-image-overlay,
.fg-simple_portfolio.fg-transparent.fg-round-full.fg-shadow-inset-small .fg-thumb:after,
.fg-simple_portfolio.fg-transparent.fg-round-full.fg-shadow-inset-medium .fg-thumb:after,
.fg-simple_portfolio.fg-transparent.fg-round-full.fg-shadow-inset-large .fg-thumb:after {
border-radius: 50%;
overflow: hidden;
}
.fg-simple_portfolio.fg-transparent.fg-round-small:not(.fg-shadow-outline):not(.fg-shadow-small):not(.fg-shadow-medium):not(.fg-shadow-large) .fg-image-wrap,
.fg-simple_portfolio.fg-transparent.fg-round-small:not(.fg-shadow-outline):not(.fg-shadow-small):not(.fg-shadow-medium):not(.fg-shadow-large) .fg-image-overlay,
.fg-simple_portfolio.fg-transparent.fg-round-medium:not(.fg-shadow-outline):not(.fg-shadow-small):not(.fg-shadow-medium):not(.fg-shadow-large) .fg-image-wrap,
.fg-simple_portfolio.fg-transparent.fg-round-medium:not(.fg-shadow-outline):not(.fg-shadow-small):not(.fg-shadow-medium):not(.fg-shadow-large) .fg-image-overlay,
.fg-simple_portfolio.fg-transparent.fg-round-large:not(.fg-shadow-outline):not(.fg-shadow-small):not(.fg-shadow-medium):not(.fg-shadow-large) .fg-image-wrap,
.fg-simple_portfolio.fg-transparent.fg-round-large:not(.fg-shadow-outline):not(.fg-shadow-small):not(.fg-shadow-medium):not(.fg-shadow-large) .fg-image-overlay {
overflow: hidden;
}
.fg-simple_portfolio.fg-transparent.fg-round-small.fg-shadow-inset-small:not(.fg-shadow-outline):not(.fg-shadow-small):not(.fg-shadow-medium):not(.fg-shadow-large) .fg-thumb:after,
.fg-simple_portfolio.fg-transparent.fg-round-small.fg-shadow-inset-medium:not(.fg-shadow-outline):not(.fg-shadow-small):not(.fg-shadow-medium):not(.fg-shadow-large) .fg-thumb:after,
.fg-simple_portfolio.fg-transparent.fg-round-small.fg-shadow-inset-large:not(.fg-shadow-outline):not(.fg-shadow-small):not(.fg-shadow-medium):not(.fg-shadow-large) .fg-thumb:after,
.fg-simple_portfolio.fg-transparent.fg-round-small:not(.fg-shadow-outline):not(.fg-shadow-small):not(.fg-shadow-medium):not(.fg-shadow-large) .fg-image-wrap,
.fg-simple_portfolio.fg-transparent.fg-round-small:not(.fg-shadow-outline):not(.fg-shadow-small):not(.fg-shadow-medium):not(.fg-shadow-large) .fg-image-overlay {
border-radius: 5px;
}
.fg-simple_portfolio.fg-transparent.fg-round-medium.fg-shadow-inset-small:not(.fg-shadow-outline):not(.fg-shadow-small):not(.fg-shadow-medium):not(.fg-shadow-large) .fg-thumb:after,
.fg-simple_portfolio.fg-transparent.fg-round-medium.fg-shadow-inset-medium:not(.fg-shadow-outline):not(.fg-shadow-small):not(.fg-shadow-medium):not(.fg-shadow-large) .fg-thumb:after,
.fg-simple_portfolio.fg-transparent.fg-round-medium.fg-shadow-inset-large:not(.fg-shadow-outline):not(.fg-shadow-small):not(.fg-shadow-medium):not(.fg-shadow-large) .fg-thumb:after,
.fg-simple_portfolio.fg-transparent.fg-round-medium:not(.fg-shadow-outline):not(.fg-shadow-small):not(.fg-shadow-medium):not(.fg-shadow-large) .fg-image-wrap,
.fg-simple_portfolio.fg-transparent.fg-round-medium:not(.fg-shadow-outline):not(.fg-shadow-small):not(.fg-shadow-medium):not(.fg-shadow-large) .fg-image-overlay {
border-radius: 10px;
}
.fg-simple_portfolio.fg-transparent.fg-round-large.fg-shadow-inset-small:not(.fg-shadow-outline):not(.fg-shadow-small):not(.fg-shadow-medium):not(.fg-shadow-large) .fg-thumb:after,
.fg-simple_portfolio.fg-transparent.fg-round-large.fg-shadow-inset-medium:not(.fg-shadow-outline):not(.fg-shadow-small):not(.fg-shadow-medium):not(.fg-shadow-large) .fg-thumb:after,
.fg-simple_portfolio.fg-transparent.fg-round-large.fg-shadow-inset-large:not(.fg-shadow-outline):not(.fg-shadow-small):not(.fg-shadow-medium):not(.fg-shadow-large) .fg-thumb:after,
.fg-simple_portfolio.fg-transparent.fg-round-large:not(.fg-shadow-outline):not(.fg-shadow-small):not(.fg-shadow-medium):not(.fg-shadow-large) .fg-image-wrap,
.fg-simple_portfolio.fg-transparent.fg-round-large:not(.fg-shadow-outline):not(.fg-shadow-small):not(.fg-shadow-medium):not(.fg-shadow-large) .fg-image-overlay {
border-radius: 15px;
} .fg-simple_portfolio.fg-transparent.fg-shadow-inset-small .fg-thumb:after {
box-shadow: inset 0 1px 4px 0 rgba(0,0,0,0.3);
}
.fg-simple_portfolio.fg-transparent.fg-shadow-inset-medium .fg-thumb:after {
box-shadow: inset 0 1px 10px 0 rgba(0,0,0,0.3);
}
.fg-simple_portfolio.fg-transparent.fg-shadow-inset-large .fg-thumb:after {
box-shadow: inset 0 1px 16px 0 rgba(0,0,0,0.3);
}
.fg-simple_portfolio.fg-transparent.fg-shadow-outline .fg-item-inner {
box-shadow: 0 0 0 1px rgba(128, 128, 128, 0.5);
}
.fg-simple_portfolio.fg-transparent.fg-shadow-small .fg-item-inner {
box-shadow: 0 1px 4px 0 rgba(128, 128, 128, 0.5);
}
.fg-simple_portfolio.fg-transparent.fg-shadow-medium .fg-item-inner {
box-shadow: 0 1px 10px 0 rgba(128, 128, 128, 0.5);
}
.fg-simple_portfolio.fg-transparent.fg-shadow-large .fg-item-inner {
box-shadow: 0 1px 16px 0 rgba(128, 128, 128, 0.5);
} .fg-simple_portfolio.fg-hover-instant .fg-loaded .fg-caption-desc,
.fg-simple_portfolio.fg-hover-fade .fg-loaded .fg-caption-desc,
.fg-simple_portfolio.fg-hover-slide-up .fg-loaded .fg-caption-desc,
.fg-simple_portfolio.fg-hover-slide-down .fg-loaded .fg-caption-desc,
.fg-simple_portfolio.fg-hover-slide-left .fg-loaded .fg-caption-desc,
.fg-simple_portfolio.fg-hover-slide-right .fg-loaded .fg-caption-desc,
.fg-simple_portfolio.fg-hover-push .fg-loaded .fg-caption-desc,
.fg-simple_portfolio.fg-hover-colorize .fg-loaded .fg-caption-desc,
.fg-simple_portfolio.fg-hover-grayscale .fg-loaded .fg-caption-desc,
.fg-simple_portfolio.fg-hover-scale .fg-loaded .fg-caption-desc,
.fg-simple_portfolio.fg-hover-zoomed .fg-loaded .fg-caption-desc,
.fg-simple_portfolio.fg-hover-colorize .fg-loaded .fg-caption-desc,
.fg-simple_portfolio.fg-hover-grayscale .fg-loaded .fg-caption-desc {
transition-timing-function: ease;
transition-duration: 300ms;
backface-visibility: hidden;
} .foogallery.fg-preset.fg-polaroid .fg-item {
-webkit-backface-visibility: hidden;
backface-visibility: hidden;
transition: transform 0.35s, background-color 0.65s;
}
.foogallery.fg-preset.fg-polaroid .fg-item:nth-child(2n+1) {
-webkit-transform: rotate(3deg);
transform: rotate(3deg);
}
.foogallery.fg-preset.fg-polaroid .fg-item:nth-child(2n) {
-webkit-transform: rotate(-3deg);
transform: rotate(-3deg);
}
.foogallery.fg-preset.fg-polaroid .fg-item:nth-child(3n) {
-webkit-transform: rotate(1deg);
transform: rotate(1deg);
}
.foogallery.fg-preset.fg-polaroid .fg-item:nth-child(5n) {
-webkit-transform: rotate(-2deg);
transform: rotate(-2deg);
}
.foogallery.fg-preset.fg-polaroid .fg-item:hover {
-webkit-transform: rotate(0);
transform: rotate(0);
}
.foogallery.fg-preset.fg-polaroid .fg-caption {
position: relative;
width: auto;
font-family: "Segoe Print Regular","Comic Sans MS",-apple-system,system-ui,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,sans-serif;
}
.foogallery.fg-preset.fg-polaroid .fg-caption-inner {
text-shadow: none;
line-height: 1.4;
justify-content: center;
}
.foogallery.fg-preset.fg-polaroid .fg-caption-inner,
.foogallery.fg-preset.fg-polaroid .fg-caption-title {
position: relative;
width: auto;
}
.foogallery.fg-preset.fg-polaroid .fg-caption-title {
text-align: center;
}
.foogallery.fg-preset.fg-polaroid .fg-caption-desc {
display: none;
} .foogallery.fg-preset.fg-polaroid .fg-caption-title,
.foogallery.fg-light.fg-preset.fg-polaroid .fg-caption-title {
color: #333;
}
.foogallery.fg-dark.fg-preset.fg-polaroid .fg-caption-title {
color: #FFF;
} .foogallery.fg-preset.fg-polaroid.fg-transparent-overlays .fg-caption {
text-shadow: none;
} .foogallery.fg-preset.fg-polaroid .fg-caption {
padding: 10px;
}
.foogallery.fg-preset.fg-polaroid.fg-border-thin .fg-caption {
padding: 10px 4px 4px 4px;
}
.foogallery.fg-preset.fg-polaroid.fg-captions-top.fg-border-thin .fg-caption {
padding: 4px 4px 10px 4px;
}
.foogallery.fg-preset.fg-polaroid.fg-border-medium .fg-caption {
padding: 10px 0 0 0;
}
.foogallery.fg-preset.fg-polaroid.fg-captions-top.fg-border-medium .fg-caption {
padding: 0 0 10px 0;
}
.foogallery.fg-preset.fg-polaroid.fg-border-thick .fg-caption {
padding: 16px 0 0 0;
}
.foogallery.fg-preset.fg-polaroid.fg-captions-top.fg-border-thick .fg-caption {
padding: 0 0 16px 0;
} .fg-image-viewer {
display: block;
font-family: 'Open Sans', 'Helvetica Neue', Arial, sans-serif;
}
.fg-image-viewer.fg-left {
text-align: left;
}
.fg-image-viewer.fg-center {
text-align: center;
}
.fg-image-viewer.fg-right {
text-align: right;
}
.fiv-inner {
position: relative;
display: inline-block;
max-width: 100%;
z-index: 6;
}
.fiv-inner .fiv-inner-container {
position: relative;
max-width: 100%;
border-color: transparent;
border-style: solid;
border-width: 0;
border-bottom-width: 4px;
z-index: 5;
}
.fg-image-viewer .fiv-inner .fiv-inner-container .fg-item .fg-thumb,
.fg-image-viewer .fiv-inner .fiv-inner-container .fg-item .fg-thumb:hover,
.fg-image-viewer .fiv-inner .fiv-inner-container .fg-item .fg-thumb:active,
.fg-image-viewer .fiv-inner .fiv-inner-container .fg-item .fg-thumb:visited {
position: relative;
display: block;
border: none;
outline: none;
text-decoration: none;
box-shadow: none;
max-width: 100%;
}
.fg-image-viewer .fiv-inner .fiv-inner-container .fg-item {
position: absolute;
visibility: visible;
opacity: 1;
border: none;
outline: none;
text-decoration: none;
box-shadow: none;
max-width: 100%;
}
.fg-image-viewer .fiv-inner .fiv-inner-container .fg-item:first-of-type {
position: relative;
}
.fg-image-viewer .fiv-inner .fiv-inner-container .fg-item .fg-thumb img {
display: block;
max-width: 100%;
height: auto;
border: none;
outline: none;
text-decoration: none;
}
.fg-image-viewer .fiv-inner .fiv-ctrls {
display: block;
text-align: center;
font-size: 14px;
border-style: solid;
line-height: 34px;
}
.fg-image-viewer .fiv-inner .fiv-ctrls:after {
content: '';
display: block;
clear: both;
}
.fg-image-viewer .fiv-inner .fiv-ctrls .fiv-count {
display: inline-block;
font-weight: normal;
margin: 0;
}
.fg-image-viewer .fiv-inner .fiv-ctrls .fiv-prev,
.fg-image-viewer .fiv-inner .fiv-ctrls .fiv-next {
cursor: pointer;
-webkit-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
border: none;
min-width: 80px;
position: relative;
overflow: hidden;
transition: background-color .3s;
}
.fg-image-viewer .fiv-inner .fiv-ctrls .fiv-prev:before,
.fg-image-viewer .fiv-inner .fiv-ctrls .fiv-next:before {
display: block;
position: absolute;
font-size: 24px;
line-height: 30px;
top:0;
left:0;
width: 100%;
transform: translateY(0);
transition: transform .3s;
}
.fg-image-viewer .fiv-inner .fiv-ctrls .fiv-prev:hover:before,
.fg-image-viewer .fiv-inner .fiv-ctrls .fiv-next:hover:before {
transform: translateY(-100%);
}
.fg-image-viewer .fiv-inner .fiv-ctrls .fiv-prev span,
.fg-image-viewer .fiv-inner .fiv-ctrls .fiv-next span {
display: block;
width: 100%;
transform: translateY(100%);
transition: transform .3s;
}
.fg-image-viewer .fiv-inner .fiv-ctrls .fiv-prev:hover span,
.fg-image-viewer .fiv-inner .fiv-ctrls .fiv-next:hover span {
transform: translateY(0);
}
.fg-image-viewer .fiv-inner .fiv-ctrls .fiv-prev {
float: left;
}
.fg-image-viewer .fiv-inner .fiv-ctrls .fiv-prev:before {
content: '\2190';
}
.fg-image-viewer .fiv-inner .fiv-ctrls .fiv-next {
float: right;
}
.fg-image-viewer .fiv-inner .fiv-ctrls .fiv-next:before {
content: '\2192';
}
.fg-image-viewer .fiv-inner .fiv-ctrls .fiv-count span {
margin: 0 4px;
}
.rtl .fg-image-viewer .fiv-inner .fiv-ctrls .fiv-prev {
float: right;
}
.rtl .fg-image-viewer .fiv-inner .fiv-ctrls .fiv-prev:before {
content: '\2192';
}
.rtl .fg-image-viewer .fiv-inner .fiv-ctrls .fiv-next {
float: left;
}
.rtl .fg-image-viewer .fiv-inner .fiv-ctrls .fiv-next:before {
content: '\2190';
} .foogallery.fg-image-viewer.fg-caption-always .fg-item-inner .fg-caption {
border: none;
} .fg-image-viewer.fg-light .fiv-inner .fiv-ctrls,
.fg-image-viewer.fg-light .fiv-inner .fiv-inner-container,
.fg-image-viewer.fg-light .fiv-inner .fiv-ctrls .fiv-count,
.fg-image-viewer.fg-light .fiv-inner .fiv-ctrls .fiv-prev,
.fg-image-viewer.fg-light .fiv-inner .fiv-ctrls .fiv-next {
background-color: #FFF;
color: #333;
border-color: #FFF;
}
.fg-image-viewer.fg-light .fiv-inner .fiv-ctrls .fiv-prev:hover,
.fg-image-viewer.fg-light .fiv-inner .fiv-ctrls .fiv-next:hover {
background-color: #F2F2F2;
}
.fg-image-viewer.fg-light .fiv-prev,
.fg-image-viewer.fg-light .fiv-next {
box-shadow: inset 0 0 0 1px #ddd;
} .fg-image-viewer.fg-dark .fiv-inner .fiv-ctrls,
.fg-image-viewer.fg-dark .fiv-inner .fiv-inner-container,
.fg-image-viewer.fg-dark .fiv-inner .fiv-ctrls .fiv-count,
.fg-image-viewer.fg-dark .fiv-inner .fiv-ctrls .fiv-prev,
.fg-image-viewer.fg-dark .fiv-inner .fiv-ctrls .fiv-next {
background-color: #333;
color: #FFF;
border-color: #333;
}
.fg-image-viewer.fg-dark .fiv-inner .fiv-ctrls .fiv-prev:hover,
.fg-image-viewer.fg-dark .fiv-inner .fiv-ctrls .fiv-next:hover {
background-color: #444;
}
.fg-image-viewer.fg-dark .fiv-prev,
.fg-image-viewer.fg-dark .fiv-next {
box-shadow: inset 0 0 0 1px #222;
} .foogallery.fg-image-viewer.fg-border-thin .fg-item-inner,
.foogallery.fg-image-viewer.fg-border-medium .fg-item-inner,
.foogallery.fg-image-viewer.fg-border-thick .fg-item-inner {
border-width: 0;
}
.foogallery.fg-image-viewer .fiv-ctrls,
.foogallery.fg-image-viewer.fg-border-thin .fiv-inner-container {
border-width: 4px;
}
.foogallery.fg-image-viewer.fg-border-medium .fiv-ctrls,
.foogallery.fg-image-viewer.fg-border-medium .fiv-inner-container {
border-width: 10px;
}
.foogallery.fg-image-viewer.fg-border-thick .fiv-ctrls,
.foogallery.fg-image-viewer.fg-border-thick .fiv-inner-container {
border-width: 16px;
}
.foogallery.fg-image-viewer .fiv-ctrls,
.foogallery.fg-image-viewer.fg-border-thin .fiv-ctrls,
.foogallery.fg-image-viewer.fg-border-medium .fiv-ctrls,
.foogallery.fg-image-viewer.fg-border-thick .fiv-ctrls {
border-top-width: 1px;
} .foogallery.fg-image-viewer.fg-round-small .fg-item,
.foogallery.fg-image-viewer.fg-round-small .fg-item-inner,
.foogallery.fg-image-viewer.fg-round-small .fiv-inner,
.foogallery.fg-image-viewer.fg-round-small .fiv-inner-container,
.foogallery.fg-image-viewer.fg-round-small .fiv-ctrls {
border-radius: 5px;
}
.foogallery.fg-image-viewer.fg-round-small .fg-item,
.foogallery.fg-image-viewer.fg-round-small .fg-item-inner,
.foogallery.fg-image-viewer.fg-round-small .fiv-inner-container {
border-bottom-left-radius: 0;
border-bottom-right-radius: 0;
}
.foogallery.fg-image-viewer.fg-round-small .fiv-ctrls {
border-top-left-radius: 0;
border-top-right-radius: 0;
}
.foogallery.fg-image-viewer.fg-round-small .fiv-prev,
.foogallery.fg-image-viewer.fg-round-small .fiv-next {
border-radius: 3px;
}
.foogallery.fg-image-viewer.fg-border-thin.fg-round-small .fg-item,
.foogallery.fg-image-viewer.fg-border-thin.fg-round-small .fg-item-inner,
.foogallery.fg-image-viewer.fg-border-thin.fg-round-small .fiv-prev,
.foogallery.fg-image-viewer.fg-border-thin.fg-round-small .fiv-next,
.foogallery.fg-image-viewer.fg-border-medium.fg-round-small .fg-item,
.foogallery.fg-image-viewer.fg-border-medium.fg-round-small .fg-item-inner,
.foogallery.fg-image-viewer.fg-border-medium.fg-round-small .fiv-prev,
.foogallery.fg-image-viewer.fg-border-medium.fg-round-small .fiv-next,
.foogallery.fg-image-viewer.fg-border-thick.fg-round-small .fg-item,
.foogallery.fg-image-viewer.fg-border-thick.fg-round-small .fg-item-inner,
.foogallery.fg-image-viewer.fg-border-thick.fg-round-small .fiv-prev,
.foogallery.fg-image-viewer.fg-border-thick.fg-round-small .fiv-next {
border-radius: 3px;
}
.foogallery.fg-image-viewer.fg-round-medium .fg-item,
.foogallery.fg-image-viewer.fg-round-medium .fg-item-inner,
.foogallery.fg-image-viewer.fg-round-medium .fiv-inner,
.foogallery.fg-image-viewer.fg-round-medium .fiv-inner-container,
.foogallery.fg-image-viewer.fg-round-medium .fiv-ctrls {
border-radius: 10px;
}
.foogallery.fg-image-viewer.fg-round-medium .fg-item,
.foogallery.fg-image-viewer.fg-round-medium .fg-item-inner,
.foogallery.fg-image-viewer.fg-round-medium .fiv-inner-container {
border-bottom-left-radius: 0;
border-bottom-right-radius: 0;
}
.foogallery.fg-image-viewer.fg-round-medium .fiv-ctrls {
border-top-left-radius: 0;
border-top-right-radius: 0;
}
.foogallery.fg-image-viewer.fg-round-medium .fiv-prev,
.foogallery.fg-image-viewer.fg-round-medium .fiv-next {
border-radius: 5px;
}
.foogallery.fg-image-viewer.fg-border-thin.fg-round-medium .fg-item,
.foogallery.fg-image-viewer.fg-border-thin.fg-round-medium .fg-item-inner,
.foogallery.fg-image-viewer.fg-border-thin.fg-round-medium .fiv-prev,
.foogallery.fg-image-viewer.fg-border-thin.fg-round-medium .fiv-next {
border-radius: 5px;
}
.foogallery.fg-image-viewer.fg-border-medium.fg-round-medium .fg-item,
.foogallery.fg-image-viewer.fg-border-medium.fg-round-medium .fg-item-inner,
.foogallery.fg-image-viewer.fg-border-medium.fg-round-medium .fiv-prev,
.foogallery.fg-image-viewer.fg-border-medium.fg-round-medium .fiv-next,
.foogallery.fg-image-viewer.fg-border-thick.fg-round-medium .fg-item,
.foogallery.fg-image-viewer.fg-border-thick.fg-round-medium .fg-item-inner,
.foogallery.fg-image-viewer.fg-border-thick.fg-round-medium .fiv-prev,
.foogallery.fg-image-viewer.fg-border-thick.fg-round-medium .fiv-next {
border-radius: 3px;
}
.foogallery.fg-image-viewer.fg-round-large .fg-item,
.foogallery.fg-image-viewer.fg-round-large .fg-item-inner,
.foogallery.fg-image-viewer.fg-round-large .fiv-inner,
.foogallery.fg-image-viewer.fg-round-large .fiv-inner-container,
.foogallery.fg-image-viewer.fg-round-large .fiv-ctrls {
border-radius: 15px;
}
.foogallery.fg-image-viewer.fg-round-large .fg-item,
.foogallery.fg-image-viewer.fg-round-large .fg-item-inner,
.foogallery.fg-image-viewer.fg-round-large .fiv-inner-container {
border-bottom-left-radius: 0;
border-bottom-right-radius: 0;
}
.foogallery.fg-image-viewer.fg-round-large .fiv-ctrls {
border-top-left-radius: 0;
border-top-right-radius: 0;
}
.foogallery.fg-image-viewer.fg-round-large .fiv-prev,
.foogallery.fg-image-viewer.fg-round-large .fiv-next {
border-radius: 11px;
}
.foogallery.fg-image-viewer.fg-border-thin.fg-round-large .fg-item,
.foogallery.fg-image-viewer.fg-border-thin.fg-round-large .fg-item-inner,
.foogallery.fg-image-viewer.fg-border-thin.fg-round-large .fiv-prev,
.foogallery.fg-image-viewer.fg-border-thin.fg-round-large .fiv-next {
border-radius: 11px;
}
.foogallery.fg-image-viewer.fg-border-medium.fg-round-large .fg-item,
.foogallery.fg-image-viewer.fg-border-medium.fg-round-large .fg-item-inner,
.foogallery.fg-image-viewer.fg-border-medium.fg-round-large .fiv-prev,
.foogallery.fg-image-viewer.fg-border-medium.fg-round-large .fiv-next {
border-radius: 5px;
}
.foogallery.fg-image-viewer.fg-border-thick.fg-round-large .fg-item,
.foogallery.fg-image-viewer.fg-border-thick.fg-round-large .fg-item-inner,
.foogallery.fg-image-viewer.fg-border-thick.fg-round-large .fiv-prev,
.foogallery.fg-image-viewer.fg-border-thick.fg-round-large .fiv-next {
border-radius: 3px;
}
.foogallery.fg-image-viewer.fg-round-full .fiv-inner,
.foogallery.fg-image-viewer.fg-round-full .fiv-inner-container,
.foogallery.fg-image-viewer.fg-round-full .fiv-prev,
.foogallery.fg-image-viewer.fg-round-full .fiv-next {
border-radius: 50%;
} .foogallery.fg-image-viewer.fg-light.fg-shadow-outline .fg-item-inner,
.foogallery.fg-image-viewer.fg-dark.fg-shadow-outline .fg-item-inner,
.foogallery.fg-image-viewer.fg-light.fg-shadow-small .fg-item-inner,
.foogallery.fg-image-viewer.fg-dark.fg-shadow-small .fg-item-inner,
.foogallery.fg-image-viewer.fg-light.fg-shadow-medium .fg-item-inner,
.foogallery.fg-image-viewer.fg-dark.fg-shadow-medium .fg-item-inner,
.foogallery.fg-image-viewer.fg-light.fg-shadow-large .fg-item-inner,
.foogallery.fg-image-viewer.fg-dark.fg-shadow-large .fg-item-inner {
box-shadow: none;
}
.foogallery.fg-image-viewer.fg-light.fg-shadow-outline .fiv-inner {
box-shadow: 0 0 0 1px #ddd;
}
.foogallery.fg-image-viewer.fg-dark.fg-shadow-outline .fiv-inner {
box-shadow: 0 0 0 1px #222;
}
.foogallery.fg-image-viewer.fg-light.fg-shadow-small .fiv-inner,
.foogallery.fg-image-viewer.fg-dark.fg-shadow-small .fiv-inner {
box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.5);
}
.foogallery.fg-image-viewer.fg-light.fg-shadow-medium .fiv-inner,
.foogallery.fg-image-viewer.fg-dark.fg-shadow-medium .fiv-inner {
box-shadow: 0 1px 10px 0 rgba(0, 0, 0, 0.5);
}
.foogallery.fg-image-viewer.fg-light.fg-shadow-large .fiv-inner,
.foogallery.fg-image-viewer.fg-dark.fg-shadow-large .fiv-inner {
box-shadow: 0 1px 16px 0 rgba(0, 0, 0, 0.5);
}
.fg-image-viewer.fg-overlay-controls .fiv-inner .fiv-ctrls {
border: none;
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
z-index: 6;
background: none;
pointer-events: none;
visibility: visible;
opacity: 1;
transition: visibility .3s ease, opacity .3s ease;
}
.fg-image-viewer.fg-overlay-controls.fg-not-ready .fiv-inner .fiv-ctrls {
visibility: hidden;
opacity: 0;
}
.fg-image-viewer.fg-overlay-controls .fiv-inner .fiv-ctrls .fiv-prev,
.fg-image-viewer.fg-overlay-controls .fiv-inner .fiv-ctrls .fiv-next {
position: absolute;
top: 50%;
transform: translateY(-50%);
border-radius: 50%;
min-width: unset;
width: 40px;
height: 40px;
pointer-events: auto;
opacity: 0.3;
transition: opacity .3s ease;
}
.fg-image-viewer.fg-overlay-controls .fiv-inner .fiv-ctrls .fiv-prev {
left: 20px;
}
.fg-image-viewer.fg-overlay-controls .fiv-inner .fiv-ctrls .fiv-next {
right: 20px;
}
.fg-image-viewer.fg-overlay-controls .fiv-inner:hover .fiv-ctrls .fiv-prev,
.fg-image-viewer.fg-overlay-controls .fiv-inner:hover .fiv-ctrls .fiv-next {
opacity: 0.6;
}
.fg-image-viewer.fg-overlay-controls .fiv-inner .fiv-ctrls .fiv-prev:hover,
.fg-image-viewer.fg-overlay-controls .fiv-inner .fiv-ctrls .fiv-next:hover {
opacity: 1;
}
.fg-image-viewer.fg-overlay-controls .fiv-inner .fiv-ctrls .fiv-prev:before,
.fg-image-viewer.fg-overlay-controls .fiv-inner .fiv-ctrls .fiv-next:before {
content: '\279C';
width: 100%;
height: 100%;
transform: translateY(0);
line-height: 40px;
}
.fg-image-viewer.fg-overlay-controls .fiv-inner .fiv-ctrls .fiv-prev:before {
transform: rotate(180deg);
}
.fg-image-viewer.fg-overlay-controls .fiv-inner .fiv-ctrls .fiv-prev span,
.fg-image-viewer.fg-overlay-controls .fiv-inner .fiv-ctrls .fiv-next span {
display: none;
}
.fg-image-viewer.fg-overlay-controls .fiv-inner .fiv-ctrls .fiv-count {
display: none;
} .fg-image-viewer.fg-overlay-controls:not(.fg-border-thin,.fg-border-medium,.fg-border-thick) .fg-item-inner,
.fg-image-viewer.fg-overlay-controls:not(.fg-border-thin,.fg-border-medium,.fg-border-thick) .fiv-inner .fiv-inner-container { background-color: transparent; }
.fg-image-viewer.fg-overlay-controls { --border-width: 0px; }
.fg-image-viewer.fg-overlay-controls.fg-border-thin { --border-width: 4px; }
.fg-image-viewer.fg-overlay-controls.fg-border-medium { --border-width: 8px; }
.fg-image-viewer.fg-overlay-controls.fg-border-thick { --border-width: 16px; }
.fg-image-viewer.fg-overlay-controls:not(.fg-border-thin,.fg-border-medium,.fg-border-thick) .fiv-inner .fiv-inner-container {
border: none;
}
.fg-image-viewer.fg-overlay-controls.fg-border-thin .fiv-inner .fiv-ctrls,
.fg-image-viewer.fg-overlay-controls.fg-border-medium .fiv-inner .fiv-ctrls,
.fg-image-viewer.fg-overlay-controls.fg-border-thick .fiv-inner .fiv-ctrls {
top: var(--border-width);
left: var(--border-width);
width: calc(100% - calc(var(--border-width) * 2));
height: calc(100% - calc(var(--border-width) * 2));
} .fg-image-viewer.fg-overlay-controls { --border-radius: 0px; }
.fg-image-viewer.fg-overlay-controls.fg-round-small { --border-radius: 5px; }
.fg-image-viewer.fg-overlay-controls.fg-round-medium { --border-radius: 10px; }
.fg-image-viewer.fg-overlay-controls.fg-round-large { --border-radius: 15px; }
.foogallery.fg-image-viewer.fg-overlay-controls.fg-round-small .fiv-inner,
.foogallery.fg-image-viewer.fg-overlay-controls.fg-round-small .fiv-inner-container,
.foogallery.fg-image-viewer.fg-overlay-controls.fg-round-medium .fiv-inner,
.foogallery.fg-image-viewer.fg-overlay-controls.fg-round-medium .fiv-inner-container,
.foogallery.fg-image-viewer.fg-overlay-controls.fg-round-large .fiv-inner,
.foogallery.fg-image-viewer.fg-overlay-controls.fg-round-large .fiv-inner-container {
border-radius: var(--border-radius);
}
.foogallery.fg-image-viewer.fg-overlay-controls.fg-round-small .fg-item,
.foogallery.fg-image-viewer.fg-overlay-controls.fg-round-small .fg-item-inner,
.foogallery.fg-image-viewer.fg-overlay-controls.fg-round-medium .fg-item,
.foogallery.fg-image-viewer.fg-overlay-controls.fg-round-medium .fg-item-inner,
.foogallery.fg-image-viewer.fg-overlay-controls.fg-round-large .fg-item,
.foogallery.fg-image-viewer.fg-overlay-controls.fg-round-large .fg-item-inner {
border-radius: max(0px, calc(var(--border-radius) - var(--border-width)));
} .fg-image-viewer.fg-overlay-controls .fg-paging-container {
position: absolute;
bottom: 0;
left: 0;
width: 100%;
line-height: 1;
}
.fg-image-viewer.fg-overlay-controls.fg-dots-left .fg-paging-container {
text-align: left;
}
.fg-image-viewer.fg-overlay-controls.fg-dots-center .fg-paging-container {
text-align: center;
}
.fg-image-viewer.fg-overlay-controls.fg-dots-right .fg-paging-container {
text-align: right;
}
.fg-image-viewer.fg-overlay-controls .fg-paging-container .fg-dots {
pointer-events: auto;
opacity: 0.3;
transition: opacity .3s ease;
}
.fg-image-viewer.fg-overlay-controls .fiv-inner:hover .fg-paging-container .fg-dots {
opacity: 0.6;
}
.fg-image-viewer.fg-overlay-controls .fiv-inner .fg-paging-container .fg-dots:hover {
opacity: 1;
}
.foogallery.fg-thumbnail,
.foogallery.fg-thumbnail.fg-center {
text-align: center;
}
.foogallery.fg-thumbnail.fg-left {
text-align: left;
}
.foogallery.fg-thumbnail.fg-right {
text-align: right;
}
.foogallery.fg-thumbnail.fg-float-left {
float: left;
width: auto;
}
.foogallery.fg-thumbnail.fg-float-right {
float: right;
width: auto;
}
.foogallery.fg-thumbnail .fg-item {
display: inline-block;
vertical-align: top;
max-width: 100%;
}
.foogallery.fg-thumbnail .fg-image {
max-width: 100%;
}
.foogallery.fg-thumbnail .fg-st-hidden {
display: none;
}
.foogallery.fg-thumbnail.fg-stacked,
.foogallery.fg-thumbnail.fg-stacked.fg-center {
display: grid;
grid-template-columns: 1fr auto 1fr;
grid-template-rows: auto;
}
.foogallery.fg-thumbnail.fg-stacked .fg-item,
.foogallery.fg-thumbnail.fg-stacked.fg-center .fg-item {
grid-column: 2 / 3;
grid-row: 1 / 2;
z-index: unset;
}
.foogallery.fg-thumbnail.fg-stacked .fg-item:nth-child(1) {
order: 1;
}
.foogallery.fg-thumbnail.fg-stacked .fg-item:nth-child(2) {
order: 2;
transform: rotate(3deg);
}
.foogallery.fg-thumbnail.fg-stacked .fg-item:nth-child(3) {
order: 3;
transform: rotate(-3deg);
}
.foogallery.fg-thumbnail.fg-stacked .fg-item:nth-child(4) {
order: 4;
transform: rotate(1deg);
}
.foogallery.fg-thumbnail.fg-stacked .fg-item:nth-child(5) {
order: 5;
transform: rotate(-2deg);
}
.foogallery.fg-thumbnail.fg-stacked:is(.fg-loaded-fade-in,.fg-loaded-slide-up,.fg-loaded-slide-down,.fg-loaded-slide-left,.fg-loaded-slide-right,.fg-loaded-scale-up,.fg-loaded-swing-down,.fg-loaded-drop,.fg-loaded-fly,.fg-loaded-flip) .fg-item.fg-loaded:not(:first-child),
.foogallery.fg-thumbnail.fg-stacked:is(.fg-loaded-fade-in,.fg-loaded-slide-up,.fg-loaded-slide-down,.fg-loaded-slide-left,.fg-loaded-slide-right,.fg-loaded-scale-up,.fg-loaded-swing-down,.fg-loaded-drop,.fg-loaded-fly,.fg-loaded-flip) .fg-item.fg-loaded:not(:first-child) .fg-item-inner {
transition-property: opacity,visibility;
}
.foogallery.fg-thumbnail.fg-stacked.fg-left {
grid-template-columns: auto 1fr;
}
.foogallery.fg-thumbnail.fg-stacked.fg-left .fg-item {
grid-column: 1 / 2;
}
.foogallery.fg-thumbnail.fg-stacked.fg-right {
grid-template-columns: 1fr auto;
}
.foogallery.fg-thumbnail.fg-stacked.fg-right .fg-item {
grid-column: 2 / 3;
}
.foogallery.fg-thumbnail.fg-stacked.fg-float-left,
.foogallery.fg-thumbnail.fg-stacked.fg-float-right {
display: inline-grid;
grid-template-columns: auto;
}
.foogallery.fg-thumbnail.fg-stacked.fg-float-left .fg-item,
.foogallery.fg-thumbnail.fg-stacked.fg-float-right .fg-item {
grid-column: 1 / 2;
}
.foogallery.fg-thumbnail.fg-stacked.fg-float-left {
float: left;
}
.foogallery.fg-thumbnail.fg-stacked.fg-float-right {
float: right;
}
.foogallery-stack-album {
text-align: center;
overflow: hidden;
font-family: -apple-system,system-ui,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,sans-serif;
font-size: 13px;
font-weight: 400;
line-height: 1.3;
}
.foogallery-stack-album,
.foogallery-stack-album * {
box-sizing: border-box;
}
.foogallery-stack-album.fg-align-left {
text-align: left;
}
.foogallery-stack-album.fg-align-center {
text-align: center;
}
.foogallery-stack-album.fg-align-right {
text-align: right;
}
.foogallery-stack-album.fg-disable-transitions,
.foogallery-stack-album.fg-disable-transitions * {
transition: none !important;
}
.fg-header {
display: flex;
flex-wrap: nowrap;
justify-content: space-between;
align-items: center;
position: relative;
padding: 0;
margin: 0;
border-top: solid 1px #aaa;
border-bottom: solid 1px #aaa;
}
.fg-header-title {
display: block;
margin: 0;
padding: 0 20px;
width: 100%;
text-align: left;
}
.fg-header-active {
display: block;
margin: 0;
padding: 0 20px;
visibility: hidden;
opacity: 0;
width: 100%;
text-align: right;
transition-property: opacity, visibility;
transition-duration: .3s;
transition-timing-function: ease-in-out;
}
.fg-header-back {
display: block;
padding: 0;
margin: 5px;
visibility: hidden;
opacity: 0;
min-width: 40px;
width: 40px;
height: 40px;
border-radius: 50%;
text-align: center;
line-height: 38px;
color: #999;
background: #ddd;
background: rgba(200,200,200,0.5);
cursor: pointer;
-webkit-touch-callout: none;
-webkit-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
transition-property: opacity, visibility;
transition-duration: .3s;
transition-timing-function: ease-in-out;
}
.fg-has-active .fg-header-back,
.fg-has-active .fg-header-active {
visibility: visible;
opacity: 1;
}
.fg-piles {
display: inline-block;
position: relative;
max-width: 100%;
transition-property: width, height;
transition-duration: .3s;
transition-timing-function: ease-in-out;
}
.fg-pile {
display: block;
position: absolute;
top: 0;
left: 0;
list-style: none;
padding: 0;
margin: 0;
visibility: visible;
opacity: 1;
max-width: 100%;
transition-property: opacity, visibility, top, left, width, height;
transition-duration: .3s;
transition-timing-function: ease-in-out;
}
.fg-pile.fg-hidden {
visibility: hidden;
opacity: 0;
}
.fg-pile-item {
display: flex;
flex-direction: column;
max-width: 100%;
position: absolute;
top: 25px;
left: 25px;
visibility: visible;
opacity: 1;
cursor: pointer;
border: 10px solid #fff;
background-color: #FFF;
box-shadow: 0 1px 4px rgba(0,0,0,0.2);
transition-property: opacity, visibility, top, left, transform;
transition-duration: .3s;
transition-timing-function: ease-in-out;
z-index: 1;
transform: rotate(0deg);
}
.fg-expanded .fg-pile-item {
z-index: 2;
transform: rotate(0deg) !important;
}
.fg-pile-item.fg-has-cover {
z-index: 10;
transform: rotate(0deg) !important;
}
.fg-pile-item:nth-child(2) {
z-index: 9;
}
.fg-pile-item:nth-child(3) {
z-index: 8;
}
.fg-pile-item:nth-child(4) {
z-index: 7;
}
.fg-pile-item:nth-child(1n+5) {
visibility: hidden;
opacity: 0;
}
.fg-expanded .fg-pile-item:nth-child(1n+4) {
visibility: visible;
opacity: 1;
}
.fg-pile-item-thumb {
display: flex;
flex-direction: column;
max-width: 100%;
max-height: 100%;
}
.fg-pile-item-image {
display: block;
max-width: 100%;
object-fit: cover;
width: auto;
}
.fg-pile-item-caption {
display: flex;
justify-content: center;
flex-direction: column;
position: absolute;
top: 0;
left: 0;
bottom: 0;
right: 0;
width: 100%;
height: 100%;
margin: 0;
padding: 10px;
background-color: rgba(68, 68, 68, 0.5);
color: #FFFFFF;
text-align: center;
visibility: hidden;
opacity: 0;
max-width: 100%;
transition-property: opacity, visibility;
transition-duration: .3s;
transition-timing-function: ease-in-out;
}
.fg-pile-item-title {
display: block;
width: 100%;
padding: 0 0 10px;
}
.fg-pile-item-desc {
display: block;
width: 100%;
max-height: 100%;
border-top: solid 1px currentColor;
padding: 10px 0 0;
overflow: hidden;
}
.fg-pile-item-thumb:hover .fg-pile-item-caption {
visibility: visible;
opacity: 1;
}
.fg-pile-cover {
display: flex;
justify-content: left;
align-items: center;
position: absolute;
top: 0;
left: 0;
bottom: 0;
right: 0;
width: 100%;
height: 100%;
visibility: visible;
opacity: 1;
cursor: pointer;
-webkit-touch-callout: none;
-webkit-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
transition-property: opacity, visibility;
transition-duration: .3s;
transition-timing-function: ease-in-out;
}
.fg-expanded .fg-pile-cover {
visibility: hidden;
opacity: 0;
pointer-events: none;
}
.fg-pile-cover-content {
display: flex;
position: relative;
background: #fff;
color: #333;
width: 75%;
font-weight: 700;
box-shadow: 1px 1px 1px rgba(0,0,0,0.1), 5px 0 5px -3px rgba(0,0,0,0.4), inset 0 0 5px rgba(0,0,0,0.04);
}
.fg-pile-cover-title {
text-align: center;
padding: 10px;
width: 100%;
}
.fg-pile-cover-count {
color: #aaa;
padding: 10px 5px;
background: #F7F7F7;
white-space: nowrap;
display: flex;
align-items: center;
}
:root {
--fg-carousel-perspective: 150px;
--fg-carousel-navigation-size: 48px;
--fg-carousel-pagination-size: 14px;
--fg-carousel-progress-size: 4px;
--fg-carousel-navigation-opacity: 0.3;
--fg-carousel-transition-speed: 650ms;
--fg-carousel-ui-speed: 300ms;
}
.foogallery.fg-carousel {
--fg-carousel-inverse-perspective: calc( -1 *  var(--fg-carousel-perspective) );
position: relative;
overflow: hidden;
display: grid;
grid-template-columns: var(--fg-carousel-navigation-size) auto var(--fg-carousel-navigation-size);
grid-template-rows: auto auto;
grid-template-areas: "prev inner next"
"bottom bottom bottom";
}
.fg-carousel-inner {
position: relative;
grid-area: inner;
display: grid;
grid-template-columns: 1fr auto 1fr;
grid-template-rows: auto;
grid-template-areas: "left center right";
padding: 10px 0;
perspective: var(--fg-carousel-perspective);
transform: translate3d(0, 0, 0);
transform-style: preserve-3d;
backface-visibility: hidden;
will-change: contents;
pointer-events: none;
}
.foogallery_preview_container .fg-carousel-inner {
transform-style: unset;
}
.fg-carousel-center {
position: relative;
z-index: -1;
pointer-events: none;
visibility: hidden;
}
.fg-carousel-center {
grid-area: center;
}
.fg-carousel-progress {
display: block;
position: absolute;
visibility: visible;
bottom: 0;
left: 0;
width: 0;
height: var(--fg-carousel-progress-size);
border-radius: calc( var(--fg-carousel-progress-size) / 2 );
transition: width 100ms linear;
opacity: var(--fg-carousel-navigation-opacity);
}
.rtl .fg-carousel-progress {
left: auto;
right: 0;
}
.fg-carousel-bottom {
display: flex;
flex-wrap: wrap;
align-items: center;
justify-content: center;
position: relative;
grid-area: bottom;
font-size: var(--fg-carousel-pagination-size);
padding: 0;
margin-bottom: 10px;
}
.fg-carousel-bullet {
width: 1em;
height: 1em;
display: block;
padding: 0;
margin: 0.3em;
border-radius: 50%;
border: solid 1px transparent;
background: none;
box-shadow: none;
outline: none;
opacity: var(--fg-carousel-navigation-opacity);
cursor: pointer;
font-size: inherit;
transition: opacity var(--fg-carousel-ui-speed) ease-in;
}
@media only screen and (max-width: 782px) {
.fg-carousel-bullet {
width: 1.25em;
height: 1.25em;
}
}
.fg-carousel-bullet:hover {
background: none;
box-shadow: none;
outline: none;
opacity: 1;
}
.fg-carousel-bullet.fg-bullet-active {
opacity: 1;
}
button.fg-carousel-prev,
button.fg-carousel-next {
position: relative;
height: 100%;
width: 100%;
display: flex;
align-items: center;
justify-content: center;
font-size: var(--fg-carousel-navigation-size);
background: none;
border: none;
box-shadow: none;
outline: none;
z-index: 11;
cursor: pointer;
opacity: var(--fg-carousel-navigation-opacity);
transition: opacity var(--fg-carousel-ui-speed) ease-in;
padding: 0;
margin: 0;
}
button.fg-carousel-prev:hover,
button.fg-carousel-next:hover {
background: none;
border: none;
box-shadow: none;
outline: none;
opacity: 1;
}
.fg-carousel-prev .fg-icon,
.fg-carousel-next .fg-icon {
width: 1em;
height: 1em;
}
.rtl .fg-carousel-prev .fg-icon,
.rtl .fg-carousel-next .fg-icon {
transform: rotate(180deg);
}
.fg-carousel-prev {
grid-area: prev;
}
.fg-carousel-next {
grid-area: next;
}
.foogallery.fg-carousel .fg-item {
display: block;
opacity: 0;
visibility: hidden;
grid-area: center;
transform-origin: center center;
transform: translate3d(0, 200%, var(--fg-carousel-inverse-perspective));
transition-timing-function: ease-in-out;
transition-duration: 0s;
transition-property: background-color,transform,transform-origin,opacity,visibility;
backface-visibility: hidden;
pointer-events: auto;
}
.foogallery.fg-carousel .fg-item.fg-loaded {
transform: translate3d(0, 0, var(--fg-carousel-inverse-perspective));
transition-timing-function: ease-in-out;
transition-duration: calc( var(--fg-carousel-transition-speed) / 2 );
transition-property: background-color,transform,transform-origin,opacity,visibility;
}
.foogallery.fg-carousel .fg-item.fg-item-active,
.foogallery.fg-carousel .fg-item.fg-item-prev,
.foogallery.fg-carousel .fg-item.fg-item-next {
opacity: 1;
visibility: visible; }
.foogallery.fg-carousel .fg-item.fg-item-active {
transform: translate3d(0, 0, 0);
}
.foogallery.fg-carousel.fg-dark .fg-carousel-progress,
.foogallery.fg-carousel.fg-light.fg-inverted .fg-carousel-progress {
background-color: #FFF;
box-shadow: inset 0 0 0 1px #9d9d9d;
}
.foogallery.fg-carousel.fg-dark button.fg-carousel-bullet,
.foogallery.fg-carousel.fg-light.fg-inverted button.fg-carousel-bullet {
background-color: #FFF;
border-color: #ccc;
}
.foogallery.fg-carousel.fg-dark button.fg-carousel-prev,
.foogallery.fg-carousel.fg-dark button.fg-carousel-next,
.foogallery.fg-carousel.fg-light.fg-inverted button.fg-carousel-prev,
.foogallery.fg-carousel.fg-light.fg-inverted button.fg-carousel-next {
color: #FFF;
background-color: transparent;
}
.foogallery.fg-carousel.fg-light .fg-carousel-progress,
.foogallery.fg-carousel.fg-dark.fg-inverted .fg-carousel-progress {
background-color: #444;
box-shadow: inset 0 0 0 1px #333;
}
.foogallery.fg-carousel.fg-light button.fg-carousel-bullet,
.foogallery.fg-carousel.fg-dark.fg-inverted button.fg-carousel-bullet {
background-color: #444;
border-color: #333;
}
.foogallery.fg-carousel.fg-light button.fg-carousel-prev,
.foogallery.fg-carousel.fg-light button.fg-carousel-next,
.foogallery.fg-carousel.fg-dark.fg-inverted button.fg-carousel-prev,
.foogallery.fg-carousel.fg-dark.fg-inverted button.fg-carousel-next {
color: #444;
background-color: transparent;
}
.fg-shadow-outline .fg-carousel-inner {
padding: 1px;
}
.fg-shadow-small .fg-carousel-inner {
padding: 4px;
}
.fg-shadow-medium .fg-carousel-inner {
padding: 10px;
}
.fg-shadow-large .fg-carousel-inner {
padding: 16px;
}
.foogallery.fg-carousel-hide-nav-arrows {
--fg-carousel-navigation-size: 0px;
}
.foogallery.fg-carousel-hide-nav-arrows .fg-carousel-prev,
.foogallery.fg-carousel-hide-nav-arrows .fg-carousel-next,
.foogallery.fg-carousel-hide-pagination .fg-carousel-bottom,
.foogallery.fg-carousel-hide-progress-bar .fg-carousel-progress {
display: none;
}@font-face {
font-family: 'Lato';
font-style: normal;
font-weight: 400;
font-display: swap;
src: url(//geocachinginfo.com/wp-content/themes/hemingway/assets/fonts/lato-v23-latin-regular.woff2) format('woff2');
}
@font-face {
font-family: 'Lato';
font-style: italic;
font-weight: 400;
font-display: swap;
src: url(//geocachinginfo.com/wp-content/themes/hemingway/assets/fonts/lato-v23-latin-italic.woff2) format('woff2');
}
@font-face {
font-family: 'Lato';
font-style: normal;
font-weight: 700;
font-display: swap;
src: url(//geocachinginfo.com/wp-content/themes/hemingway/assets/fonts/lato-v23-latin-700.woff2) format('woff2');
}
@font-face {
font-family: 'Lato';
font-style: italic;
font-weight: 700;
font-display: swap;
src: url(//geocachinginfo.com/wp-content/themes/hemingway/assets/fonts/lato-v23-latin-700italic.woff2) format('woff2');
}
@font-face {
font-family: 'Raleway';
font-style: normal;
font-weight: 400;
font-display: swap;
src: url(//geocachinginfo.com/wp-content/themes/hemingway/assets/fonts/raleway-v27-latin-regular.woff2) format('woff2');
}
@font-face {
font-family: 'Raleway';
font-style: normal;
font-weight: 700;
font-display: swap;
src: url(//geocachinginfo.com/wp-content/themes/hemingway/assets/fonts/raleway-v27-latin-700.woff2) format('woff2');
}html, body {
border: none;
margin: 0;
padding: 0;
}
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 {
border: none;
font-size: inherit;
line-height: inherit;
margin: 0;
padding: 0;
text-align: inherit;
}
blockquote:before,
blockquote:after {
content: "";
}  body {
background: #fff;
border: none;
color: #444;
font-family: 'Lato', sans-serif;
font-size: 18px;
}
* {
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
}
img {
max-width: 100%;
height: auto;
}
.hidden { display: none; }
.left { float: left; }
.right { float: right; }
::selection {
background: #1abc9c;
color: #333;
}
::-webkit-input-placeholder { color: #A9A9A9; }
:-ms-input-placeholder { color: #A9A9A9; } .clear,
.group:after,
.post-content:after,
.widget-content:after,
[class*="__inner-container"]:after {
clear: both;
content: "";
display: block;
} a,
.post-tags a::after {
transition: all .1s ease-in-out;
}
.nav-toggle,
.nav-toggle .bar,
.blog-menu a,
.blog-menu ul .menu-item-has-children,
.blog-title a,
.post-title a,
.format-bubble,
.post-meta a,
.featured-media a,
.content form input,
.content form textarea,
.media-caption,
.post-nav a,
input#s,
#searchsubmit,
.widget-content ul li,
.widget_recent_entries a,
.search-toggle.active .metal,
.search-toggle.active .handle {
transition: all .2s ease-in-out;
}
.tothetop {
transition: all .3s ease-in-out;
} .screen-reader-text {
clip: rect(1px, 1px, 1px, 1px);
position: absolute !important;
height: 1px;
width: 1px;
overflow: hidden;
}
.screen-reader-text:focus {
background-color: #f1f1f1;
border-radius: 3px;
box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
clip: auto !important;
color: #21759b;
display: block;
font-size: 14px;
font-size: 0.875rem;
font-weight: bold;
height: auto;
left: 5px;
line-height: normal;
padding: 15px 23px 14px;
text-decoration: none;
top: 5px;
width: auto;
z-index: 100000; } .skip-link {
position: absolute;
left: -9999rem;
top: 2.5rem;
z-index: 999999999;
}
.skip-link:focus {
left: 2.5rem;
text-decoration: none;
}  main {
display: block;
}
h1, h2, h3, h4, h5, h6, .faux-heading {
color: #444;
font-feature-settings: "lnum";
font-variant-numeric: lining-nums;
font-weight: 700;
line-height: 1.2;
margin: 50px 0 25px;
}
h1 { font-size: 2em; }
h2 { font-size: 1.75em; }
h3 { font-size: 1.5em; }
h4 { font-size: 1.25em; }
h5 { font-size: 1.1em; }
h6 { font-size: 1em; }
h6 {
font-size: .9em;
font-weight: bold;
text-transform: uppercase;
letter-spacing: 1px;
}
p {
line-height: 1.5;
margin: 0 0 20px 0;
}
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 20px 0;
}
hr {
border: none;
border-top: 1px solid currentColor;
color: #E1E1E3;
margin: 50px 0;
}
a {
color: #1abc9c;
text-decoration: none;
}
a:hover {
text-decoration: underline;
} ul,
ol {
margin: 0 0 30px 30px;
}
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: 5px 0 0 20px;
}
li > ul,
li > ol {
margin: 10px 0 0 20px;
}
.reset-list-style,
.reset-list-style ul,
.reset-list-style ol {
list-style: none;
margin: 0;
}
.reset-list-style li {
margin: 0;
}
dt,
dd {
line-height: 1.5;
}
dt {
font-weight: 700;
}
dt + dd { margin-top: 5px; }
dd + dt { margin-top: 15px; } table {
border-collapse: collapse;
border-spacing: 0;
empty-cells: show;
font-size: 0.9em;
margin: 30px 0;
width: 100%;
}
tbody {
border-top: 1px solid #ddd;
}
thead + tbody {
border-top: none;
}
th,
td {
padding: 2%;
margin: 0;
overflow: visible;
line-height: 120%;
border-bottom: 1px solid #ddd;
}
caption {
color: #444;
text-align: center;
padding: 2%;
}
thead {
vertical-align: bottom;
white-space: nowrap;
}
th {
font-weight: bold;
color: #444;
} fieldset {
border: 2px solid #eee;
margin-bottom: 30px;
margin-top: 30px;
padding: 25px;
}
fieldset legend {
font-size: 0.8rem;
line-height: 1;
font-weight: 700;
text-transform: uppercase;
letter-spacing: 2px;
padding: 10px 12px;
background: #1abc9c;
color: #fff;
}
fieldset > *:first-child { margin-top: 0; }
fieldset > *:last-child { margin-bottom: 0; }
form {
margin-bottom: 30px;
margin-top: 30px;
}
form > *:first-child { margin-top: 0; }
form > *:last-child { margin-bottom: 0; }
label {
display: block;
margin: 0 0 5px 0;
}
label.inline,
input[type="checkbox"] + label {
display: inline;
font-weight: 400;
margin-left: 5px;
}
input,
textarea,
button,
.select2-container .select2-selection--single {
font-family: inherit;
line-height: 1;
}
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"],
textarea {
-webkit-appearance: none;
-moz-appearance: none;
background-color: #f2f2f2;
border-radius: 3px;
border: 1px solid #E1E1E3;
box-shadow: none;
color: #333;
display: block;
font-size: 16px;
margin: 0;
max-width: 100%;
padding: 14px 16px;
width: 100%;
}
textarea {
height: 180px;
line-height: 1.5;
width: 100%;
}
select {
font-family: inherit;
font-size: inherit;
}
input::-webkit-input-placeholder { line-height: normal; }
input:-ms-input-placeholder { line-height: normal; }
input::-moz-placeholder { line-height: normal; }
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;
}
button,
.button,
.faux-button,
a.more-link,
.wp-block-button__link,
.wp-block-file .wp-block-file__button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
-webkit-appearance: none;
-moz-appearance: none;
background-color: #1d1d1d;
border: none;
border-radius: 4px;
color: #fff;
cursor: pointer;
display: inline-block;
font-size: 16px;
line-height: 1;
margin: 0;
padding: 16px 18px;
text-align: center;
text-decoration: none;
transition: background-color .1s linear, border-color .1s linear, color .1s linear;
}
button:hover,
.button:hover,
.faux-button:hover,
a.more-link:hover,
.wp-block-button__link:hover,
.wp-block-file__button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
background-color: #1abc9c;
color: #fff;
cursor: pointer;
text-decoration: none;
}  .section {
padding: 10% 0;
position: relative;
}
.section.large-padding { padding: 7.5% 0; }
.section.medium-padding { padding: 5% 0; }
.section.small-padding { padding: 2.5% 0; }
.section.no-padding { padding: 0; }
.section.bg-dark { background: #1d1d1d; }
.section.bg-dark-light { background: #262626; }
.bg-shade {
position: absolute;
top: 0;
right: 0;
bottom: 0;
left: 0;
background: #262626;
}
.section-inner {
width: 1040px;
max-width: 86%;
margin: 0 auto;
}
.big-wrapper {
overflow: hidden;
}
.wrapper {
margin-top: 100px;
}
.content {
width: 65%;
}
.template-nosidebar .content,
.content.center {
float: none;
margin-left: auto;
margin-right: auto;
}
.template-fullwidth .content,
.content.full-width {
width: 100%;
}
.sidebar {
width: 27.5%;
}  .header-cover {
overflow-y: hidden;
}
.header {
background: no-repeat center;
background-size: cover;
padding: 100px 0;
}
.header-inner {
position: relative;
text-align: center;
z-index: 2;
}
.blog-logo {
display: inline-block;
line-height: 1;
margin: 0;
}
.blog-logo a,
.blog-logo img {
display: block;
}
.blog-logo img {
height: auto;
max-height: 250px;
max-width: 100%;
width: auto;
}
.blog-info {
background: #1d1d1d;
display: inline-block;
padding: 30px;
}
.blog-title {
text-align: center;
font-family: 'Raleway', sans-serif;
font-size: 1.75em;
line-height: 1;
margin: 0;
width: 100%;
}
.blog-title a {
color: #fff;
text-transform: uppercase;
letter-spacing: 4px;
font-weight: 700;
}
.blog-title a:hover {
color: #1abc9c;
text-decoration: none;
}
.blog-description {
color: rgba( 255, 255, 255, 0.5 );
font-family: 'Raleway', sans-serif;
font-weight: 400;
line-height: 1.25;
margin: 0;
text-align: center;
}
.blog-description:before {
content: "";
display: block;
width: 100px;
height: 2px;
background: rgba(255,255,255,0.1);
margin: 20px auto;
}  .mobile-menu {
display: none;
}
.blog-menu {
display: flex;
flex-wrap: wrap;
list-style: none;
margin: 0 0 0 -20px;
}
.blog-menu ul {
margin: 0;
}
.blog-menu li {
line-height: 1;
margin: 0;
position: relative;
}
.blog-menu > li + li:before {
color: #444;
content: "/";
display: block;
font-size: 16px;
line-height: 1;
margin: -9px 0 0 -3px;
position: absolute;
left: 0;
top: 50%;
z-index: 1000;
}
.blog-menu a {
color: rgba( 255, 255, 255, 0.5 );
display: block;
font-size: 13px;
letter-spacing: 1px;
outline: none;
padding: 27px 20px;
text-transform: uppercase;
text-underline-offset: .2em;
}
.blog-menu a:hover,
.blog-menu a:focus,
.blog-menu .current-menu-item > a {
color: #fff;
text-decoration: underline;
}
.blog-menu .current-menu-item > a:focus {
text-decoration-style: dotted;
}
.blog-menu > .menu-item-has-children a,
.blog-menu > .page_item_has_children a { padding-right: 35px; }
.blog-menu > .menu-item-has-children::after,
.blog-menu > .page_item_has_children::after {
content: "";
display: block;
border: 5px solid transparent;
border-top-color: rgba( 255, 255, 255, 0.5 );
position: absolute;
z-index: 1001;
right: 17px;
top: 50%;
margin-top: -2px;
transition: border-color .2s ease-in-out;
}
.blog-menu > .menu-item-has-children:hover::after,
.blog-menu > .page_item_has_children:hover::after { border-top-color: #fff; }
.blog-menu li:hover a {
background-color: #1d1d1d;
cursor: pointer;
}
.blog-menu li:hover > a { color: #fff; } .blog-menu ul {
position: absolute;
left: -9999px;
display: none;
z-index: 999;
}
.blog-menu ul li {
float: none;
display: block;
}
.blog-menu ul > .menu-item-has-children::after,
.blog-menu ul > .page_item_has_children::after {
content: "";
display: block;
border: 6px solid transparent;
border-left-color: rgba(255,255,255,0.4);
position: absolute;
z-index: 1001;
right: 10px;
top: 50%;
margin-top: -5px;
}
.blog-menu ul > .menu-item-has-children:hover::after,
.blog-menu ul > .page_item_has_children:hover::after { border-left-color: #fff; }
.blog-menu ul li {
width: 240px;
background: #1d1d1d;
}
.blog-menu ul a {
border-bottom: 1px solid rgba(255,255,255,0.1);
line-height: 130%;
margin: 0 20px;
padding: 20px 0px;
}
.blog-menu ul > li:last-child a { border-bottom-width: 0; }
.blog-menu li:hover > ul,
.blog-menu li.focus > ul {
opacity: 1;
left: 0;
display: block;
}
.blog-menu ul li:hover > ul,
.blog-menu ul li.focus > ul {
left: 240px;
margin-left: 0;
top: 0;
}  .post,
.page {
border-bottom: 4px solid #eee;
margin-bottom: 10%;
padding-bottom: 10%;
}
.single-post .post,
.page .post,
.post:last-of-type,
.page:last-of-type {
border-bottom: 0;
margin-bottom: 0;
padding-bottom: 0;
} .archive-header {
margin-bottom: 7.5%;
text-align: center;
}
.archive-title {
border-bottom: 2px solid #eee;
color: #767676;
display: inline-block;
font-size: 0.9em;
font-weight: 700;
letter-spacing: 1px;
margin: 0;
padding-bottom: 5px;
position: relative;
text-transform: uppercase;
}
.archive-description {
margin: 1em 0 0;
}
.archive-description p:last-child {
margin: 0;
} .featured-media {
display: block;
margin-bottom: 6%;
position: relative;
}
.featured-media > a,
.featured-media img {
display: block;
}
.featured-media img {
border-radius: 4px;
margin: 0 auto;
}
.featured-media iframe {
display: block;
border: none;
max-width: 100%;
height: auto;
}
.featured-media .sticky-post {
position: absolute;
top: 5%;
right: 0;
padding: 8px 10px;
border-radius: 3px 0 0 3px;
background: #1abc9c;
color: #fff;
font-size: 0.7em;
text-transform: uppercase;
letter-spacing: 1px;
z-index: 10;
}
.media-caption-container {
position: absolute;
width: 95%;
margin-left: 2.5%;
bottom: 1.5em;
text-align: center;
font-size: 0.85em;
}
.media-caption {
background-color: rgba( 38, 38, 38, 0.75 );
border-radius: 3px;
color: #fff;
display: inline-block;
line-height: 130%;
padding: 7px 11px;
text-align: center;
}
.media-caption:hover {
background-color: #262626;
color: #fff;
}
.media-caption a {
color: inherit;
text-decoration: underline;
}
.media-caption a:hover {
color: inherit;
text-decoration: none;
} .post-header {
margin-bottom: 6%;
}
.post-title {
font-size: 2.5em;
font-weight: 700;
line-height: 1.2;
margin: 0 0 15px 0;
-ms-word-break: break-all;
word-break: break-word;
}
.post-title,
.post-title a {
color: #2d2d2d;
}
.post-title a:hover {
text-decoration: none;
}
.post-meta {
color: #767676;
font-size: 0.8em;
letter-spacing: 1px;
text-transform: uppercase;
}
.post-meta a {
color: #767676;
}
.post-meta a:hover {
color: #1abc9c;
text-decoration: none;
}
.post-meta .date-sep {
color: #ddd;
margin: 0 5px;
} .post-preview.format-aside .post-meta,
.post-preview.format-video .post-meta {
text-align: center;
}
.post-preview.format-video .post-content {
margin-top: 20px;
}
.post-preview.format-aside .post-content {
background: #eee;
border-radius: 3px;
margin-top: 20px;
padding: 20px;
} .post-preview.format-quote .post-meta {
text-align: center;
}
.post-preview.format-quote .post-content {
margin-top: 20px;
padding: 40px;
background: #262626;
color: #fff;
border-radius: 3px;
}
.post-preview.format-quote .post-content blockquote {
background: none;
color: #fff;
font-family: 'Raleway', 'Helvetica Neue', sans-serif;
padding: 0;
font-size: 1.25em;
margin-bottom: 0;
}
.post-preview.format-quote .post-content blockquote p {
text-align: center;
}
.post-preview.format-quote .post-content blockquote cite {
color: rgba( 255, 255, 255, 0.75 );
display: block;
font-size: 16px;
font-weight: 400;
text-align: center;
}
.post-preview.format-quote .post-content blockquote cite a {
color: rgba(255,255,255,0.75);
}
.post-preview.format-quote .post-content blockquote cite a:hover {
text-decoration: none;
}  .post-meta-bottom {
margin-top: 10%;
position: relative;
}
.post-categories {
position: relative;
font-size: 0.85em;
font-weight: 400;
color: #767676;
line-height: 120%;
padding-left: 36px;
}
.category-icon,
.category-icon:after,
.front-flap,
.front-flap:after {
display: block;
position: absolute;
}
.category-icon {
left: 0;
top: 2px;
width: 24px;
height: 16px;
background: #727272;
border-radius: 0 2px 2px 2px;
}
.category-icon:after {
content: "";
width: 12px;
height: 3px;
top: -3px;
left: 0px;
background: #727272;
border-radius: 1px 1px 0 0;
}
.front-flap {
height: 13px;
width: 22px;
bottom: -1px;
right: -2px;
background: #727272;
border-radius: 2px;
border: 1px solid #fff;
transform: skew(-25deg,0deg);
}
.post-categories a:hover {
text-decoration: underline;
}
.post-tags {
margin-top: 20px;
margin-left: 12px;
}
.post-tags a {
position: relative;
font-size: 12px;
font-weight: 700;
text-transform: uppercase;
color: #fff;
display: inline-block;
padding: 6px;
line-height: 1;
margin-bottom: 5px;
margin-right: 20px;
background: #767676;
border-radius: 0 2px 2px 0;
}
.post-tags a::after {
border-top: 12px solid transparent;
border-right: 12px solid #767676;
border-bottom: 12px solid transparent;
content: "";
height: 0;
position: absolute;
top: 0;
left: -12px;
width: 0;
}
.post-tags a:before {
content: "";
display: block;
position: absolute;
left: -4px;
top: 50%;
margin-top: -2px;
width: 4px;
height: 4px;
background: #fff;
border-radius: 99px;
z-index: 10;
}
.post-tags a:hover {
background: #1abc9c;
color: #fff;
text-decoration: none;
}
.post-tags a:hover:after {
border-right-color: #1abc9c;
}
.post-nav {
font-size: 0.95em;
margin-top: 20px;
border-top: 4px solid #eee;
border-bottom: 4px solid #eee;
}
.post-nav a {
display: block;
position: relative;
padding: 25px 0;
max-width: 49%;
color: #666;
}
.post-nav h5 {
color: #767676;
font-size: 0.7em;
font-weight: 700;
letter-spacing: 1px;
margin: 0 0 7px;
text-transform: uppercase;
}
.post-nav-newer h5 { text-align: right; }
.post-nav-older { float: left; }
.post-nav-newer { float: right; text-align: right; }
.post-nav a:hover {
color: #1abc9c;
text-decoration: none;
}
.post-nav-links {
margin-top: 30px;
}   :root .has-background { background-color: #444; }
:root .has-accent-color { color: #1abc9c; }
:root .has-accent-background-color { background-color: #1abc9c; }
:root .has-dark-gray-color { color: #444; }
:root .has-dark-gray-background-color { background-color: #444; }
:root .has-medium-gray-color { color: #666; }
:root .has-medium-gray-background-color { background-color: #666; }
:root .has-light-gray-color { color: #767676; }
:root .has-light-gray-background-color { background-color: #767676; }
: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 { font-size: 1em; }
:root .has-large-font-size,
:root .has-larger-font-size {
line-height: 1.5;
}
:root .has-large-font-size { font-size: 1.263em; }
:root .has-larger-font-size { font-size: 1.684em; } :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,
.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: 30px;
margin-top: 30px;
} [class*="__inner-container"] .wp-block-group:not(.alignfull):not(.alignwide):not(.alignleft):not(.alignright),
[class*="__inner-container"] .wp-block-cover:not(.alignfull):not(.alignwide):not(.alignleft):not(.alignright) {
margin-left: auto;
margin-right: auto;
max-width: 676px;
}
.alignfull > [class*="__inner-container"] > .wp-block-group.alignwide,
.alignfull > [class*="__inner-container"] > .wp-block-group:not(.alignfull):not(.alignwide):not(.alignleft):not(.alignright),
.alignfull > [class*="__inner-container"] > .wp-block-cover.alignwide,
.alignfull > [class*="__inner-container"] > .wp-block-cover:not(.alignfull):not(.alignwide):not(.alignleft):not(.alignright) {
margin-left: auto;
margin-right: auto;
}
.alignfull > [class*="__inner-container"] > .wp-block-group:not(.alignfull):not(.alignwide):not(.alignleft):not(.alignright),
.alignfull > [class*="__inner-container"] > .wp-block-cover:not(.alignfull):not(.alignwide):not(.alignleft):not(.alignright) {
margin-left: 0;
} .wp-block-audio audio {
width: 100%;
} .wp-block-button:not(.alignleft):not(.alignright):first-child { margin-top: 0; }
.wp-block-button:not(.alignleft):not(.alignright):last-child { margin-bottom: 0; }
.is-style-squared .wp-block-button__link {
border-radius: 0;
} .wp-block-button.is-style-outline {
color: #1d1d1d;
}
.is-style-outline .wp-block-button__link {
background-color: transparent;
border: 2px solid currentColor;
color: inherit;
padding: 14px 16px;
}
.is-style-outline .wp-block-button__link:hover {
background-color: #1d1d1d;
border-color: #1d1d1d;
color: #fff;
}
.is-style-outline .wp-block-button__link.has-accent-color:hover {
background-color: #1abc9c;
border-color: #1abc9c;
color: #fff;
} :root .wp-block-column > *:first-child { margin-top: 0; }
:root .wp-block-column > *:last-child { margin-bottom: 0; } .wp-block-cover {
color: #fff;
} .wp-block-file {
align-items: center;
border: 1px solid #eee;
border-radius: 3px;
display: flex;
justify-content: space-between;
padding: 1em;
}
.wp-block-file a:not(.wp-block-file__button) {
color: inherit;
font-weight: 700;
}
.wp-block-file a.wp-block-file__button:active, .wp-block-file a.wp-block-file__button:focus, .wp-block-file a.wp-block-file__button:hover, .wp-block-file a.wp-block-file__button:visited {
opacity: 1;
} .post-content ul.wp-block-gallery {
list-style: none;
}
.post-content ul.wp-block-gallery:not(.alignwide) {
margin-left: 0;
}
.post-content .wp-block-gallery > li:last-child {
margin-bottom: 16px;
}
.wp-block-gallery img {
border: none;
padding: 0;
} .wp-block-media-text__content > *:first-child { margin-top: 0; }
.wp-block-media-text__content > *:last-child { margin-bottom: 0; } .post-content .wp-block-pullquote {
background: transparent;
border-bottom: 4px solid #444;
border-top: 4px solid #444;
margin: 2em 0;
padding: 3em 0;
text-align: center;
}
.post-content .wp-block-pullquote blockquote {
background: transparent;
margin-bottom: 0;
margin-top: 0;
max-width: none;
}
.post-content .wp-block-pullquote p {
line-height: 1.5;
}
.post-content .wp-block-pullquote.alignleft,
.post-content .wp-block-pullquote.alignright {
margin-bottom: 1em;
margin-top: 0;
padding: 1em 0;
}
.post-content .wp-block-pullquote cite,
.post-content .wp-block-pullquote p {
text-align: inherit;
}
.post-content .wp-block-pullquote cite:before {
content: none;
}
:root .wp-block-quote.is-large p,
:root .wp-block-quote.is-style-large p {
font-size: 1.2em;
font-style: normal;
}
:root .wp-block-quote.is-large cite,
:root .wp-block-quote.is-large footer,
:root .wp-block-quote.is-style-large cite,
:root .wp-block-quote.is-style-large footer {
font-size: 16px;
}
.wp-block-pullquote.is-style-solid-color blockquote cite {
text-transform: uppercase;
}  :root .wp-block-quote.is-large,
:root .wp-block-quote.is-style-large {
padding: 1.1em;
}
.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 {
text-align: inherit;
} hr.wp-block-separator {
background: #eee;
border: none;
color: #767676;
height: 4px;
margin: 2em auto;
width: 50%;
}
.wp-block-separator:not(.is-style-wide):not(.is-style-dots) {
max-width: none;
width: 50%;
}
.wp-block-separator.is-style-wide {
width: 100%;
}
.wp-block-separator.is-style-dots {
background: none;
height: auto;
}
.wp-block-separator.is-style-dots:before {
color: inherit;
} ul.wp-block-social-links:not(.alignwide):not(.alignfull):not(.aligncenter):not(.alignleft):not(.alignright) {
margin-left: 0;
}
.wp-social-link {
margin: 0 8px 0 0;
}  .post-content {
font-size: 19px;
}
.post-content > *:first-child { margin-top: 0 !important; }
.post-content > *:last-child { margin-bottom: 0 !important; } p.has-drop-cap:not(:focus):first-letter {
font-size: 5.95em;
font-weight: 400;
}
.post-content big {
font-size: 1.25em;
}
abbr, acronym {
cursor: help;
}
code, kbd, pre {
font-size: 0.85em;
background: #eee;
font-family: Menlo, Monaco, monospace;
}
.post-content .highlight {
background: #fcf8a5;
display: inline;
padding: 2px 3px;
}
.post-content kbd,
.post-content code {
padding: 5px;
border-radius: 3px;
}
.post-content dl { line-height: 160%; }
.post-content dl dt { font-weight: 700; }
.post-content hr {
background: #eee;
border: none;
color: #767676;
height: 4px;
margin: 2em auto;
width: 50%;
}
.post-content address {
padding: 3% 3.5%;
background: #F1F1F1;
}
.post-content pre {
background: #f1f1f1;
line-height: 140%;
padding: 2% 2.5%;
white-space: pre-wrap;
word-wrap: break-word;
}
.post-content pre code {
background-color: transparent;
padding: 0;
} blockquote {
margin: 30px 0;
}
.post-content blockquote {
background: #eee;
color: #666;
font-family: 'Raleway', 'Helvetica Neue', sans-serif;
line-height: 150%;
padding: 1.1em;
}
.post-content cite {
color: #666;
font-style: normal;
font-weight: 700;
letter-spacing: 1px;
line-height: 140%;
text-transform: uppercase;
}
.post-content cite:before { content: "— "; }
.post-content blockquote cite {
display: block;
font-size: .8em;
margin-top: 1em;
}
.post-content blockquote p:last-of-type {
margin-bottom: 0;
} figure {
margin: 0;
}
.post-content .wp-caption {
line-height: 170%;
margin-bottom: 1.1em;
max-width: 100%;
}
.wp-caption a,
.wp-caption img { display: block; }
.post-content .alignwide,
.post-content .alignfull {
margin: 2em 0;
}
.post-content .alignleft,
.post-content .alignright {
margin-bottom: 1.2em;
max-width: 40%;
}
.post-content .wp-caption .alignleft,
.post-content .wp-caption .alignright {
margin-bottom: 0;
}
.post-content .alignleft {
float: left;
margin-right: 1em;
}
.post-content .alignright {
float: right;
margin-left: 1em;
}
.post-content .aligncenter {
margin-left: auto;
margin-right: auto;
text-align: center;
}
.post-content .wp-caption-text,
.post-content .gallery-caption,
.post-content .wp-block-image figcaption,
.post-content figcaption {
color: #767676;
display: block;
font-size: .85em;
font-style: italic;
margin: 0;
padding-top: .5em;
text-align: center;
width: 100%;
}
.post-content .wp-caption-text a,
.post-content .gallery-caption a {
display: inline;
}
.post-content .gallery-caption {
font-size: 16px;
line-height: 1.5;
}  .comments,
.comment-respond {
border-top: 4px solid #eee;
padding-top: 10%;
margin-top: 10%;
}
.post-meta-bottom + .comments,
.post-meta-bottom + .comment-respond {
border-top: none;
padding-top: 0;
}
.comments-title,
#reply-title,
.pingbacks-title {
font-size: 1.75em;
font-weight: 400;
color: #2d2d2d;
}
.comments-title { margin-bottom: 10%; }
ol.commentlist,
ol.commentlist ul.children {
list-style: none;
margin: 0;
}
li.comment,
li > div.comment {
margin: 0 0 25px;
position: relative;
}
li > div.comment {
padding-bottom: 25px;
border-bottom: 1px solid #eee;
}
.commentlist > li:first-child > div.comment:first-child { border-top: 1px solid #eee; padding-top: 25px; }
.children > li > div.comment { padding-left: 10%; }
.children .children > li > div.comment { padding-left: 20%; }
.children .children .children > li > div.comment { padding-left: 30%; }
.children .children .children .children > li > div.comment { padding-left: 40%; }
.children .children .children .children .children > li > div.comment { padding-left: 50%; }
.comment .children li:last-child { margin-bottom: 0; }
.commentlist > li.comment:last-child,
.commentlist > li.comment div.comment:last-child {
margin-bottom: 0;
} .comments .pingbacks {
margin-top: 5.5%;
}
.pingbacks-inner {
margin: 0 auto;
}
.pingbacks-title {
margin-bottom: 20px;
}
.pingback-list li {
padding: 0.5em;
line-height: 130%;
}
.pingback-list a:hover {
text-decoration: underline;
}
.pingback-list li:nth-child(odd) {
background: #f9f9f9;
}
.pingback-list .comment-edit-link { color: #767676; }
.pingback-list .comment-edit-link:hover { color: #444; text-decoration: none; } .comment-meta { margin-bottom: 1em; }
.comment-meta .avatar {
display: block;
height: 50px;
width: 50px;
border-radius: 999px;
float: left;
}
.comment-actions {
font-size: 0.7em;
text-transform: uppercase;
letter-spacing: 1px;
font-weight: 700;
}
.comment-actions a { margin-left: 8px; }
.comment-actions a:first-child { margin-left: 0; }
.comment-meta-content {
margin-left: 70px;
padding-top: 7px;
}
.comment-meta-content cite {
font-size: 1.075em;
color: #444;
margin-bottom: 5px;
display: block;
font-weight: 700;
}
.bypostauthor .comment-meta-content cite .post-author {
font-weight: 400;
color: #767676;
margin-left: 3px;
letter-spacing: 0;
}
.comment-meta-content cite a { color: inherit; }
.comment-meta-content cite a:hover {
color: #1abc9c;
text-decoration: none;
}
.comment-meta-content p {
font-size: 0.8em;
}
.comment-meta-content p a { color: #BBB; }
.comment-meta-content p a:hover { color: #1abc9c; }
.comment-awaiting-moderation {
position: absolute;
right: 0;
top: 4px;
font-weight: bold;
display: block;
padding: 10px;
background: #CCC;
border-radius: 3px;
font-size: 0.8rem;
color: #fff;
text-transform: uppercase;
letter-spacing: 1px;
}
.comment-awaiting-moderation:hover { background: #2d2d2d; } .comment-nav-below {
background: none;
border-top: 4px solid #eee;
color: #666;
font-size: 0.85em;
font-weight: 700;
letter-spacing: 1px;
margin: 10% 0 -5% 0;
padding-top: 5%;
text-transform: uppercase;
}
.comment-nav-below a,
.comment-nav-below a:hover {
color: inherit;
} .comment-content {
margin-left: 70px;
font-size: 1em;
} .comment-respond {
border-top: 0;
padding-top: 0;
}
.comments + .comment-respond {
padding-top: 10%;
border-top: 4px solid #eee;
margin-top: 10%;
}
#reply-title { margin: 0 0 20px; }
#respond a:hover { text-decoration: underline; }
#respond .content-section-right {
border-radius: 0 0 4px 4px;
border-top: 1px solid #eee;
z-index: 12;
}
#cancel-comment-reply-link {
margin-left: 10px;
font-size: 0.9rem;
text-transform: uppercase;
letter-spacing: 1px;
font-weight: 700;
}
#respond p,
#respond code {
line-height: 150%;
}
#respond code { border-radius: 2px; }
.comment-form {
margin: 0;
}
.comment-form p { margin-bottom: 20px; }
.comment-form p:last-child { margin-bottom: 0; }
.comment-form label {
display: block;
margin: 0 0 8px 0;
}
p.comment-notes,
p.logged-in-as {
margin-bottom: 10%;
color: #666;
}
p.comment-notes a,
p.logged-in-as a {
color: inherit;
}
.comment-form input {
max-width: 75%;
}
p.form-allowed-tags {
margin-top: 1.5em;
line-height: 160%
}
.comment-form p.form-submit { margin: 1.5em 0 0; } .commentlist .comment-respond {
margin: 25px 0;
padding-bottom: 25px;
border-bottom: 1px solid #eee;
}
.commentlist .comment-reply-title {
margin-bottom: 10px;
}
.commentlist p.comment-notes,
.commentlist p.logged-in-as {
margin-bottom: 20px;
}  .archive-nav {
margin-top: 15%;
}
.archive-nav a {
font-weight: 700;
font-size: 0.9rem;
text-transform: uppercase;
letter-spacing: 1px;
}
.archive-nav .post-nav-older { float: left; }
.archive-nav .post-nav-newer { float: right; }   .archive-box {
font-size: 0.9em;
}
.archive-box ul {
list-style: none;
margin: 0;
}
.archive-box ul li {
line-height: 130%;
margin-bottom: 0;
margin-top: 0;
}
.archive-box > ul > li {
margin-left: 0;
}
.archive-box ul li a {
border-bottom: 1px solid #eee;
display: block;
padding: 8px 0;
}
.archive-box ul li:last-child a {
border-bottom: none;
}
.archive-box ul.children li:first-child a {
border-bottom: 1px solid #eee;
}
.archive-box ul li a span {
color: #767676;
}
.archive-box ul li a:hover {
color: #666;
text-decoration: none;
}
.archive-box ul li a:hover {
background-color: #F9F9F9;
padding-left: 12px;
} .error404 .post-content .search-form {
margin-top: 30px;
}  .widget {
border-bottom: 4px solid #eee;
margin-bottom: 15%;
padding-bottom: 15%;
}
.widget:last-child {
border-bottom: 0;
margin-bottom: 0;
padding-bottom: 0;
}
.widget-title {
color: #444;
font-family: 'Raleway', sans-serif;
font-size: 0.9rem;
font-weight: 700;
margin: 0 0 20px 0;
text-transform: uppercase;
} .widget-content {
color: #555;
font-size: 1rem;
line-height: 140%;
}
.widget-content:after {
clear: both;
content: "";
display: block;
}
.widget-content *:last-child {
margin-bottom: 0;
}
.widget-content a:hover {
text-decoration: underline;
}
.widget-content p {
line-height: 150%;
margin-bottom: 1em;
}
.widget-content ul {
list-style: none;
margin: 0;
}
.widget-content ul li {
border-top: 1px solid #eee;
line-height: 130%;
margin: 0;
padding: 10px 0;
}
.widget-content ul li:last-child {
padding-bottom: 0;
}
.widget-content li ul > li:first-child {
margin-top: 10px;
}
.widget-content .page_item_has_children {
padding-bottom: 0;
}
.widget-content li ul li {
padding-left: 15px;
}
.widget_recent_entries ul li a,
.widget_recent_entries ul li .post-date {
display: block;
}
.widget-content ul li .post-date {
color: #767676;
}
.widget-content ul li .post-date:not(:first-child) {
margin-top: 5px;
}
.widget-content > ul > li:first-child {
border-top: 0;
} .search-form {
background: transparent;
display: flex;
margin: 0;
width: 100%;
}
.search-form label {
margin: 0;
width: 100%;
}
.search-form .search-field {
background-color: #fff;
border-radius: 3px 0 0 3px;
border-right-width: 0;
padding: 16px 18px;
width: 100%;
}
.search-form .search-submit {
background-color: #1abc9c;
border-radius: 0 3px 3px 0;
display: block;
flex-shrink: 0;
font-size: 13px;
letter-spacing: 1px;
text-transform: uppercase;
} #wp-calendar {
color: #767676;
font-size: 0.9em;
margin: 0;
max-width: 100%;
text-align: center;
width: 100%;
}
#wp-calendar,
#wp-calendar caption,
#wp-calendar tr,
#wp-calendar td,
#wp-calendar th {
text-align: center;
}
#wp-calendar caption,
#wp-calendar th,
#wp-calendar td {
border: none;
color: inherit;
padding: 4% 2%;
}
#wp-calendar caption,
#wp-calendar thead {
color: #666;
border-bottom: 1px solid #eee;
}
#wp-calendar caption { text-transform: capitalize; }
#wp-calendar thead th {
font-weight: bold;
text-transform: uppercase;
font-size: 0.9em;
}
#wp-calendar tfoot,
.wp-calendar-nav {
border-top: 1px solid #eee;
}
.wp-calendar-nav {
display: flex;
font-size: 0.9em;
justify-content: space-between;
}
#wp-calendar tfoot td { padding: 0; }
#wp-calendar tfoot #prev { text-align: left; }
#wp-calendar tfoot #next { text-align: right; }
#wp-calendar tfoot a,
.wp-calendar-nav a {
display: block;
color: #767676;
padding: 0.6em;
}
#wp-calendar tfoot a:hover,
.wp-calendar-nav a:hover {
text-decoration: none;
color: #1abc9c;
} .widget_tag_cloud .tagcloud a {
font-size: 0.9em !important;
}
.tagcloud a {
display: block;
float: left;
padding: 8px 11px;
line-height: 1;
margin: 0 5px 5px 0;
background: #BBB;
color: #fff;
border-radius: 3px;
}
.tagcloud a:hover {
background: #1abc9c;
text-decoration: none;
color: #fff;
}  .footer {
font-size: 0.9em;
margin-top: 7.5%;
}
.column {
width: 30%;
margin-left: 5%;
}
.column:first-child {
margin-left: 0;
} .footer .widget {
border-bottom-color: #333;
}
.footer .widget-title {
color: #eee;
font-weight: 700;
letter-spacing: 1px;
}
.footer .widget-content {
color: #858585;
}
.footer .widget-content ul li {
border-top-color: #333;
} .footer #wp-calendar caption,
.footer #wp-calendar thead {
border-bottom-color: #333;
}
.footer #wp-calendar tfoot,
.footer .wp-calendar-nav {
border-top-color: #333;
} .footer .tagcloud a { background-color: #333; color: #fff; }
.footer .tagcloud a:hover { background-color: #1abc9c; color: #fff; }  .credits.no-padding {
font-size: 0.8rem;
}
.credits-inner {
border-top: 2px solid rgba(255,255,255,0.1);
letter-spacing: 1px;
padding: 25px 0 4%;
text-transform: uppercase;
}
.credits {
color: #858585;
}
.credits a,
.credits a:hover {
color: inherit;
}
.credits-left { float: left; }
.credits-right { float: right; }
.tothetop:hover {
cursor: pointer;
}  @media ( max-width: 1040px ) {
body {
font-size: 16px;
} .wrapper {
margin-top: 7.5%;
} .post-content {
font-size: 17px;
}
}
@media ( max-width: 800px ) {
body {
font-size: 18px;
} .content,
.sidebar {
width: 100%;
float: none;
}
body:not(.show-sidebar-on-mobile) .sidebar {
display: none;
}
.sidebar {
margin-top: 15%;
}
.section.large-padding,
.section.medium-padding {
padding: 40px 0;
}
.footer {
margin-top: 60px;
} .navigation-inner {
max-width: 100%;
}
.blog-menu {
display: none;
}
.toggle-container {
background: #1d1d1d;
display: flex;
justify-content: space-between;
}
.toggle {
-webkit-appearance:none;
-moz-appearance:none;
background: none;
border-radius: 0;
box-shadow: none;
display: inline-block;
height: 57px;
padding: 20px 0px;
position: relative;
width: 32px;
}
.toggle:hover {
background-color: transparent;
cursor: pointer;
}
.nav-toggle .bar {
display: block;
width: 24px;
height: 3px;
margin-top: 4px;
background: #666;
}
.nav-toggle .bar:first-child {
margin-top: 0;
}
.nav-toggle.active .bar {
background-color: #fff;
}
.search-toggle .metal,
.search-toggle .glass,
.search-toggle .handle {
position: absolute;
}
.search-toggle .metal {
background-color: #555;
border-radius: 999px;
height: 24px;
left: 6px;
top: 14px;
width: 24px;
}
.search-toggle .glass {
background-color: #1d1d1d;
border-radius: 999px;
height: 14px;
left: 11px;
top: 19px;
width: 14px;
}
.search-toggle .handle {
background-color: #555;
border-radius: 2px 0 0 2px;
height: 5px;
left: 0px;
top: 36px;
transform: rotate( -45deg );
width: 14px;
}
.search-toggle.active .metal,
.search-toggle.active .handle {
background-color: #fff;
}
.blog-search,
.navigation {
background-color: #282828;
}
.blog-search .search-form .search-submit {
border: none;
}
.mobile-menu,
.mobile-menu ul,
.mobile-menu li {
list-style: none;
margin: 0;
}
.mobile-menu a {
background-color: #282828;
border-bottom: 1px solid rgba( 255, 255, 255, 0.1 );
color: rgba( 255, 255, 255, 0.4 );
display: block;
font-size: 13px;
letter-spacing: 1px;
padding: 24px;
text-transform: uppercase;
}
.mobile-menu a:hover,
.mobile-menu .current-menu-item a {
color: #fff;
}
.mobile-menu ul a {
width: 100%;
}
.mobile-menu ul a { padding-left: 40px; }
.mobile-menu ul ul a { padding-left: 60px; }
.mobile-menu ul ul ul a { padding-left: 80px; }
.mobile-menu ul ul ul ul a { padding-left: 100px; }
.mobile-menu ul ul ul ul ul a { padding-left: 120px; }
.blog-search {
padding: 8%;
} .post-content {
font-size: 19px;
}
.post-content .alignfull,
.wp-block-cover-image {
margin: 2.5em 0;
max-width: 100vw;
position: relative;
left: calc( 50% - 50vw );
width: 100vw;
}
.wp-block-image.alignfull img {
border: none;
padding: 0;
}
.post-content .alignwide {
margin-left: 0;
position: relative;
left: calc( 50% - 50vw + 20px );
width: calc( 100vw - 40px );
} .archive-nav {
margin-top: 60px;
}
}
@media ( max-width: 700px ) {
body {
font-size: 16px;
} .post-content h1,
.post-content h2,
.post-content h3,
.post-content h4,
.post-content h5,
.post-content h6 {
margin-top: 30px;
margin-bottom: 10px;
} .header.section {
padding: 60px 0;
}
.blog-info {
padding: 20px;
}
.blog-description:before {
margin: 15px auto;
} .post {
padding-bottom: 35px;
margin-bottom: 35px;
}
.post:last-child {
border-bottom: none;
margin-bottom: 0;
padding-bottom: 0;
}
.featured-media {
margin-bottom: 25px;
}
.post-header {
margin-bottom: 25px;
}
.post-title {
margin-bottom: 12px;
}
.post-meta-bottom {
margin-top: 40px;
} .post-content {
font-size: 17px;
} .comments {
margin-top: 30px;
padding-top: 30px;
}
.comments-title,
#reply-title {
font-size: 1.5em;
}
.comments-title {
margin-bottom: 30px;
}
.comment-meta-content {
padding-top: 9px;
}
.comment-actions {
margin-top: 10px;
}
.comment-meta .comment-actions {
display: none;
}
.comment-content .comment-actions {
display: block;
position: relative;
top: auto;
right: auto;
margin-top: 1em;
} .comment-respond {
margin-top: 30px;
}
#reply-title {
margin-bottom: 10px;
}
.comment-form input {
max-width: 100%;
}
.comment-form p {
margin-bottom: 15px;
}
p.comment-notes,
p.logged-in-as {
margin-bottom: 30px;
}
.comment-form textarea {
height: 180px;
} .sidebar {
margin-top: 40px;
}
.widget {
margin-bottom: 40px;
padding-bottom: 40px;
} .footer {
margin-top: 60px;
}
.footer .column {
width: 100%;
margin-left: 0;
padding-top: 40px;
border-top: 4px solid rgba( 255, 255, 255, .1 );
margin-top: 40px;
}
.footer .column:first-child {
border-top: none;
margin-top: 0;
padding-top: 0;
} .credits.section {
border-top: 1px solid rgba( 255, 255, 255, .1 );
}
.credits-inner {
border-top: none;
padding: 30px 0;
text-align: center;
}
.credits p {
display: inline;
float: none;
}
.credits .right,
.credits span {
display: none;
}
}
@media ( max-width: 500px ) {
body {
font-size: 15px;
} .header.section {
padding: 30px 0;
} .post-title {
font-size: 1.75em;
}
.post-author {
display: none;
}
.post-header .date-sep:nth-of-type(2) {
display: none;
}
.media-caption-container {
margin: -3px 0 0 0;
position: static;
width: 100%;
}
.media-caption,
.media-caption:hover {
background-color: #eee;
color: #666;
}
.media-caption {
border-radius: 0 0 4px 4px;
padding: 10px;
width: 100%;
} .single .post-nav {
font-size: 1em;
padding: 0;
}
.single .post-nav a,
.single .post-nav .post-nav-newer {
float: none;
max-width: 100%;
padding: 20px 0;
text-align: left;
}
.single .post-nav .post-nav-newer {
border-top: 1px solid #eee;
}
.single .post-nav .post-nav-newer h5 {
text-align: left;
} .blog .format-quote .post-content,
.archive .format-quote .post-content,
.search .format-quote .post-content {
padding: 20px;
}
.blog .format-quote .post-content blockquote,
.archive .format-quote .post-content blockquote,
.search .format-quote .post-content blockquote {
font-size: 1em;
}
.blog .format-quote .post-content blockquote cite,
.archive .format-quote .post-content blockquote cite,
.search .format-quote .post-content blockquote cite {
font-size: 0.75rem;
} .post-content {
font-size: 16px;
}
.post-content .alignleft,
.post-content .alignright {
float: none;
margin: 0 auto 1.2em auto;
max-width: 100%;
}
.post-content .alignleft img,
.post-content .alignright img {
display: block;
margin: 0 auto;
} .comment-meta-content {
margin-left: 65px;
}
.comment-content {
margin-left: 0;
} .archive-nav {
margin-top: 40px;
}
.archive-nav a {
font-size: 0.8rem;
}
.post-nav span,
.archive-nav span,
.comment-nav-below span {
display: none;
} .footer {
margin-top: 40px;
}
}html, body {
border: none;
margin: 0;
padding: 0;
}
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 {
border: none;
font-size: inherit;
line-height: inherit;
margin: 0;
padding: 0;
text-align: inherit;
}
blockquote:before,
blockquote:after {
content: "";
}  body {
background: #dce6c880;
border: none;
color: #444;
font-family: 'Lato', sans-serif;
font-size: 18px;
}
* {
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
}
img {
max-width: 100%;
height: auto;
}
.hidden { display: none; }
.left { float: left; }
.right { float: right; }
::selection {
background: #1abc9c;
color: #333;
}
::-webkit-input-placeholder { color: #A9A9A9; }
:-ms-input-placeholder { color: #A9A9A9; } .clear,
.group:after,
.post-content:after,
.widget-content:after,
[class*="__inner-container"]:after {
clear: both;
content: "";
display: block;
} a,
.post-tags a::after {
transition: all .1s ease-in-out;
}
.nav-toggle,
.nav-toggle .bar,
.blog-menu a,
.blog-menu ul .menu-item-has-children,
.blog-title a,
.post-title a,
.format-bubble,
.post-meta a,
.featured-media a,
.content form input,
.content form textarea,
.media-caption,
.post-nav a,
input#s,
#searchsubmit,
.widget-content ul li,
.widget_recent_entries a,
.search-toggle.active .metal,
.search-toggle.active .handle {
transition: all .2s ease-in-out;
}
.tothetop {
transition: all .3s ease-in-out;
} .screen-reader-text {
clip: rect(1px, 1px, 1px, 1px);
position: absolute !important;
height: 1px;
width: 1px;
overflow: hidden;
}
.screen-reader-text:focus {
background-color: #f1f1f1;
border-radius: 3px;
box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
clip: auto !important;
color: #21759b;
display: block;
font-size: 14px;
font-size: 0.875rem;
font-weight: bold;
height: auto;
left: 5px;
line-height: normal;
padding: 15px 23px 14px;
text-decoration: none;
top: 5px;
width: auto;
z-index: 100000; } .skip-link {
position: absolute;
left: -9999rem;
top: 2.5rem;
z-index: 999999999;
}
.skip-link:focus {
left: 2.5rem;
text-decoration: none;
}  main {
display: block;
}
h1, h2, h3, h4, h5, h6, .faux-heading {
color: #444;
font-feature-settings: "lnum";
font-variant-numeric: lining-nums;
font-weight: 700;
line-height: 1.2;
margin: 50px 0 25px;
}
h1 { font-size: 2em; }
h2 { font-size: 1.75em; }
h3 { font-size: 1.5em; }
h4 { font-size: 1.25em; }
h5 { font-size: 1.1em; }
h6 { font-size: 1em; }
h6 {
font-size: .9em;
font-weight: bold;
text-transform: uppercase;
letter-spacing: 1px;
}
p {
line-height: 1.5;
margin: 0 0 20px 0;
}
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 20px 0;
}
hr {
border: none;
border-top: 1px solid currentColor;
color: #E1E1E3;
margin: 50px 0;
}
a {
color: #1abc9c;
text-decoration: none;
}
a:hover {
text-decoration: underline;
} ul,
ol {
margin: 0 0 30px 30px;
}
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: 5px 0 0 20px;
}
li > ul,
li > ol {
margin: 10px 0 0 20px;
}
.reset-list-style,
.reset-list-style ul,
.reset-list-style ol {
list-style: none;
margin: 0;
}
.reset-list-style li {
margin: 0;
}
dt,
dd {
line-height: 1.5;
}
dt {
font-weight: 700;
}
dt + dd { margin-top: 5px; }
dd + dt { margin-top: 15px; } table {
border-collapse: collapse;
border-spacing: 0;
empty-cells: show;
font-size: 0.9em;
margin: 30px 0;
width: 100%;
}
tbody {
border-top: 1px solid #ddd;
}
thead + tbody {
border-top: none;
}
th,
td {
padding: 2%;
margin: 0;
overflow: visible;
line-height: 120%;
border-bottom: 1px solid #ddd;
}
caption {
color: #444;
text-align: center;
padding: 2%;
}
thead {
vertical-align: bottom;
white-space: nowrap;
}
th {
font-weight: bold;
color: #444;
} fieldset {
border: 2px solid #eee;
margin-bottom: 30px;
margin-top: 30px;
padding: 25px;
}
fieldset legend {
font-size: 0.8rem;
line-height: 1;
font-weight: 700;
text-transform: uppercase;
letter-spacing: 2px;
padding: 10px 12px;
background: #1abc9c;
color: #fff;
}
fieldset > *:first-child { margin-top: 0; }
fieldset > *:last-child { margin-bottom: 0; }
form {
margin-bottom: 30px;
margin-top: 30px;
}
form > *:first-child { margin-top: 0; }
form > *:last-child { margin-bottom: 0; }
label {
display: block;
margin: 0 0 5px 0;
}
label.inline,
input[type="checkbox"] + label {
display: inline;
font-weight: 400;
margin-left: 5px;
}
input,
textarea,
button,
.select2-container .select2-selection--single {
font-family: inherit;
line-height: 1;
}
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"],
textarea {
-webkit-appearance: none;
-moz-appearance: none;
background-color: #f2f2f2;
border-radius: 3px;
border: 1px solid #E1E1E3;
box-shadow: none;
color: #333;
display: block;
font-size: 16px;
margin: 0;
max-width: 100%;
padding: 14px 16px;
width: 100%;
}
textarea {
height: 180px;
line-height: 1.5;
width: 100%;
}
select {
font-family: inherit;
font-size: inherit;
}
input::-webkit-input-placeholder { line-height: normal; }
input:-ms-input-placeholder { line-height: normal; }
input::-moz-placeholder { line-height: normal; }
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;
}
button,
.button,
.faux-button,
a.more-link,
.wp-block-button__link,
.wp-block-file .wp-block-file__button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
-webkit-appearance: none;
-moz-appearance: none;
background-color: #1d1d1d;
border: none;
border-radius: 4px;
color: #fff;
cursor: pointer;
display: inline-block;
font-size: 16px;
line-height: 1;
margin: 0;
padding: 16px 18px;
text-align: center;
text-decoration: none;
transition: background-color .1s linear, border-color .1s linear, color .1s linear;
}
button:hover,
.button:hover,
.faux-button:hover,
a.more-link:hover,
.wp-block-button__link:hover,
.wp-block-file__button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
background-color: #6a7305 !important;
color: #fff;
cursor: pointer;
text-decoration: none;
}  .section {
padding: 10% 0;
position: relative;
}
.section.large-padding { padding: 2.5% 0; }
.section.medium-padding { padding: 2.5% 0; }
.section.small-padding { padding: 2.5% 0; }
.section.no-padding { padding: 0; }
.section.bg-dark { background: #6a7305b0; }
.section.bg-dark-light { background: #262626; }
.bg-shade {
position: absolute;
top: 0;
right: 0;
bottom: 0;
left: 0;
background: #262626;
}
.section-inner {
width: 1040px;
max-width: 86%;
margin: 0 auto;
}
.big-wrapper {
overflow: hidden;
}
.wrapper {
margin-top: 100px;
}
.content {
width: 65%;
}
.template-nosidebar .content,
.content.center {
float: none;
margin-left: auto;
margin-right: auto;
}
.template-fullwidth .content,
.content.full-width {
width: 100%;
}
.sidebar {
width: 27.5%;
}  .header-cover {
overflow-y: hidden;
}
.header {
background: no-repeat center;
background-size: cover;
padding: 25px 0;
}
.header-inner {
position: relative;
text-align: center;
z-index: 2;
}
.blog-logo {
display: inline-block;
line-height: 1;
margin: 0;
}
.blog-logo a,
.blog-logo img {
display: block;
}
.blog-logo img {
height: auto;
max-height: 250px;
max-width: 100%;
width: auto;
}
.blog-info {
background: #1d1d1d;
display: inline-block;
padding: 30px;
}
.blog-title {
text-align: center;
font-family: 'Raleway', sans-serif;
font-size: 1.75em;
line-height: 1;
margin: 0;
width: 100%;
}
.blog-title a {
color: #fff;
text-transform: uppercase;
letter-spacing: 4px;
font-weight: 700;
}
.blog-title a:hover {
color: #1abc9c;
text-decoration: none;
}
.blog-description {
color: rgba( 255, 255, 255, 0.5 );
font-family: 'Raleway', sans-serif;
font-weight: 400;
line-height: 1.25;
margin: 0;
text-align: center;
}
.blog-description:before {
content: "";
display: block;
width: 100px;
height: 2px;
background: rgba(255,255,255,0.1);
margin: 20px auto;
}  .mobile-menu {
display: none;
}
.blog-menu {
display: flex;
flex-wrap: wrap;
list-style: none;
background: linear-gradient(90deg,#6a7305, transparent);
border-radius: 0 0 0 45px;
padding-left: 38px;
padding-right: 40px;
border-left: 8px solid #dce6c8;
}
.blog-menu ul {
margin: 0 5px;
}
.blog-menu li {
line-height: 1;
margin: 0;
position: relative;
}
.blog-menu > li + li:before {
color: #fff;
content: "/";
display: block;
font-size: 16px;
line-height: 1;
margin: -9px 0 0 -9px;
position: absolute;
left: 0;
top: 50%;
z-index: 1000;
}
.blog-menu a {
color: rgba( 255, 255, 255, 1 );
display: block;
font-size: 13px;
letter-spacing: 1px;
outline: none;
padding: 15px 10px;
margin: 0 20px;
text-transform: uppercase;
text-underline-offset: .2em;
}
.blog-menu a:hover,
.blog-menu a:focus,
.blog-menu .current-menu-item > a {
color: #fff;
text-decoration: underline;
border-radius: 15px;
}
.blog-menu .current-menu-item > a:focus {
text-decoration-style: dotted;
}
.blog-menu > .menu-item-has-children a,
.blog-menu > .page_item_has_children a { padding-right: 15px; }
.blog-menu > .menu-item-has-children::after,
.blog-menu > .page_item_has_children::after {
content: "";
display: block;
border: 5px solid transparent;
border-top-color: rgba( 255, 255, 255, 0.5 );
position: absolute;
z-index: 1001;
right: 17px;
top: 50%;
margin-top: -2px;
transition: border-color .2s ease-in-out;
}
.blog-menu > .menu-item-has-children:hover::after,
.blog-menu > .page_item_has_children:hover::after { border-top-color: #fff; }
.blog-menu li:hover a {
background-color: transparent;
cursor: pointer;
}
.blog-menu li:hover > a { color: #fff; } .blog-menu ul {
position: absolute;
left: -9999px;
display: none;
z-index: 999;
}
.blog-menu ul li {
float: none;
display: block;
}
.blog-menu ul > .menu-item-has-children::after,
.blog-menu ul > .page_item_has_children::after {
content: "";
display: block;
border: 6px solid transparent;
border-left-color: rgba(255,255,255,0.4);
position: absolute;
z-index: 1001;
right: 10px;
top: 50%;
margin-top: -5px;
}
.blog-menu ul > .menu-item-has-children:hover::after,
.blog-menu ul > .page_item_has_children:hover::after { border-left-color: #fff; }
.blog-menu ul li {
width: 240px;
background: #1d1d1d;
}
.blog-menu ul a {
border-bottom: 1px solid rgba(255,255,255,0.1);
line-height: 130%;
margin: 0 20px;
padding: 20px 0px;
}
.blog-menu ul > li:last-child a { border-bottom-width: 0; }
.blog-menu li:hover > ul,
.blog-menu li.focus > ul {
opacity: 1;
left: 0;
display: block;
}
.blog-menu ul li:hover > ul,
.blog-menu ul li.focus > ul {
left: 240px;
margin-left: 0;
top: 0;
}  .post,
.page {
border-bottom: 4px solid #eee;
margin-bottom: 10%;
padding-bottom: 10%;
}
.single-post .post,
.page .post,
.post:last-of-type,
.page:last-of-type {
border-bottom: 0;
margin-bottom: 0;
padding-bottom: 0;
} .archive-header {
margin-bottom: 7.5%;
text-align: center;
}
.archive-title {
border-bottom: 2px solid #eee;
color: #767676;
display: inline-block;
font-size: 0.9em;
font-weight: 700;
letter-spacing: 1px;
margin: 0;
padding-bottom: 5px;
position: relative;
text-transform: uppercase;
}
.archive-description {
margin: 1em 0 0;
}
.archive-description p:last-child {
margin: 0;
} .featured-media {
display: block;
margin-bottom: 6%;
position: relative;
}
.featured-media > a,
.featured-media img {
display: block;
}
.featured-media img {
border-radius: 4px;
margin: 0 auto;
}
.featured-media iframe {
display: block;
border: none;
max-width: 100%;
height: auto;
}
.featured-media .sticky-post {
position: absolute;
top: 5%;
right: 0;
padding: 8px 10px;
border-radius: 3px 0 0 3px;
background: #1abc9c;
color: #fff;
font-size: 0.7em;
text-transform: uppercase;
letter-spacing: 1px;
z-index: 10;
}
.media-caption-container {
position: absolute;
width: 95%;
margin-left: 2.5%;
bottom: 1.5em;
text-align: center;
font-size: 0.85em;
}
.media-caption {
background-color: rgba( 38, 38, 38, 0.75 );
border-radius: 3px;
color: #fff;
display: inline-block;
line-height: 130%;
padding: 7px 11px;
text-align: center;
}
.media-caption:hover {
background-color: #262626;
color: #fff;
}
.media-caption a {
color: inherit;
text-decoration: underline;
}
.media-caption a:hover {
color: inherit;
text-decoration: none;
} .post-header {
margin-bottom: 6%;
}
.post-title {
font-size: 2.5em;
font-weight: 700;
line-height: 1.2;
margin: 0 0 15px 0;
-ms-word-break: break-all;
word-break: break-word;
}
.post-title,
.post-title a {
color: #2d2d2d;
}
.post-title a:hover {
text-decoration: underline;
}
.post-meta {
color: #6e965a;
font-size: 0.8em;
letter-spacing: 1px;
text-transform: uppercase;
}
.post-meta a {
color: #6e965a;
}
.post-meta a:hover {
color: #1abc9c;
text-decoration: none;
}
.post-meta .date-sep {
color: #ddd;
margin: 0 5px;
} .post-preview.format-aside .post-meta,
.post-preview.format-video .post-meta {
text-align: center;
}
.post-preview.format-video .post-content {
margin-top: 20px;
}
.post-preview.format-aside .post-content {
background: #eee;
border-radius: 3px;
margin-top: 20px;
padding: 20px;
} .post-preview.format-quote .post-meta {
text-align: center;
}
.post-preview.format-quote .post-content {
margin-top: 20px;
padding: 40px;
background: #262626;
color: #fff;
border-radius: 3px;
}
.post-preview.format-quote .post-content blockquote {
background: none;
color: #fff;
font-family: 'Raleway', 'Helvetica Neue', sans-serif;
padding: 0;
font-size: 1.25em;
margin-bottom: 0;
}
.post-preview.format-quote .post-content blockquote p {
text-align: center;
}
.post-preview.format-quote .post-content blockquote cite {
color: rgba( 255, 255, 255, 0.75 );
display: block;
font-size: 16px;
font-weight: 400;
text-align: center;
}
.post-preview.format-quote .post-content blockquote cite a {
color: rgba(255,255,255,0.75);
}
.post-preview.format-quote .post-content blockquote cite a:hover {
text-decoration: none;
}  .post-meta-bottom {
margin-top: 10%;
position: relative;
}
.post-categories {
position: relative;
font-size: 0.85em;
font-weight: 400;
color: #767676;
line-height: 120%;
padding-left: 36px;
}
.category-icon,
.category-icon:after,
.front-flap,
.front-flap:after {
display: block;
position: absolute;
}
.category-icon {
left: 0;
top: 2px;
width: 24px;
height: 16px;
background: #727272;
border-radius: 0 2px 2px 2px;
}
.category-icon:after {
content: "";
width: 12px;
height: 3px;
top: -3px;
left: 0px;
background: #727272;
border-radius: 1px 1px 0 0;
}
.front-flap {
height: 13px;
width: 22px;
bottom: -1px;
right: -2px;
background: #727272;
border-radius: 2px;
border: 1px solid #fff;
transform: skew(-25deg,0deg);
}
.post-categories a:hover {
text-decoration: underline;
}
.post-tags {
margin-top: 20px;
margin-left: 12px;
}
.post-tags a {
position: relative;
font-size: 12px;
font-weight: 700;
text-transform: uppercase;
color: #fff;
display: inline-block;
padding: 6px;
line-height: 1;
margin-bottom: 5px;
margin-right: 20px;
background: #767676;
border-radius: 0 2px 2px 0;
}
.post-tags a::after {
border-top: 12px solid transparent;
border-right: 12px solid #767676;
border-bottom: 12px solid transparent;
content: "";
height: 0;
position: absolute;
top: 0;
left: -12px;
width: 0;
}
.post-tags a:before {
content: "";
display: block;
position: absolute;
left: -4px;
top: 50%;
margin-top: -2px;
width: 4px;
height: 4px;
background: #fff;
border-radius: 99px;
z-index: 10;
}
.post-tags a:hover {
background: #1abc9c;
color: #fff;
text-decoration: none;
}
.post-tags a:hover:after {
border-right-color: #1abc9c;
}
.post-nav {
font-size: 0.95em;
margin-top: 20px;
border-top: 4px solid #eee;
border-bottom: 4px solid #eee;
}
.post-nav a {
display: block;
position: relative;
padding: 25px 0;
max-width: 49%;
color: #666;
}
.post-nav h5 {
color: #767676;
font-size: 0.7em;
font-weight: 700;
letter-spacing: 1px;
margin: 0 0 7px;
text-transform: uppercase;
}
.post-nav-newer h5 { text-align: right; }
.post-nav-older { float: left; }
.post-nav-newer { float: right; text-align: right; }
.post-nav a:hover {
color: #1abc9c;
text-decoration: none;
}
.post-nav-links {
margin-top: 30px;
}   :root .has-background { background-color: #444; }
:root .has-accent-color { color: #1abc9c; }
:root .has-accent-background-color { background-color: #1abc9c; }
:root .has-dark-gray-color { color: #444; }
:root .has-dark-gray-background-color { background-color: #444; }
:root .has-medium-gray-color { color: #666; }
:root .has-medium-gray-background-color { background-color: #666; }
:root .has-light-gray-color { color: #767676; }
:root .has-light-gray-background-color { background-color: #767676; }
: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 { font-size: 1em; }
:root .has-large-font-size,
:root .has-larger-font-size {
line-height: 1.5;
}
:root .has-large-font-size { font-size: 1.263em; }
:root .has-larger-font-size { font-size: 1.684em; } :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,
.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: 30px;
margin-top: 30px;
} [class*="__inner-container"] .wp-block-group:not(.alignfull):not(.alignwide):not(.alignleft):not(.alignright),
[class*="__inner-container"] .wp-block-cover:not(.alignfull):not(.alignwide):not(.alignleft):not(.alignright) {
margin-left: auto;
margin-right: auto;
max-width: 676px;
}
.alignfull > [class*="__inner-container"] > .wp-block-group.alignwide,
.alignfull > [class*="__inner-container"] > .wp-block-group:not(.alignfull):not(.alignwide):not(.alignleft):not(.alignright),
.alignfull > [class*="__inner-container"] > .wp-block-cover.alignwide,
.alignfull > [class*="__inner-container"] > .wp-block-cover:not(.alignfull):not(.alignwide):not(.alignleft):not(.alignright) {
margin-left: auto;
margin-right: auto;
}
.alignfull > [class*="__inner-container"] > .wp-block-group:not(.alignfull):not(.alignwide):not(.alignleft):not(.alignright),
.alignfull > [class*="__inner-container"] > .wp-block-cover:not(.alignfull):not(.alignwide):not(.alignleft):not(.alignright) {
margin-left: 0;
} .wp-block-audio audio {
width: 100%;
} .wp-block-button:not(.alignleft):not(.alignright):first-child { margin-top: 0; }
.wp-block-button:not(.alignleft):not(.alignright):last-child { margin-bottom: 0; }
.is-style-squared .wp-block-button__link {
border-radius: 0;
} .wp-block-button.is-style-outline {
color: #1d1d1d;
}
.is-style-outline .wp-block-button__link {
background-color: transparent;
border: 2px solid currentColor;
color: inherit;
padding: 14px 16px;
}
.is-style-outline .wp-block-button__link:hover {
background-color: #1d1d1d;
border-color: #1d1d1d;
color: #fff;
}
.is-style-outline .wp-block-button__link.has-accent-color:hover {
background-color: #1abc9c;
border-color: #1abc9c;
color: #fff;
} :root .wp-block-column > *:first-child { margin-top: 0; }
:root .wp-block-column > *:last-child { margin-bottom: 0; } .wp-block-cover {
color: #fff;
} .wp-block-file {
align-items: center;
border: 1px solid #eee;
border-radius: 3px;
display: flex;
justify-content: space-between;
padding: 1em;
}
.wp-block-file a:not(.wp-block-file__button) {
color: inherit;
font-weight: 700;
}
.wp-block-file a.wp-block-file__button:active, .wp-block-file a.wp-block-file__button:focus, .wp-block-file a.wp-block-file__button:hover, .wp-block-file a.wp-block-file__button:visited {
opacity: 1;
} .post-content ul.wp-block-gallery {
list-style: none;
}
.post-content ul.wp-block-gallery:not(.alignwide) {
margin-left: 0;
}
.post-content .wp-block-gallery > li:last-child {
margin-bottom: 16px;
}
.wp-block-gallery img {
border: none;
padding: 0;
} .wp-block-media-text__content > *:first-child { margin-top: 0; }
.wp-block-media-text__content > *:last-child { margin-bottom: 0; } .post-content .wp-block-pullquote {
background: transparent;
border-bottom: 4px solid #444;
border-top: 4px solid #444;
margin: 2em 0;
padding: 3em 0;
text-align: center;
}
.post-content .wp-block-pullquote blockquote {
background: transparent;
margin-bottom: 0;
margin-top: 0;
max-width: none;
}
.post-content .wp-block-pullquote p {
line-height: 1.5;
}
.post-content .wp-block-pullquote.alignleft,
.post-content .wp-block-pullquote.alignright {
margin-bottom: 1em;
margin-top: 0;
padding: 1em 0;
}
.post-content .wp-block-pullquote cite,
.post-content .wp-block-pullquote p {
text-align: inherit;
}
.post-content .wp-block-pullquote cite:before {
content: none;
}
:root .wp-block-quote.is-large p,
:root .wp-block-quote.is-style-large p {
font-size: 1.2em;
font-style: normal;
}
:root .wp-block-quote.is-large cite,
:root .wp-block-quote.is-large footer,
:root .wp-block-quote.is-style-large cite,
:root .wp-block-quote.is-style-large footer {
font-size: 16px;
}
.wp-block-pullquote.is-style-solid-color blockquote cite {
text-transform: uppercase;
}  :root .wp-block-quote.is-large,
:root .wp-block-quote.is-style-large {
padding: 1.1em;
}
.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 {
text-align: inherit;
} hr.wp-block-separator {
background: #eee;
border: none;
color: #767676;
height: 4px;
margin: 2em auto;
width: 50%;
}
.wp-block-separator:not(.is-style-wide):not(.is-style-dots) {
max-width: none;
width: 50%;
}
.wp-block-separator.is-style-wide {
width: 100%;
}
.wp-block-separator.is-style-dots {
background: none;
height: auto;
}
.wp-block-separator.is-style-dots:before {
color: inherit;
} ul.wp-block-social-links:not(.alignwide):not(.alignfull):not(.aligncenter):not(.alignleft):not(.alignright) {
margin-left: 0;
}
.wp-social-link {
margin: 0 8px 0 0;
}  .post-content {
font-size: 19px;
}
.post-content > *:first-child { margin-top: 0 !important; }
.post-content > *:last-child { margin-bottom: 0 !important; } p.has-drop-cap:not(:focus):first-letter {
font-size: 5.95em;
font-weight: 400;
}
.post-content big {
font-size: 1.25em;
}
abbr, acronym {
cursor: help;
}
code, kbd, pre {
font-size: 0.85em;
background: #eee;
font-family: Menlo, Monaco, monospace;
}
.post-content .highlight {
background: #fcf8a5;
display: inline;
padding: 2px 3px;
}
.post-content kbd,
.post-content code {
padding: 5px;
border-radius: 3px;
}
.post-content dl { line-height: 160%; }
.post-content dl dt { font-weight: 700; }
.post-content hr {
background: #eee;
border: none;
color: #767676;
height: 4px;
margin: 2em auto;
width: 50%;
}
.post-content address {
padding: 3% 3.5%;
background: #F1F1F1;
}
.post-content pre {
background: #f1f1f1;
line-height: 140%;
padding: 2% 2.5%;
white-space: pre-wrap;
word-wrap: break-word;
}
.post-content pre code {
background-color: transparent;
padding: 0;
} blockquote {
margin: 30px 0;
}
.post-content blockquote {
background: #eee;
color: #666;
font-family: 'Raleway', 'Helvetica Neue', sans-serif;
line-height: 150%;
padding: 1.1em;
}
.post-content cite {
color: #666;
font-style: normal;
font-weight: 700;
letter-spacing: 1px;
line-height: 140%;
text-transform: uppercase;
}
.post-content cite:before { content: "— "; }
.post-content blockquote cite {
display: block;
font-size: .8em;
margin-top: 1em;
}
.post-content blockquote p:last-of-type {
margin-bottom: 0;
} figure {
margin: 0;
}
.post-content .wp-caption {
line-height: 170%;
margin-bottom: 1.1em;
max-width: 100%;
}
.wp-caption a,
.wp-caption img { display: block; }
.post-content .alignwide,
.post-content .alignfull {
margin: 2em 0;
}
.post-content .alignleft,
.post-content .alignright {
margin-bottom: 1.2em;
max-width: 40%;
}
.post-content .wp-caption .alignleft,
.post-content .wp-caption .alignright {
margin-bottom: 0;
}
.post-content .alignleft {
float: left;
margin-right: 1em;
}
.post-content .alignright {
float: right;
margin-left: 1em;
}
.post-content .aligncenter {
margin-left: auto;
margin-right: auto;
text-align: center;
}
.post-content .wp-caption-text,
.post-content .gallery-caption,
.post-content .wp-block-image figcaption,
.post-content figcaption {
color: #767676;
display: block;
font-size: .85em;
font-style: italic;
margin: 0;
padding-top: .5em;
text-align: center;
width: 100%;
}
.post-content .wp-caption-text a,
.post-content .gallery-caption a {
display: inline;
}
.post-content .gallery-caption {
font-size: 16px;
line-height: 1.5;
}  .comments,
.comment-respond {
border-top: 4px solid #eee;
padding-top: 10%;
margin-top: 10%;
}
.post-meta-bottom + .comments,
.post-meta-bottom + .comment-respond {
border-top: none;
padding-top: 0;
}
.comments-title,
#reply-title,
.pingbacks-title {
font-size: 1.75em;
font-weight: 400;
color: #2d2d2d;
}
.comments-title { margin-bottom: 10%; }
ol.commentlist,
ol.commentlist ul.children {
list-style: none;
margin: 0;
}
li.comment,
li > div.comment {
margin: 0 0 25px;
position: relative;
}
li > div.comment {
padding-bottom: 25px;
border-bottom: 1px solid #eee;
}
.commentlist > li:first-child > div.comment:first-child { border-top: 1px solid #eee; padding-top: 25px; }
.children > li > div.comment { padding-left: 10%; }
.children .children > li > div.comment { padding-left: 20%; }
.children .children .children > li > div.comment { padding-left: 30%; }
.children .children .children .children > li > div.comment { padding-left: 40%; }
.children .children .children .children .children > li > div.comment { padding-left: 50%; }
.comment .children li:last-child { margin-bottom: 0; }
.commentlist > li.comment:last-child,
.commentlist > li.comment div.comment:last-child {
margin-bottom: 0;
} .comments .pingbacks {
margin-top: 5.5%;
}
.pingbacks-inner {
margin: 0 auto;
}
.pingbacks-title {
margin-bottom: 20px;
}
.pingback-list li {
padding: 0.5em;
line-height: 130%;
}
.pingback-list a:hover {
text-decoration: underline;
}
.pingback-list li:nth-child(odd) {
background: #f9f9f9;
}
.pingback-list .comment-edit-link { color: #767676; }
.pingback-list .comment-edit-link:hover { color: #444; text-decoration: none; } .comment-meta { margin-bottom: 1em; }
.comment-meta .avatar {
display: block;
height: 50px;
width: 50px;
border-radius: 999px;
float: left;
}
.comment-actions {
font-size: 0.7em;
text-transform: uppercase;
letter-spacing: 1px;
font-weight: 700;
}
.comment-actions a { margin-left: 8px; }
.comment-actions a:first-child { margin-left: 0; }
.comment-meta-content {
margin-left: 70px;
padding-top: 7px;
}
.comment-meta-content cite {
font-size: 1.075em;
color: #444;
margin-bottom: 5px;
display: block;
font-weight: 700;
}
.bypostauthor .comment-meta-content cite .post-author {
font-weight: 400;
color: #767676;
margin-left: 3px;
letter-spacing: 0;
}
.comment-meta-content cite a { color: inherit; }
.comment-meta-content cite a:hover {
color: #1abc9c;
text-decoration: none;
}
.comment-meta-content p {
font-size: 0.8em;
}
.comment-meta-content p a { color: #BBB; }
.comment-meta-content p a:hover { color: #1abc9c; }
.comment-awaiting-moderation {
position: absolute;
right: 0;
top: 4px;
font-weight: bold;
display: block;
padding: 10px;
background: #CCC;
border-radius: 3px;
font-size: 0.8rem;
color: #fff;
text-transform: uppercase;
letter-spacing: 1px;
}
.comment-awaiting-moderation:hover { background: #2d2d2d; } .comment-nav-below {
background: none;
border-top: 4px solid #eee;
color: #666;
font-size: 0.85em;
font-weight: 700;
letter-spacing: 1px;
margin: 10% 0 -5% 0;
padding-top: 5%;
text-transform: uppercase;
}
.comment-nav-below a,
.comment-nav-below a:hover {
color: inherit;
} .comment-content {
margin-left: 70px;
font-size: 1em;
} .comment-respond {
border-top: 0;
padding-top: 0;
}
.comments + .comment-respond {
padding-top: 10%;
border-top: 4px solid #eee;
margin-top: 10%;
}
#reply-title { margin: 0 0 20px; }
#respond a:hover { text-decoration: underline; }
#respond .content-section-right {
border-radius: 0 0 4px 4px;
border-top: 1px solid #eee;
z-index: 12;
}
#cancel-comment-reply-link {
margin-left: 10px;
font-size: 0.9rem;
text-transform: uppercase;
letter-spacing: 1px;
font-weight: 700;
}
#respond p,
#respond code {
line-height: 150%;
}
#respond code { border-radius: 2px; }
.comment-form {
margin: 0;
}
.comment-form p { margin-bottom: 20px; }
.comment-form p:last-child { margin-bottom: 0; }
.comment-form label {
display: block;
margin: 0 0 8px 0;
}
p.comment-notes,
p.logged-in-as {
margin-bottom: 10%;
color: #666;
}
p.comment-notes a,
p.logged-in-as a {
color: inherit;
}
.comment-form input {
max-width: 75%;
}
p.form-allowed-tags {
margin-top: 1.5em;
line-height: 160%
}
.comment-form p.form-submit { margin: 1.5em 0 0; } .commentlist .comment-respond {
margin: 25px 0;
padding-bottom: 25px;
border-bottom: 1px solid #eee;
}
.commentlist .comment-reply-title {
margin-bottom: 10px;
}
.commentlist p.comment-notes,
.commentlist p.logged-in-as {
margin-bottom: 20px;
}  .archive-nav {
margin-top: 15%;
}
.archive-nav a {
font-weight: 700;
font-size: 0.9rem;
text-transform: uppercase;
letter-spacing: 1px;
}
.archive-nav .post-nav-older { float: left; }
.archive-nav .post-nav-newer { float: right; }   .archive-box {
font-size: 0.9em;
}
.archive-box ul {
list-style: none;
margin: 0;
}
.archive-box ul li {
line-height: 130%;
margin-bottom: 0;
margin-top: 0;
}
.archive-box > ul > li {
margin-left: 0;
}
.archive-box ul li a {
border-bottom: 1px solid #eee;
display: block;
padding: 8px 0;
}
.archive-box ul li:last-child a {
border-bottom: none;
}
.archive-box ul.children li:first-child a {
border-bottom: 1px solid #eee;
}
.archive-box ul li a span {
color: #767676;
}
.archive-box ul li a:hover {
color: #666;
text-decoration: none;
}
.archive-box ul li a:hover {
background-color: #F9F9F9;
padding-left: 12px;
} .error404 .post-content .search-form {
margin-top: 30px;
}  .widget {
border-bottom: 2px solid #000;
margin-bottom: 15%;
padding-bottom: 15%;
}
.widget:last-child {
border-bottom: 0;
margin-bottom: 0;
padding-bottom: 0;
}
.widget-title {
color: #444;
font-family: 'Raleway', sans-serif;
font-size: 0.9rem;
font-weight: 700;
margin: 0 0 20px 0;
text-transform: uppercase;
} .widget-content {
color: #555;
font-size: 1rem;
line-height: 140%;
}
.widget-content:after {
clear: both;
content: "";
display: block;
}
.widget-content *:last-child {
margin-bottom: 0;
}
.widget-content a:hover {
text-decoration: none;
}
.widget-content p {
line-height: 150%;
margin-bottom: 1em;
}
.widget-content ul {
list-style: none;
margin: 0;
}
.widget-content ul li {
border-top: 1px solid #eee;
line-height: 130%;
margin: 0;
padding: 10px 0;
}
.widget-content ul li:last-child {
padding-bottom: 0;
}
.widget-content li ul > li:first-child {
margin-top: 10px;
}
.widget-content .page_item_has_children {
padding-bottom: 0;
}
.widget-content li ul li {
padding-left: 15px;
}
.widget_recent_entries ul li a,
.widget_recent_entries ul li .post-date {
display: block;
}
.widget-content ul li .post-date {
color: #767676;
}
.widget-content ul li .post-date:not(:first-child) {
margin-top: 5px;
}
.widget-content > ul > li:first-child {
border-top: 0;
} .search-form {
background: transparent;
display: flex;
margin: 0;
width: 100%;
}
.search-form label {
margin: 0;
width: 100%;
}
.search-form .search-field {
background-color: #fff;
border-radius: 3px 0 0 3px;
border-right-width: 0;
padding: 16px 18px;
width: 100%;
}
.search-form .search-submit {
background-color: #000000 !important;
border-radius: 0 3px 3px 0;
display: block;
flex-shrink: 0;
font-size: 13px;
letter-spacing: 1px;
text-transform: uppercase;
} #wp-calendar {
color: #767676;
font-size: 0.9em;
margin: 0;
max-width: 100%;
text-align: center;
width: 100%;
}
#wp-calendar,
#wp-calendar caption,
#wp-calendar tr,
#wp-calendar td,
#wp-calendar th {
text-align: center;
}
#wp-calendar caption,
#wp-calendar th,
#wp-calendar td {
border: none;
color: inherit;
padding: 4% 2%;
}
#wp-calendar caption,
#wp-calendar thead {
color: #666;
border-bottom: 1px solid #eee;
}
#wp-calendar caption { text-transform: capitalize; }
#wp-calendar thead th {
font-weight: bold;
text-transform: uppercase;
font-size: 0.9em;
}
#wp-calendar tfoot,
.wp-calendar-nav {
border-top: 1px solid #eee;
}
.wp-calendar-nav {
display: flex;
font-size: 0.9em;
justify-content: space-between;
}
#wp-calendar tfoot td { padding: 0; }
#wp-calendar tfoot #prev { text-align: left; }
#wp-calendar tfoot #next { text-align: right; }
#wp-calendar tfoot a,
.wp-calendar-nav a {
display: block;
color: #767676;
padding: 0.6em;
}
#wp-calendar tfoot a:hover,
.wp-calendar-nav a:hover {
text-decoration: none;
color: #1abc9c;
} .widget_tag_cloud .tagcloud a {
font-size: 0.9em !important;
}
.tagcloud a {
display: block;
float: left;
padding: 8px 11px;
line-height: 1;
margin: 0 5px 5px 0;
background: #BBB;
color: #fff;
border-radius: 3px;
}
.tagcloud a:hover {
background: #1abc9c;
text-decoration: none;
color: #fff;
}  .footer {
font-size: 0.9em;
margin-top: 7.5%;
}
.column {
width: 30%;
margin-left: 5%;
}
.column:first-child {
margin-left: 0;
} .footer .widget {
border-bottom-color: #000;
}
.footer .widget-title {
color: #000;
font-weight: 700;
letter-spacing: 1px;
}
.footer .widget-content {
color: #000;
}
.footer .widget-content ul li {
border-top-color: #333;
} .footer #wp-calendar caption,
.footer #wp-calendar thead {
border-bottom-color: #333;
}
.footer #wp-calendar tfoot,
.footer .wp-calendar-nav {
border-top-color: #333;
} .footer .tagcloud a { background-color: #333; color: #fff; }
.footer .tagcloud a:hover { background-color: #1abc9c; color: #fff; }  .credits.no-padding {
font-size: 0.8rem;
}
.credits-inner {
border-top: 2px solid rgba(0,0,0,0.5);
letter-spacing: 1px;
padding: 25px 0 4%;
text-transform: uppercase;
}
.credits {
color: #000;
}
.credits a,
.credits a:hover {
color: inherit;
}
.credits-left { float: left; }
.credits-right { float: right; }
.tothetop:hover {
cursor: pointer;
}  @media ( max-width: 1040px ) {
body {
font-size: 16px;
} .wrapper {
margin-top: 7.5%;
} .post-content {
font-size: 17px;
}
}
@media ( max-width: 800px ) {
body {
font-size: 18px;
} .content,
.sidebar {
width: 100%;
float: none;
}
body:not(.show-sidebar-on-mobile) .sidebar {
display: none;
}
.sidebar {
margin-top: 15%;
}
.section.large-padding,
.section.medium-padding {
padding: 40px 0;
}
.footer {
margin-top: 60px;
} .navigation-inner {
max-width: 100%;
}
.blog-menu {
display: none;
}
.toggle-container {
background: #dce6c8;
display: flex;
justify-content: space-between;
border-radius: 15px;
border: 4px solid #6a7305b0;
padding: 0px 5px;
}
.toggle {
-webkit-appearance:none;
-moz-appearance:none;
background: none;
border-radius: 0;
box-shadow: none;
display: inline-block;
height: 57px;
padding: 20px 0px;
position: relative;
width: 32px;
}
.toggle:hover {
background-color: transparent;
cursor: pointer;
}
.nav-toggle .bar {
display: block;
width: 24px;
height: 3px;
margin-top: 4px;
background: #1d1d1d;
}
.nav-toggle .bar:first-child {
margin-top: 0;
}
.nav-toggle.active .bar {
background-color: gray;
}
.search-toggle .metal,
.search-toggle .glass,
.search-toggle .handle {
position: absolute;
}
.search-toggle .metal {
background-color: #1d1d1d;
border-radius: 999px;
height: 24px;
left: 6px;
top: 14px;
width: 24px;
}
.search-toggle .glass {
background-color: #dce6c8;
border-radius: 999px;
height: 14px;
left: 11px;
top: 19px;
width: 14px;
}
.search-toggle .handle {
background-color: #000;
border-radius: 2px 0 0 2px;
height: 5px;
left: 0px;
top: 36px;
transform: rotate( -45deg );
width: 14px;
}
.search-toggle.active .metal,
.search-toggle.active .handle {
background-color: #fff;
}
.blog-search,
.navigation {
background-color: #282828;
}
.blog-search .search-form .search-submit {
border: none;
}
.mobile-menu,
.mobile-menu ul,
.mobile-menu li {
list-style: none;
margin: 0;
}
.mobile-menu a {
background-color: #6a730500;
border-bottom: 1px solid rgba( 255, 255, 255, 0.4 );
color: rgba( 255, 255, 255, 1.0 );
display: block;
font-size: 13px;
letter-spacing: 1px;
padding: 24px;
text-transform: uppercase;
}
.mobile-menu a:hover,
.mobile-menu .current-menu-item a {
color: #fff;
}
.mobile-menu ul a {
width: 100%;
}
.mobile-menu ul a { padding-left: 40px; }
.mobile-menu ul ul a { padding-left: 60px; }
.mobile-menu ul ul ul a { padding-left: 80px; }
.mobile-menu ul ul ul ul a { padding-left: 100px; }
.mobile-menu ul ul ul ul ul a { padding-left: 120px; }
.blog-search {
padding: 8%;
} .post-content {
font-size: 19px;
}
.post-content .alignfull,
.wp-block-cover-image {
margin: 2.5em 0;
max-width: 100vw;
position: relative;
left: calc( 50% - 50vw );
width: 100vw;
}
.wp-block-image.alignfull img {
border: none;
padding: 0;
}
.post-content .alignwide {
margin-left: 0;
position: relative;
left: calc( 50% - 50vw + 20px );
width: calc( 100vw - 40px );
} .archive-nav {
margin-top: 60px;
}
}
@media ( max-width: 700px ) {
body {
font-size: 16px;
} .post-content h1,
.post-content h2,
.post-content h3,
.post-content h4,
.post-content h5,
.post-content h6 {
margin-top: 30px;
margin-bottom: 10px;
} .header.section {
padding: 60px 0;
}
.blog-info {
padding: 20px;
}
.blog-description:before {
margin: 15px auto;
} .post {
padding-bottom: 35px;
margin-bottom: 35px;
}
.post:last-child {
border-bottom: none;
margin-bottom: 0;
padding-bottom: 0;
}
.featured-media {
margin-bottom: 25px;
}
.post-header {
margin-bottom: 25px;
}
.post-title {
margin-bottom: 12px;
}
.post-meta-bottom {
margin-top: 40px;
} .post-content {
font-size: 17px;
} .comments {
margin-top: 30px;
padding-top: 30px;
}
.comments-title,
#reply-title {
font-size: 1.5em;
}
.comments-title {
margin-bottom: 30px;
}
.comment-meta-content {
padding-top: 9px;
}
.comment-actions {
margin-top: 10px;
}
.comment-meta .comment-actions {
display: none;
}
.comment-content .comment-actions {
display: block;
position: relative;
top: auto;
right: auto;
margin-top: 1em;
} .comment-respond {
margin-top: 30px;
}
#reply-title {
margin-bottom: 10px;
}
.comment-form input {
max-width: 100%;
}
.comment-form p {
margin-bottom: 15px;
}
p.comment-notes,
p.logged-in-as {
margin-bottom: 30px;
}
.comment-form textarea {
height: 180px;
} .sidebar {
margin-top: 40px;
}
.widget {
margin-bottom: 40px;
padding-bottom: 40px;
} .footer {
margin-top: 60px;
}
.footer .column {
width: 100%;
margin-left: 0;
padding-top: 40px;
border-top: 4px solid rgba( 255, 255, 255, .1 );
margin-top: 40px;
}
.footer .column:first-child {
border-top: none;
margin-top: 0;
padding-top: 0;
} .credits.section {
border-top: 1px solid rgba( 255, 255, 255, .1 );
}
.credits-inner {
border-top: none;
padding: 30px 0;
text-align: center;
}
.credits p {
display: inline;
float: none;
}
.credits .right,
.credits span {
display: none;
}
}
@media ( max-width: 500px ) {
body {
font-size: 15px;
} .header.section {
padding: 30px 0;
} .post-title {
font-size: 1.75em;
}
.post-author {
display: none;
}
.post-header .date-sep:nth-of-type(2) {
display: none;
}
.media-caption-container {
margin: -3px 0 0 0;
position: static;
width: 100%;
}
.media-caption,
.media-caption:hover {
background-color: #eee;
color: #666;
}
.media-caption {
border-radius: 0 0 4px 4px;
padding: 10px;
width: 100%;
} .single .post-nav {
font-size: 1em;
padding: 0;
}
.single .post-nav a,
.single .post-nav .post-nav-newer {
float: none;
max-width: 100%;
padding: 20px 0;
text-align: left;
}
.single .post-nav .post-nav-newer {
border-top: 1px solid #eee;
}
.single .post-nav .post-nav-newer h5 {
text-align: left;
} .blog .format-quote .post-content,
.archive .format-quote .post-content,
.search .format-quote .post-content {
padding: 20px;
}
.blog .format-quote .post-content blockquote,
.archive .format-quote .post-content blockquote,
.search .format-quote .post-content blockquote {
font-size: 1em;
}
.blog .format-quote .post-content blockquote cite,
.archive .format-quote .post-content blockquote cite,
.search .format-quote .post-content blockquote cite {
font-size: 0.75rem;
} .post-content {
font-size: 16px;
}
.post-content .alignleft,
.post-content .alignright {
float: none;
margin: 0 auto 1.2em auto;
max-width: 100%;
}
.post-content .alignleft img,
.post-content .alignright img {
display: block;
margin: 0 auto;
} .comment-meta-content {
margin-left: 65px;
}
.comment-content {
margin-left: 0;
} .archive-nav {
margin-top: 40px;
}
.archive-nav a {
font-size: 0.8rem;
}
.post-nav span,
.archive-nav span,
.comment-nav-below span {
display: none;
} .footer {
margin-top: 40px;
}
}