<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.wpcf7 .screen-reader-response {
position: absolute;
overflow: hidden;
clip: rect(1px, 1px, 1px, 1px);
clip-path: inset(50%);
height: 1px;
width: 1px;
margin: -1px;
padding: 0;
border: 0;
word-wrap: normal !important;
}
.wpcf7 form .wpcf7-response-output {
margin: 2em 0.5em 1em;
padding: 0.2em 1em;
border: 2px solid #00a0d2; }
.wpcf7 form.init .wpcf7-response-output,
.wpcf7 form.resetting .wpcf7-response-output,
.wpcf7 form.submitting .wpcf7-response-output {
display: none;
}
.wpcf7 form.sent .wpcf7-response-output {
border-color: #46b450; }
.wpcf7 form.failed .wpcf7-response-output,
.wpcf7 form.aborted .wpcf7-response-output {
border-color: #dc3232; }
.wpcf7 form.spam .wpcf7-response-output {
border-color: #f56e28; }
.wpcf7 form.invalid .wpcf7-response-output,
.wpcf7 form.unaccepted .wpcf7-response-output,
.wpcf7 form.payment-required .wpcf7-response-output {
border-color: #ffb900; }
.wpcf7-form-control-wrap {
position: relative;
}
.wpcf7-not-valid-tip {
color: #dc3232; font-size: 1em;
font-weight: normal;
display: block;
}
.use-floating-validation-tip .wpcf7-not-valid-tip {
position: relative;
top: -2ex;
left: 1em;
z-index: 100;
border: 1px solid #dc3232;
background: #fff;
padding: .2em .8em;
width: 24em;
}
.wpcf7-list-item {
display: inline-block;
margin: 0 0 0 1em;
}
.wpcf7-list-item-label::before,
.wpcf7-list-item-label::after {
content: " ";
}
.wpcf7-spinner {
visibility: hidden;
display: inline-block;
background-color: #23282d; opacity: 0.75;
width: 24px;
height: 24px;
border: none;
border-radius: 100%;
padding: 0;
margin: 0 24px;
position: relative;
}
form.submitting .wpcf7-spinner {
visibility: visible;
}
.wpcf7-spinner::before {
content: '';
position: absolute;
background-color: #fbfbfc; top: 4px;
left: 4px;
width: 6px;
height: 6px;
border: none;
border-radius: 100%;
transform-origin: 8px 8px;
animation-name: spin;
animation-duration: 1000ms;
animation-timing-function: linear;
animation-iteration-count: infinite;
}
@media (prefers-reduced-motion: reduce) {
.wpcf7-spinner::before {
animation-name: blink;
animation-duration: 2000ms;
}
}
@keyframes spin {
from {
transform: rotate(0deg);
}
to {
transform: rotate(360deg);
}
}
@keyframes blink {
from {
opacity: 0;
}
50% {
opacity: 1;
}
to {
opacity: 0;
}
}
.wpcf7 [inert] {
opacity: 0.5;
}
.wpcf7 input[type="file"] {
cursor: pointer;
}
.wpcf7 input[type="file"]:disabled {
cursor: default;
}
.wpcf7 .wpcf7-submit:disabled {
cursor: not-allowed;
}
.wpcf7 input[type="url"],
.wpcf7 input[type="email"],
.wpcf7 input[type="tel"] {
direction: ltr;
}
.wpcf7-reflection &gt; output {
display: list-item;
list-style: none;
}
.wpcf7-reflection &gt; output[hidden] {
display: none;
}@font-face{font-family:'FontAwesome';src:url(//futureglowenergy.hr/wp-content/themes/sunergy/fonts/fontawesome-webfont.eot?v=4.7.0);src:url(//futureglowenergy.hr/wp-content/themes/sunergy/fonts/fontawesome-webfont.eot?#iefix&amp;v=4.7.0) format('embedded-opentype'),url(//futureglowenergy.hr/wp-content/themes/sunergy/fonts/fontawesome-webfont.woff2?v=4.7.0) format('woff2'),url(//futureglowenergy.hr/wp-content/themes/sunergy/fonts/fontawesome-webfont.woff?v=4.7.0) format('woff'),url(//futureglowenergy.hr/wp-content/themes/sunergy/fonts/fontawesome-webfont.ttf?v=4.7.0) format('truetype'),url(//futureglowenergy.hr/wp-content/themes/sunergy/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&gt;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}body {
padding:0;
margin:0;
overflow-x:hidden !important;
-webkit-overflow-scrolling: touch;
display:block;
width:100%;
position: relative;
right: 0;
-webkit-transition: right .3s ease;
-moz-transition: right .3s ease;
transition: right .3s ease;
}
body,html {
padding:0;
margin:0;
-moz-osx-font-smoothing:grayscale;
-webkit-font-smoothing:antialiased;
}
pre {
padding: 15px;
white-space: pre-wrap;
word-wrap: break-word;
}
form,
fieldset {
margin-bottom:0
}
textarea {
min-height:60px
}
label,
legend {
display:block;
margin-bottom:5px;
font-weight:700
}
input[type="checkbox"],
input[type="radio"] {
display:inline;
vertical-align: middle;
margin: 3px;
}
input[type="date"],
input[type="email"],
input[type="number"],
input[type="password"],
input[type="search"],
input[type="tel"],
input[type="text"],
input[type="url"],
select,
textarea {
padding: 9px 20px;
outline:none;
margin:0;
width:270px;
max-width:100%;
display:block;
font-size:16px;
line-height: 1.5;
border-width:1px;
border-style:solid;
border-color: #f2f2f2;
border-radius:2px;
background-color: #fafcff;
box-sizing:border-box;
-webkit-appearance:none;
color: inherit;
}
input[type="submit"] {
display: inline-block;
vertical-align: top;
margin-bottom: 20px;
font-size: 12px;
font-weight: normal;
line-height: 20px;
color: #fff;
padding: 11px 34px;
outline:none;
border-width: 1px;
border-style: solid;
border-radius: 2px;
cursor: pointer;
text-transform: uppercase;
transition: all 400ms;
-webkit-transition: all 400ms;
}
.woocommerce.widget_product_search input[type="submit"] {
margin-top: 20px;
}
input[type="submit"]:hover {
background-color: #ffffff;
}
[class*=span] {
float:left;
min-height:1px;
}
.container {
width:940px;
margin-right:auto;
margin-left:auto;
}
.container:after,
.container:before {
display:table;
line-height:0;
content:"";
}
.container:after {
clear:both;
}
.row {
margin-left: -15px;
margin-right: -15px;
}
.row:after,.row:before {
display:table;
line-height:0;
content:"";
}
.row:after {
clear:both;
}
.row [class*=span] {
display:block;
float:left;
width:100%;
min-height:1px;
padding-right: 15px;
padding-left: 15px;
-webkit-box-sizing:border-box;
-moz-box-sizing:border-box;
box-sizing:border-box;
}
.clearfix:after,.clearfix:before {
display:table;
line-height:0;
content:"";
}
.clear,.clearfix:after {
clear:both;
}
.container {
width:1170px;
max-width: 100%;
}
.main_content .container {
max-width: 100%;
}
ul {
margin: 0;
padding: 0 0 20px 0;
}
li ul{
padding-bottom: 0;
padding-left: 17px;
}
.fullwidth-wrapper {
width: 100%;
padding: 0 30px;
box-sizing: border-box;
} ::selection {
opacity:1;
}
::-moz-selection {
opacity:1;
}
p {
margin:0 0 15px 0;
padding:0;
}
a,
a:hover,
a:focus {
text-decoration:none;
outline:none !important;
transition:all 400ms;
}
a:hover {
color: inherit;
}
p a {
transition: color 300ms;
-webkit-transition: color 300ms;
}
p strong {
font-weight: 600;
}
img {
vertical-align:top;
outline:none !important;
max-width:100%;
height:auto;
-webkit-user-select: none;
-moz-user-select: none;
user-select: none;
}
.a-center {
text-align: center;
}
.a-left {
text-align: left;
}
.a-right {
text-align: right;
}
.fleft {
float:left;
}
.fright {
float:right;
}
.dn {
display:none;
}
.ui-loader {
display:none!important;
}
.bypostauthor {
padding:0;
}
.wp-caption.aligncenter {
margin-left: auto;
margin-right: auto;
}
.wp-block-button{
margin-bottom: 1.5em;
}
.wp-block-button.aligncenter,
.wp-block-image{
clear: both;
}
.wp-block-cover, 
.wp-block-cover-image,
.wp-block-media-text{    
margin: 0 0 1.5em;
}
.wp-block-cover.aligncenter{
margin-bottom: 1.5em;
} .screen-reader-text {
clip: rect(1px, 1px, 1px, 1px);
position: absolute !important;
white-space: nowrap;
height: 1px;
width: 1px;
overflow: hidden;
}
.screen-reader-text:focus {
background-color: #f1f1f1;
border-radius: 3px;
box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
clip: auto !important;
color: #21759b;
display: block;
font-size: 14px;
font-size: 0.875rem;
font-weight: bold;
height: auto;
left: 5px;
line-height: normal;
padding: 15px 23px 14px;
text-decoration: none;
top: 5px;
width: auto;
z-index: 100000; }
.wp-caption-text {
margin-top: 5px;
font-style: italic;
}
.hideme {
display:none;
}
.wp-caption-text {
text-align:center;
}
.clear {
clear:both;
height:0;
font-size:0
}
.custom_bg {
position:fixed;
left:0;
top:0;
width:100%;
height:100%;
display:block;
z-index:-1;
background-position:center;
}
.custom_bg.img_bg {
background-size:cover;
}
form,
body,
iframe {
margin:0;
padding:0;
}
iframe {
width:100%;
display:block;
padding:0;
margin:0;
border:0;
}
img,
table,
iframe {
border:0;
}
table {
border-collapse:collapse;
border-spacing: 0;
vertical-align: middle;
width: 100%;
}
table td,
table th {
padding: 5px 8px;
text-align: center;
}
table tbody tr,
table thead tr {
border: 1px solid #f2f2f2;
}
table tbody th {
border-right: 1px solid #f2f2f2;
}
p:empty {
display:none;
margin: 0;
}  .isotope-item {
z-index:2;
}
.isotope-hidden.isotope-item {
pointer-events:none;
z-index:1;
} .isotope,.isotope .isotope-item {
-webkit-transition-duration:.8s;
-moz-transition-duration:.8s;
transition-duration:.8s;
}
.isotope {
-webkit-transition-property:height,width;
-moz-transition-property:height,width;
transition-property:height,width;
}
.isotope .isotope-item {
-webkit-transition-property:-webkit-transform,opacity;
-moz-transition-property:-moz-transform,opacity;
transition-property:transform,opacity;
} .isotope.no-transition,.isotope.no-transition .isotope-item,.isotope .isotope-item.no-transition {
-webkit-transition-duration:0;
-moz-transition-duration:0;
transition-duration:0;
}  .isotope.infinite-scrolling {
-webkit-transition:none;
-moz-transition:none;
transition:none;
} .nivoSlider {
position:relative;
width:100%;
height:auto;
overflow:hidden;
}
.nivoSlider img {
position:absolute;
top:0;
left:0;
width:100%;
vertical-align:top;
}
.nivo-main-image {
display:block;
position:relative!important;
width:100%!important;
}
.nivoSlider a.nivo-imageLink {
position:absolute;
top:0;
left:0;
width:100%;
height:100%;
border:0;
padding:0;
margin:0;
z-index:6;
display:none;
}
.nivo-slice {
display:block;
position:absolute;
z-index:5;
height:100%;
top:0;
}
.nivo-box {
display:block;
position:absolute;
z-index:5;
overflow:hidden;
}
.nivo-box img {
display:block;
}
.nivo-caption {
position:absolute;
overflow:hidden;
display:none;
}
.nivo-html-caption {
display:none;
}
.nivo-controlNav {
display:none !important;
position:absolute;
bottom:30px;
left:0;
width:100%;
text-align:center;
z-index:99;
}
.nivo-controlNav a {
text-indent: -9999px !important;
overflow:hidden;
display:inline-block;
width:8px;
height:8px;
background: none;
opacity:1;
margin:5px 10px 0 10px;
line-height: 8px;
border-radius: 50%;
-webkit-border-radius: 50%;
border: 1px #ffffff solid;
position: relative;
cursor:pointer;
}
.nivo-controlNav a:after {
width:4px;
height:4px;
display:none;
background:#fff;
border-radius: 50%;
-webkit-border-radius: 50%;
position: absolute;
left: 1px;
top: 1px;
content: '';
}
.nivo-controlNav a.active:after {
display: block;
cursor:default;
}
.slider-wrapper {
position:relative;
} .nivo-directionNav {
position: absolute;
width: 100%;
height: 100%;
display: block !important;
left: 0;
top: 0;
z-index: 33;
}
.nivo-directionNav .nivo-nextNav,
.nivo-directionNav .nivo-prevNav {
position: absolute;
bottom: 0;
z-index: 100;
height: 40px;
width: 50px;
background: #fff;
opacity: 1;
transition: all 300ms;
-webkit-transition: all 300ms;
cursor: pointer;
text-indent: -9999px;
display:block !important;
transition: 0.5s all;
}
.nivo-directionNav .nivo-nextNav {
left: auto;
right: 0;
}
.nivo-directionNav .nivo-nextNav:hover::before,
.nivo-directionNav .nivo-nextNav:hover:after {
opacity: 0.5;
transition: 0.5s all;
}
.nivo-directionNav .nivo-nextNav:after {
position: absolute;
left: 11px;
top: 22px;
content: '';
opacity: 1;
text-indent: 0;
width: 17px;
height: 1px;
z-index: 105;
transition: 0.5s all;
}
.nivo-directionNav .nivo-nextNav::before {
right: 10px;
border-top: 5px solid transparent;
border-right: 5px solid transparent;
border-bottom: 5px solid transparent;
border-left: 8px solid;
}
.nivo-directionNav .nivo-prevNav {
right: 50px;
}
.nivo-directionNav .nivo-prevNav:hover::before,
.nivo-directionNav .nivo-prevNav:hover::after {
opacity: 0.5;
transition: 0.5s all;
}
.nivo-directionNav .nivo-prevNav:after {
position: absolute;
left: 24px;
top: 22px;
content: '';
opacity: 1;
text-indent: 0;
width: 17px;
height: 1px;
z-index: 105;
transition: 0.5s all;
}
.nivo-directionNav .nivo-prevNav::before {
left: 11px;
border-top: 5px solid transparent;
border-right: 8px solid;
border-bottom: 5px solid transparent;
border-left: 5px solid transparent;
transition: 0.5s all;
}
.nivo-directionNav .nivo-prevNav::before,
.nivo-directionNav .nivo-nextNav::before {
content: '';
display: inline-block;
vertical-align: middle;
position: absolute;
top: 50%;
margin-top: -3px;
transition: 0.5s all;
}
.oneImage .nivo-directionNav a,
.oneImage .nivo-directionNav a:before,
.oneImage .nivo-directionNav a:after,
.oneImage .nivo-controlNav {
display:none !important;
} .wpcf7 input[type="date"],
.wpcf7 input[type="email"],
.wpcf7 input[type="number"],
.wpcf7 input[type="password"],
.wpcf7 input[type="search"],
.wpcf7 input[type="tel"],
.wpcf7 input[type="text"],
.wpcf7 input[type="url"],
.wpcf7 select,
.wpcf7 textarea {
width: 100%;
}
.wpcf7-form-control-wrap {
margin-bottom: 20px;
display: block;
}
div.wpcf7-response-output {
margin-left: 0;
margin-right: 0;
padding: 0.344em 1em;
padding-left: 50px;
border: none;
color: #ffffff;
background-color: #255379;
position: relative;
z-index: 1;
}
div.wpcf7-response-output:before {
content: "\f05a";
position: absolute;
top: 50%;
left: 17px;
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;
font-size: 18px;
margin-top: -9px;
}
div.wpcf7-validation-errors {
background-color: #c24747;
}
div.wpcf7-validation-errors:before {
content: "\f057";
}
div.wpcf7-mail-sent-ok {
background-color: #0fa55d;
}
div.wpcf7-mail-sent-ok:before {
content: "\f058";
}
span.wpcf7-not-valid-tip {
padding-top: 5px;
color: #d61d1d;
font-weight: 400;
}
.gt3_submit_wrapper {
display: inline-block;
margin-bottom: 20px;
font-size: 12px;
color: #ffffff;
line-height: 0;
border-radius: 2px;
position: relative;
z-index: 1;
transition: all 400ms;
-webkit-transition: all 400ms;
}
.gt3_submit_wrapper:hover {
background: #ffffff;
}
.contact-page .gt3_submit_wrapper {
background: transparent;
border: none;
}
.contact-page .gt3_submit_wrapper &gt; i {
display: none;
}
.contact-page .custom_textarea .gt3_submit_wrapper .wpcf7-form-control.wpcf7-submit {
font-family: inherit;
font-weight: 600;
padding: 18px 50px;
background-color: transparent;
font-size: 12px;
line-height: 14px;
letter-spacing: 1px;
}
.contact-page .custom_textarea .gt3_submit_wrapper .wpcf7-form-control.wpcf7-submit:hover {
color: #fff;
}
.gt3_submit_wrapper &gt; i {
position: absolute;
top: 50%;
right: 34px;
line-height: 1;
margin-top: -0.5em;
z-index: -1;
transition: all 400ms;
-webkit-transition: all 400ms;
}
.gt3_submit_wrapper input[type="submit"] {
margin-bottom: 0;
padding-right: 54px;
background: transparent;
}
.comment-form .gt3_submit_wrapper {
background-color: transparent;
width: 100%;
max-width: 240px;
text-align: center;
}
.comment-form .gt3_submit_wrapper i {
display: none;
}
.comment-form .gt3_submit_wrapper .submit {
font-family: inherit;
font-weight: 600;
letter-spacing: 2.4px;
padding: 15px;
width: 100%;
}
.comment-form .gt3_submit_wrapper .submit:hover {
color: #fff;
}
div.wpcf7 .gt3_submit_wrapper .ajax-loader {
display: none !important;
}
.form-submit_custom .gt3_submit_wrapper {
vertical-align: top;
}
.form-submit_custom {
margin-bottom: 0;
}
.custom_textarea textarea {
height: 116px;
}
.gt3-form_on-dark-bg {
color: #ffffff;
}
.gt3-form_on-dark-bg input[type="date"],
.gt3-form_on-dark-bg input[type="email"],
.gt3-form_on-dark-bg input[type="number"],
.gt3-form_on-dark-bg input[type="password"],
.gt3-form_on-dark-bg input[type="search"],
.gt3-form_on-dark-bg input[type="tel"],
.gt3-form_on-dark-bg input[type="text"],
.gt3-form_on-dark-bg input[type="url"],
.gt3-form_on-dark-bg select,
.gt3-form_on-dark-bg textarea {
background: transparent;
padding: 9px 10px;
border-top: 0;
border-left: 0;
border-right: 0;
border-radius: 0;
border-bottom-color: rgba(255,255,255,0.4);
} .gt3-form_on-dark-bg input[type="tel"]::-webkit-input-placeholder {
color: #ffffff !important;
font-weight: inherit !important;
}
.gt3-form_on-dark-bg input[type="tel"]:-moz-placeholder { color: #ffffff !important;
font-weight: inherit !important;
}
.gt3-form_on-dark-bg input[type="tel"]::-moz-placeholder { color: #ffffff !important;
font-weight: inherit !important;
}
.gt3-form_on-dark-bg input[type="tel"]:-ms-input-placeholder {
color: #ffffff !important;
font-weight: inherit !important;
}
.gt3-form_on-dark-bg input[type="email"]::-webkit-input-placeholder {
color: #ffffff !important;
font-weight: inherit !important;
}
.gt3-form_on-dark-bg input[type="email"]:-moz-placeholder { color: #ffffff !important;
font-weight: inherit !important;
}
.gt3-form_on-dark-bg input[type="email"]::-moz-placeholder { color: #ffffff !important;
font-weight: inherit !important;
}
.gt3-form_on-dark-bg input[type="email"]:-ms-input-placeholder {
color: #ffffff !important;
font-weight: inherit !important;
}
.gt3-form_on-dark-bg input[type="text"]::-webkit-input-placeholder {
color: #ffffff !important;
font-weight: inherit !important;
}
.gt3-form_on-dark-bg input[type="text"]:-moz-placeholder { color: #ffffff !important;
font-weight: inherit !important;
}
.gt3-form_on-dark-bg input[type="text"]::-moz-placeholder { color: #ffffff !important;
font-weight: inherit !important;
}
.gt3-form_on-dark-bg input[type="text"]:-ms-input-placeholder {
color: #ffffff !important;
font-weight: inherit !important;
}
.gt3-form_on-dark-bg input[type="number"]::-webkit-input-placeholder {
color: #ffffff !important;
font-weight: inherit !important;
}
.gt3-form_on-dark-bg input[type="number"]:-moz-placeholder { color: #ffffff !important;
font-weight: inherit !important;
}
.gt3-form_on-dark-bg input[type="number"]::-moz-placeholder { color: #ffffff !important;
font-weight: inherit !important;
}
.gt3-form_on-dark-bg input[type="number"]:-ms-input-placeholder {
color: #ffffff !important;
font-weight: inherit !important;
}
.gt3-form_on-dark-bg input[type="url"]::-webkit-input-placeholder {
color: #ffffff !important;
font-weight: inherit !important;
}
.gt3-form_on-dark-bg input[type="url"]:-moz-placeholder { color: #ffffff !important;
font-weight: inherit !important;
}
.gt3-form_on-dark-bg input[type="url"]::-moz-placeholder { color: #ffffff !important;
font-weight: inherit !important;
}
.gt3-form_on-dark-bg input[type="url"]:-ms-input-placeholder {
color: #ffffff !important;
font-weight: inherit !important;
}
.gt3-form_on-dark-bg textarea::-webkit-input-placeholder {
color: #ffffff !important;
font-weight: inherit !important;
}
.gt3-form_on-dark-bg textarea:-moz-placeholder { color: #ffffff !important;
font-weight: inherit !important;
}
.gt3-form_on-dark-bg textarea::-moz-placeholder { color: #ffffff !important;
font-weight: inherit !important;
}
.gt3-form_on-dark-bg textarea:-ms-input-placeholder {
color: #ffffff !important;
font-weight: inherit !important;
}
.gt3-form_on-dark-bg  input[type="submit"],
.gt3-form_on-dark-bg  .gt3_submit_wrapper {
background: #ffffff;
border-color: #ffffff;
color: #434c55;
}
.gt3-form_on-dark-bg .gt3_submit_wrapper input[type="submit"] {
background: transparent;
}
.gt3-form_on-dark-bg .gt3_submit_wrapper &gt; i {
color: #434c55;
}
.gt3-form_on-dark-btn .wpcf7-submit {
font-size: 12px;
font-weight: 600;
letter-spacing: 0.8px;
border-radius: 3px;
width: 100%;
text-align: center;
padding: 20px 34px 20px 61px;
font-family: inherit;
}
.gt3-form_on-dark-btn {
padding-top: 45px;
display: inline-block;
vertical-align: middle;
}
.gt3-form_on-dark-bg + div.wpcf7-response-output {
margin: 0 !important;
}
.gt3-form_on-dark-btn-wrapp {
display: inline-block;
vertical-align: middle;
position: relative;
max-width: 217px;
width: 100%;
}
.gt3-form_on-dark-btn .gt3-form_on-dark-btn-wrapp::before {
font-family: 'FontAwesome';
content: '\f1d8';
position: absolute;
top: 17px;
left: 33px;
z-index: 1;
font-size: 20px;
color: #abd660;
transition: 0.5s all;
}
.gt3-form_on-dark-btn .gt3-form_on-dark-btn-wrapp:hover::before {
color: #fff;
transition: 0.5s all;
}
.gt3-form_on-dark-bg .wpcf7-submit:hover {
background-color: transparent;
color: #ffffff;
}
.gt3-form_on-dark-bg .wpcf7-form-control-wrap {
margin-bottom: 15px;
}
.gt3-newsletter input[type="submit"] {
padding: 11px 11px;
margin-top: 0;
margin-left: 0;
margin-right: 0;
border-top-left-radius: 0;
border-bottom-left-radius: 0;
}
.gt3-newsletter input[type="submit"] {
background-color: #255379;
border-color: #255379;
}
.gt3-newsletter input[type="submit"]:hover {
background-color: transparent;
color: #255379;
}
.gt3-newsletter .wpcf7-form-control-wrap {
float: left;
max-width: 330px;
width: calc(100% - 80px);
}
.gt3-newsletter input[type="email"] {
max-width: 330px;
border-top-right-radius: 0;
border-bottom-right-radius: 0;
}  .slick-slider {
position: relative;
display: block;
-moz-box-sizing: border-box;
box-sizing: border-box;
-webkit-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
-webkit-touch-callout: none;
touch-action: pan-y;
-webkit-tap-highlight-color: transparent;
}
.slick-list {
position: relative;
display: block;
overflow: hidden;
margin: 0;
padding: 0;
outline: none !important;
}
.slick-list:focus {
outline: none !important;
}
.slick-list.dragging {
cursor: pointer;
cursor: hand;
}
.slick-slider .slick-track,
.slick-slider .slick-list {
-webkit-transform: translate3d(0, 0, 0);
-moz-transform: translate3d(0, 0, 0);
-ms-transform: translate3d(0, 0, 0);
-o-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
}
.slick-track {
position: relative;
top: 0;
left: 0;
display: block;
}
.slick-track:before,
.slick-track:after {
display: table;
content: '';
}
.slick-track:after {
clear: both;
}
.slick-loading .slick-track {
visibility: hidden;
}
.slick-slide {
display: none;
float: left;
height: 100%;
min-height: 1px;
outline: none !important;
cursor: pointer;
}
[dir='rtl'] .slick-slide {
float: right;
}
.slick-slide img {
display: block;
}
.slick-slide.slick-loading img {
display: none;
}
.slick-slide.dragging img {
pointer-events: none;
}
.slick-initialized .slick-slide {
display: block;
}
.slick-loading .slick-slide {
visibility: hidden;
} .main_wrapper {
box-sizing:border-box;
-webkit-box-sizing:border-box;
-moz-box-sizing:border-box;
padding-top: 80px;
}
.main_wrapper.like_fullscreen_type {
padding:0;
}
.site_wrapper {
position:relative;
z-index:0;
min-height: 50vh;
}
.row.sidebar_left .content-container {
float: right;
} .footer_socials_links {
float: right;
}
.footer_socials_links a i {
font-size: 14px;
}
.footer_socials_links a {
display: inline-block;
vertical-align: middle;
margin-left: 20px;
}
.main_footer_wrapper {
padding:24px 0 26px 0;
}
.copyright {
font-size: 14px;
}
.copyright p {
margin-bottom: 0;
}
.copyright a {
color: inherit;
}
.main_footer .copyright{
font-weight: 400;
} h1,
h2,
h3,
h4,
h5,
h6 {
padding:0;
margin:0;
word-wrap:break-word;
}
h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
font-size: inherit !important;
}
.align-left {
text-align: left;
}
.align-center {
text-align: center;
}
.align-right {
text-align: right;
}
.alignleft {
margin: 0 30px 20px 0;
float: left;
}
.alignright {
margin: 0 0 20px 30px;
float: right;
}
.aligncenter {
float: none;
text-align: center;
display: block;
margin: 0 auto;
}
.large-text {
font-size: 24px;
}
.small-text {
line-height: 24px;
font-size: 16px;
} .gt3-page-title {
display: table;
width: 100%;
box-sizing: border-box;
background-repeat: repeat;
}
.gt3-page-title__inner {
display: table-row;
vertical-align: middle;
}
.gt3-page-title__inner:before,
.gt3-page-title__inner:after {
content: '';
display: table-cell;
}
.gt3-page-title .container {
display: table-cell;
vertical-align: middle;
}
.gt3-page-title.gt3-page-title_vert_align_top .container {
vertical-align: top;
}
.gt3-page-title.gt3-page-title_vert_align_bottom .container {
vertical-align: bottom;
}
.gt3-page-title__content {
display: table;
width: 100%;
table-layout: fixed;
}
.gt3-page-title__content .page_title,
.gt3-page-title__content .gt3_breadcrumb {
display: table-cell;
vertical-align: middle;
}
.gt3-page-title__content .gt3_breadcrumb {
text-align: right;
line-height: 1.3;
text-transform: none;
font-size: 0.8em;
padding: 10px 0;
text-transform: uppercase;
}
.gt3-page-title__content .page_title h1 {
color: inherit;
font-weight: 600;
font-size: 18px;
line-height: 1.3;
padding: 10px 0;
}
.gt3-page-title.gt3-page-title_horiz_align_center .page_sub_title {
font-size: 28px;
line-height: 1.2;
font-weight: 100;
opacity: 0.8;
}
.gt3-page-title__content .gt3_breadcrumb .current {
font-weight: 700;
}
.gt3-page-title.gt3-page-title_horiz_align_right .gt3-page-title__content {
direction: rtl;
}
.gt3-page-title.gt3-page-title_horiz_align_center .page_title,
.gt3-page-title.gt3-page-title_horiz_align_center .gt3_breadcrumb,
.gt3-page-title.gt3-page-title_horiz_align_center .page_sub_title {
display: table-row;
text-align: center;
}
.gt3-page-title.gt3-page-title_horiz_align_center .page_title + .page_sub_title div {
padding-top: 20px;
}
.gt3-page-title.gt3-page-title_horiz_align_center .page_sub_title + .gt3_breadcrumb &gt; div {
padding-top: 13px;
}  blockquote {
position: relative;
z-index: 1;
padding-left: 45px;
margin: 15px 0;
font-size: 1em;
}
blockquote p {
line-height: 1.6;
font-weight: inherit;
}
.wp-block-pullquote blockquote{
border: none;
margin-top: 25px;
margin-bottom: 25px;
padding-left: 0;
padding-top: 15px;
padding-bottom: 15px;
border-bottom: 4px solid #f0f2f7;
border-top: 4px solid #f0f2f7;
}
.wp-block-pullquote blockquote:before {
display: none;
}
.wp-block-pullquote blockquote cite:before{
display: none;
}
.wp-block-quote.is-style-large{
font-size: 32px;
margin: 26px 0px;
padding: 30px 43px;
}
.wp-block-quote.is-style-large p{
font-size: inherit;
line-height: inherit;
}
.main_wrapper ol.wp-block-latest-comments{
padding-left: 0;
}
.main_wrapper ol.wp-block-latest-comments .wp-block-latest-comments__comment{
padding-left: 0;
padding-bottom: 0;
}
.main_wrapper ol.wp-block-latest-comments .wp-block-latest-comments__comment:before{
display: none;
}  hr{
margin: 20px 0;
border: none;
border-bottom: 1px solid #eaeaea;
}
hr.wp-block-separator{
width: 100px;
margin-left: auto;
margin-right: auto;
}
hr.wp-block-separator.is-style-wide,
hr.wp-block-separator.is-style-dots{
width: 100%;
}    dl {
margin-bottom: 20px;
}
dl dt {
font-weight: 600;
text-decoration: underline;
}
dl dd {
margin: 0 0 20px 0;
}
.main_footer ul li:last-child {
padding-bottom: 0;
}
.main_footer ul li li {
padding-left: 10px;
}
.main_footer ul li {
padding-left: 0;
}
.main_footer ul {
padding-left: 0;
}
.top_footer strong {
font-weight: inherit;
}
.main_wrapper ul li:before{
content: "\2022";
font-size: 40px;
line-height: 0.69em;
display: inline-block;
vertical-align: top;
margin-right: 10px;
}
.main_wrapper ul.gt3_list_check li,
.main_wrapper ul.gt3_list_check_circle li,
.main_wrapper ul.gt3_list_check_square li,
.main_wrapper ul.gt3_list_angle_right li,
.main_wrapper ul.gt3_list_plus li,
.main_wrapper ul.gt3_list_times li {
list-style: none;
}
.main_wrapper ul.gt3_list_check li:before,
.main_wrapper ul.gt3_list_check_circle li:before,
.main_wrapper ul.gt3_list_check_square li:before,
.main_wrapper ul.gt3_list_angle_right li:before,
.main_wrapper ul.gt3_list_plus li:before,
.main_wrapper ul.gt3_list_times li:before {
display: inline-block;
vertical-align: baseline;
font-family: FontAwesome;
font-size: 0.8em;
line-height: 2.5em;
text-rendering: auto;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
}
.main_wrapper ul.gt3_list_check_circle li:before {
content: "\f05d";
}
.main_wrapper ul.gt3_list_check_square li:before {
content: "\f046";
}
.main_wrapper ul.gt3_list_angle_right li:before {
content: '\f0da';
}
.main_wrapper ul.gt3_list_plus li:before {
content: "\f067";
}
.main_wrapper ul.gt3_list_times li:before {
content: "\f00d";
}
.main_wrapper ol,
.commentlist .comment_content ol {
margin: 0 0 18px 0;
padding: 0 0 0 17px;
}
.main_wrapper ol &gt; li {
font-size: 16px;
line-height: 36px;
}
.main_wrapper ol &gt; li,
.main_wrapper ul &gt; li,
.commentlist .comment_content ol &gt; li,
.commentlist .comment_content ul &gt; li {
position: relative;
padding: 0 0 6px 5px;
}
.main_wrapper ol &gt; li:before{
content: "."counter(li);
font-size: inherit;
width: 1.2em;
line-height: 36px;
display: inline-block;
margin-left: -1.5em;
margin-right: 0.4em;
text-align: right;
direction: rtl;
}
.main_wrapper ul &gt; li:last-child,
.main_wrapper ol &gt; li:last-child {
padding-bottom:0;
}
.main_wrapper ul &gt; li,
.main_footer ul &gt; li {
font-size: 16px;
line-height: 36px;
}
.main_wrapper ul li,
.main_footer ul li {
padding: 0 0 6px 6px;
list-style: none;
}
.main_wrapper li ol,
.commentlist .comment_content li ol {
margin-bottom: 0;
}
.contentarea ul {
margin: 0 0 18px 0;
padding: 0 0 0 13px;
}
.contentarea ul &gt; li ul,
.contentarea ul &gt; li ol,
.contentarea ol &gt; li ul,
.contentarea ol &gt; li ol {
margin-bottom:0;
}
.contentarea ol ol,
.contentarea ol ul,
.contentarea ul ol,
.contentarea ul ul {
padding-bottom:0;
}
.typo_list ol,
.typo_list ul,
.typo_list li:last-child {
padding-bottom:0;
}
.comming-soon-mail {
text-align: center;
}
.comming-soon-mail label {
display: inline-block;
vertical-align: middle;
}
.comming-soon-mail .your-email {
max-width: 390px;
float: left;
margin-right: 20px;
}
.comming-soon-mail .your-email .wpcf7-form-control {
padding: 12px 20px;
}
.comming-soon-mail .wpcf7-form-control[type="submit"] {
background-color: transparent;
border: 1px solid #fff;
font-weight: 500;
letter-spacing: 2px;
padding: 14px 38px;
}  #lang_sel_list {
float:right!important;
padding:11px 25px 0 0;
margin-left:-10px;
} body .wpb_content_element {
margin-bottom: 0;
}  .ie_9 .bottom_header,
.ie_9 .gt3_module_title {
display: table !important;
width: 100% !important;
}
.ie_9 .bottom_header &gt; .header_side {
display: table-cell !important;
}
.ie_9 .icon-position-left .icon_container,
.ie_9 .icon-position-left .stat_count_wrapper,
.ie_9 .gt3_module_title .external_link,
.ie_9 .gt3_module_title .carousel_arrows,
.ie_9 .gt3_module_title h2,
.ie_9 .gt3_module_title h3 {
display: table-cell !important;
}
.ie_9 .gt3_module_title .external_link,
.ie_9 .gt3_module_title .carousel_arrows {
text-align: right !important;
}
.ie_9 .main_header.header_vottom_vertical_order &gt; .bottom_header_wrapper .Centeralignside .header_side_container &gt; div,
.ie_9 .main_header.header_vottom_vertical_order &gt; .bottom_header_wrapper .Centeralignside .header_side_container &gt; nav,
.ie_9 .main_header.header_vottom_vertical_order &gt; .bottom_header_wrapper .Rightalignside .header_side_container &gt; div,
.ie_9 .main_header.header_vottom_vertical_order &gt; .bottom_header_wrapper .Rightalignside .header_side_container &gt; nav,
.ie_9 .main_header.header_vottom_vertical_order &gt; .bottom_header_wrapper .Leftalignside .header_side_container &gt; div,
.ie_9 .main_header.header_vottom_vertical_order &gt; .bottom_header_wrapper .Leftalignside .header_side_container &gt; nav {
height: 100% !important;
} .header_side_container{
max-height: 100%;
height: 100%;
display: inline-block;
white-space: nowrap;
}
.Leftalignside{
text-align: left;
-webkit-flex: 1 1 0;
-ms-flex: 1 1 0;
flex: 1 1 0;
}
.Rightalignside{
text-align: right;
-webkit-flex: 1 1 0;
-ms-flex: 1 1 0;
flex: 1 1 0;
}
.Leftalignside .header_side_container &gt; div,
.Leftalignside .header_side_container &gt; nav{
padding-right: 40px;
}
.Leftalignside .header_side_container &gt; *:last-child{
padding-right: 0;
}
.Rightalignside .header_side_container &gt; div,
.Rightalignside .header_side_container &gt; nav{
padding-left: 40px;
}
.Rightalignside .header_side_container &gt; *:first-child{
padding-left: 0;
}
.Centeralignside .header_side_container &gt; div,
.Centeralignside .header_side_container &gt; nav{
padding-left: 20px;
padding-right: 20px;
}
.bottom_header.empty_center_side .Leftalignside,
.bottom_header.empty_center_side .Rightalignside{
-webkit-flex: 0 1 auto;
-ms-flex: 0 1 auto;
flex: 0 1 auto;
}
.Centeralignside{
text-align: center;
}
.bottom_header  .header_bar{
position: relative;
display: inline-block;
vertical-align: middle;
height: 100%;
z-index: 1;
}
.bottom_header .header_bar p{
margin-bottom: 0;
}  .logo_container{
position: relative;
display: inline-block;
vertical-align: middle;
height: 100%;
z-index: 1;
}
.logo_container:before{
content: '';
display: inline-block;
vertical-align: middle;
height: 100%;
}
.logo_container a{
display: inline-block;
vertical-align: middle;
color: inherit;
}
.logo_container img{
vertical-align: middle;
max-height: 100%;
max-width: 100%;
height: auto;
object-fit: contain;
}
.logo_container .site-title{
color: inherit;
}
.logo_container .sticky_logo{
display: none;
}
.sticky_header .logo_container .sticky_logo{
display: block;
}
.sticky_header .logo_container.sticky_logo_enable .site-title,
.sticky_header .logo_container.sticky_logo_enable .default_logo,
.logo_container.mobile_logo_enable .mobile_logo,
.logo_container.tablet_logo_enable .tablet_logo{
display: none;
}
body .sticky_header .logo_container &gt; a,
body .sticky_header .logo_container &gt; a &gt; img.sticky_logo {
max-height: 100% !important;
}
@media only screen and (max-width: 1199px){
.logo_container.tablet_logo_enable .default_logo,
.logo_container.tablet_logo_enable .site-title{
display: none;
}
.logo_container.tablet_logo_enable .tablet_logo{
display: block;
}
}
@media only screen and (max-width: 768px){
.logo_container.mobile_logo_enable .default_logo,
.logo_container.tablet_logo_enable.mobile_logo_enable .tablet_logo,
.logo_container.mobile_logo_enable .site-title{
display: none;
}
.logo_container.mobile_logo_enable .mobile_logo{
display: block;
}
}  .main-menu,
.main-menu&gt;ul,
.main-menu&gt;div,
.main-menu&gt;div&gt;ul{
font-weight: 500;
position: relative;
z-index: 1;
margin: 0;
padding: 0;
}
.main-menu&gt;ul,
.main-menu&gt;div,
.main-menu&gt;div&gt;ul{
margin: 0 -17px;
}
.main-menu&gt;ul:after,
.main-menu&gt;div&gt;ul:after{
content: '';
clear: both;
display: table;
}
.main-menu&gt;ul&gt;li,
.main-menu&gt;div&gt;ul&gt;li{
height: 100%;
}
.main-menu&gt;ul&gt;li&gt;a,
.main-menu&gt;div&gt;ul&gt;li&gt;a{
position: relative;
display: block;
z-index: 1;
}
.main-menu&gt;ul&gt;li&gt;a,
.main-menu&gt;div&gt;ul&gt;li&gt;a{
opacity: 1;
color: inherit;
margin: 0px 9px;
}
.main-menu&gt;ul&gt;li&gt;a {
padding: 0 12px;
}
.main-menu&gt;div&gt;ul&gt;li&gt;a {
padding: 0 12px;
}
.main-menu&gt;ul&gt;li&gt;a&gt;span,
.main-menu&gt;div&gt;ul&gt;li&gt;a&gt;span{
-webkit-transform: translate3d(0, 0, 0);
-moz-transform: translate3d(0, 0, 0);
-ms-transform: translate3d(0, 0, 0);
-o-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
-webkit-backface-visibility: hidden;
transition: all 200ms;
-moz-transition: all 200ms;
-ms-transition: all 200ms;
-webkit-transition: all 200ms;
}
.main-menu&gt;ul&gt;li&gt;a:before,
.main-menu&gt;div&gt;ul&gt;li&gt;a:before{
content: '';
position: absolute;
bottom: 0;
width: 100%;
left: 0;
opacity: 0;
border-top: 1px solid;
transform: translateY(1px);
-webkit-transform: translateY(1px);
-moz-transform: translateY(1px);
-ms-transform: translateY(1px);
transition: all 300ms;
-moz-transition: all 300ms;
-ms-transition: all 300ms;
-webkit-transition: all 300ms;
will-change: transform;
}
.main-menu ul li{
position: relative;
display: inline-block;
vertical-align: middle;
float: left;
z-index: 1;
}
.main-menu ul li ul.sub-menu{
display: block;
position: absolute;
left: 0;
top: 100%;
width: 230px;
padding: 10px 0;
border-radius: 4px;
box-sizing: border-box;
opacity: 0;
z-index: 555;
box-shadow: none;
visibility: hidden;
text-align: left;
transform: translateY(10px);
-webkit-transform: translateY(10px);
-moz-transform: translateY(10px);
-ms-transform: translateY(10px);
transition: opacity 200ms, transform 200ms;
-webkit-transition: opacity 200ms, -webkit-transform 200ms;
}
.main-menu &gt; ul &gt; li &gt; ul{
margin-top: 18px;
}
.main-menu &gt; ul &gt; li:after{
content: '';
position: absolute;
top: 100%;
left: 0;
width: 100%;
height: 18px;
}
.main-menu ul li:hover &gt; ul{
opacity: 1;
visibility: visible;
transform: translateY(0);
-webkit-transform: translateY(0);
-moz-transform: translateY(0);
-ms-transform: translateY(0);
}
.main-menu ul li ul ul.sub-menu{
left: 100%;
top: 0;
margin-top: -10px;
}
.main-menu ul li ul.sub-menu li{
display: block;
float: none;
}
.main-menu a{
transition: all 200ms;
-moz-transition: all 200ms;
-ms-transition: all 200ms;
-webkit-transition: all 200ms;
}
.main-menu ul li ul li &gt; a &gt; span{
position: relative;
padding-bottom: 2px;
}
.main-menu ul li ul li &gt; a &gt; span:after{
content: '';
position: absolute;
bottom: 0;
width: 100%;
left: 0;
opacity: 0;
border-top: 1px solid;
transition: all 300ms;
-moz-transition: all 300ms;
-ms-transition: all 300ms;
-webkit-transition: all 300ms;
}
.main-menu ul li ul li:hover &gt; a &gt; span:after,
.main-menu ul li ul li.current-menu-item &gt; a &gt; span:after{
opacity: 1;
}
.main-menu ul li ul li.menu-item-has-children:after,
.main-menu &gt; ul &gt; li.menu-item-has-children &gt; a:after{
content: '';
display: inline-block;
border-left: 4px solid;
border-top: 4px solid transparent;
border-bottom: 4px solid transparent;
position: absolute;
bottom: 50%;
bottom: calc(50% - 3px);
right: 20px;
}
.main-menu &gt; ul &gt; li.menu-item-has-children &gt; a:after{
content: '\f067';
font-family: 'FontAwesome';
font-size: 10px;
color: inherit;
border: none;
display: inline-block;
vertical-align: middle;
position: absolute;
top: 0;
right: -2px;
}
.main-menu ul li ul li.menu-item-has-children:hover:after{
opacity: 1;
}
.main-menu ul li ul .menu-item {
padding: 5px 25px 5px 20px;
}
.main-menu ul li ul .menu-item &gt; a{
color: inherit;
opacity: 1;
font-size: 0.92307em;
line-height: 1.6;
width: 100%;
display: block;
}
.gt3_header_builder_component.gt3_header_builder_text_component span.header_socials_links a {
padding: 0 9px;
}
.header-address {
font-size: 16px;
line-height: 24px;
padding-left: 38px;
}
.header-address::before {
content: '\f041';
font-family: 'FontAwesome';
font-size: 36px;
line-height: 1;
display: inline-block;
vertical-align: middle;
position: absolute;
margin-top: -18px;
top: 50%;
left: 0;
}
.header-phone {
font-size: 16px;
line-height: 24px;
padding-left: 43px;
position: relative;
}
.header-phone span {
font-size: 24px;
font-weight: 600;
color: #abd660;
}
.header-phone::before {
content: '\f095';
font-family: 'FontAwesome';
color: #abd660;
font-size: 32px;
line-height: 30px;
position: absolute;
margin-top: -15px;
top: 50%;
left: 0;
}
.top-menu.main-menu ul li ul .menu-item &gt; a{
font-size: 1em;
}
.main-menu ul li ul .menu-item &gt; a:hover,
.main-menu ul li ul .menu-item.current-menu-item &gt; a{
opacity: 1;
}
.main-menu &gt; ul &gt; li:nth-last-child(1) &gt; .sub-menu,
.main-menu &gt; ul &gt; li:nth-last-child(2) &gt; .sub-menu,
.main-menu &gt; ul &gt; li:nth-last-child(3) &gt; .sub-menu,
.main-menu &gt; ul &gt; li:nth-last-child(4) &gt; .sub-menu{
left: auto;
right: 0;
}
.main-menu &gt; ul &gt; li:nth-last-child(1) &gt; .sub-menu .sub-menu,
.main-menu &gt; ul &gt; li:nth-last-child(2) &gt; .sub-menu .sub-menu,
.main-menu &gt; ul &gt; li:nth-last-child(3) &gt; .sub-menu .sub-menu,
.main-menu &gt; ul &gt; li:nth-last-child(4) &gt; .sub-menu .sub-menu{
left: auto;
right: 101%;
}
.main-menu &gt; ul &gt; li &gt; .sub-menu .sub-menu:after{
content: '';
position: absolute;
top: 0;
bottom: 0;
left: -4px;
width: 4px;
}
.main-menu &gt; ul &gt; li:nth-last-child(1) &gt; .sub-menu .sub-menu:after,
.main-menu &gt; ul &gt; li:nth-last-child(2) &gt; .sub-menu .sub-menu:after,
.main-menu &gt; ul &gt; li:nth-last-child(3) &gt; .sub-menu .sub-menu:after,
.main-menu &gt; ul &gt; li:nth-last-child(4) &gt; .sub-menu .sub-menu:after{
left: auto;
right: -4px;
}
.left.header_side .main-menu ul li ul{
left: 0;
right: auto;
}
.left.header_side .main-menu &gt; ul &gt; li ul .sub-menu{
left: 101%;
right: auto;
}
.left.header_side .main-menu &gt; ul &gt; li:nth-last-child(1) &gt; .sub-menu,
.left.header_side .main-menu &gt; ul &gt; li:nth-last-child(2) &gt; .sub-menu,
.left.header_side .main-menu &gt; ul &gt; li:nth-last-child(3) &gt; .sub-menu,
.left.header_side .main-menu &gt; ul &gt; li:nth-last-child(4) &gt; .sub-menu{
left: 0;
right: auto;
}
.left.header_side .main-menu &gt; ul &gt; li:nth-last-child(1) &gt; .sub-menu .sub-menu,
.left.header_side .main-menu &gt; ul &gt; li:nth-last-child(2) &gt; .sub-menu .sub-menu,
.left.header_side .main-menu &gt; ul &gt; li:nth-last-child(3) &gt; .sub-menu .sub-menu,
.left.header_side .main-menu &gt; ul &gt; li:nth-last-child(4) &gt; .sub-menu .sub-menu{
left: auto;
right: 101%;
}
.main_menu_container .menu_item_line{
position: absolute;
top: -12px;
height: 3px;
-webkit-transition: width .4s,left .6s cubic-bezier(0.21, 0.53, 0.01, 0.96);
-moz-transition: width .4s,left .6s cubic-bezier(0.21, 0.53, 0.01, 0.96);
transition: width .4s,left .6s cubic-bezier(0.21, 0.53, 0.01, 0.96);
}
.main-menu &gt; ul &gt; li &gt; ul:before,
.main-menu &gt; ul &gt; li &gt; ul:after,
.gt3_megamenu_triangle:before,
.gt3_megamenu_triangle:after{
content: '';
position: absolute;
top: -11px;
left: 20px;
width: 0;
height: 0;
border-left: 10px solid transparent;
border-right: 10px solid transparent;
border-bottom: 10px solid #ffffff;
z-index: 2;
}
.main-menu &gt; ul &gt; li &gt; ul:before,
.gt3_megamenu_triangle:before{
-webkit-box-shadow: 0px 1px 0px 0px rgba(255, 255, 255, 1);
-moz-box-shadow:    0px 1px 0px 0px rgba(255, 255, 255, 1);
box-shadow:         0px 1px 0px 0px rgba(255, 255, 255, 1);
}
.main-menu &gt; ul &gt; li &gt; ul:after,
.gt3_megamenu_triangle:after{
border-left: 10px solid transparent;
border-right: 10px solid transparent;
border-bottom: 10px solid rgba(232, 232, 232, 0.65);
z-index: 0;
top: -11px;
margin-left: 0px;
}
.gt3_megamenu_triangle_container{
display: block !important;
width: 100% !important;
height: 0 !important;
position: absolute !important;
top: 0 !important;
left: 0 !important;
padding: 0 !important;
margin: 0 !important;
}
.gt3_megamenu_triangle{
position: absolute;
top: 0;
left: 0;
width: 60px;
height: 1px;
margin-left: -30px;
}
.main-menu &gt; ul &gt; li:nth-last-child(1) &gt; .sub-menu:before,
.main-menu &gt; ul &gt; li:nth-last-child(2) &gt; .sub-menu:before,
.main-menu &gt; ul &gt; li:nth-last-child(3) &gt; .sub-menu:before,
.main-menu &gt; ul &gt; li:nth-last-child(4) &gt; .sub-menu:before,
.main-menu &gt; ul &gt; li:nth-last-child(1) &gt; .sub-menu:after,
.main-menu &gt; ul &gt; li:nth-last-child(2) &gt; .sub-menu:after,
.main-menu &gt; ul &gt; li:nth-last-child(3) &gt; .sub-menu:after,
.main-menu &gt; ul &gt; li:nth-last-child(4) &gt; .sub-menu:after{
left: auto;
right: 20px;
}
.left.header_side .main-menu &gt; ul &gt; li:nth-last-child(1) &gt; .sub-menu:before,
.left.header_side .main-menu &gt; ul &gt; li:nth-last-child(2) &gt; .sub-menu:before,
.left.header_side .main-menu &gt; ul &gt; li:nth-last-child(3) &gt; .sub-menu:before,
.left.header_side .main-menu &gt; ul &gt; li:nth-last-child(4) &gt; .sub-menu:before,
.left.header_side .main-menu &gt; ul &gt; li:nth-last-child(1) &gt; .sub-menu:after,
.left.header_side .main-menu &gt; ul &gt; li:nth-last-child(2) &gt; .sub-menu:after,
.left.header_side .main-menu &gt; ul &gt; li:nth-last-child(3) &gt; .sub-menu:after,
.left.header_side .main-menu &gt; ul &gt; li:nth-last-child(4) &gt; .sub-menu:after{
left: 20px;
right: auto;
}  .gt3_header_builder__container .main-menu .gt3_megamenu_active &gt; .sub-menu{
width: auto;
left: 50% !important;
right: auto !important;
}
.gt3_header_builder__container .main-menu .gt3_megamenu_active &gt; .sub-menu.huge_number_of_column{
display: -ms-flexbox;
display: -webkit-flex;
display: flex;
-webkit-flex-direction: row;
-ms-flex-direction: row;
flex-direction: row;
-webkit-flex-wrap: wrap;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
width: calc(100vw - 66px);
}
.gt3_header_builder__container .main-menu .gt3_megamenu_active &gt; .sub-menu &gt; li,
.gt3_header_builder__container .main-menu .gt3_megamenu_active &gt; .sub-menu &gt; li &gt; ul{
-webkit-flex: 1 1 160px;
-ms-flex: 1 1 160px;
flex: 1 1 160px;
}
.gt3_header_builder__container .main-menu .gt3_megamenu_active &gt; .sub-menu &gt; li{
display: table-cell;
vertical-align: baseline;
width: 230px;
min-width: 230px;
padding-left: 35px;
padding-right: 35px;
}
.gt3_header_builder__container .main-menu .gt3_megamenu_active &gt; .sub-menu &gt; li:not(:last-child):before{
content: '';
position: absolute;
display: block !important;
top: 20px;
bottom: 22px;
right: 0;
border-right: 1px solid #e9e9e8;
}
.gt3_header_builder__container .main-menu .gt3_megamenu_active &gt; .sub-menu &gt; li,
.gt3_header_builder__container .main-menu .gt3_megamenu_active &gt; .sub-menu &gt; li &gt; ul{
width: 160px;
min-width: 160px;
}
.gt3_header_builder__container .main-menu .gt3_megamenu_active &gt; .sub-menu &gt; li &gt; ul{
position: relative;
left: auto !important;
right: auto !important;
margin-top: 0;
opacity: 1;
transform: translateY(0);
-webkit-transform: translateY(0);
-moz-transform: translateY(0);
-ms-transform: translateY(0);
background-color: transparent;
border: none;
}
.gt3_header_builder__container .main-menu &gt; ul &gt; li.gt3_megamenu_active &gt; ul:before,
.gt3_header_builder__container .main-menu &gt; ul &gt; li.gt3_megamenu_active &gt; ul:after{
display: none;
}
.gt3_header_builder__container .main-menu .gt3_megamenu_active &gt; .sub-menu &gt; li &gt; ul &gt; li{
padding-left: 0;
padding-right: 0;
}
.gt3_header_builder__container .main-menu .gt3_megamenu_active:hover &gt; .sub-menu &gt; li &gt; ul{
visibility: visible;
}
.gt3_header_builder__container .main-menu .gt3_megamenu_active &gt; .sub-menu &gt; li:hover{
z-index: 2;
}
.gt3_header_builder__container .main-menu .gt3_megamenu_active &gt; .sub-menu &gt; li &gt; a{
font-size: 1em;
text-transform: uppercase;
margin-top: 12px;
margin-bottom: 4px;
font-weight: 600;
}
.gt3_header_builder__container .main-menu .gt3_megamenu_active &gt; .sub-menu &gt; li &gt; a &gt; span:after{
opacity: 0;
}
.gt3_header_builder__container .main-menu .gt3_megamenu_active &gt; .sub-menu &gt; li &gt; a:hover &gt; span:after{
opacity: 1;
}
.gt3_header_builder__container .main-menu .gt3_megamenu_active &gt; .sub-menu &gt; li:after{
display: none;
}
.gt3_header_builder__container .main-menu .sub-menu.gt3_menu_background_active{
background-size: cover;
background-repeat: no-repeat;
background-position: center center;
}
div.mobile_menu_container .main-menu .sub-menu.gt3_menu_background_active{
background-image: none !important;
}
div.mobile_menu_container .main-menu .gt3_megamenu_active &gt; .sub-menu{
left: 0!important;
padding-left: 15px !important;
padding-right: 0 !important;
}
.gt3_megamenu_active aside .widget-title{
font-size: 1em;
text-transform: uppercase;
margin-top: 12px;
margin-bottom: 4px;
}
.gt3_megamenu_active aside .woocommerce ul.product_list_widget li .gt3-widget-product-img-wrapper{
margin-right: 10px;
}
.gt3_megamenu_active aside .sidebar .woocommerce ul.product_list_widget li img,
.gt3_megamenu_active aside .widget ul.product_list_widget li .gt3-widget-product-img-wrapper img{
width: 45px;
}
.gt3_megamenu_active aside .woocommerce ul.product_list_widget li .gt3-widget-product-wrapper {
max-width: calc(100% - 60px);
}
.gt3_megamenu_active aside .woocommerce ul.product_list_widget li .gt3-widget-product-wrapper .product-title{
font-size: inherit;
}  .sticky_header{
position: fixed;
top: 0;
width: 100%;
z-index: 100000;
opacity: 0;
-webkit-transform: translateY(-100%);
transform: translateY(-100%);
-webkit-transition: all .3s ease;
transition: all .3s ease;
}
.sticky_header.header_sticky_shadow{
box-shadow: 1px 0 10px rgba(0, 0, 0, .1);
}
.admin-bar .sticky_header{
top: 32px;
}
.sticky_header.sticky_on{
opacity: 1;
-webkit-transform: translateY(0);
transform: translateY(0);
}
@media screen and (max-width: 780px){
.admin-bar .sticky_header{
top: 46px;
}
}
@media screen and (max-width: 600px){
.admin-bar .sticky_header{
top: 0;
}
}
@media screen and (max-width: 599px){
div[id*=wpadminb]{
top: -46px !important;
}
}
.gt3_header_builder__section--show_on_tablet,
.gt3_header_builder__section--show_on_mobile{
display: none;
}
@media only screen and (max-width: 1199px){
.gt3_header_builder .sticky_header{
display: none;
height: 0;
}
.gt3_header_builder .sticky_header.sticky_header--tablet{
display: block;
height: auto;
}
.gt3_header_builder__section--hide_on_tablet{
display: none;
}
.gt3_header_builder__section--show_on_tablet{
display: block;
}
}
@media only screen and (max-width: 991px){
div[class*="gt3_header_builder__section--top"]{
font-size: 11px;
line-height: 1.2;
}
div[class*="gt3_header_builder__section--top"] .wpml-ls-legacy-list-horizontal{
padding: 0;
}
div[class*="gt3_header_builder__section--top"] .wpml-ls-legacy-list-horizontal ul{
padding: 0;
white-space: nowrap;
}
div[class*="gt3_header_builder__section--top"] .wpml-ls-legacy-list-horizontal a{
padding: 0 0 0 10px;
}
div[class*="gt3_header_builder__section--top"] .wpml-ls-legacy-list-horizontal a span{
display: none;
}
}
@media only screen and (max-width: 767px){
.gt3_header_builder .sticky_header.sticky_header--mobile{
display: block;
height: auto;
}
.gt3_header_builder__section.not_empty_center_side .header_side,
.gt3_header_builder__section .header_side.header_side--custom-align,
.gt3_header_builder__section.not_empty_center_side .header_side.header_side--custom-align{
-webkit-flex: 0 1 auto;
-ms-flex: 0 1 auto;
flex: 0 1 auto;
}
.gt3_header_builder__section--hide_on_mobile{
display: none;
}
.gt3_header_builder__section--show_on_mobile{
display: block;
}
}   .mobile-navigation-toggle {
display: none;
cursor: pointer;
transition-property: opacity, -webkit-filter;
transition-property: opacity, filter;
transition-property: opacity, filter, -webkit-filter;
transition-duration: 0.15s;
transition-timing-function: linear;
overflow: visible;
height: 24px;
position: relative;
vertical-align: middle;
height: 100%;
z-index: 1;
margin: 0;
padding: 0;
width: 40px;
line-height: 40px;
text-align: center;
}
.toggle-inner,
.toggle-inner:before,
.toggle-inner:after {
background-color: #ffffff;
}
.toggle-box {
width: 25px;
height: 24px;
vertical-align: middle;
display: inline-block;
position: relative;
}
.toggle-inner {
display: block;
top: 50%;
margin-top: -1px;
}
.toggle-inner,
.toggle-inner:before,
.toggle-inner:after {
width: 25px;
height: 0;
border-top: 3px solid;
position: absolute;
transition-property: -webkit-transform;
transition-property: transform;
transition-property: transform, -webkit-transform;
transition-duration: 0.15s;
transition-timing-function: ease;
}
.toggle-inner:before,
.toggle-inner:after {
content: "";
display: block;
}
.toggle-inner:before {
top: -9px;
}
.toggle-inner:after {
bottom: -6px;
}
.mobile-navigation-toggle:before{
content: '';
display: inline-block;
vertical-align: middle;
position: relative;
height: 100%;
width: 0;
}
.mobile-navigation-toggle .toggle-inner {
transition-duration: 0.1s;
transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
.mobile-navigation-toggle .toggle-inner:before {
transition: top 0.1s 0.14s ease, opacity 0.1s ease;
}
.mobile-navigation-toggle .toggle-inner:after {
transition: bottom 0.1s 0.14s ease, -webkit-transform 0.1s cubic-bezier(0.55, 0.055, 0.675, 0.19);
transition: bottom 0.1s 0.14s ease, transform 0.1s cubic-bezier(0.55, 0.055, 0.675, 0.19);
transition: bottom 0.1s 0.14s ease, transform 0.1s cubic-bezier(0.55, 0.055, 0.675, 0.19), -webkit-transform 0.1s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
.mobile-navigation-toggle.is-active .toggle-inner {
-webkit-transform: rotate(45deg);
transform: rotate(45deg);
transition-delay: 0.14s;
transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
}
.mobile-navigation-toggle.is-active .toggle-inner:before {
top: 0;
opacity: 0;
transition: top 0.1s ease, opacity 0.1s 0.14s ease;
}
.mobile-navigation-toggle.is-active .toggle-inner:after {
bottom: 0;
-webkit-transform: rotate(-90deg);
transform: rotate(-90deg);
transition: bottom 0.1s ease, -webkit-transform 0.1s 0.14s cubic-bezier(0.215, 0.61, 0.355, 1);
transition: bottom 0.1s ease, transform 0.1s 0.14s cubic-bezier(0.215, 0.61, 0.355, 1);
transition: bottom 0.1s ease, transform 0.1s 0.14s cubic-bezier(0.215, 0.61, 0.355, 1), -webkit-transform 0.1s 0.14s cubic-bezier(0.215, 0.61, 0.355, 1);
}
.mobile_menu_container.sticky_on{
position: fixed;
left: 0;
width: 100%;
overflow-y: auto;
}
.mobile_menu_container:not(.sticky_on){
max-height: none !important;
}
.mobile_menu_container{
line-height: 0;
font-size: 0;
}
.mobile_menu_container .main-menu{
display: none;
width: 100%;
height: auto;
z-index: 0;
}
.mobile_menu_container .main-menu&gt;ul&gt;li&gt;a,
.mobile_menu_container .main-menu&gt;div&gt;ul&gt;li&gt;a{
padding: 0;
width: 100%;
}
.main-menu&gt;ul&gt;li:hover&gt;a&gt;span, .main-menu&gt;div&gt;ul&gt;li:hover&gt;a&gt;span {
opacity: 0.8;
}
.mobile_menu_container .main-menu&gt;ul.mobile_view_on,
.mobile_menu_container .main-menu&gt;div&gt;ul.mobile_view_on {
width: 100%;
height: auto;
position: relative;
left: 0;
margin: 0;
box-sizing: border-box;
text-align: left;
padding-top: 20px;
padding-bottom: 20px;
}
.mobile_menu_container .main-menu ul.mobile_view_on li{
display: block;
float: none;
height: auto;
padding: 0;
}
.mobile_menu_container .main-menu ul.mobile_view_on li a{
padding: 10px 0 10px 0;
}
.mobile_menu_container .main-menu .mobile_sitcher{
position: absolute;
top: 0;
right: 0;
width: 40px;
height: 40px;
z-index: 1;
cursor: pointer;
}
.mobile_menu_container .main-menu ul li ul li.menu-item-has-children:after,
.mobile_menu_container .main-menu &gt; ul &gt; li.menu-item-has-children &gt; a:after{
display: none;
}
.mobile_menu_container .main-menu .mobile_sitcher:before{
content: '';
display: inline-block;
width: 8px;
height: 8px;
border-top-width: 1px;
border-top-style: solid;
border-left-width: 1px;
border-left-style: solid;
transform: rotate(135deg);
-webkit-transform: rotate(135deg);
-moz-transform: rotate(135deg);
-ms-transform: rotate(135deg);
position: absolute;
bottom: 50%;
bottom: calc(50% - 4px);
right: 18px;
opacity: 0.7;
}
.mobile_menu_container .main-menu ul li ul{
position: relative;
top: 0;
left: 0;
width: 100%;
padding: 0;
padding-left: 15px;
opacity: 1;
visibility: visible;
box-sizing: border-box;
transition: all 0ms;
-webkit-transition: 0ms;
background-color: transparent;
transform: translateY(0);
-webkit-transform: translateY(0);
-moz-transform: translateY(0);
-ms-transform: translateY(0);
margin-top: 0;
border: none;
}
.mobile_menu_container .main-menu &gt; ul &gt; li &gt; ul:before,
.mobile_menu_container .main-menu &gt; ul &gt; li &gt; ul:after{
display: none;
}
.mobile_menu_container .main-menu ul li ul ul{
left: 0 !important;
top: 0;
margin: 0;
}
.mobile_menu_container .main-menu ul li ul li:hover &gt; a{
transform: translateX(0);
-webkit-transform: translateX(0);
-moz-transform: translateX(0);
-ms-transform: translateX(0);
}
.mobile_menu_container .main-menu ul.mobile_view_on &gt; li &gt; ul &gt; li &gt; .sub-menu:first-child {
display: block !important;
margin-left: -15px;
} .gt3_currency_switcher{
position: relative;
display: inline-block;
vertical-align: middle;
}
.gt3_currency_switcher:after{
content: '';
position: absolute;
top: 100%;
left: 0;
height: 5px;
width: 100%;
}
.gt3_currency_switcher ul{
list-style: none;
margin-top: 5px;
display: block;
position: absolute;
left: 0;
top: 100%;
width: 230px;
padding: 10px 0;
border: 1px solid rgba(232, 232, 232, 0.8);
border-top-color: rgba(232, 232, 232, 0.5);
border-left-color: rgba(232, 232, 232, 0.5);
border-radius: 4px;
box-sizing: border-box;
opacity: 0;
z-index: 555;
box-shadow: none;
visibility: hidden;
text-align: left;
transform: translateY(10px);
-webkit-transform: translateY(10px);
-moz-transform: translateY(10px);
-ms-transform: translateY(10px);
transition: all 200ms;
-webkit-transition: all 200ms;
}
.gt3_currency_switcher ul:before,
.gt3_currency_switcher ul:after {
content: '';
position: absolute;
top: -10px;
left: 20px;
width: 0;
height: 0;
border-left: 10px solid transparent;
border-right: 10px solid transparent;
border-bottom: 10px solid #ffffff;
z-index: 2;
}
.gt3_currency_switcher ul:after {
border-left: 10px solid transparent;
border-right: 10px solid transparent;
border-bottom: 10px solid rgba(232, 232, 232, 0.65);
z-index: 0;
top: -11px;
margin-left: 0px;
}
.gt3_currency_switcher ul:before {
-webkit-box-shadow: 0px 1px 0px 0px rgba(255, 255, 255, 1);
-moz-box-shadow: 0px 1px 0px 0px rgba(255, 255, 255, 1);
box-shadow: 0px 1px 0px 0px rgba(255, 255, 255, 1);
}
.gt3_currency_switcher ul li{
padding: 5px 25px 5px 20px;
font-size: 0.87em;
line-height: 1.6;
font-weight: 400;
}
.gt3_currency_switcher:hover ul{
opacity: 1;
visibility: visible;
transform: translateY(0);
-webkit-transform: translateY(0);
-moz-transform: translateY(0);
-ms-transform: translateY(0);
}
.gt3_currency_switcher a{
position: relative;
}
.gt3_currency_switcher ul a:after {
content: '';
position: absolute;
bottom: 0;
width: 100%;
left: 0;
opacity: 0;
border-top: 1px solid;
transform: translateY(1px);
-webkit-transform: translateY(1px);
-moz-transform: translateY(1px);
-ms-transform: translateY(1px);
transition: all 300ms;
-moz-transition: all 300ms;
-ms-transition: all 300ms;
-webkit-transition: all 300ms;
will-change: transform;
}
.gt3_currency_switcher ul a:hover:after{
opacity: 1;
-webkit-transform: translateY(0);
-moz-transform: translateY(0);
-ms-transform: translateY(0);
}
.container_full .right.header_side .gt3_currency_switcher ul{
left: auto;
right: 0;
}
.container_full .right.header_side .gt3_currency_switcher ul:before,
.container_full .right.header_side .gt3_currency_switcher ul:after{
left: auto;
right: 20px;
}
select.woocommerce-currency-switcher,
select.currency-switcher{
padding: 1px 12px;
height: auto;
border: none;
background: none;
}
a.woocs_flag_view_item{
margin: 2px !important;
line-height: 1 !important;
height: inherit !important;
width: 40px !important;
}
a.woocs_flag_view_item{
transform: scale(0.8);
-webkit-transform: scale(0.8);
-moz-transform: scale(0.8);
-ms-transform: scale(0.8);
vertical-align: middle;
}
a.woocs_flag_view_item_current{
opacity: 1 !important;
transform: scale(1);
-webkit-transform: scale(1);
-moz-transform: scale(1);
-ms-transform: scale(1);
}  .gt3_header_builder{
position: relative;
z-index: 1000;
}
.gt3_header_builder a{
color: inherit;
}
.gt3_header_builder.header_over_bg{
position: absolute;
top: 0;
left: 0;
width: 100%;
z-index: 1000;
}
.gt3_header_builder__section-container{
position: relative;
-js-display: flex;
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
-webkit-flex-flow: row nowrap;
-ms-flex-flow: row nowrap;
flex-flow: row nowrap;
-webkit-align-items: center;
-ms-flex-align: center;
align-items: center;
-webkit-justify-content: space-between;
-ms-flex-pack: justify;
justify-content: space-between;
}
.gt3_header_builder__section-container:before,
.gt3_header_builder__section-container:after{
display: none;
}
.gt3_header_builder__section-container.container_full{
padding-left: 30px;
padding-right: 30px;
}
.gt3_header_builder__section .header_side,
.gt3_header_builder__section.not_empty_center_side .header_side.center{
-webkit-flex: 0 1 auto;
-ms-flex: 0 1 auto;
flex: 0 1 auto;
height: 100%;
position: relative;
}
.gt3_header_builder__section .header_side.left,
.gt3_header_builder__section .header_side.header_side--custom-align.header_side--left-align{
text-align: left;
}
.gt3_header_builder__section .header_side.right,
.gt3_header_builder__section .header_side.header_side--custom-align.header_side--right-align{
text-align: right;
}
.gt3_header_builder__section .header_side.center,
.gt3_header_builder__section .header_side.header_side--custom-align.header_side--center-align{
text-align: center;
}
.gt3_header_builder__section.not_empty_center_side .header_side,
.gt3_header_builder__section .header_side.header_side--custom-align,
.gt3_header_builder__section.not_empty_center_side .header_side.header_side--custom-align{
-webkit-flex: 1 1 0;
-ms-flex: 1 1 0;
flex: 1 1 0;
}
.gt3_header_builder .header_side_container:before{
content: '';
display: inline-block;
vertical-align: middle;
height: 100%;
}
.gt3_header_builder_component{
position: relative;
display: inline-block;
vertical-align: middle;
padding-left: 3px;
padding-right: 3px;
z-index: 1;
white-space: normal;
}
.gt3_header_builder_component p{
margin-bottom: 0;
}
.gt3_header_builder .gt3_header_builder_cart_component &gt; a{
color: inherit;
}
.gt3_header_builder_delimiter_component{
height: 45px;
margin: 0 2px;
width: 0;
border-left: 1px solid;
padding-left: 0;
padding-right: 0;
opacity: 0.2;
}
div[class*="gt3_header_builder__section--top"] .gt3_header_builder__section-container{
z-index: 3;
}
div[class*="gt3_header_builder__section--middle"] .gt3_header_builder__section-container{
z-index: 2;
}
div[class*="gt3_header_builder__section--bottom"] .gt3_header_builder__section-container{
z-index: 1;
}
.gt3_header_builder_empty_space_component{
width: 45px;
padding: 0;
} .gt3_header_builder_component + .gt3_header_builder_component.gt3_header_builder_menu_component{
margin-left: 60px;
}
.gt3_header_builder_component.gt3_header_builder_menu_component + .gt3_header_builder_component{
margin-left: 60px;
} @media only screen and (max-width: 1200px){
.gt3_header_builder.header_over_bg--tablet-off{
position: relative;
}
}
@media only screen and (max-width: 767px){
.gt3_header_builder.header_over_bg:not(.header_over_bg--mobile){
position: relative;
}
.gt3_header_builder.header_over_bg--mobile{
position: absolute;
}
} .header_search{
display: inline-block;
vertical-align: middle;
height: auto !important;
}
.header_search__container{
position: relative;
z-index: 1;
display: inline-block;
height: 100%;
width: 40px;
line-height: 40px;
text-align: center;
}
.header_search .header_search__icon{
cursor: pointer;
opacity: 1!important;
}
.header_search .header_search__icon &gt; i{
display: inline-block;
font-size: inherit;
text-rendering: auto;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
font-family: FontAwesome;
font-size: 16px;
font-style: normal;
}
.header_search .header_search__icon &gt; i:before{
content: "\f002";
}
.header_search.ct-search-open .header_search__icon &gt; i:before{
content: "\f00d";
font-size: 16px;
}
.header_search:before{
content: '';
position: absolute;
}
.header_search .header_search__inner{
position: absolute;
top: 100%;
right: -11px;
padding-top: 8px;
opacity: 0;
visibility: hidden;
z-index: 1;
transform: translateY(10px);
-webkit-transform: translateY(10px);
-moz-transform: translateY(10px);
-ms-transform: translateY(10px);
transition: all 200ms;
-webkit-transition: all 200ms;
}
.header_side.left .header_search .header_search__inner{
right: auto;
left: -11px;;
}
.header_search.ct-search-open .header_search__inner{
opacity: 1;
visibility: visible;
transform: translateY(0px);
-webkit-transform: translateY(0px);
-moz-transform: translateY(0px);
-ms-transform: translateY(0px);
}
.header_search__inner .search_form{
padding-right: 40px;
position: relative;
z-index: 1;
background: #fff;
border-radius: 4px;
}
.header_search__inner:before,
.header_search__inner:after{
content: '';
position: absolute;
top: -3px !important;
right: 20px;
width: 0;
height: 0;
border-left: 10px solid transparent;
border-right: 10px solid transparent;
border-bottom: 10px solid #ffffff;
z-index: 2;
}
.header_search__inner:after{
border-bottom: 12px solid rgba(232, 232, 232, 0.65);
z-index: -1;
border-left: 12px solid transparent;
border-right: 12px solid transparent;
right: 18px;
top: -5px !important;
}
.header_side.left .header_search__inner:before{
left: 20px;
right: auto;
}
.header_side.left .header_search__inner:after{
left: 18px;
right: auto;
}
.header_search__inner .search_form:after{
content: "\f002";
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;
transform: translate(0, 0);
position: absolute;
top: 0;
right: 0;
width: 40px;
height: 100%;
line-height: 40px;
text-align: center;
z-index: 1;
opacity: 1;
}
.header_search__inner .search_submit{
font-size: 0;
position: absolute;
top: 0;
right: 0;
height: 100%;
width: 40px;
background: transparent !important;
border: none;
box-shadow: none;
outline: none;
cursor: pointer;
z-index: 2;
padding: 0;
}
.header_search__inner .search_text{
background-color: transparent;
border: none;
box-shadow: none;
outline: none;
user-select: none;
height: 40px;
padding: 0 20px;
font-size: 14px;
color: inherit;
}
.header_search__inner .search_text::-webkit-input-placeholder{
opacity: 0.7 !important;
}
.header_search__inner .search_text:-moz-placeholder{
opacity: 0.7 !important;
}
.header_search__inner .search_text::-moz-placeholder{
opacity: 0.7 !important;
}
.header_search__inner .search_text:-ms-input-placeholder{
opacity: 0.7 !important;
}
.top_header .header_search{
height: auto !important;
}  .gt3_header_builder_burger_sidebar_component{
font-size: 0;
line-height: 0;
padding: 13px 8px;
cursor: pointer;
}
.gt3_header_builder_burger_sidebar_component .burger_sidebar_icon{
display: inline-block;
width: 25px;
height: 15px;
position: relative;
}
.gt3_header_builder_burger_sidebar_component .burger_sidebar_icon span{
position: absolute;
top: 0;
right: 0;
width: 100%;
height: 0;
border-top: 3px solid;
transition: width 200ms;
-moz-transition: width 200ms;
-ms-transition: width 200ms;
-webkit-transition: width 200ms;
}
.gt3_header_builder_burger_sidebar_component .burger_sidebar_icon span.second{
top: 6px;
width: 17px;
}
.gt3_header_builder_burger_sidebar_component .burger_sidebar_icon span.third{
top: 12px;
width: 21px;
}
.gt3_header_builder_burger_sidebar_component:hover .burger_sidebar_icon span{
width: 100%;
}
.gt3_header_builder__burger_sidebar{
position: fixed;
z-index: 9999;
top: 0;
bottom: 0;
right: -420px;
width: 390px;
max-width: calc(100% - 50px);
background-color: #fff;
-webkit-transition: right .3s ease-in-out, left .3s ease-in-out;
-moz-transition: right .3s ease-in-out, left .3s ease-in-out;
transition: right .3s ease-in-out, left .3s ease-in-out;
}
.gt3_header_builder__burger_sidebar.active{
right: 0;
}
.gt3_header_builder__burger_sidebar-cover{
content: "";
width: 100vw;
height: 100vh;
position: fixed;
left: 0;
top: 0;
visibility: hidden;
opacity: 0;
background: rgba(0, 0, 0, 0.7);
-webkit-transition: opacity .3s ease, visibility .3s ease;
-moz-transition: opacity .3s ease, visibility .3s ease;
transition: opacity .3s ease, visibility .3s ease;
}
.gt3_header_builder__burger_sidebar.active .gt3_header_builder__burger_sidebar-cover{
visibility: visible;
opacity: 1;
cursor: url(//futureglowenergy.hr/wp-content/themes/sunergy/img/close.png) 16 16, default;
}
body.admin-bar .gt3_header_builder__burger_sidebar{
top: 32px;
}
.gt3_burger_sidebar_container{
position: absolute;
top: 0;
right: 0;
bottom: 0;
left: 0;
width: 407px;
padding: 40px 40px;
box-sizing: border-box;
overflow-y: scroll;
background: #fff;
z-index: 2;
}
.gt3_burger_sidebar_container ul li{
list-style: none;
}
body.active_burger_sidebar{
right: 150px;
} .gt3_header_builder_login_component{
line-height: 0;
}
.gt3_header_builder_login_component .gtc_login_icon{
width: 40px;
line-height: 40px;
text-align: center;
cursor: pointer;
display: inline-block;
font-size: inherit;
text-rendering: auto;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
font-family: 'FontAwesome';
font-size: 19px;
font-style: normal;
font-weight: 700;
}
.gt3_header_builder_login_component .gtc_login_icon:before{
content: '\f090';
}
.gt3_header_builder__login-modal{
position: fixed;
width: 90%;
height: 90%;
z-index: 1000;
top: 5%;
left: 5%;
text-align: center;
box-sizing: border-box;
opacity: 0;
visibility: hidden;
-webkit-transition:  opacity .3s ease-in-out;
-moz-transition:  opacity .3s ease-in-out;
transition:  opacity .3s ease-in-out;
}
.gt3_header_builder__login-modal.active{
opacity: 1;
visibility: visible;
}
.gt3_header_builder__login-modal:before{
content: '';
display: inline-block;
vertical-align: middle;
position: relative;
height: 100%;
}
.gt3_header_builder__login-modal_container{
display: inline-block;
position: relative;
vertical-align: middle;
padding: 70px 40px 30px;
box-sizing: border-box;
background: #fff;
z-index: 2;
text-align: left;
max-height: 100%;
overflow-y: auto;
-webkit-transition:  all .3s ease-in-out;
-moz-transition:  all .3s ease-in-out;
transition:  all .3s ease-in-out;
transform: translateY(60px);
-webkit-transform: translateY(60px);
-moz-transform: translateY(60px);
-ms-transform: translateY(60px);
}
.gt3_header_builder__login-modal.active .gt3_header_builder__login-modal_container{
transform: translateY(0px);
-webkit-transform: translateY(0px);
-moz-transform: translateY(0px);
-ms-transform: translateY(0px);
}
.gt3_header_builder__login-modal.without_register .gt3_header_builder__login-modal_container,
.gt3_header_builder__login-modal.user_logged_in .gt3_header_builder__login-modal_container{
width: 570px;
}
.gt3_header_builder__login-modal_container .col2-set .col-1,
.gt3_header_builder__login-modal_container .col2-set .col-2{
width: 50%;
padding: 0 30px;
box-sizing: border-box;
float: left;
}
.gt3_header_builder__login-modal_container .col2-set .col-1{
border-right: 1px solid #eff0ed;
}
.gt3_header_builder__login-modal_container .col2-set .col-2{
border-left: 1px solid #eff0ed;
}
.gt3_header_builder__login-modal_container .col2-set .col-2{
margin-left: -1px;
}
.gt3_header_builder__login-modal_container .woocommerce-MyAccount-navigation{
float: none;
width: 100%;
}
.gt3_header_builder__login-modal_footer{
margin: 60px -40px -30px;
padding: 25px 70px;
background-color: #f8f8f8;
text-align: center;
}
.gt3_header_builder__login-modal_container .nsl-container,
.lwa-modal .nsl-container{
display: none;
}
.gt3_header_builder__login-modal_footer .gt3_module_button &gt; a{
margin: 0px 15px;
}
.gt3_header_builder__login-modal_footer .gt3_module_button &gt; a i{
margin-right: 10px;
}
.gt3_header_builder__login-modal_footer .gt3_facebook_login{
border-color: #435c93;
background: #435c93;
}
.gt3_header_builder__login-modal_footer .gt3_google_login{
border-color: #dd4b39;
background: #dd4b39;
}
.gt3_header_builder__login-modal_footer .gt3_twitter_login{
border-color: #1da1f2;
background: #1da1f2;
}
.gt3_header_builder__login-modal-close{
position: absolute;
top: 15px;
right: 15px;
width: 30px;
height: 30px;
cursor: pointer;
transform: translate3d(0,0,0);
-webkit-transform: translate3d(0,0,0);
-moz-transform: translate3d(0,0,0);
-ms-transform: translate3d(0,0,0);
}
.gt3_header_builder__login-modal-close:before,
.gt3_header_builder__login-modal-close:after{
content: '';
position: absolute;
top: 14px;
left: 0;
width: 28px;
height: 2px;
background: #2b2c30;
}
.gt3_header_builder__login-modal-close:before{
transform: rotate(45deg);
-webkit-transform: rotate(45deg);
-moz-transform: rotate(45deg);
-ms-transform: rotate(45deg);
}
.gt3_header_builder__login-modal-close:after{
transform: rotate(-45deg);
-webkit-transform: rotate(-45deg);
-moz-transform: rotate(-45deg);
-ms-transform: rotate(-45deg);
}
.gt3_header_builder__login-modal-cover{
content: "";
width: 100vw;
height: 100vh;
position: fixed;
left: 0;
top: 0;
visibility: hidden;
opacity: 0;
background: rgba(0, 0, 0, 0.7);
-webkit-transition: opacity .3s ease, visibility .3s ease;
-moz-transition: opacity .3s ease, visibility .3s ease;
transition: opacity .3s ease, visibility .3s ease;
}
.gt3_header_builder__login-modal.active .gt3_header_builder__login-modal-cover {
visibility: visible;
opacity: 1;
cursor: url(//futureglowenergy.hr/wp-content/themes/sunergy/img/close.png) 16 16, default;
}
#customer_login input:-webkit-autofill {
-webkit-box-shadow: 0 0 0 30px white inset;
}
@media (max-width: 992px){
#customer_login.col2-set .col-1,
#customer_login.col2-set .col-2{
width: 100% !important;
border-right: none !important;
}
#customer_login.col2-set .col-1{
margin-bottom: 20px;
}
#customer_login.col2-set .col-2{
border-left: none !important;
}
.gt3_header_builder__login-modal_footer{
padding: 25px 35px;
margin-top: 15px;
}
.gt3_header_builder__login-modal_footer .gt3_module_button{
margin: 5px 0;
}
}
@media (max-width: 768px){
#customer_login h2, .gt3_header_builder__login-modal_container h2{
font-size: 24px !important;
line-height: 32px !important;
}
}
@media (max-width: 480px){
.gt3_header_builder__login-modal_footer .gt3_module_button a{
font-size: 12px;
line-height: 16px;
}
} .woo_mini-count{
position: relative;
display: inline-block;
}
.woo_mini-count:before{
content: "\f105";
font-size: inherit;
text-rendering: auto;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
font-family: Theme_icon;
font-size: 19px;
font-style: normal;
font-weight: 700;
}
.woo_mini-count &gt; span:not(:empty){
position: absolute;
bottom: 2px;
left: 50%;
font-size: 11px;
line-height: 10px;
padding: 3px 4px 2px;
border-radius: 4px;
color: #ffffff;
font-style: normal;
}
.gt3_header_builder_cart_component{
width: 40px;
text-align: center;
}
.gt3_header_builder_cart_component &gt; .woo_icon{
display: block;
line-height: 40px;
}
.gt3_header_builder_cart_component__cart{
position: absolute;
right: -18px;
top: 100%;
margin-top: 8px;
min-width: 270px;
background: #ffffff;
box-sizing: border-box;
border-radius: 4px;
text-align: left;
border: 1px solid rgba(232, 232, 232, 0.8);
border-top-color: rgba(232, 232, 232, 0.5);
border-left-color: rgba(232, 232, 232, 0.5);
opacity: 0;
visibility: hidden;
-webkit-transition: all .2s ease-in-out;
-moz-transition: all .2s ease-in-out;
transition: all .2s ease-in-out;
transform: translateY(10px);
-webkit-transform: translateY(10px);
-moz-transform: translateY(10px);
-ms-transform: translateY(10px);
}
.header_side.left .gt3_header_builder_cart_component__cart{
right: auto;
left: -8px;
}
.gt3_header_builder_cart_component__cart-container{
overflow-y: auto;
max-height: 50vh;
position: relative;
z-index: 1;
padding: 15px;
border-radius: 10px;
background: #ffffff;
}
.gt3_header_builder_cart_component__cart:before,
.gt3_header_builder_cart_component__cart:after{
content: '';
position: absolute;
top: -9px;
right: 29px;
width: 0;
height: 0;
border-left: 10px solid transparent;
border-right: 10px solid transparent;
border-bottom: 10px solid #ffffff;
z-index: 2;
}
.gt3_header_builder_cart_component__cart:after{
border-left: 12px solid transparent;
border-right: 12px solid transparent;
border-bottom: 12px solid rgba(232, 232, 232, 0.65);
z-index: 0;
right: 27px;
top: -11px;
}
.header_side.left .gt3_header_builder_cart_component__cart:before{
right: auto;
left: 20px;
}
.header_side.left .gt3_header_builder_cart_component__cart:after{
right: auto;
left: 18px;
}
.gt3_header_builder_cart_component:before{
content: '';
position: absolute;
top: 100%;
right: -10px;
height: 8px;
width: 40px;
}
.gt3_header_builder_cart_component:hover .gt3_header_builder_cart_component__cart,
.gt3_header_builder_cart_component.show_cart .gt3_header_builder_cart_component__cart{
opacity: 1;
visibility: visible;
transform: translateY(0px);
-webkit-transform: translateY(0px);
-moz-transform: translateY(0px);
-ms-transform: translateY(0px);
}
.gt3_header_builder_cart_component ul.cart_list li img{
float: left;
margin-right: 10px;
margin-left: 0;
width: 50px;
}
.gt3_header_builder_cart_component ul.cart_list li{
margin: 0;
list-style: none;
position: relative;
padding-right: 20px;
border-bottom: 1px solid #e2e3dc;
padding: 10px 0;
}
.gt3_header_builder_cart_component ul.cart_list li.empty{
margin-bottom: -12px;
display: block;
border-bottom: 0;
margin-top: 12px;
}
.gt3_header_builder_cart_component ul.cart_list li a {
display: block;
font-weight: 500;
line-height: 1.3;
font-size: 0.9em;
}
.gt3_header_builder_cart_component ul.cart_list li:after{
content: '';
display: table;
clear: both;
}
.gt3_header_builder_cart_component ul.cart_list,
.gt3_header_builder_cart_component ul.product_list_widget{
padding: 0;
margin: 0;
margin-bottom: 12px;
margin-top: -10px;
list-style: none;
}
.gt3_header_builder_cart_component__cart-container .total{
margin-bottom: 10px;
}
.cart_list.product_list_widget a.remove{
font-size: 1.5em;
height: 1em;
width: 1em;
text-align: center;
line-height: 1;
border-radius: 100%;
text-decoration: none;
font-weight: 400;
border: 0;
position: absolute;
top: 50%;
right: 0;
margin-top: -0.5em;
}
.woocommerce .widget_shopping_cart .buttons,
.woocommerce.widget_shopping_cart .buttons,
.gt3_header_builder_cart_component .buttons{
text-align: center;
}
.woocommerce .widget_shopping_cart .buttons a,
.woocommerce.widget_shopping_cart .buttons a,
.gt3_header_builder_cart_component .buttons .button{
display: inline-block;
vertical-align: top;
margin-bottom: 20px;
font-size: 12px;
font-weight: 500;
line-height: 21px;
border-width: 1px;
border-style: solid;
padding: 4px 12px;
margin: 3px;
}
.woocommerce .widget_shopping_cart .buttons a:hover,
.woocommerce.widget_shopping_cart .buttons a:hover,
.woocommerce .widget_shopping_cart .buttons a.checkout:hover,
.woocommerce.widget_shopping_cart .buttons a.checkout:hover{
background: #fff;
border: 1px solid #e8e8e8;
border-top-color: rgba(232, 232, 232, 0.8);
border-left-color: rgba(232, 232, 232, 0.8);
}
.gt3_menu_label{
margin-left: 10px;
font-size: 11px;
line-height: 14px;
vertical-align: middle;
display: inline-block;
padding: 1px 4px 0 !important;
}
.gt3_menu_label:after{
display: none;
}  body .booked-calendar-wrap table.booked-calendar th {
padding: 1.8rem 0 !important;
}
body .booked-calendar-wrap table.booked-calendar td.next-month .date,
body .booked-calendar-wrap table.booked-calendar td.prev-month .date {
background-color: #fbfdff;
}
body .booked-calendar-wrap table.booked-calendar td.prev-date .date,
body .booked-calendar-wrap table.booked-calendar td.prev-date:hover .date,
body .booked-calendar-wrap table.booked-calendar td.prev-date:hover .date span {
background: transparent !important;
}
body .booked-calendar-wrap table.booked-calendar tr.week td:first-child {
border-left: 1px solid #d9e0e4;
}
body .booked-calendar-wrap table.booked-calendar tr.week td  {
border-right: 1px solid #d9e0e4;
border-bottom: 1px solid #d9e0e4;
}
body .booked-calendar-wrap table.booked-calendar tr.week td.active {
border-bottom: 1px solid #f8fbff;
background-color: transparent;
}
body .booked-calendar-wrap table.booked-calendar tr.week td.active span {
border-bottom: none;
}
body .booked-calendar-wrap.small table.booked-calendar thead th .page-right,
body .booked-calendar-wrap.small table.booked-calendar thead th .page-left {
top: calc(50% - 22px);
margin-top: 0;
}
body .booked-calendar-wrap.small table.booked-calendar thead th .page-left:hover {
left: 20px;
}
body .booked-calendar-wrap.small table.booked-calendar thead th .page-right:hover {
right: 20px;
}
body .booked-calendar-wrap.small table.booked-calendar thead th .page-right:hover {
right: 0;
}
body .widget .booked-calendar-wrap.small table.booked-calendar thead th .page-right {
right: 0;
}
body .widget .booked-calendar-wrap.small table.booked-calendar thead th .page-left {
left: 0;
}
body .widget .booked-calendar-wrap .booked-icon {
margin-top: 1px;
}
body .widget table.booked-calendar .booked-appt-list .timeslot button .spots-available,
body .widget .booked-calendar-wrap .booked-appt-list .timeslot button .spots-available {
color: inherit;
}
body .widget .booked-calendar-wrap.small table.booked-calendar tr.week td.active .date .number {
transform: scale(1);
}
body .widget .booked-calendar-wrap.small table.booked-calendar tr.week td.active .date,
body .widget .booked-calendar-wrap.small table.booked-calendar td.today.active:hover .date span {
background-color: #f8fbff !important;
}
body .widget table.booked-calendar thead th .page-right,
body .widget table.booked-calendar thead th .page-left {
border: none;
background-color: transparent;
}
body .widget .page-left .booked-icon-arrow-left::before,
body .widget .page-right .booked-icon-arrow-right::before {
transition: 0.5s all;
}
body .widget .page-right:hover .booked-icon-arrow-right::before,
body .widget .page-left:hover .booked-icon-arrow-left::before {
opacity: 0.5;
background-position: center top;
transition: 0.5s all;
}
body table.booked-calendar tr.week td.active .date,
body table.booked-calendar tr.week td.active:hover .date,
body table.booked-calendar tr.entryBlock {
background-color: #f8fbff;
}
body table.booked-calendar tr.entryBlock td {
border-left: 1px solid #d9e0e4 !important;
border-right: 1px solid #d9e0e4 !important;
border-bottom: 1px solid #d9e0e4 !important;;
}
body table.booked-calendar td:hover .date span {
background-color: transparent !important;
}
body .widget table.booked-calendar td:hover .date span {
color: #000;
}
body .booked-calendar-wrap table.booked-calendar th .monthName {
font-family: 'Montserrat';
font-size: 1.8rem;
line-height: 1.9rem;
font-weight: 700;
text-transform: capitalize;
letter-spacing: 0;
height: auto;
}
body .booked-calendar-wrap table.booked-calendar td .date .number {
font-size: 24px;
line-height: 2em;
}
body .booked-calendar-wrap table.booked-calendar td.prev-date .date,
body .booked-calendar-wrap table.booked-calendar td.prev-date:hover .date,
body .booked-calendar-wrap table.booked-calendar td.prev-date:hover .date span {
background-color: #fbfdff !important;
}
body .booked-calendar-wrap table.booked-calendar tr.days th {
font-weight: 600;
}
body table.booked-calendar tr.week td.active .date,
body table.booked-calendar tr.week td.active:hover .date,
body table.booked-calendar tr.entryBlock {
background: #f8fbff;
}
body .booked-calendar-wrap .booked-appt-list .timeslot .timeslot-people button {
font-family: inherit;
background-color: transparent !important;
text-transform: uppercase;
font-weight: 600;
border-radius: 3px;
padding: 5px 22px;
cursor: pointer;
transition: 0.5s all;
}
body .booked-calendar-wrap .booked-appt-list .timeslot .timeslot-people button:hover {
color: #fff;
transition: 0.5s all;
}
body table.booked-calendar thead th .page-right,
body table.booked-calendar thead th .page-left {
width: 24px;
height: 24px;
border: 1px solid #fff;
padding: 10px;
border-radius: 50%;
margin-top: -23px;
}
body table.booked-calendar th .page-right {
left: auto;
right: 198px;
}
body table.booked-calendar th .page-right:hover {
right: 198px;
}
body table.booked-calendar th .page-left {
right: auto;
left: 198px;
}
body table.booked-calendar th .page-left:hover {
left: 198px;
}
.booked-icon-arrow-right::before {
content: '';
background: url(//futureglowenergy.hr/wp-content/themes/sunergy/img/next_icon.png) no-repeat center top;
width: 24px;
height: 10px;
display: inline-block;
vertical-align: middle;
}
.page-left:hover,
.page-right:hover {
background-color: #fff;
}
.page-right:hover .booked-icon-arrow-right::before {
background: url(//futureglowenergy.hr/wp-content/themes/sunergy/img/next_icon.png) no-repeat center bottom;
}
.booked-icon-arrow-left::before {
content: '';
background: url(//futureglowenergy.hr/wp-content/themes/sunergy/img/prev_icon.png) no-repeat center top;
width: 24px;
height: 10px;
display: inline-block;
vertical-align: middle;
}
.page-left:hover {
background-color: #fff;
}
.page-left:hover .booked-icon-arrow-left::before {
background: url(//futureglowenergy.hr/wp-content/themes/sunergy/img/prev_icon.png) no-repeat center bottom;
}
body table.booked-calendar th .monthName {
vertical-align: middle;
}
body table.booked-calendar th .monthName a {
display: inline-block;
vertical-align: middle;
} .gt3_module_blog,
.gt3_module_featured_posts {
text-align: left;
}
.gt3_module_featured_posts .blog_post_preview.format-quote .blog_post_media {
padding-top: 0;
}
.blog_alignment_center {
text-align: center;
}
.blog_alignment_right {
text-align: right;
}
.blog_alignment_justify {
text-align: justify;
}
.spacing_beetween_items_30 {
margin: -30px 0 0 -30px;
}
.spacing_beetween_items_25 {
margin: -25px 0 0 -25px;
}
.spacing_beetween_items_20 {
margin: -20px 0 0 -20px;
}
.spacing_beetween_items_15 {
margin: -15px 0 0 -15px;
}
.spacing_beetween_items_10 {
margin: -10px 0 0 -10px;
}
.spacing_beetween_items_5 {
margin: -5px 0 0 -5px;
}
.spacing_beetween_items_30 .item_wrapper {
padding-top: 30px;
padding-left: 30px;
}
.spacing_beetween_items_25 .item_wrapper {
padding-top: 25px;
padding-left: 25px;
}
.spacing_beetween_items_20 .item_wrapper {
padding-top: 20px;
padding-left: 20px;
}
.spacing_beetween_items_15 .item_wrapper {
padding-top: 15px;
padding-left: 15px;
}
.spacing_beetween_items_10 .item_wrapper {
padding-top: 10px;
padding-left: 10px;
}
.spacing_beetween_items_5 .item_wrapper {
padding-top: 5px;
padding-left: 5px;
}
.spacing_beetween_items_5 .blog_post_preview {
margin-bottom: 5px !important;
}
.spacing_beetween_items_10 .blog_post_preview {
margin-bottom: 10px !important;
}
.spacing_beetween_items_15 .blog_post_preview {
margin-bottom: 15px !important;
}
.spacing_beetween_items_20 .blog_post_preview {
margin-bottom: 20px !important;
}
.spacing_beetween_items_25 .blog_post_preview {
margin-bottom: 25px !important;
}
.spacing_beetween_items_30 .blog_post_preview {
margin-bottom: 30px !important;
}
.gt3_module_featured_posts .slick-list .slick-slide {
padding-left: 0;
padding-right: 0;
}
.hidden_block {
display: none !important;
}
.gt3_module_carousel .spacing_beetween_items_30,
.gt3_module_carousel .spacing_beetween_items_25,
.gt3_module_carousel .spacing_beetween_items_20,
.gt3_module_carousel .spacing_beetween_items_15,
.gt3_module_carousel .spacing_beetween_items_10,
.gt3_module_carousel .spacing_beetween_items_5 {
margin-left: 0;
}
.gt3_module_carousel .spacing_beetween_items_30 .item_wrapper {
padding-left: 15px;
padding-right: 15px;
}
.gt3_module_carousel .spacing_beetween_items_25 .item_wrapper {
padding-left: 12.5px;
padding-right: 12.5px;
}
.gt3_module_carousel .spacing_beetween_items_20 .item_wrapper {
padding-left: 10px;
padding-right: 10px;
}
.gt3_module_carousel .spacing_beetween_items_15 .item_wrapper {
padding-left: 7.5px;
padding-right: 7.5px;
}
.gt3_module_carousel .spacing_beetween_items_10 .item_wrapper {
padding-left: 5px;
padding-right: 5px;
}
.gt3_module_carousel .spacing_beetween_items_5 .item_wrapper {
padding-left: 2.5px;
padding-right: 2.5px;
}
.gt3_module_featured_posts .spacing_beetween_items_30 .slick-list {
margin-left: -15px;
margin-right: -15px;
}
.gt3_module_featured_posts .spacing_beetween_items_25 .slick-list {
margin-left: -12.5px;
margin-right: -12.5px;
}
.gt3_module_featured_posts .spacing_beetween_items_20 .slick-list {
margin-left: -10px;
margin-right: -10px;
}
.gt3_module_featured_posts .spacing_beetween_items_15 .slick-list {
margin-left: -7.5px;
margin-right: -7.5px;
}
.gt3_module_featured_posts .spacing_beetween_items_10 .slick-list {
margin-left: -5px;
margin-right: -5px;
}
.gt3_module_featured_posts .spacing_beetween_items_5 .slick-list {
margin-left: -2.5px;
margin-right: -2.5px;
}
.isotope_blog_items {
margin-top: 0 !important;
}
.isotope_blog_items .item_wrapper {
padding-top: 0 !important;
}
.isotope_blog_items .blog_post_preview {
margin-right: 0 !important;
float: left;
}
.items2 .blog_post_preview,
.items3 .blog_post_preview,
.items4 .blog_post_preview {
display: inline-block;
vertical-align: top;
margin-right: -4px;
}
.items2 .blog_post_preview {
width: calc(50% - 0.5px);
}
.items3 .blog_post_preview {
width: calc(33.3333% - 0.5px);
}
.items4 .blog_post_preview {
width: calc(25% - 0.5px);
}
.blog_post_preview.element,
.gt3_module_carousel .blog_post_preview {
margin-right: 0;
}
.per_column_wrap .blog_post_preview {
width: 100%;
display: block;
margin-right: 0;
}
.blog_post_media {
margin-bottom: 38px;
}
.blog_post_media &gt; img {
max-width: 100%;
height: auto;
}
.format-video .blog_post_media,
.format-audio .blog_post_media {
width: 100%;
position: relative;
padding-bottom: 62%;
}
.format-audio .blog_post_media {
padding-bottom: 110px;
}
.format-video .blog_post_media iframe,
.format-audio .blog_post_media iframe {
width: 100%;
position: absolute;
left: 0;
top: 0;
height: 100%;
}
.blog_post_preview {
margin-bottom: 50px;
}
.blog_post_preview.format-standard,
.blog_post_preview.format-audio,
.blog_post_preview.format-quote,
.blog_post_preview.format-link {
margin-bottom: 60px;
}
.blog_post_preview.format-quote .blog_post_media {
padding-top: 10px;
}
.blog_post_preview.format-quote .post_media_info {
text-align: center;
font-weight: 500;
text-transform: uppercase;
letter-spacing: 1.5px;
}
.post-quote-icon {
width: 35px;
height: 25px;
display: inline-block;
vertical-align: middle;
margin-top: -30px;
}
blockquote:before,
.post-quote-icon:before {
content: "â€‹â€Śâ€ś";
position: absolute;
display: inline-block;
left: -5px;
top: 8px;
font-size: 80px;
font-weight: 500;
font-style: italic;
width: auto;
height: auto;
background-color: transparent;
}
.search .listing_meta {
margin-bottom: 15px;
}
.listing_meta {
margin-bottom: 10px;
line-height: 16px;
}
.listing_meta * {
font-weight: 400;
font-size: 13px;
text-transform: none;
color: #565b7a;
}
.listing_meta span a:hover {
color: inherit;
}
.gt3_module_featured_posts .listing_meta * {
text-transform: none;
}
.gt3_module_featured_posts .blogpost_title {
font-size: 24px;
line-height: 28px;
}
.gt3_module_featured_posts .listing_meta.upper_text * {
text-transform: uppercase;
}
.listing_meta span {
display: inline-block;
vertical-align: top;
}
.listing_meta span:after {
content: '/';
padding: 0 5px 0 6px;
}
.listing_meta span:last-child:after {
display: none;
}
.blogpost_title {
margin-top: 0;
margin-bottom: 17px;
position: relative;
font-weight: 600;
}
.blogpost_title a {
font-weight: inherit;
}
.format-audio .blogpost_title {
margin-bottom: 28px;
}
.blogpost_title i {
margin-right: 15px;
}
.blog_post_preview.format-quote .blogpost_title {
text-align: center;
}
.blog_post_preview.format-quote .blogpost_title .fa {
display: block;
text-align: center;
}
.gt3_module_featured_posts .blogpost_title i {
margin-right: 40px;
}
.format-quote.blog_post_preview {
padding-bottom: 11px;
}
.format-quote.blog_post_preview .blogpost_title {
font-size: 30px;
line-height: 48px;
font-weight: 300;
margin-bottom: 17px;
}
.format-quote.blog_post_preview .post_media_info {
font-weight: 600;
}
.format-quote.blog_post_preview .post-quote-icon {
margin-right: 8px;
}
.post_media_info {
margin-bottom: 3px;
position: relative;
}
.format-standard .blog_content,
.format-audio .blog_content,
.format-quote .blog_content,
.format-link .blog_content {
padding: 50px 30px 40px 50px;
padding: 50px 50px 40px 52px;
background: #fafafa;
}
.blog_content p {
margin-bottom: 17px;
}
.blog_content .clear.post_clear {
margin-top: 24px;
}
.format-link.blog_post_preview .blogpost_title {
text-align: center;
padding-top: 10px;
}
body.wpb-js-composer .format-link.blog_post_preview .blogpost_title i {
display: inline-block;
vertical-align: middle;
font-size: 40px;
}
body.wpb-js-composer .format-link.blog_post_preview .blogpost_title a {
display: inline-block;
vertical-align: middle;
font-size: 30px !important;
line-height: 48px;
font-weight: 300;
}
body.wpb-js-composer .gt3_module_featured_posts .format-link.blog_post_preview .blogpost_title {
margin-bottom: 10px;
}
body.wpb-js-composer .gt3_module_featured_posts .format-link.blog_post_preview .blogpost_title a {
font-size: 24px !important;
line-height: 28px;
font-weight: 600;
text-align: left;
} .gt3_module_featured_posts .blog_post_media {
margin-bottom: 20px;
padding-bottom: 0;
}
.gt3_module_featured_posts .blog_post_preview.format-quote .blogpost_title i {
display: inline-block;
vertical-align: middle;
}
.gt3_module_featured_posts .blog_post_preview.format-quote .blogpost_title i::before {
content: "â€‹â€Śâ€ś";
margin-top: -5px;
position: absolute;
display: inline-block;
left: 0px;
top: 8px;
font-size: 80px;
font-weight: 500;
width: auto;
height: auto;
background-color: transparent;
}
.gt3_module_featured_posts .blog_post_preview.format-quote .blogpost_title a {
font-size: 24px !important;
line-height: 28px;
font-weight: 600;
display: inline-block;
vertical-align: middle;
}
.gt3_module_featured_posts .blog_content {
padding: 0;
background: none;
}
.gt3_module_featured_posts .blogpost_title {
display: inline-block;
vertical-align: top;
}
.featured_post_info {
padding: 0 0 27px 0;
}
.featured_post_info .learn_more {
float: none;
}
.featured_post_info .blogpost_title {
margin-top: 0;
word-break: break-word;
} .blog_type2 .blog_content {
padding-top: 5px;
}
.blog_type2 .has_post_thumb .blog_content {
position: relative;
padding-left: 170px;
min-height: 135px;
}
.blog_type2 .has_post_thumb .blog_post_media {
position: absolute;
left: 0;
top: 5px;
width: 130px;
}
.blog_type2 .featured_post_info {
padding: 0;
}
.blog_type2 .blog_content p {
margin-bottom: 0;
}
.blog_type2 .blog_post_preview {
margin-bottom: 8px !important;
}
.blog_type2 .listing_meta,
.blog_type2 .blogpost_title {
margin-bottom: 8px;
} .blog_type3 .blog_content {
display: -webkit-box;
display: -moz-box;
display: -ms-flexbox;
display: -webkit-flex;
display: flex;
-webkit-flex-flow: row wrap;
flex-flow: row wrap;
}
.blog_type3 .blog_post_media,
.blog_type3 .featured_post_info {
width: 100%;
}
.blog_type3 .blog_post_media {
order: 1;
}
.blog_type3 .featured_post_info {
order: 2;
}
.blog_type3 .blog_post_preview:nth-child(even) .featured_post_info {
order: 0;
}
.blog_type3 .blog_post_media {
position: relative;
}
.blog_type3 .blog_post_media span {
position: absolute;
left: 25px;
bottom: 19px;
right: 20px;
font-size: 0;
line-height: 0;
}
.blog_type3 .blog_post_media span a {
line-height: 15px;
font-size: 12px;
color: #fff;
padding: 4px 8px;
display: inline-block;
vertical-align: top;
margin: 5px 5px 0 0;
background: rgba(39,50,61, 0.34);
border-radius: 3px;
transition: all 300ms;
-webkit-transition: all 300ms;
}
.blog_type3 .blog_post_media span a:hover {
background: rgba(39,50,61, 0.7);
}
.blog_type3 .featured_post_info {
padding: 36px 0 25px 0;
}
.blog_type3 .without_post_thumb .featured_post_info {
padding-top: 83px;
padding-bottom: 68px;
}
.blog_type3 .without_post_thumb .featured_post_info.boxed_view {
padding-left: 50px;
padding-right: 50px;
}
.blog_type3 .listing_meta,
.blog_type3 .blogpost_title,
.blog_type4 .listing_meta,
.blog_type4 .blogpost_title {
margin-bottom: 10px;
}
.single-post #comments {
padding-top: 36px;
}
.single .blog_type4 .blogpost_title {
margin-bottom: 12px;
}
.blog_type3 .blog_content p {
padding-top: 5px;
margin-bottom: 9px;
}
.blog_type4 .blog_content p {
padding-top: 6px;
margin-bottom: 0;
}
.blog_type4 .blog_content .learn_more {
margin-top: 8px;
} .blog_type1 .blog_post_preview,
.blog_type1 .featured_post_info {
padding: 0;
margin: 0;
}
.blog_type1 .listing_meta {
margin-bottom: 7px;
}
.blog_type1 .blog_post_preview {
padding: 0 0 22px 0;
margin-bottom: 22px;
position: relative;
}
.blog_type1 .blogpost_title {
margin-bottom: 0;
padding: 0;
display: block;
}
.blog_type1 .blog_post_preview:before {
position: absolute;
left: 0;
right: 0;
bottom: 0;
height: 1px;
content: '';
opacity: 0.17;
}
.blog_type1 {
overflow: hidden;
}
.blog_type1 .blog_post_preview:last-child {
margin-bottom: 0;
padding-bottom: 0;
}
.blog_type1 .blog_post_preview:last-child:before {
display: none;
}
.blog_type1 .blog_content p {
margin-bottom: 0;
}
.blog_type1 .slick-list {
margin-left: 0;
margin-right: 0;
}
.blogpost_title a span {
display: none;
}
.blog_type1 .blogpost_title a span {
display: inline-block;
border-bottom-width: 1px;
border-bottom-style: solid;
opacity: 0.45;
height: 0;
}
.blog_type1 .blogpost_title a span:before {
top: -1px !important;
}
.blog_type4 .without_post_thumb .featured_post_info {
padding-top: 0;
padding-bottom: 0;
}
.blog_type4 .without_post_thumb .featured_post_info.boxed_view {
padding-bottom: 31px;
}
.blog_content h1,
.blog_content h2,
.blog_content h3,
.blog_content h4,
.blog_content h5,
.blog_content h6,
#main_content &gt; h1,
#main_content &gt; h2,
#main_content &gt; h3,
#main_content &gt; h4,
#main_content &gt; h5,
#main_content &gt; h6,
.comment_content &gt; h1,
.comment_content &gt; h2,
.comment_content &gt; h3,
.comment_content &gt; h4,
.comment_content &gt; h5,
.comment_content &gt; h6 {
margin-top: 10px;
margin-bottom: 26px;
} .single #main_content &gt; .blog_post_preview {
margin-bottom: 45px;
}
.single #main_content &gt; .blog_post_preview .blog_content {
padding: 0;
margin: 0;
background: none;
}
.blog_post_preview .blog_content &gt; ul,
.blog_post_preview .blog_content &gt; ol {
overflow: hidden;
}
.blog_post_preview .blog_content &gt; ul {
padding-bottom: 17px;
}
.blog_post_preview .blog_content &gt; ol {
margin-bottom: 17px;
}
.single .post_info {
padding-top: 4px;
} #comments &gt; h3 {
font-size: 36px;
line-height: 48px;
font-weight: 600;
margin-bottom: 33px;
padding-top: 36px;
z-index: 10;
text-transform: capitalize;
position: relative;
}
#comments:empty {
padding-bottom: 0;
height: 0;
line-height: 0;
font-size: 0;
}
#respond form#commentform {
margin-left: -10px;
margin-right: -10px;
}
#respond form#commentform [class*="span"],
#respond form#commentform &gt; p {
padding-left: 10px;
padding-right: 10px;
}
#respond .form_field {
width: 100%;
margin-bottom: 20px;
}
#respond textarea {
resize: none;
}
#respond #commentform label {
display: none;
}
p.form-submit {
margin-bottom:0;
}
.form-submit .gt3_submit_wrapper {
display: inline-block;
vertical-align: top;
float: none;
}
p.comment-notes {
margin-bottom: 30px;
}
ol.commentlist:after {
position: absolute;
left: 0;
top: 0;
width: 100%;
height: 1px;
content: '';
}
.main_wrapper ol {
margin: 0 0 18px 0;
padding: 0 0 0 17px;
list-style: none;
}
.main_wrapper ol.commentlist,
.main_wrapper ol.commentlist li.comment &gt; ul {
list-style: none;
margin: 0;
padding: 0;
}
.main_wrapper ol &gt; li {
list-style: none;
counter-increment: li;
}
.main_wrapper ol.commentlist li.comment {
padding: 0;
margin: 0;
}
.main_wrapper ol &gt; li ol,
.main_wrapper ol &gt; li ul,
.main_wrapper ul &gt; li ul,
.main_wrapper ul &gt; li ol,
.commentlist .commentlist .comment_content ol &gt; li ol,
.commentlist .comment_content ol &gt; li ul,
.commentlist .comment_content ul &gt; li ul,
.commentlist .comment_content ul &gt; li ol {
padding-top: 6px;
}
ol.commentlist li .stand_comment {
padding: 35px 0 20px 0px;
margin-bottom:0;
border-top:1px #efefef solid;
}
ol.commentlist li .stand_comment:first-child {
border: none;
}
ol.commentlist li ul li .stand_comment {
margin-left: 100px;
}
ol.commentlist li ul li ul li .stand_comment {
margin-left: 200px;
}
.thiscommentbody {
position: relative;
min-height: 100px;
padding-left: 100px;
}
.listing_comment .commentava,
.main_wrapper ol.commentlist li .commentava {
position: absolute;
display: inline-block;
width: 80px;
z-index:5;
vertical-align: top;
left: 0px;
top: 4px;
}
.listing_comment .commentava img,
ol.commentlist li .commentava img {
width: 100%;
height: auto;
display: block;
border-radius: 50%;
-webkit-border-radius:50%;
}
.comment_info {
padding-right: 100px;
}
.comment_author_says {
line-height: 22px;
margin-bottom: 4px;
}
.comment_author_says,
.comment_author_says a {
font-size: 16px;
font-weight: 600;
}
.comment_info a,
#cancel-comment-reply-link {
transition:color 0.3s;
-webkit-transition:color 0.3s;
}
.comment_content p {
margin-bottom: 0;
padding-bottom: 9px;
}
.comment_info .listing_meta {
margin-bottom: 7px;
}
.comment-reply-link {
display: block;
position: absolute;
right: 0;
top: 0;
line-height: 22px;
text-transform: uppercase;
font-size: 12px;
font-weight: 600;
}
.learn_more,
.post_info,
.post_share &gt; a {
line-height: 21px;
}
.learn_more {
display: inline-block;
vertical-align: top;
transition: all 300ms;
-webkit-transition: all 300ms;
margin-bottom: 4px;
text-transform: uppercase;
font-weight: 600;
font-size: 12px;
letter-spacing: 1px;
}
.blog_post_preview .learn_more {
float: left;
}
.gt3_module_title h3 {
font-size: 36px;
font-weight: 600;
margin-bottom: 13px;
}
.comment-reply-title {
font-size: 36px;
line-height: 48px;
font-weight: 600;
}
div#respond.comment-respond {
padding-top: 36px;
}
.learn_more span,
.gt3_module_title .carousel_arrows a span,
.blog_type1 .blogpost_title a span,
.prev_next_links a span i {
display: inline-block;
vertical-align: middle;
width: 24px;
height: 1px;
margin-left: 9px;
position: relative;
transition: all 300ms;
-webkit-transition: all 300ms;
margin-top: -3px;
}
.learn_more span:before,
.gt3_module_title .carousel_arrows a span:before,
.blog_type1 .blogpost_title a span:before,
.prev_next_links a span i:before {
position: absolute;
content: '';
right: -6px;
top: -4px;
border-top: 5px solid transparent;
border-right: 5px solid transparent;
border-bottom: 5px solid transparent;
border-left: 7px solid;
transition: all 300ms;
-webkit-transition: all 300ms;
}
.gt3_module_title .carousel_arrows a.left_slick_arrow span:before,
.prev_next_links .fleft a span i:before {
left: 0;
right: auto;
transform: rotate(180deg);
-webkit-transform: rotate(180deg);
}
.prev_next_links .fleft a span i::before {
left: -10px;
} .prev_next_links {
padding-top: 45px;
padding-bottom: 67px;
margin-top: 10px;
border-top:1px #efefef solid;
}
.prev_next_links a {
display: block;
padding: 0;
font-weight: 400;
text-transform: none;
}
.prev_next_links a span,
.prev_next_links a b {
display: block;
font-size: 12px;
font-weight: 500;
}
.prev_next_links a b{
font-size: 16px;
font-weight: bold;
}
.prev_next_links .fleft a {
text-align: left;
}
.prev_next_links .fright a {
text-align: right;
}
.prev_next_links a b {
padding-bottom: 2px;
transition: color 300ms;
-webkit-transition: color 300ms;
}
.prev_next_links .fleft a span i {
margin-left: auto;
margin-right: 9px;
left: 4px;
}
.prev_next_links a span i {
transition: 0.3s all;
}
.prev_next_links a:hover span i {
transition: 0.3s all;
}
.prev_next_links .fleft a:hover span i {
margin-left: auto;
transition: 0.3s all;
}
.post_info {
float: right;
display: block;
margin-bottom: 4px;
}
.post_info &gt; div:last-child {
margin-left: 16px;
}
.post_share {
position: relative;
}
.post_share &gt; a {
display: block;
position: relative;
transition: color 300ms;
-webkit-transition: color 300ms;
}
.post_share &gt; a:before {
font-family: 'FontAwesome';
font-weight:normal;
content:"\f1e0";
line-height: 21px;
padding: 0 8px 0 0;
transition: color 300ms;
-webkit-transition: color 300ms;
}
.share_wrap {
display: block;
position: absolute;
left: 0;
top: calc(100% + 15px) !important;
opacity: 0 !important;
font-size: 0;
line-height: 0;
z-index:555;
box-shadow: none;
visibility: hidden;
transition: all 300ms;
-webkit-transition: all 300ms;
background: #f2f2f2;
width: 41px;
padding-top: 8px;
padding-bottom: 9px;
text-align: center;
}
.share_wrap:before {
content: "";
display: block;
height: 17px;
left: 0;
position: absolute;
top: -17px;
width: 100%;
}
.share_wrap:after {
width: 0;
height: 0;
border-style: solid;
border-width: 0 7px 7px 7px;
position: absolute;
left: 13px;
top: -7px;
content: '';
border-color: transparent transparent #f2f2f2 transparent;
}
.post_share:hover &gt; .share_wrap {
opacity: 1 !important;
visibility: visible !important;
}
.share_wrap ul {
padding: 0;
margin: 0;
list-style: none;
}
.share_wrap ul li {
padding: 5px 5px 6px 5px;
margin: 0;
text-align: center;
line-height: 25px;
}
.share_wrap ul li:before {
display: none;
}
.share_wrap a span {
display: block;
line-height: 25px;
transition: color 300ms;
-webkit-transition: color 300ms;
}
.share_wrap a:hover .fa-twitter {
color: #1aa9e1;
}
.share_wrap a:hover .fa-facebook {
color: #3b5a9a;
}
.share_wrap a:hover .fa-pinterest {
color: #d0202a;
}
.share_wrap a:hover .fa-linkedin {
color: #0077b5;
}
.isotope .share_wrap {
top: auto !important;
bottom: calc(100% + 15px) !important;
}
.isotope .share_wrap:before {
top: auto;
bottom: -17px;
}
.isotope .share_wrap:after {
border-width: 7px 7px 0 7px;
top: auto;
bottom: -7px;
border-color: #f2f2f2 transparent transparent transparent;
} .gt3-contact-widget {
position: fixed;
z-index: 1000;
top: 30%;
right: 0px;
width: 300px;
box-sizing: border-box;
padding: 25px 30px 20px 30px;
min-height: 220px;
background-color: #f5f7f8;
border-bottom-left-radius: 2px;
-webkit-transform: translateX(100%);
transition: transform 0.4s;
transform: translateX(100%);
}
.gt3-contact-widget_label {
cursor: pointer;
position: absolute;
transform-origin: 0 0;
font-size: 16px;
line-height: 34px;
z-index: 1;
padding: 10px 10px;
color: #ffffff;
left: 0;
top: 0;
border-top-left-radius: 2px;
border-top-right-radius: 2px;
-webkit-transform: rotate(-90deg) translate(-100%, -100%);
transform: rotate(-90deg) translate(-100%, -100%);
}
.gt3-contact-widget_icon {
display: block;
z-index: 1;
position: absolute;
top: 0;
right: 0;
transform: rotate(90deg);
width: 54px;
height: 54px;
background-color: rgba(255,255,255,0.1);
}
.gt3-contact-widget_icon img {
width: 24px;
position: absolute;
top: 50%;
left: 50%;
transform: translate(-50%, -50%);
}
.gt3-contact-widget_label.empty-title {
width: 54px;
height: 54px;
padding: 0 !important;
}
.gt3-contact-widget_label.with-icon {
padding-right: 64px;
}
.gt3-contact-widget.open {
-webkit-transform: translateX(0%);
transform: translateX(0%);
}  .likes_block,
.post_share,
.likes_block span {
display: inline-block;
vertical-align: top;
line-height: 21px;
}
.likes_block {
cursor: pointer;
}
.likes_block.already_liked {
cursor: default;
}
.like_count {
transition: color 300ms;
-webkit-transition: color 300ms;
} ul.pagerblock {
margin:0;
padding:0 0 30px 0;
list-style:none;
}
ul.pagerblock li:before,
ul.pagerblock li:after {
display: none;
}
ul.pagerblock li {
display: inline-block;
vertical-align:top;
margin: 0 4px 4px 0;
padding: 0;
}
ul.pagerblock li a,
ul.pagerblock li span {
display:block;
font-size: 16px;
height:40px;
width: 40px;
line-height:39px;
border:none;
transition: all 400ms;
-webkit-transition: all 400ms;
text-transform: uppercase;
background: #f8fbff;
text-align: center;
font-weight: 500;
}
ul.pagerblock li a.current {
cursor:default;
}
.pagerblock li a:hover,
.pagerblock li a:focus,
ul.pagerblock li a.current,
ul.pagerblock li span {
color: #fff;
} aside &gt; .widget + .widget,
.main_footer .widget + .widget {
margin-top: 40px;
}
.widget .recent_posts_content .post_title a {
font-size: 16px;
font-weight: 600 !important;
}
.sidebar .widget_search .search_form .search_text {
width: 100%;
height: 45px;
padding: 15px;
padding-right: 60px;
border:none;
outline: none;
border-radius: 2px;
box-sizing: border-box;
}
.widget_search .search_form {
position: relative;
z-index: 1;
}
.widget_search .search_form .search_submit,
.widget_search .search_form:before {
font-size: 0;
width: 50px;
height: 45px;
opacity: 0;
position: absolute;
top: 0;
right: 0;
cursor: pointer;
padding: 0;
margin: 0;
}
.sidebar .widget_search .search_form {
border: 1px solid #eff2f7;
border-radius: 3px;
}
.sidebar .widget_search .search_form .search_text {
background-color: #fafcff;
}
.widget_search .search_form:before {
content: "\f002";
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;
transform: translate(0, 0);
text-align: center;
line-height: 45px;
border-top-right-radius: 2px;
border-bottom-right-radius: 2px;
opacity: 1;
transition: 0.5s all;
}
.widget-title {
font-size: 18px;
font-weight: 600;
padding-bottom: 13px;
}
.widget-title .rsswidget {
vertical-align: middle;
display: inline-block;
line-height: 0;
}
.widget_search .widget-title {
border-bottom: 0;
margin-bottom: 0;
}
.widget .calendar_wrap table {
width: 100%;
}
.widget .calendar_wrap table td {
text-align: center;
}
body .widget  table.booked-calendar td .date .number {
font-size: 14px;
}
.widget.widget_archive ul li:before,
.widget.widget_categories ul li:before,
.widget.widget_pages ul li:before,
.widget.widget_meta ul li:before,
.widget.widget_recent_comments ul li:before,
.widget.widget_recent_entries ul li:before,
.widget.widget_nav_menu ul li:before {
transition: color 400ms;
}
.widget.widget_nav_menu ul li:hover &gt; a {
transition: 0.5s all;
}
.widget.widget_nav_menu ul li:hover &gt; a::before {
transition: 0.5s all;
}
.widget.widget_archive ul li a,
.widget.widget_pages ul li a,
.widget.widget_meta ul li a,
.widget.widget_recent_comments ul li a,
.widget.widget_recent_entries ul li a {
font-weight: 400;
}
.widget.widget_categories ul li a,
.gt3_widget.woocommerce.widget_product_categories ul li a{
font-weight: 400;
}
body .widget.widget_categories ul li:before,
.widget.widget_archive ul li:before,
.widget.widget_categories ul li:before,
.widget.widget_pages ul li:before,
.widget.widget_meta ul li:before,
.widget.widget_recent_comments ul li:before,
.widget.widget_recent_entries ul li:before,
.widget.widget_nav_menu ul li:before,
.gt3_widget.woocommerce.widget_product_categories ul li:before {
color: #b5b7c3;
}
body .widget.widget_categories ul li:hover::before {
transition: 0.5s all;
}
.widget_categories ul li:last-child {
padding-bottom: 0;
margin-bottom: 0;
}
.widget.gt3_widget.widget_categories ul,
.widget.gt3_widget.widget_categories ul li,
.widget.gt3_widget.widget_archive ul,
.widget.gt3_widget.widget_archive ul li,
.widget.gt3_widget.widget_pages ul,
.widget.gt3_widget.widget_meta ul,
.widget.gt3_widget.widget_pages ul li,
.widget.gt3_widget.widget_recent_comments ul,
.widget.gt3_widget.widget_recent_comments ul li,
.widget.gt3_widget.widget_recent_entries ul,
.widget.gt3_widget.widget_recent_entries ul li,
.widget.gt3_widget.widget_rss ul,
.widget.gt3_widget.widget_rss ul li,
.widget.gt3_widget.widget_meta ul li,
.widget_product_categories ul li{
padding-left: 0;
}
.widget.gt3_widget.widget_categories ul li ul li,
.widget.gt3_widget.widget_archive ul li ul li,
.widget.gt3_widget.widget_pages ul li ul li,
.widget.gt3_widget.widget_meta ul li ul li,
.widget.gt3_widget.widget_recent_comments ul li ul li,
.widget.gt3_widget.widget_rss ul li ul li,
.widget.gt3_widget.widget_recent_entries ul li ul li{
padding: 0 0 6px 6px;
}
.widget.gt3_widget.widget_categories ul li ul,
.widget.gt3_widget.widget_archive ul li ul,
.widget.gt3_widget.widget_pages ul li ul li,
.widget.gt3_widget.widget_meta ul li ul li,
.widget.gt3_widget.widget_recent_entries ul li ul li,
.widget.gt3_widget.widget_recent_comments ul li ul li,
.widget.gt3_widget.widget_rss ul li ul li {
padding-bottom: 0;
padding-left: 11px;
}
.sidebar-container .widget_nav_menu ul{
padding-left: 11px;
}
.sidebar-container .widget_nav_menu ul li ul{
padding: 0 0 0 6px;
}
.widget.widget_recent_entries li:after {
content: '';
clear: both;
display: table;
}
.widget.widget_recent_entries .post-date,
.widget.widget_rss .rss-date {
font-size: 0.8em;
float: right;
}
.widget.widget_posts .recent_posts {
padding: 0;
padding-top: 6px;
}
.widget.widget_posts .recent_posts li {
padding: 0;
}
.widget.widget_posts .recent_posts li + li {
margin-top: 20px;
}
.widget.widget_posts .recent_posts li:after {
content: '';
clear: both;
display: table;
}
.widget.widget_posts .recent_posts li:before {
display: none;
}
.widget.widget_posts .recent_posts img {
float: left;
margin-right: 15px;
max-width: 85px;
}
.recent_posts_content .listing_meta {
margin-top: 3px;
margin-bottom: 0;
font-size: 11px;
line-height: 1.6;
text-transform: uppercase;
}
.recent_posts_content .recent_post__cont {
font-size: 14px;
line-height: 1.6;
margin-top: 3px;
display: none;
}
.widget.widget_posts .recent_posts .post_title {
line-height: 1.4;
padding-top: 15px;
}
.widget_flickr:after {
content: '';
clear: both;
display: table;
}
.coming-soon-soc span:hover {
text-decoration: underline;
}
.main_footer .widget-title {
font-size: inherit;
line-height: inherit;
border-bottom: 0;
margin-bottom: 0;
padding-bottom: 10px;
}
.flickr_widget_wrapper {
margin-right: -10px;
}
.flickr_widget_wrapper .flickr_badge_image {
width: calc(33.33% - 10px);
height: calc(33.33% - 10px);
max-width: 120px;
max-height: 120px;
position: relative;
z-index: 1;
}
.flickr_badge_image &gt; a:before {
content: '';
position: absolute;
top: 0;
left: 0;
right: 0;
bottom: 0;
background: #000000;
z-index: 1;
opacity: 0;
transition: opacity 300ms;
}
.flickr_badge_image &gt; a:hover:before {
opacity: 0.3;
}
.calendar_wrap {
border: 1px solid #f2f2f2;
padding: 10px;
}
.calendar_wrap caption {
font-size: 18px;
line-height: 2.25;
margin: -11px -11px 10px -11px;
color: #ffffff;
border-bottom: 1px solid #f2f2f2;
}
.widget .calendar_wrap table td#today {
color: #ffffff;
position: relative;
z-index: 1;
}
.widget .calendar_wrap table td#prev {
text-align: left;
padding-left: 10px;
}
.widget .calendar_wrap table td#next {
text-align: right;
padding-right: 10px;
}
.widget .calendar_wrap tbody td &gt; a {
display: inline-block;
width: 100%;
height: 100%;
position: relative;
z-index: 1;
color: inherit;
}
.widget .calendar_wrap table td#today:before {
content: '';
position: absolute;
width: 80%;
padding-bottom: 80%;
z-index: -1;
top: 50%;
left: 50%;
margin-top: -40%;
margin-left: -40%;
border-radius: 50%;
}
.widget .calendar_wrap tbody td &gt; a:before {
content: '';
position: absolute;
width: 29px;
height: 28px;
z-index: -1;
top: 50%;
left: 50%;
margin-top: -15px;
margin-left: -14px;
border-radius: 50%;
} .tagcloud {
overflow: hidden;
margin: 0 -5px 0 0;
}
.tagcloud a {
font-size: 14px !important;
line-height: 20px !important;
text-transform: lowercase;
font-weight: 400;
position:relative;
display: inline-block;
vertical-align:top;
margin: 0 1px 5px 0;
padding:5px 10px 7px 10px;
font-style: normal;
border-radius: 2px;
border:none;
color: inherit;
background-color:#fbfbfb;
transition: all 300ms;
}
.tagcloud a:hover {
color: #fff;
} .widget #sb_instagram {
padding: 6px 0 0 0 !important;
}
.widget #sbi_images {
margin: 0 0 0 -9px !important;
padding: 0 !important;
width: calc(100% + 9px) !important;
}
.widget #sb_instagram #sbi_images .sbi_item {
padding: 0 0 9px 9px !important;
border: none !important;
margin: 0 !important;
}
.widget #sb_instagram .sbi_photo_wrap a {
position: relative;
} .textwidget p {
text-align: left;
}
.textwidget img {
margin: 0 auto 25px auto;
vertical-align: top;
max-width: 100%;
}
.textwidget img.rounded {
border-radius: 50%;
-webkit-border-radius: 50%;
}
.textwidget a img {
margin: 0 auto;
}
.alignfull img{
border-radius: 0;
}
@media only screen and (max-width: 1200px) {
.alignfull{
margin-left: calc((950px - 100vw)/2);
}
}
@media only screen and (max-width: 992px) {
.alignfull{
margin-left: calc((728px - 100vw)/2);
}
}
@media only screen and (max-width: 768px) {
.alignfull{
margin-left: calc((560px - 100vw)/2);
}
}
@media only screen and (max-width: 600px) {
.alignfull{
margin-left: calc((420px - 100vw)/2);
}
}
@media only screen and (max-width: 480px) {
.alignfull{
margin-left: -5vw;
}
}
#main_content .wp-block-gallery{
padding-left: 0;
}
#main_content .wp-block-gallery .blocks-gallery-image figcaption,
#main_content .wp-block-gallery .blocks-gallery-item figcaption{
box-sizing: border-box;
}
figure.wp-block-image figcaption{
margin-top: 22px;
}
#main_content .wp-block-gallery .blocks-gallery-item{
padding: 0;
}
#main_content .wp-block-gallery .blocks-gallery-item:before{
display: none !important;
}
#main_content .wp-block-audio{
margin: 0;
} .dropcap {
display:block;
float:left;
font-size:3.75em;
line-height: inherit;
margin:14px 29px 0 0;
width:auto;
height:auto;
text-transform:uppercase;
font-weight: 700;
} .main_footer .footer-logo {
margin-top: 10px;
}
.menu-footer-menu-container ul.menu li {
margin-bottom: 6px;
}
.menu-footer-menu-container ul.menu li.menu-item a {
letter-spacing: 0;
}
.menu-footer-menu-container ul.menu li.menu-item a::before {
display: none;
}
.top_footer {
font-weight: 400;
}
.top_footer .widget_nav_menu .menu .menu-item {
padding: 0;
}
.top_footer .widget_nav_menu .menu .menu-item:hover,
.top_footer .widget_nav_menu .menu .menu-item.current-menu-item {
padding-left: 0;
}
.top_footer .widget_nav_menu .menu .menu-item .menu-item {
padding-left: 10px;
}
.top_footer .widget_nav_menu .menu .menu-item .sub-menu {
padding-top: 5px;
}
.top_footer .widget_nav_menu .menu .menu-item  + .menu-item {
border-top: none;
}  ::-moz-selection {
color: #ffffff;
}
::selection {
color: #ffffff;
} .wrapper_404 {
padding: 70px 0;
min-height: 60vh;
position: relative;
white-space: nowrap;
text-align: center;
}
.wrapper_404::before {
content: '';
display: inline-block;
vertical-align: middle;
height: 60vh;
}
.wrapper_404 .number_404 {
font-size: 172px;
line-height: 1;
font-weight: 500;
}
.wrapper_404 .number_404.with_image {
margin-bottom: 17px;
}
.wrapper_404 .number_404__subtitle {
font-size: 36px;
line-height: 1.2;
font-weight: 600;
letter-spacing: -1px;
margin-bottom: 17px;
}
.wrapper_404 .number_404__text-info {
font-size: 16px;
line-height: 1.4;
letter-spacing: -0.2px;
margin-bottom: 44px;
}
.wrapper_404 .number_404__btn a {
border-width: 1px;
border-style: solid;
background-color: transparent;
font-weight: 600;
letter-spacing: 1px;
padding: 15px 51px;
display: inline-block;
vertical-align: middle;
text-align: center;
}
.number_404__search {
text-align: center;
}
.number_404__search .search_form {
display: inline-block;
vertical-align: middle;
position: relative;
margin-bottom: 29px;
width: 100%;
max-width: 390px;
}
.number_404__search .search_form .search_text {
width: 100%;
height: 50px;
padding: 10px 58px 10px 17px;
background-color: #fafcff;
border: 1px solid #eff2f7;
border-radius: 3px;
}
.number_404__search .search_form .search_text::-webkit-input-placeholder {
font-size: 16px;
font-weight: 400;
opacity: 1;
}
.number_404__search .search_form .search_text::-moz-placeholder {
font-size: 16px;
font-weight: 400;
opacity: 1;
}
.number_404__search .search_form .search_text:-ms-input-placeholder {
font-size: 16px;
font-weight: 400;
opacity: 1;
}
.number_404__search .search_form .search_text:-ms-input-placeholder {
font-size: 16px;
font-weight: 400;
opacity: 1;
}
.number_404__search .search_form .search_submit {
margin: 0;
padding: 0;
position: absolute;
top: 0;
right: 0;
height: 50px;
width: 58px;
font-size: 0;
background: url(//futureglowenergy.hr/wp-content/themes/sunergy/img/search_icon.png) no-repeat center center;
border: none;
transition: 0.5s all;
}
.number_404__search .search_form .search_submit:hover {
opacity: 0.4;
transition: 0.5s all;
}
.container_vertical_wrapper {
display: inline-block;
vertical-align: middle;
white-space: normal;
width: 100%;
}
.text-uppercase {
text-transform: uppercase;
}
.rounded_r3 {
border-radius: 3px;
}
span.highlighter {
padding-left: 2px;
padding-right: 2px;
} #map-canvas {
width: 100%;
position: relative;
padding-bottom: 42.3%;
box-shadow: 0 0 15px rgba(0,0,0, 0.13);
}
#map-canvas &gt; div {
width: 100%;
position: absolute;
height: 100%;
left: 0;
top: 0;
}
#map-canvas img {
max-width: none;
max-height:none;
}
input[type="button"],
input[type="reset"],
input[type="submit"] {
-webkit-appearance: none;
} #back_to_top {
display: inline-block;
width: 45px;
height: 45px;
border: 1px solid;
border-radius: 2px;
position: fixed;
right: 15px;
bottom: 12px;
background-color: #f8fbff;
opacity: 0;
cursor: pointer;
transform: translateY(140%);
-webkit-transform: translateY(140%);
-moz-transform: translateY(140%);
-ms-transform: translateY(140%);
transition: all 400ms;
}
#back_to_top:hover {
color: #ffffff;
}
#back_to_top:hover::before {
background-color: #fff;
transition: 0.5s all;
}
#back_to_top:hover::after {
border-bottom-color: #fff;
transition: 0.5s all;
}
#back_to_top.show {
opacity: 1;
transform: translateY(0%);
-webkit-transform: translateY(0%);
-moz-transform: translateY(0%);
-ms-transform: translateY(0%);
}
#back_to_top:before {
content: "";
display: block;
position: absolute;
top: 12px;
left: 22px;
width: 2px;
height: 24px;
background-color: #6ebcf3;
transition: 0.5s all;
}
#back_to_top:after {
content: "";
display: block;
position: absolute;
border-top: 7px solid transparent;
border-right: 6px solid transparent;
border-bottom: 7px solid #6ebcf3;
border-left: 6px solid transparent;
top: 4px;
left: 17px;
transition: 0.5s all;
}  .gt3_custom_button {
letter-spacing: 1px;
}
.gt3_custom_button i {
font-size: 17px;
padding: 1px 3px 0 3px;
display: inline-block;
vertical-align: top;
line-height: 23px;
}
.gt3_custom_button:hover i {
color: #fff;
}
.tp-bullets.custom .tp-bullet {
width: 6px;
height: 6px;
border-radius: 50%;
-webkit-border-radius: 50%;
background: none;
border: 2px solid #fff;
opacity: 1;
}
.tp-bullets.custom .tp-bullet.selected {
background: #fff;
}
.gt3pg_photo_gallery {
padding-top: 15px;
padding-bottom: 20px;
}
.pp_block h2 {
margin-bottom: 30px;
}
.search_result_form,
.post-password-form {
max-width: 500px;
padding: 0 30px;
margin-left: auto;
margin-right: auto;
}
.search_result_form .search_text,
.post-password-form input[type=password] {
width: 100%;
margin-bottom: 20px;
} .gt3-contact-widget input,
.gt3-contact-widget textarea {
width: 100%;
margin: 0 0 10px 0;
}
.gt3-contact-widget textarea {
height: 96px;
}
.gt3-contact-widget .wpcf7-form-control-wrap {
margin-bottom: 0;
}
.gt3-contact-widget input[type="date"],
.gt3-contact-widget input[type="email"],
.gt3-contact-widget input[type="number"],
.gt3-contact-widget input[type="password"],
.gt3-contact-widget input[type="search"],
.gt3-contact-widget input[type="tel"],
.gt3-contact-widget input[type="text"],
.gt3-contact-widget input[type="url"],
.gt3-contact-widget select,
.gt3-contact-widget textarea {
background: #fff;
font-size: 14px;
border-color: #e4e4e4;
padding-top: 10px;
padding-bottom: 10px;
}
.gt3-contact-widget input[type="submit"] {
padding-top: 9px;
padding-bottom: 10px;
}
.gt3-contact-widget p {
padding: 0;
margin: 0;
line-height: 24px;
font-size: 14px;
}
.gt3-contact-widget h6 {
padding: 14px 9px 6px 9px;
margin: 0;
line-height: 24px;
font-size: 14px;
}
.gt3-contact-widget .ajax-loader {
display: none !important;
visibility: hidden;
}
.gt3-contact-widget .wpcf7-response-output {
font-size: 14px;
margin-top: 0;
margin-bottom: 10px;
line-height: 25px;
padding-top: 10px;
padding-bottom: 10px;
border-radius: 2px;
}
.gt3-contact-widget.open {
box-shadow: 0 0 5px rgba(0,0,0, 0.1);
}
.pp_page .gt3-page-title {
display: none;
} .gt3_custom_counter_border {
overflow: hidden;
}
.gt3_custom_counter_border &gt; div {
margin-top: -1px;
margin-left: -1px;
}
.gt3_custom_counter_border &gt; div .vc_column-inner {
position: relative;
}
.gt3_custom_counter_border .gt3_module_counter {
position: relative;
padding: 63px 0 63px 40px;
}
.gt3_custom_counter_border .gt3_module_counter:after,
.gt3_custom_counter_border .gt3_module_counter:before {
position: absolute;
left: 0;
top: 0;
bottom: 0;
width: 1px;
background: rgba(255,255,255, 0.23);
content: '';
display: block;
}
.gt3_custom_counter_border .gt3_module_counter:before {
width: 100%;
height: 1px;
top: 0;
bottom: auto;
}
.module_testimonial.small_bullet_space .slick-dots  {
margin-top: 5px;
}
.module_testimonial.small_bullet_space.type1 .testimonials-text {
margin-bottom: 15px !important;
}
.module_testimonial.small_bullet_space.type1 .testimonials_title {
margin-bottom: 40px !important;
}
.rgba_border .gt3_icon_box__title &gt; * {
padding-bottom: 4px;
}
.gt3_icon_box__title &gt; * {
font-weight: 500;
}
.custom-list-01 {
padding-left: 28px;
}
.main_wrapper .custom-list-01 li {
margin-bottom: 21px;
}
.main_wrapper .custom-list-01 li::before {
color: #fff;
line-height: 0.38em;
}
.countdown_wrapper .countdown  {
text-align: center;
}
.page-link {
clear: both;
}
.post-password-form input[type=password] {
width: 100%;
margin-bottom: 20px;
}
.post-password-form input[type=password]{
margin-top: 5px;
}
.format-standard .blog_content .post-password-form,
.format-audio .blog_content .post-password-form,
.format-quote .blog_content .post-password-form,
.format-link .blog_content .post-password-form{
width: 100%;
max-width: 100%;
box-sizing: border-box;
padding: 0;
}
.wrapper_404.pp_block h1 {
font-size: calc(28px + 1vw);
margin-bottom: 20px;
}
.wrapper_404.pp_block h2{
font-size: 28px;
}
.wrapper_404.pp_block .container{
width: 100%;
}
.wrapper_404.pp_block input.search_submit {
font-weight: 600;
}
ol &gt; li &gt; ul{
padding-left: 0;
} body.wpb-js-composer .featured_blog_post_01 .gt3_carousel_list .slick-next:focus,
body.wpb-js-composer .featured_blog_post_01 .gt3_carousel_list .slick-prev:focus {
outline: none;
}
.commentlist &gt; li.pingback .commentava {
display: none;
visibility: hidden;
}
.commentlist &gt; li.pingback .stand_comment {
padding-left: 0;
}
.main_wrapper ol.commentlist li .listing_comment .commentava {
width: 70px;
top: -12px;
}
ol.commentlist .pingback .thiscommentbody{
padding-left: 0;
}
ol.commentlist .pingback{
padding: 0;
margin: 0;
}
ol.commentlist .pingback:before{
display: none;
}
.gallery-caption {
max-width: 100%;
}
.breadcrumbs a, .breadcrumbs span {
padding: 0 3px;
}
.sidebar-container .widget_nav_menu .menu .menu-item {
padding-left: 11px;
}
footer.main_footer .widget_nav_menu .menu .menu-item a:before{
display: none !important;
}
.main_wrapper ol.commentlist li.comment:before,
.main_wrapper ol.commentlist li.comment:after {
display: none !important;
}
.widget_product_categories ul, .widget_nav_menu ul, .widget_archive ul, .widget_pages ul, .widget_categories ul, .widget_recent_entries ul, .widget_meta ul, .widget_recent_comments ul {
padding: 0 0 5px 0;
margin: -13px 0 0;
}
.widget_product_categories ul li,
.widget_nav_menu ul li, .widget_archive ul li,
.widget_pages ul li, .widget_categories ul li,
.widget_recent_entries ul li,
.widget_meta ul li,
.widget_recent_comments ul li {
position: relative;
padding: 0 0 6px 0;
list-style: none;
transition: padding 300ms;
}
.widget_product_categories ul.children li{
padding: 0 0 6px 10px;
}
.widget_product_categories ul li ul,
.widget_archive ul li ul,
.widget_pages ul li ul,
.widget_categories ul li ul,
.widget_recent_entries ul li ul,
.widget_meta ul li ul,
.widget_recent_comments ul li ul {
padding: 4px 0 0 0;
margin: 0;
}
.main_footer .widget.gt3_widget ul li:last-child,
.sidebar-container .widget.gt3_widget ul li:last-child {
padding-bottom: 0;
}
.top_footer .widget_nav_menu .menu .menu-item:before,
.top_footer .widget_nav_menu .menu .menu-item.current-menu-item:before {
display: none;
}
.wp-caption {
max-width: 100%;
} .gt3_widget.widget_nav_menu .menu .menu-item {
padding-top: 6px;
}
.gt3_widget.widget_nav_menu .menu .menu-item a:empty:before {
display: none;
}
.gt3_widget.widget_nav_menu ul {
margin-top: 0;
}
.widget_archive .widget-title,
.widget_categories .widget-title,
.widget_pages .widget-title,
.widget_meta .widget-title,
.widget_recent_comments .widget-title,
.widget_recent_entries .widget-title,
.widget_product_categories .widget-title,
.widget_price_filter .widget-title{
padding-bottom: 23px;
}
.widget_archive select,
.widget_categories select {
margin-top: -3px;
}
.widget_calendar .widget-title,
.widget_search .widget-title,
.widget_tag_cloud .widget-title {
padding-bottom: 20px;
}
.widget_nav_menu .widget-title {
padding-bottom: 4px;
}
.widget_rss .widget-title a.rsswidget {
font-weight: 600;
font-size: 18px;
}
.gt3-contact-widget input[type="checkbox"] {
width: auto;
display: inline-block;
vertical-align: baseline;
margin: 0 5px 15px 5px;
}body.wpb-js-composer .vc_general.vc_cta3 {
border: none;
padding: 0;
}
body.wpb-js-composer .vc_btn3.vc_btn3-style-outline-custom {
text-transform: uppercase;
border-width: 1px;
letter-spacing: 2px;
font-weight: 500;
padding: 22px 49px;
border-radius: 3px;
}
body.wpb-js-composer .vc_cta3-content-header {
display: inline-block;
vertical-align: middle;
float: none;
padding: 10px 0;
}
body.wpb-js-composer .vc_cta3-content-header .vc_custom_heading span {
font-weight: 600;
color: inherit;
}
body.wpb-js-composer .vc_cta3-content {
vertical-align: middle;
}
body.wpb-js-composer .vc_cta3-container {
margin-bottom: 0;
}
.module_call_to_action {
text-align: center;
}
.module_call_to_action h1 {
font-weight: 100;
}
.module_call_to_action h1 b {
font-weight: 700;
}
.module_call_to_action .cta_subheading {
font-weight: 300;
margin-bottom: 15px;
}
.module_call_to_action .cta_divider {
border-bottom-style: solid;
border-bottom-width: 1px;
margin-bottom: 15px;
}
.module_call_to_action.right .cta_wrap,
.module_call_to_action.left .cta_wrap {
display: flex;
display: -webkit-flex;
}
.module_call_to_action .cta_button i {
margin-right: 10px;
}
.module_call_to_action.right .cta_text_area,
.module_call_to_action.left .cta_text_area {
flex-grow: 1;
}
.module_call_to_action.left .cta_button,
.module_call_to_action.right .cta_button {
display: table-cell;
vertical-align: middle;
display: flex;
display: -webkit-flex;
align-items: center;
}
.module_call_to_action.left .cta_button {
padding-right: 15px;
}
.module_call_to_action.right .cta_button {
padding-left: 15px;
}
.module_call_to_action .shortcode_button, 
.module_call_to_action a.shortcode_button {
margin: 0;
} .colored_sections.items1 .colored_section {
width: 100%;
}
.colored_sections.items2 .colored_section {
width: 50%;
}
.colored_sections.items3 .colored_section {
width: 33.33%;
}
.colored_sections.items4 .colored_section {
width: 25%;
}
.colored_section {
padding-left: 15px;
padding-right: 15px;
float: left;
box-sizing: border-box;
-moz-box-sizing: border-box;
-webkit-box-sizing: border-box;
}
.icon_container.top {
margin-bottom: 20px;
}
.grid.colored_sections.items2 .colored_section:nth-child(2n+1) {
border-right: 1px solid #f0f0f0;
}
.grid.colored_sections.items3 .colored_section:nth-child(3n+2),
.grid.colored_sections.items3 .colored_section:nth-child(3n+1) {
border-right: 1px solid #f0f0f0;
}
.grid.colored_sections.items4 .colored_section:nth-child(3n+3),
.grid.colored_sections.items4 .colored_section:nth-child(3n+2),
.grid.colored_sections.items4 .colored_section:nth-child(3n+1) {
border-right: 1px solid #f0f0f0;
}
.grid.colored_sections.items1 .colored_section:nth-child(n+2),
.grid.colored_sections.items2 .colored_section:nth-child(n+3),
.grid.colored_sections.items3 .colored_section:nth-child(n+4),
.grid.colored_sections.items4 .colored_section:nth-child(n+5) {
border-top: 1px solid #f0f0f0;
}
.colored_section .title_divider {
width: 40px;
height: 1px;
background-color: #dddddd;
margin-bottom: 15px;
}
.colored_section .infobox_text {
display: table-cell;
}
.colored_section .icon_container.left {
display: table-cell;
padding-right: 15px;
vertical-align: top;
padding-top: 10px;
}
.icon_container.round img {
border-radius: 50%;
-webkit-border-radius: 50%;
} .stat_temp {
width: 0 !important;
display: none !important;
}
.gt3_module_counter {
display: flex;
flex-direction: row;
text-align: center;
}
.gt3_module_counter .icon_container {
line-height: 10px;
}
.gt3_module_counter .stat_count {
font-weight: bold;
font-size: 48px;
line-height: 50px;
margin-bottom: 6px;
}
.gt3_module_counter .cont_info {
font-size: 16px;
line-height: 22px;
}/*/*/.gt3_module_counter.icon-position-right .icon_container {
padding-top: 5px;
order: 1;
}
.gt3_module_counter.icon-position-right .stat_count_wrapper {
padding-right: 20px;
order: 0;
text-align: right;
}/*/*/.gt3_module_counter.icon-position-left .icon_container {
padding-top: 5px;
order: 0;
}
.gt3_module_counter.icon-position-left .stat_count_wrapper {
padding-left: 20px;
order: 1;
text-align: left;
}/*/*/.gt3_module_counter.icon-position-top {
flex-direction: column;
}/*/*/.gt3_module_counter.icon-position-bottom {
flex-direction: column;
}/*/*/.gt3_module_counter.counter_icon_type_none {
display: block;
padding-left: 20px;
padding-right: 20px;
text-align: center;
}
.gt3_module_counter.counter_icon_type_none .stat_count_wrapper {
text-align: center;
}
.counter_icon_size_mini.fa {
font-size: 25px;
line-height: 39px;
}
.counter_icon_size_small.fa {
font-size: 35px;
line-height: 49px;
}
.counter_icon_size_normal.fa {
font-size: 45px;
line-height: 59px;
}
.counter_icon_size_large.fa {
font-size: 55px;
line-height: 69px;
}
.counter_icon_size_extralarge.fa {
font-size: 65px;
line-height: 79px;
}
.icon_proportions_circle img {
border-radius: 50%;
}
.icon-position-top.counter_icon_type_image .stat_count_wrapper,
.icon-position-top.counter_icon_type_font .stat_count_wrapper {
padding-top: 10px;
}
.icon-position-bottom.counter_icon_type_image .stat_count_wrapper,
.icon-position-bottom.counter_icon_type_font .stat_count_wrapper {
padding-bottom: 23px;
}/**/.countdown-section {
display: inline-block;
min-width: 165px;
text-align: center;
margin: 10px 60px;
border-radius: 2px;
}
.countdown-section .countdown-amount {
display: block;
font-size: 120px;
line-height: 134px;
font-weight: 300;
padding: 0 4px;
color: #fff;
}
.countdown_wrapper {
text-align: center;
}
.countdown-period {
display: block;
font-size: 30px;
text-transform: capitalize;
color: #ffffff;
font-weight: 600;
}  .testi_02 .slick-dots li button {
border-color: #fff !important;
}
.testi_02 .slick-dots li.slick-active button {
background-color: #fff !important;
}
.testi_03 .testimonials_content .testimonials-text p {
line-height: 2.3em;
}
.testi_03 .slick-dots {
margin-top: 55px !important;
text-align: left !important;	
}
.testi_03 .slick-dots li:first-child {
margin-left: 0 !important;
}
.testi_03 .testimonials_title {
text-align: left !important;
}
.testi_03 .testimonials_rotator {
text-align: left !important;
}
.testimonials_title {
font-weight: 600;
}
.module_testimonial .slick-dots li.slick-active button {
background-color: #fff;
}
.testimonials_content .testimonial_item_position {
font-size: 16px;
line-height: 22px;
font-weight: 400;
}
.testimonials_content .testimonials-text p {
line-height: 1.8em;
}
.module_testimonial .testimonials_item,
.module_testimonial .testimonials_item {
list-style: none;
}
.testimonials_list {
overflow: hidden;
}
.testimonials_list .testimonials_rotator &gt; .testimonials_item {
padding-left: 15px;
padding-right: 15px;
float: left;
box-sizing: border-box;
-moz-box-sizing: border-box;
-webkit-box-sizing: border-box;
}
.testimonials_list.items1 .testimonials_rotator &gt; .testimonials_item {
width: 100%;
}
.testimonials_list.items2 .testimonials_rotator &gt; .testimonials_item {
width: 50%;
}
.testimonials_list.items3 .testimonials_rotator &gt; .testimonials_item {
width: 33.33%;
}
.testimonials_list.items4 .testimonials_rotator &gt; .testimonials_item {
width: 25%;
}
.testimonials-grid {
margin: -40px 0 0 0;
padding: 0;
}
.testimonials-grid&gt;.testimonials_item {
list-style: none;
padding: 0 15px;
margin-top: 40px;
box-sizing: border-box;
}
.testimonials-grid.columns-2 .testimonials_item {
width: 50%;
float: left;
}
.testimonials-grid.columns-2 .testimonials_item:nth-child(2n + 1) {
clear: left;
}
.testimonials-grid.columns-3 .testimonials_item {
width: 33.33%;
float: left;
}
.testimonials-grid.columns-3 .testimonials_item:nth-child(3n + 1) {
clear: left;
}
.testimonials-grid.columns-4 .testimonials_item {
width: 25%;
float: left;
}
.testimonials-grid.columns-4 .testimonials_item:nth-child(4n + 1) {
clear: left;
}
.testimonials-grid:after {
content: '';
display: table;
clear: both;
}
.module_testimonial.type1,
.module_testimonial.type4 {
text-align: center;
}
.module_testimonial.type1 h3,
.module_testimonial.type4 h3 {
margin-bottom: 40px;
position: relative;
}
.module_testimonial .title_divider {
height: 1px;
width: 40px;
display: block;
margin: 0 auto;
margin-bottom: 50px;
}
.module_testimonial.type1 .testimonials_photo {
display: inline-block;
}
.module_testimonial.type1 .testimonials_photo img {
width: 60px;
height: auto;
border-radius: 0;
-webkit-border-radius: 0;
}
.module_testimonial.type1 .testimonials_title {
margin-bottom: 40px;
}
.module_testimonial.type1 .testimonials_content &gt; div:not(:last-child) {
margin-bottom: 46px;
}
.module_testimonial.type1 .testimonials_content &gt; div:last-child {
margin-bottom: 10px;
}
.module_testimonial.type2 span.quote {
display: block;
font-size: 142px;
line-height: 125px;
margin-right: 15px;
height: 90px;
float: left;
}
.module_testimonial.type2 .testimonials-text:before {
position: absolute;
z-index: 1;
top: -5px;
left: -5px;
content: '"';
font-size: 154px;
line-height: 120px;
}
.module_testimonial.type2 .testimonials-text {
position: relative;
z-index: 1;
border-bottom: 1px solid rgba(239,239,239,.44);
margin-bottom: 20px;
padding: 0 0 26px 60px;
font-size: 18px;
line-height: 1.6;
}
.module_testimonial.type2 .testimonials-text + * {
margin-left: 60px;
}
.module_testimonial.type2 .testimonials_photo {
margin: 0 20px 0 60px;
}
.module_testimonial.type2 .testimonials_photo,
.module_testimonial.type2 .testimonials_title {
display: inline-block;
vertical-align: middle;
}
.module_testimonial.type2 .testimonials_photo img {
width: 80px;
height: 80px;
}
.slick-list {
margin-left: -15px;
margin-right: -15px;
}
.slick-list .slick-slide {
padding-left: 15px;
padding-right: 15px;
}
.module_testimonial.type3 .testimonials_title {
margin-top: 7px;
text-align: center;
}
.module_testimonial.type3 .testimonials_content {
position: relative;
z-index: 1;
padding: 65px 30px 30px;
margin-top: 40px;
background-color: #fafafa;
}
.module_testimonial.type3 .testimonials_photo img {
width: 70px;
height: 70px;
}
.module_testimonial.type3 .testimonials_photo {
position: absolute;
z-index: 1;
top: 0;
left: 30px;
transform: translate( 0,-50%);
}
.module_testimonial.type4 .nav_item_wrap {
width: 130px;
padding-left: 75px;
padding-right: 75px;
float: left;
}
.module_testimonial.type4 .testimonials-nav {
max-width: 900px;
padding-top: 15px;
margin-bottom: 40px;
margin-left: auto;
margin-right: auto;
text-align: center;
}
.module_testimonial.type4 .testimonials_content .testimonials_photo {
display: none;
}
.module_testimonial.type4 .testimonials_photo {
width: 90px;
padding: 20px 0 35px 0;
transition: all 400ms;
-webkit-transition: all 400ms;
}
.module_testimonial.type4 .testimonials_photo img {
margin: 0 auto;
}
.module_testimonial.type4 .testimonials_title {
margin-top: 43px;
}
.module_testimonial.type4 .slick-active .testimonials_photo {
width: 130px;
padding: 0;
}
.module_testimonial.type4 .testimonials_photo img {
max-width: 100%;
height: auto;
}
.module_testimonial.type4 .testimonials-photo-wrapper {
max-width: 820px;
margin: 0 auto;
}
.module_testimonial.type4 .testimonials-photo-wrapper img {
transform: scale(0.7);
transition: all 0.5s;
}
.module_testimonial.type4 .testimonials-photo-wrapper .slick-current img {
transform: scale(1);
}
.module_testimonial.type4 .testimonials-photo-wrapper .slick-track {
margin: 0 auto;
}
.module_testimonial .slick-dots li.slick-active button {
background-color: #fff;
}
.module_testimonial .slick-dots {
padding: 0;
margin: 69px 0 0 0;
text-align: center;
line-height: 0;
}
.module_testimonial .slick-dots li {
display: inline-block;
font-size: 0;
line-height: 0;
list-style: none;
padding: 0;
margin: 5px 10px;
}
.module_testimonial .slick-dots li:before {
display: none;
}
.module_testimonial .slick-dots li button:focus {
outline: none;
}
.module_testimonial .slick-dots li button {
display: inline-block;
font-size: 0;
padding: 0;
margin: 0;
box-sizing: border-box;
border-width: 2px;
border-style: solid;
background: transparent;
border-radius: 50%;
width: 10px;
height: 10px;
cursor: pointer;
}
.module_testimonial .testimonials-rate-wrap {
margin: 10px 0 0 0;
}
.module_testimonial.type4 .testimonials-rate-wrap {
margin: 25px 0 0 0;
}
.module_testimonial .testimonials-rate-wrap i {
color: #f2bc3b;
margin: 0 5px;
}
.module_testimonial .testimonials-rate-wrap i.grey {
color: #d9d9d9;
}
.module_testimonial .testimonials_photo img.testimonials_round_img {
border-radius: 50%;
} .gt3_flip_container {
-webkit-perspective: 1000;
-moz-perspective: 1000;
-ms-perspective: 1000;
perspective: 1000;
-ms-transform: perspective(1000px);
-moz-transform: perspective(1000px);
-moz-transform-style: preserve-3d; 
-ms-transform-style: preserve-3d; 
}
.gt3_flip_container:hover .gt3_flipper, 
.gt3_flip-container.hovered .gt3_flipper {
-webkit-transform: rotateY(180deg);
-moz-transform: rotateY(180deg);
-ms-transform: rotateY(180deg);
filter: FlipH;
-ms-filter: "FlipH";
transform: rotateY(180deg);
}
.gt3_flipper {
-webkit-transition: 0.6s;
-webkit-transform-style: preserve-3d;
-ms-transition: 0.6s;
-moz-transition: 0.6s;
-moz-transform: perspective(1000px);
-moz-transform-style: preserve-3d;
-ms-transform-style: preserve-3d;
transition: 0.6s;
transform-style: preserve-3d;
position: relative;
}
.front, 
.back {
-webkit-backface-visibility: hidden;
-moz-backface-visibility: hidden;
-ms-backface-visibility: hidden;
backface-visibility: hidden;
-webkit-transition: 0.6s;
-webkit-transform-style: preserve-3d;
-webkit-transform: rotateY(0deg);
-moz-transition: 0.6s;
-moz-transform-style: preserve-3d;
-moz-transform: rotateY(0deg);
-o-transition: 0.6s;
-o-transform-style: preserve-3d;
-o-transform: rotateY(0deg);
-ms-transition: 0.6s;
-ms-transform-style: preserve-3d;
-ms-transform: rotateY(0deg);
transition: 0.6s;
transform-style: preserve-3d;
transform: rotateY(0deg);
position: absolute;
width:100%;
top: 0;
left: 0;
}
.front {
-webkit-transform: rotateY(0deg);
-moz-transform: rotateY(0deg);  
-ms-transform: rotateY(0deg);
transform: rotateY(0deg);
z-index: 2;
}
.back {
-webkit-transform: rotateY(-180deg);
-moz-transform: rotateY(-180deg);   
-ms-transform: rotateY(-180deg);
transform: rotateY(-180deg);
width:100%;
display:block;
}
.flip_image {
position:absolute;
left:0;
top:0;
display:block;
width:100%;
height:100%;
background-size:cover!important;
}
.flip_content {
padding:68px 50px 72px 50px;    
}
.flip_content_text {
font-size:26px;
line-height:36px;
padding:0;
margin:0;
}
.flip_author {
padding:37px 0 0 0;
}
.flip_company {
font-size:16px;
line-height:18px;
opacity:0.7;
padding:10px 0 0 0;
display:block;
} body.wpb-js-composer .gt3_carousel_list {
position: relative;
}
body.wpb-js-composer .featured_blog_post_01 .gt3_carousel_list .slick-next,
body.wpb-js-composer .featured_blog_post_01 .gt3_carousel_list .slick-prev {
top: -120px;
}
body.wpb-js-composer .gt3_carousel_list .slick-next,
body.wpb-js-composer .gt3_carousel_list .slick-prev {
font-size: 0;
line-height: 0;
position: absolute;
top: 0;
border: none;
background-color: transparent;
cursor: pointer;
width: 23px;
height: 5px;
text-align: center;
padding: 0;
margin: 0;
z-index: 30;
}
body.wpb-js-composer .gt3_carousel_list .slick-next::before,
body.wpb-js-composer .gt3_carousel_list .slick-prev::before {
content: '';
display: inline-block;
vertical-align: middle;
width: 18px;
height: 1px;
}
body.wpb-js-composer .gt3_carousel_list .slick-next::after,
body.wpb-js-composer .gt3_carousel_list .slick-prev::after {
content: '';
top: -3px;
position: absolute;
}
body.wpb-js-composer .gt3_carousel_list .slick-next::after {
right: -15px;
border-right: 8px solid transparent;
border-top: 5px solid transparent;
border-left: 10px solid;
border-bottom: 5px solid transparent;
}
body.wpb-js-composer .gt3_carousel_list .slick-prev::after {
left: -15px;
border-right: 8px solid;
border-top: 5px solid transparent;
border-bottom: 5px solid transparent;
border-left: 10px solid transparent;
}
body.wpb-js-composer .gt3_carousel_list .slick-next {
right: 0;
transition: 0.5s all;
}
body.wpb-js-composer .gt3_carousel_list .slick-next:hover {
opacity: 0.5;
transition: 0.5s all;
}
body.wpb-js-composer .gt3_carousel_list .slick-prev {
right: 40px;
transition: 0.5s all;
}
body.wpb-js-composer .gt3_carousel_list .slick-prev:hover {
opacity: 0.5;
transition: 0.5s all;
} .price_item {
position: relative;
z-index: 1;
background-color: #f8fbff;
text-align: center;
padding-top: 30px;
}
.price_item .item_cost_wrapper {
position: relative;
z-index: 1;
font-size: 24px;
line-height: 36px;
font-weight: 300;
color: #29343f;
}
.price_item .item_cost_wrapper .price_item_title {
margin-bottom: 28px;
}
.price_item .item_cost_wrapper .price_item_title h3 {
line-height: 36px;
font-size: 24px;
line-height: 1;
}
.price_item .package_icon {
display: inline-block;
vertical-align: middle;
float: none;
background-color: #fff;
border-radius: 50%;
padding: 35px;
margin-bottom: 29px;
}
.price_item .package_icon img {
max-width: 70px;
}
.price_item .price_value {
font-size: 60px;
line-height: 1;
font-weight: 600;
}
.price_item .price_item_prefix {
display: inline-block;
vertical-align: top;
font-size: 30px;
font-weight: 400;
line-height: 20px;
padding-right: 10px;
}
.price_item span.price_item_suffix {
font-size: 16px;
line-height: 20px;
font-weight: 400;
}
.price_active-icon {
display: block;
position: absolute;
top: 20px;
right: 20px;
z-index: 1;
width: 30px;
height: 30px;
border: 1px solid #29343f;
border-radius: 50%;
}
.price_active-icon:before {
content: "";
position: absolute;
z-index: 1;
top: 50%;
left: 50%;
width: 11px;
height: 6px;
border-width: 0 0 1px 1px;
border-style: solid;
border-color: #29343f;
-webkit-transform: translate(-49%, -61%) rotate(-45deg);
-ms-transform: translate(-49%, -61%) rotate(-45deg);
transform: translate(-49%, -61%) rotate(-45deg);
}
.item_cost_wrapper.with-image .price_active-icon,
.item_cost_wrapper.with-image .price_active-icon:before {
border-color: #ffffff;
}
.price_item .item_cost_wrapper.with-image {
background-size: cover;
background-position: center center;
color: #ffffff;
}
.price_item .item_cost_wrapper .bg-color {
width: 0;
height: 0;
}
.price_item .item_cost_wrapper.with-image .bg-color:before {
height: auto;
width: auto;
top: 0px;
bottom: 0px;
left: 0px;
right: 0px;
opacity: 0.9;
}
.price_item .item_cost_wrapper .bg-color:before {
content: "";
position: absolute;
z-index: -1;
height: 7px;
width: calc(100% + 2px);
display: block;
top: 0px;
left: -1px;
background-color: inherit;
}
.price_item .item_cost_wrapper.custom-font h3 {
font-family: inherit;
}
.price_item_body {
background-color: #f8fbff;
padding: 0 26px 50px 26px;
text-align: center;
}
.price_item .items_text ul {
padding: 0;
}
.main_wrapper .price_item .items_text li:before {
display: none;
}
.main_wrapper .price_item .items_text li {
list-style: none;
padding: 14px 0 15px 0;
font-weight: 400;
border-bottom: 1px solid #f1f1f1;
}
.price_item_body .items_text ul li{
margin: 0;
}
.price_item_body .items_text ul li span,
.price_item_body .items_text ul li{
font-size: 16px;
line-height: 30px;
}
.price_item .price_content {
margin-bottom: 18px;
}
.main_wrapper .price_item .items_text li:last-child {
border: none;
}
.price_item_description {
padding: 16px 0 0 0;
font-size: 16px;
line-height: 30px;
font-weight: 400;
}
.price_item .shortcode_button {
display: inline-block;
border: 1px solid #000000;
border-radius: 2px;
font-size: 0.75em;
padding: 1px 45px 3px;
margin-top: 25px;
transition: all 0.3s;
}
.price_item .shortcode_button span {
font-size: 12px;
font-weight: 600;
letter-spacing: 1px;
line-height: 1;
text-transform: uppercase;
}
.price_item .shortcode_button:hover,
.price_item .price_button .shortcode_button.alt:hover {
background-color: #ffffff;
}
.price_item .price_button .shortcode_button.alt span,
.price_item .shortcode_button:hover span {
color: #ffffff;
}
.price_item.most_popular .item_cost_wrapper {
margin-left: -1px;
margin-right: -1px;
width: calc(100% + 2px);
box-sizing: border-box;
-moz-box-sizing: border-box;
-webkit-box-sizing: border-box;
}
.item_cost_wrapper .price_content span {
display: inline-block;
} .module_feature_posts .featured_posts {
margin-left: -15px;
margin-right: -15px;
}
.module_feature_posts .featured_posts .featured_item {
padding-left: 15px;
padding-right: 15px;
}
.featured_posts .featured_item {
margin-bottom: 50px;
}
.module_feature_posts .featured_posts .featured_item {
box-sizing: border-box;
-moz-box-sizing: border-box;
-webkit-box-sizing: border-box;
display: inline-block;
box-sizing: border-box;
vertical-align: middle;
margin-left: -0.25em;
}
.module_feature_posts.type1 .featured_posts .featured_item:first-child {
margin-left: 0;
}
.module_feature_posts .items1.featured_posts .featured_item {
width: 100%;
}
.module_feature_posts .items2.featured_posts .featured_item {
width: 50%;
}
.module_feature_posts .items3.featured_posts .featured_item {
width: 33.33%;
}
.module_feature_posts .items4.featured_posts .featured_item {
width: 25%;
}
.module_feature_posts.type1 .featured_post_categories {
padding: 5px 10px;
background-color: rgba(39,50,61,.34);
border-radius: 3px; 
-webkit-border-radius: 3px; 
position: relative;
top: -50px;
left: 25px;
display: inline-block;
margin-bottom: -25px;
color: #fff;
}
.module_feature_posts.type1 .featured_post_categories a {
color: #fff;
}
.module_feature_posts.type1 .featured_item_content,
.module_feature_posts.type1 h3.post_title,
.module_feature_posts.type1 .featured_meta {
padding-left: 30px;
padding-right: 30px;
}
.module_feature_posts.type1 .featured_item.standard.without_image .featured_item_content,
.module_feature_posts.type1 .featured_item.standard.without_image h3.post_title,
.module_feature_posts.type1 .featured_item.standard.without_image .featured_meta {
padding-left: 50px;
padding-right: 50px;
}
.module_feature_posts.type2 .featured_item:not(.without_image) {
min-height: 130px;
}
.module_feature_posts.type2 .featured_img {
width: 130px;
height: 130px;
margin-right: 40px;
float: left;
} .item_list .item-team-member .item_wrapper .item {
position: relative;
}
.item_list .item-team-member .item_wrapper .member-icons {
position: absolute;
top: 18px;
right: 15px;
z-index: 15;
}
.item_list .item-team-member .item_wrapper .team_img a {
position: relative;
}
.team_img.featured_img img {
width: 100%;
}
.item-team-member .item_wrapper .item {
overflow: hidden;
}
.item_list .item-team-member .item_wrapper .team_img a::before {
content: '';
display: inline-block;
vertical-align: middle;
position: absolute;
top: 0;
left: 0;
background-image: linear-gradient(to right top, #ffffff, #e8eafe, #c8d8ff, #9dc8fe, #5dbafc);
z-index: 10;
width: 100%;
height: 100%;
opacity: 0;
visibility: collapse;
transition: 0.5s all;
}
.item_list .item .team-icons {
visibility: collapse;
opacity: 0;
transition: 0.5s all;
margin-right: -5px;
}
.item_list .item:hover .team-icons {
visibility: visible;
opacity: 1;
transition: 0.5s all;
margin-right: 0;
}
.item_list .item:hover .team_img a::before {
visibility: visible;
opacity: 0.4;
transition: 0.5s all;
}
.item_list .item-team-member .item_wrapper .team_img a {
display: block;
}
.item_list .item-team-member .member-icons .team-icons a {
display: block;
color: #fff;
padding: 3px;
text-align: center;
margin-bottom: 7px;
font-size: 16px;
}
body.wpb-js-composer .team_info .team-positions {
font-size: 16px;
line-height: 1;
display: block;
margin-bottom: 16px;
}
body.wpb-js-composer .team_info .member-locations {
margin-bottom: 14px;
}
body.wpb-js-composer .team_info .member-experience {
margin-bottom: 11px;
}
body.wpb-js-composer .team_info .member-email {
margin-bottom: 13px;
}
body.wpb-js-composer .team-infobox {
margin-bottom: 26px;
}
.team-infobox .team_title .team-positions span {
font-size: 16px;
}
.item_list .item-team-member {
margin-bottom: 0;
}
body.wpb-js-composer .team_info .member-urls .team-links div {
margin-bottom: 10px;
}
body.wpb-js-composer .team_info .member-urls .team-links div:last-child {
margin-bottom: 0;
}
body.wpb-js-composer .team_info .member-phones {
margin-bottom: 10px;
}
body.wpb-js-composer .vc-hoverbox-block.vc-hoverbox-front {
justify-content: flex-end;
}
body.wpb-js-composer .vc-hoverbox-block.vc-hoverbox-front .vc-hoverbox-block-inner {
padding: 39px 39px 39px 56px;
}
body.wpb-js-composer .vc-hoverbox-block.vc-hoverbox-front .vc-hoverbox-front-inner h2 {
font-size: 30px;
line-height: 1;
font-weight: 500;
color: #fff;
}
.module_team li {
list-style: none;
}
.module_team .item_list {
padding-left: 0;
}
.module_team .item_list {
font-size: 0;
}
.module_team .item_list &gt; li {
float: none;
display: inline-block;
vertical-align: top;
position: relative;
overflow: hidden;
padding: 0;
box-sizing: border-box;
}
.module_team .item_list &gt; li .item_wrapper {
position: relative;
z-index: 1;
overflow: hidden;
}
.module_team .items1 .item_list &gt; li {
width: 100%;
}
.module_team .items2 .item_list &gt; li {
width: 50%;
}
.module_team .items3 .item_list &gt; li {
width: 33.333333%;
}
.module_team .items4 .item_list &gt; li {
width: 25%;
}
.module_team .team_info .phone-number {
display: inline-block;
font-weight: 700;
}
.module_team .team_info .phone-number + .phone-number {
margin-left: 5px;
}
.module_team .team_title {
margin-bottom: 5px;
}
.module_team .team_title a,
.module_team .team_title &gt; * {
position: relative;
z-index: 1;
}
.module_team .team_info a {
position: relative;
z-index: 1;
}
.module_team .team_info a:after,
.module_team .team_title a:after {
content: "";
display: block;
width: 0;
height: 1px;
background-color: #ffffff;
position: absolute;
z-index: 1;
bottom: 0;
left: 50%;
-webkit-transform: translateX(-50%);
-ms-transform: translateX(-50%);
transform: translateX(-50%);
-webkit-transition: width 0.3s;
transition: width 0.3s;
}
.module_team .team_info a:hover:after,
.module_team .team_title a:hover:after {
width: 100%;
}
.module_team .module-team_title {
float: left;
margin-bottom: 25px;
}
.module_team .view_all_link {
font-size: 16px;
float: right;
position: relative;
z-index: 1;
padding-right: 25px;
}
.module_team .view_all_link:before {
content: "";
display: block;
position: absolute;
top: 50%;
right: 0;
width: 13px;
height: 1px;
-webkit-transition: all 0.3s;
transition: all 0.3s;
}
.module_team .view_all_link:after {
content: "";
display: block;
position: absolute;
top: -webkit-calc(50% - 2px);
top: calc(50% - 2px);
right: 0;
width: 4px;
height: 4px;
border-width: 0 0 1px 1px;
border-style: solid;
-webkit-transform: rotate(-135deg);
-ms-transform: rotate(-135deg);
transform: rotate(-135deg);
-webkit-transition: all 0.3s;
transition: all 0.3s;
}
.module_team .view_all_link i {
margin-left: 12px;
}
.module_team .view_all_link + *,
.module_team .module-team_title + p {
clear: both;
}
.module_team .team_cover {
transition: all .4s;
-webkit-transition: all .4s;
}
.module_team .team-links .team-member-phones {
display: inline-block;
}
.module_team .team-links .team-link + .team-link,
.module_team .team-links .team-member-phones + .team-link {
margin-left: 20px;
}
.module_team .team-links .team-link,
.module_team .team-links .phone-number {
font-size: 14px;
font-weight: 700;
}
.module_team .team-links .team-link + .team-link:before,
.module_team .team-links .team-member-phones + .team-link:before {
content: "";
display: inline-block;
height: 8px;
width: 1px;
background-color: #000;
margin: 0 8px 0 -8px;
}
ul li.item-team-member:before {
display: none;
}
.item-team-member .team_img {
margin-bottom: 25px;
} .single-member-page + * {
margin-top: 45px;
}
.single-member-page .team_img img {
width: 100%;
}
.single-member-page .team-infobox .team_title {
margin-bottom: 30px;
}
.single-member-page .team_info&gt;div&gt;div {
display: inline-block;
}
.single-member-page .team_info h5 {
display: inline-block;
margin-right: 8px;
font-size: 16px;
text-transform: uppercase;
font-weight: 600;
}
.team-infobox .team_title h3 {
font-size: 30px;
font-weight: 600;
}
.team-infobox .team_info span {
font-weight: 400;
font-size: 16px;
line-height: 1;
}
.single-member-page .member-icon {
margin-right: 20px;
color: inherit;
}
.single-member-page .team-link {
color: inherit;
}
.single-member-page .team-link + .team-link:before {
content: ", ";
}  body.wpb-js-composer .vc_progress_bar .vc_single_bar {
margin: 55px 0 20px 0;
height: 5px;
background-color: #f0f0f0;
box-shadow: none;
border-radius: 5px;
}
body.wpb-js-composer .vc_progress_bar .vc_single_bar:first-child {
margin-top: 36px;
}
body.wpb-js-composer .vc_progress_bar .vc_single_bar .vc_label {
text-shadow: none !important;
font-size: 0.875em;
font-weight: 600;
position: absolute;
top: -34px;
left: 0;
padding: 0;
width: 100%;
letter-spacing: 0.5px;
}
body.wpb-js-composer .vc_progress_bar .vc_single_bar .vc_label .vc_label_units {
float: right;
}
body.wpb-js-composer .vc_progress_bar .vc_single_bar .vc_bar {
height: 5px;
border-radius: 5px;
}  body.wpb-js-composer .vc_tta-accordion .vc_tta-panel {
margin-bottom: 18px;
}
body.wpb-js-composer .vc_tta-accordion .vc_tta-panel .vc_tta-panel-heading {
background-color: #f8fbff;
border: 1px solid transparent;
margin: 0 !important;
}
body.wpb-js-composer .vc_tta-accordion .vc_tta-panel .vc_tta-panel-heading .vc_tta-panel-title {
font-size: 16px;
line-height: 1;
font-weight: 600;
}
body.wpb-js-composer .vc_tta-accordion .vc_tta-panel .vc_tta-panel-heading a {
padding: 15px 29px;
font-weight: inherit;
font-size: inherit;
color: inherit;
line-height: inherit;
}
body.wpb-js-composer .vc_tta-accordion .vc_tta-panel .vc_tta-panel-heading a .vc_tta-title-text {
font-weight: inherit;
font-size: inherit;
color: inherit;
line-height: inherit;
}
body.wpb-js-composer .vc_tta-accordion .vc_tta-panel .vc_tta-panel-body {
border: none;
padding: 34px 20px 16px;
}
body.wpb-js-composer .vc_tta-accordion .vc_tta-panel .vc_tta-panel-body .wpb_content_element .wpb_wrapper p {
font-size: 16px;
line-height: 30px;
font-weight: 300;
}
body.wpb-js-composer .vc_tta-accordion .vc_tta-controls-icon-position-right .vc_tta-controls-icon {
right: 28px;
}
body.wpb-js-composer .vc_tta-accordion.vc_tta-style-accordion_solid .vc_tta-panel.vc_active .vc_tta-panel-heading .vc_tta-panel-title {
color: #fff;
}/*/*/body.wpb-js-composer .vc_tta-accordion.vc_tta-style-accordion_bordered .vc_tta-panel .vc_tta-panel-heading {
background: transparent;
}
body.wpb-js-composer .vc_tta-accordion.vc_tta-style-accordion_bordered .vc_tta-panel.vc_active .vc_tta-panel-heading .vc_tta-panel-title {
color: #fff;
}
body.wpb-js-composer .vc_tta-accordion.vc_tta-style-accordion_bordered .vc_tta-panel.vc_active .vc_tta-panel-heading .vc_tta-controls-icon::before {
border-color: #fff;
}/*/*/body.wpb-js-composer .vc_tta-accordion.vc_tta-style-accordion_alternative .vc_tta-panel .vc_tta-panel-heading {
background: transparent;
border: 1px solid  #afb1c7;
}/**/ body.wpb-js-composer .vc_toggle {
margin-bottom: 18px;
}
body.wpb-js-composer .vc_toggle .vc_toggle_title {
background-color: #f8fbff;
padding: 11px 29px;
}
body.wpb-js-composer .vc_toggle .vc_toggle_title h4 {
font-size: 16px;
line-height: 1;
font-weight: 600;
}
body.wpb-js-composer .vc_toggle .vc_toggle_content {
padding: 34px 20px 0 34px;
margin: 0;
}
body.wpb-js-composer .vc_toggle.vc_toggle_size_right .vc_toggle_title {
padding-right: 52px;
}
body.wpb-js-composer .vc_toggle.vc_toggle_size_right .vc_toggle_icon {
right: 28px;
}
body.wpb-js-composer .vc_toggle.vc_toggle_size_left .vc_toggle_title {
padding-left: 52px;
}
body.wpb-js-composer .vc_toggle.vc_toggle_size_left .vc_toggle_icon {
left: 24px;
}
body.wpb-js-composer .vc_toggle .vc_toggle_title .vc_toggle_icon {
display: block;
position: absolute;
width: 10px;
height: 10px;
top: 50%;
margin-top: -8px;
background-color: transparent;
}
body.wpb-js-composer .vc_toggle.vc_toggle_color_plus .vc_toggle_title .vc_toggle_icon {
margin-top: -4px;
}
body.wpb-js-composer .vc_toggle.vc_toggle_color_triangle .vc_toggle_title .vc_toggle_icon {
margin-top: -6px;
}
body.wpb-js-composer .vc_toggle.vc_toggle_color_chevron .vc_toggle_title .vc_toggle_icon::before {
content: '';
display: block;
position: absolute;
box-sizing: border-box;
border-style: solid;
border-color: #42474c;
width: 7px;
height: 7px;
top: 50%;
border-width: 0 2px 2px 0;
-webkit-transform: rotate(45deg) translate(-25%,-25%);
-ms-transform: rotate(45deg) translate(-25%,-25%);
transform: rotate(45deg) translate(-25%,-25%);
background-color: transparent;
transition: 0.2s all;
z-index: 100;
}
body.wpb-js-composer .vc_toggle.vc_toggle_active.vc_toggle_color_chevron .vc_toggle_title .vc_toggle_icon::before {
-webkit-transform: rotate(225deg) translate(-25%,-25%);
-ms-transform: rotate(225deg) translate(-25%,-25%);
transform: rotate(225deg) translate(-25%,-25%);
}
body.wpb-js-composer .vc_toggle.vc_toggle_color_plus .vc_toggle_icon::before,
body.wpb-js-composer .vc_toggle.vc_toggle_color_plus .vc_toggle_icon::after {
content: '';
display: block;
position: absolute;
box-sizing: border-box;
-webkit-transform: translateX(-50%);
-ms-transform: translateX(-50%);
transform: translateX(-50%);
border-style: solid;
}
body.wpb-js-composer .vc_toggle.vc_toggle_color_plus .vc_toggle_icon::before {
left: 0;
right: 0;
top: 50%;
border-width: 2px 0 0;
margin-top: -1px;
}
body.wpb-js-composer .vc_toggle.vc_toggle_color_plus .vc_toggle_icon::after {
bottom: 0;
top: 0;
border-width: 0 0 0 2px;
}
body.wpb-js-composer .vc_toggle.vc_toggle_active.vc_toggle_color_plus .vc_toggle_title .vc_toggle_icon::after {
visibility: collapse;
opacity: 0;
}
body.wpb-js-composer .vc_toggle_color_triangle .vc_toggle_icon::before {
content: '';
display: block;
position: absolute;
box-sizing: border-box;
left: 0;
right: 0;
top: 0;
bottom: 0;
border-style: solid;
border-width: 6px;
border-bottom-color: transparent !important;
border-right-color: transparent !important;
border-left-color: transparent !important;
-webkit-transform: translateY(25%);
-ms-transform: translateY(25%);
transform: translateY(25%);
transition: all .2s ease-in-out;
}
body.wpb-js-composer .vc_toggle_color_triangle.vc_toggle_active .vc_toggle_icon::before {
-webkit-transform: rotate(180deg) translateY(25%);
-ms-transform: rotate(180deg) translateY(25%);
transform: rotate(180deg) translateY(25%);
}
body.wpb-js-composer .vc_toggle_accordion_solid.vc_toggle_active    .vc_toggle_icon::before,
body.wpb-js-composer .vc_toggle_accordion_bordered.vc_toggle_active .vc_toggle_icon::before {
border-color: #fff;
}
body.wpb-js-composer .vc_toggle.vc_toggle_accordion_solid.vc_toggle_active    .vc_toggle_title h4,
body.wpb-js-composer .vc_toggle.vc_toggle_accordion_bordered.vc_toggle_active .vc_toggle_title h4 {
color: #fff;
}
body.wpb-js-composer .vc_toggle.vc_toggle_accordion_bordered .vc_toggle_title {
background-color: transparent;
border-width: 1px;
border-style: solid;
}
body.wpb-js-composer .vc_toggle.vc_toggle_accordion_alternative .vc_toggle_title {
background: transparent;
border: 1px solid #afb1c7;
}
body.wpb-js-composer .vc_toggle.vc_toggle_accordion_solid.vc_toggle_active    .vc_toggle_title .vc_toggle_icon::before,
body.wpb-js-composer .vc_toggle.vc_toggle_accordion_bordered.vc_toggle_active .vc_toggle_title .vc_toggle_icon::before {
border-color: #fff;
}
body.wpb-js-composer .custom_accordion_01.vc_tta-accordion .vc_tta-panel .vc_tta-panel-heading {
background-color: #fff;
}  body.wpb-js-composer .vc_tta-tabs.vc_tta-tabs-position-top .vc_tta-tabs-list {
margin-bottom: 18px;
}
body.wpb-js-composer .vc_general.vc_tta-tabs.vc_tta-tabs-position-bottom .vc_tta-tabs-list {
margin-top: 18px;
}
body.wpb-js-composer .vc_general.vc_tta-tabs.vc_tta-controls-align-left {
text-align: left;
}
body.wpb-js-composer .vc_general.vc_tta-tabs.vc_tta-controls-align-right {
text-align: right;
}
body.wpb-js-composer .vc_general.vc_tta-tabs.vc_tta-controls-align-center {
text-align: center;
}
body.wpb-js-composer .vc_general.vc_tta-tabs .vc_tta-panel-body ul {
display: inline-block;
vertical-align: middle;
margin-bottom: 15px;
}
body.wpb-js-composer .vc_general.vc_tta-tabs .vc_tta-panel-body ul li {
text-align: left;
}
body.wpb-js-composer .vc_general.vc_tta-tabs.vc_tta-tabs-position-top		 .vc_tta-tab,
body.wpb-js-composer .vc_general.vc_tta-tabs.vc_tta-tabs-position-bottom .vc_tta-tab {
margin-right: 7px;
}
body.wpb-js-composer .vc_general.vc_tta-tabs.vc_tta-tabs-position-bottom .vc_tta-tab:last-child,
body.wpb-js-composer .vc_general.vc_tta-tabs.vc_tta-tabs-position-top    .vc_tta-tab:last-child {
margin-right: 0;
}
body.wpb-js-composer .vc_general .vc_tta-tabs-list .vc_tta-tab {
background-color: #f8fbff;
border-radius: 3px;
overflow: hidden;
width: 100%;
max-width: 184px;
text-align: center;
}
body.wpb-js-composer .vc_general .vc_tta-tabs-list .vc_tta-tab a {
border: none;
padding: 13px;
}
body.wpb-js-composer .vc_general .vc_tta-tabs-list .vc_tta-tab:last-child {
margin-right: 0;
}
body.wpb-js-composer .vc_general .vc_tta-tabs-list .vc_tta-tab::before {
display: none;
}
body.wpb-js-composer .vc_general .vc_tta-tabs-list .vc_tta-tab.vc_active a {
color: #fff;
}
body.wpb-js-composer .vc_general.vc_tta-tabs .vc_tta-panels .vc_tta-panel .vc_tta-panel-body {
padding: 0;
border: none;
}
body.wpb-js-composer .vc_general.vc_tta-tabs.vc_tta-tabs-position-left  .vc_tta-tab,
body.wpb-js-composer .vc_general.vc_tta-tabs.vc_tta-tabs-position-right .vc_tta-tab {
width: 184px;
margin-bottom: 6px;
}
body.wpb-js-composer .vc_general.vc_tta-tabs.vc_tta-tabs-position-left .vc_tta-tabs-list {
margin-right: 30px;
}
body.wpb-js-composer .vc_general.vc_tta-tabs.vc_tta-tabs-position-right .vc_tta-tabs-list {
margin-left: 30px;
}
body.wpb-js-composer .vc_general.vc_tta-tabs.vc_tta-tabs-position-left .vc_tta-panel-body {
border: none;
margin-top: -8px;
}
body.wpb-js-composer .vc_tta-tab .vc_tta-title-text {
font-size: 12px;
font-weight: 600;
text-transform: uppercase;
}  .gt3_message_box {
position: relative;
padding: 15px 25px;
}
.gt3_message_box.gt3_message_box-with-icon {
padding-left: 68px;
}
.gt3_message_box.gt3_message_box-closable {
padding-right: 50px;  
}
.gt3_message_box__icon {
position: absolute;
top: 50%;
left: 30px;
line-height: 1em;
margin-top: -0.5em;
}
.gt3_message_box .gt3_message_box__close {
width: 11px;
height: 11px;
cursor: pointer;
left: auto;
text-align: center;
margin-top: -5px;
display: inline-block;
vertical-align: middle;
position: absolute;
top: 50%;
right: 29px;
}
.gt3_message_box .gt3_message_box__close::before {
content: '';
width: 11px;
height: 11px;
position: absolute;
background: url(//futureglowenergy.hr/wp-content/themes/sunergy/img/message_close_icon.png) no-repeat center center;
background-size: contain;
z-index: 20;
top: 0;
left: 0;
}  canvas {
vertical-align: top;
} .flow_container,.flow_container li {
margin:0;
padding:0;
list-style:none;
}
.flow_container {
position:fixed;
left:0;
top:0;
width:100%;
height:100%;
display:block;
transition:top 500ms,height 500ms;
}
.flow_container li {
position:absolute;
display:block;
left:50%;
top:0;
opacity:0;
-webkit-transform:scale(0,0);
-ms-transform:scale(0,0);
transform:scale(0,0);
z-index:-5;
-webkit-transition:all 500ms;
transition:all 500ms;
}
.flow_container li img {
display:block;
transition:all 500ms;
}
.flow_container li .flow_fadder {
position:absolute;
left:0;
top:0;
width:100%;
height:100%;
display:block;
-webkit-transition:background 500ms;
transition:background 500ms;
}
.flow_container li.currentStep {
z-index:27;
opacity:1;
}
.flow_container li.prevStep,.flow_container li.nextStep {
z-index:25;
opacity:1;
cursor:pointer;
}
.flow_container li.prevStep2,.flow_container li.nextStep2 {
z-index:23;
opacity:1;
cursor:pointer;
}
.mirror_container {
height:130px;
position:fixed;
visibility:hidden;
z-index:-10;
}
.top_padding_block {
height:110px;
position:fixed;
visibility:hidden;
z-index:-10;
}
.flow_reflection {
position:absolute;
bottom:0;
left:0;
width:100%;
height:130px;
-webkit-transform:scaleY(-1);
-ms-transform:scaleY(-1);
transform:scaleY(-1);
opacity:.2;
background-position:0 100%!important;
background-size:100% auto;
}
.flow_reflection:before {
content:'';
position:absolute;
left:0;
top:0;
width:100%;
height:100%;
}
.flow_gallery .fs_title_wrapper {
left:50%;
-webkit-transform:translateX(-50%);
-ms-transform:translateX(-50%);
transform:translateX(-50%);
bottom:100px;
top: auto;
text-align:center;
height:auto;
position:fixed;
}
.flow_gallery .fs_title_wrapper h2 {
margin:0;
}
.contentarea ul.flow_container &gt; li::before {
content: none;
}
.wrapper.padding0 {
padding: 0 !important;
}
.flow_gallery .page_title {
display: none;
}
.fs_controls_append {
height: 30px;
}
.fs_slider_prev, .fs_slider_next {
position: fixed;
} .contentarea ul.ribbon_slider &gt; li::before {
margin: 0;
border-radius: 0;
-webkit-border-radius: 0;
} .icon_box_01 .gt3_icon_box__icon--number {
opacity: 0.2;
}
.gt3_icon_box__icon { 
position: relative;
z-index: 1;
display: inline-block;
line-height: 1;
vertical-align: bottom;
}
.gt3_icon_box:before,
.gt3_icon_box:after {
content: '';
display: table;
clear: both;
}
.gt3_icon_box_icon-position_top {
text-align: center;
}
.gt3_icon_box_icon-position_top .gt3_icon_box__icon + .gt3_icon_box-content-wrapper {
padding-top: 32px;
}
.gt3_icon_box_icon-position_top .gt3_icon_box__icon--number + .gt3_icon_box-content-wrapper {
padding-top: 10px;
}
.gt3_icon_box_icon-position_inline_title .gt3_icon_box__icon--number {
position: static;
}
.gt3_icon_box_icon-position_top.gt3_icon_box__icon_icon_size_small .gt3_icon_box__icon + .gt3_icon_box-content-wrapper,
.gt3_icon_box_icon-position_top.gt3_icon_box__icon_icon_size_mini .gt3_icon_box__icon + .gt3_icon_box-content-wrapper {
padding-top: 9px;
}
.gt3_icon_box_icon-position_left .gt3_icon_box__icon {
float: left;
}
.gt3_icon_box_icon-position_left.gt3_icon_box__icon_icon_size_huge .gt3_icon_box__icon + .gt3_icon_box-content-wrapper {
margin-left: 85px;
}
.gt3_icon_box_icon-position_left.gt3_icon_box__icon_icon_size_large .gt3_icon_box__icon + .gt3_icon_box-content-wrapper {
margin-left: 75px;
}
.gt3_icon_box_icon-position_left.gt3_icon_box__icon_icon_size_regular .gt3_icon_box__icon + .gt3_icon_box-content-wrapper {
margin-left: 100px;
}
.gt3_icon_box_icon-position_left.gt3_icon_box__icon_icon_size_small .gt3_icon_box__icon + .gt3_icon_box-content-wrapper {
margin-left: 67px;
}
.gt3_icon_box_icon-position_left.gt3_icon_box__icon_icon_size_mini .gt3_icon_box__icon + .gt3_icon_box-content-wrapper {
margin-left: 45px;
}
.gt3_icon_box_icon-position_right .gt3_icon_box__icon {
float: right;
margin-top: 0.07em;
}
.gt3_icon_box_icon-position_right .gt3_icon_box-content-wrapper {
text-align: right;
}
.gt3_icon_box_icon-position_right.gt3_icon_box__icon_icon_size_huge .gt3_icon_box__icon + .gt3_icon_box-content-wrapper {
margin-right: 85px;
}
.gt3_icon_box_icon-position_right.gt3_icon_box__icon_icon_size_large .gt3_icon_box__icon + .gt3_icon_box-content-wrapper {
margin-right: 75px;
}
.gt3_icon_box_icon-position_right.gt3_icon_box__icon_icon_size_regular .gt3_icon_box__icon + .gt3_icon_box-content-wrapper {
margin-right: 100px;
}
.gt3_icon_box_icon-position_right.gt3_icon_box__icon_icon_size_small .gt3_icon_box__icon + .gt3_icon_box-content-wrapper {
margin-right: 65px;
}
.gt3_icon_box_icon-position_right.gt3_icon_box__icon_icon_size_mini .gt3_icon_box__icon + .gt3_icon_box-content-wrapper {
margin-right: 45px;
}
.gt3_icon_box_icon-position_inline_title .gt3_icon_box__icon {
margin-right: 10px;
padding-bottom: 0;
vertical-align: text-bottom;
}
.gt3_icon_box_icon-position_inline_title .gt3_icon_box__title {
padding-bottom: 15px;
}
.gt3_icon_box_icon-position_inline_title .gt3_icon_box__title &gt; * {
display: inline-block;
vertical-align: middle;
padding: 0;
}
.gt3_icon_box__title&gt; * {
padding-bottom: 0.5em;
}
.gt3_icon_box__title a {
font-family: inherit;
font-weight: inherit;
}
.gt3_icon_box_icon-position_right .gt3_icon_box-divider {
margin-right: 0;
margin-left: auto;
}
.gt3_icon_box_icon-position_left .gt3_icon_box-divider {
margin-right: auto;
margin-left: 0;
}
.gt3_icon_box_icon-position_top  .gt3_icon_box-divider {
margin-right: auto;
margin-left: auto;
}
.gt3_icon_box-divider {
width: 100px;
border-bottom-width: 1px;
border-bottom-style: solid;
margin-bottom: 0.8em;
}
.gt3_icon_box__title a {
color: inherit;
}
.gt3_icon_box__icon_icon_size_mini .gt3_icon_box__icon {
font-size: 25px;
}
.gt3_icon_box__icon_icon_size_small .gt3_icon_box__icon {
font-size: 35px;
}
.gt3_icon_box__icon_icon_size_regular .gt3_icon_box__icon {
font-size: 45px;
}
.gt3_icon_box__icon_icon_size_large .gt3_icon_box__icon {
font-size: 55px;
}
.gt3_icon_box__icon_icon_size_huge .gt3_icon_box__icon {
font-size: 65px;
}
.gt3_icon_box__icon_icon_size_mini .gt3_icon_box__icon img {
max-width: 26px;
}
.gt3_icon_box__icon_icon_size_small .gt3_icon_box__icon img {
max-width: 48px;
}
.gt3_icon_box__icon_icon_size_regular .gt3_icon_box__icon img {
max-width: 77px;
}
.gt3_icon_box__icon_icon_size_large .gt3_icon_box__icon img {
max-width: 107px;
}
.gt3_icon_box__icon_icon_size_huge .gt3_icon_box__icon img {
max-width: 140px;
} body.wpb-js-composer .gt3_icon_box.icon-bg .gt3_icon_box-content-wrapper {
padding-top: 10px;
}
.gt3_icon_box__icon_icon_size_mini.icon-bg .gt3_icon_box__icon {
font-size: 16px;
}
.gt3_icon_box__icon_icon_size_small.icon-bg .gt3_icon_box__icon {
font-size: 20px;
}
.gt3_icon_box__icon_icon_size_regular.icon-bg .gt3_icon_box__icon {
font-size: 24px;
}
.gt3_icon_box__icon_icon_size_large.icon-bg .gt3_icon_box__icon {
font-size: 28px;
}
.gt3_icon_box__icon_icon_size_huge.icon-bg .gt3_icon_box__icon {
font-size: 60px;
}
.icon-bg .gt3_icon_box__icon img {
max-width: 100%;
}
.gt3_icon_box_icon-position_right.gt3_icon_box__icon_icon_size_huge.icon-bg .gt3_icon_box__icon + .gt3_icon_box-content-wrapper {
margin-right: 120px;
}
.gt3_icon_box_icon-position_right.gt3_icon_box__icon_icon_size_large.icon-bg .gt3_icon_box__icon + .gt3_icon_box-content-wrapper {
margin-right: 110px;
}
.gt3_icon_box_icon-position_right.gt3_icon_box__icon_icon_size_regular.icon-bg .gt3_icon_box__icon + .gt3_icon_box-content-wrapper {
margin-right: 100px;
}
.gt3_icon_box_icon-position_right.gt3_icon_box__icon_icon_size_small.icon-bg .gt3_icon_box__icon + .gt3_icon_box-content-wrapper {
margin-right: 75px;
}
.gt3_icon_box_icon-position_right.gt3_icon_box__icon_icon_size_mini.icon-bg .gt3_icon_box__icon + .gt3_icon_box-content-wrapper {
margin-right: 50px;
}
.gt3_icon_box_icon-position_left.gt3_icon_box__icon_icon_size_huge.icon-bg .gt3_icon_box__icon + .gt3_icon_box-content-wrapper {
margin-left: 120px;
}
.gt3_icon_box_icon-position_left.gt3_icon_box__icon_icon_size_large.icon-bg .gt3_icon_box__icon + .gt3_icon_box-content-wrapper {
margin-left: 110px;
}
.gt3_icon_box_icon-position_left.gt3_icon_box__icon_icon_size_regular.icon-bg .gt3_icon_box__icon + .gt3_icon_box-content-wrapper {
margin-left: 100px;
}
.gt3_icon_box_icon-position_left.gt3_icon_box__icon_icon_size_small.icon-bg .gt3_icon_box__icon + .gt3_icon_box-content-wrapper {
margin-left: 75px;
}
.gt3_icon_box_icon-position_left.gt3_icon_box__icon_icon_size_mini.icon-bg .gt3_icon_box__icon + .gt3_icon_box-content-wrapper {
margin-left: 50px;
}
.gt3_icon_box_icon-position_inline_title.icon-bg  .gt3_icon_box__icon {
margin-right: 1.2em;
}
.icon-bg  .gt3_icon_box__icon img {
position: absolute;
z-index: 1;
top: 50%;
left: 50%;
-webkit-transform: translate(-50%, -50%);
-ms-transform: translate(-50%, -50%);
transform: translate(-50%, -50%);
}
.gt3-box-image.gt3_icon_box_icon-position_inline_title:not(.icon-bg) .gt3_icon_box__icon img {
padding-bottom: 4px;
}
.gt3-box-image:not(.icon-bg) .gt3_icon_box__icon {
font-size: inherit !important;
}
.icon-bg .gt3_icon_box__icon {
width: 1.19em;
line-height: 1.3em;
height: 1.3em;
text-align: center;
margin-top: 0.75em;
margin-left: 0.75em;
margin-right:  0.75em;
margin-bottom:  0.75em;
}
.gt3_icon_box_icon-position_right.icon-bg .gt3_icon_box__icon,
.gt3_icon_box_icon-position_left.icon-bg .gt3_icon_box__icon {
margin-top: 0.85em;
}
.gt3_icon_box__icon-bg {
display: block;
width: 2.5em;
height: 2.5em;
border-radius: 50%;
background: cadetblue;
position: absolute;
z-index: -1;
top: -0.65em;
left: -0.65em;
} .gt3_icon_box__link {
margin-top: 24px;
}
.gt3_icon_box__link a {
position: relative;
padding-right: 25px;
}
.gt3_icon_box__link a:hover {
color: inherit !important;
}
.gt3_icon_box__link span {
border-top-width: 1px;
border-top-style: solid;
height: 0;
backface-visibility: hidden;
}
.gt3_icon_box__link span, 
.gt3_icon_box__link span:before {
border-left-color: inherit !important;
-webkit-transition: -webkit-transform 0.1s;
transition: -webkit-transform 0.1s;
transition: transform 0.1s;
transition: transform 0.1s, -webkit-transform 0.1s;
}
.gt3_icon_box__link span:before {
top: -5px;
}
.gt3_icon_box__link:hover span {
-webkit-transform: translateX(3px);
-ms-transform: translateX(3px);
transform: translateX(3px);
} .gt3_module_title {
padding-bottom: 40px;
display: -webkit-box;
display: -moz-box;
display: -ms-flexbox;
display: -webkit-flex;
display: flex;
-webkit-flex-flow: row wrap;
flex-flow: row wrap;
text-align: left;
-webkit-flex-wrap: nowrap;
-ms-flex-wrap: nowrap;
flex-wrap: nowrap;
-webkit-justify-content: space-between;
-ms-flex-pack: justify;
justify-content: space-between;
}
.single .gt3_module_title {
padding-bottom: 23px;
}
.gt3_module_title .module_title_content,
.gt3_module_title .external_link,
.gt3_module_title .carousel_arrows {
margin: 0;
padding: 0;
text-align: left;
display: block;
}
.gt3_module_title .external_link,
.gt3_module_title .carousel_arrows {
order: 1;
}
.gt3_module_title .module_title_content { order: 0;
padding-right: 20px;
width: 100%;
}
.gt3_module_title .carousel_arrows,
.gt3_module_title .external_link {
white-space: nowrap;
}
.gt3_module_title .external_link .learn_more {
float: none;
display: block;
margin-bottom: 0;
}
.gt3_module_title .carousel_arrows a {
margin-left: 10px;
display: inline-block;
vertical-align: top;
}
.gt3_module_title .carousel_arrows a.right_slick_arrow {
margin-left: 8px;
} .gt3_module_button a {
display: inline-block;
vertical-align: top;
margin-bottom: 20px;
font-size: 12px;
font-weight: normal;
line-height: 20px;
color: #fff;
border-width: 1px;
border-style: solid;
}
.gt3_module_button a,
.gt3_btn_icon {
transition: all 400ms;
-webkit-transition: all 400ms;
}
.gt3_module_button a:hover {
background: #fff;
}
.button_alignment_inline {
display: inline-block;
vertical-align: top;
}
.button_alignment_left {
text-align: left;
}
.button_alignment_right {
text-align: right;
}
.button_alignment_center {
text-align: center;
}
.button_alignment_block a {
display: block;
text-align: center;
}
.button_size_mini {
padding: 5px 10px;
}
.button_size_small {
padding: 9px 15px;
}
.button_size_normal {
padding: 17px 34px;
}
.button_size_large {
padding: 19px 40px;
}
.gt3_btn_text,
.btn_icon_container {
display: inline-block;
vertical-align: middle;
}
.btn_icon_container img,
.btn_icon_container span {
vertical-align: top;
}
.btn_icon_position_right .btn_icon_container {
padding-left: 10px;
}
.btn_icon_position_left .btn_icon_container {
padding-right: 10px;
}
.gt3_btn_icon.fa {
line-height: 20px;
font-size: 18px;
color: #fff;
}
.gt3_btn_text {
font-family: inherit;
font-size: inherit;
font-style: inherit;
font-weight: 600;
color: inherit;
letter-spacing: 1px;
}
.page_sub_title {
padding-bottom: 10px;
} .widget_nav_menu .menu-item {
margin-bottom: 0;
}
.widget_nav_menu ul li,
.widget_nav_menu ul {
padding: 0;
list-style: none;
}
.widget_nav_menu ul li a {
font-weight: 400;
letter-spacing: 1px;
}
.widget_nav_menu .menu .menu-item {
position: relative;
z-index: 1;
padding: 7px 0 0 20px;
transition: all 0.3s;
}
.widget_nav_menu .menu .menu-item::before {
display: none;
}
.widget_nav_menu .menu .menu-item a {
position: relative;
}
.widget_nav_menu .menu .menu-item a:before {
content: "";
display: block;
position: absolute;
z-index: 1;
left: -21px;
top: 50%;
height: 5px;
width: 5px;
border-radius: 50%;
margin-left: 0;
background: #b5b7c3;
opacity: 1;
-webkit-transform: translateY(-50%);
-ms-transform: translateY(-50%);
transform: translateY(-50%);
transition: opacity 0.3s;
}  body .wpb_gmaps_widget .wpb_wrapper {
padding: 0;
}
.gt3_google_map {
position: relative;
z-index: 1;
padding-bottom: 42.73%;
}
.gt3_google_map #map-canvas {
position: absolute;
top: 0;
bottom: 0;
left: 0;
right: 0;
}  .isotope {
width: 100%;
}
.isotope-filter a,
.gt3_practice_list__filter a {
display: inline-block;
margin-right: 35px;
color: inherit;
text-transform: capitalize;
transition: all 0.3s;
font-weight: 600;
}
.gt3_practice_list__filter,
.isotope-filter {
margin-bottom: 50px;
}
.gt3_practice_list__image-holder {
text-align: center;
}
.gt3_practice_list__image-holder a {
display: block;
position: relative;
}
.gt3_practice_list__image-holder a::before {
content: '';
display: inline-block;
vertical-align: middle;
position: absolute;
top: 0;
left: 0;
background-image: linear-gradient(to right top, #ffffff, #e8eafe, #c8d8ff, #9dc8fe, #5dbafc);
z-index: 10;
width: 100%;
height: 100%;
opacity: 0;
visibility: collapse;
transition: 0.5s all;
}
.gt3_practice_list__image-holder a:hover::before {
visibility: visible;
opacity: 0.5;
transition: 0.5s all;
}
.gt3_practice_list__image-holder img {
position: relative;
z-index: 1;
transition: all 0.3s;
}
.gt3_practice_list__image-holder .icon-link {
display: block;
margin-top: -35px;
}
.gt3_practice_list__image-holder i {
position: relative;
z-index: 2;
display: inline-block;
width: 70px;
height: 70px;
background-color: #ffffff;
text-align: center;
}
.gt3_practice_list__image-holder i:before {
line-height: 70px;
font-size: 32px;
}
.gt3_practice_list .gt3_practice_list__posts-container .gt3_practice_list__item {
margin-bottom: 60px;
display: inline-block;
vertical-align: top;
float: none;
}
.gt3_practice_list__content .gt3_practice_list__title {
font-size: 18px;
}
.gt3_practice_list__title + * {
margin-top: 7px;
}
.gt3_practice_list__title:last-child {
margin-bottom: 35px;
}
.gt3_practice_list__content {
text-align: center;
margin-top: 21px;
font-size: 14px;
line-height: 1.7;
}
.gt3_practice_list__link {
display: inline-block;
position: relative;
margin-top: 17px;
padding-right: 25px;
float: none;
}
.gt3_practice_list__link:hover {
color: inherit;
}
.gt3-single-practice_thumbnail {
margin-bottom: 30px;
}
.load_more_works {
border-width: 1px;
border-style: solid;
padding: 10px 40px;
color: #ffffff;
transition: all 0.3s;
}
.load_more_works i {
margin-left: 10px;
}
.load_more_works:hover {
background-color: transparent;
}
.text-center {
text-align: center;
}  .vc_separator.vc_sep_width_40px .vc_sep_holder .vc_sep_line,
.vc_separator.vc_sep_width_40px {
width: 40px;
}
body.wpb-js-composer .vc_separator.vc_sep_width_100 .vc_sep_holder {
max-width: none;
}
body.wpb-js-composer .vc_separator .vc_sep_holder {
max-width: 40px;
top: -2px;
}
body.wpb-js-composer .vc_separator h4 {
font-weight: 400;
color: inherit;
font-size: 12px;
letter-spacing: 1px;
}  .gt3_custom_text a {
color: inherit;
} .gt3_custom_text p{
margin-bottom: 0;
}
.gt3_custom_text *:not(.fa){
font-family: inherit;
color: inherit;
font-size: inherit;
}
.gt3_custom_text a:hover {
color: inherit;
}
.gt3_custom_text h1,
.gt3_custom_text h2,
.gt3_custom_text h3,
.gt3_custom_text h4,
.gt3_custom_text h5,
.gt3_custom_text h6{
font-weight: inherit;
} .gt3_process_bar {
text-align: center;
padding-bottom: 50px;
}
.gt3_process_bar__count-container {
position: relative;
margin-bottom: 29px;
}
.gt3_process_bar__count-container:before {
content: '';
position: absolute;
top: 50%;
left: 0;
right: 0;
height: 1px;
background-color: #dddddd;
}
.gt3_process_bar + .gt3_process_bar .gt3_process_bar__count-container:before {
left: -30px;
}
.gt3_process_bar__count {
display: inline-block;
width: 60px;
height: 60px;
text-align: center;
line-height: 60px;
border-radius: 50%;
position: relative;
z-index: 1;
font-size: 30px;
font-weight: 400;
margin: 10px;
}
.gt3_process_bar__icon_icon_size_mini .gt3_process_bar__count {
width: 45px;
height: 45px;
line-height: 45px;
font-size: 30px;
}
.gt3_process_bar__icon_icon_size_mini .gt3_process_bar__count {
width: 60px;
height: 60px;
line-height: 60px;
font-size: 30px;
}
.gt3_process_bar__icon_icon_size_large .gt3_process_bar__count {
width: 80px;
height: 80px;
line-height: 80px;
font-size: 35px;
}
.gt3_process_bar__icon_icon_size_huge .gt3_process_bar__count {
width: 120px;
height: 120px;
line-height: 120px;
font-size: 60px;
}
.gt3_process_bar__count:before,
.gt3_process_bar__count:after {
content: '';
position: absolute;
top: -12.535%;
left: -12.535%;
width: 125.7%;
height: 125.7%;
border-radius: 50%;
background: inherit;
z-index: -1;
-webkit-transform: scale(0.7954);
-ms-transform: scale(0.7954);
transform: scale(0.7954);
-webkit-transition: -webkit-transform 0.3s;
transition: -webkit-transform 0.3s;
transition: transform 0.3s;
transition: transform 0.3s, -webkit-transform 0.3s;
}
.gt3_process_bar__count:after {
background: #f5fafd;
z-index: -2;
-webkit-transform: scale(1);
-ms-transform: scale(1);
transform: scale(1);
}
.gt3_process_bar:hover .gt3_process_bar__count:before {
-webkit-transform: scale(1);
-ms-transform: scale(1);
transform: scale(1);
}
.gt3_process_bar:hover .gt3_process_bar__count:after {
-webkit-transform: scale(1.1);
-ms-transform: scale(1.1);
transform: scale(1.1);
}
.gt3_process_bar__title {
padding-bottom: 1em;
}
.gt3_process_bar__link {
margin-top: 10px;
}
.gt3_process_bar__link a {
position: relative;
padding-right: 25px;
}
.gt3_process_bar__link a:hover {
color: inherit !important;
}
.gt3_process_bar__link a:before {
content: "";
display: block;
position: absolute;
top: 50%;
right: 0;
width: 13px;
height: 1px;
}
.gt3_process_bar__link a:before {
content: "";
display: block;
position: absolute;
top: 50%;
right: 0;
width: 13px;
height: 0;
border-bottom-width: 1px;
border-bottom-style: solid;
}
.gt3_process_bar__link a:after {
content: "";
display: block;
position: absolute;
top: calc(50% - 2px);
right: 0;
width: 4px;
height: 4px;
border-width: 0 0 1px 1px;
border-style: solid;
-webkit-transform: rotate(-135deg);
-ms-transform: rotate(-135deg);
transform: rotate(-135deg);
}
.gt3_process_bar__title a {
font-size: inherit;
line-height: inherit;
color: inherit;
font-family: inherit;
font-weight: inherit;
font-style: inherit;
}
.gt3_process_bar__text {
padding-left: 6%;
padding-right: 6%;
line-height: 1.8em !important;
}  body .vc_pie_chart .vc_pie_wrapper {
margin-bottom: 15px;
}
body .vc_pie_chart .vc_pie_chart_value {
font-weight: 100;
font-size: 48px;
} .video-popup-wrapper {
text-align: center;
}
.video-popup__wrapper-link.with-img {
position: relative;
z-index: 1;
}
.video-popup__wrapper-link.with-img:before {
content: "";
display: none;
background-color: #000000;
opacity: 0;
position: absolute;
z-index: 2;
top: 0;
bottom: 0;
left: 0;
right: 0;
transition: opacity 0.3s;
}
.video-popup__wrapper-link.with-img:hover:before {
opacity: 0.8;
}
.video-popup-wrapper img {
position: relative;
z-index: 1;
width: 100%;
}
.video-popup__title {
margin-bottom: 20px;
font-size: 12px;
line-height: 1;
font-weight: 600;
text-transform: uppercase;
letter-spacing: 0.8px;
}
.video-popup__wrapper-link {
position: relative;
z-index: 1;
display: block;
}
.video-popup__content {
position: absolute;
z-index: 3;
top: 50%;
text-align: center;
transform: translateY(-50%);
left: 0;
right: 0;
}
.video-popup__link {
position: relative;
z-index: 1;
display: inline-block;
box-sizing: border-box;
width: 57px;
height: 57px;
border-radius: 50%;
opacity: 1;
background: none;
overflow: hidden;
}
.video-popup__responsive-title {
display: none;
}
.video-popup__responsive-title&gt; * {
color: inherit !important;
}
.video-popup__link:after {
position: absolute;
z-index: 10;
display: block;
opacity: 1;
left: 50%;
top: 50%;
transform: translate(-50%, -50%);
-webkit-transform: translate(-50%, -50%);
width: 0;
height: 0;
border-style: solid;
border-width: 10px 0 10px 17px;
border-top-color: transparent;
border-right-color: transparent;
border-bottom-color: transparent;
content: '';
margin-left: 2px;
border-left-color: #fff !important;
}
.video-popup__link:before {
width: 0;
height: 0;
left: 50%;
top: 50%;
position: absolute;
border-style: solid;
border-width: 35px;
z-index: 5;
margin: 0;
border-radius: 50%;
content: '';
transition: all 400ms;
-webkit-transition: all 400ms;
transform: translate(-50%, -50%) scale(1);
-webkit-transform: translate(-50%, -50%) scale(1);
}
.video-popup-wrapper:hover .video-popup__link:before {
opacity: 0.4;
transform: translate(-50%, -50%) scale(1.1);
-webkit-transform: translate(-50%, -50%) scale(1.1);
}
.video-popup-wrapper.has_title_no_bg {
text-align: left;
display: inline-block;
vertical-align: middle;
}
.video-popup-wrapper.has_title_no_bg &gt; a,
.video-popup-wrapper.has_title_no_bg &gt; div {
display: inline-block;
vertical-align: middle;
margin: 0 20px 15px 0;
}
.video-popup-wrapper.has_bg .video-popup__title {
display: block;
} .gt3_icon_box__icon_icon_size_huge .gt3_icon_box__text {
line-height: 29px !important;
}
.gt3_services_box {
position: relative;
-webkit-perspective: 1000px;
perspective: 1000px;
}
.gt3_services_box_link {
position: absolute;
left: 0;
top: 0;
width: 100%;
height: 100%;
z-index: 100;
display: block;
text-indent: -9999px;
}
.services_box-back,
.services_box-front {
z-index: 1;
-webkit-transform-style: preserve-3d;
-moz-transform-style: preserve-3d;
-o-transform-style: preserve-3d;
transform-style: preserve-3d;
-webkit-backface-visibility: hidden;
-moz-backface-visibility: hidden;
-o-backface-visibility: hidden;
-ms-backface-visibility: hidden;
backface-visibility: hidden;
-webkit-perspective: inherit;
perspective: inherit;
-webkit-transition: transform .8s cubic-bezier(0.5, 0.2, 0.2, 0.8);
-moz-transition: transform .8s cubic-bezier(0.5, 0.2, 0.2, 0.8);
transition: transform .8s cubic-bezier(0.5, 0.2, 0.2, 0.8);
-ms-transition:none;
}
.gt3_services_img_bg {
position: absolute;
left: 0;
top: 0;
width: 100%;
height: 100%;
background-size: cover;
}
.gt3_services_img_bg:after {
position: absolute;
left: 0;
bottom: 0;
width: 100%;
height: 100%;
content: '';
background: -moz-linear-gradient(top, rgba(0,0,0,0) 25%, rgba(0,0,0,0.45) 100%);
background: -webkit-linear-gradient(top, rgba(0,0,0,0) 25%,rgba(0,0,0,0.45) 100%);
background: linear-gradient(to bottom, rgba(0,0,0,0) 25%,rgba(0,0,0,0.45) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#000000',GradientType=0 );
}
.gt3_services_box_content {
color: #fff;
text-align: center;
position: relative;
}
.gt3_services_box_content .fake_space {
padding: 80px 25px;
}
.gt3_services_box_content .text_wrap {
color: inherit;
font-size: inherit;
line-height: inherit;
font-weight: inherit;
position: absolute;
left: 25px;
top: 50%;
right: 25px;
-webkit-transform-style: preserve-3d;
-moz-transform-style: preserve-3d;
-o-transform-style: preserve-3d;
transform-style: preserve-3d;
-webkit-perspective: inherit;
perspective: inherit;
-webkit-backface-visibility: hidden;
-moz-backface-visibility: hidden;
-o-backface-visibility: hidden;
-ms-backface-visibility: hidden;
backface-visibility: hidden;
z-index: 2;
-webkit-transform: translate3d(0, -50%, 70px) scale(.86);
-moz-transform: translate3d(0, -50%, 70px) scale(.86);
-o-transform: translate3d(0, -50%, 70px) scale(.86);
transform: translate3d(0, -50%, 70px) scale(.86);
}
.index_number,
.gt3_services_box_title {
position: absolute;
z-index: 2;
display: block;
-webkit-transform-style: preserve-3d;
-moz-transform-style: preserve-3d;
-o-transform-style: preserve-3d;
transform-style: preserve-3d;
-webkit-perspective: inherit;
perspective: inherit;
-webkit-backface-visibility: hidden;
-moz-backface-visibility: hidden;
-o-backface-visibility: hidden;
-ms-backface-visibility: hidden;
backface-visibility: hidden;
-webkit-transform: translateZ(70px) scale(.86);
-moz-transform: translateZ(70px) scale(.86);
-o-transform: translateZ(70px) scale(.86);
transform: translateZ(70px) scale(.86);
}
.gt3_services_box .gt3_services_box_title {
z-index: 3;
left: 55px;
font-size: 30px;
line-height: 33px;
color: #ffffff;
bottom: 47px;
font-weight: 600;
}
.gt3_services_box .index_number {
bottom: 32px;
left: 44px;
color: rgba(255,255,255, 0.3);
font-weight: 600;
}
.gt3_services_box.to-left .services_box-front,
.gt3_services_box.to-right .services_box-front {
-webkit-transform: rotateY(0deg);
-moz-transform: rotateY(0deg);
-o-transform: rotateY(0deg);
transform: rotateY(0deg);
}
.gt3_services_box.to-left .services_box-back {
-webkit-transform: rotateY(180deg);
-moz-transform: rotateY(180deg);
-o-transform: rotateY(180deg);
transform: rotateY(180deg);
}
.gt3_services_box.to-right .services_box-back {
-webkit-transform: rotateY(-180deg);
-moz-transform: rotateY(-180deg);
-o-transform: rotateY(-180deg);
transform: rotateY(-180deg);
}
.gt3_services_box.to-top .services_box-front,
.gt3_services_box.to-bottom .services_box-front {
-webkit-transform: rotateX(0deg);
-moz-transform: rotateX(0deg);
-o-transform: rotateX(0deg);
transform: rotateX(0deg);
}
.gt3_services_box.to-top .services_box-back {
-webkit-transform: rotateX(-180deg);
-moz-transform: rotateX(-180deg);
-o-transform: rotateX(-180deg);
transform: rotateX(-180deg);
}
.gt3_services_box.to-bottom .services_box-back {
-webkit-transform: rotateX(180deg);
-moz-transform: rotateX(180deg);
-o-transform: rotateX(180deg);
transform: rotateX(180deg);
}
.gt3_services_box:hover .services_box-front,
.gt3_services_box:hover .services_box-back {
-webkit-transform-style: preserve-3d;
-moz-transform-style: preserve-3d;
-o-transform-style: preserve-3d;
transform-style: preserve-3d;
-webkit-transition: transform 1s cubic-bezier(0.3, 1, 0.6, 1);
-moz-transition: transform 1s cubic-bezier(0.3, 1, 0.6, 1);
transition: transform 1s cubic-bezier(0.3, 1, 0.6, 1);
-ms-transition:none;
}
.gt3_services_box.to-left:hover .services_box-front {
-webkit-transform: rotateY(-180deg);
-moz-transform: rotateY(-180deg);
-o-transform: rotateY(-180deg);
transform: rotateY(-180deg);
}
.gt3_services_box.to-left:hover .services_box-back {
-webkit-transform: rotateY(0deg);
-moz-transform: rotateY(0deg);
-o-transform: rotateY(0deg);
transform: rotateY(0deg);
}
.gt3_services_box.to-right:hover .services_box-front {
-webkit-transform: rotateY(180deg);
-moz-transform: rotateY(180deg);
-o-transform: rotateY(180deg);
transform: rotateY(180deg);
}
.gt3_services_box.to-right:hover .services_box-back {
-webkit-transform: rotateY(0deg);
-moz-transform: rotateY(0deg);
-o-transform: rotateY(0deg);
transform: rotateY(0deg);
}
.gt3_services_box.to-top:hover .services_box-front {
-webkit-transform: rotateX(180deg);
-moz-transform: rotateX(180deg);
-o-transform: rotateX(180deg);
transform: rotateX(180deg);
}
.gt3_services_box.to-top:hover .services_box-back {
-webkit-transform: rotateX(0deg);
-moz-transform: rotateX(0deg);
-o-transform: rotateX(0deg);
transform: rotateX(0deg);
}
.gt3_services_box.to-bottom:hover .services_box-front {
-webkit-transform: rotateX(-180deg);
-moz-transform: rotateX(-180deg);
-o-transform: rotateX(-180deg);
transform: rotateX(-180deg);
}
.gt3_services_box.to-bottom:hover .services_box-back {
-webkit-transform: rotateX(0deg);
-moz-transform: rotateX(0deg);
-o-transform: rotateX(0deg);
transform: rotateX(0deg);
}  .gt3_image_box.gt3_icon_box_icon-position_left,
.gt3_image_box.gt3_icon_box_icon-position_right {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
}
.gt3_icon_box_icon-position_right .gt3_icon_box-divider {
margin-right: auto;
margin-left: 0;
}
.gt3_image_box.gt3_icon_box_icon-position_top .gt3_icon_box__icon + .gt3_icon_box-content-wrapper {
padding-top: 35px;
}
.gt3_image_box .gt3_icon_box__title *:only-child {
padding-bottom: 17px;
}
.gt3_image_box .gt3_icon_box__title&gt; * a {
line-height: inherit;
}
.gt3_image_box .gt3_icon_box__title h3 {
padding-bottom: 25px;
}
.gt3_image_box .gt3_icon_box__title h2 + .gt3_icon_box-divider,
.gt3_image_box .gt3_icon_box__title h3 + .gt3_icon_box-divider {
padding-bottom: 0;
margin-bottom: 1.6em;
}
.gt3_image_box.gt3_icon_box_icon-position_right {
-webkit-box-orient: horizontal;
-webkit-box-direction: reverse;
-ms-flex-direction: row-reverse;
flex-direction: row-reverse;
}
.gt3_image_box .gt3_icon_box-content-wrapper {
text-align: left;
}
.gt3_image_box.gt3_icon_box_icon-position_left .gt3_icon_box__icon,
.gt3_image_box.gt3_icon_box_icon-position_left .gt3_icon_box-content-wrapper,
.gt3_image_box.gt3_icon_box_icon-position_right .gt3_icon_box__icon,
.gt3_image_box.gt3_icon_box_icon-position_right .gt3_icon_box-content-wrapper {
width: 50%;
-webkit-box-sizing: border-box;
box-sizing: border-box;
}
.gt3_image_box.gt3_icon_box_icon-position_left .gt3_icon_box__icon {
padding-right: 15px;
}
.gt3_image_box.gt3_icon_box_icon-position_left .gt3_icon_box-content-wrapper {
padding-left: 15px;
}
.gt3_image_box.gt3_icon_box_icon-position_right .gt3_icon_box__icon {
padding-left: 15px;
padding-right: 0;
} .gt3_icon_box {
position: relative;
}
.gt3_icon_box_icon-position_top.icon-bg.icon-with_number .gt3_icon_box__icon + .gt3_icon_box-content-wrapper{
padding-top: 30px;
}
.gt3_icon_box_icon-position_top.icon-bg.icon-with_number .gt3_icon_box__title{
margin-bottom: 10px;
}
.icon-with_number .gt3_icon_box__icon-bg:before{
position: absolute;
top: 1px;
right: 1px;
bottom: 1px;
left: 1px;
display: block;
content: '';
transition: opacity .3s;
border-radius: 50%;
background-color: #fff;
}
.gt3_icon_box__icon--number {
font-style: normal;
position: absolute;
font-weight: bold;
z-index: -1;
}
.gt3_icon_box_icon-position_left .gt3_icon_box__icon--number {
top: -14px;
left: 0;
}
.gt3_icon_box_icon-position_right .gt3_icon_box__icon--number {
top: -14px;
right: 0;
}
.gt3_icon_box_icon-position_left .gt3_icon_box__icon--number + .gt3_icon_box-content-wrapper .gt3_icon_box__title {
padding-left: 36px;
}
.gt3_icon_box_icon-position_right .gt3_icon_box__icon--number + .gt3_icon_box-content-wrapper .gt3_icon_box__title {
padding-right: 36px;
}
.gt3_icon_box_icon-position_top .gt3_icon_box__icon--number {
position: static;
}
.gt3_icon_box__icon--number + .gt3_icon_box-content-wrapper .gt3_icon_box__text {
line-height: 1.8em !important;
}
.icon-with_number:hover .gt3_icon_box__icon-bg:before {
opacity: 0;
}
.gt3_icon_box_icon-position_left.gt3_icon_box__icon_icon_size_huge .gt3_icon_box__icon.gt3_icon_box__icon--number + .gt3_icon_box-content-wrapper {
margin-left: 0px;
}
.gt3_icon_box_icon-position_left.gt3_icon_box__icon_icon_size_large .gt3_icon_box__icon.gt3_icon_box__icon--number + .gt3_icon_box-content-wrapper {
margin-left: 0px;
}
.gt3_icon_box_icon-position_left.gt3_icon_box__icon_icon_size_regular .gt3_icon_box__icon.gt3_icon_box__icon--number + .gt3_icon_box-content-wrapper {
margin-left: 0px;
}
.gt3_icon_box_icon-position_right.gt3_icon_box__icon_icon_size_regular .gt3_icon_box__icon.gt3_icon_box__icon--number + .gt3_icon_box-content-wrapper {
margin-right: 0;
}
.gt3_icon_box_icon-position_left.gt3_icon_box__icon_icon_size_small .gt3_icon_box__icon.gt3_icon_box__icon--number + .gt3_icon_box-content-wrapper {
margin-left: 0px;
}
.gt3_icon_box_icon-position_left.gt3_icon_box__icon_icon_size_mini .gt3_icon_box__icon.gt3_icon_box__icon--number + .gt3_icon_box-content-wrapper {
margin-left: 0px;
}
.icon-with_number:hover .gt3_icon_box__icon-bg:before {
opacity: 0;
}
.gt3_icon_box__icon_icon_size_mini .gt3_icon_box__icon.gt3_icon_box__icon--number {
font-size: 32px;
position: relative;
}
.gt3_icon_box__icon_icon_size_small .gt3_icon_box__icon.gt3_icon_box__icon--number {
font-size: 42px;
position: relative;
display: inline-block;
width: auto;
text-align: left;
padding-right: 23px;
}
.gt3_icon_box__icon_icon_size_large .gt3_icon_box__icon.gt3_icon_box__icon--number {
font-size: 62px;
position: relative;
}
.gt3_icon_box__icon_icon_size_huge .gt3_icon_box__icon.gt3_icon_box__icon--number {
font-size: 72px;
position: relative;
}
.gt3_image_box.gt3_icon_box_icon-position_right .gt3_icon_box-content-wrapper {
padding-right: 15px;
padding-left: 0;
}
.gt3_image_box .gt3_icon_box__link {
margin-top: 17px;
}
.gt3_icon_box {
position: relative;
}  .gt3_spacing .gt3_spacing-height {
display: none;
}
.gt3_spacing .gt3_spacing-height_default {
display: block;
}  div[data-vc-parallax-image] {
position: relative;
overflow: hidden;
}
div[data-vc-parallax-image] .vc_parallax-inner {
pointer-events: none;
position: absolute;
left: 0;
right: 0;
top: 0;
background-attachment: scroll;
background-color: transparent;
background-image: inherit;
background-size: cover;
z-index: 0;
background-position: 50% 0;
}
.vc_column_container {
z-index: 1;
}  .row_has_column_separator .column_separator_parent {
position: relative;
}
.row_has_column_separator .wpb_column &gt; .vc_column-inner &gt; .wpb_wrapper.column_separator_wrap:before {
position: absolute;
right: 0;
top: 0;
height: 100%;
width: 0;
border-width: 1px;
border-style: solid;
border-color: inherit;
content: '';
border-left: none;
border-top: none;
border-bottom: none;
}
.row_has_column_separator .wpb_column:last-child &gt; .vc_column-inner &gt; .wpb_wrapper.column_separator_wrap:before {
display: none;
}
body table.booked-calendar th, 
body table.booked-calendar thead th{
background: linear-gradient(90deg, #ffffff 0%, #5dbafc 75%) no-repeat center !important;
background-size: 150% !important;
}
body table.booked-calendar th {
border-color: transparent !important;
border: none;
}
body table.booked-calendar th, body table.booked-calendar thead, body table.booked-calendar thead th {
background-color: #abd660  !important;
}
body table.booked-calendar .booked-appt-list {
background: #f8fbff;
box-shadow: none;
}
body .booked-calendar-wrap .booked-appt-list .timeslot:hover{
background: #ffffff;
}
body .booked-calendar-wrap .booked-appt-list .timeslot .timeslot-time {
font-size: 14px;
}
body .booked-calendar-wrap .booked-appt-list .timeslot .spots-available {
font-size: 12px;	
text-transform: capitalize;
}
body .booked-calendar-wrap .booked-appt-list .timeslot {
padding: 1px 4px 5px 5px;
border-bottom: 1px solid #d9e0e4;
border-top: none !important;
}
body .booked-calendar-wrap .booked-appt-list .timeslot:last-child {
border-bottom-color: #f8fbff !important;
}</pre></body></html>