.wpml-ls-legacy-dropdown{width:15.5em;max-width:100%}.wpml-ls-legacy-dropdown>ul{position:relative;padding:0;margin:0 !important;list-style-type:none}.wpml-ls-legacy-dropdown .wpml-ls-current-language:hover .wpml-ls-sub-menu,.wpml-ls-legacy-dropdown .wpml-ls-current-language:focus .wpml-ls-sub-menu{visibility:visible}.wpml-ls-legacy-dropdown .wpml-ls-item{padding:0;margin:0;list-style-type:none}.wpml-ls-legacy-dropdown a{display:block;text-decoration:none;color:#444;border:1px solid #cdcdcd;background-color:#fff;padding:5px 10px;line-height:1}.wpml-ls-legacy-dropdown a span{vertical-align:middle}.wpml-ls-legacy-dropdown a.wpml-ls-item-toggle{position:relative;padding-right:calc(10px + .7em + .7em)}.rtl .wpml-ls-legacy-dropdown a.wpml-ls-item-toggle{padding-right:10px;padding-left:calc(10px + .7em + .7em)}.wpml-ls-legacy-dropdown a.wpml-ls-item-toggle:after{content:'';vertical-align:middle;display:inline-block;border:.35em solid transparent;border-top:.5em solid;position:absolute;right:10px;top:calc(50% - .175em)}.rtl .wpml-ls-legacy-dropdown a.wpml-ls-item-toggle:after{right:auto;left:10px}.wpml-ls-legacy-dropdown a:hover,.wpml-ls-legacy-dropdown a:focus,.wpml-ls-legacy-dropdown .wpml-ls-current-language:hover>a{color:#000;background:#eee}.wpml-ls-legacy-dropdown .wpml-ls-sub-menu{visibility:hidden;position:absolute;top:100%;right:0;left:0;border-top:1px solid #cdcdcd;padding:0;margin:0;list-style-type:none;z-index:101}.wpml-ls-legacy-dropdown .wpml-ls-sub-menu a{border-width:0 1px 1px 1px}.wpml-ls-legacy-dropdown .wpml-ls-flag{display:inline;vertical-align:middle;width:18px;height:12px}.wpml-ls-legacy-dropdown .wpml-ls-flag+span{margin-left:.4em}.rtl .wpml-ls-legacy-dropdown .wpml-ls-flag+span{margin-left:0;margin-right:.4em}.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;
word-break: 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;
}#cookie-notice{position:fixed;min-width:100%;height:auto;z-index:100000;font-size:13px;letter-spacing:0;line-height:20px;left:0;text-align:center;font-weight:400;font-family:-apple-system,BlinkMacSystemFont,Arial,Roboto,"Helvetica Neue",sans-serif}#cookie-notice,#cookie-notice *{-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}#cookie-notice.cn-animated{-webkit-animation-duration:.5s!important;animation-duration:.5s!important;-webkit-animation-fill-mode:both;animation-fill-mode:both}#cookie-notice.cn-animated.cn-effect-none{-webkit-animation-duration:1ms!important;animation-duration:1ms!important}#cookie-notice .cookie-notice-container{display:block}#cookie-notice.cookie-notice-hidden .cookie-notice-container{display:none}#cookie-notice .cookie-revoke-container{display:block}#cookie-notice.cookie-revoke-hidden .cookie-revoke-container{display:none}.cn-position-top{top:0}.cn-position-bottom{bottom:0}.cookie-notice-container{padding:15px 30px;text-align:center;width:100%;z-index:2}.cookie-revoke-container{padding:15px 30px;width:100%;z-index:1}.cn-close-icon{position:absolute;right:15px;top:50%;margin:-10px 0 0 0;width:15px;height:15px;opacity:.5;padding:10px;border:none;outline:0;background:0 0;box-shadow:none;cursor:pointer}.cn-close-icon:focus,.cn-close-icon:focus-visible{outline:2px solid currentColor;outline-offset:3px}.cn-close-icon:hover{opacity:1}.cn-close-icon:after,.cn-close-icon:before{position:absolute;content:' ';height:15px;width:2px;top:3px;background-color:grey}.cn-close-icon:before{transform:rotate(45deg)}.cn-close-icon:after{transform:rotate(-45deg)}#cookie-notice .cn-revoke-cookie{margin:0}#cookie-notice .cn-button{margin:0 0 0 10px;display:inline-block}#cookie-notice .cn-button:not(.cn-button-custom){font-family:-apple-system,BlinkMacSystemFont,Arial,Roboto,"Helvetica Neue",sans-serif;font-weight:400;font-size:13px;letter-spacing:.25px;line-height:20px;margin:0 0 0 10px;text-align:center;text-transform:none;display:inline-block;cursor:pointer;touch-action:manipulation;white-space:nowrap;outline:0;box-shadow:none;text-shadow:none;border:none;-webkit-border-radius:2rem;-moz-border-radius:2rem;border-radius:2rem;text-decoration:none;padding:8.5px 10px;line-height:1;color:inherit}.cn-text-container{margin:0 0 6px 0}.cn-buttons-container,.cn-text-container{display:inline-block}.cn-compliance-warning{display:block;color:#f5a623!important;font-size:12px;line-height:18px;margin:4px 0 8px 0}.cn-compliance-warning .cn-warning-icon{color:#f5a623!important;margin-right:4px}.cn-compliance-warning strong{color:#f5a623!important}.cn-compliance-warning a{color:#f5a623!important;text-decoration:underline}.cn-compliance-warning a:hover{color:#ffb84d!important}#cookie-notice.cookie-notice-visible.cn-effect-none,#cookie-notice.cookie-revoke-visible.cn-effect-none{-webkit-animation-name:fadeIn;animation-name:fadeIn}#cookie-notice.cn-effect-none{-webkit-animation-name:fadeOut;animation-name:fadeOut}#cookie-notice.cookie-notice-visible.cn-effect-fade,#cookie-notice.cookie-revoke-visible.cn-effect-fade{-webkit-animation-name:fadeIn;animation-name:fadeIn}#cookie-notice.cn-effect-fade{-webkit-animation-name:fadeOut;animation-name:fadeOut}#cookie-notice.cookie-notice-visible.cn-effect-slide,#cookie-notice.cookie-revoke-visible.cn-effect-slide{-webkit-animation-name:slideInUp;animation-name:slideInUp}#cookie-notice.cn-effect-slide{-webkit-animation-name:slideOutDown;animation-name:slideOutDown}#cookie-notice.cookie-notice-visible.cn-position-top.cn-effect-slide,#cookie-notice.cookie-revoke-visible.cn-position-top.cn-effect-slide{-webkit-animation-name:slideInDown;animation-name:slideInDown}#cookie-notice.cn-position-top.cn-effect-slide{-webkit-animation-name:slideOutUp;animation-name:slideOutUp}@-webkit-keyframes fadeIn{from{opacity:0}to{opacity:1}}@keyframes fadeIn{from{opacity:0}to{opacity:1}}@-webkit-keyframes fadeOut{from{opacity:1}to{opacity:0}}@keyframes fadeOut{from{opacity:1}to{opacity:0}}@-webkit-keyframes slideInUp{from{-webkit-transform:translate3d(0,100%,0);transform:translate3d(0,100%,0);visibility:visible}to{-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}}@keyframes slideInUp{from{-webkit-transform:translate3d(0,100%,0);transform:translate3d(0,100%,0);visibility:visible}to{-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}}@-webkit-keyframes slideOutDown{from{-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}to{visibility:hidden;-webkit-transform:translate3d(0,100%,0);transform:translate3d(0,100%,0)}}@keyframes slideOutDown{from{-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}to{visibility:hidden;-webkit-transform:translate3d(0,100%,0);transform:translate3d(0,100%,0)}}@-webkit-keyframes slideInDown{from{-webkit-transform:translate3d(0,-100%,0);transform:translate3d(0,-100%,0);visibility:visible}to{-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}}@keyframes slideInDown{from{-webkit-transform:translate3d(0,-100%,0);transform:translate3d(0,-100%,0);visibility:visible}to{-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}}@-webkit-keyframes slideOutUp{from{-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}to{visibility:hidden;-webkit-transform:translate3d(0,-100%,0);transform:translate3d(0,-100%,0)}}@keyframes slideOutUp{from{-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}to{visibility:hidden;-webkit-transform:translate3d(0,-100%,0);transform:translate3d(0,-100%,0)}}@media all and (max-width:900px){.cookie-notice-container #cn-notice-text{display:block}.cookie-notice-container #cn-notice-buttons{display:block}#cookie-notice .cn-button{margin:0 5px 5px 5px}}@media all and (max-width:480px){.cookie-notice-container,.cookie-revoke-container{padding:15px 25px}}.final-tiles-gallery {
position: relative;
perspective: 800px;
}
.final-tiles-gallery .tile img.item {
-moz-transition: -moz-transform 0.2s, opacity 0.2s ease-out;
-o-transition: -o-transform 0.2s, opacity 0.2s ease-out;
-webkit-transition: -webkit-transform 0.2s, opacity 0.2s ease-out;
transition: transform .2s ease-out;
display: block;
position: relative;
width: 100%;
}
.final-tiles-gallery .tile.ftg-enlarged img {
display: block;
margin: auto;
}
.final-tiles-gallery .loading-bar {
width: 100%;
display: block;
height: 2px;
position: relative;
top:-4px;
}
.final-tiles-gallery .loading-bar i {
width: 0%;
display: block;
height: 2px;
transition: all 1s;
}
.final-tiles-gallery .tile {
float: left;
overflow: hidden;
margin: 0;
opacity: 0;
display: none;
transition-property: all;
transform-origin:50% 50% 50px; 
transition-duration: .25s; 
perspective: 1000px;
}
html body .final-tiles-gallery .ftg-items .tile.ftg-loaded {
opacity: 1;
display: block;
}
.final-tiles-gallery .tile.ftg-filter-hidden-tile,
.final-tiles-gallery .tile.ftg-hidden-tile {
-moz-transform: scale(0);
-webkit-transform: scale(0);
-ms-transform: scale(0);
transform: scale(0);
opacity: 0;
display: none !important;
}
.final-tiles-gallery .edge {
position: absolute;
z-index: 1000;
background: #333;
color: #fff;
font-size: 11px;
padding: 4px;
font-family: sans-serif;
}
.final-tiles-gallery .edge.enlarged-true {
color: yellow;
}
.final-tiles-gallery .ftg-social {
position: absolute;
transition: all .5s;
z-index: 20;
}
.final-tiles-gallery .woo {
display: block;
text-align: center;
margin-top:10px;
}
.final-tiles-gallery .woo:hover {
text-decoration: underline;
}
.final-tiles-gallery .ftg-social a {
color: #fff;
text-decoration: none;
border: 0;
text-align: center;
font-size: 16px;
transition: all .3s;
}
.final-tiles-gallery .ftg-social a:hover {
color: #ccc;
}
.final-tiles-gallery .hover {
position: absolute;
top: 0;
left: 0;
bottom: 0;
right: 0;
background: #000;
background-color: rgba(0, 0, 0, 0.7);
transition: all .3s;
opacity: 0;
display: table;
width: 100%;
height: 100%;
}
.final-tiles-gallery .hover .icon {
display: table-cell;
text-align: center;
vertical-align: middle;
color: #fff;
font-size: 20px;
}
.final-tiles-gallery .tile:hover .hover {
opacity: 1;
}
.final-tiles-gallery .tile iframe.item {
width: 100% !important;
}
.final-tiles-gallery .ftg-filters {
margin-bottom: 20px;
text-align: center;
}
.final-tiles-gallery .ftg-filters a {
display: inline-block;
margin-right: 10px;
margin-bottom: 10px;
color: #777;
padding: 4px 10px;
border: 1px solid #777;
text-decoration: none;
outline: 0;
text-shadow: none;
box-shadow: none;
}
.final-tiles-gallery .ftg-filters a:hover,
.final-tiles-gallery .ftg-filters a.selected {
color: #000;
border-color: #333;
text-decoration: none;
}
.final-tiles-gallery .tile .caption-block {
display: inline-block;
position: absolute;
color: #fff;
z-index: 11;
left: 20px;
right: 20px;
opacity: 0;
transition: all .25s;
}
.final-tiles-gallery.caption-frame .tile .caption-block {
border:1px solid #fff;
}
.final-tiles-gallery.caption-frame .tile .caption-outside {
border:1px solid #fff;
padding: 0 10px;
margin-top: 3px;
}
.final-tiles-gallery.caption-frame.caption-middle .tile .caption-block {
top:10px;
bottom: 10px;
left: 10px;
right: 10px;
padding: 10px; 
}
.final-tiles-gallery .tile-inner:before {
background: rgba(0, 0, 0, 0.7);
position: absolute;
top:0;
left:0;
bottom:0;
right:0;  
content: "";
opacity: 0;
transition: all .3s;
z-index: 10;
}
.final-tiles-gallery .tile .caption-block .text-wrapper span.title,
.final-tiles-gallery .tile .caption-block .text-wrapper span.text,
.final-tiles-gallery .tile .caption-block .text-wrapper span.text .ftg-meta {
display: block;
}
.final-tiles-gallery .tile span.icon {
position: absolute;
top:50%;
left:50%;
z-index: 10;
opacity: 0;
transition: all .3s;
}
.final-tiles-gallery .tile:hover span.icon {
opacity: 1;
}
.final-tiles-gallery.caption-color-dark .tile .caption-block .text-wrapper span.title,
.final-tiles-gallery.caption-color-dark .tile .caption-block .text-wrapper span.text {
color: #fff;
}
.final-tiles-gallery.caption-color-light .tile .caption-block .text-wrapper span.title,
.final-tiles-gallery.caption-color-light .tile .caption-block .text-wrapper span.text {
color: #000;
}
.final-tiles-gallery.caption-color-light .tile-inner:before {
background: rgba(255, 255, 255, 0.7);
}
.final-tiles-gallery.ftg-hover-enabled .tile.hover .tile-inner:before,
.final-tiles-gallery.ftg-hover-enabled .tile:hover .tile-inner:before {
opacity: 1;
}
.final-tiles-gallery .tile .caption-block span.title {
font-size: 16px;
margin:0;
}
.final-tiles-gallery .tile .caption-block span.text {
font-size: 12px;
margin:10px 0 0 0;
opacity: .8;
}
.final-tiles-gallery .tile .caption-block .text-wrapper {
width:100%;
}
.final-tiles-gallery.caption-center-text .tile .caption-block span.title,
.final-tiles-gallery.caption-center-text .tile .caption-block span.text {
text-align: center;
display: block;
} .final-tiles-gallery.effect-fade-out .tile img {
transition: all 0.5s;
opacity: 1; 
}
.final-tiles-gallery.effect-fade-out.ftg-hover-enabled .tile.hover img,
.final-tiles-gallery.effect-fade-out.ftg-hover-enabled .tile:hover img {
opacity: .5;
} .final-tiles-gallery.effect-deep-zoom-in .tile:hover img {
-moz-transform: perspective(1000px) translate3d(0px, 0px, 400px);
-webkit-transform: perspective(1000px) translate3d(0, 0, 400px);
-ms-transform: perspective(1000px) translate3d(0px, 0px, 400px);
transform: perspective(1000px) translate3d(0px, 0px, 400px);
} .final-tiles-gallery.effect-deep-zoom-in .tile img,
.final-tiles-gallery.effect-zoom-in .tile img {
-moz-transform: perspective(1000px) translate3d(0, 0, 0);
-webkit-transform: perspective(1000px) translate3d(0, 0, 0);
-ms-transform: perspective(1000px) translate3d(0, 0, 0);
transform: perspective(1000px) translate3d(0, 0, 0);
position: relative;
display: block;
}
.final-tiles-gallery.effect-zoom-in.ftg-hover-enabled .tile:hover img {
-moz-transform: perspective(1000px) translate3d(0px, 0px, 200px);
-webkit-transform: perspective(1000px) translate3d(0, 0, 200px);
-ms-transform: perspective(1000px) translate3d(0px, 0px, 200px);
transform: perspective(1000px) translate3d(0px, 0px, 200px);
} .final-tiles-gallery.effect-zoom-out .tile img {
opacity: 1;
-moz-transform: scale(1.12);
-webkit-transform: scale(1.12);
-ms-transform: scale(1.12);
transform: scale(1.12);
}
.final-tiles-gallery.effect-deep-zoom-out.ftg-hover-enabled .tile:hover img,
.final-tiles-gallery.effect-zoom-out.ftg-hover-enabled .tile:hover img {
-moz-transform: scale(1);
-webkit-transform: scale(1);
-ms-transform: scale(1);
transform: scale(1);
} .final-tiles-gallery.effect-deep-zoom-out .tile img {
opacity: 1;
-moz-transform: scale(1.5);
-webkit-transform: scale(1.5);
-ms-transform: scale(1.5);
transform: scale(1.5);
}
.final-tiles-gallery.effect-speed-very-slow .tile img { transition-duration: 1s; }
.final-tiles-gallery.effect-speed-slow .tile img { transition-duration: .5s; }
.final-tiles-gallery.effect-speed-medium .tile img { transition-duration: .35s; }
.final-tiles-gallery.effect-speed-fast .tile img { transition-duration: .2s; }
.final-tiles-gallery.effect-speed-very-fast .tile img { transition-duration: .1s; }
.final-tiles-gallery.caption-left .tile .caption-block, .final-tiles-gallery.caption-left .tile .caption-outside { text-align: left; }
.final-tiles-gallery.caption-center .tile .caption-block, .final-tiles-gallery.caption-center .tile .caption-outside { text-align: center; }
.final-tiles-gallery.caption-right .tile .caption-block, .final-tiles-gallery.caption-right .tile .caption-outside { text-align: right; } .final-tiles-gallery.caption-top .tile .caption-block {
top: 20px;
} .final-tiles-gallery.caption-bottom .tile .caption-block {
bottom: 20px;
top: auto;
} .final-tiles-gallery.caption-middle .tile .caption-block {
position: absolute;
top:0;
bottom:0;
display: flex;
align-items: center;
}
.final-tiles-gallery.ftg-hover-enabled .tile.hover .caption-block,
.final-tiles-gallery.ftg-hover-enabled .tile:hover .caption-block {
opacity: 1;
} .final-tiles-gallery.caption-fixed .tile .caption-block {
opacity: 1;
} .final-tiles-gallery.caption-flip-h .tile {
perspective: 1000px;
}
.final-tiles-gallery.caption-flip-h .tile .tile-inner {
position: static;
}
.final-tiles-gallery.caption-flip-h.ftg-hover-enabled .tile:hover .tile-inner {
transform: rotateY(180deg);
}
.final-tiles-gallery.caption-flip-h .tile .tile-inner {
transition: 0.6s;
transform-style: preserve-3d;
position: static;
display: block;
}
.final-tiles-gallery.caption-flip-h .tile:hover .tile-inner:before {
display: none;
}
.final-tiles-gallery.caption-flip-h .tile .tile-inner .item,
.final-tiles-gallery.caption-flip-h .tile .tile-inner .caption-block {
-webkit-backface-visibility: hidden;
backface-visibility: hidden;    
}
.final-tiles-gallery.caption-flip-h .tile .tile-inner .item {
z-index: 2; transform: rotateY(0deg);
}
.final-tiles-gallery.caption-flip-h .tile .tile-inner .caption-block {
transform: rotateY(180deg); 
left: 0;
right: 0;
padding-left: 20px;
padding-right: 20px;
} .final-tiles-gallery.caption-fixed-bg .tile .caption-block {
opacity: 1;
}
.final-tiles-gallery.caption-fixed-bg .tile .tile-inner:before {
opacity: 1;
} .final-tiles-gallery.caption-fixed-then-hidden .tile .caption-block,
.final-tiles-gallery.caption-fixed-then-hidden .tile .tile-inner:before {
opacity: 1;
}
.final-tiles-gallery.caption-fixed-then-hidden.ftg-hover-enabled .tile:hover .caption-block,
.final-tiles-gallery.caption-fixed-then-hidden.ftg-hover-enabled .tile:hover .tile-inner:before {
opacity: 0;
} .final-tiles-gallery.caption-slide-from-top.ftg-hover-enabled .tile:hover .caption-block {
opacity: 1;
-moz-transform: translateY(0);
-webkit-transform: translateY(0);
-ms-transform: translateY(0);
transform: translateY(0);
}
.final-tiles-gallery.caption-slide-from-top .tile .caption-block {      
opacity: 0;
transition: all .5s;
-moz-transform: translateY(-50px);
-webkit-transform: translateY(-50px);
-ms-transform: translateY(-50px);
transform: translateY(-50px);
} .final-tiles-gallery.caption-fixed-bottom .tile .caption-block {
bottom:0;
left:0;
right:0;
background:transparent;
opacity: 1;
}
.final-tiles-gallery.caption-fixed-bottom .tile .caption-block .text-wrapper {
position: absolute;
bottom: 0;
top:auto;
left:0;
right:0;
padding-bottom: 20px;
padding-top: 20px;
background: -moz-linear-gradient(top,  rgba(0,0,0,0) 0%, rgba(0,0,0,0.8) 49%, rgba(0,0,0,0.8) 100%); background: -webkit-linear-gradient(top,  rgba(0,0,0,0) 0%,rgba(0,0,0,0.8) 49%,rgba(0,0,0,0.8) 100%); background: linear-gradient(to bottom,  rgba(0,0,0,0) 0%,rgba(0,0,0,0.8) 49%,rgba(0,0,0,0.8) 100%); filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#cc000000',GradientType=0 ); }
.final-tiles-gallery.caption-fixed-bottom.caption-color-light .tile .caption-block .text-wrapper { background: -moz-linear-gradient(top, rgba(255,255,255,0) 0%, rgba(255,255,255,0.8) 49%, rgba(255,255,255,0.8) 100%); background: -webkit-linear-gradient(top, rgba(255,255,255,0) 0%,rgba(255,255,255,0.8) 49%,rgba(255,255,255,0.8) 100%); background: linear-gradient(to bottom, rgba(255,255,255,0) 0%,rgba(255,255,255,0.8) 49%,rgba(255,255,255,0.8) 100%); filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#ccffffff',GradientType=0 ); } .final-tiles-gallery.caption-slide-from-bottom.ftg-hover-enabled .tile:hover .caption-block {
opacity: 1;
-moz-transform: translateY(0);
-webkit-transform: translateY(0);
-ms-transform: translateY(0);
transform: translateY(0);
}
.final-tiles-gallery.caption-slide-from-bottom .tile .caption-block {      
opacity: 0;
transition: all .5s;
-moz-transform: translateY(50px);
-webkit-transform: translateY(50px);
-ms-transform: translateY(50px);
transform: translateY(50px);
} .final-tiles-gallery.effect-frame.ftg-hover-enabled .tile:hover .tile-inner:before {  
opacity: 1;
-moz-transform: scale(1);
-webkit-transform: scale(1);
-ms-transform: scale(1);
transform: scale(1);
}
.final-tiles-gallery.effect-frame .tile .tile-inner:before {
opacity: 0;
border: 1px solid #fff;
position: absolute;
top: 10px;
left: 10px;
bottom: 10px;
right: 10px;
z-index: 10;
content: "";
display: block;
-moz-transform: scale(0.5);
-ms-transform: scale(0.5);
-webkit-transform: scale(0.5);
transform: scale(0.5);
transition: all .35s;
} .final-tiles-gallery.caption-bg .tile span {
background: #fff;
background: rgba(255, 255, 255, 0.7);
color: #333;
padding: 2px 6px;
} .final-tiles-gallery.social-icons-bar .ftg-social {
background: rgba(0, 0, 0, .7);
box-shadow: 0px 0px 10px #000;
}
.final-tiles-gallery.social-icons-bar .ftg-social a {
color: #333;
}
.final-tiles-gallery.social-icons-bar .ftg-social a:hover {
color: #555;
} .final-tiles-gallery.social-icons-bar.social-icons-bar-dark .ftg-social {
background: #333;
}
.final-tiles-gallery.social-icons-bar.social-icons-bar-dark .ftg-social a {
color: #333;
}
.final-tiles-gallery.social-icons-bar.social-icons-bar-dark .ftg-social a:hover {
color: #eee;
} .final-tiles-gallery.social-icons-right .ftg-social {
width: 40px;
top: 0;
height: 100%;
right: -50px;
z-index: 20;
}
.final-tiles-gallery.social-icons-right .ftg-social a {
margin: 10px 0;
display: block;
}
.final-tiles-gallery.social-icons-right .tile:hover .ftg-social {
right: 0;
} .final-tiles-gallery.social-icons-bottom .ftg-social {
width: 100%;
bottom: -40px;
height: 30px;
text-align: right;
}
.final-tiles-gallery.social-icons-bottom .ftg-social a {
margin: 0 5px;
display: inline-block;
}
.final-tiles-gallery.social-icons-bottom .ftg-social a:last-of-type {
margin-right: 15px;
}
.final-tiles-gallery.social-icons-bottom .tile:hover .ftg-social {
bottom: 0;
}
.final-tiles-gallery.social-icons-bottom.social-icons-circle .ftg-social {
height: 36px;
}
.final-tiles-gallery.social-icons-bottom.social-icons-bar .ftg-social {
height: 40px;
}
.final-tiles-gallery.social-icons-bottom.social-icons-bar .ftg-social a {
margin: 10px 5px;  
} .final-tiles-gallery.social-icons-circle .ftg-social a {
margin: 5px;
border-radius: 50%;
width: 24px;
height: 24px;
line-height: 24px;
text-align: center;
display: inline-block;
background: #333;
color: #333;
}
.final-tiles-gallery.social-icons-circle .ftg-social a:hover {
color: #fff;
background-color: #333;
}@font-face{font-family:'FontAwesome';src:url(//gomar-transfers.com/wp-content/plugins/final-tiles-grid-gallery-lite/fonts/font-awesome/fonts/fontawesome-webfont.eot?v=4.7.0);src:url(//gomar-transfers.com/wp-content/plugins/final-tiles-grid-gallery-lite/fonts/font-awesome/fonts/fontawesome-webfont.eot?#iefix&v=4.7.0) format('embedded-opentype'),url(//gomar-transfers.com/wp-content/plugins/final-tiles-grid-gallery-lite/fonts/font-awesome/fonts/fontawesome-webfont.woff2?v=4.7.0) format('woff2'),url(//gomar-transfers.com/wp-content/plugins/final-tiles-grid-gallery-lite/fonts/font-awesome/fonts/fontawesome-webfont.woff?v=4.7.0) format('woff'),url(//gomar-transfers.com/wp-content/plugins/final-tiles-grid-gallery-lite/fonts/font-awesome/fonts/fontawesome-webfont.ttf?v=4.7.0) format('truetype'),url(//gomar-transfers.com/wp-content/plugins/final-tiles-grid-gallery-lite/fonts/font-awesome/fonts/fontawesome-webfont.svg?v=4.7.0#fontawesomeregular) format('svg');font-weight:normal;font-style:normal}.fa{display:inline-block;font:normal normal normal 14px/1 FontAwesome;font-size:inherit;text-rendering:auto;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.fa-lg{font-size:1.33333333em;line-height:.75em;vertical-align:-15%}.fa-2x{font-size:2em}.fa-3x{font-size:3em}.fa-4x{font-size:4em}.fa-5x{font-size:5em}.fa-fw{width:1.28571429em;text-align:center}.fa-ul{padding-left:0;margin-left:2.14285714em;list-style-type:none}.fa-ul>li{position:relative}.fa-li{position:absolute;left:-2.14285714em;width:2.14285714em;top:.14285714em;text-align:center}.fa-li.fa-lg{left:-1.85714286em}.fa-border{padding:.2em .25em .15em;border:solid .08em #eee;border-radius:.1em}.fa-pull-left{float:left}.fa-pull-right{float:right}.fa.fa-pull-left{margin-right:.3em}.fa.fa-pull-right{margin-left:.3em}.pull-right{float:right}.pull-left{float:left}.fa.pull-left{margin-right:.3em}.fa.pull-right{margin-left:.3em}.fa-spin{-webkit-animation:fa-spin 2s infinite linear;animation:fa-spin 2s infinite linear}.fa-pulse{-webkit-animation:fa-spin 1s infinite steps(8);animation:fa-spin 1s infinite steps(8)}@-webkit-keyframes fa-spin{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}100%{-webkit-transform:rotate(359deg);transform:rotate(359deg)}}@keyframes fa-spin{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}100%{-webkit-transform:rotate(359deg);transform:rotate(359deg)}}.fa-rotate-90{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";-webkit-transform:rotate(90deg);-ms-transform:rotate(90deg);transform:rotate(90deg)}.fa-rotate-180{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";-webkit-transform:rotate(180deg);-ms-transform:rotate(180deg);transform:rotate(180deg)}.fa-rotate-270{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";-webkit-transform:rotate(270deg);-ms-transform:rotate(270deg);transform:rotate(270deg)}.fa-flip-horizontal{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";-webkit-transform:scale(-1, 1);-ms-transform:scale(-1, 1);transform:scale(-1, 1)}.fa-flip-vertical{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";-webkit-transform:scale(1, -1);-ms-transform:scale(1, -1);transform:scale(1, -1)}:root .fa-rotate-90,:root .fa-rotate-180,:root .fa-rotate-270,:root .fa-flip-horizontal,:root .fa-flip-vertical{filter:none}.fa-stack{position:relative;display:inline-block;width:2em;height:2em;line-height:2em;vertical-align:middle}.fa-stack-1x,.fa-stack-2x{position:absolute;left:0;width:100%;text-align:center}.fa-stack-1x{line-height:inherit}.fa-stack-2x{font-size:2em}.fa-inverse{color:#fff}.fa-glass:before{content:"\f000"}.fa-music:before{content:"\f001"}.fa-search:before{content:"\f002"}.fa-envelope-o:before{content:"\f003"}.fa-heart:before{content:"\f004"}.fa-star:before{content:"\f005"}.fa-star-o:before{content:"\f006"}.fa-user:before{content:"\f007"}.fa-film:before{content:"\f008"}.fa-th-large:before{content:"\f009"}.fa-th:before{content:"\f00a"}.fa-th-list:before{content:"\f00b"}.fa-check:before{content:"\f00c"}.fa-remove:before,.fa-close:before,.fa-times:before{content:"\f00d"}.fa-search-plus:before{content:"\f00e"}.fa-search-minus:before{content:"\f010"}.fa-power-off:before{content:"\f011"}.fa-signal:before{content:"\f012"}.fa-gear:before,.fa-cog:before{content:"\f013"}.fa-trash-o:before{content:"\f014"}.fa-home:before{content:"\f015"}.fa-file-o:before{content:"\f016"}.fa-clock-o:before{content:"\f017"}.fa-road:before{content:"\f018"}.fa-download:before{content:"\f019"}.fa-arrow-circle-o-down:before{content:"\f01a"}.fa-arrow-circle-o-up:before{content:"\f01b"}.fa-inbox:before{content:"\f01c"}.fa-play-circle-o:before{content:"\f01d"}.fa-rotate-right:before,.fa-repeat:before{content:"\f01e"}.fa-refresh:before{content:"\f021"}.fa-list-alt:before{content:"\f022"}.fa-lock:before{content:"\f023"}.fa-flag:before{content:"\f024"}.fa-headphones:before{content:"\f025"}.fa-volume-off:before{content:"\f026"}.fa-volume-down:before{content:"\f027"}.fa-volume-up:before{content:"\f028"}.fa-qrcode:before{content:"\f029"}.fa-barcode:before{content:"\f02a"}.fa-tag:before{content:"\f02b"}.fa-tags:before{content:"\f02c"}.fa-book:before{content:"\f02d"}.fa-bookmark:before{content:"\f02e"}.fa-print:before{content:"\f02f"}.fa-camera:before{content:"\f030"}.fa-font:before{content:"\f031"}.fa-bold:before{content:"\f032"}.fa-italic:before{content:"\f033"}.fa-text-height:before{content:"\f034"}.fa-text-width:before{content:"\f035"}.fa-align-left:before{content:"\f036"}.fa-align-center:before{content:"\f037"}.fa-align-right:before{content:"\f038"}.fa-align-justify:before{content:"\f039"}.fa-list:before{content:"\f03a"}.fa-dedent:before,.fa-outdent:before{content:"\f03b"}.fa-indent:before{content:"\f03c"}.fa-video-camera:before{content:"\f03d"}.fa-photo:before,.fa-image:before,.fa-picture-o:before{content:"\f03e"}.fa-pencil:before{content:"\f040"}.fa-map-marker:before{content:"\f041"}.fa-adjust:before{content:"\f042"}.fa-tint:before{content:"\f043"}.fa-edit:before,.fa-pencil-square-o:before{content:"\f044"}.fa-share-square-o:before{content:"\f045"}.fa-check-square-o:before{content:"\f046"}.fa-arrows:before{content:"\f047"}.fa-step-backward:before{content:"\f048"}.fa-fast-backward:before{content:"\f049"}.fa-backward:before{content:"\f04a"}.fa-play:before{content:"\f04b"}.fa-pause:before{content:"\f04c"}.fa-stop:before{content:"\f04d"}.fa-forward:before{content:"\f04e"}.fa-fast-forward:before{content:"\f050"}.fa-step-forward:before{content:"\f051"}.fa-eject:before{content:"\f052"}.fa-chevron-left:before{content:"\f053"}.fa-chevron-right:before{content:"\f054"}.fa-plus-circle:before{content:"\f055"}.fa-minus-circle:before{content:"\f056"}.fa-times-circle:before{content:"\f057"}.fa-check-circle:before{content:"\f058"}.fa-question-circle:before{content:"\f059"}.fa-info-circle:before{content:"\f05a"}.fa-crosshairs:before{content:"\f05b"}.fa-times-circle-o:before{content:"\f05c"}.fa-check-circle-o:before{content:"\f05d"}.fa-ban:before{content:"\f05e"}.fa-arrow-left:before{content:"\f060"}.fa-arrow-right:before{content:"\f061"}.fa-arrow-up:before{content:"\f062"}.fa-arrow-down:before{content:"\f063"}.fa-mail-forward:before,.fa-share:before{content:"\f064"}.fa-expand:before{content:"\f065"}.fa-compress:before{content:"\f066"}.fa-plus:before{content:"\f067"}.fa-minus:before{content:"\f068"}.fa-asterisk:before{content:"\f069"}.fa-exclamation-circle:before{content:"\f06a"}.fa-gift:before{content:"\f06b"}.fa-leaf:before{content:"\f06c"}.fa-fire:before{content:"\f06d"}.fa-eye:before{content:"\f06e"}.fa-eye-slash:before{content:"\f070"}.fa-warning:before,.fa-exclamation-triangle:before{content:"\f071"}.fa-plane:before{content:"\f072"}.fa-calendar:before{content:"\f073"}.fa-random:before{content:"\f074"}.fa-comment:before{content:"\f075"}.fa-magnet:before{content:"\f076"}.fa-chevron-up:before{content:"\f077"}.fa-chevron-down:before{content:"\f078"}.fa-retweet:before{content:"\f079"}.fa-shopping-cart:before{content:"\f07a"}.fa-folder:before{content:"\f07b"}.fa-folder-open:before{content:"\f07c"}.fa-arrows-v:before{content:"\f07d"}.fa-arrows-h:before{content:"\f07e"}.fa-bar-chart-o:before,.fa-bar-chart:before{content:"\f080"}.fa-twitter-square:before{content:"\f081"}.fa-facebook-square:before{content:"\f082"}.fa-camera-retro:before{content:"\f083"}.fa-key:before{content:"\f084"}.fa-gears:before,.fa-cogs:before{content:"\f085"}.fa-comments:before{content:"\f086"}.fa-thumbs-o-up:before{content:"\f087"}.fa-thumbs-o-down:before{content:"\f088"}.fa-star-half:before{content:"\f089"}.fa-heart-o:before{content:"\f08a"}.fa-sign-out:before{content:"\f08b"}.fa-linkedin-square:before{content:"\f08c"}.fa-thumb-tack:before{content:"\f08d"}.fa-external-link:before{content:"\f08e"}.fa-sign-in:before{content:"\f090"}.fa-trophy:before{content:"\f091"}.fa-github-square:before{content:"\f092"}.fa-upload:before{content:"\f093"}.fa-lemon-o:before{content:"\f094"}.fa-phone:before{content:"\f095"}.fa-square-o:before{content:"\f096"}.fa-bookmark-o:before{content:"\f097"}.fa-phone-square:before{content:"\f098"}.fa-twitter:before{content:"\f099"}.fa-facebook-f:before,.fa-facebook:before{content:"\f09a"}.fa-github:before{content:"\f09b"}.fa-unlock:before{content:"\f09c"}.fa-credit-card:before{content:"\f09d"}.fa-feed:before,.fa-rss:before{content:"\f09e"}.fa-hdd-o:before{content:"\f0a0"}.fa-bullhorn:before{content:"\f0a1"}.fa-bell:before{content:"\f0f3"}.fa-certificate:before{content:"\f0a3"}.fa-hand-o-right:before{content:"\f0a4"}.fa-hand-o-left:before{content:"\f0a5"}.fa-hand-o-up:before{content:"\f0a6"}.fa-hand-o-down:before{content:"\f0a7"}.fa-arrow-circle-left:before{content:"\f0a8"}.fa-arrow-circle-right:before{content:"\f0a9"}.fa-arrow-circle-up:before{content:"\f0aa"}.fa-arrow-circle-down:before{content:"\f0ab"}.fa-globe:before{content:"\f0ac"}.fa-wrench:before{content:"\f0ad"}.fa-tasks:before{content:"\f0ae"}.fa-filter:before{content:"\f0b0"}.fa-briefcase:before{content:"\f0b1"}.fa-arrows-alt:before{content:"\f0b2"}.fa-group:before,.fa-users:before{content:"\f0c0"}.fa-chain:before,.fa-link:before{content:"\f0c1"}.fa-cloud:before{content:"\f0c2"}.fa-flask:before{content:"\f0c3"}.fa-cut:before,.fa-scissors:before{content:"\f0c4"}.fa-copy:before,.fa-files-o:before{content:"\f0c5"}.fa-paperclip:before{content:"\f0c6"}.fa-save:before,.fa-floppy-o:before{content:"\f0c7"}.fa-square:before{content:"\f0c8"}.fa-navicon:before,.fa-reorder:before,.fa-bars:before{content:"\f0c9"}.fa-list-ul:before{content:"\f0ca"}.fa-list-ol:before{content:"\f0cb"}.fa-strikethrough:before{content:"\f0cc"}.fa-underline:before{content:"\f0cd"}.fa-table:before{content:"\f0ce"}.fa-magic:before{content:"\f0d0"}.fa-truck:before{content:"\f0d1"}.fa-pinterest:before{content:"\f0d2"}.fa-pinterest-square:before{content:"\f0d3"}.fa-google-plus-square:before{content:"\f0d4"}.fa-google-plus:before{content:"\f0d5"}.fa-money:before{content:"\f0d6"}.fa-caret-down:before{content:"\f0d7"}.fa-caret-up:before{content:"\f0d8"}.fa-caret-left:before{content:"\f0d9"}.fa-caret-right:before{content:"\f0da"}.fa-columns:before{content:"\f0db"}.fa-unsorted:before,.fa-sort:before{content:"\f0dc"}.fa-sort-down:before,.fa-sort-desc:before{content:"\f0dd"}.fa-sort-up:before,.fa-sort-asc:before{content:"\f0de"}.fa-envelope:before{content:"\f0e0"}.fa-linkedin:before{content:"\f0e1"}.fa-rotate-left:before,.fa-undo:before{content:"\f0e2"}.fa-legal:before,.fa-gavel:before{content:"\f0e3"}.fa-dashboard:before,.fa-tachometer:before{content:"\f0e4"}.fa-comment-o:before{content:"\f0e5"}.fa-comments-o:before{content:"\f0e6"}.fa-flash:before,.fa-bolt:before{content:"\f0e7"}.fa-sitemap:before{content:"\f0e8"}.fa-umbrella:before{content:"\f0e9"}.fa-paste:before,.fa-clipboard:before{content:"\f0ea"}.fa-lightbulb-o:before{content:"\f0eb"}.fa-exchange:before{content:"\f0ec"}.fa-cloud-download:before{content:"\f0ed"}.fa-cloud-upload:before{content:"\f0ee"}.fa-user-md:before{content:"\f0f0"}.fa-stethoscope:before{content:"\f0f1"}.fa-suitcase:before{content:"\f0f2"}.fa-bell-o:before{content:"\f0a2"}.fa-coffee:before{content:"\f0f4"}.fa-cutlery:before{content:"\f0f5"}.fa-file-text-o:before{content:"\f0f6"}.fa-building-o:before{content:"\f0f7"}.fa-hospital-o:before{content:"\f0f8"}.fa-ambulance:before{content:"\f0f9"}.fa-medkit:before{content:"\f0fa"}.fa-fighter-jet:before{content:"\f0fb"}.fa-beer:before{content:"\f0fc"}.fa-h-square:before{content:"\f0fd"}.fa-plus-square:before{content:"\f0fe"}.fa-angle-double-left:before{content:"\f100"}.fa-angle-double-right:before{content:"\f101"}.fa-angle-double-up:before{content:"\f102"}.fa-angle-double-down:before{content:"\f103"}.fa-angle-left:before{content:"\f104"}.fa-angle-right:before{content:"\f105"}.fa-angle-up:before{content:"\f106"}.fa-angle-down:before{content:"\f107"}.fa-desktop:before{content:"\f108"}.fa-laptop:before{content:"\f109"}.fa-tablet:before{content:"\f10a"}.fa-mobile-phone:before,.fa-mobile:before{content:"\f10b"}.fa-circle-o:before{content:"\f10c"}.fa-quote-left:before{content:"\f10d"}.fa-quote-right:before{content:"\f10e"}.fa-spinner:before{content:"\f110"}.fa-circle:before{content:"\f111"}.fa-mail-reply:before,.fa-reply:before{content:"\f112"}.fa-github-alt:before{content:"\f113"}.fa-folder-o:before{content:"\f114"}.fa-folder-open-o:before{content:"\f115"}.fa-smile-o:before{content:"\f118"}.fa-frown-o:before{content:"\f119"}.fa-meh-o:before{content:"\f11a"}.fa-gamepad:before{content:"\f11b"}.fa-keyboard-o:before{content:"\f11c"}.fa-flag-o:before{content:"\f11d"}.fa-flag-checkered:before{content:"\f11e"}.fa-terminal:before{content:"\f120"}.fa-code:before{content:"\f121"}.fa-mail-reply-all:before,.fa-reply-all:before{content:"\f122"}.fa-star-half-empty:before,.fa-star-half-full:before,.fa-star-half-o:before{content:"\f123"}.fa-location-arrow:before{content:"\f124"}.fa-crop:before{content:"\f125"}.fa-code-fork:before{content:"\f126"}.fa-unlink:before,.fa-chain-broken:before{content:"\f127"}.fa-question:before{content:"\f128"}.fa-info:before{content:"\f129"}.fa-exclamation:before{content:"\f12a"}.fa-superscript:before{content:"\f12b"}.fa-subscript:before{content:"\f12c"}.fa-eraser:before{content:"\f12d"}.fa-puzzle-piece:before{content:"\f12e"}.fa-microphone:before{content:"\f130"}.fa-microphone-slash:before{content:"\f131"}.fa-shield:before{content:"\f132"}.fa-calendar-o:before{content:"\f133"}.fa-fire-extinguisher:before{content:"\f134"}.fa-rocket:before{content:"\f135"}.fa-maxcdn:before{content:"\f136"}.fa-chevron-circle-left:before{content:"\f137"}.fa-chevron-circle-right:before{content:"\f138"}.fa-chevron-circle-up:before{content:"\f139"}.fa-chevron-circle-down:before{content:"\f13a"}.fa-html5:before{content:"\f13b"}.fa-css3:before{content:"\f13c"}.fa-anchor:before{content:"\f13d"}.fa-unlock-alt:before{content:"\f13e"}.fa-bullseye:before{content:"\f140"}.fa-ellipsis-h:before{content:"\f141"}.fa-ellipsis-v:before{content:"\f142"}.fa-rss-square:before{content:"\f143"}.fa-play-circle:before{content:"\f144"}.fa-ticket:before{content:"\f145"}.fa-minus-square:before{content:"\f146"}.fa-minus-square-o:before{content:"\f147"}.fa-level-up:before{content:"\f148"}.fa-level-down:before{content:"\f149"}.fa-check-square:before{content:"\f14a"}.fa-pencil-square:before{content:"\f14b"}.fa-external-link-square:before{content:"\f14c"}.fa-share-square:before{content:"\f14d"}.fa-compass:before{content:"\f14e"}.fa-toggle-down:before,.fa-caret-square-o-down:before{content:"\f150"}.fa-toggle-up:before,.fa-caret-square-o-up:before{content:"\f151"}.fa-toggle-right:before,.fa-caret-square-o-right:before{content:"\f152"}.fa-euro:before,.fa-eur:before{content:"\f153"}.fa-gbp:before{content:"\f154"}.fa-dollar:before,.fa-usd:before{content:"\f155"}.fa-rupee:before,.fa-inr:before{content:"\f156"}.fa-cny:before,.fa-rmb:before,.fa-yen:before,.fa-jpy:before{content:"\f157"}.fa-ruble:before,.fa-rouble:before,.fa-rub:before{content:"\f158"}.fa-won:before,.fa-krw:before{content:"\f159"}.fa-bitcoin:before,.fa-btc:before{content:"\f15a"}.fa-file:before{content:"\f15b"}.fa-file-text:before{content:"\f15c"}.fa-sort-alpha-asc:before{content:"\f15d"}.fa-sort-alpha-desc:before{content:"\f15e"}.fa-sort-amount-asc:before{content:"\f160"}.fa-sort-amount-desc:before{content:"\f161"}.fa-sort-numeric-asc:before{content:"\f162"}.fa-sort-numeric-desc:before{content:"\f163"}.fa-thumbs-up:before{content:"\f164"}.fa-thumbs-down:before{content:"\f165"}.fa-youtube-square:before{content:"\f166"}.fa-youtube:before{content:"\f167"}.fa-xing:before{content:"\f168"}.fa-xing-square:before{content:"\f169"}.fa-youtube-play:before{content:"\f16a"}.fa-dropbox:before{content:"\f16b"}.fa-stack-overflow:before{content:"\f16c"}.fa-instagram:before{content:"\f16d"}.fa-flickr:before{content:"\f16e"}.fa-adn:before{content:"\f170"}.fa-bitbucket:before{content:"\f171"}.fa-bitbucket-square:before{content:"\f172"}.fa-tumblr:before{content:"\f173"}.fa-tumblr-square:before{content:"\f174"}.fa-long-arrow-down:before{content:"\f175"}.fa-long-arrow-up:before{content:"\f176"}.fa-long-arrow-left:before{content:"\f177"}.fa-long-arrow-right:before{content:"\f178"}.fa-apple:before{content:"\f179"}.fa-windows:before{content:"\f17a"}.fa-android:before{content:"\f17b"}.fa-linux:before{content:"\f17c"}.fa-dribbble:before{content:"\f17d"}.fa-skype:before{content:"\f17e"}.fa-foursquare:before{content:"\f180"}.fa-trello:before{content:"\f181"}.fa-female:before{content:"\f182"}.fa-male:before{content:"\f183"}.fa-gittip:before,.fa-gratipay:before{content:"\f184"}.fa-sun-o:before{content:"\f185"}.fa-moon-o:before{content:"\f186"}.fa-archive:before{content:"\f187"}.fa-bug:before{content:"\f188"}.fa-vk:before{content:"\f189"}.fa-weibo:before{content:"\f18a"}.fa-renren:before{content:"\f18b"}.fa-pagelines:before{content:"\f18c"}.fa-stack-exchange:before{content:"\f18d"}.fa-arrow-circle-o-right:before{content:"\f18e"}.fa-arrow-circle-o-left:before{content:"\f190"}.fa-toggle-left:before,.fa-caret-square-o-left:before{content:"\f191"}.fa-dot-circle-o:before{content:"\f192"}.fa-wheelchair:before{content:"\f193"}.fa-vimeo-square:before{content:"\f194"}.fa-turkish-lira:before,.fa-try:before{content:"\f195"}.fa-plus-square-o:before{content:"\f196"}.fa-space-shuttle:before{content:"\f197"}.fa-slack:before{content:"\f198"}.fa-envelope-square:before{content:"\f199"}.fa-wordpress:before{content:"\f19a"}.fa-openid:before{content:"\f19b"}.fa-institution:before,.fa-bank:before,.fa-university:before{content:"\f19c"}.fa-mortar-board:before,.fa-graduation-cap:before{content:"\f19d"}.fa-yahoo:before{content:"\f19e"}.fa-google:before{content:"\f1a0"}.fa-reddit:before{content:"\f1a1"}.fa-reddit-square:before{content:"\f1a2"}.fa-stumbleupon-circle:before{content:"\f1a3"}.fa-stumbleupon:before{content:"\f1a4"}.fa-delicious:before{content:"\f1a5"}.fa-digg:before{content:"\f1a6"}.fa-pied-piper-pp:before{content:"\f1a7"}.fa-pied-piper-alt:before{content:"\f1a8"}.fa-drupal:before{content:"\f1a9"}.fa-joomla:before{content:"\f1aa"}.fa-language:before{content:"\f1ab"}.fa-fax:before{content:"\f1ac"}.fa-building:before{content:"\f1ad"}.fa-child:before{content:"\f1ae"}.fa-paw:before{content:"\f1b0"}.fa-spoon:before{content:"\f1b1"}.fa-cube:before{content:"\f1b2"}.fa-cubes:before{content:"\f1b3"}.fa-behance:before{content:"\f1b4"}.fa-behance-square:before{content:"\f1b5"}.fa-steam:before{content:"\f1b6"}.fa-steam-square:before{content:"\f1b7"}.fa-recycle:before{content:"\f1b8"}.fa-automobile:before,.fa-car:before{content:"\f1b9"}.fa-cab:before,.fa-taxi:before{content:"\f1ba"}.fa-tree:before{content:"\f1bb"}.fa-spotify:before{content:"\f1bc"}.fa-deviantart:before{content:"\f1bd"}.fa-soundcloud:before{content:"\f1be"}.fa-database:before{content:"\f1c0"}.fa-file-pdf-o:before{content:"\f1c1"}.fa-file-word-o:before{content:"\f1c2"}.fa-file-excel-o:before{content:"\f1c3"}.fa-file-powerpoint-o:before{content:"\f1c4"}.fa-file-photo-o:before,.fa-file-picture-o:before,.fa-file-image-o:before{content:"\f1c5"}.fa-file-zip-o:before,.fa-file-archive-o:before{content:"\f1c6"}.fa-file-sound-o:before,.fa-file-audio-o:before{content:"\f1c7"}.fa-file-movie-o:before,.fa-file-video-o:before{content:"\f1c8"}.fa-file-code-o:before{content:"\f1c9"}.fa-vine:before{content:"\f1ca"}.fa-codepen:before{content:"\f1cb"}.fa-jsfiddle:before{content:"\f1cc"}.fa-life-bouy:before,.fa-life-buoy:before,.fa-life-saver:before,.fa-support:before,.fa-life-ring:before{content:"\f1cd"}.fa-circle-o-notch:before{content:"\f1ce"}.fa-ra:before,.fa-resistance:before,.fa-rebel:before{content:"\f1d0"}.fa-ge:before,.fa-empire:before{content:"\f1d1"}.fa-git-square:before{content:"\f1d2"}.fa-git:before{content:"\f1d3"}.fa-y-combinator-square:before,.fa-yc-square:before,.fa-hacker-news:before{content:"\f1d4"}.fa-tencent-weibo:before{content:"\f1d5"}.fa-qq:before{content:"\f1d6"}.fa-wechat:before,.fa-weixin:before{content:"\f1d7"}.fa-send:before,.fa-paper-plane:before{content:"\f1d8"}.fa-send-o:before,.fa-paper-plane-o:before{content:"\f1d9"}.fa-history:before{content:"\f1da"}.fa-circle-thin:before{content:"\f1db"}.fa-header:before{content:"\f1dc"}.fa-paragraph:before{content:"\f1dd"}.fa-sliders:before{content:"\f1de"}.fa-share-alt:before{content:"\f1e0"}.fa-share-alt-square:before{content:"\f1e1"}.fa-bomb:before{content:"\f1e2"}.fa-soccer-ball-o:before,.fa-futbol-o:before{content:"\f1e3"}.fa-tty:before{content:"\f1e4"}.fa-binoculars:before{content:"\f1e5"}.fa-plug:before{content:"\f1e6"}.fa-slideshare:before{content:"\f1e7"}.fa-twitch:before{content:"\f1e8"}.fa-yelp:before{content:"\f1e9"}.fa-newspaper-o:before{content:"\f1ea"}.fa-wifi:before{content:"\f1eb"}.fa-calculator:before{content:"\f1ec"}.fa-paypal:before{content:"\f1ed"}.fa-google-wallet:before{content:"\f1ee"}.fa-cc-visa:before{content:"\f1f0"}.fa-cc-mastercard:before{content:"\f1f1"}.fa-cc-discover:before{content:"\f1f2"}.fa-cc-amex:before{content:"\f1f3"}.fa-cc-paypal:before{content:"\f1f4"}.fa-cc-stripe:before{content:"\f1f5"}.fa-bell-slash:before{content:"\f1f6"}.fa-bell-slash-o:before{content:"\f1f7"}.fa-trash:before{content:"\f1f8"}.fa-copyright:before{content:"\f1f9"}.fa-at:before{content:"\f1fa"}.fa-eyedropper:before{content:"\f1fb"}.fa-paint-brush:before{content:"\f1fc"}.fa-birthday-cake:before{content:"\f1fd"}.fa-area-chart:before{content:"\f1fe"}.fa-pie-chart:before{content:"\f200"}.fa-line-chart:before{content:"\f201"}.fa-lastfm:before{content:"\f202"}.fa-lastfm-square:before{content:"\f203"}.fa-toggle-off:before{content:"\f204"}.fa-toggle-on:before{content:"\f205"}.fa-bicycle:before{content:"\f206"}.fa-bus:before{content:"\f207"}.fa-ioxhost:before{content:"\f208"}.fa-angellist:before{content:"\f209"}.fa-cc:before{content:"\f20a"}.fa-shekel:before,.fa-sheqel:before,.fa-ils:before{content:"\f20b"}.fa-meanpath:before{content:"\f20c"}.fa-buysellads:before{content:"\f20d"}.fa-connectdevelop:before{content:"\f20e"}.fa-dashcube:before{content:"\f210"}.fa-forumbee:before{content:"\f211"}.fa-leanpub:before{content:"\f212"}.fa-sellsy:before{content:"\f213"}.fa-shirtsinbulk:before{content:"\f214"}.fa-simplybuilt:before{content:"\f215"}.fa-skyatlas:before{content:"\f216"}.fa-cart-plus:before{content:"\f217"}.fa-cart-arrow-down:before{content:"\f218"}.fa-diamond:before{content:"\f219"}.fa-ship:before{content:"\f21a"}.fa-user-secret:before{content:"\f21b"}.fa-motorcycle:before{content:"\f21c"}.fa-street-view:before{content:"\f21d"}.fa-heartbeat:before{content:"\f21e"}.fa-venus:before{content:"\f221"}.fa-mars:before{content:"\f222"}.fa-mercury:before{content:"\f223"}.fa-intersex:before,.fa-transgender:before{content:"\f224"}.fa-transgender-alt:before{content:"\f225"}.fa-venus-double:before{content:"\f226"}.fa-mars-double:before{content:"\f227"}.fa-venus-mars:before{content:"\f228"}.fa-mars-stroke:before{content:"\f229"}.fa-mars-stroke-v:before{content:"\f22a"}.fa-mars-stroke-h:before{content:"\f22b"}.fa-neuter:before{content:"\f22c"}.fa-genderless:before{content:"\f22d"}.fa-facebook-official:before{content:"\f230"}.fa-pinterest-p:before{content:"\f231"}.fa-whatsapp:before{content:"\f232"}.fa-server:before{content:"\f233"}.fa-user-plus:before{content:"\f234"}.fa-user-times:before{content:"\f235"}.fa-hotel:before,.fa-bed:before{content:"\f236"}.fa-viacoin:before{content:"\f237"}.fa-train:before{content:"\f238"}.fa-subway:before{content:"\f239"}.fa-medium:before{content:"\f23a"}.fa-yc:before,.fa-y-combinator:before{content:"\f23b"}.fa-optin-monster:before{content:"\f23c"}.fa-opencart:before{content:"\f23d"}.fa-expeditedssl:before{content:"\f23e"}.fa-battery-4:before,.fa-battery:before,.fa-battery-full:before{content:"\f240"}.fa-battery-3:before,.fa-battery-three-quarters:before{content:"\f241"}.fa-battery-2:before,.fa-battery-half:before{content:"\f242"}.fa-battery-1:before,.fa-battery-quarter:before{content:"\f243"}.fa-battery-0:before,.fa-battery-empty:before{content:"\f244"}.fa-mouse-pointer:before{content:"\f245"}.fa-i-cursor:before{content:"\f246"}.fa-object-group:before{content:"\f247"}.fa-object-ungroup:before{content:"\f248"}.fa-sticky-note:before{content:"\f249"}.fa-sticky-note-o:before{content:"\f24a"}.fa-cc-jcb:before{content:"\f24b"}.fa-cc-diners-club:before{content:"\f24c"}.fa-clone:before{content:"\f24d"}.fa-balance-scale:before{content:"\f24e"}.fa-hourglass-o:before{content:"\f250"}.fa-hourglass-1:before,.fa-hourglass-start:before{content:"\f251"}.fa-hourglass-2:before,.fa-hourglass-half:before{content:"\f252"}.fa-hourglass-3:before,.fa-hourglass-end:before{content:"\f253"}.fa-hourglass:before{content:"\f254"}.fa-hand-grab-o:before,.fa-hand-rock-o:before{content:"\f255"}.fa-hand-stop-o:before,.fa-hand-paper-o:before{content:"\f256"}.fa-hand-scissors-o:before{content:"\f257"}.fa-hand-lizard-o:before{content:"\f258"}.fa-hand-spock-o:before{content:"\f259"}.fa-hand-pointer-o:before{content:"\f25a"}.fa-hand-peace-o:before{content:"\f25b"}.fa-trademark:before{content:"\f25c"}.fa-registered:before{content:"\f25d"}.fa-creative-commons:before{content:"\f25e"}.fa-gg:before{content:"\f260"}.fa-gg-circle:before{content:"\f261"}.fa-tripadvisor:before{content:"\f262"}.fa-odnoklassniki:before{content:"\f263"}.fa-odnoklassniki-square:before{content:"\f264"}.fa-get-pocket:before{content:"\f265"}.fa-wikipedia-w:before{content:"\f266"}.fa-safari:before{content:"\f267"}.fa-chrome:before{content:"\f268"}.fa-firefox:before{content:"\f269"}.fa-opera:before{content:"\f26a"}.fa-internet-explorer:before{content:"\f26b"}.fa-tv:before,.fa-television:before{content:"\f26c"}.fa-contao:before{content:"\f26d"}.fa-500px:before{content:"\f26e"}.fa-amazon:before{content:"\f270"}.fa-calendar-plus-o:before{content:"\f271"}.fa-calendar-minus-o:before{content:"\f272"}.fa-calendar-times-o:before{content:"\f273"}.fa-calendar-check-o:before{content:"\f274"}.fa-industry:before{content:"\f275"}.fa-map-pin:before{content:"\f276"}.fa-map-signs:before{content:"\f277"}.fa-map-o:before{content:"\f278"}.fa-map:before{content:"\f279"}.fa-commenting:before{content:"\f27a"}.fa-commenting-o:before{content:"\f27b"}.fa-houzz:before{content:"\f27c"}.fa-vimeo:before{content:"\f27d"}.fa-black-tie:before{content:"\f27e"}.fa-fonticons:before{content:"\f280"}.fa-reddit-alien:before{content:"\f281"}.fa-edge:before{content:"\f282"}.fa-credit-card-alt:before{content:"\f283"}.fa-codiepie:before{content:"\f284"}.fa-modx:before{content:"\f285"}.fa-fort-awesome:before{content:"\f286"}.fa-usb:before{content:"\f287"}.fa-product-hunt:before{content:"\f288"}.fa-mixcloud:before{content:"\f289"}.fa-scribd:before{content:"\f28a"}.fa-pause-circle:before{content:"\f28b"}.fa-pause-circle-o:before{content:"\f28c"}.fa-stop-circle:before{content:"\f28d"}.fa-stop-circle-o:before{content:"\f28e"}.fa-shopping-bag:before{content:"\f290"}.fa-shopping-basket:before{content:"\f291"}.fa-hashtag:before{content:"\f292"}.fa-bluetooth:before{content:"\f293"}.fa-bluetooth-b:before{content:"\f294"}.fa-percent:before{content:"\f295"}.fa-gitlab:before{content:"\f296"}.fa-wpbeginner:before{content:"\f297"}.fa-wpforms:before{content:"\f298"}.fa-envira:before{content:"\f299"}.fa-universal-access:before{content:"\f29a"}.fa-wheelchair-alt:before{content:"\f29b"}.fa-question-circle-o:before{content:"\f29c"}.fa-blind:before{content:"\f29d"}.fa-audio-description:before{content:"\f29e"}.fa-volume-control-phone:before{content:"\f2a0"}.fa-braille:before{content:"\f2a1"}.fa-assistive-listening-systems:before{content:"\f2a2"}.fa-asl-interpreting:before,.fa-american-sign-language-interpreting:before{content:"\f2a3"}.fa-deafness:before,.fa-hard-of-hearing:before,.fa-deaf:before{content:"\f2a4"}.fa-glide:before{content:"\f2a5"}.fa-glide-g:before{content:"\f2a6"}.fa-signing:before,.fa-sign-language:before{content:"\f2a7"}.fa-low-vision:before{content:"\f2a8"}.fa-viadeo:before{content:"\f2a9"}.fa-viadeo-square:before{content:"\f2aa"}.fa-snapchat:before{content:"\f2ab"}.fa-snapchat-ghost:before{content:"\f2ac"}.fa-snapchat-square:before{content:"\f2ad"}.fa-pied-piper:before{content:"\f2ae"}.fa-first-order:before{content:"\f2b0"}.fa-yoast:before{content:"\f2b1"}.fa-themeisle:before{content:"\f2b2"}.fa-google-plus-circle:before,.fa-google-plus-official:before{content:"\f2b3"}.fa-fa:before,.fa-font-awesome:before{content:"\f2b4"}.fa-handshake-o:before{content:"\f2b5"}.fa-envelope-open:before{content:"\f2b6"}.fa-envelope-open-o:before{content:"\f2b7"}.fa-linode:before{content:"\f2b8"}.fa-address-book:before{content:"\f2b9"}.fa-address-book-o:before{content:"\f2ba"}.fa-vcard:before,.fa-address-card:before{content:"\f2bb"}.fa-vcard-o:before,.fa-address-card-o:before{content:"\f2bc"}.fa-user-circle:before{content:"\f2bd"}.fa-user-circle-o:before{content:"\f2be"}.fa-user-o:before{content:"\f2c0"}.fa-id-badge:before{content:"\f2c1"}.fa-drivers-license:before,.fa-id-card:before{content:"\f2c2"}.fa-drivers-license-o:before,.fa-id-card-o:before{content:"\f2c3"}.fa-quora:before{content:"\f2c4"}.fa-free-code-camp:before{content:"\f2c5"}.fa-telegram:before{content:"\f2c6"}.fa-thermometer-4:before,.fa-thermometer:before,.fa-thermometer-full:before{content:"\f2c7"}.fa-thermometer-3:before,.fa-thermometer-three-quarters:before{content:"\f2c8"}.fa-thermometer-2:before,.fa-thermometer-half:before{content:"\f2c9"}.fa-thermometer-1:before,.fa-thermometer-quarter:before{content:"\f2ca"}.fa-thermometer-0:before,.fa-thermometer-empty:before{content:"\f2cb"}.fa-shower:before{content:"\f2cc"}.fa-bathtub:before,.fa-s15:before,.fa-bath:before{content:"\f2cd"}.fa-podcast:before{content:"\f2ce"}.fa-window-maximize:before{content:"\f2d0"}.fa-window-minimize:before{content:"\f2d1"}.fa-window-restore:before{content:"\f2d2"}.fa-times-rectangle:before,.fa-window-close:before{content:"\f2d3"}.fa-times-rectangle-o:before,.fa-window-close-o:before{content:"\f2d4"}.fa-bandcamp:before{content:"\f2d5"}.fa-grav:before{content:"\f2d6"}.fa-etsy:before{content:"\f2d7"}.fa-imdb:before{content:"\f2d8"}.fa-ravelry:before{content:"\f2d9"}.fa-eercast:before{content:"\f2da"}.fa-microchip:before{content:"\f2db"}.fa-snowflake-o:before{content:"\f2dc"}.fa-superpowers:before{content:"\f2dd"}.fa-wpexplorer:before{content:"\f2de"}.fa-meetup:before{content:"\f2e0"}.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0, 0, 0, 0);border:0}.sr-only-focusable:active,.sr-only-focusable:focus{position:static;width:auto;height:auto;margin:0;overflow:visible;clip:auto}html {
line-height: 1.15; -ms-text-size-adjust: 100%; -webkit-text-size-adjust: 100%; }  body {
margin: 0;
} article,
aside,
footer,
header,
nav,
section {
display: block;
} h1 {
margin: 0.67em 0;
font-size: 2em;
}  figcaption,
figure,
main { display: block;
} figure {
margin: 1em 4rem;
} hr { overflow: visible;
box-sizing: content-box; height: 0; } pre {
font-family: monospace; font-size: 1em; }  a {
background-color: transparent; -webkit-text-decoration-skip: objects; } abbr[title] {
border-bottom: none; text-decoration: underline; -webkit-text-decoration: underline dotted;
text-decoration: underline dotted; } b,
strong {
font-weight: inherit;
} b,
strong {
font-weight: bolder;
} code,
kbd,
samp {
font-family: monospace; font-size: 1em; } dfn {
font-style: italic;
} mark {
color: #000000;
background-color: #ffff00;
} small {
font-size: 80%;
} sub,
sup {
position: relative;
font-size: 75%;
line-height: 0;
vertical-align: baseline;
}
sub {
bottom: -0.25em;
}
sup {
top: -0.5em;
}  audio,
video {
display: inline-block;
} audio:not([controls]) {
display: none;
height: 0;
} img {
border-style: none;
} svg:not(:root) {
overflow: hidden;
}  button,
input,
optgroup,
select,
textarea { margin: 0;
font-family: roboto, helvetica, arial, sans-serif; font-size: 100%; line-height: 1.15; margin-bottom: 1rem;
} button,
input { overflow: visible;
} button,
select { text-transform: none;
} button,
html [type='button'],
[type='reset'],
[type='submit'] {
-webkit-appearance: button;
} button::-moz-focus-inner,
[type='button']::-moz-focus-inner,
[type='reset']::-moz-focus-inner,
[type='submit']::-moz-focus-inner {
padding: 0;
border-style: none;
} button:-moz-focusring,
[type='button']:-moz-focusring,
[type='reset']:-moz-focusring,
[type='submit']:-moz-focusring {
outline: 0.1rem dotted ButtonText;
} fieldset {
padding: 0.35em 0.75em 0.625em;
} legend {
display: table;
box-sizing: border-box;
max-width: 100%;
padding: 0;
color: inherit;
white-space: normal;
} progress {
display: inline-block;
vertical-align: baseline;
} textarea {
overflow: auto;
} [type='checkbox'],
[type='radio'] {
box-sizing: border-box;
padding: 0;
} [type='number']::-webkit-inner-spin-button,
[type='number']::-webkit-outer-spin-button {
height: auto;
} [type='search'] {
-webkit-appearance: textfield;
outline-offset: -0.2rem;
} [type='search']::-webkit-search-cancel-button,
[type='search']::-webkit-search-decoration {
-webkit-appearance: none;
} ::-webkit-file-upload-button {
-webkit-appearance: button;
font: inherit;
}  details,
menu {
display: block;
} summary {
display: list-item;
}  canvas {
display: inline-block;
} template {
display: none;
}  [hidden] {
display: none;
} html,
input[type='search'] {
box-sizing: border-box;
}
*,
*:before,
*:after {
box-sizing: inherit;
} .author-box,
.clearfix,
.entry,
.entry-content,
.footer-widgets,
.nav-primary,
.nav-secondary,
.pagination,
.site-container,
.site-footer,
.site-header,
.site-inner,
.widget,
.wrap {
clear: both;
}
.author-box:before,
.author-box:after,
.clearfix:before,
.clearfix:after,
.entry:before,
.entry:after,
.entry-content:before,
.entry-content:after,
.footer-widgets:before,
.footer-widgets:after,
.nav-primary:before,
.nav-primary:after,
.nav-secondary:before,
.nav-secondary:after,
.pagination:before,
.pagination:after,
.site-container:before,
.site-container:after,
.site-footer:before,
.site-footer:after,
.site-header:before,
.site-header:after,
.site-inner:before,
.site-inner:after,
.widget:before,
.widget:after,
.wrap:before,
.wrap:after {
display: block;
clear: both;
content: '';
} * {
-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
::-moz-selection {
color: #ffffff;
background-color: #393e4b;
}
::selection {
color: #ffffff;
background-color: #393e4b;
}
html {
overflow-x: hidden;
max-width: 100vw;
font-size: 62.5%;
}
body {
overflow-x: hidden;
max-width: 100vw;
margin: 0;
color: #393e4b;
background-color: #ffffff;
font-family: roboto, helvetica, arial, sans-serif;
font-size: 1.8rem;
font-weight: 300;
line-height: 1.618;
word-break: break-word;
-moz-osx-font-smoothing: grayscale;
-webkit-font-smoothing: antialiased;
}
body > div {
font-size: 1.8rem;
}
p {
margin: 0 0 1.382em;
padding: 0;
}
a {
color: #006cff;
word-wrap: break-word;
}
a:hover,
a:focus {
color: #393e4b;
}
ol,
ul {
margin: 0;
padding: 0;
}
li {
list-style-type: none;
}
hr {
clear: both;
margin: 0 0 2em;
padding: 1em 0 0;
border: 0;
border-bottom: 1px solid #f0f1f2;
border-collapse: collapse;
}
b,
strong {
font-weight: 400;
}
blockquote,
cite,
em,
i {
font-style: italic;
}
blockquote {
margin: 1em 0;
padding: 0 1em;
border-left: 1px solid #f0f1f2;
}
pre {
background-color: #f6f7f8;
padding: 2em;
overflow-x: scroll;
} h1,
h2,
h3,
h4,
h5,
h6 {
margin: 0 0 0.618em;
font-family: playfair display, helvetica, arial, sans-serif;
font-weight: 400;
line-height: 1.382;
}
h1 {
font-size: 2.4em;
}
h2 {
font-size: 1.8em;
}
h3 {
font-size: 1.4em;
}
h4 {
font-size: 1.2em;
}
h5 {
font-size: 1.1em;
}
h6 {
font-size: 1em;
} input,
select,
textarea {
width: 100%;
padding: 0.5em 1.382em;
border: 1px solid #f0f1f2;
border-color: #e3e4e6;
border-radius: 2em;
color: #adb5bd;
background-color: #f6f7f8;
font-size: 1.5rem;
font-weight: 300;
line-height: 2;
}
input:focus,
select:focus,
textarea:focus {
border-color: #006cff;
outline: none;
}
:focus {
outline: 2px solid #f0f1f2;
}
input[type='checkbox'],
input[type='image'],
input[type='radio'] {
width: auto;
}
input[type='search'] {
-webkit-appearance: none;
}
::-moz-placeholder {
opacity: 1;
color: #adb5bd;
}
::-webkit-input-placeholder {
color: #adb5bd;
}
.view-all-portfolio a,
.button,
button,
input[type='button'],
input[type='reset'],
input[type='submit'] {
display: inline-block;
width: auto;
height: auto;
padding: 1.1em 2.4em;
border: 0;
border-radius: 9rem;
color: #ffffff;
background-color: #393e4b;
box-shadow: 0 3rem 2rem -0.5rem rgba(57, 62, 75, 0.2);
font-size: 1.5rem;
font-weight: 500;
line-height: 1;
text-decoration: none;
cursor: pointer;
transition: all 0.3s ease;
}
.view-all-portfolio a:hover,
.view-all-portfolio a:focus,
.button:hover,
.button:focus,
button:hover,
button:focus,
input[type='button']:hover,
input[type='button']:focus,
input[type='reset']:hover,
input[type='reset']:focus,
input[type='submit']:hover,
input[type='submit']:focus {
color: #ffffff;
box-shadow: 0 1rem 2rem -0.5rem rgba(57, 62, 75, 0.2);
}
.view-all-portfolio a.secondary,
.button.secondary,
button.secondary,
input[type='button'].secondary,
input[type='reset'].secondary,
input[type='submit'].secondary {
background-color: #006cff;
}
.view-all-portfolio a.white,
.button.white,
button.white,
input[type='button'].white,
input[type='reset'].white,
input[type='submit'].white {
color: #006cff;
background-color: #ffffff;
}
.view-all-portfolio a.small,
.button.small,
button.small,
input[type='button'].small,
input[type='reset'].small,
input[type='submit'].small {
font-size: 1.2rem;
}
.view-all-portfolio a.large,
.button.large,
button.large,
input[type='button'].large,
input[type='reset'].large,
input[type='submit'].large {
font-size: 1.8rem;
}
.view-all-portfolio a:disabled,
.button:disabled,
button:disabled,
input[type='button']:disabled,
input[type='reset']:disabled,
input[type='submit']:disabled {
border-width: 0;
color: #697886;
background-color: #f6f7f8;
cursor: not-allowed;
}
.view-all-portfolio a + button,
.view-all-portfolio a + .button,
.button + button,
.button + .button,
button + button,
button + .button,
input[type='button'] + button,
input[type='button'] + .button,
input[type='reset'] + button,
input[type='reset'] + .button,
input[type='submit'] + button,
input[type='submit'] + .button {
clear: both;
margin-top: 1em;
}
input[type='search']::-webkit-search-cancel-button,
input[type='search']::-webkit-search-results-button {
display: none;
}
fieldset {
margin-bottom: 1em;
} embed,
iframe,
img,
object,
video,
.wp-caption,
.wp-video-shortcode {
display: block;
max-width: 100%;
}
img {
height: auto;
}
figure {
margin: 0;
}
video {
-o-object-fit: cover;
object-fit: cover;
}
.wp-video-shortcode {
width: auto !important;
} table {
width: 100%;
margin-bottom: 4rem;
border: 1px solid #f0f1f2;
border-spacing: 0;
border-collapse: collapse;
background-color: #ffffff;
line-height: 1;
}
tbody {
border-bottom: 1px solid #f0f1f2;
}
td,
th {
padding: 0.618em;
border-top: 1px solid #f0f1f2;
border-right: 1px solid #f0f1f2;
text-align: left;
} .screen-reader-text,
.screen-reader-text span,
.screen-reader-shortcut,
.wp-custom-logo .site-title,
.wp-custom-logo .site-description {
overflow: hidden;
clip: rect(0, 0, 0, 0);
position: absolute !important;
width: 0.1rem;
height: 0.1rem;
border: 0;
}
.screen-reader-text:focus,
.screen-reader-shortcut:focus {
display: block;
clip: auto !important;
z-index: 100000;
width: auto;
height: auto;
padding: 1rem 2rem;
box-shadow: 0 0 0.2rem 0.2rem rgba(57, 62, 75, 0.1);
text-decoration: none;
}
.more-link {
position: relative;
font-style: normal;
}
.genesis-skip-link {
margin: 0;
}
.genesis-skip-link li {
width: 0;
height: 0;
list-style: none;
} .content-sidebar-wrap,
.wrap {
margin: 0 auto;
padding-right: 6vw;
padding-left: 6vw;
}
.content-sidebar-wrap .wrap,
.wrap .wrap {
width: auto;
max-width: 100%;
padding: 0;
}
.site-inner {
clear: both;
}
.page-builder .site-inner {
border-top: 1px solid #f0f1f2;
border-bottom: 1px solid #f0f1f2;
}
.content-sidebar-wrap {
max-width: 1280px;
padding-top: 9vw;
padding-bottom: 9vw;
}  .columns > div {
margin-bottom: 2.5641%;
padding: 1.618em;
background-color: #f6f7f8;
box-shadow: 0 1rem 1rem -1rem rgba(57, 62, 75, 0.2);
font-size: 1.4rem;
font-weight: 400;
text-align: center;
text-transform: capitalize;
transition: all 0.3s ease;
}
.columns > div:hover,
.columns > div:focus {
box-shadow: 0 2rem 1rem -1rem rgba(57, 62, 75, 0.1);
} .layout-masonry .content {
display: flex;
flex-wrap: wrap;
}
.layout-masonry .entry {
padding: 3rem;
border: 1px solid #f0f1f2;
box-shadow: 0 2rem 1rem -0.75rem rgba(57, 62, 75, 0.1);
transition: all 0.3s ease;
}
.layout-masonry .entry:hover,
.layout-masonry .entry:focus {
box-shadow: 0 0.75rem 1rem -0.75rem rgba(57, 62, 75, 0.1);
}
.layout-masonry .entry-image-link {
margin: -3rem -3rem 3rem;
}
.layout-masonry .entry-image-link img {
width: 100%;
}
.layout-masonry .content .entry-title {
font-size: 1.1em;
}
.layout-masonry .entry-content {
font-size: 1.6rem;
} .gallery,
.gallery-row {
display: flex;
flex-wrap: wrap;
justify-content: space-between;
}
.gallery a {
display: block;
min-height: 100%;
}
.gallery img {
display: block;
width: 100%;
height: auto;
}
.gallery-caption {
display: block;
}
.gallery-item {
display: block;
width: 100%;
margin: 0 0 5vw;
text-align: center;
}
.gallery-item img {
box-shadow: 0 0 1rem -1rem rgba(57, 62, 75, 0.1);
transition: all 0.3s ease;
}
.gallery-item img:hover,
.gallery-item img:focus {
box-shadow: 0 2.5rem 1rem -1rem rgba(57, 62, 75, 0.1);
} .post-type-archive-portfolio .content {
display: flex;
flex-wrap: wrap;
}
.post-type-archive-portfolio .entry {
overflow: hidden;
position: relative;
margin: 0 0 6vw;
padding: 0;
box-shadow: 0 0 1rem -1rem rgba(57, 62, 75, 0);
transition: all 0.3s ease;
}
.post-type-archive-portfolio .entry:hover,
.post-type-archive-portfolio .entry:focus {
box-shadow: 0 3rem 1.5rem -1rem rgba(57, 62, 75, 0.1);
}
.post-type-archive-portfolio .entry:hover .entry-header,
.post-type-archive-portfolio .entry:focus .entry-header {
background-color: rgba(57, 62, 75, 0.3);
}
.post-type-archive-portfolio .entry:hover .entry-title,
.post-type-archive-portfolio .entry:focus .entry-title {
margin-top: 0;
}
.post-type-archive-portfolio .entry:last-of-type {
margin-bottom: 2.5641%;
}
.post-type-archive-portfolio .entry img {
width: 100%;
}
.post-type-archive-portfolio .entry-header {
display: flex;
position: absolute;
top: 0;
right: 0;
bottom: 0;
left: 0;
background-color: rgba(57, 62, 75, 0);
pointer-events: none;
align-items: center;
justify-content: center;
transition: all 0.3s ease;
}
.post-type-archive-portfolio .entry-title {
margin-top: 100%;
font-size: 1.8rem;
transition: all 0.3s ease;
}
.post-type-archive-portfolio .entry-title a {
color: #ffffff;
}
.post-type-archive-portfolio .pagination {
width: 100%;
} .pricing-table {
margin-bottom: 6rem;
border: 1px solid #f0f1f2;
border-radius: 5px;
clear: both;
}
.pricing-table:before,
.pricing-table:after {
display: block;
clear: both;
content: '';
}
.pricing-table > div {
margin-bottom: 5rem;
padding: 1em;
border-radius: 5px;
text-align: center;
transition: all 0.3s ease;
}
.pricing-table > div.featured {
border: 1px solid #f0f1f2;
background-color: #ffffff;
box-shadow: 0 2rem 2rem -1rem rgba(57, 62, 75, 0.1);
-webkit-transform: scale(1.1);
transform: scale(1.1);
}
.pricing-table > div.featured:hover,
.pricing-table > div.featured:focus {
box-shadow: 0 1rem 2rem -1rem rgba(57, 62, 75, 0.1);
}
.pricing-table > div ul {
margin-left: 0;
font-size: smaller;
}
.pricing-table > div ul li {
list-style-type: none;
}
.pricing-table small {
font-family: playfair display, helvetica, arial, sans-serif;
}
.pricing-table big {
font-family: playfair display, helvetica, arial, sans-serif;
font-size: 3em;
} .avatar {
float: left;
margin-right: 2rem;
border-radius: 50%;
}
.alignright .avatar {
margin-left: 2rem;
} .breadcrumb {
width: 100%;
padding: 0 3vw;
background-color: #ffffff;
font-size: 1.4rem;
}
.after-entry,
.author-box {
margin-bottom: 5%;
padding: 0 3vw;
background-color: #ffffff;
}
.entry + .after-entry,
.author-box + .after-entry,
.entry + .author-box,
.author-box + .author-box {
margin-top: 6vw;
}
.after-entry p:last-of-type,
.author-box p:last-of-type {
margin-bottom: 0;
} .search-form {
display: block;
position: relative;
width: 100%;
clear: both;
}
.search-form:before,
.search-form:after {
display: block;
clear: both;
content: '';
}
.search-form input[type='search'] {
width: 100%;
}
.search-form input[type='submit'] {
display: none;
}
.entry .search-form {
margin-bottom: 4rem;
} .author-box-content {
font-size: 1.6rem;
}
.entry-title a {
color: #393e4b;
font-family: playfair display, helvetica, arial, sans-serif;
text-decoration: none;
transition: all 0.3s ease;
}
.entry-title a:hover,
.entry-title a:focus {
color: #006cff;
} a.aligncenter img {
display: block;
margin: 0 auto;
}
a.alignnone {
display: inline-block;
}
.alignleft {
float: left;
text-align: left;
}
.alignright {
float: right;
text-align: right;
}
a.alignleft,
a.alignnone,
a.alignright {
max-width: 100%;
}
img.centered,
.aligncenter {
display: block;
margin: 0 auto 1em;
}
img.alignnone,
.alignnone {
margin-bottom: 1em;
}
a.alignleft,
img.alignleft,
.wp-caption.alignleft {
margin: 0 1em 1em 0;
}
a.alignright,
img.alignright,
.wp-caption.alignright {
margin: 0 0 1em 1em;
}
.wp-caption-text {
margin: 0;
font-size: 1.4rem;
text-align: center;
}
.entry-content p.wp-caption-text {
margin-bottom: 0;
}
.entry-content .wp-audio-shortcode,
.entry-content .wp-playlist,
.entry-content .wp-video {
margin: 0 0 1em;
}
.sticky,
.bypostauthor {
background-color: transparent;
}
.post-edit-link {
display: none;
} .entry-content .alignwide {
position: relative;
left: 50%;
width: 120%;
max-width: 100vw;
-webkit-transform: translate(-50%);
transform: translate(-50%);
}
.entry-content .alignwide img {
display: inline-block;
width: 100%;
margin: 1.618em auto;
}
.entry-content .alignfull {
position: relative;
left: 50%;
width: 100vw;
max-width: none;
margin-left: -50vw;
}
.content-sidebar .entry-content .alignfull,
.sidebar-content .entry-content .alignfull {
max-width: calc(100% + 12rem);
}
.entry-content .alignfull img {
display: inline-block;
width: 100%;
margin: 1.618em auto;
}
.wp-block-image figcaption {
margin: 0 auto 2em;
}
.wp-block-button {
display: block;
width: 100%;
background: transparent;
text-align: center;
clear: both;
}
.wp-block-button:before,
.wp-block-button:after {
display: block;
clear: both;
content: '';
}
.wp-block-button a {
display: inline-block;
}
.wp-block-button a:hover,
.wp-block-button a:focus {
color: #ffffff;
}
.wp-block-pullquote > p {
font-family: roboto, helvetica, arial, sans-serif;
font-weight: 300;
}
.wp-block-pullquote cite {
font-style: normal;
}
.wp-block-gallery .blocks-gallery-item {
display: block;
width: 48.71795%;
margin: 0 0 2.5641% 2.5641%;
text-align: center;
}
.wp-block-gallery .blocks-gallery-item:nth-of-type(odd) {
clear: both;
margin-left: 0;
}
.wp-block-gallery .blocks-gallery-item img {
margin: 0;
} .wp-block-embed {
margin: 2em auto;
}
.wp-block-gallery {
margin: 2em auto;
}
.entry-content .wp-block-gallery {
padding-left: 0;
margin-left: 0;
}
.entry-content .wp-block-gallery.alignfull {
margin-left: -50vw;
}
.wp-block-gallery .blocks-gallery-item img {
align-self: center;
}
.wp-block-image {
width: 100%;
margin: 2em auto;
display: flex;
}
.wp-block-image img {
width: 100%;
}
.wp-block-image.alignleft {
margin-right: 1em;
}
.wp-block-image.alignright {
margin-left: 1em;
}
.wp-block-image.alignwide {
max-width: 120%;
}
.wp-block-image.alignfull {
max-width: none;
}
.wp-block-pullquote {
margin: 2em auto;
border-left: 0;
}
.wp-block-pullquote.aligncenter {
margin: 2em auto;
}
.wp-block-quote {
border-left: 1px solid #f0f1f2;
}
.wp-block-table th,
.wp-block-table td {
border-color: #f0f1f2;
} .site-header {
position: absolute;
z-index: 100;
width: 100%;
background-color: transparent;
transition: all 0.3s ease;
font-size: 14px !important;
margin-top: 20px;
}
.has-fixed-header .site-header {
position: fixed;
}
.has-fixed-header .site-header.shrink {
background-color: #006cff;
box-shadow: 0 0 2rem rgba(57, 62, 75, 0.382);
}
.site-header > .wrap {
display: flex;
position: relative;
align-items: center;
justify-content: space-between;
flex-wrap: wrap;
} .title-area {
display: block;
position: relative;
max-width: 100%;
height: 100%;
margin: 0 auto 0 0;
padding: 1em 0;
flex: 1;
transition: all 0.3s ease;
color: white;
font-size: 1.3em;
}
.fixed-header .shrink .title-area {
padding: 0.382em 0;
}
.wp-custom-logo .title-area {
max-width: 10rem;
}
.site-title {
font-family: playfair display, helvetica, arial, sans-serif;
font-weight: 500;
line-height: 1;
display: inline;
font-size: 14px !important;
}
.site-title a, body > div.site-container > header > div > div > span > a{
color: #ffffff;
text-decoration: none;
}
body > div.site-container > header > div > div > span > a:hover{
color: #ffffffa3;
}
.site-description {
margin-bottom: 0;
color: #ffffff;
font-size: 1rem;
line-height: 1;
} .header-widget-area {
position: relative;
z-index: 1;
width: 100%;
margin-left: 1px;
padding: 1em 0;
opacity: 0;
transition: opacity 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
transition: opacity 0.3s ease-in-out, transform 0.3s ease-in-out;
transition: opacity 0.3s ease-in-out, transform 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
-webkit-transform: translateY(140%);
transform: translateY(140%);
}
.activated .header-widget-area {
opacity: 1;
transition-delay: 0.82s;
-webkit-transform: translateY(0);
transform: translateY(0);
}
.header-widget-area .widget {
background-color: transparent;
}
.header-widget-area .widget:last-of-type {
margin-bottom: 0;
}
.header-widget-area .simple-social-icons .alignright,
.header-widget-area .simple-social-icons .aligncenter {
float: left;
justify-content: flex-start;
} .wp-custom-header {
overflow: hidden;
position: absolute;
top: 0;
right: 0;
bottom: 0;
left: 0;
width: 100%;
height: 100%;
margin: auto;
-o-object-fit: cover;
object-fit: cover;
-o-object-position: center;
object-position: center;
}
.woocommerce .wp-custom-header img,
.wp-custom-header img,
.wp-custom-header video {
width: 100%;
height: 100%;
-o-object-fit: cover;
object-fit: cover;
-o-object-position: center center;
object-position: center center;
}
.wp-custom-header iframe {
position: absolute;
top: -37.5%;
right: -37.5%;
bottom: -37.5%;
left: -37.5%;
width: 175%;
min-width: 100%;
max-width: 175%;
height: 175%;
min-height: 56.25vw;
max-height: none;
margin: auto;
}
.wp-custom-header img {
display: none;
}
.wp-custom-header-video-button {
display: none;
} .hero-section {
position: relative;
width: 100%;
margin: 0 auto;
padding: 10rem 0 5rem;
color: #ffffff;
background-position: center;
background-size: cover;
text-align: center;
}
.hero-section:before {
display: block;
position: absolute;
z-index: 1;
top: 0;
right: 0;
bottom: 0;
left: 0;
content: '';
opacity: 0.9;
background: #006cff;
background:         radial-gradient(left top, circle farthest-corner, #6442ff 15%, #006cff 50%, #0cb4ce 85%);
background: -webkit-radial-gradient(left top, circle farthest-corner, #6442ff 15%, #006cff 50%, #0cb4ce 85%);
}
.hero-section .wrap {
position: relative;
z-index: 2;
max-width: 768px;
}
.hero-section h1 {
width: 100%;
margin-bottom: 0;
line-height: 1.236;
}
.hero-section p {
width: 100%;
margin: 1em 0 0;
}
.hero-section .widget {
background: transparent;
} .menu {
display: flex;
position: relative;
width: 100%;
font-size: 1.4rem;
font-weight: 400;
line-height: 1;
text-align: left;
flex-wrap: wrap;
align-items: center;
align-content: center;
clear: both;
}
.menu:before,
.menu:after {
display: block;
clear: both;
content: '';
}
.menu-item {
display: block;
position: relative;
width: 100%;
padding: 0;
}
.menu-item.right {
margin-left: auto;
}
.menu-item a {
display: block;
padding: 0.5em 0;
color: #ffffff;
text-decoration: none;
transition: all 0.3s ease;
}
.menu-item a span {
display: block;
position: relative;
}
.menu-item a span:after {
display: block;
position: absolute;
top: calc(100% + 0.2em);
left: 0;
width: 0;
height: 2px;
background-color: #ffffff;
content: '';
transition: all 0.3s ease;
}
.menu-item a:hover span:after,
.menu-item a:focus span:after,
.menu-item.current-menu-item > a span:after {
right: 0;
} .sub-menu {
display: none;
font-size: 1.6rem;
clear: both;
}
.sub-menu:before,
.sub-menu:after {
display: block;
clear: both;
content: '';
}
.sub-menu li {
width: 100%;
clear: both;
}
.sub-menu li:before,
.sub-menu li:after {
display: block;
clear: both;
content: '';
}
.nav-primary .sub-menu li {
-webkit-transform: translateY(0);
transform: translateY(0);
}
.nav-primary.activated .sub-menu li {
transition: none;
transition-delay: 0s;
}
.sub-menu li:first-of-type a {
padding-left: 1em;
}
.sub-menu a {
padding: 1em;
}
.sub-menu .sub-menu {
padding-left: 1em;
}
.sub-menu .sub-menu li:first-of-type:before {
display: none;
} .nav-primary {
overflow: auto;
position: fixed;
top: 0;
right: -100%;
bottom: 0;
width: 80vw;
max-width: 40rem;
height: 100vh;
margin: 0;
padding: 10vh 15vw 15vh 10vw;
background-color: #393e4b;
transition: all 0.75s cubic-bezier(0, 1, 0.618, 1);
transition-delay: 0.382s;
-webkit-overflow-scrolling: touch;
}
.nav-primary.activated {
right: 0;
}
.nav-primary.activated .menu-item {
opacity: 1;
transition-delay: 0.82s;
-webkit-transform: translateY(0);
transform: translateY(0);
}
.no-js .nav-primary {
display: block;
position: relative;
width: 100%;
}
.no-js .nav-primary .wrap {
padding: 0 5%;
}
.no-js .nav-primary .menu-item {
display: inline-block;
width: auto;
margin: 0 0.5em;
}
.nav-primary .wrap {
position: relative;
z-index: 1;
width: 100%;
}
.nav-primary .menu {
padding: 0;
font-family: playfair display, helvetica, arial, sans-serif;
font-size: 2.4rem;
}
.nav-primary .menu-item {
position: relative;
opacity: 0;
transition: opacity 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
transition: opacity 0.3s ease-in-out, transform 0.3s ease-in-out;
transition: opacity 0.3s ease-in-out, transform 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
-webkit-transform: translateY(140%);
transform: translateY(140%);
}
.nav-primary .menu-item a {
float: left;
}
.nav-secondary {
width: 100%;
}
.site-footer .menu {
margin-bottom: 1em;
}
.site-footer .menu-item {
width: 50%;
}
.site-footer .menu-item a {
margin: 0 0 0.5em;
color: #393e4b;
}
.site-footer .menu-item a:hover,
.site-footer .menu-item a:focus {
color: #006cff;
} .menu-toggle {
display: block;
position: absolute;
z-index: 999;
top: 2rem;
right: 5%;
width: auto;
height: 3rem;
padding: 2.7rem 0;
padding: 0;
color: transparent;
background-color: transparent;
box-shadow: none;
line-height: 0;
letter-spacing: -1em;
cursor: pointer;
transition: none;
}
.menu-toggle:hover,
.menu-toggle:focus {
outline: none;
color: transparent;
background: none;
box-shadow: none;
}
.menu-toggle.activated {
position: fixed;
right: 5vw;
}
.menu-toggle.activated span,
.menu-toggle.activated span:before,
.menu-toggle.activated span:after {
background-color: #ffffff;
}
.menu-toggle span {
display: block;
position: relative;
width: 2.5rem;
height: 0.2rem;
margin: 0;
border-radius: 5px;
background: #ffffff;
transition: background 0s 0.4s;
}
.menu-toggle span:before,
.menu-toggle span:after {
display: block;
position: absolute;
left: 0;
width: 100%;
height: 0.2rem;
border-radius: 5px;
background-color: #ffffff;
content: ' ';
}
.menu-toggle span:before {
top: -0.7rem;
transition: top 0.4s 0.4s, background-color 0.82s 0.1s, -webkit-transform 0.4s 0s;
transition: top 0.4s 0.4s, transform 0.4s 0s, background-color 0.82s 0.1s;
transition: top 0.4s 0.4s, transform 0.4s 0s, background-color 0.82s 0.1s, -webkit-transform 0.4s 0s;
}
.menu-toggle span:after {
bottom: -0.7rem;
transition: bottom 0.4s 0.4s, background-color 0.82s 0.1s, -webkit-transform 0.4s 0s;
transition: bottom 0.4s 0.4s, transform 0.4s 0s, background-color 0.82s 0.1s;
transition: bottom 0.4s 0.4s, transform 0.4s 0s, background-color 0.82s 0.1s, -webkit-transform 0.4s 0s;
}
.menu-toggle.activated span {
background: none;
}
.menu-toggle.activated span:before {
top: 0;
transition: top 0.4s 0s, background-color 0.82s 0.1s, -webkit-transform 0.4s 0.4s;
transition: top 0.4s 0s, transform 0.4s 0.4s, background-color 0.82s 0.1s;
transition: top 0.4s 0s, transform 0.4s 0.4s, background-color 0.82s 0.1s, -webkit-transform 0.4s 0.4s;
-webkit-transform: rotate(135deg);
transform: rotate(135deg);
}
.menu-toggle.activated span:after {
bottom: 0;
transition: bottom 0.4s 0s, background-color 0.82s 0.1s, -webkit-transform 0.4s 0.4s;
transition: bottom 0.4s 0s, transform 0.4s 0.4s, background-color 0.82s 0.1s;
transition: bottom 0.4s 0s, transform 0.4s 0.4s, background-color 0.82s 0.1s, -webkit-transform 0.4s 0.4s;
-webkit-transform: rotate(-135deg);
transform: rotate(-135deg);
}
.sub-menu-toggle {
position: absolute;
top: 0.333em;
right: 0;
margin: 0 -1em;
padding: 1em;
background: none;
box-shadow: none;
}
.sub-menu-toggle:hover,
.sub-menu-toggle:focus {
background: none;
}
.sub-menu-toggle:before {
display: block;
margin: 0.4rem 0 -0.4rem;
border: 0.4rem solid transparent;
border-top-color: #ffffff;
content: '';
}
.sub-menu-toggle.activated:before {
margin: -0.4rem 0 0.4rem;
-webkit-transform: rotate(180deg);
transform: rotate(180deg);
} .entry {
margin-bottom: 5vw;
padding: 6vw 3vw;
background-color: #ffffff;
}
.entry:last-of-type {
margin-bottom: 0;
}
.entry > img {
margin-bottom: 4rem;
}
.entry-content {
clear: both;
}
.entry-content:before,
.entry-content:after {
display: block;
clear: both;
content: '';
}
.entry-content ol,
.entry-content ul {
margin-bottom: 1em;
margin-left: 4rem;
}
.error404 .entry-content ol,
.error404
.entry-content ul {
margin-bottom: 4rem;
}
.entry-content ol > li {
list-style-type: decimal;
}
.entry-content ul > li {
list-style-type: disc;
}
.entry-content ol ol,
.entry-content ul ul {
margin-bottom: 0;
}
.entry-content li li {
list-style-type: circle;
}
.entry-content code {
display: block;
margin-top: 1em;
padding: 1rem 2rem;
border: 1px solid #f0f1f2;
background-color: #f6f7f8;
font-size: 1.6rem;
}
.entry-content input,
.entry-content select,
.entry-content textarea {
margin-bottom: 1em;
}
.entry-content > *:last-child {
margin-bottom: 0;
}
.entry-image-link {
display: block;
margin-bottom: 1em;
}
.entry-image-link img {
display: block;
} p.entry-meta {
margin-bottom: 0.618em;
color: #adb5bd;
font-size: 1.6rem;
font-size: 0.618em;
font-weight: 400;
}
.entry-header p.entry-meta {
margin-bottom: 1em;
}
.single p.entry-meta {
padding-bottom: 1.618em;
font-family: playfair display, helvetica, arial, sans-serif;
}
.entry-categories,
.entry-tags {
display: block;
}
.entry-author-name {
text-transform: capitalize;
}
.entry-footer {
margin-top: 5vw;
padding-top: 5vw;
border-top: 1px solid #f0f1f2;
} .pagination {
width: 100%;
margin: 5vw 0;
clear: both;
}
.pagination:before,
.pagination:after {
display: block;
clear: both;
content: '';
}
.pagination ul {
margin: 0;
}
.adjacent-entry-pagination {
margin-bottom: 0;
}
.adjacent-entry-pagination b {
display: flex;
padding: 0 2em;
border: 1px solid #f0f1f2;
border-radius: 5px;
box-shadow: 0 1.5rem 1rem -0.5rem rgba(57, 62, 75, 0.1);
font-size: small;
font-weight: 400;
line-height: 1;
align-items: center;
justify-content: space-between;
transition: all 0.3s ease;
}
.adjacent-entry-pagination b:hover,
.adjacent-entry-pagination b:focus {
box-shadow: 0 1rem 1rem -1rem rgba(57, 62, 75, 0.1);
}
.adjacent-entry-pagination a {
margin: 0 1rem;
padding: 1em 0;
color: #393e4b;
text-decoration: none;
}
.archive-pagination {
display: flex;
justify-content: center;
}
.archive-pagination ul {
display: flex;
justify-content: center;
width: auto;
box-shadow: 0 1.5rem 1rem -0.5rem rgba(57, 62, 75, 0.1);
transition: all 0.3s ease;
}
.archive-pagination ul:hover,
.archive-pagination ul:focus {
box-shadow: 0 0.5rem 1rem -0.5rem rgba(57, 62, 75, 0.15);
}
.archive-pagination li {
margin: 0;
border: 1px solid #f0f1f2;
border-right: 0;
}
.archive-pagination li:first-of-type,
.archive-pagination li:first-of-type a {
border-top-left-radius: 5px;
border-bottom-left-radius: 5px;
}
.archive-pagination li:last-of-type {
border-right: 1px solid #f0f1f2;
border-top-right-radius: 5px;
border-bottom-right-radius: 5px;
}
.archive-pagination li:last-of-type a {
border-top-right-radius: 5px;
border-bottom-right-radius: 5px;
}
.archive-pagination a {
display: block;
padding: 0.75rem 1.5rem;
color: #393e4b;
background-color: transparent;
font-size: 1.4rem;
font-weight: 400;
text-decoration: none;
transition: all 0.3s ease;
}
.archive-pagination a:hover,
.archive-pagination .active a {
color: #006cff;
} .comment-respond,
.entry-comments,
.entry-pings {
margin-top: 4rem;
padding: 6vw 3vw;
background-color: #ffffff;
font-size: 1.6rem;
}
.comment-respond .form-submit {
margin-bottom: 0;
}
.comment-list li {
padding: 4rem 0 0 5vw;
}
.comment-list .depth-1 {
padding-left: 0;
}
.comment-list .comment-respond {
padding: 0 0 0 1em;
}
.comment-list > .comment-respond {
padding: 0;
}
.comment-header {
margin-bottom: 5vw;
}
.comment-header p {
margin-bottom: 0;
}
.comment-edit-link {
padding-left: calc(4.8rem + 1em);
}
.entry-pings .comment-edit-link {
display: block;
clear: both;
padding: 0;
}
.comment-meta {
padding-left: calc(4.8rem + 1em);
word-break: break-all;
}
.entry-pings .comment-meta {
padding: 0 0 1em;
}
.comment-content {
clear: both;
}
.comment-content ul > li {
list-style-type: disc;
}
.comment-respond input[type='email'] label,
.comment-respond input[type='text'] label,
.comment-respond input[type='url'] label {
display: block;
margin-right: 1rem;
}
.entry-pings .reply {
display: none;
}
.pingback:last-of-type p {
margin-bottom: 0;
} .widget {
word-wrap: break-word;
}
.sidebar .widget {
padding: 6vw 3vw;
background-color: #ffffff;
font-size: 1.6rem;
}
.sidebar .widget:last-of-type {
margin-bottom: 0;
}
.sidebar .widget p:last-of-type {
margin-bottom: 0;
}
.sidebar .widget li {
margin-bottom: 0.5em;
padding-bottom: 0.5em;
}
.sidebar .widget li:last-of-type {
margin-bottom: 0;
padding-bottom: 0;
}
.sidebar .widget li li {
margin: 0 0 0 1em;
padding: 0;
border: 0;
}
.sidebar .widget ol li {
padding-left: 1em;
text-indent: -1em;
list-style-position: inside;
list-style-type: decimal;
}
.widget-title {
font-family: playfair display, helvetica, arial, sans-serif;
font-size: 2rem;
}
.widget_calendar table {
width: 100%;
}
.widget_calendar td,
.widget_calendar th {
text-align: center;
} .site-footer {
width: 100%;
background-color: #ffffff;
font-size: 1.8rem;
}
.site-footer > .wrap {
position: relative;
margin: 0 auto;
padding: 5vw;
border-top: 1px solid #f0f1f2;
color: #adb5bd;
font-family: playfair display, helvetica, arial, sans-serif;
font-size: 1.4rem;
font-style: italic;
text-align: center;
}
.site-footer > .wrap:last-of-type {
margin-bottom: 0;
}
.site-footer > .wrap a {
color: #adb5bd;
}
.site-footer > .wrap p:last-of-type {
margin-bottom: 0;
} .before-footer {
position: relative;
padding: 10rem 0;
color: #ffffff;
text-align: center;
background-image: url(https://gomar-prijevozi.hr/wp-content/uploads/2017/11/pozadina2.jpg);
background-attachment: fixed;
background-position: center;
background-size: cover;
}
.before-footer:before {
display: block;
position: absolute;
z-index: 1;
top: 0;
right: 0;
bottom: 0;
left: 0;
content: '';
opacity: 0.9;
background: #006cff;
background:         radial-gradient(left top, circle farthest-corner, #6442ff 15%, #006cff 50%, #0cb4ce 85%);
background: -webkit-radial-gradient(left top, circle farthest-corner, #6442ff 15%, #006cff 50%, #0cb4ce 85%);
}
.before-footer .widget-title {
font-size: 2em;
}
.before-footer .widget {
position: relative;
z-index: 1;
width: 100%;
}
.before-footer .widget_media_image {
overflow: hidden;
position: absolute;
z-index: 0;
top: 0;
right: 0;
bottom: 0;
left: 0;
margin: 0;
}
.before-footer .widget_media_image .widget-wrap {
height: 100%;
}
.before-footer .widget_media_image img {
width: 100%;
height: 100% !important;
-o-object-fit: cover;
object-fit: cover;
-o-object-position: center;
object-position: center;
}
.before-footer p {
max-width: 768px;
margin: 0 auto 1.382em;
} .footer-widgets {
padding: 6rem 0;
}
.footer-widgets .wrap {
display: flex;
flex-wrap: wrap;
}
.footer-widgets .widget-title {
margin-bottom: 1.2em;
}
.footer-widgets .widget-area {
width: 100%;
margin: 0 auto 2rem;
}
.footer-widgets .widget-area:first-of-type {
margin-left: 0;
}
.footer-widgets .widget-area .widget {
display: block;
width: 100%;
margin: 0 auto 2em;
}
.footer-widgets .widget-area .widget:last-of-type {
margin-bottom: 0;
}
.footer-widgets .enews form {
display: flex;
position: relative;
align-items: flex-start;
justify-content: space-between;
}
.footer-widgets .enews input[type='email'] {
margin-right: 1em;
}
.footer-widgets .enews input[type='submit'] {
padding: 1em;
background-color: #006cff;
box-shadow: 0 1.5rem 1.5rem rgba(57, 62, 75, 0.1);
font-weight: 400;
}
.footer-widgets .enews input[type='submit']:hover,
.footer-widgets .enews input[type='submit']:focus {
box-shadow: 0 0.5rem 1rem rgba(57, 62, 75, 0.1);
}
#genesis-footer-widgets > div > div.widget-area.footer-widgets-1.footer-widget-area,#genesis-footer-widgets > div > div.widget-area.footer-widgets-2.footer-widget-area{
flex: 1.6;
}
#genesis-footer-widgets > div > div.widget-area.footer-widgets-4.footer-widget-area, #genesis-footer-widgets > div > div.widget-area.footer-widgets-3.footer-widget-area{
flex: 1;
}
#custom_html-12 > div > div > a{
float: left;
} .simple-social-icons {
overflow: hidden;
}
.simple-social-icons svg[class^='social-'],
.simple-social-icons svg[class*=' social-'] {
display: inline-block;
width: 1em;
height: 1em;
stroke-width: 0;
stroke: currentColor;
fill: currentColor;
}
.simple-social-icons ul {
display: flex;
margin: -0.5em -0.5em 0 0;
padding: 0;
flex-wrap: wrap;
justify-content: flex-start;
}
.simple-social-icons ul li {
margin: 0.5em 0.5em 0 0;
padding: 0;
border: none;
background: none;
list-style-type: none;
}
.simple-social-icons ul li a {
display: inline-block;
box-sizing: content-box;
width: 1em;
height: 1em;
border: none;
font-weight: 400;
font-style: normal;
font-variant: normal;
line-height: 1;
text-align: center;
text-decoration: none;
text-transform: none;
}
.simple-social-icons ul.aligncenter {
justify-content: center;
}
.simple-social-icons ul.alignleft {
justify-content: flex-start;
}
.simple-social-icons ul.alignright {
justify-content: flex-end;
} .listing-item a {
display: block;
}
.listing-item img {
width: 100%;
}
.display-posts-listing .listing-item {
margin-bottom: 2.5641%;
padding: 0;
} .lSSlideOuter .testimonials-list img {
width: 6rem;
margin: 0 auto 2rem;
box-shadow: 0 1.5rem 1.5rem 0 rgba(57, 62, 75, 0.3);
}
.lSSlideOuter .testimonials-list blockquote {
margin-top: 0;
border: 0;
font-size: 1.8rem;
}
.lSSlideOuter .gts-rating {
margin-bottom: 1rem;
}
.lSSlideOuter .lSPager.lSpg > li {
padding: 0 6px;
}
.lSSlideOuter .lSPager.lSpg > li a {
background-color: rgba(255, 255, 255, 0.5);
}
.lSSlideOuter .lSPager.lSpg > li.active a {
background-color: #ffffff;
-webkit-transform: scale(1.2);
transform: scale(1.2);
} div.gs-faq {
padding: 0;
border: 1px solid #f0f1f2;
border-radius: 5px;
background-color: #ffffff;
box-shadow: 0 1.5rem 3rem -1rem rgba(57, 62, 75, 0.1);
}
div.gs-faq button {
margin: 0;
padding: 2rem;
border-bottom: 1px solid #f0f1f2;
border-radius: 0;
color: #393e4b;
background-color: transparent;
box-shadow: none;
font-weight: 400;
}
div.gs-faq button:last-of-type {
border-bottom: 0;
}
div.gs-faq button:last-of-type.gs-faq--expanded {
border-bottom: 1px solid #f0f1f2;
}
div.gs-faq .gs-faq__answer {
padding: 2rem;
border-bottom: 1px solid #f0f1f2;
}
div.gs-faq .gs-faq__answer:last-of-type {
border-bottom: 0;
} .front-page-1,
.front-page-2,
.front-page-3,
.front-page-4,
.front-page-5,
.front-page-6 {
width: 100%;
padding: 6rem 0;
border-bottom: 1px solid #f0f1f2;
background-color: #ffffff;
}
.front-page-1 .widget-title,
.front-page-2 .widget-title,
.front-page-3 .widget-title,
.front-page-4 .widget-title,
.front-page-5 .widget-title,
.front-page-6 .widget-title {
width: 100%;
margin-bottom: 5rem;
font-size: 1.618em;
text-align: center;
}
.front-page-1 {
display: flex;
position: relative;
z-index: 1;
min-height: 100vh;
border-bottom: 0;
color: #ffffff;
align-items: center;
align-content: center;
clear: both;
}
.front-page-1:before,
.front-page-1:after {
display: block;
clear: both;
content: '';
}
.front-page-1 .wrap {
position: relative;
text-align: center;
}
.front-page-1 .widget {
margin: 0 auto;
}
.front-page-1 .widget:last-of-type {
margin-bottom: 1rem;
}
.front-page-1 .widget p:last-of-type {
margin-bottom: 2em;
}
.front-page-1 h1 {
margin: 0 0 0.382em;
line-height: 1.236;
}
.front-page-2 .widget {
flex: 1;
padding: 0 2rem 2rem;
font-size: 1.6rem;
}
.front-page-2 .widget-title {
margin: 0.5rem auto 1rem;
font-size: 1.5em;
}
.front-page-2 p:last-of-type {
margin-bottom: 0;
}
.front-page-3 {
background-color: #f6f7f8;
text-align: center;
}
.front-page-3 .widget {
width: 100%;
margin-bottom: 0;
}
.front-page-3 .widget-title {
margin-bottom: 4rem;
}
.front-page-3 .widget-title:after {
display: block;
width: 6rem;
height: 1px;
margin: 2rem auto 0;
background-color: #adb5bd;
content: '';
}
.front-page-3 .view-all-portfolio {
font-size: 1.6rem;
width: 100%;
padding-top: 3em;
clear: both;
}
.front-page-3 .view-all-portfolio:before,
.front-page-3 .view-all-portfolio:after {
display: block;
clear: both;
content: '';
}
.front-page-3 .view-all-portfolio a {
float: none;
}
.front-page-3 a {
margin: 0;
float: left;
}
.front-page-3 .widget-wrap {
width: 100%;
margin: 0 0 5rem;
clear: both;
}
.front-page-3 .widget-wrap:before,
.front-page-3 .widget-wrap:after {
display: block;
clear: both;
content: '';
}
.front-page-3 .entry {
display: block;
float: right;
position: relative;
width: 50%;
margin: 0;
padding: 0;
clear: none;
}
.front-page-3 .entry:first-of-type {
float: left;
width: 100%;
}
.front-page-3 .entry:last-of-type {
margin-bottom: 0;
}
.front-page-3 .entry:before {
display: block;
position: absolute;
z-index: 2;
top: 0;
right: 0;
bottom: 0;
left: 0;
box-shadow: inset 0 0 0 1rem #f6f7f8;
content: '';
pointer-events: none;
}
.front-page-3 .entry:after {
display: block;
position: absolute;
z-index: 3;
top: 1rem;
right: 1rem;
bottom: 1rem;
left: 1rem;
box-shadow: 0 0 2rem rgba(57, 62, 75, 0);
content: '';
pointer-events: none;
transition: all 0.3s ease;
}
.front-page-3 .entry:hover .entry-header,
.front-page-3 .entry:focus .entry-header {
top: 0;
opacity: 1;
}
.front-page-3 .entry:hover:after,
.front-page-3 .entry:focus:after {
box-shadow: 0 3rem 2rem -1rem rgba(57, 62, 75, 0.15), inset 0 0 0 100rem rgba(57, 62, 75, 0.3);
}
.front-page-3 .entry-header {
display: flex;
position: absolute;
z-index: 4;
top: 100%;
right: 0;
bottom: 0;
left: 0;
opacity: 0;
align-items: center;
justify-content: center;
transition: all 0.3s ease;
}
.front-page-3 .entry-header a {
color: #ffffff;
font-family: playfair display, helvetica, arial, sans-serif;
font-size: 1.8rem;
text-decoration: none;
}
.front-page-4 {
overflow: hidden;
position: relative;
color: #ffffff;
background-color: transparent;
text-align: center;
background-image: url(https://gomar-transfers.com/wp-content/uploads/2023/06/pozadina-ruka.jpg);
background-attachment: fixed;
background-position: center;
background-size: cover;
}
.front-page-4:before {
display: block;
position: absolute;
z-index: 1;
top: 0;
right: 0;
bottom: 0;
left: 0;
content: '';
opacity: 0.9;
background: #006cff;
background:         radial-gradient(left top, circle farthest-corner, #6442ff 15%, #006cff 50%, #0cb4ce 85%);
background: -webkit-radial-gradient(left top, circle farthest-corner, #6442ff 15%, #006cff 50%, #0cb4ce 85%);
}
.front-page-4 .widget {
position: relative;
z-index: 2;
width: 100%;
}
.front-page-4 .widget_media_image {
overflow: hidden;
position: absolute;
z-index: -1;
top: 0;
right: 0;
bottom: 0;
left: 0;
margin: 0;
}
.front-page-4 .widget_media_image .widget-wrap {
height: 100%;
}
.front-page-4 .widget_media_image img {
width: 100%;
height: 100% !important;
-o-object-fit: cover;
object-fit: cover;
-o-object-position: center;
object-position: center;
}
.front-page-4 p {
max-width: 768px;
margin: 0 auto 1.382em;
}
.front-page-5 {
text-align: center;
}
.front-page-5 .widget {
max-width: 100%;
margin: 0 auto;
padding: 0 5vw;
}
.front-page-5 h3 {
margin-bottom: 0;
line-height: 1.618;
}
.front-page-6 {
background-color: #f6f7f8;
}
.front-page-6 .widget {
width: 100%;
}
.front-page-6 .widget-wrap {
display: flex;
flex-wrap: wrap;
width: 100%;
}
.front-page-6 .widget-title:after {
display: block;
width: 6rem;
height: 1px;
margin: 2rem auto 0;
background-color: #adb5bd;
content: '';
}
.front-page-6 .entry {
padding: 3rem;
border: 1px solid #f0f1f2;
box-shadow: 0 1rem 2rem -1rem rgba(57, 62, 75, 0);
transition: all 0.3s ease;
}
.front-page-6 .entry:hover,
.front-page-6 .entry:focus {
box-shadow: 0 3rem 2rem -1rem rgba(57, 62, 75, 0.1);
}
.front-page-6 .entry:first-of-type {
margin-left: 0;
}
.front-page-6 .entry > a {
display: block;
float: none;
width: calc(100% + 6rem);
max-width: calc(100% + 6rem);
margin: -3rem -3rem 3rem;
}
.front-page-6 .entry p {
display: flex;
font-size: 1.6rem;
flex-wrap: wrap;
}
.front-page-6 .entry p a {
margin-top: 1rem;
font-weight: 500;
text-decoration: none;
}
.front-page-6 .entry img {
width: 100%;
}
.front-page-6 .entry .entry-meta {
font-size: 0.618em;
}
.front-page-6 .entry-title {
font-size: 1.1em;
}
.aligncenter,
.alignleft,
.alignright {
display: block;
float: none;
margin: 0 auto 1em;
}
.aligncenter {
clear: both;
}
.aligncenter:before,
.aligncenter:after {
display: block;
clear: both;
content: '';
}
.alignwide,
.alignfull {
position: relative;
left: 50%;
width: 100vw;
}
.content-sidebar .alignwide,
.sidebar-content .alignwide,
.content-sidebar .alignfull,
.sidebar-content .alignfull {
left: auto;
width: 100%;
margin-left: 0;
-webkit-transform: none;
transform: none;
}
.alignwide img,
.alignfull img {
display: inline-block;
width: 100%;
margin: 1em auto 1.618em;
}
.alignwide {
max-width: 120%;
-webkit-transform: translate(-50%);
transform: translate(-50%);
}
.alignfull {
max-width: none;
margin-left: -50vw;
} @media (min-width: 512px) {
.view-all-portfolio a + button,
.view-all-portfolio a + .button,
.button + button,
.button + .button,
button + button,
button + .button,
input[type='button'] + button,
input[type='button'] + .button,
input[type='reset'] + button,
input[type='reset'] + .button,
input[type='submit'] + button,
input[type='submit'] + .button {
clear: none;
margin-top: 0;
}
.layout-masonry .entry {
width: 48.71795%;
margin-bottom: 2.5641%;
margin-left: 2.5641%;
}
.layout-masonry .entry:nth-of-type(odd) {
margin-left: 0;
}
.gallery-item {
width: 48.71794871794871%;
margin-bottom: 2.564102564102564%;
}
.post-type-archive-portfolio .entry {
width: 48.71795%;
margin-bottom: 2.5641%;
margin-left: 2.5641%;
}
.post-type-archive-portfolio .entry:nth-of-type(odd) {
margin-left: 0;
}
.wp-block-gallery .blocks-gallery-item {
margin-bottom: 2.5641%;
margin-left: 2.5641%;
}
.wp-block-gallery .blocks-gallery-item:nth-of-type(odd) {
margin-left: 2.5641%;
}
.wp-block-gallery.columns-2 .blocks-gallery-item {
width: 48.71795%;
margin-left: 2.5641%;
}
.wp-block-gallery.columns-2 .blocks-gallery-item:nth-of-type(odd) {
margin-left: 0;
}
.wp-block-gallery.columns-3 .blocks-gallery-item {
width: 31.62393%;
}
.wp-block-gallery.columns-3 .blocks-gallery-item:nth-of-type(odd) {
margin-left: 2.5641%;
}
.wp-block-gallery.columns-3 .blocks-gallery-item:nth-of-type(3n + 1) {
margin-left: 0;
}
.wp-block-gallery.columns-4 .blocks-gallery-item {
width: 23.07692%;
}
.wp-block-gallery.columns-4 .blocks-gallery-item:nth-of-type(3n + 1) {
margin-left: 2.5641%;
}
.wp-block-gallery.columns-4 .blocks-gallery-item:nth-of-type(4n + 1) {
margin-left: 0;
}
.wp-block-gallery.columns-5 .blocks-gallery-item {
width: 17.94872%;
}
.wp-block-gallery.columns-5 .blocks-gallery-item:nth-of-type(4n + 1) {
margin-left: 2.5641%;
}
.wp-block-gallery.columns-5 .blocks-gallery-item:nth-of-type(5n + 1) {
margin-left: 0;
}
.wp-block-gallery.columns-6 .blocks-gallery-item {
width: 14.52991%;
}
.wp-block-gallery.columns-6 .blocks-gallery-item:nth-of-type(5n + 1) {
margin-left: 2.5641%;
}
.wp-block-gallery.columns-6 .blocks-gallery-item:nth-of-type(6n + 1) {
margin-left: 0;
}
.wp-block-gallery.columns-7 .blocks-gallery-item {
width: 12.08791%;
}
.wp-block-gallery.columns-7 .blocks-gallery-item:nth-of-type(6n + 1) {
margin-left: 2.5641%;
}
.wp-block-gallery.columns-7 .blocks-gallery-item:nth-of-type(7n + 1) {
margin-left: 0;
}
.wp-block-gallery.columns-8 .blocks-gallery-item {
width: 10.25641%;
}
.wp-block-gallery.columns-8 .blocks-gallery-item:nth-of-type(7n + 1) {
margin-left: 2.5641%;
}
.wp-block-gallery.columns-8 .blocks-gallery-item:nth-of-type(8n + 1) {
margin-left: 0;
}
.wp-block-gallery.columns-9 .blocks-gallery-item {
width: 8.83191%;
}
.wp-block-gallery.columns-9 .blocks-gallery-item:nth-of-type(8n + 1) {
margin-left: 2.5641%;
}
.wp-block-gallery.columns-9 .blocks-gallery-item:nth-of-type(9n + 1) {
margin-left: 0;
}
.listing-item {
width: 50%;
}
}
@media (max-width: 768px){
#custom_html-5 > div > div > div > div{
width: 48%;
float: left;
}
#custom_html-5 > div > div > div > div:nth-child(1):nth-child(5){
float: none;
margin: 0 auto;
}
.one-half {
width: 100% !important;
font-size: smaller;
float: left;
padding: 15px !important;
margin: 0;
}
.one-fourth{
width: 80% !important;
margin: 20px 10%;
margin-left: 10% !important;
}
.hero-section h1{
display: none !important;
}
}
@media (min-width: 768px) {
body {
font-size: 2rem;
}
body > div {
font-size: 2rem;
}
h1 {
font-size: 3.2em;
}
.content-sidebar-wrap,
.wrap {
width: 90%;
max-width: 1280px;
padding-right: 0;
padding-left: 0;
}
.one-half,
.one-third,
.one-fourth,
.one-fifth,
.one-sixth,
.two-thirds,
.two-fourths,
.two-fifths,
.two-sixths,
.three-fourths,
.three-fifths,
.three-sixths,
.four-fifths,
.four-sixths,
.five-sixths {
float: left;
margin-left: 2.564102564102564%;
}
.one-half,
.three-sixths,
.two-fourths {
width: 48.717948717948715%;
}
.one-third,
.two-sixths,
.gallery-columns-3 .gallery-item {
width: 31.623931623931625%;
}
.four-sixths,
.two-thirds {
width: 65.81196581196582%;
}
.one-fourth,
.gallery-columns-4 .gallery-item {
width: 23.076923076923077%;
}
.three-fourths {
width: 74.35897435897436%;
}
.one-fifth,
.gallery-columns-5 .gallery-item {
width: 17.9487179487179488%;
}
.two-fifths {
width: 38.4615384615384616%;
}
.three-fifths {
width: 58.9743589743589744%;
}
.four-fifths {
width: 79.4871794871794872%;
}
.one-sixth,
.gallery-columns-6 .gallery-item {
width: 14.52991452991453%;
}
.five-sixths {
width: 82.90598290598291%;
}
.first {
clear: both;
margin-left: 0;
}
.layout-masonry .content {
padding: 0;
}
.post-type-archive-portfolio .content {
padding: 5rem 0;
}
.post-type-archive-portfolio .entry {
width: 31.62393%;
}
.post-type-archive-portfolio .entry:nth-of-type(odd) {
margin-left: 2.5641%;
}
.post-type-archive-portfolio .entry:nth-of-type(3n+1) {
margin-left: 0;
}
.pricing-table .one-half,
.pricing-table .one-third,
.pricing-table .one-fourth,
.pricing-table .one-sixth,
.pricing-table .two-thirds,
.pricing-table .two-fourths,
.pricing-table .two-sixths,
.pricing-table .three-fourths,
.pricing-table .three-sixths,
.pricing-table .four-sixths,
.pricing-table .five-sixths {
margin: 0;
}
.pricing-table .one-half,
.pricing-table .three-sixths,
.pricing-table .two-fourths {
width: 50%;
}
.pricing-table .one-third,
.pricing-table .two-sixths {
width: 33.33333333333333%;
}
.pricing-table .four-sixths,
.pricing-table .two-thirds {
width: 66.66666666666666%;
}
.pricing-table .one-fourth {
width: 25%;
}
.pricing-table .three-fourths {
width: 75%;
}
.pricing-table .one-sixth {
width: 16.666666666666667%;
}
.pricing-table .five-sixths {
width: 83.333333333333333%;
}
.breadcrumb {
padding: 4rem 6rem;
}
.after-entry,
.author-box {
margin-bottom: 4rem;
padding: 0 6rem;
}
.entry + .after-entry,
.author-box + .after-entry,
.entry + .author-box,
.author-box + .author-box {
margin-top: 4rem;
margin-bottom: 0;
}
.site-footer .menu {
margin-bottom: 0;
}
.site-footer .menu-item {
width: 100%;
}
.site-footer .menu-item a {
margin: 0 0 1.618em;
padding: 0;
}
.menu-toggle {
right: 0;
}
.entry {
margin-bottom: 4rem;
padding: 4rem 6rem;
}
.entry-footer {
margin-top: 4rem;
padding-top: 4rem;
}
.comment-respond,
.entry-comments,
.entry-pings {
padding: 6rem;
}
.comment-header {
margin-bottom: 2em;
}
.sidebar .widget {
padding: 4rem 4rem 0 0;
}
.site-footer > .wrap {
width: 90%;
max-width: 1280px;
padding: 5rem 0;
}
.site-footer .widget-area {
margin-bottom: 0;
}
.footer-widgets .widget-area {
margin-left: 2.564102564102564%;
flex: 1;
}
.footer-widgets .widget-area:first-of-type {
margin-left: 0;
}
.footer-widgets .widget-area:last-of-type {
flex: 1.618;
}
.listing-item.one-half,
.listing-item.one-third,
.listing-item.one-fourth,
.listing-item.one-sixth,
.listing-item.two-thirds,
.listing-item.two-fourths,
.listing-item.two-sixths,
.listing-item.three-fourths,
.listing-item.three-sixths,
.listing-item.four-sixths,
.listing-item.five-sixths {
margin: 0;
}
.listing-item.one-half,
.listing-item.three-sixths,
.listing-item.two-fourths {
width: 50%;
}
.listing-item.one-third,
.listing-item.two-sixths {
width: 33.33333333333333%;
}
.listing-item.four-sixths,
.listing-item.two-thirds {
width: 66.66666666666666%;
}
.listing-item.one-fourth {
width: 25%;
}
.listing-item.three-fourths {
width: 75%;
}
.listing-item.one-sixth {
width: 16.666666666666667%;
}
.listing-item.five-sixths {
width: 83.333333333333333%;
}
.lSSlideOuter .testimonials-list blockquote {
padding: 0 2.5em;
}
.front-page-1,
.front-page-2,
.front-page-3,
.front-page-4,
.front-page-5,
.front-page-6 {
padding: 12rem 0;
}
.front-page-1 .wrap,
.front-page-2 .wrap,
.front-page-3 .wrap,
.front-page-4 .wrap,
.front-page-5 .wrap,
.front-page-6 .wrap {
display: flex;
flex-wrap: wrap;
}
.front-page-1 .widget,
.front-page-2 .widget,
.front-page-3 .widget,
.front-page-4 .widget,
.front-page-5 .widget,
.front-page-6 .widget {
margin-bottom: 0;
}
.front-page-1 {
padding: calc(22vh + 9rem) 0 22vh;
}
.front-page-3 {
padding-bottom: 12rem;
}
.front-page-3 .entry {
width: 25%;
}
.front-page-3 .entry:first-of-type {
width: 50%;
}
.front-page-5 .widget {
margin: 0 auto;
}
.front-page-6 .widget-wrap {
padding: 0 5vw;
}
.front-page-6 .entry {
width: 31.62393%;
margin-bottom: 2.5641%;
margin-left: 2.5641%;
}
}
@media (min-width: 896px) {
.content-sidebar-wrap {
padding: 4rem 0;
}
.content-sidebar-wrap {
display: flex;
flex-wrap: wrap;
justify-content: space-between;
}
.content-sidebar-wrap:before,
.content-sidebar-wrap:after {
display: none;
}
.sidebar-content .content-sidebar-wrap {
flex-direction: row-reverse;
}
.content {
width: 100%;
}
.sidebar-primary {
width: 25%;
}
.narrow-content .content,
.sidebar-content .content,
.content-sidebar .content {
width: calc(75% - 4rem);
}
.narrow-content .content {
margin: 0 auto;
}
.home .content {
width: 100%;
padding: 0;
}
.layout-masonry .entry {
width: 31.62393%;
}
.layout-masonry .entry:nth-of-type(odd) {
margin-left: 2.5641%;
}
.layout-masonry .entry:nth-of-type(3n + 1) {
margin-left: 0;
}
.wp-block-column {
margin-left: 2.5641%;
}
.wp-block-column:first-of-type {
margin-left: 0;
}
.site-header > .wrap {
padding: 0;
flex-wrap: nowrap;
}
.title-area {
padding: 1.382em 0;
}
.wp-custom-logo .title-area {
padding: 0;
}
.site-title {
font-size: 2.4rem;
}
.site-description {
font-size: 1.2rem;
line-height: 1.382;
text-align: left;
}
.header-widget-area {
width: auto;
opacity: 1;
transition: none;
-webkit-transform: none;
transform: none;
}
.header-widget-area .widget {
margin-left: 1em;
}
.header-widget-area .simple-social-icons .alignright,
.header-widget-area .simple-social-icons .aligncenter {
float: right;
justify-content: flex-end;
}
.hero-section {
padding: 14rem 0 6rem;
}
.has-nav-secondary .hero-section {
padding-top: 23rem;
}
.menu-item {
display: inline-block;
width: auto;
padding: 0;
}
.menu-item a {
padding: 1.6em 1em;
}
.menu-item a:hover span:after,
.menu-item a:focus span:after,
.menu-item.current-menu-item > a span:after {
width: 100%;
}
.sub-menu {
position: absolute;
z-index: 99;
top: 100%;
width: 16rem;
padding: 0.5em 0;
border-radius: 5px;
background-color: #ffffff;
box-shadow: 0 2rem 2rem rgba(57, 62, 75, 0.15);
font-size: 1.4rem;
}
.sub-menu li:first-of-type {
margin-top: 0;
}
.sub-menu li:first-of-type:before {
display: block;
position: absolute;
top: -1rem;
left: 2rem;
width: 1rem;
height: 1rem;
background-color: #ffffff;
content: '';
-webkit-transform: rotate(45deg);
transform: rotate(45deg);
}
.sub-menu a {
position: relative;
width: 100%;
padding: 1em;
color: #393e4b;
word-wrap: break-word;
}
.sub-menu .sub-menu {
top: -0.5em;
left: -0.1rem;
margin: -0.1rem 0 0 16rem;
padding-left: 0;
border: 1px solid #f0f1f2;
}
.nav-primary {
display: block;
overflow: visible;
position: relative;
right: auto;
width: auto;
max-width: 100%;
height: auto;
margin: 0;
padding: 0;
border: none;
background: transparent;
}
.nav-primary.activated {
right: calc(0 - 5rem);
}
.no-js .nav-primary {
display: block;
width: auto;
}
.nav-primary .menu {
padding: 0;
font-family: roboto, helvetica, arial, sans-serif;
font-size: 1.4rem;
}
.nav-primary .menu-item {
overflow: visible;
opacity: 1;
transition: none;
-webkit-transform: none;
transform: none;
}
.nav-secondary {
width: 100%;
border-top: 1px solid #f0f1f2;
}
.menu-toggle {
display: none;
}
.sub-menu-toggle {
display: none;
}
.pagination {
margin: 4rem 0 0;
}
.sidebar .widget:first-of-type {
margin-top: 0;
}
.sidebar .widget:last-of-type {
margin-bottom: 4rem;
}
.front-page-1 {
padding: calc(22vh + 9rem) 0 22vh;
}
.front-page-1 .wrap {
max-width: 768px;
}
.alignleft {
float: left;
margin: 0 1em 1em 0;
}
.alignright {
float: right;
margin: 0 0 1em 1em;
}
.alignwide img,
.alignfull img {
margin: 0.6em auto 2.4em;
}
}
@media (max-width: 1024px) {
.one-fourth{
width: 48.7%;
}
.one-fourth:nth-child(2n+1){
margin-left: 0;
}
body > div.site-container > header > div > div.title-area > span{
display: block;
}
}
@media (min-width: 1152px) {
.title-area {
padding: 1.618em 0;
}
.hero-section {
padding: 16rem 0 7rem;
}
.has-nav-secondary .hero-section {
padding-top: 25rem;
}
.menu-item a {
padding: 1.82em 1.25em;
}
.front-page-1 {
padding: calc(22vh + 9rem) 0 22vh;
}
.front-page-6 .entry {
width: 29.05983%;
margin-left: 5.12821%;
}
}
@media (min-width: 1280px) {
.sub-menu a {
padding: 1em;
}
.comment-respond input[type='email'],
.comment-respond input[type='text'],
.comment-respond input[type='url'] {
width: 50%;
}
}
@media (min-width: 1420px) {
.menu-toggle.activated {
right: calc(50vw - 640px);
}
}
@media (max-width: 896px) {
.wp-block-columns {
flex-wrap: wrap;
}
.wp-block-column {
flex: none;
width: 100%;
}
}
@media (max-width: 512px){
.one-third{
width: 100% !important;
margin: 0 auto 50px !important;
}
#custom_html-20 > div > div > div > div, #custom_html-35 > div > div > div > div, #custom_html-36 > div > div > div > div, #custom_html-33 > div > div > div > div{
float: none;
width: 100%;
margin: 10px 0;
}
.one-fourth{
width: 98% !important;
margin: 10px auto;
margin-left: 0 !important;
}
}
@media print {
*,
*:before,
*:after {
color: #393e4b !important;
background: transparent !important;
box-shadow: none !important;
text-shadow: none !important;
}
a,
a:visited {
text-decoration: underline;
}
a[href]:after {
content: ' (' attr(href) ')';
}
abbr[title]:after {
content: ' (' attr(title) ')';
}
a[href^='javascript:']:after,
a[href^='#']:after,
.site-title > a:after {
content: '';
}
thead {
display: table-header-group;
}
img,
tr {
page-break-inside: avoid;
}
img {
max-width: 100% !important;
}
@page {
margin: 2cm 0.5cm;
}
p,
h2,
h3 {
orphans: 3;
widows: 3;
}
blockquote,
pre {
border: 1px solid #f0f1f2;
page-break-inside: avoid;
}
.content,
.content-sidebar {
width: 100%;
}
button,
input,
select,
textarea,
.breadcrumb,
.comment-edit-link,
.comment-form,
.comment-list .reply a,
.comment-reply-title,
.edit-link,
.entry-comments-link,
.entry-footer,
.genesis-box,
.header-widget-area,
.hidden-print,
.home-top,
.nav-primary,
.nav-secondary,
.post-edit-link,
.sidebar {
display: none !important;
}
.title-area {
width: 100%;
text-align: center;
}
.site-title > a {
margin: 0;
text-decoration: none;
text-indent: 0;
}
.site-inner {
position: relative;
top: -10rem;
padding-top: 0;
}
.author-box {
margin-bottom: 0;
}
h1,
h2,
h3,
h4,
h5,
h6 {
orphans: 3;
page-break-after: avoid;
page-break-inside: avoid;
widows: 3;
}
img {
page-break-after: avoid;
page-break-inside: avoid;
}
blockquote,
pre,
table {
page-break-inside: avoid;
}
dl,
ol,
ul {
page-break-before: avoid;
}
}
.wpml-ls-legacy-dropdown a.wpml-ls-item-toggle:after {
content: '';
vertical-align: middle;
display: inline-block;
border: 4px solid transparent;
border-top: .5em solid;
position: absolute;
right: 10px;
top: calc(50% - 2px);
}
.wpml-ls-sidebars-header-right, .wpml-ls-sidebars-header-right .wpml-ls-sub-menu, .wpml-ls-sidebars-header-right a {
border-color: #f9f9f900;
}
.wpml-ls-sidebars-header-right {
background-color: #f9f9f900;
font-size: 14px;
}
.wpml-ls-legacy-dropdown {
width: initial;
max-width: 100%;
}
#front-page-2 > div{
display: block !important;
}
#custom_html-32 > div > h3, #custom_html-47 > div > h3, #custom_html-48 > div > h3, #custom_html-49 > div > h3{
padding-top: 50px;
border-top: 1px solid #d3d3d354;
padding-bottom: 20px;
}
#custom_html-15 > div > div > a:nth-child(2), #custom_html-15 > div > div > a:nth-child(3), #custom_html-15 > div > div > a:nth-child(4),#custom_html-14 > div > div > a:nth-child(2), #custom_html-14 > div > div > a:nth-child(3), #custom_html-14 > div > div > a:nth-child(4), #custom_html-13 > div > div > a:nth-child(2), #custom_html-13 > div > div > a:nth-child(3), #custom_html-13 > div > div > a:nth-child(4){
display: inline;
float: left;
}
#text-46 > div > div > ul > li > a, #text-56 > div > div > ul > li > a, #text-57 > div > div > ul > li > a, #tw-target-text > a, #tw-target-text-container > ul > li > a, #tw-target-text > span > a{
text-decoration: none !important;
} @media (max-width: 768px){
#custom_html-5 > div > div > div > div {
width: 48%;
float: left;
}
}
@media (max-width: 512px){
#custom_html-5 > div > div > div > div {
float: none;
width: 100%;
margin: 10px 0;
}
}