.ancr-group > .ancr{
margin-bottom: 0 !important;
}
.ancr-group.ancr-sticky {
position: fixed;
left: 0;
right: 0;
}
.ancr-group.ancr-normal {
z-index: 9999;
}
.ancr-group.ancr-pos-top{
top: 0;
z-index: 99999;
}
.ancr-group.ancr-pos-top > .ancr{
top: 0;
border-top: 0!important;
}
.ancr-group.ancr-pos-bottom{
bottom: 0;
z-index: 99999;
}
.ancr-group.ancr-pos-bottom > .ancr{
top: 0;
border-bottom: 0!important;
}
.ancr.ancr-wrap{
display: none;
position: relative;
width: 100%;
background-color: #fff;
box-sizing: border-box;
padding: 0.5em 1em;
border-left-width: 0 !important;
border-right-width: 0 !important;
} .ancr .ancr-container {
max-width: 1000px;
margin: 0 auto;
display: flex;
}
.ancr .ancr-inner{
display: inline-block;
}
.ancr .ancr-inner > *{
margin-bottom: 1em;
}
.ancr .ancr-inner > *:first-child {
margin-top: 0;
}
.ancr .ancr-inner > *:last-child {
margin-bottom: 0;
} .ancr .ancr-content{
display: flex;
flex-direction: column;
justify-content: center;
}
.ancr .ancr-content p {
color: inherit;
font-size: inherit;
} .ancr.ancr-lo-separate_column .ancr-content{
flex: 1;
}
.ancr.ancr-lo-separate_row .ancr-container{
display: block;
}
.ancr.ancr-lo-separate_row .ancr-btn-wrap{
margin: 0.5em 0;
}
.ancr.ancr-lo-ticker{
overflow: hidden;
}
.ancr.ancr-lo-ticker.ancr-lo-ticker-anim .ancr-container{
animation: ancr-marquee 20s linear infinite;
}
.ancr.ancr-lo-ticker .ancr-container{ max-width: none !important;
display: inline-flex;
visibility: hidden;
}
.ancr.ancr-lo-ticker .ancr-content{
flex: none;
white-space: nowrap;
} .ancr.ancr-align-center .ancr-container{
justify-content: center;
text-align: center;
}
.ancr.ancr-align-center .ancr-btn-wrap{
justify-content: center;
}
.ancr.ancr-align-right .ancr-container{
justify-content: flex-end;
text-align: right;
}
.ancr.ancr-align-right .ancr-btn-wrap{
justify-content: flex-end;
} .ancr .ancr-close-btn {
position: absolute;
top: 0;
right: 0;
color: inherit;
line-height: 0;
padding: 0.5em;
z-index: 999;
}
.ancr .ancr-close-btn:hover {
opacity: 0.5;
}
.ancr .ancr-close-icon{
width: 16px;
height: 16px;
}
.ancr.ancr-lo-separate_column.ancr-has-close-btn{
padding-right: 3.5em;
} .ancr .ancr-btn-wrap{
display: inline-block;
margin: 0 0 0 1em;
line-height: 0;
display: flex;
flex-direction: row;
align-items: center;
}
.ancr .ancr-btn {
padding: 0.5em 1em;
display: inline-block;
margin: 0 0.5em 0 0;
text-align: center;
line-height: 1;
white-space: nowrap;
vertical-align: middle;
text-decoration: none;
}
.ancr .ancr-btn:last-child {
margin-right: 0;
}
.ancr .ancr-btn:hover{
filter: brightness(0.8);
}
.ancr .ancr-btn:active{
filter: brightness(0.5);
} .ancr-top-spacer{
transition: height 0.5s;
}
@keyframes ancr-marquee {
0% {
transform: translateX(var(--ancr-width));
}
100% {
transform: translateX(-100%);
}
}
@media only screen and (max-width: 800px) {
.ancr-lo-same_row .ancr-container{
display: block;
}
.ancr-lo-same_row .ancr-btn-wrap{
margin: 0.5em 0 0 0;
}
.ancr-lo-separate_column .ancr-container{
display: block;
}
.ancr-lo-separate_column .ancr-btn-wrap{
margin: 0.5em 0 0 0;
}
}.full_width,
.one_half,
.one_third,
.two_third,
.one_fourth,
.three_fourth,
.one_fifth,
.two_fifth,
.three_fifth,
.four_fifth,
.one_sixth,
.five_sixth {
float: left;
}
.clear_column {
clear:both;
display:block;
font-size:0; height:0;
line-height:0; width:100%;
overflow: hidden;
}  .full_width  {
width: 100%;
}
.one_half  {
width: 50%;
}
.one_third  {
width: 33.3%;
}
.two_third  {
width: 66.6%;
}
.one_fourth  {
width: 25%;
}
.three_fourth  {
width: 75%;
}
.one_fifth  {
width: 20%;
}
.two_fifth  {
width: 40%;
}
.three_fifth  {
width: 60%;
}
.four_fifth  {
width: 80%;
}
.one_sixth  {
width: 16.6%;
}
.five_sixth  {
width: 83.4%;
}  @media screen and (max-width: 600px) {
.full_width,
.one_half,
.one_third,
.two_third,
.one_fourth,
.three_fourth,
.one_fifth,
.two_fifth,
.three_fifth,
.four_fifth,
.one_sixth,
.five_sixth {
clear: both;
width: 100%;
margin-left: 0;
margin-right: 0;
margin-bottom: 1em;
}
}.wpcf7 .screen-reader-response {
position: absolute;
overflow: hidden;
clip: rect(1px, 1px, 1px, 1px);
clip-path: inset(50%);
height: 1px;
width: 1px;
margin: -1px;
padding: 0;
border: 0;
word-wrap: normal !important;
}
.wpcf7 form .wpcf7-response-output {
margin: 2em 0.5em 1em;
padding: 0.2em 1em;
border: 2px solid #00a0d2; }
.wpcf7 form.init .wpcf7-response-output,
.wpcf7 form.resetting .wpcf7-response-output,
.wpcf7 form.submitting .wpcf7-response-output {
display: none;
}
.wpcf7 form.sent .wpcf7-response-output {
border-color: #46b450; }
.wpcf7 form.failed .wpcf7-response-output,
.wpcf7 form.aborted .wpcf7-response-output {
border-color: #dc3232; }
.wpcf7 form.spam .wpcf7-response-output {
border-color: #f56e28; }
.wpcf7 form.invalid .wpcf7-response-output,
.wpcf7 form.unaccepted .wpcf7-response-output,
.wpcf7 form.payment-required .wpcf7-response-output {
border-color: #ffb900; }
.wpcf7-form-control-wrap {
position: relative;
}
.wpcf7-not-valid-tip {
color: #dc3232; font-size: 1em;
font-weight: normal;
display: block;
}
.use-floating-validation-tip .wpcf7-not-valid-tip {
position: relative;
top: -2ex;
left: 1em;
z-index: 100;
border: 1px solid #dc3232;
background: #fff;
padding: .2em .8em;
width: 24em;
}
.wpcf7-list-item {
display: inline-block;
margin: 0 0 0 1em;
}
.wpcf7-list-item-label::before,
.wpcf7-list-item-label::after {
content: " ";
}
.wpcf7-spinner {
visibility: hidden;
display: inline-block;
background-color: #23282d; opacity: 0.75;
width: 24px;
height: 24px;
border: none;
border-radius: 100%;
padding: 0;
margin: 0 24px;
position: relative;
}
form.submitting .wpcf7-spinner {
visibility: visible;
}
.wpcf7-spinner::before {
content: '';
position: absolute;
background-color: #fbfbfc; top: 4px;
left: 4px;
width: 6px;
height: 6px;
border: none;
border-radius: 100%;
transform-origin: 8px 8px;
animation-name: spin;
animation-duration: 1000ms;
animation-timing-function: linear;
animation-iteration-count: infinite;
}
@media (prefers-reduced-motion: reduce) {
.wpcf7-spinner::before {
animation-name: blink;
animation-duration: 2000ms;
}
}
@keyframes spin {
from {
transform: rotate(0deg);
}
to {
transform: rotate(360deg);
}
}
@keyframes blink {
from {
opacity: 0;
}
50% {
opacity: 1;
}
to {
opacity: 0;
}
}
.wpcf7 [inert] {
opacity: 0.5;
}
.wpcf7 input[type="file"] {
cursor: pointer;
}
.wpcf7 input[type="file"]:disabled {
cursor: default;
}
.wpcf7 .wpcf7-submit:disabled {
cursor: not-allowed;
}
.wpcf7 input[type="url"],
.wpcf7 input[type="email"],
.wpcf7 input[type="tel"] {
direction: ltr;
}
.wpcf7-reflection > output {
display: list-item;
list-style: none;
}
.wpcf7-reflection > output[hidden] {
display: none;
}.extcf7-row, .extcf7-row *, .extcf7-row *::before, .extcf7-row *::after{
box-sizing: border-box;
}
.extcf7-row {
--extcf7-row-gap: 1rem;
display: flex;
flex-wrap: wrap;
margin-right: calc(-.5* var(--extcf7-row-gap));
margin-left: calc(-.5* var(--extcf7-row-gap));
}
.extcf7-row:not(:last-child) {
margin-bottom: var(--extcf7-row-gap);
}
.extcf7-col {
padding-right: calc(0.5* var(--extcf7-row-gap));
padding-left: calc(0.5* var(--extcf7-row-gap));
}
.extcf7-col-12 {
width: 100%;
}
.extcf7-col-6 {
width: 50%;
}
.extcf7-col-4 {
width: 33.3333%;
}
.extcf7-col-3 {
width: 25%;
} .wpcf7-extcf7-range-slider {
width: 100%;
}
.wpcf7-extcf7-range-slider-amount {
line-height: 1;
text-align: right;
margin-bottom: 10px;
}
.wpcf7-extcf7-range-slider .ui-widget.ui-widget-content {
width: 100%;
height: 10px;
border: none;
background-color: #DCDCDC;
border-radius: 10px;
margin-block: 5px;
}
.wpcf7-extcf7-range-slider .ui-widget.ui-widget-content .ui-slider-range {
background-color: #1D39D7;
border-radius: 10px;
}
.wpcf7-extcf7-range-slider .ui-widget.ui-widget-content .ui-slider-handle {
background-color: #ffffff;
border-radius: 20px;
width: 20px;
height: 20px;
border: 3px solid #1D39D7;
outline: none;
top: 50%;
margin-top: -10px;
margin-left: -10px;
}
.wpcf7-extcf7-range-slider .ui-widget.ui-widget-content .ui-slider-handle.ui-state-active,
.wpcf7-extcf7-range-slider .ui-widget.ui-widget-content .ui-slider-handle.ui-state-hover {
background-color: #1D39D7;
} .extcf7_signature_field_input {
display: none;
}
.extcf7_signature_pad {
position: relative;
display: flex;
flex-direction: column;
}
.extcf7_signature_pad canvas {
max-width: max-content;
width: 100%;
}.mfp-bg {
top: 0;
left: 0;
width: 100%;
height: 100%;
z-index: 1042;
overflow: hidden;
position: fixed;
background: #0b0b0b;
opacity: 0.8;
filter: alpha(opacity=80); }
.mfp-wrap {
top: 0;
left: 0;
width: 100%;
height: 100%;
z-index: 1043;
position: fixed;
outline: none !important;
-webkit-backface-visibility: hidden; }
.mfp-container {
text-align: center;
position: absolute;
width: 100%;
height: 100%;
left: 0;
top: 0;
padding: 0 8px;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box; }
.mfp-container:before {
content: '';
display: inline-block;
height: 100%;
vertical-align: middle; }
.mfp-align-top .mfp-container:before {
display: none; }
.mfp-content {
position: relative;
display: inline-block;
vertical-align: middle;
margin: 0 auto;
text-align: left;
z-index: 1045; }
.mfp-inline-holder .mfp-content, .mfp-ajax-holder .mfp-content {
width: 100%;
cursor: auto; }
.mfp-ajax-cur {
cursor: progress; }
.mfp-zoom-out-cur, .mfp-zoom-out-cur .mfp-image-holder .mfp-close {
cursor: -moz-zoom-out;
cursor: -webkit-zoom-out;
cursor: zoom-out; }
.mfp-zoom {
cursor: pointer;
cursor: -webkit-zoom-in;
cursor: -moz-zoom-in;
cursor: zoom-in; }
.mfp-auto-cursor .mfp-content {
cursor: auto; }
.mfp-close, .mfp-arrow, .mfp-preloader, .mfp-counter {
-webkit-user-select: none;
-moz-user-select: none;
user-select: none; }
.mfp-loading.mfp-figure {
display: none; }
.mfp-hide {
display: none !important; }
.mfp-preloader {
color: #cccccc;
position: absolute;
top: 50%;
width: auto;
text-align: center;
margin-top: -0.8em;
left: 8px;
right: 8px;
z-index: 1044; }
.mfp-preloader a {
color: #cccccc; }
.mfp-preloader a:hover {
color: white; }
.mfp-s-ready .mfp-preloader {
display: none; }
.mfp-s-error .mfp-content {
display: none; }
button.mfp-close, button.mfp-arrow {
overflow: visible;
cursor: pointer;
background: transparent;
border: 0;
-webkit-appearance: none;
display: block;
outline: none;
padding: 0;
z-index: 1046;
-webkit-box-shadow: none;
box-shadow: none; }
button::-moz-focus-inner {
padding: 0;
border: 0; }
.mfp-close {
width: 44px;
height: 44px;
line-height: 44px;
position: absolute;
right: 0;
top: 0;
text-decoration: none;
text-align: center;
opacity: 0.65;
padding: 0 0 18px 10px;
color: white;
font-style: normal;
font-size: 28px;
font-family: Arial, Baskerville, monospace; }
.mfp-close:hover, .mfp-close:focus {
opacity: 1; }
.mfp-close:active {
top: 1px; }
.mfp-close-btn-in .mfp-close {
color: #333333; }
.mfp-image-holder .mfp-close, .mfp-iframe-holder .mfp-close {
color: white;
right: -6px;
text-align: right;
padding-right: 6px;
width: 100%; }
.mfp-counter {
position: absolute;
top: 0;
right: 0;
color: #cccccc;
font-size: 12px;
line-height: 18px; }
.mfp-arrow {
position: absolute;
opacity: 0.65;
margin: 0;
top: 50%;
margin-top: -55px;
padding: 0;
width: 90px;
height: 110px;
-webkit-tap-highlight-color: rgba(0, 0, 0, 0); }
.mfp-arrow:active {
margin-top: -54px; }
.mfp-arrow:hover, .mfp-arrow:focus {
opacity: 1; }
.mfp-arrow:before, .mfp-arrow:after, .mfp-arrow .mfp-b, .mfp-arrow .mfp-a {
content: '';
display: block;
width: 0;
height: 0;
position: absolute;
left: 0;
top: 0;
margin-top: 35px;
margin-left: 35px;
border: medium inset transparent; }
.mfp-arrow:after, .mfp-arrow .mfp-a {
border-top-width: 13px;
border-bottom-width: 13px;
top: 8px; }
.mfp-arrow:before, .mfp-arrow .mfp-b {
border-top-width: 21px;
border-bottom-width: 21px; }
.mfp-arrow-left {
left: 0; }
.mfp-arrow-left:after, .mfp-arrow-left .mfp-a {
border-right: 17px solid white;
margin-left: 31px; }
.mfp-arrow-left:before, .mfp-arrow-left .mfp-b {
margin-left: 25px;
border-right: 27px solid #3f3f3f; }
.mfp-arrow-right {
right: 0; }
.mfp-arrow-right:after, .mfp-arrow-right .mfp-a {
border-left: 17px solid white;
margin-left: 39px; }
.mfp-arrow-right:before, .mfp-arrow-right .mfp-b {
border-left: 27px solid #3f3f3f; }
.mfp-iframe-holder {
padding-top: 40px;
padding-bottom: 40px; }
.mfp-iframe-holder .mfp-content {
line-height: 0;
width: 100%;
max-width: 900px; }
.mfp-iframe-holder .mfp-close {
top: -40px; }
.mfp-iframe-scaler {
width: 100%;
height: 0;
overflow: hidden;
padding-top: 56.25%; }
.mfp-iframe-scaler iframe {
position: absolute;
display: block;
top: 0;
left: 0;
width: 100%;
height: 100%;
box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
background: black; } img.mfp-img {
width: auto;
max-width: 100%;
height: auto;
display: block;
line-height: 0;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
padding: 40px 0 40px;
margin: 0 auto; } .mfp-figure {
line-height: 0; }
.mfp-figure:after {
content: '';
position: absolute;
left: 0;
top: 40px;
bottom: 40px;
display: block;
right: 0;
width: auto;
height: auto;
z-index: -1;
box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
background: #444444; }
.mfp-figure small {
color: #bdbdbd;
display: block;
font-size: 12px;
line-height: 14px; }
.mfp-bottom-bar {
margin-top: -36px;
position: absolute;
top: 100%;
left: 0;
width: 100%;
cursor: auto; }
.mfp-title {
text-align: left;
line-height: 18px;
color: #f3f3f3;
word-wrap: break-word;
padding-right: 36px; }
.mfp-image-holder .mfp-content {
max-width: 100%; }
.mfp-gallery .mfp-image-holder .mfp-figure {
cursor: pointer; }
@media screen and (max-width: 800px) and (orientation: landscape), screen and (max-height: 300px) { .mfp-img-mobile .mfp-image-holder {
padding-left: 0;
padding-right: 0; }
.mfp-img-mobile img.mfp-img {
padding: 0; }
.mfp-img-mobile .mfp-figure { }
.mfp-img-mobile .mfp-figure:after {
top: 0;
bottom: 0; }
.mfp-img-mobile .mfp-figure small {
display: inline;
margin-left: 5px; }
.mfp-img-mobile .mfp-bottom-bar {
background: rgba(0, 0, 0, 0.6);
bottom: 0;
margin: 0;
top: auto;
padding: 3px 5px;
position: fixed;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box; }
.mfp-img-mobile .mfp-bottom-bar:empty {
padding: 0; }
.mfp-img-mobile .mfp-counter {
right: 5px;
top: 3px; }
.mfp-img-mobile .mfp-close {
top: 0;
right: 0;
width: 35px;
height: 35px;
line-height: 35px;
background: rgba(0, 0, 0, 0.6);
position: fixed;
text-align: center;
padding: 0; } }
@media all and (max-width: 900px) {
.mfp-arrow {
-webkit-transform: scale(0.75);
transform: scale(0.75); }
.mfp-arrow-left {
-webkit-transform-origin: 0;
transform-origin: 0; }
.mfp-arrow-right {
-webkit-transform-origin: 100%;
transform-origin: 100%; }
.mfp-container {
padding-left: 6px;
padding-right: 6px; } }
.mfp-ie7 .mfp-img {
padding: 0; }
.mfp-ie7 .mfp-bottom-bar {
width: 600px;
left: 50%;
margin-left: -300px;
margin-top: 5px;
padding-bottom: 5px; }
.mfp-ie7 .mfp-container {
padding: 0; }
.mfp-ie7 .mfp-content {
padding-top: 44px; }
.mfp-ie7 .mfp-close {
top: 0;
right: 0;
padding-top: 0; }.gw-gopf-no-trans * {
-webkit-transition: none !important;
-moz-transition: none !important;
-o-transition: none !important;
-ms-transition: none !important;
transition: none !important;
} .gw-gopf-clearfix:after {
content: ".";
display: block;
height: 0;
clear: both;
visibility: hidden;
}
.gw-gopf-clearfix {
display: inline-block;
}/*\*/.gw-gopf-clearfix {
display: block;
}/**/.gw-gopf-clearfix:after {
content: ".";
display: block;
height: 0;
clear: both;
visibility: hidden;
} .gw-gopf .caroufredsel_wrapper {
margin: 0 !important;
overflow: visible !important;
} .gw-gopf img {
border: none !important;
-moz-border-radius: 0 !important;
-webkit-border-radius: 0 !important;
border-radius: 0 !important;
-moz-box-shadow: none !important;
-o-box-shadow: none !important;
-webkit-box-shadow: none !important;
box-shadow: none !important;
display: inline-block !important;
height: auto !important;
max-width: 100% !important;
margin: 0 !important;
padding: 0 !important;
-moz-transition: none;
-ms-transition: none;
-o-transition: none;
-webkit-transition: none;
transition: none;
vertical-align: middle;
-ms-interpolation-mode: bicubic;
}
.gw-gopf iframe {
width: 100%;
}
.gw-gopf-post-media-wrap iframe {
height: 100% !important;
left: 0;
position: absolute;
top: 0;
}  :focus {
outline: none !important;
}
::-moz-focus-inner {
border: none !important;
}
a {
outline: none !important;
} .gw-gopf * {
-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
.gw-gopf-disable-trans {
-moz-transition: none !important;
-ms-transition: none !important;
-o-transition: none !important;
-webkit-transition: none !important;
transition: none !important;
} .gw-gopf-slider-type .gw-gopf-col-wrap {
display: none;
}
.gw-gopf-slider-type .gw-gopf-col-wrap:first-child {
display: block;
visibility: hidden;
} .gw-gopf-posts-wrap {
position: relative;
width: 100%;
-webkit-backface-visibility: hidden;
}
.gw-gopf-slider-type .gw-gopf-posts-wrap {
margin: -20px 0px;
padding: 20px 0px;
}
.gw-gopf-posts-wrap-inner {
position: relative;
}
.gw-gopf-posts {
margin-right: -10px;
width: 100% !important;
}
.gw-gopf-post-col {
position: relative;
} .gw-gopf-col-wrap {
float: left;
letter-spacing: 0;
position: relative;
}
.gw-gopf-1col .gw-gopf-col-wrap {
width: 100%;
}
.gw-gopf-2cols .gw-gopf-col-wrap {
width: 50%;
}
.gw-gopf-3cols .gw-gopf-col-wrap {
width: 33.33%;
}
.gw-gopf-4cols .gw-gopf-col-wrap {
width: 25%;
}
.gw-gopf-5cols .gw-gopf-col-wrap {
width: 20%;
}
.gw-gopf-6cols .gw-gopf-col-wrap {
width: 16.66%;
}
.gw-gopf-7cols .gw-gopf-col-wrap {
width: 14.2857%;
}
.gw-gopf-8cols .gw-gopf-col-wrap {
width: 12.5%;
}
.gw-gopf-9cols .gw-gopf-col-wrap {
width: 11.11%;
}
.gw-gopf-10cols .gw-gopf-col-wrap {
width: 10%;
} .gw-gopf-rtl .gw-gopf-col-wrap {
float: right;
}
.gw-gopf-slider-type.gw-gopf-rtl .gw-gopf-col-wrap {
float: left;
} .gw-gopf-filter-opacity .gw-gopf-col-wrap.gw-gopf-disabled:before {
position: absolute;
content: "";
width: 100%;
height: 100%;
z-index: 5;
-moz-transition: none !important;
-ms-transition: none !important;
-o-transition: none !important;
-webkit-transition: none !important;
transition: none !important;
} .gw-gopf-filter {
position: relative;
z-index: 1;
}
.gw-gopf-cats {
list-style: none;
display: block;
margin: -10px 0 0;
padding: 0;
position: relative;
}
.gw-gopf-cats > span {
background: none;
display: inline-block;
margin: 10px 0 0;
padding: 0;
}
.gw-gopf-cats > span.gw-gopf-hidden {
display: none;
} .gw-gopf-cats-centered .gw-gopf-cats {
text-align: center;
} .gw-gopf-cats-right .gw-gopf-cats {
text-align: right;
} .gw-gopf-pagination-wrapper {
position: relative;
display: none;
}
.gw-gopf-pagination {
list-style: none;
display: block;
margin: -10px 0 0 !important;
padding: 0;
position: relative;
}
.gw-gopf-pagination > span,
.gw-gopf-pagination > a {
background: none;
display: inline-block;
margin: 10px 0 0;
padding: 0;
} .gw-gopf-pagination-centered .gw-gopf-pagination {
text-align: center;
} .gw-gopf-pagination-right .gw-gopf-pagination {
text-align: right;
} .gw-gopf-slider-controls-wrap {
margin: 0;
padding: 0;
position: relative;
width: 100%;
z-index: 1;
}
.gw-gopf-slider-controls > div {
background: none;
float: left;
margin: 0;
padding: 0;
text-align: center;
cursor: hand;
}
.gw-gopf-slider-controls > div:first-child {
margin-left: 0 !important;
} .gw-gopf-slider-controls-centered .gw-gopf-slider-controls {
float: left;
left: 50%;
position: relative;
}
.gw-gopf-slider-controls-centered .gw-gopf-slider-controls > div {
float: left;
position: relative;
right: 50%;
} .gw-gopf-slider-controls-right .gw-gopf-slider-controls {
float: right;
} .gw-gopf-post-header {
position: relative !important;
width: 100%;
}
.gw-gopf-post-media-wrap-outer {
opacity: 0;
-webkit-transition: all 0.2s linear;
transition: opacity 0.3s ease;
}
.gw-gopf-post-media-wrap {
-moz-background-size: cover;
-o-background-size: cover;
-webkit-background-size: cover;
background-size: cover;
background-repeat: no-repeat;
height: auto;
overflow: hidden;
position: relative;
z-index: 1;
}
.gw-gopf-post-media-wrap img {
position: absolute;
width: auto;
left: 100%;
top: 0;
height: 100% !important;
min-width: 100% !important;
width: auto !important;
max-width: none !important;
opacity: 0;
}
@media print {
.gw-gopf-post-media-wrap img {
opacity: 1;
}
}
.gw-gopf-post-media-wrap img[data-orientation="portrait"] {
width: 100% !important;
min-height: 100% !important;
height: auto !important;
max-height: none !important;
}
.gw-gopf-post-media-wrap a {
border: none !important;
display: block;
position: relative;
} .gw-gopf-post-media-wrap img.gw-gopf-fallback-img {
display: none !important;
position: absolute !important;
width: 100% !important;
} .gw-gopf-post-overlay,
.gw-gopf-post-overlay-bg {
background: transparent;
display: none;
height: 100%;
filter: alpha(opacity=0); -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)"; -khtml-opacity: 0; -moz-opacity: 0; opacity: 0;
overflow: hidden;
-moz-transition: opacity 0.1s ease-in-out, height 0.1s 0.1s ease-in-out, top 0.1s 0.1s ease-in-out,
bottom 0.1s 0.1s ease-in-out;
-ms-transition: opacity 0.1s ease-in-out, height 0.1s 0.1s ease-in-out, top 0.1s 0.1s ease-in-out,
bottom 0.1s 0.1s ease-in-out;
-o-transition: opacity 0.1s ease-in-out, height 0.1s 0.1s ease-in-out, top 0.1s 0.1s ease-in-out,
bottom 0.1s 0.1s ease-in-out;
-webkit-transition: opacity 0.1s ease-in-out, height 0.1s 0.1s ease-in-out, top 0.1s 0.1s ease-in-out,
bottom 0.1s 0.1s ease-in-out;
transition: opacity 0.1s ease-in-out, height 0.1s 0.1s ease-in-out, top 0.1s 0.1s ease-in-out,
bottom 0.1s 0.1s ease-in-out;
position: absolute;
text-align: center;
width: 100%;
z-index: 3;
}
.gw-gopf-has-overlay .gw-gopf-post-overlay,
.gw-gopf-touch .gw-gopf-has-overlay .gw-gopf-post-overlay-hover:hover .gw-gopf-post-overlay,
.gw-gopf-touch .gw-gopf-has-overlay .gw-gopf-post-header:hover .gw-gopf-post-overlay {
display: block;
}
.gw-gopf-post-overlay-bg {
display: block;
content: "";
left: 0;
filter: alpha(opacity=0); -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)"; -khtml-opacity: 0; -moz-opacity: 0; opacity: 0;
top: 0;
z-index: -1;
}
.gw-gopf-post-overlay-hover:hover .gw-gopf-post-overlay,
.gw-gopf-post-header:hover .gw-gopf-post-overlay,
.gw-gopf-touch .gw-gopf-current.gw-gopf-post .gw-gopf-post-overlay {
filter: alpha(opacity=100); -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)"; -khtml-opacity: 1; -moz-opacity: 1; opacity: 1;
-moz-transition: opacity 0.3s ease-in-out, height 0.3s ease-in-out, top 0.3s ease-in-out, bottom 0.3s ease-in-out;
-ms-transition: opacity 0.3s ease-in-out, height 0.3s ease-in-out, top 0.3s ease-in-out, bottom 0.3s ease-in-out;
-o-transition: opacity 0.3s ease-in-out, height 0.3s ease-in-out, top 0.3s ease-in-out, bottom 0.3s ease-in-out;
-webkit-transition: opacity 0.3s ease-in-out, height 0.3s ease-in-out, top 0.3s ease-in-out, bottom 0.3s ease-in-out;
transition: opacity 0.3s ease-in-out, height 0.3s ease-in-out, top 0.3s ease-in-out, bottom 0.3s ease-in-out;
}
.gw-gopf-post-overlay:before {
content: "";
display: inline-block;
height: 100%;
vertical-align: middle;
margin-right: -0.25em; } .gw-gopf-post-overlay-inner,
.gw-gopf-touch .gw-gopf-post-overlay-hover:hover .gw-gopf-post-overlay-inner,
.gw-gopf-touch .gw-gopf-post-header:hover .gw-gopf-post-overlay-inner {
display: inline-block;
left: 1px;
padding-top: 20px;
position: relative;
text-align: center;
top: -40px;
-moz-transition: opacity 0s 0.1s ease-in-out, top 0s 0.1s ease-in-out, padding 0s 0.1s ease-in-out;
-ms-transition: opacity 0s 0.1s ease-in-out, top 0s 0.1s ease-in-out, padding 0s 0.1s ease-in-out;
-o-transition: opacity 0s 0.1s ease-in-out, top 0s 0.1s ease-in-out, padding 0s 0.1s ease-in-out;
-webkit-transition: opacity 0s 0.1s ease-in-out, top 0s 0.1s ease-in-out, padding 0s 0.1s ease-in-out;
transition: opacity 0s 0.1s ease-in-out, top 0s 0.1s ease-in-out, padding 0s 0.1s ease-in-out;
vertical-align: middle;
visibility: hidden;
}
.gw-gopf-post-overlay-hover:hover .gw-gopf-post-overlay-inner,
.gw-gopf-post-header:hover .gw-gopf-post-overlay-inner,
.gw-gopf-touch .gw-gopf-current.gw-gopf-post .gw-gopf-post-overlay-inner {
padding-top: 0;
top: -5px;
-moz-transition: opacity 0.3s ease-in-out, top 0.15s ease-in-out, padding 0.15s 0.1s ease-in-out;
-ms-transition: opacity 0.3s ease-in-out, top 0.15s ease-in-out, padding 0.15s 0.1s ease-in-out;
-o-transition: opacity 0.3s ease-in-out, top 0.15s ease-in-out, padding 0.15s 0.1s ease-in-out;
-webkit-transition: opacity 0.3s ease-in-out, top 0.15s ease-in-out, padding 0.15s 0.1s ease-in-out;
transition: opacity 0.3s ease-in-out, top 0.15s ease-in-out, padding 0.15s 0.1s ease-in-out;
visibility: visible;
}
.gw-gopf-post-overlay-btn,
.gw-gopf-post-overlay-circle {
margin-top: 10px;
}
.gw-gopf-circle {
vertical-align: top;
}
.gw-gopf-circle img {
vertical-align: 0;
} .gw-gopf-post-overlay.gw-gopf-post-overlay-link {
display: block;
position: absolute;
z-index: 3;
width: 100%;
}
.gw-gopf-post-overlay-inner a {
cursor: pointer;
} .gw-gopf-post {
position: relative;
}
.gw-gopf-post-content-wrap {
overflow: hidden;
position: relative;
z-index: 1;
}
.gw-gopf-post-content-wrap:before {
content: "";
display: block;
height: 100%;
left: 0;
position: absolute;
top: 0;
width: 100%;
z-index: -1;
}
.gw-gopf-post-content {
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
overflow: hidden;
text-align: left;
}
.gw-gopf-post-content a,
.gw-gopf-post-content a:hover {
text-decoration: none;
}
.gw-gopf-post-content h2,
.gw-gopf-post-content h2 a {
margin: 0 0 3px 0 !important;
padding: 0;
} .gw-gopf-isotope {
overflow: visible !important;
}
.gw-gopf-isotope-item {
z-index: 2;
}
.gw-gopf-isotope-item:hover {
z-index: 3;
}
.gw-gopf-isotope-hidden.gw-gopf-isotope-item {
pointer-events: none;
z-index: 1;
}
.gw-gopf-isotope-ready .gw-gopf-isotope,
.gw-gopf-isotope-new-added .gw-gopf-isotope {
-webkit-transition-duration: 0.8s;
-moz-transition-duration: 0.8s;
-ms-transition-duration: 0.8s;
-o-transition-duration: 0.8s;
transition-duration: 0.8s;
-webkit-transition-property: height, width;
-moz-transition-property: height, width;
-ms-transition-property: height, width;
-o-transition-property: height, width;
transition-property: height, width;
-webkit-backface-visibility: hidden;
}
.gw-gopf-isotope-ready .gw-gopf-isotope .gw-gopf-isotope-item {
-webkit-transition: -webkit-transform 0.8s, opacity 0.8s, z-index 0s 0.1s;
-moz-transition: -moz-transform 0.8s, opacity 0.8s, z-index 0s 0.1s;
-ms-transition: -ms-transform 0.8s, opacity 0.8s, z-index 0s 0.1s;
-o-transition: -o-transform 0.8s, opacity 0.8s, z-index 0s 0.1s;
transition: transform 0.8s, opacity 0.8s, z-index 0s 0.1s;
-webkit-backface-visibility: hidden;
} .gw-gopf-rtl.gw-gopf-isotope-ready .gw-gopf-isotope .gw-gopf-isotope-item {
-webkit-transition: right 0.8s, top 0.8s, opacity 0.8s, z-index 0s 0.1s;
-moz-transition: right 0.8s, top 0.8s, opacity 0.8s, z-index 0s 0.1s;
-ms-transition: right 0.8s, top 0.8s, opacity 0.8s, z-index 0s 0.1s;
-o-transition: right 0.8s, top 0.8s, opacity 0.8s, z-index 0s 0.1s;
transition: right 0.8s, top 0.8s, opacity 0.8s, z-index 0s 0.1s;
}
.gw-gopf-isotope-ready .gw-gopf-isotope .gw-gopf-isotope-item:hover {
-webkit-transition: -webkit-transform 0.8s, opacity 0.8s, z-index 0s 0s;
-moz-transition: -moz-transform 0.8s, opacity 0.8s, z-index 0s 0s;
-ms-transition: -ms-transform 0.8s, opacity 0.8s, z-index 0s 0s;
-o-transition: -o-transform 0.8s, opacity 0.8s, z-index 0s 0s;
transition: transform 0.8s, opacity 0.8s, z-index 0s 0s;
-webkit-backface-visibility: hidden;
} .gw-gopf-mfp-bottom-bar {
top: auto;
bottom: 40px;
background: rgba(0, 0, 0, 0.7);
}
.gw-gopf-mfp-close {
background: url(//saxoncreative.com/wp-content/plugins/go_portfolio/assets/images/icon_close.png) right 0 no-repeat;
cursor: pointer;
height: 34px;
filter: alpha(opacity=65); -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=65)"; -khtml-opacity: 0.65; -moz-opacity: 0.65; opacity: 0.65;
position: absolute;
right: 0;
top: 6px;
-moz-transition: all 0.1s ease-in-out;
-ms-transition: all 0.1s ease-in-out;
-o-transition: all 0.1s ease-in-out;
-webkit-transition: all 0.1s ease-in-out;
transition: all 0.1s ease-in-out;
width: 34px;
}
@media only screen and (-webkit-min-device-pixel-ratio: 2),
only screen and (min--moz-device-pixel-ratio: 2),
only screen and (-o-min-device-pixel-ratio: 2/1),
only screen and (min-device-pixel-ratio: 2),
only screen and (min-resolution: 192dpi),
only screen and (min-resolution: 2dppx) {
.gw-gopf-mfp-close {
background: url(//saxoncreative.com/wp-content/plugins/go_portfolio/assets/images/icon_close@2x.png) 0 0 no-repeat;
background-size: 18px auto;
}
}
.gw-gopf-mfp-close:hover {
filter: alpha(opacity=100); -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)"; -khtml-opacity: 1; -moz-opacity: 1; opacity: 1;
}
.gw-gopf-mfp-title.mfp-title {
color: #bababa;
font-size: 15px;
height: auto;
line-height: 20px;
padding: 5px;
}
.gw-gopf-mfp-title-info {
margin-top: 5px;
font-size: 13px;
}
.gw-gopf-mfp-counter.mfp-counter {
color: #bababa;
padding: 5px;
}
.gw-gopf-mfp-arrow.mfp-arrow {
cursor: pointer !important;
filter: alpha(opacity=65) !important; -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=65)" !important; -khtml-opacity: 0.65 !important; -moz-opacity: 0.65 !important; opacity: 0.65 !important;
-webkit-transform: none !important;
transform: none !important;
z-index: 1048;
}
.gw-gopf-mfp-arrow.mfp-arrow:hover {
filter: alpha(opacity=100) !important; -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)" !important; -khtml-opacity: 1 !important; -moz-opacity: 1 !important; opacity: 1 !important;
}
.gw-gopf-mfp-arrow.mfp-arrow:before,
.gw-gopf-mfp-arrow.mfp-arrow:after {
border: none !important;
}
.gw-gopf-mfp-arrow.mfp-arrow-left {
background: url(//saxoncreative.com/wp-content/plugins/go_portfolio/assets/images/icon_lb_prev.png) 50% 50% no-repeat !important;
}
.gw-gopf-mfp-arrow.mfp-arrow-right {
background: url(//saxoncreative.com/wp-content/plugins/go_portfolio/assets/images/icon_lb_next.png) 50% 50% no-repeat !important;
}
@media only screen and (-webkit-min-device-pixel-ratio: 2),
only screen and (min--moz-device-pixel-ratio: 2),
only screen and (-o-min-device-pixel-ratio: 2/1),
only screen and (min-device-pixel-ratio: 2),
only screen and (min-resolution: 192dpi),
only screen and (min-resolution: 2dppx) {
.gw-gopf-mfp-arrow.mfp-arrow-left {
background: url(//saxoncreative.com/wp-content/plugins/go_portfolio/assets/images/icon_lb_prev@2x.png) 50% 50% no-repeat !important;
background-size: 34px auto !important;
}
.gw-gopf-mfp-arrow.mfp-arrow-right {
background: url(//saxoncreative.com/wp-content/plugins/go_portfolio/assets/images/icon_lb_next@2x.png) 50% 50% no-repeat !important;
background-size: 34px auto !important;
}
}
.mfp-iframe-holder .gw-gopf-mfp-close {
top: -34px !important;
}  .my-mfp-slide-bottom .mfp-figure {
opacity: 0;
-webkit-transition: all 0.2s ease-out;
-moz-transition: all 0.2s ease-out;
-o-transition: all 0.2s ease-out;
transition: all 0.2s ease-out;
-webkit-transform: translateY(-20px) perspective(600px) rotateX(10deg);
-moz-transform: translateY(-20px) perspective(600px) rotateX(10deg);
-ms-transform: translateY(-20px) perspective(600px) rotateX(10deg);
-o-transform: translateY(-20px) perspective(600px) rotateX(10deg);
transform: translateY(-20px) perspective(600px) rotateX(10deg);
} .my-mfp-slide-bottom.mfp-ready .mfp-figure {
opacity: 1;
-webkit-transform: translateY(0) perspective(600px) rotateX(0);
-moz-transform: translateY(0) perspective(600px) rotateX(0);
-ms-transform: translateY(0) perspective(600px) rotateX(0);
-o-transform: translateY(0) perspective(600px) rotateX(0);
transform: translateY(0) perspective(600px) rotateX(0);
} .my-mfp-slide-bottom.mfp-removing .mfp-figure {
opacity: 0;
-webkit-transform: translateY(-10px) perspective(600px) rotateX(10deg);
-moz-transform: translateY(-10px) perspective(600px) rotateX(10deg);
-ms-transform: translateY(-10px) perspective(600px) rotateX(10deg);
-o-transform: translateY(-10px) perspective(600px) rotateX(10deg);
transform: translateY(-10px) perspective(600px) rotateX(10deg);
} .my-mfp-slide-bottom.mfp-bg {
opacity: 0;
-webkit-transition: opacity 0.3s ease-out;
-moz-transition: opacity 0.3s ease-out;
-o-transition: opacity 0.3s ease-out;
transition: opacity 0.3s ease-out;
} .my-mfp-slide-bottom.mfp-ready.mfp-bg {
opacity: 0.8;
} .my-mfp-slide-bottom.mfp-removing.mfp-bg {
opacity: 0;
}