@charset "UTF-8";
.wpcf7 .screen-reader-response {
position: absolute;
overflow: hidden;
clip: rect(1px, 1px, 1px, 1px);
clip-path: inset(50%);
height: 1px;
width: 1px;
margin: -1px;
padding: 0;
border: 0;
word-wrap: normal !important;
}
.wpcf7 .hidden-fields-container {
display: none;
}
.wpcf7 form .wpcf7-response-output {
margin: 2em 0.5em 1em;
padding: 0.2em 1em;
border: 2px solid #00a0d2; }
.wpcf7 form.init .wpcf7-response-output,
.wpcf7 form.resetting .wpcf7-response-output,
.wpcf7 form.submitting .wpcf7-response-output {
display: none;
}
.wpcf7 form.sent .wpcf7-response-output {
border-color: #46b450; }
.wpcf7 form.failed .wpcf7-response-output,
.wpcf7 form.aborted .wpcf7-response-output {
border-color: #dc3232; }
.wpcf7 form.spam .wpcf7-response-output {
border-color: #f56e28; }
.wpcf7 form.invalid .wpcf7-response-output,
.wpcf7 form.unaccepted .wpcf7-response-output,
.wpcf7 form.payment-required .wpcf7-response-output {
border-color: #ffb900; }
.wpcf7-form-control-wrap {
position: relative;
}
.wpcf7-not-valid-tip {
color: #dc3232; font-size: 1em;
font-weight: normal;
display: block;
}
.use-floating-validation-tip .wpcf7-not-valid-tip {
position: relative;
top: -2ex;
left: 1em;
z-index: 100;
border: 1px solid #dc3232;
background: #fff;
padding: .2em .8em;
width: 24em;
}
.wpcf7-list-item {
display: inline-block;
margin: 0 0 0 1em;
}
.wpcf7-list-item-label::before,
.wpcf7-list-item-label::after {
content: " ";
}
.wpcf7-spinner {
visibility: hidden;
display: inline-block;
background-color: #23282d; opacity: 0.75;
width: 24px;
height: 24px;
border: none;
border-radius: 100%;
padding: 0;
margin: 0 24px;
position: relative;
}
form.submitting .wpcf7-spinner {
visibility: visible;
}
.wpcf7-spinner::before {
content: '';
position: absolute;
background-color: #fbfbfc; top: 4px;
left: 4px;
width: 6px;
height: 6px;
border: none;
border-radius: 100%;
transform-origin: 8px 8px;
animation-name: spin;
animation-duration: 1000ms;
animation-timing-function: linear;
animation-iteration-count: infinite;
}
@media (prefers-reduced-motion: reduce) {
.wpcf7-spinner::before {
animation-name: blink;
animation-duration: 2000ms;
}
}
@keyframes spin {
from {
transform: rotate(0deg);
}
to {
transform: rotate(360deg);
}
}
@keyframes blink {
from {
opacity: 0;
}
50% {
opacity: 1;
}
to {
opacity: 0;
}
}
.wpcf7 [inert] {
opacity: 0.5;
}
.wpcf7 input[type="file"] {
cursor: pointer;
}
.wpcf7 input[type="file"]:disabled {
cursor: default;
}
.wpcf7 .wpcf7-submit:disabled {
cursor: not-allowed;
}
.wpcf7 input[type="url"],
.wpcf7 input[type="email"],
.wpcf7 input[type="tel"] {
direction: ltr;
}
.wpcf7-reflection > output {
display: list-item;
list-style: none;
}
.wpcf7-reflection > output[hidden] {
display: none;
}

@font-face {
font-family: "photoblocks-public";
src:url(//www.ace-archery.com.sg/wp-content/plugins/photoblocks-grid-gallery/public/css/fonts/photoblocks-public.eot);
src:url(//www.ace-archery.com.sg/wp-content/plugins/photoblocks-grid-gallery/public/css/fonts/photoblocks-public.eot?#iefix) format("embedded-opentype"),
url(//www.ace-archery.com.sg/wp-content/plugins/photoblocks-grid-gallery/public/css/fonts/photoblocks-public.woff) format("woff"),
url(//www.ace-archery.com.sg/wp-content/plugins/photoblocks-grid-gallery/public/css/fonts/photoblocks-public.ttf) format("truetype"),
url(//www.ace-archery.com.sg/wp-content/plugins/photoblocks-grid-gallery/public/css/fonts/photoblocks-public.svg#photoblocks-public) format("svg");
font-weight: normal;
font-style: normal;
}
.photoblocks-gallery .pb-blocks {
position: relative;
perspective: none;
z-index: 1;
}
.photoblocks-gallery .pb-block {
position: absolute;
overflow: hidden;
background-size: cover;
background-position: center;    
opacity: 0;    
}
.photoblocks-gallery.pb-disabled .pb-block {
position: relative;
}
.photoblocks-gallery .pb-block .pb-image {
display: none;
max-width: 999em;
height:100%;
z-index: 11111;
position: absolute;
top: 0;
left: 0;
}
.photoblocks-gallery .pb-block.pb-portrait .pb-image {
width: 100%;
height: auto;
}
.photoblocks-gallery .pb-block.pb-landscape .pb-image {
height: 100%;
width: auto;
}
.photoblocks-gallery .pb-block.pb-landscape.pb-height .pb-image {
height: auto;
width: 100%;
}
.photoblocks-gallery .pb-block.pb-landscape.pb-width .pb-image {
height: 100%;
width: auto;
}
.photoblocks-gallery .pb-block.pb-portrait.pb-width .pb-image {
height: 100%;
width: auto;
}
.photoblocks-gallery .pb-block .pb-overlay {
display: flex;
position: absolute;
top:0;
left:0;
right:0;
bottom:0;
background: rgba(0, 0, 0, .5);
opacity:0;
-webkit-transition: opacity .2s;
-moz-transition: opacity .2s;
-ms-transition: opacity .2s;
-o-transition: opacity .2s;
transition: opacity .2s;    
align-items: center;
justify-content: center;
z-index: 11111;
}
.photoblocks-gallery .pb-block.pb-type-text .pb-overlay {
opacity: 1;
} 
.photoblocks-gallery .pb-block .pb-link {
position: absolute;
top: 0;
left: 0;
bottom: 0;
right: 0;   
border: 0;
transition: none;
border: 0;
box-shadow: none;
text-decoration: none;
z-index: 11112;
}
.photoblocks-gallery.show-empty-overlay .pb-block:hover .pb-overlay,
.photoblocks-gallery .pb-block.with-text:hover .pb-overlay {
opacity: 1;
}
.photoblocks-gallery .pb-block .pb-overlay .pb-title,
.photoblocks-gallery .pb-block .pb-overlay .pb-description {
display: block;
margin-bottom: 10px;
}
.photoblocks-gallery.pb-disabled .pb-block .pb-overlay,
.photoblocks-gallery.pb-disabled .pb-block .pb-overlay .pb-caption-top {
position: static;
}
.photoblocks-gallery .pb-block .pb-overlay .pb-caption-top {
position: absolute;
top:16px;
left:16px;
right:16px;
z-index: 100;
}
.photoblocks-gallery .pb-block .pb-overlay .pb-caption-middle {
margin-left: 16px;
margin-right: 16px;
z-index: 100;
width: 100%;
}
.photoblocks-gallery .pb-block .pb-overlay .pb-caption-bottom {
position: absolute;
bottom:16px;
left:16px;
right:16px;
z-index: 100;
}
.photoblocks-gallery .pb-block .pb-overlay .pb-caption-center {
text-align: center;
}
.photoblocks-gallery .pb-block .pb-overlay .pb-caption-left {
text-align: left;
margin-left: 10px;
}
.photoblocks-gallery .pb-block .pb-overlay .pb-caption-right {
text-align: right;
margin-right: 10px;
}
.photoblocks-gallery.pb-blur.show-empty-overlay .pb-block.pb-type-image:hover .pb-image,
.photoblocks-gallery.pb-blur .pb-block.pb-type-image.with-text:hover .pb-image {
filter: blur(4px);
}
.photoblocks-gallery.pb-lift.show-empty-overlay .pb-block.pb-type-image:hover,
.photoblocks-gallery.pb-lift .pb-block.pb-type-image.with-text:hover {
transform: scale(1.05) !important;
box-shadow: #ccc 0 0 40px;
z-index: 100;
} .photoblocks-gallery ul.pb-filters {
margin:0 0 20px 0;
padding: 0;
}
.photoblocks-gallery ul.pb-filters a {
border: 2px solid transparent;
padding: 6px 10px;
}
.photoblocks-gallery ul.pb-filters a.selected {
border-bottom-color: #444;
}
.photoblocks-gallery ul.pb-filters.pb-filters-style-boxed a.selected {
border-color: #444;
}
.photoblocks-gallery ul.pb-filters.pb-filters-position-left {
text-align: left;
}
.photoblocks-gallery ul.pb-filters.pb-filters-position-center {
text-align: center;
}
.photoblocks-gallery ul.pb-filters.pb-filters-position-right {
text-align: right;
}
.photoblocks-gallery ul.pb-filters li {
margin:0 16px 0 0;
padding: 0;
list-style-type: none;
display: inline-block;
}
.photoblocks-gallery .pb-block.pb-filtered {
display: none;
}
.photoblocks-gallery.pb-disabled .pb-block.pb-filtered {
display: none;
}  .mfp-fade.mfp-bg {
opacity: 0;
-webkit-transition: all 0.15s ease-out;
-moz-transition: all 0.15s ease-out;
transition: all 0.15s ease-out;
} .mfp-fade.mfp-bg.mfp-ready {
opacity: 0.8;
} .mfp-fade.mfp-bg.mfp-removing {
opacity: 0;
} .mfp-fade.mfp-wrap .mfp-content {
opacity: 0;
-webkit-transition: all 0.15s ease-out;
-moz-transition: all 0.15s ease-out;
transition: all 0.15s ease-out;
} .mfp-fade.mfp-wrap.mfp-ready .mfp-content {
opacity: 1;
} .mfp-fade.mfp-wrap.mfp-removing .mfp-content {
opacity: 0;
}
.mfp-with-zoom .mfp-container,
.mfp-with-zoom.mfp-bg {
opacity: 0;
-webkit-backface-visibility: hidden; -webkit-transition: all 0.3s ease-out;
-moz-transition: all 0.3s ease-out;
-o-transition: all 0.3s ease-out;
transition: all 0.3s ease-out;
}
.mfp-with-zoom.mfp-ready .mfp-container {
opacity: 1;
}
.mfp-with-zoom.mfp-ready.mfp-bg {
opacity: 0.8;
}
.mfp-with-zoom.mfp-removing .mfp-container,
.mfp-with-zoom.mfp-removing.mfp-bg {
opacity: 0;
}  .photoblocks-gallery.pb-effect-hidden .pb-block.with-text .pb-overlay .pb-title,
.photoblocks-gallery.pb-effect-hidden .pb-block.with-text .pb-overlay .pb-description
.photoblocks-gallery.pb-effect-hidden .pb-block.with-text:hover .pb-overlay .pb-title,
.photoblocks-gallery.pb-effect-hidden .pb-block.with-text:hover .pb-overlay .pb-description {
display: none;
opacity: 0;
} .pb-effect-sticky .pb-block.pb-type-image .pb-overlay .pb-caption-bottom {
left: 0;
right: 0;
bottom: 0;
background: rgba(255, 255, 255, .8);
opacity: 1;
padding-bottom: 0;
}
.pb-effect-sticky .pb-block .pb-social {
opacity: 0;
transition: opacity .3s;
}
.pb-effect-sticky .pb-block:hover .pb-social {
opacity: 1;
}
.pb-effect-sticky .pb-block.pb-type-image .pb-overlay {
background: transparent;
opacity: 1;
}
.pb-effect-sticky .pb-block.pb-type-image:hover .pb-image {
opacity: 1;
}
.pb-effect-sticky .pb-type-image .pb-title {
margin:12px;
margin-bottom: 0;
}
.pb-effect-sticky .pb-block.pb-type-image:hover .pb-caption-bottom {
padding-bottom: 20px;
}
.photoblocks-gallery.pb-effect-sticky .pb-block.pb-type-image .pb-overlay .pb-caption-middle {
margin-top: -30px;
}
.mfp-bg {
z-index: 111042 !important;
}
.mfp-wrap {
z-index: 111043 !important;
}
.pb-gallery-error {
padding: 4px 6px;
background-color:#ff282e;
border:1px solid #f20006;
color:#fff;
}.wp-video-popup-wrapper{display:none;position:fixed;top:0;left:0;width:100%;height:100%;align-items:center;justify-content:center;background:rgba(0,0,0,0.88);z-index:8888888}.wp-video-popup-video{display:none;z-index:8888889}.wp-video-popup-video.is-landscape{width:90%;height:auto;max-width:1200px;max-height:90%}.wp-video-popup-video.is-hosted.is-portrait{width:auto;height:90%;max-width:90%}.wp-video-popup-close{background-image:url(//www.ace-archery.com.sg/wp-content/plugins/responsive-youtube-vimeo-popup/assets/img/wp-video-popup-close.png);background-size:15px auto;background-repeat:no-repeat;background-position:center center;position:absolute;right:0;top:0;height:60px;text-align:center;width:60px;cursor:pointer;z-index:9999999;-moz-transition:opacity 0.25s;-o-transition:opacity 0.25s;-webkit-transition:opacity 0.25s;transition:opacity 0.25s}.wp-video-popup-close:hover{opacity:0.7}.wp-video-popup{cursor:pointer}