.flxmap-container * {
-webkit-box-sizing: content-box;
-moz-box-sizing: content-box;
box-sizing: content-box;
}
.flxmap-container img {
max-width: none !important;
-webkit-box-shadow: none !important;
-moz-box-shadow: none !important;
box-shadow: none !important;
background-color: transparent !important;
border-radius: 0px !important;
}
.site-content .flxmap-directions img.adp-marker,
.entry-content .flxmap-directions img.adp-marker {
max-width: none;
-webkit-box-shadow: none;
-moz-box-shadow: none;
box-shadow: none;
}
.flxmap-directions table.adp-placemark,
.flxmap-directions table.adp-directions {
table-layout: inherit;
}
.flxmap-directions td.adp-text {
vertical-align: middle;
} .gm-style .gm-style-iw .flxmap-infowin {
color: #2c2c2c;
}
.gm-style .gm-style-iw .flxmap-marker-title {
font-weight: bold;
} .gm-style-iw {
min-width: intrinsic;
min-width: -webkit-fit-content;
min-width: -moz-fit-content;
min-width: fit-content;
} @media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
.gm-style .gm-style-iw .flxmap-marker-title {
white-space: nowrap;
word-wrap: normal;
}
} .flxmap-container .gm-style-cc > div {
word-wrap: normal;
}@font-face {
font-family: 'FontAwesome';
src: url(//www.gympiemobility.com.au/wp-content/themes/clinico/fonts/fontawesome-webfont.eot?v=4.3.0);
src: url(//www.gympiemobility.com.au/wp-content/themes/clinico/fonts/fontawesome-webfont.eot?#iefix&v=4.3.0) format('embedded-opentype'), url(//www.gympiemobility.com.au/wp-content/themes/clinico/fonts/fontawesome-webfont.woff2?v=4.3.0) format('woff2'), url(//www.gympiemobility.com.au/wp-content/themes/clinico/fonts/fontawesome-webfont.woff?v=4.3.0) format('woff'), url(//www.gympiemobility.com.au/wp-content/themes/clinico/fonts/fontawesome-webfont.ttf?v=4.3.0) format('truetype'), url(//www.gympiemobility.com.au/wp-content/themes/clinico/fonts/fontawesome-webfont.svg?v=4.3.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;
transform: translate(0, 0);
} .fa-lg {
font-size: 1.33333333em;
line-height: 0.75em;
vertical-align: -15%;
}
.fa-2x {
font-size: 2em;
}
.fa-3x {
font-size: 3em;
}
.fa-4x {
font-size: 4em;
}
.fa-5x {
font-size: 5em;
}
.fa-fw {
width: 1.28571429em;
text-align: center;
}
.fa-ul {
padding-left: 0;
margin-left: 2.14285714em;
list-style-type: none;
}
.fa-ul > li {
position: relative;
}
.fa-li {
position: absolute;
left: -2.14285714em;
width: 2.14285714em;
top: 0.14285714em;
text-align: center;
}
.fa-li.fa-lg {
left: -1.85714286em;
}
.fa-border {
padding: .2em .25em .15em;
border: solid 0.08em #eeeeee;
border-radius: .1em;
}
.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 {
filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=1);
-webkit-transform: rotate(90deg);
-ms-transform: rotate(90deg);
transform: rotate(90deg);
}
.fa-rotate-180 {
filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2);
-webkit-transform: rotate(180deg);
-ms-transform: rotate(180deg);
transform: rotate(180deg);
}
.fa-rotate-270 {
filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);
-webkit-transform: rotate(270deg);
-ms-transform: rotate(270deg);
transform: rotate(270deg);
}
.fa-flip-horizontal {
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 {
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: #ffffff;
} .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-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: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-rebel:before {
content: "\f1d0";
}
.fa-ge:before,
.fa-empire:before {
content: "\f1d1";
}
.fa-git-square:before {
content: "\f1d2";
}
.fa-git:before {
content: "\f1d3";
}
.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-genderless:before,
.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-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-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";
}main{
display: block;
}
*,*:hover,*:focus,*:active,*:visited{
outline:none;
}
ul,ol{
margin:0;
padding:0;
list-style:none;
}
*, html, body, h1, h2, h3, h4, h5, h6{
margin:0;
padding:0;
font-weight:normal;
-webkit-text-size-adjust: none;
}
body > .wpml-ls-statics-footer {
display: none;
}
input, textarea, keygen, select, button{
font: inherit;
}
h1, h2, h3, h4, h5, h6{
line-height: 1.2;
}
.benefits_widget h1, .benefits_widget h2, .benefits_widget h3, .benefits_widget h4, .benefits_widget h5, .benefits_widget h6{
line-height: 1.2;
margin: initial;
}
.page-content p:not(:last-child){
margin-bottom: 1.333em;
}
iframe{
border-style:none;
}
textarea{
resize: none;
}
hr{
-webkit-appearance: none;
-moz-appearance: none;
-ms-appearance: none;
appearance: none;
display: block;
height: 1px;
margin: 35px 0;
border-style: none;
background: transparent;
border-top: 1px solid #e3e3e3;
}
button,
input[type="button"],
input[type="submit"]{
-webkit-appearance: none;
-webkit-border-radius: 0;
}
aside hr,
.footer_sidebar_area hr,
.theme_color_sb_area hr,
.benefits_area hr{
margin-top: 10px;
margin-bottom: 10px;
}
.footer_sidebar_area hr,
.theme_color_sb_area hr,
.benefits_area hr{
border-top-color: rgba(255,255,255,0.2);
}
.theme_color_sb_area hr,
.benefits_area hr,
.cws-widget-content.backlight hr{
border-top-color: rgba(255,255,255,0.3);
}
fieldset{
border-style: none;
}
.datepicker td, .datepicker th{
width: auto !important;
}
button,
input[type='submit']{
-webkit-appearance: none;
border-radius: 0;
}
.carousel_header .widget-title,
.photo_tour_section_header .widget-title{
margin-bottom: 0;
} mark{
color: #fff;
}
strong{
font-weight: 700;
}
.fa{
text-align: center;
}
a{
cursor:pointer;
}
img:not(.tribe-events-spinner-medium){
max-width: 100%;
height: auto;
}
iframe{
max-width: 100%;	
}
.wp-caption{
max-width: 100%;
}
img{
border-style: none;
}
.pic:not(.widget-icon) img{
display: block;
width:100%;
}
.news.blog-post.staff .pic img{
width: auto;
}
.a-left{
text-align:left;
}
.a-right{
text-align:right;
}
.a-center{
text-align:center;
}
.page-content main ul.wp-block-gallery > li{
padding-left: 0;
}
.page-content main ul.wp-block-gallery > li:before{
content: none;
}
select, textarea, input[type="url"], input[type="tel"], input[type="text"], input[type="email"], input[type="password"], input[type="search"], [type="submit"], input[type="date"], input[type="number"],
.search-form label:after,
.cws-widget .widget-icon.icon>i,
.cws-widget .widget-icon.icon>i>.triangle:before,
.page-header .logo,
.comments-part .avatar img,
input[type="checkbox"],
.accordion_content,
.tabs,
.tab_items,
.tab,
.message_box:before,
.message_box,
.callout_widget .text_part,
.testimonial:not(.testimonial-alt) .author,
hr,
.single_bar .title,
.services .col,
.pricing_table_button,
.grid .item,
.cws-widget,
.pricing_table_column,
.gallery .gallery-item,
.find_a_doctor .search_field,
.find_a_doctor .submit_field,
.toggle_sidebar .switcher,
.news .cats,
.link_url,
.services .details,
.services .details .img_part img,
.page-title,
.services .details .description_part_container>div,
.grid-row.eq-columns .grid-col,
.wpcf7-form-control-wrap{
-webkit-box-sizing:border-box;
-moz-box-sizing:border-box;
-ms-box-sizing:border-box;
box-sizing:border-box;
}
.cws-widget>div{
width:100%;
} .wp-caption-text, .gallery-caption, .bypostauthor, .aligncenter{}
img[class*="wp-image"],
.wp-caption{
margin-bottom: 10px;
}
img[class*="wp-image"]:not(.noborder){
padding: 3px;
border: 1px solid #e4e4e4;
}
.wp-caption.alignleft,
img[class*="wp-image"].alignleft,
.featured_icon.f-left{
float: left;
margin-left: 0;
margin-right: 20px;
}
.wp-caption.alignright,
img[class*="wp-image"].alignright,
.featured_icon.f-right{
float: right;
margin-right: 0;
margin-left: 20px;
}
.wp-caption.aligncenter,
img[class*="wp-image"].aligncenter{
display: block;
margin-left: auto;
margin-right: auto;
}
.wp-caption img[class*="wp-image"]{
float: none;
margin: 0;
}
.wp-caption .wp-caption-text{
font-size: 0.9em;
line-height: 1.2;
font-style: italic;
text-align: center;
}
.gallery:not(.wrapper){
margin-top: -23px !important;
}
.news .date + style + .gallery{
margin-top: -8px !important;
}
.carousel_content .gallery{
margin-top: 0 !important;
}
.gallery .gallery-item{
padding: 0 12px;
margin-top: 23px !important;
overflow: hidden;
}
.gallery .gallery-icon{
position: relative;
overflow: hidden;
}
.gallery .gallery-item img{
display: block;
width: 100%;
height: auto;
border-style: none !important;
}
.shortcode_carousel .gallery .gallery-item{
width: 100% !important;
margin-top: 0 !important;
}
.shortcode_carousel .blog{
overflow: hidden;
}
.shortcode_carousel .news{
margin-right: -30px;
}
.shortcode_carousel .news .owl-item>.item{
width: -webkit-calc(100% - 30px);
width: -moz-calc(100% - 30px);
width: -ms-calc(100% - 30px);
width: calc(100% - 30px);
float: left;
margin-right:30px;
} h1              { font-size: 2em; margin: 0.67em 0 }
h2              { font-size: 1.5em; margin: 0.83em 0 }
h3              { font-size: 1.17em; margin: 1em 0 }
h4              { margin: 1.33em 0 }
h5              { font-size: 0.83em; margin: 1.67em 0 }
h6              { font-size: 0.67em; margin: 2.33em 0 }
a,
.search-form label:after,
[type="submit"],
.widget_carousel_nav>i,
.hover-effect,
.fancy,
.social-icons .icon i,
.social-icons .icon>a,
[class*='carousel_nav']>i,
.load_more,
input[type="checkbox"],
.tabs .tab,
.accordion_title,
.toggle_widget.type-2 .accordion_section,
.pricing_table_header,
.pricing_table_column .price_part,
.pricing_table_column .content_part,
.pricing_table_column .content_part i,
.our_team .team_member_info,
.our_team .team_member_info .name,
.photo_tour .portfolio_item_info,
.photo_tour .portfolio_item_info .name,
#scrollup,
.soc_icon{
text-decoration: none;
-webkit-transition:all 0.3s ease;
-moz-transition:all 0.3s ease;
-ms-transition:all 0.3s ease;
transition:all 0.3s ease;
}
.tparrows.default{
text-decoration: none;
transition: background-color 0.3s, color 0.3s;
} .clearfix:after,.main-menu:after,
.widget_carousel_nav:after,
.owl-wrapper:after,
.cws-widget .post-list li:after,
.cws-widget-content:after,
.grid-row:after,
.tab_widget.type-vertical:after,
.services li:after,
.wpcf7-form:after,
.wpcf7-form>p:after, 
.tab_widget .tab_item:after,
.accordion_widget .accordion_content:after{
display:block;
content:"";
clear:both;
} .rev_slider_wrapper .tp-bullets.simplebullets.round .bullet{
width: 4px;
height: 4px;
border-style: solid;
border-width: 1px;
background-image: none;
}
.rev_slider_wrapper .tp-bullets.simplebullets.round{
bottom: 5px !important;
}
.tp-bannertimer,
.tp-bullets{
z-index: 30 !important;
}
.tparrows.default{
background-image: none !important;
width: 38px !important;
height: 38px !important;
line-height: 38px !important;
border-width: 3px !important;
border-style: solid !important;
color: #fff;
font-size: 22px !important;
text-align: center;
}
.tparrows{
z-index: 20 !important;
}
.tparrows.default:hover{
background: #fff !important;
}
.tparrows.default:before{
font-family: FontAwesome;
}
.tp-leftarrow.tparrows.default:before{
content: "\f104";
}
.tp-rightarrow.tparrows.default:before{
content: "\f105";
} .page-header .logo,
.page-header .main-nav-container{
display:block;
}
.page-header .logo,
.page-header.logo-left .logo{
float:left;
}
.page-header .main-nav-container,
.page-header.logo-left .main-nav-container{
float:right;
}
.page-header.logo-right .logo{
float:right;
}
.page-header.logo-right .main-nav-container{
float:left;
}
.page-header.logo-center .logo, .page-header.logo-center .main-nav-container{
float:none;
display:block;
}
.page-header.logo-center .logo{
text-align:center;
}
.page-header.logo-center:not(.sticky) .logo + .main-nav-container{
margin-top:20px;
}
.page-header .container{
width: 100%;
margin: 0 0 20px;
position: static;
padding-bottom: 0.01px; } .mobile_menu_header{
display: none;
overflow: hidden;
}
.button_open{
display: none;
}
.main-menu{
font-size: 0;
}
.main-menu>.menu-item{
display:inline-block !important;
}
.main-menu .menu-item:hover{
color:#fff;
}
.main-menu>.menu-item,
.main-menu .menu-item a{
-webkit-transition:background 0.3s ease, color 0.3s ease;
-moz-transition:background 0.3s ease, color 0.3s ease;
-ms-transition:background 0.3s ease, color 0.3s ease;
transition:background 0.3s ease, color 0.3s ease;
}
.main-menu,
.main-menu ul{
list-style:none;
padding:0;
}
.main-menu .menu-item{
display:block;
position:relative;
text-align:left;
}
.main-menu>.menu-item.menu-item-has-children:hover,.main-menu .menu-item>.sub-menu{
box-shadow: 0 0 0 10px rgba(255,255,255,0.5);	
}
.main-menu .menu-item a{
padding:15px 20px;
display:block;
}
.main-menu .menu-item.current-menu-item,
.main-menu .menu-item.current-menu-item a,
.main-menu .menu-item.current-menu-ancestor,
.main-menu .menu-item.current-menu-ancestor a,
.main-menu .menu-item:hover,
.main-menu .menu-item:hover a{
color:#fff;
}
.main-menu>.menu-item>a{
padding-top:49px;
padding-bottom:28px;
} .main-menu>.menu-item:before{
color:#fff;
opacity:0;
display:block;
font-family:FontAwesome;
position:absolute;
font-size:14px;
top:24px;
left:50%;
-webkit-transform:translate(-50%,-50%);
-moz-transform:translate(-50%,-50%);
-ms-transform:translate(-50%,-50%);
transform:translate(-50%,-50%);
line-height:1;
z-index:3;
}
.main-menu>.menu-item:hover:before,
.main-menu>.menu-item.current-menu-item:before,
.main-menu>.menu-item.current-menu-ancestor:before,
.main-menu>.menu-item-language.menu-item-language-current:before{
opacity:1;
}
.main-menu .sub-menu .menu-item:before{
display:none;
} .main-menu .menu-item>a{
display:block;
position:relative;
z-index:2;
}
.main-menu .menu-item .depth .level:not(:first-child){
display: none;
}
.main-menu .menu-item .menu-item>.sub-menu{
z-index:1;
margin-left:10px;
}
.main-menu>.menu-item.right .menu-item>.sub-menu{
margin-right:10px;
}
.main-menu .menu-item .menu-item>.sub-menu>.menu-item:first-child:before{
display:block;
content:"";
position:absolute;
right:100%;
width:10px;
height:100%;
}
.main-menu>.menu-item.right .menu-item>.sub-menu>.menu-item:first-child:before{
right:auto;
left:100%;
}
.main-menu .menu-item>.sub-menu{
display:none;
position:absolute;
width:220px;
left:100%;
top:0;
}
.main-menu>.menu-item.right .menu-item>.sub-menu{
left:auto;
right:100%;
}
.main-menu>.menu-item>.sub-menu{
top:100%;
left:0;
}
.main-menu>.menu-item.right>.sub-menu{
left:auto;
right:0;
}
.main-menu .menu-item:hover>.sub-menu{
display:block;
} .page-header.sticky.logo-left>.container,.page-header.sticky.logo-right>.container,.page-header.sticky.logo-center .main-nav-container{
background:rgba(255,255,255,0.8);
box-shadow:0 0px 6px #000;
}
.page-header.logo-left>.container,
.page-header.logo-right>.container,
.page-header.logo-center .main-nav-container{
position: relative;
z-index:52;
}
.page-header.sticky .logo>img{
width:auto;
}
.page-header.sticky .main-menu>.menu-item:before{
top:14px;
}
.page-header .main-menu>li>a,
.page-header .main-menu>.menu-item:before{
-webkit-transition:all 0.5s ease;
-moz-transition:all 0.5s ease;
-ms-transition:all 0.5s ease;
transition:all 0.5s ease;
} .page-title {
border-top-width: 7px;
border-top-style: solid;
min-height: 64px;
}
.page-title h1{
float: left;
padding: 18px 0;
margin: 0;
font-size: 24px;
line-height: 28px;
text-transform: uppercase;
}
.page-title nav {
float: right;
margin-right: 150px;
padding: 22px 0;
font-size: 14px;
line-height: 20px;
}
.page-title, .page-title nav a, .page-title .current, .page-title h1{
color: #fff;
}
.page-title nav a:hover {
text-decoration: underline;
}
.page-title .grid-row {
margin-bottom: 0;
} .media-part>.container>img{
width:100%;
height:auto;
display: block;
}
.media-part>.container>iframe{
width:100%;
height:600px;
display: block;
} .benefits_area, .footer_sidebar_area{
width: 100%;
display:table;
table-layout: fixed;
}
.benefits .cws-widget{
display: table-cell;
position: relative;
padding-bottom:0;
margin-bottom:0;
text-align: center;
padding:30px;
vertical-align: top;
}
.media-part + .benefits.under{
margin-top: 4px;
}
.benefits .cws-widget ul>li{
text-align: left;
}
.media-part + .benefits{
margin-top:-120px;
position:relative;
z-index:50;
}
.benefits_more{
display:block;
float: right;
width: 30px;
height: 30px;
font-size: 14px;
line-height: 30px;
text-align: center;
color: #fff;
}
.benefits_more:hover{
color:#fff;
}
.benefits_more:before{
font-family: FontAwesome;
content: "\f178";
}
.benefits .benefits_more:after,
.benefits .benefits_more:before {
content: '';
position: absolute;
top: 7px;
left: 13px;
width: 6px;
height: 18px;
background: #fff;
}
.benefits .benefits_more:before {
top: 13px;
left: 7px;
width: 18px;
height: 6px;
}
.benefits .benefits_more{
float: none;
width: 32px;
height: 32px;
border: 4px solid #fff;
position: absolute;
bottom:15px;
left:50%;
-webkit-transform:translate(-20px, 0);
-moz-transform:translate(-20px, 0);
-ms-transform:translate(-20px, 0);
transform:translate(-20px, 0);
}
.benefits_more.btn {
width: auto;
padding: 0px 10px;
color: #fff;
left: 50%;
-webkit-transform: translateX(-50%);
-moz-transform: translateX(-50%);
-ms-transform: translateX(-50%);
transform: translateX(-50%);
}
.benefits_more.btn:before,
.benefits_more.btn:after{
content: none;
}
.benefits{
color:#fff;
}
.benefits .cws-widget+.cws-widget{
margin-top:0;
}
.benefits .cws-widget .widget-icon{
margin-bottom:0;
display: block;
line-height: 120px;
width:100%;
vertical-align: top;
margin-top: -30px;
}
.benefits .cws-widget .widget-icon>*{
display: inline-block;
line-height: 1 !important;
vertical-align: middle;
text-align: center;
}
.benefits .cws-widget .widget-icon.icon i{
font-size: 96px !important;
width: auto;
height: auto;
text-shadow: 2px 2px 0 rgba(0,0,0,0.15);
background: transparent;
}
.benefits .cws-widget .widget-icon.pic img{
max-height:96px;
}
.benefits .text_part{
font-size: 14px;
line-height: 19px;
}
.benefits .widget-title{
border-left-style:none;
color:#fff; 
margin-bottom: 10px;
padding-left: 0;
font-weight: 700;
}
.benefits .widget-title>span{
font-size: 0.92em;
}
.benefits .cws-widget .widget-icon.icon a >i,
.benefits .cws-widget .widget-icon.icon>i{
border-style:none;
color:#fff;
}
.benefits .cws-widget .widget-icon.icon .triangle{
display:none;
}
.benefits .cws-widget .cws-widget-content.benefits_widget{
padding-bottom:40px;
}
.benefits .cws-widget ul>li>a,
.benefits .cws-widget a:before,
.benefits .cws-widget .post-list .time-post,
.benefits a:hover,
.benefits .cws-widget .recentcomments:before,
.benefits .tagcloud a{
color: #fff;
}
.benefits .tagcloud a{
border-color: #fff;
}
.benefits a,
.benefits .cws-widget ul>li>a:hover,
.benefits .widget_carousel_nav>i:hover,
.benefits .social-icons .icon a:hover i,
.benefits  .cws-widget .search-form label.button-hover:after{
color: #213540;
}
.benefits .tagcloud a:hover{
color: #213540 !important;
}
.benefits .widget_carousel_nav>i,
.benefits .social-icons .icon i,
.benefits .social-icons .icon a:hover,
.benefits  .cws-widget .search-form label:after{
background: #213540;
}
.benefits .widget_carousel_nav>i:hover,
.benefits .tagcloud a:hover{
background: #fff;
}
.benefits .social-icons .icon a,
.benefits  .cws-widget .search-form label:after{
border-color: #213540;
}
.benefits  .cws-widget .search-form label:before{
border-right-color: #213540;
}
.benefits .cws-widget #wp-calendar td>a{
border-bottom-color: #213540; 
}
.benefits .cws-widget #wp-calendar caption,
.benefits .cws-widget #wp-calendar thead{
color: #213540;
} .page-content,
.page_footer{
margin-top:50px;
} .grid-row + .grid-row{
margin-top: 60px;
}
div[class*="grid-col-"]{
float:left;
}
div[class*="grid-col-"] + div[class*="grid-col-"]{
margin-left:2.5%;
}
.grid-col-4{ width: 31.4%;
}
.grid-col-3{
width: 23.1%;
}
.grid-col-6{
width: 48.745%;
}
.grid-col-8{
width: 65.83%;
}
.grid-col-9{
width: 74.35%;
}
.grid-col-12{
width: 100%;
} @media screen and (-webkit-min-device-pixel-ratio:0) { 
select{
background-image: url(//www.gympiemobility.com.au/wp-content/themes/clinico/img/select.png) !important;
background-position: 100% 50% !important;
background-repeat: no-repeat !important;
padding-right: 30px !important;
}
}
select, textarea, input[type="url"], input[type="tel"], input[type="text"], input[type="email"], input[type="password"], input[type="search"], input[type="date"], input[type="number"]{
width: 100%;
height: 40px;
padding: 9px 10px;
border: 1px solid #e3e3e3;
border-radius: 0;
background: #fff;
-webkit-appearance: none;
}
input[type="checkbox"]{
border: 1px solid #e3e3e3;
background: #fff;
clear: none;
cursor: pointer;
display: inline-block;
line-height: 14px;
height: 16px;
outline: 0;
text-align: center;
width: 16px;
min-width: 16px;
-webkit-appearance: none;
-moz-appearance: none;
-ms-appearance: none;
}
input[type=checkbox]:checked:before {
font-family: FontAwesome;
content: '\f00c';
color: #1e8cbe;
} .cws-widget ul>li,
.archive_item{
font-size: 1.143em;
line-height: 1.5;
}
.cws-widget .latest_tweets ul>li,
.cws-widget ul.latest_tweets>li,
.cws-widget .post-list ul>li,
.cws-widget ul.post-list>li{
font-size: 1em;
}
.cws-widget ul>li li{
font-size: 1em;
}
.cws-widget li ul li:first-of-type{
margin-top: 12px;
}
.cws-widget li ul li:last-of-type{
padding-bottom: 0;
}
.widget_carousel_nav + .widget-title{
text-align: left !important;
}
.widget-title>span{
line-height: 1;
}
.benefits .widget-icon + .cws-widget-content{
padding-top:15px;
}
.widget-title,
.comment-reply-title{
margin-bottom: 20px;
padding-left: 7px;
border-left-width: 3px;
border-left-style: solid;
}
.cws-widget + .cws-widget{
margin-top:50px;
}
.cws-widget ul>li>a{
display:inline-block;
position:relative;
padding: 0 14px 0 2em;
}
.cws-widget ul>li{
border-bottom:1px solid #e3e3e3;
padding-top:12px;
padding-bottom:12px;
}
.cws-widget ul.children{
margin-top:12px;
}
.cws-widget ul.children li:last-child{
padding-bottom:0;
}
.cws-widget ul>li>ul{
padding-left:20px;
}
.cws-widget ul>li:first-child{
border-top:1px solid #e3e3e3;
}
.cws-widget ul ul>li:last-child{
border-bottom-style:none;
}
.cws-widget ul>li>a:before,
.cws-widget .recentcomments:before{
font-size:16px;
line-height:16px;
font-family:FontAwesome;
display:block;
position:absolute;
content:"\f02e";
left:0;
top:50%;
-webkit-transform:translate(0,-6px);
-moz-transform:translate(0,-6px);
-ms-transform:translate(0,-6px);
transform:translate(0,-6px);
}
.page_footer .cws-widget ul>li.page_item.current_page_item>a{
color: #fff;
}
.search-form .screen-reader-text{
display:none;
}
.search-form{
width:100%;
height:40px;
display:table;
overflow: hidden;
}
.search-form>*{
display:table-cell;
}
.search-form input{
border-width:1px;
border-style:solid;
padding-top:0;
padding-bottom:0;
height:40px;
}
.search-form>label{
width:100%;
position:relative;
}
.search-form .search-submit{
width:40px;
opacity:0;
cursor:pointer;
}
.search-form label:before{
content:"";
display:block;
position:absolute;
top:50%;
left:100%;
-webkit-transform:translate(-100%,-50%);
-moz-transform:translate(-100%,-50%);
-ms-transform:translate(-100%,-50%);
transform:translate(-100%,-50%);
border-width:4px;
border-style:solid;
border-left-style:none;
border-top-color:transparent;
border-bottom-color:transparent;
}
.search-form label:after{
content:"\f002";
font-family:FontAwesome;
-webkit-font-smoothing:subpixel-antialiased;
display:block;
position:absolute;
left:100%;
top:0;
width:40px;
height:40px;
font-size:20px;
line-height:35px;
border-width:3px;
border-style:solid;
color:#fff;
text-align:center;
}
.search-form label.button-hover:after{
background:#fff;
}
.cws-widget .recentcomments a{
padding-left:0;
padding-right:0;
}
.cws-widget .recentcomments a:before{
content:"";
}
.cws-widget .recentcomments{
padding-left:2em;
display:block;
position:relative;
}
.cws-widget .recentcomments:before{
content:"\f075";
}  .cws-widget .tagcloud{
font-size: 0;
margin-left: 1px;
}
.cws-widget .tagcloud a{
display:inline-block;
font-size:13px !important;
line-height:29px;
padding: 0 10px;
border: 1px solid #e3e3e3;
margin: -1px 0 0 -1px;
text-transform:capitalize;
}
.cws-widget .tagcloud a:hover{
color:#fff;
position:relative;
} .wpcf7-form-control-wrap:not([class*='captcha']),
.cws-widget .archive_item,
.find_a_doctor .search_field input,
.find_a_doctor .search_field select{
height: 50px;
padding: 12px 10px 12px 65px;
display:block;
}
.cws-widget .wpcf7-form input[type="submit"]{
height: auto;
padding: 11px 21px;
}
.cws-widget .wpcf7-form textarea,
.cws-widget .archive_item,
.comments-part textarea{
resize:none;
height:auto;
}
.cws-widget .wpcf7-form .wpcf7-form-control-wrap, .cws-widget .archive_item{
position:relative;
display:block !important;
}
.cws-widget .wpcf7-form .wpcf7-form-control-wrap + .wpcf7-form-control-wrap,
.cws-widget .wpcf7-form p + p, .cws-widget .archive_item + .archive_item,
.cws_widget_content .wpcf7-form .wpcf7-form-control-wrap + .wpcf7-form-control-wrap,
.cws_widget_content .wpcf7-form p + p, .cws-widget .archive_item + .archive_item,
.find_a_doctor .search_field + .search_field{
margin-top:-1px;
}
.cws-widget .wpcf7-form .wpcf7-form-control-wrap:before,
.cws-widget .wpcf7-form .wpcf7-not-valid-tip,
.cws-widget .archive_item:before,
.cws_widget_content .wpcf7-form .wpcf7-form-control-wrap:before,
.cws_widget_content .wpcf7-form .wpcf7-not-valid-tip,
.cws_widget_content .archive_item:before,
.find_a_doctor .search_field:before{
font-family: FontAwesome;
content: "\f044";
display: block;
position: absolute;
left: 0;
top: 0;
width: 50px;
height: 50px;
font-size: 24px;
line-height: 50px;
text-align: center;
color: #fff;
margin-top: -1px;
}
.cws-widget .archive_item:before{
content: "\f073";
margin-top: -1px;
margin-left: -1px;
}
.cws-widget .archive_item{
border: 1px solid #e3e3e3;
}
.cws-widget .wpcf7-form .wpcf7-not-valid-tip:before,
.cws_widget_content .wpcf7-form .wpcf7-not-valid-tip:before{
content:"\f044";
font-size:24px;	
}
.cws-widget .wpcf7-form .wpcf7-form-control-wrap.your-name:before, 
.cws-widget .wpcf7-form .wpcf7-form-control-wrap.your-name .wpcf7-not-valid-tip:before,
.cws_widget_content .wpcf7-form .wpcf7-form-control-wrap.your-name:before, 
.cws_widget_content .wpcf7-form .wpcf7-form-control-wrap.your-name .wpcf7-not-valid-tip:before{
content:"\f007";
}
.cws-widget .wpcf7-form .wpcf7-form-control-wrap.your-email:before, 
.cws-widget .wpcf7-form .wpcf7-form-control-wrap.your-email .wpcf7-not-valid-tip:before,
.cws_widget_content .wpcf7-form .wpcf7-form-control-wrap.your-email:before, 
.cws_widget_content .wpcf7-form .wpcf7-form-control-wrap.your-email .wpcf7-not-valid-tip:before{
content:"\f0e0";
}
.cws-widget .wpcf7-form .wpcf7-form-control-wrap.your-message:before, 
.cws-widget .wpcf7-form .wpcf7-form-control-wrap.your-message .wpcf7-not-valid-tip:before,
.cws_widget_content .wpcf7-form .wpcf7-form-control-wrap.your-message:before, 
.cws_widget_content .wpcf7-form .wpcf7-form-control-wrap.your-message .wpcf7-not-valid-tip:before{
content:"\f036";
}
.cws-widget .wpcf7-form .wpcf7-form-control-wrap[class*="tel"]:before, 
.cws-widget .wpcf7-form .wpcf7-form-control-wrap[class*="tel"] .wpcf7-not-valid-tip:before,
.cws_widget_content .wpcf7-form .wpcf7-form-control-wrap[class*="tel"]:before, 
.cws_widget_content .wpcf7-form .wpcf7-form-control-wrap[class*="tel"] .wpcf7-not-valid-tip:before{
content:"\f095";
}
.cws-widget .wpcf7-form .wpcf7-form-control-wrap[class*="url"]:before, 
.cws-widget .wpcf7-form .wpcf7-form-control-wrap[class*="url"] .wpcf7-not-valid-tip:before,
.cws_widget_content .wpcf7-form .wpcf7-form-control-wrap[class*="url"]:before, 
.cws_widget_content.wpcf7-form .wpcf7-form-control-wrap[class*="url"] .wpcf7-not-valid-tip:before{
content:"\f0c1";
}
.cws-widget .wpcf7-form .wpcf7-form-control-wrap[class*="date"]:before, 
.cws-widget .wpcf7-form .wpcf7-form-control-wrap[class*="date"] .wpcf7-not-valid-tip:before,
.cws_widget_content .wpcf7-form .wpcf7-form-control-wrap[class*="date"]:before, 
.cws_widget_content .wpcf7-form .wpcf7-form-control-wrap[class*="date"] .wpcf7-not-valid-tip:before{
content:"\f073";
}
.cws-widget .wpcf7-form .wpcf7-form-control-wrap[class*="number"]:before, 
.cws-widget .wpcf7-form .wpcf7-form-control-wrap[class*="number"] .wpcf7-not-valid-tip:before,
.cws_widget_content .wpcf7-form .wpcf7-form-control-wrap[class*="number"]:before, 
.cws_widget_content .wpcf7-form .wpcf7-form-control-wrap[class*="number"] .wpcf7-not-valid-tip:before{
content:"\f067";
}
.cws-widget .wpcf7-form .wpcf7-form-control-wrap[class*='radio']:before,
.cws_widget_content .wpcf7-form .wpcf7-form-control-wrap[class*='radio']:before{
content: "\f192";
}
.cws-widget .wpcf7-form .wpcf7-form-control-wrap[class*='checkbox']:before,
.cws_widget_content .wpcf7-form .wpcf7-form-control-wrap[class*='checkbox']:before{
content: "\f046";
}
.cws-widget .wpcf7-form .wpcf7-form-control-wrap[class*='menu']:before,
.cws_widget_content .wpcf7-form .wpcf7-form-control-wrap[class*='menu']:before{
content: "\f0c9";
}
.cws-widget .wpcf7-form .wpcf7-form-control-wrap[class*='quiz']:before,
.cws_widget_content .wpcf7-form .wpcf7-form-control-wrap[class*='quiz']:before{
content: "\f128";
}
.cws-widget .wpcf7-form .ajax-loader{
float: right;
}
.cws-widget .wpcf7-form .wpcf7-form-control-wrap:after,
.cws-widget .wpcf7-form .wpcf7-not-valid-tip:after,
.cws-widget .archive_item:after,
.cws_widget_content .wpcf7-form .wpcf7-form-control-wrap:after,
.cws_widget_content .wpcf7-form .wpcf7-not-valid-tip:after,
.cws_widget_content .archive_item:after,
.find_a_doctor .search_field:after{
content:"";
display:block;
position:absolute;
border-style:solid;
border-right-style:none;
border-width:4px;
border-top-color:transparent;
border-bottom-color:transparent;
left:50px;
top:21px;
}
.cws-widget .archive_item:after{
margin-left: -1px;
}
.cws-widget .wpcf7-form .wpcf7-not-valid-tip,
.cws_widget_content .wpcf7-form .wpcf7-not-valid-tip{
font-size:0;
background:#fe4e50;
z-index:1;
}
.cws-widget .wpcf7-form .wpcf7-form-control-wrap:nth-of-type(even) .wpcf7-not-valid-tip, 
.cws-widget .wpcf7-form p:nth-of-type(even) .wpcf7-form-control-wrap .wpcf7-not-valid-tip,
.cws_widget_content .wpcf7-form .wpcf7-form-control-wrap:nth-of-type(even) .wpcf7-not-valid-tip, 
.cws_widget_content .wpcf7-form p:nth-of-type(even) .wpcf7-form-control-wrap .wpcf7-not-valid-tip{
background:#fd7172;
}
.cws-widget .wpcf7-form .wpcf7-not-valid-tip:after,
.cws_widget_content .wpcf7-form .wpcf7-not-valid-tip:after{
border-left-color:#fe4e50;
}
.cws-widget .wpcf7-form .wpcf7-form-control-wrap:nth-of-type(even) .wpcf7-not-valid-tip:after, 
.cws-widget .wpcf7-form p:nth-of-type(even) .wpcf7-form-control-wrap .wpcf7-not-valid-tip:after,
.cws_widget_content .wpcf7-form .wpcf7-form-control-wrap:nth-of-type(even) .wpcf7-not-valid-tip:after, 
.cws_widget_content .wpcf7-form p:nth-of-type(even) .wpcf7-form-control-wrap .wpcf7-not-valid-tip:after{
border-left-color:#fd7172;
}
.cws-widget .wpcf7-form input.wpcf7-not-valid,
.cws_widget_content .wpcf7-form input.wpcf7-not-valid{
border-color:#fe4e50;
position:relative;
z-index:1;
}
.cws-widget .wpcf7-form .wpcf7-form-control-wrap:nth-of-type(even) input.wpcf7-not-valid, 
.cws-widget .wpcf7-form p:nth-of-type(even) .wpcf7-form-control-wrap input.wpcf7-not-valid,
.cws_widget_content .wpcf7-form .wpcf7-form-control-wrap:nth-of-type(even) input.wpcf7-not-valid, 
.cws_widget_content .wpcf7-form p:nth-of-type(even) .wpcf7-form-control-wrap input.wpcf7-not-valid{
border-color:#fd7172;
} 
*[type="submit"], .load_more{
display: inline-block;
padding: 11px 21px;
border-width: 3px;
border-style: solid;
font-size: 14px;
line-height: 22px;
text-align: center;
text-transform: uppercase;
color: #fff;
cursor:pointer;
}
*[type="submit"]:hover{
background:#fff;
}
.wpcf7-response-output{
position:relative;
margin:1em 0 0 !important;
padding:9px 10px 9px 75px !important;
border:0 !important;
color:#fff;
min-height:30px;
}
.wpcf7-response-output:before{
content: '';
position: absolute;
top: 0;
left: 0;
width: 60px;
height:100%;
background: rgba(255,255,255,0.2);
}
.wpcf7-response-output:after{
position:absolute;
display:block;
text-align: center;
font-family: FontAwesome;
content:"\f0e7";
font-size:30px;
line-height:1;
width:60px;
top:50%;
left:0;
-webkit-transform:translate(0,-50%);
-moz-transform:translate(0,-50%);
-ms-transform:translate(0,-50%);
transform:translate(0,-50%);
}
.wpcf7-response-output.wpcf7-mail-sent-ok:after{
content:"\f00c";
}
.wpcf7-response-output.wpcf7-validation-errors{
background:#eb9605;
}
.wpcf7-response-output.wpcf7-mail-sent-ok{
background:#00b85d;
}
.wpcf7-response-output.wpcf7-mail-sent-ng{
background:#ff0000;
}
div.wpcf7-spam-blocked{
background-color: red;
}
.cws-widget .wpcf7-form .wpcf7-captchac,
.cws-widget .wpcf7-form .wpcf7-form-control-wrap[class*='captcha'],
.cws-widget .wpcf7-form .wpcf7-submit,
.cws_widget_content .wpcf7-form .wpcf7-captchac,
.cws_widget_content .wpcf7-form .wpcf7-form-control-wrap[class*='captcha'],
.cws_widget_content .wpcf7-form .wpcf7-submit{
display: inline-block !important;
}
.cws-widget .wpcf7-form .wpcf7-captchac,
.cws-widget .wpcf7-form .wpcf7-form-control-wrap[class*='captcha'],
.cws_widget_content .wpcf7-form .wpcf7-captchac,
.cws_widget_content .wpcf7-form .wpcf7-form-control-wrap[class*='captcha']{
vertical-align: bottom;
}
.cws-widget .wpcf7-form .wpcf7-captchac + .wpcf7-form-control-wrap[class*='captcha'],
.cws-widget .wpcf7-form .wpcf7-form-control-wrap[class*='captcha'] + .wpcf7-captchac,
.cws_widget_content .wpcf7-form .wpcf7-captchac + .wpcf7-form-control-wrap[class*='captcha'],
.cws_widget_content .wpcf7-form .wpcf7-form-control-wrap[class*='captcha'] + .wpcf7-captchac{
margin-left: 10px;
}
.cws-widget .wpcf7-form,
.cws_widget_content .wpcf7-form{
line-height: 50px;
}
.cws-widget .wpcf7-form .wpcf7-form-control-wrap[class*='captcha'] input,
.cws-widget .wpcf7-form .wpcf7-form-control-wrap[class*='quiz'] input,
.cws_widget_content .wpcf7-form .wpcf7-form-control-wrap[class*='captcha'] input,
.cws_widget_content .wpcf7-form .wpcf7-form-control-wrap[class*='quiz'] input{
padding: 9px 10px;
height: 30px;
width: 7em;
border: 1px solid #e3e3e3;
}
.cws-widget .wpcf7-form .wpcf7-form-control-wrap[class*='quiz'] input{
display: inline-block;
}
.cws-widget .wpcf7-form .wpcf7-form-control-wrap[class*='quiz'] .wpcf7-quiz-label + input{
margin-left: 0.5em;
}
.cws-widget .wpcf7-form .wpcf7-form-control-wrap[class*='captcha']:before,
.cws-widget .wpcf7-form .wpcf7-form-control-wrap[class*='captcha']:after,
.cws-widget .wpcf7-form .wpcf7-form-control-wrap[class*='captcha'] [role='alert'],
.cws_widget_content .wpcf7-form .wpcf7-form-control-wrap[class*='captcha']:before,
.cws_widget_content .wpcf7-form .wpcf7-form-control-wrap[class*='captcha']:after,
.cws_widget_content .wpcf7-form .wpcf7-form-control-wrap[class*='captcha'] [role='alert']{
display: none !important;
}
.wpcf7-form-control-wrap:not([class*='captcha']){
border: 1px solid #e3e3e3;
}
.cws-widget .wpcf7-form .wpcf7-form-control-wrap[class*='captcha']{
padding-top: 20px;
}
.wpcf7-form *{
vertical-align: middle;
}
.wpcf7-form-control-wrap select,
.wpcf7-form-control-wrap textarea,
.wpcf7-form-control-wrap input[type="url"],
.wpcf7-form-control-wrap input[type="tel"],
.wpcf7-form-control-wrap input[type="text"],
.wpcf7-form-control-wrap input[type="email"],
.wpcf7-form-control-wrap input[type="password"],
.wpcf7-form-control-wrap input[type="search"],
.wpcf7-form-control-wrap input[type="date"],
.wpcf7-form-control-wrap input[type="number"]{
display: block;
border-style: none;
height: auto;
padding: 0;
}
.wpcf7-form-control-wrap input[type="date"]{
min-height: 2em;
}
.wpcf7-form-control-wrap.your-message,
.wpcf7-form-control-wrap.Message,
.wpcf7-form-control-wrap[class*='radio'],
.wpcf7-form-control-wrap[class*='checkbox'],
.wpcf7-form-control-wrap[class*='quiz'],
.wpcf7-form-control-wrap[class*='textarea']{
height: auto;
}
.cws-widget .wpcf7-form .wpcf7-form-control .wpcf7-list-item,
.cws_widget_content .wpcf7-form .wpcf7-form-control .wpcf7-list-item{
display: block;
margin-left: 0;
}
.cws-widget .wpcf7-form .wpcf7-form-control .wpcf7-list-item>input + .wpcf7-list-item-label,
.cws_widget_content .wpcf7-form .wpcf7-form-control .wpcf7-list-item>input + .wpcf7-list-item-label{
margin-left: 0.5em;
}
.wpcf7-submit{
vertical-align: top;
float: right;
}
.cws-widget #wp-calendar{
width:100%;
border-collapse: collapse;
border-spacing:0;
}
.cws-widget #wp-calendar>caption, .cws-widget #wp-calendar>thead{
background:#f2f2f2;
}
.footer_sidebar_area .cws-widget #wp-calendar>caption, .footer_sidebar_area .cws-widget #wp-calendar>thead{
background: none;
}
.cws-widget #wp-calendar>caption{
line-height:2;
}
.cws-widget #wp-calendar th{
font-size: 9px;
line-height: 17px;
font-weight: 700;
text-transform: uppercase;
border: none;
padding: 0;
}
.cws-widget #wp-calendar td{
font-size: 13px;
line-height: 37px;
text-align: center;
padding: 0;
border-style: none;
}
.cws-widget #wp-calendar td>a{
border-bottom-width:3px;
border-bottom-style:solid;
}
.cws-widget .rsswidget>img{
display:none;
}
.cws-widget img{
max-width:100%;
height:auto;
}
.cws-widget .menu li>a::before{
content: "\f0fe";
}
.cws-widget .menu li:before{
display: none;
}
.cws-widget .widget-icon{
margin-bottom:20px;
text-align: center;
}
.cws-widget .widget-icon.icon>i{
position:relative;
border-width:3px;
border-style:solid;
width:65px;
height:65px;
line-height:65px;
font-size:50px;
background:#fff;
}
.cws-widget .widget-icon.icon>i>.triangle{
display:block;
position:absolute;
top:100%;
left:50%;
-webkit-transform:translate(-50%,0);
-moz-transform:translate(-50%,0);
-ms-transform:translate(-50%,0);
transform:translate(-50%,0);
width:12px;
height:8px;
overflow:hidden;
}
.cws-widget .widget-icon.icon>i>.triangle:before{
content:"";
display:block;
position: absolute;
width:12px;
height:12px;
-webkit-transform:rotate(45deg);
-moz-transform:rotate(45deg);
-ms-transform:rotate(45deg);
transform:translate(45deg);
border-width:3px;
border-style:solid;
background:#fff;
margin-top:-50%;
}
.cws-widget .post-list li{
border-style: none !important;
padding-left: 0;
}
.cws-widget .post-list li + li{
margin-top:20px;
}
.cws-widget .post-list img{
display: block;
float: left;
width: 76px;
margin-right: 15px;
padding: 1px;
border: 1px solid #e4e4e4;
} .cws-widget .post-list .time-post{
text-align: right;
}
.page_footer .cws-widget .post-list .time-post{
color: #fff;
} .cws-widget-content.backlight{
padding: 30px;
}
.widget-icon + .cws-widget-content.backlight{
margin-top:-53px;
padding-top:60px;
}
.cws-widget-content.backlight{
color:#fff;
} .benefits .widget-icon + .cws-widget-content.backlight{
margin-top:0;
padding-top:15px;
}
.benefits .cws-widget-content.backlight{
background: transparent;
padding-left:0;
padding-right:0;
} .social-icons{
font-size: 0;
margin-left: -6px;
}
.social-icons .icon{
display: inline-block;
margin-top: 6px;
margin-left: 6px;
}
.social-icons .icon>a{
display: inline-block;
border-width:1px;
border-style:solid;
padding:10px;
}
.social-icons .icon i{
width: 36px;
height: 36px;
font-size: 20px;
line-height: 36px;
color: #fff;
text-align: center;
}
.social-icons .icon:hover i{
background:#fff;
}
.latest_tweets ul,
.latest_tweets li,
.latest_tweets{
padding-left: 0 !important;
margin-left: 0 !important;
}
.latest_tweets li:before{
display: none !important;
}
.latest_tweets li{
border-style: none !important;
}
.latest_tweets .icon_frame{
display: block;
float: left;
width: 56px;
height: 56px;
margin: 2px 15px 0 0;
font-size: 28px;
line-height: 56px;
}
.latest_tweets .icon_frame i{
font-size: 28px;
}
.latest_tweets li{
padding-top:0 !important;
padding-bottom:0 !important;
}
.latest_tweets ul li+li{
margin-top: 20px;
}
.latest_tweets.widget_carousel li{
padding-left: 0;
}
.latest_tweets .date{
display: block;
text-align: right;
}
.footer_sidebar_area .latest_tweets .date{
color: #fff;
} .carousel_header:not(:empty) + .carousel_content{
margin-top: 20px;
}
.owl-item{
float:left;
}
.owl-item>*{
position:relative;
}
.owl-wrapper-outer{
overflow:hidden;
cursor:move;
}
.owl-item img{
width:100%;
}
.widget_carousel_nav,
.carousel_nav{
float:right;
}
.gallery_carousel_nav{
position:absolute;
right:0;
top:0;
z-index:1;
}
.widget_carousel_nav>i,
.gallery_carousel_nav>i,
.carousel_nav>i{
float:left;
display: block;
width: 30px;
height: 30px;
line-height:30px;
font-size: 24px;
text-align: center;
color: #fff;
cursor:pointer;
}
.widget_carousel_nav>i+i,
.gallery_carousel_nav>i+i,
.carousel_nav>i+i{
margin-left:1px;
}
.carousel>*:not([class*="owl-"]){
width: calc(25% - 23px);
float: left;
} .news:not(.staff_results):not(.blog-post.staff) .widget-title{
line-height: initial;
}
.widget-title a{
word-break: break-word;
}
.news-pinterest .widget-title a{
font-size: 0.85em;
line-height: 1;
}
.news-pinterest .widget-title{
border-left-style: none;
padding-left: 0;
}
.news:not(.blog-post) .video iframe{
width:100%;
}
.single .blog-post .wrapper .link_url{
margin-right: 0;
}
.wrapper{
position:relative;
}
.single .blog-post .wrapper{
float: left;
max-width: 100%;
margin: 1px 0px 10px 0;
}
.single .blog-post .wrapper.audio,
.single .blog-post .wrapper.quote,
.single .blog-post .wrapper.link{
width: 100%;
}
.single .blog-post .wrapper.gallery{
margin-top: 1px !important;
}
.single .blog-post .wrapper.link .link_url{
width: calc(100% - 15px);
}
.news-medium .wrapper,
.news-small .wrapper,
.news.blog-post.staff .wrapper{
position: relative;
z-index: 1;
float: left;
margin: 20px 30px 10px 0 !important;
background: #fff;
}
.staff_results .wrapper{
margin-top: 0 !important;
}
.staff_results .widget-title,
.news.blog-post.staff .widget-title{
display: inline-block;
margin-bottom: 0 !important;
}
.staff_results .widget-title{
margin-top: 0 !important;
}
.news.blog-post.staff .widget-title{
margin-top: 20px !important;
}
.news-medium .wrapper:after, .news-small .wrapper:after{
content: "";
position: absolute;
width: 30px;
height: 100%;
left:100%;
top:0;
background: inherit;
}
.news-medium .wrapper{
width: 570px;
}
.news-small .wrapper{
width:270px;
}
.pic{
position:relative;
overflow:hidden;
}
.hover-effect{
position:absolute;
top:0;
left:0;
opacity:0;
width:100%;
height:100%;
background:rgba(255,255,255,0.5);
}
.pic:hover .hover-effect,
.our_team .item:hover .hover-effect,
.photo_tour .item:hover .hover-effect,
.gallery .gallery-item:hover .hover-effect{
opacity:1;
}
.links{
display: block;
width: 100%;
position:absolute;
top:50%;
left:0;
-webkit-transform:translate(0,-50%);
-moz-transform:translate(0,-50%);
-ms-transform:translate(0,-50%);
transform:translate(0,-50%);
text-align: center;
margin-top: -8px;
}
.links a+a{
margin-left: 16px;
}
.news .date {
padding-left: 20px;
font-size: 14px;
line-height: 48px;
color: #fff;
}
.news .date i {
position:relative;
float:right;
width: 48px;
height: 48px;
border-left: 1px solid #fff;
font-size: 24px;
line-height: 46px;
text-align: center;
color: #fff;
}
.news .date span {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
font-size: 12px;
line-height: 48px;
}
.cats_group .cats + .cats{
margin-top: -1px;
}
.news .cats{
display: inline-block;
width: 100%;
position: relative;
padding: 10px 0;
border-top: 1px solid #e3e3e3;
border-bottom: 1px solid #e3e3e3;
font-size: 12px;
line-height: 18px;
}
.news:not(.news-pinterest):not(.blog-post) .cats{
padding-right: 50px;
}
.more{
font-family: Arial;
}
.more:before{
content: "\2192";
}	
.news .cats .more{
position: absolute;
bottom: -1px;
right: 0;
display: block;
width: 40px;
height: 40px;
font-size: 14px;
line-height: 40px;
text-align: center;
color: #fff;	
}
.cats .cats_section_name{
font-weight: 700;
text-transform: capitalize;
}
.news .isotope>.item{
width:100%;
}
.news .item> * + *:not(.wrapper){
margin-top:15px;
}
.news .item> * + .wrapper{
margin-top:1px;
}
.single .news .item> .wrapper:first-child + *{
margin-top: 0;
}
.news.blog-post.staff .wrapper{
width: 250px;
}
.news-pinterest{
overflow: hidden;
}
.our_team,
.news,
.photo_tour{
overflow: hidden;
}
body.single-post .news{
overflow: visible;
}
.grid{
margin-top: -50px;
}
.our_team .grid,
.news-pinterest .grid{
margin-right:-30px;
}
.our_team .grid .item,
.news-pinterest .grid .item{
float: left;
margin-right:30px;
width: 270px;
}
.grid .item{
margin-top: 50px;
width: 100%;
}
.news-pinterest.news-2 .item{
width: 570px;
}
.page-content.single-sidebar .news-pinterest.news-2 .item{
width: 420px;
}
.page-content.double-sidebar .news-pinterest.news-2 .item,
.page-content.double-sidebar .news-pinterest.news-3 .item{
width: 270px;
}
.news-pinterest.news-3 .item{
width: 370px;
}
.page-content.single-sidebar .news-pinterest.news-3 .item{
width: 270px;
}
.news-pinterest.news-4 .item{
width: 270px;
}
.load_more{
margin-top:30px;
font-size:14px;
}
.load_more i{
display: block;
float: left;
margin-right: 8px;
font-size: 18px;
line-height: 22px;
} .pagination{
text-align: center;
margin:10px 0;
}
.pagination>*{
font-size: 14px;
padding: 0 15px;
line-height: 38px;
margin: 10px 1px;
border: 1px solid #e3e3e3;
color: #7c7c7c;
display: inline-block;
}
.pagination .current,
html:not(.touch) .pagination *:hover,
.pagination.page_links>span{
color:#fff;
} .icon_frame{
position:relative;
display:inline-block;
text-align: center;
text-shadow: 1px 1px 0 rgba(0,0,0,0.1);
}
.icon_frame:after{
content:"";
position:absolute;
left:0;
top:0;
width:50%;
height:100%;
background: rgba( 255, 255, 255, 0.3 );
z-index:0;
}
.icon_frame>i{
z-index:1;
position: relative;
color:#fff;
} .links a{
position:relative;
width: 56px;
height: 56px;
box-shadow: 0 0 0 5px rgba(255,255,255,0.5);
font-size: 20px;
line-height: 56px !important;
color: #fff !important;
text-align: center;
opacity:0;
cursor:pointer;
margin-top: 16px;
}
.links>*:hover{
color:#fff;
}
.pic:hover .links a,
.our_team .item:hover a,
.photo_tour .item:hover a,
.gallery .gallery-item:hover .links a{
opacity: 1;
-ms-animation-name: slideup;
-ms-animation-duration: 0.4s;
-moz-animation-name: slideup;
-moz-animation-duration: 0.4s;
-webkit-animation-name: slideup;
-webkit-animation-duration: 0.4s;
} .testimonial,
blockquote{
position: relative;
padding: 35px 35px 0;
border-width: 1px;
border-style: solid; 
border-bottom-style: none;
}
blockquote{
padding-bottom: 20px;
border-bottom-style: solid;
}
.testimonial:after,
.testimonial:before,
blockquote:after,
blockquote:before{
position: absolute;
width: 50px;
height: 50px;
font: 700 72px/82px Arial;
text-align: center;
color: #fff;
}
.testimonial:after{
content: '\201c';
right: -1px;
bottom: 0;
}
.testimonial:before,
blockquote:before{
content: '\201d';
top: -1px;
left: -1px;
}
.testimonial img {
display: block;
float: left;
margin-right: 20px;
padding: 1px;
border: 1px solid #e3e3e3;
}
.testimonial .author,
.link_url{
position: relative;
margin: 35px -35px 0;
padding: 15px 65px 15px 35px;
font-style: italic;
font-size: 18px;
line-height: 20px;
color: #fff;
word-wrap: break-word;
}
.link_url{
text-align: center;
width: 100%;
margin-left: 0;
margin-top: 0;
}
.testimonial:not(.testimonial-alt) .author{
min-height: 50px;
}
.testimonial.testimonial-alt .author,
.link_url{
padding-right: 35px;
}
.testimonial .author:before,
.link_url:before{
content: '';
position: absolute;
top: 100%;
left: 50%;
margin-left: -10px;
border-top-width: 10px;
border-top-style: solid;
border-right: 10px solid transparent;
border-left: 10px solid transparent;
}
.testimonial-alt,
blockquote{
padding-top: 50px;
text-align: center;
}
.testimonial-alt:after {
display: none;
}
.testimonial-alt:before,
blockquote:before{
left: 50%;
width: 40px;
height: 40px;
margin-left: -20px;
font-size: 60px;
line-height: 70px;
}
.testimonial-alt .author {
margin-top: 20px;
} .comments-part .avatar_frame.icon_frame{
width: 70px;
}
.comments-part .avatar_frame{
float:left;
margin-right: 15px;
}
.comments-part .avatar_frame.icon_frame i{
font-size: 36px;
line-height: 70px
}
.comments-part .avatar_frame img{
padding:1px;
border: 1px solid #e4e4e4;
}
.comments-part .comment_item:not(:first-child){
margin-top: 20px;
padding-top: 20px;
border-top: 1px solid #e3e3e3;
}
.comments-part .comment-reply-link{
float:right;
}
.comments-part .comment_author:after{
white-space: pre;
content: "\0020\0020";
}
.comments-part .comments + .comment-respond,
.comments-part .comment_item + .comment-respond{
margin-top:60px;
}
.comments-part .comment_item .comment_item{
padding-left:85px;
}
.comments-part .comment-form>.comment-form-author,
.comments-part .comment-form>.comment-form-email,
.comments-part .comment-form>.comment-form-url{
float:left;
width: 32%;
margin: 0 0 20px 2%;
}
.comments-part .comment-form>*:first-child{
margin-left: 0 !important;
}
.comments-part .form-submit{
margin-top: 20px;
}  .footer_part{
padding: 50px 0;
}
.page_footer .footer_part + .footer_part{
margin-top: 20px;
}
.page_footer #scrollup{
position: absolute;
right: 20px;
bottom: 100%;
width: 44px;
height: 44px;
background: #213540;
font-size: 24px;
line-height: 44px;
text-align: center;
color: #fff;
cursor: pointer;
}
.page_footer{
position: relative;
background: #213540;
}
.footer_sidebar_area .widget-title{
text-align: center;
border-left-style:none;
padding-left: 0;
color:#fff; 
margin-bottom: 30px;
line-height: 0 !important;
}
.footer_sidebar_area .widget-title>span{
font-size: 0.81em;
}
.footer_sidebar_area .cws-widget .widget-icon.icon>i,
.footer_sidebar_area .cws-widget .widget-icon.icon>i>.triangle:before{
background: #213540;
}
.footer_sidebar_area .cws-widget{
display: table-cell;
vertical-align: top;
padding-right: 50px;
}
.footer_sb_container{
margin-right: -50px;
}
.footer-top-part .container{
overflow: hidden;
} .footer_sidebar_area + .footer_sidebar_area{
margin-top: 60px;
}
.footer_sb_container select, 
.footer_sb_container textarea, 
.footer_sb_container input[type="url"], 
.footer_sb_container input[type="tel"], 
.footer_sb_container input[type="text"], 
.footer_sb_container input[type="email"],
.footer_sb_container input[type="password"], 
.footer_sb_container input[type="search"],
.footer_sb_container input[type="date"],
.footer_sb_container input[type="number"]{
background: #213540;
color: #A9A9A5;
}
.footer_sb_container .wpcf7-form-control-wrap:not([class*='captcha']) {
border: 1px solid rgba(255,255,255,0.2);
} .cws-widget .wpcf7-form>.wpcf7-form-control-wrap:before,
.cws-widget .wpcf7-form>.wpcf7-form-control-wrap:after{
content: none;
}
.cws-widget .wpcf7-form, .cws_widget_content .wpcf7-form{
line-height: 0;
}
.cws-widget .wpcf7-form>.wpcf7-form-control-wrap{
border: none;
padding: 10px 0 0 0;
float: left;
height: auto;
}
.cws-widget .wpcf7-form:after{
content: "";
clear: both;
display: table;
} .page_footer .cws-widget .latest_tweets .date{
display: none;
} .cws-widget ul.post-list>li{
padding-top: 0;
padding-bottom: 0;
}
.cws-widget .post-list .post-title{
text-transform: uppercase;
line-height: 1;
vertical-align: top;
}
.page_footer .cws-widget,
.page_footer .cws-widget ul.post-list li,
.page_footer .cws-widget ul.latest_tweets li{
line-height: 1.8;
}
.page_footer .cws-widget .post-list img{
width: 70px;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
-ms-box-sizing: border-box;
box-sizing: border-box;
}
.page_footer .cws-widget .post-list .time-post{
text-align: left;
font-style: italic;
}
.page_footer .cws-widget .post-list .time-post:before{
font-family: FontAwesome;
content: "\f133";
margin-right: 1ex;
font-style: normal;
}
.page_footer .latest_tweets .icon_frame{
background: transparent;
width: 40px;
height: auto;
line-height: 1.2;
text-align: left;
margin: 0;
}
.page_footer .latest_tweets .icon_frame + div{
margin-left: 40px;
}
.page_footer .latest_tweets .icon_frame:after{
display: none;
}
.page_footer .cws-widget .post-list li{
padding-bottom: 20px;
border-bottom: 1px solid rgba(255,255,255,0.2) !important; 
}
.page-content .search-form .screen-reader-text{
display: none;
}  .footer-bottom-part{
padding: 25px 0;
background: #1c2d36;
}
.footer-bottom-part .footer_sidebar_area,
.footer-bottom-part .footer_sidebar_area .cws-widget{
display: block !important;
padding: 0 !important;
width: 100% !important;
} @-ms-keyframes slideup 
{
0% {top:150px}
70% {top:-15px}
100% {top:0}
}
@-moz-keyframes slideup 
{
0% {top:150px}
70% {top:-15px}
100% {top:0}
}
@-webkit-keyframes slideup 
{
0% {top:150px}
70% {top:-15px}
100% {top:0}
}   .tabs .tab{
position: relative;
display: inline-block;
font-size: 0.93em;
padding: 12px 20px;
text-transform: uppercase;
background: #efefef;
}
.tabs .tab.active{
color: #fff;
}
.tab_items{
padding: 19px;
border: 1px solid #e3e3e3;
}
.tab_widget.type-2 .tab,
.tab_widget.type-2 .tab_items{
background: transparent;
border-style: solid;
border-width: 1px;
}
.tab_widget.type-2 .tab + .tab{
margin-left: -1px;
}
.tab_widget.type-2 .tab_items{
margin-top: -1px;
}
.tab_widget.type-2 .tab:after{
content: "";
display: block;
position: absolute;
top: 100%;
left: -999999px;
opacity: 0;
-webkit-transform: translate(-50%,0);
-moz-transform: translate(-50%,0);
-ms-transform: translate(-50%,0);
transform: translate(-50%,0);
width: 0;
height: 0;
border-style: solid;
border-left-color: transparent;
border-right-color: transparent;
border-bottom-style: none;
border-width: 5px;
-webkit-transition: opacity 0.3s ease;
-moz-transition: opacity 0.3s ease;
-ms-transition: opacity 0.3s ease;
transition: opacity 0.3s ease;
}
.tab_widget.type-2 .tab.active:after{
left: 50%;
opacity: 1;
}
.tab_widget.type-vertical .tabs{
float:left;
width:31.666%;
border-style: solid;
border-width: 1px;
margin-right: -1px;
}
.tab_widget.type-vertical .tab_items{
float: left;
width: 68.33333333333333%;
background: #fff;
margin-left: -1px;
}
.tab_widget.type-vertical .tab{
display: block;
width: 100%;
color: #fff;
}
.tab_widget.type-vertical .tab + .tab{
border-top: 1px solid #fff;
}
.tab_widget.type-vertical .tab.active{
background: #fff;
} .accordion_section{
border: 1px solid #e3e3e3;
}
.accordion_title{
position: relative;
padding: 11px 38px 11px 20px;
font-size: 1.14em;
line-height: 1.5em;
cursor: pointer;
}
.accordion_title .accordion_icon{
position: absolute;
top: 0;
right: 0;
width: 38px;
height: 100%;
}
.accordion_title .accordion_icon:before,
.accordion_title .accordion_icon:after{
content: "";
display: block;
position: absolute;
width: 12px;
height: 4px;
top: 50%;
left: 50%;
margin-left:-6px;
margin-top: -2px;
}
.accordion_title .accordion_icon:after{
-webkit-transform: rotate(90deg);
-moz-transform: rotate(90deg);
-ms-transform: rotate(90deg);
transform: rotate(90deg);
}
.accordion_content{
padding: 0 20px 20px 20px;
overflow: hidden;
}
.accordion_section + .accordion_section{
margin-top: -1px;
}
.accordion_section.active .accordion_icon:after{
display: none;
}
.accordion_widget.type-2 .accordion_section.active .accordion_title{
color: #fff;
}
.accordion_widget.type-2 .accordion_content{
padding: 20px;
}
.accordion_widget.type-2 .accordion_section.active .accordion_icon:before,
.accordion_widget.type-2 .accordion_section.active .accordion_icon:after{
background: #fff;
} .accordion_section.featured .accordion_icon:before,
.accordion_section.featured .accordion_icon:after{
background: #cbcbcb;
}
.acc_featured_icon.fa,
.acc_featured_img{
display: block;
position: absolute;
top: 0;
left: 0;
font-size: 1.5em;
width: 1em;
text-align: center;
padding: 11px;
color: #fff;
}
.toggle_widget .accordion_section.featured .accordion_title{
padding-right: 38px;
}
.toggle_widget .accordion_section.featured .accordion_icon{
left: auto;
right: 0;
}
.acc_featured_icon:after,
.acc_featured_img:after{
content: "";
display: block;
position: absolute;
top: 50%;
left: 100%;
border-style: solid;
border-width: 4px;
border-top-color: transparent;
border-bottom-color: transparent;
border-right-style: none;
margin-top: -4px;
}
.accordion_section.featured .acc_featured_icon,
.accordion_section.featured .acc_featured_img{
line-height: 1em;
}
.accordion_section.featured .acc_featured_img img{
display: block;
}
.accordion_section.featured .accordion_title,
.accordion_section.featured .accordion_content{
padding-left: -webkit-calc(1.5em + 22px + 14px);
padding-left: -moz-calc(1.5em + 22px + 14px);
padding-left: -ms-calc(1.5em + 22px + 14px);
padding-left: calc(1.5em + 22px + 14px);
}
.accordion_section.featured .accordion_content{
padding-top: 2px;
}
.accordion_section.featured .accordion_title{
margin-top: -1px;
margin-left: -1px;
}  .toggle_widget .accordion_title{
padding-right: 20px;
padding-left: 42px;
}
.toggle_widget .accordion_icon{
right: auto;
left: 0;
}
.toggle_widget .accordion_content{
padding-left: 42px;
}
.toggle_widget.type-2 .accordion_icon:before,
.toggle_widget.type-2 .accordion_icon:after{
height: 2px;
margin-top: -1px;
}
.toggle_widget.type-2 .accordion_section.active .accordion_title,
.toggle_widget.type-2 .accordion_section.active .accordion_content{
color: #fff;
}
.toggle_widget.type-2 .accordion_section.active .accordion_icon:before,
.toggle_widget.type-2 .accordion_section.active .accordion_icon:after{
background: #fff;
}
.toggle_widget.type-2 .accordion_content{
-webkit-transition: color 0.3s ease;
-moz-transition: color 0.3s ease;
-ms-transition: color 0.3s ease;
transition: color 0.3s ease;
}
.toggle_widget.type-2 .accordion_section.active a{
color: #fff;
} .message_box{
position: relative;
padding: 9px 10px 9px 75px;
color: #fff;
cursor: pointer;
min-height: 40px;
}
.information_box{
background: #5fbcea;
}
.warning_box{
background: #eb9605;
}
.success_box{
background: #00b85d;
}
.error_box{
background: #fe4e50;
}
.message_box:before{
display: block;
content: "";
position: absolute;
width: 60px;
height: 100%;
top: 0;
left: 0;
background: rgba( 255, 255, 255, 0.2 );
}
.message_box:after{
position: absolute;
top: 50%;
left: 0;
width: 60px;
height: 60px;
margin-top: -30px;
font: 30px/60px FontAwesome;
text-align: center;
text-shadow: 1px 1px 0 rgba(0,0,0,0.15);
}
.information_box:after{
content: "\f05a";
}
.warning_box:after{
content: "\f0e7";
}
.success_box:after{
content: "\f00c";
}
.error_box:after{
content: "\f05e";
}
.message_box .message_box_header{
font-size: 1.286em;
line-height: 1.222em;
}
.message_box.grey_skin{
background: #efefef;
color: #7c7c7c;
}
.message_box.grey_skin:before{
background: none;
border-style: solid;
border-width: 1px;
}
.information_box.grey_skin:before{
border-color: #5fbcea;
}
.warning_box.grey_skin:before{
border-color: #eb9605;
}
.success_box.grey_skin:before{
border-color: #00b85d;
}
.error_box.grey_skin:before{
border-color: #fe4e50;
}
.information_box.grey_skin:after{
color: #5fbcea;
}
.warning_box.grey_skin:after{
color: #eb9605;
}
.success_box.grey_skin:after{
color: #00b85d;
}
.error_box.grey_skin:after{
color: #fe4e50;
} .cws_button{
display: inline-block;
padding: 11px 21px;
font-size: 14px;
line-height: 22px;
border-width: 3px;
border-style: solid;
color: #fff;
text-align: center;
text-transform: uppercase;
}
.cws_button:not(.custom_color):hover{
background: #fff;
}
.cws_button.rounded{
border-radius: 5px;
}
.cws_button.arrow{
position: relative;
}
.cws_button.arrow:after{
content: "";
display: block;
position: absolute;
left: 100%;
margin-left: 3px;
top: 50%;
-webkit-transform: translate(0, -50%);
-moz-transform: translate(0, -50%);
-ms-transform: translate(0, -50%);
transform: translate(0, -50%);
width: 0;
height: 0;
border-width: 5px;
border-style: solid;
border-left-color: inherit;
border-right-style: none;
border-top-color: transparent;
border-bottom-color: transparent;
}
.cws_button.large{
padding: 15px 25px;
font-size: 18px;
line-height: 24px;
}
.cws_button.small{
padding: 5px 9px;
font-size: 11px;
line-height: 16px;
}
.cws_button.mini{
padding: 2px 6px;
font-size: 11px;
line-height: 14px;
} .callout_widget{
padding: 23px;
background: #f5f5f5;
}
.callout_widget.with_icon{
position: relative;
padding-left: 130px;
}
.callout_widget.with_icon .icons_part{
position: absolute;
left: 0;
top: 0;
width: 110px;
height: 100%;
overflow: hidden;
}
.callout_widget.with_icon .icons_part.img_icon:before{
content: "";
display: inline-block;
width: 0;
height: 100%;
vertical-align: middle;
}
.callout_widget .content_wrapper{
display: table;
}
.callout_widget .text_part, .callout_widget .button_part{
display: table-cell;
vertical-align: middle;
}
.callout_widget .text_part{
padding-right: 10px;
}
.callout_widget .button_part{
white-space: nowrap;
text-align: right;
}
.callout_widget .title{
margin-bottom: 8px;
font-size: 2.143em;
line-height: 1.133em;
}
.callout_widget .icons_part i{
font-size: 54px;
position: absolute;
top: 50%;
left: 50%;
-webkit-transform: translate(-50%, -50%);
-moz-transform: translate(-50%, -50%);
-ms-transform: translate(-50%, -50%);
transform: translate(-50%, -50%);
}
.cws-widget .icons_part img{
vertical-align: middle;
position: relative;
z-index: 1;
} .dropcap{
display: block;
float: left;
width: 1.143em;
height: 1.143em;
margin: 5px 10px 0 0;
font-size: 2em;
line-height: 1.143em;
text-align: center;
color: #fff;
} table{
border-collapse: collapse;
border-spacing: 0;
}
table th,
table td{
padding: 12px;
border: 1px solid #e3e3e3;
}  dl>dt{
font-size: 1.1em;
font-weight: 700;
}
dl>dt:not(:first-of-type){
margin-top: 15px;
}  .page-content main ul>li{
padding-top: 0;
padding-bottom: 0;
border-top-style: none;
border-bottom-style: none;
padding-left: 1.57em;
}
.page-content main ul>li>a{
padding-left: 0;
padding-right: 0;
}
.page-content main ul>li>a:before{
display: none;
}
.page-content main ul>li:first-child{
border-top-style: none;
}
.page-content main ul>li{
position: relative;
}
.page-content main ul>li:before{
content: "\f00c";
display: inline-block;
position: static;
margin-left: -1.57em;
width: 1.357em;
margin-right: 0.213em;
font-family: FontAwesome;
text-align: center;
color: #fff;
}
.page-content main li + li,
.page-content main li > ul,
.page-content main li > ol{
margin-top: 10px;
}
.page-content main ol{
list-style-type: decimal;
list-style-position: inside;
} .page-content main .sharedaddy ul>li:before {
display: none;
}
.page-content main .sharedaddy ul>li {
padding-left: 0px;
} .page-content main .rev_slider >ul >li{
position: absolute;
}
.page-content main .rev_slider >ul >li:before{
display:none;
} .soc_icon{
display: inline-block;
border-style: solid;
border-width: 3px;
width: 1.666em;
height: 1.666em;
text-align: center;
vertical-align: middle;
margin-bottom: 5px;
}
.soc_icon:before{
line-height: 1.666em;
}
.soc_icon:not(.custom_color){
color: #fff;
}
.soc_icon:hover:not(.custom_color){
background: #fff;
}
.featured_icon{
position: relative;
width: 1.875em;
height: 1.875em;
margin-bottom: 5px;
}
.featured_icon:before{
line-height: 1.875em;
}
.featured_icon:not(.custom_color){
color: #fff;
}
.featured_icon.pointer:after{
content: "";
display: block;
position: absolute;
left: 100%;
top: 50%;
-webkit-transform: rotate(-45deg);
-moz-transform: translate(-45deg);
-ms-transform: translate(-45deg);
transform: translate(-45deg);
width: 8px;
height: 8px;
margin-left: -4px;
margin-top: -4px;
background-color: inherit;
} .single_bar>*{
display: inline-block;
vertical-align: middle;
}
.single_bar .title{
width: 28%;
font-size: 1.143em;
line-height: 1.5;
padding-right: 20px;
}
.single_bar .scale{
width: 72%;
position: relative;
height: 20px;
background: #efefef;
}
.single_bar .progress{
position: absolute;
height: 100%;
background-image: url(//www.gympiemobility.com.au/wp-content/themes/clinico/img/progress-bar.png);
}
.single_bar .indicator{
position: absolute;
bottom: 100%;
left: 100%;
font-size: 0.857em;
width: 2.666em;
height: 2.666em;
line-height: 2.666em;
margin-bottom: 5px;
margin-left: -1.333em;
text-align: center;
color: #fff;
background-color: inherit;
}
.single_bar .indicator:before{
content: "";
position: absolute;
left: 50%;
top: 100%;
width: 6px;
height: 6px;
margin-left: -3px;
margin-top: -3px;
-webkit-transform: rotate(45deg);
-moz-transform: rotate(45deg);
-ms-transform: rotate(45deg);
transform: rotate(45deg);
background-color: inherit;
}
.single_bar .indicator:after{
content: "\0025";
} .milestone{
display: table;
border-collapse: collapse;
}
.milestone>*{
display: table-cell;
vertical-align: middle;
}
.milestone .icon_frame{
width: 110px;
height: 110px;
margin-right: 20px;
font-size: 60px;
line-height: 110px;
color: #fff;
}
.milestone .number{
font-size: 2.714em;
line-height: 1em;
} .services .accordion_title{
font-size: 1.143em;
line-height: 1.5em;
font-weight: 700;
padding-left: 61px;
}
.services .service_icon{
position: absolute;
top: 0;
left: 0;
width: 48px;
height: 100%;
font-size: 24px;
color: #fff;
}
.services .service_icon:after{
content: "";
position: absolute;
display: block;
width: 6px;
height: 6px;
left: 100%;
top: 50%;
margin-left: -3px;
margin-top: -3px;
-webkit-transform: rotate(45deg);
-moz-transform: rotate(45deg);
-ms-transform: rotate(45deg);
transform: rotate(45deg);
background: inherit;
}
.services .service_icon:before{
position: absolute;
top: 50%;
left: 50%;
-webkit-transform: translate(-50%, -50%);
-moz-transform: translate(-50%, -50%);	
-ms-transform: translate(-50%, -50%);
transform: translate(-50%, -50%);
}
.services .accordion_content{
padding: 0;
}
.services .details{
color: #fff;
padding: 20px 20px 20px 48px;
}
.services .details{
display: -webkit-box;
display: -webkit-flex;
display: -moz-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: stretch;
-moz-box-align: stretch;
-webkit-align-items: stretch;
-ms-flex-align: stretch;
align-items: stretch;
}
.services .details .img_part{
-webkit-flex: 0 0 auto;
-ms-flex: 0 0 auto;
flex: 0 0 auto;
}
.services .details .description_part{
width: 100%;
margin-left: -30px;
}
.services .details .description_part_container{
display: -webkit-box;
display: -webkit-flex;
display: -moz-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: stretch;
-moz-box-align: stretch;
-webkit-align-items: stretch;
-ms-flex-align: stretch;
align-items: stretch;
-webkit-flex-wrap: wrap;
-moz-flex-wrap: wrap;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
}
.services .details .description_part .desc_title{
font-size: 1.1em;
font-weight: 700;
margin-bottom: 5px;
}
.services .details .description_part_container>div{
width: 33.33%;
padding-left: 30px;
padding-right: 30px;
}
.services .details .description_part_container>div:not(:first-child){
border-left: 1px solid rgba(255,255,255,0.3);
}
.services .details .events{
color: #fff; }
.services .details a{
color: #fff;
}
.services .details img{
display: block;
border: 3px solid #fff;
margin-right: 35px;
}
.services .row{
padding: 15px 0;
background: #f5f5f5;
display: -webkit-box;
display: -webkit-flex;
display: -moz-box;
display: -ms-flexbox;
display: flex;
-webkit-flex-wrap: wrap;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
-webkit-box-align: stretch;
-webkit-align-items: stretch;
-moz-box-align: stretch;
-ms-flex-align: stretch;
align-items: stretch;
}
.services .col{
display: block;
float: left;
width: 33.33%;
padding: 0 40px;
margin: 20px 0;
}
.services .col:not(:nth-child(3n+1)){
border-left: 1px solid #e3e3e3;
}
.services .col_title{
font-size: 0.93em;
text-transform: uppercase;
}
.services .service_row,
.services .desc_row{
position: relative;
margin-top: 16px;
line-height: 1.429em;
}
.services .service_row>dl{
display: table;
width: 100%;
table-layout: fixed;
}
.services .col dt,
.services .col dd{
display: table-cell;
vertical-align: bottom;
}
.services .col dd{
text-align: right;
}
.services .service_row:before{
content: "";
position: absolute;
bottom: 0.714em;
left: 0;
width: 100%;
height: 1px;
background: #e3e3e3;
}
.services .col dl span{
display: inline-block;
background: #f5f5f5;
position: relative;
}
.services .col dt span{
padding-right: 5px;
}
.services .col dd span{
padding-left: 5px;
}
.services .accordion_title{
margin-top: -1px;
}
.page-content.double-sidebar .services .col{
width: 50%;
}
.services .col:not(:nth-child(2n+1)){
border-left: 1px solid #e3e3e3;
} .services .details,
.services .details .description_part_container{
display: table\9;
width: 100%\9;
}
.services .details>.img_part,
.services .details>.img_part + .description_part,
.services .details .description_part_container>div{
display: table-cell\9;
vertical-align: top\9;
}
.services .details .description_part_container{
table-layout: fixed\9;
}
.services .details>.img_part img{
margin-right: 0\9;
}  .pricing_table,
.grid-row.eq-columns{
display: -webkit-box;
display: -webkit-flex;
display: -moz-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: stretch;
-webkit-align-items: stretch;
-moz-box-align: stretch;
-ms-flex-align: stretch;
align-items: stretch;
-webkit-flex-wrap: wrap;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
} .pricing_table,
.grid-row.eq-columns{
display: block\9;
}
.pricing_table .pricing_table_column,
.grid-row.eq-columns .grid-col{
float: left\9;
}
.pricing_table:after,
.grid-row.eq-columns:after{
display: none;
}
.pricing_table:after,
.grid-row.eq-columns:after{
content: "";
display: block\9;
clear: both\9;
} .grid-row.eq-columns .pricing_table_column + .grid-col:not(.pricing_table_column){
padding-left: 2.5%;
}
.grid-row.eq-columns .grid-col:not(.pricing_table_column){
padding-right: 2.5%;
}
.grid-row.eq-columns .grid-col:not(.pricing_table_column){
padding-top: 30px;
padding-bottom: 30px;
}
.pricing_table.col-4 .pricing_table_column,
.grid-row.eq-columns .grid-col-3{
width: 25%;
} .pricing_table.col-3 .pricing_table_column,
.grid-row.eq-columns .grid-col-4{
width: 33.333%;
} .pricing_table.col-2 .pricing_table_column,
.page-content.double-sidebar .pricing_table.col-4 .pricing_table_column,
.grid-row.eq-columns .grid-col-6,
.page-content.double-sidebar .grid-row.eq-columns .grid-col-3{
width: 50%;
} .grid-row.eq-columns .grid-col + .grid-col{
margin-left: 0;
}
.pricing_table_column{
position: relative;
padding-bottom: 54px;
background: #f4f4f4;
cursor: pointer;
}
.pricing_table_column + .pricing_table_column{
border-left: 1px solid #fff;
}
.pricing_table_header{
padding: 20px 0;
color: #fff;
font-size: 0.929em;
line-height: 1.385em;
text-align: center;
}
.pricing_table_header .title{
display: block;
font-size: 2.154em;
line-height: 1em;
}
.pricing_table_column .price_part{
background: #fff;
padding: 30px 0 25px;
font-size: 5em;
line-height: 0.7143em;
text-align: center;
}
.pricing_table_column .price_container{
display: inline-block;
}
.pricing_table_column .currency{
vertical-align: top;
font-size: 0.343em;
line-height: 1;
}
.pricing_table_column .price_description{
display: block;
margin-top: 5px;
font-size: 0.257em;
line-height: 1em;
text-align: right;
}
.pricing_table_column .content_part{
padding: 30px 15px 20px;
}
.pricing_table_column .content_part ul,
.pricing_table_column .content_part ol{
line-height: 1.429em;
margin-left: 0;
}
.pricing_table_column .content_part ul ul,
.pricing_table_column .content_part ol ol,
.pricing_table_column .content_part ul ol,
.pricing_table_column .content_part ol ul{
margin-left: 16px;
}
.pricing_table_column .content_part li{
padding: 4px 0;
border-bottom: 1px solid #e1e1e1;
}
.pricing_table_column .content_part ul>li:first-child,
.pricing_table_column .content_part ol>li:first-child{
border-top: 1px solid #e1e1e1;
margin-top: 0;
}
.page-content main .pricing_table_column .content_part li + li{
margin-top: 0;
}
.pricing_table_column .content_part li:before{
display: none;
}
.pricing_table_button{
border-style: none;
width: 100%;
display: block;
position: absolute;
bottom: 0;
}
.pricing_table_button:hover{
color: #fff !important;
}  .pricing_table_column:hover,
.pricing_table_column.active_table_column{
z-index: 1;
background: #fff;
-webkit-transform: scale(1.06);	
-moz-transform: scale(1.06);
-ms-transform: scale(1.06);
-o-transform: scale(1.06);
border: 1px solid #fff;
-webkit-transition: -webkit-transform 0.3s ease;
-moz-transition: -moz-transform 0.3s ease;
-ms-transition: -ms-transform 0.3s ease;
-o-transition: -o-transform 0.3s ease;
-webkit-perspective: 1000;
}
.pricing_table_column:hover .price_part,
.pricing_table_column.active_table_column .price_part{
color: #fff;
} .our_team .links a{
width: 50px;
height: 50px;
font-size: 20px;
line-height: 50px !important;
}
.our_team .pic img{
display: block;
}
.links a:nth-child(2){
-ms-animation-delay: 0.1s;
-ms-transition-delay: 0.1s;
-moz-animation-delay: 0.1s;
-moz-transition-delay: 0.1s;
-webkit-animation-delay: 0.1s;
-webkit-transition-delay: 0.1s;
}
.links a:nth-child(3){
-ms-animation-delay: 0.2s;
-ms-transition-delay: 0.2s;
-moz-animation-delay: 0.2s;
-moz-transition-delay: 0.2s;
-webkit-animation-delay: 0.2s;
-webkit-transition-delay: 0.2s;
}
.links a:nth-child(4){
-ms-animation-delay: 0.3s;
-ms-transition-delay: 0.3s;
-moz-animation-delay: 0.3s;
-moz-transition-delay: 0.3s;
-webkit-animation-delay: 0.3s;
-webkit-transition-delay: 0.3s;
}
.links a:nth-child(5){
-ms-animation-delay: 0.4s;
-ms-transition-delay: 0.4s;
-moz-animation-delay: 0.4s;
-moz-transition-delay: 0.4s;
-webkit-animation-delay: 0.4s;
-webkit-transition-delay: 0.4s;
}
.team_member_info,
.portfolio_item_info{
padding: 10px 20px 15px;
border-bottom-style: solid;
border-bottom-width: 6px;
text-align: center;
line-height: 1.286em;
margin-top: 0 !important;
}
.team_member_info .name,
.portfolio_item_info .name{
font-size: 1.215em;
line-height: 1.353em;
}
.our_team .item:hover .team_member_info,
.our_team .item:hover .team_member_info .name,
.photo_tour .item:hover .portfolio_item_info,
.photo_tour .item:hover .portfolio_item_info a{
color: #fff;
}
.carousel .item{
padding-left: 11px;
padding-right: 11px;
} .photo_tour_section_header:not(:empty) + .photo_tour,
.photo_tour_section_header:not(:empty) + .our_team {
margin-top:25px;
}
.photo_tour_section .filter{
float: right;
width: 270px;
height: 30px;
padding-top: 4px;
padding-bottom: 4px;
}
.page-content.double-sidebar .photo_tour_section .filter{
width: 50%;
} #toggle_sidebar_area{
display: none;
}
.toggle_sidebar .switcher{
position: absolute;
top: 100%;
right: 0;
font-size: 0.8em;
text-shadow: 0 -1px rgba(0,0,0,0.3);
text-transform: uppercase;
font-weight: 900;
color: #fff;
padding: 10px 10px 5px;
z-index: 50;
text-align: center;
cursor: pointer;
}
.toggle_sidebar .switcher:after{
content: "";
display: block;
position: absolute;
top: 100%;
left: 0;
width: 0;
height: 0;
border-style: solid;
border-width: 0px;
border-left-color: transparent;
border-right-color: transparent;
border-bottom-style: none;
}
.toggle_sidebar .switcher_shadow{
position: absolute;
top: 0;
right: 0;
background-image: url(//www.gympiemobility.com.au/wp-content/themes/clinico/img/header.png);
background-repeat: no-repeat;
background-size: contain;
background-position: top left;
height: 13px;
width: 120px;
z-index: 51;
-webkit-transform: translate(50%, 0);
-moz-transform: translate(50%, 0);
-ms-transform: translate(50%, 0);
transform: translate(50%, 0);
}
#toggle_sidebar_area{
padding: 30px 0;
} .find_a_doctor .search_field.by_name:before{
content:"\f0f0";
}
.find_a_doctor .search_field.by_treatment:before{
content:"\f0fa";
}
.toggle_sidebar .cws-widget-content.doc_search{
display: -webkit-box;
display: -webkit-flex;
display: -moz-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-webkit-align-items: center;
-moz-box-align: center;
-ms-flex-align: center;
align-items: center;
}
.toggle_sidebar .cws-widget-content.doc_search>*:first-child{
width: 30%;
}
.toggle_sidebar .cws-widget-content.doc_search>*:last-child{
width: 70%;
}
.toggle_sidebar .cws-widget-content.doc_search>*:only-child{
width: -webkit-calc( 100% + 30px );
width: -moz-calc( 100% + 30px );
width: -ms-calc( 100% + 30px );
width: calc( 100% + 30px );
margin-left: -30px;
}
.toggle_sidebar .cws-widget-content.doc_search .widget-title{
margin: 0;
border-left-style: none;
padding-left: 0;
font-size: 2.143em;
line-height: 1;
color: #fff;
}
.toggle_sidebar .find_a_doctor form{
display: -webkit-box;
display: -webkit-flex;
display: -moz-box;
display: -ms-flexbox;
display: flex;
-webkit-flex-wrap: wrap;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
-webkit-box-align: center;
-webkit-align-items: center;
-moz-box-align: center;
-ms-flex-align: center;
align-items: center;
}
.find_a_doctor .search_field{
position: relative;
}
.toggle_sidebar .find_a_doctor .search_field:before,
.toggle_sidebar .find_a_doctor .search_field:after{
display: none;
}
.toggle_sidebar .find_a_doctor .search_field{
width: 40%;
margin-top: 0;
}
.toggle_sidebar .find_a_doctor .submit_field{
width: 20%;
}
.find_a_doctor .submit_field{
text-align: right;
}
.toggle_sidebar .find_a_doctor .search_field,
.toggle_sidebar .find_a_doctor .submit_field{
padding-left: 30px;
}
.toggle_sidebar .find_a_doctor .search_field input,
.toggle_sidebar .find_a_doctor .search_field select{
padding-left: 10px;
line-height: 1.2 !important;
} .ui-tooltip {
border: 2px solid #454545;
border-radius: 0px;	
box-shadow: 0 0 
}
.search_field.by_name{
position: relative;
}
.ui-autocomplete {
position: absolute;
background: #fff;
color: #373737;
border-radius: 5px;
border: 1px solid #e3e3e3;
z-index: 50;
top: calc(100% + 5px) !important;
max-height: 200px !important;
overflow: auto;
font-family: inherit;
font-size: 1em;
}
.ui-autocomplete.source:hover {
background: #454545;
}
.ui-helper-hidden-accessible{
display: none;
}
.ui-autocomplete .ui-menu-item{
padding: 2px 0 2px 20px;
border: 0 !important;
font-size: 1em;
font-family: inherit;
box-sizing: border-box;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
-ms-box-sizing: border-box;
}
.ui-autocomplete .ui-menu-item a{
border-radius: 0px;
padding-left: 20px;
}
.ui-menu .ui-menu-item a:before{
display: none;
}
.ui-menu .ui-menu-item a:hover,
.ui-menu .ui-state-focus{
text-decoration: underline;
cursor: pointer;
background: none;
} .toggle_sidebar .cws-widget-content.doc_search,
.toggle_sidebar .find_a_doctor form{
display: table\9;
width: 100%\9;
}
.toggle_sidebar .cws-widget-content.doc_search>*,
.toggle_sidebar .find_a_doctor form>*{
display: table-cell\9;
vertical-align: middle\9;
}  .theme_color_sb_area{
color: #fff;
}
.theme_color_sb_area  [type="submit"]{
background: #fff;
border-color: #fff;
}
.theme_color_sb_area  [type="submit"]:hover{
color: #fff;
}
.theme_color_sb_area .find_a_doctor .search_field input,
.theme_color_sb_area .find_a_doctor .search_field select{
height: 2.142em;
padding-top: 4px;
padding-bottom: 4px;
background-color: rgba(255,255,255,0.5);
border-color: rgba(255,255,255,0.7);
box-shadow: inset 0 7px 7px rgba(0,0,0,0.05);	
}
.footer_sidebar_area a,
.footer_sidebar_area .cws-widget ul>li>a,
.footer_sidebar_area .cws-widget-content:not(.backlight) a:hover{
color: #fff;
} #footer-top-part a:not(.cws_button):hover{
color: #fff;
} .flxmap-container{
max-width: 100%;
} #header-404{
margin-top:20px !important;
text-align:center;
}
#title-404{
font-weight:700;
font-size:2em;
text-transform:uppercase;
}
#block-404{
margin-top:40px !important;
margin-left: auto !important;
margin-right: auto !important;
position:relative;
width:500px;
height:200px;
}
#block-404>div{
position:absolute;
width:100%;
height:100%;
}
#block-404-substrate{
}
#block-404-icon{
background-image: url(//www.gympiemobility.com.au/wp-content/themes/clinico/img/404_mask.png);
background-repeat: no-repeat;
background-position: center center;
background-size:cover;
}
#text-404{
margin-top:40px !important;
text-align:center;
}
#button-404{
text-align: center;
}
#text-404 .sel{
font-weight: 700;
margin-bottom: 7px;
} .site_top_panel .lang_bar{
display: inline-block;
vertical-align: middle;
}
.site_top_panel .lang_bar ul ul{
top: 100%;
bottom: auto;
}
.site_top_panel .lang_bar ul li{
text-align: left;
}
.site_top_panel  .lang_bar ul ul:before{
border-bottom-left-radius: 7px;
border-bottom-right-radius: 7px;
}
.site_top_panel .wpml-ls-legacy-dropdown .wpml-ls-sub-menu{
left: auto;
right: auto;
}
.site_top_panel  .lang_bar ul ul:before{
box-shadow: none;
border-radius: 0 0 5px 5px;
}
.site_top_panel .lang_bar .wpml-ls-sub-menu li{
white-space: nowrap;
}
.site_top_panel .lang_bar .wpml-ls-sub-menu a{
display: block;
padding-top: 7px;
padding-bottom: 7px;	
box-sizing: border-box;
width: calc(100% + 14px);
}
.site_top_panel .wpml-ls-legacy-list-horizontal{
padding: 0;
}
.site_top_panel .wpml-ls-legacy-list-horizontal li:last-child a{
padding-right: 0;
padding-top: 0;
padding-bottom: 0;
}
.site_top_panel .lang_bar .wpml-ls-sub-menu li{
display: block;
}
.site_top_panel .lang_bar .wpml-ls-sub-menu li:last-child a{
border-radius: 0 0 5px 5px;
}
.site_top_panel.mobile #top_panel_curtain {
display: block;
}
.site_top_panel.mobile #top_panel_links{
display: none;
} 
.site_top_panel .lang_bar a{
display: inline-block;
}
.site_top_panel .lang_bar a
.site_top_panel.mobile #top_panel_curtain{
display: block;
}
.wpml-ls-legacy-dropdown-cws{
width: auto;
}
.lang_bar ul ul:before{
content: '';
position: absolute;
top: 0;
bottom: 0;
left: 0;
right: 0;
background: rgba(0,0,0,0.4);
z-index: -1;
border-radius: 7px;
border-bottom-left-radius: 0;
border-bottom-right-radius: 0;
background: rgba(0,0,0,0.65);
}
body > .wpml-ls-statics-footer {
display: none;
}
.lang_bar{
font-size: 0.7894em;
}
.lang_bar ul ul{
position: absolute;
z-index: 1;
bottom: calc(100% - 1px);
left: -999999px;
opacity: 0;
display: table;
padding: 10px;
padding-bottom: 0;
padding: 6px 10px 0;
border-radius: 7px;
border-bottom-left-radius: 0;
border-bottom-right-radius: 0;
-webkit-transition: opacity 0.3s ease, left 0.3s step-end;
-moz-transition: opacity 0.3s ease, left 0.3s step-end;
-ms-transition: opacity 0.3s ease, left 0.3s step-end;
transition: opacity 0.3s ease, left 0.3s step-end;
}
.lang_bar ul:hover ul{
left: 0;
opacity: 1;
-webkit-transition: opacity 0.3s ease, left 0.3s step-start;
-moz-transition: opacity 0.3s ease, left 0.3s step-start;
-ms-transition: opacity 0.3s ease, left 0.3s step-start;
transition: opacity 0.3s ease, left 0.3s step-start;
}
.lang_bar li:before{
display: none;
}
.lang_bar .wpml-ls-statics-shortcode_actions,
.header_language_bar .wpml-ls-legacy-dropdown {
width: auto;
}
.header_language_bar .bar:not(:empty){
float: right;
}  .copyrights_panel_wrapper .lang_bar li:before{
display: none;
}
.lang_bar .lang_sel_list_horizontal li{
display: table-cell;
padding-left: 2px;
}
.lang_bar .lang_sel_list_horizontal>ul{
display: table;
}
.lang_bar .lang_sel_list_horizontal>ul>li{
padding-right: 10px;
}
.lang_bar .lang_sel_list_horizontal>ul>li:last-child{
padding-right: 0;
}
.lang_bar .wpml-ls-statics-shortcode_actions{
width: auto;
}
.lang_bar>div>ul{
padding: 0;
position: relative;
z-index: 1;
}
.lang_bar>div.lang_sel_list_vertical>ul,
.lang_bar>div.lang_sel_list_horizontal>ul{
padding: 0 0 0 10px;
}
.footer-bottom-part  .lang_bar ul ul{
position: absolute;
z-index: 1;
width: 100%;
bottom: calc(100% - 1px);
left: -999999px;
display: table;
padding: 10px;
padding-bottom: 0;
padding: 8px 10px;
border-radius: 5px;
-webkit-transition: opacity 0.3s ease, left 0.3s step-end;
-moz-transition: opacity 0.3s ease, left 0.3s step-end;	
-ms-transition: opacity 0.3s ease, left 0.3s step-end;
transition: opacity 0.3s ease, left 0.3s step-end;	
border-width: 1px;
border-style: solid;
}
.footer-bottom-part  .lang_bar ul li ul a{
padding: 7px 0 7px 7px;
}
.footer-bottom-part  .lang_bar ul ul.wpml-ls-sub-menu{
padding: 0;
}
.footer-bottom-part .wpml-ls-legacy-dropdown .wpml-ls-sub-menu{
bottom: 100%;
}
.footer-bottom-part .wpml_language_switch li:before{
display: none;
}
.footer-bottom-part .wpml-ls-legacy-dropdown .wpml-ls-sub-menu{
left: auto;
right: auto;
margin-left: -1px;
white-space: nowrap;
}
.footer-bottom-part .wpml-ls-legacy-dropdown-cws{
float: right;
width: inherit;
}
.footer-bottom-part .wpml-ls-legacy-dropdown a,.footer-bottom-part .wpml-ls-legacy-dropdown ul{
border:0;
}
.footer-bottom-part .wpml-ls-legacy-dropdown .wpml-ls-sub-menu a{
display: block;
padding: 7px 10px;
box-sizing: border-box;
text-align: left;
width: calc(100% + 20px);
}
.footer-bottom-part .wpml-ls-legacy-dropdown .wpml-ls-sub-menu li:first-child a{
border-radius: 5px 5px 0 0;
}
.footer-bottom-part .wpml-ls-legacy-dropdown .wpml-ls-sub-menu{
border-radius: 5px 5px 0 0;
}
.footer-bottom-part  .lang_bar ul ul li{
text-align: left;
}
.lang_bar ul ul li{
padding-left: 0;
}
.footer-bottom-part .lang_bar ul:hover ul{
left: 0;
opacity: 1;
-webkit-transition: opacity 0.3s ease, left 0.3s step-start;
-moz-transition: opacity 0.3s ease, left 0.3s step-start;	
-ms-transition: opacity 0.3s ease, left 0.3s step-start;
transition: opacity 0.3s ease, left 0.3s step-start;
}
.footer-bottom-part .wpml-ls-legacy-dropdown-click .wpml-ls-sub-menu{
top:auto;
}
.footer-bottom-part .lang_bar ul:hover .wpml-ls-sub-menu{
visibility: visible !important;
}
.lang_bar ul ul .iclflag{
padding-right: 0.25em;
}
.lang_bar li:before{
display: none;
}
.lang_bar li{
padding: 0;
}
.lang_bar li .iclflag{
display: inline-block;
}
.lang_bar ul li a{
position: relative;
font-size: 15px;
}
.lang_bar ul li{
line-height: inherit;
display: table-row;
}
.lang_bar ul li ul li{
line-height: 1.5;
}
.copyrights_panel .lang_bar ul li a{
padding: 7px 7px 7px 0;	
}
.copyrights_panel .lang_bar{
padding-left: 15px;
}
.wpml_language_switch.wpml-legacy-horizontal-list ul li{
float: left;
}
.wpml_language_switch.wpml-legacy-horizontal-list ul{
overflow: hidden;
padding: 0 15px;
}
.wpml_language_switch.wpml-legacy-horizontal-list ul li{
padding-left: 0;
}
.wpml_language_switch.wpml-legacy-horizontal-list ul li:last-child{
margin-right: 0;
}
.wpml_language_switch.wpml-legacy-horizontal-list ul li:before{
display: none;
}
.footer-bottom-part .wpml-ls-legacy-dropdown{
width: auto;
}
.footer-bottom-part .wpml-ls-legacy-dropdown .wpml-ls-sub-menu{
top:auto;
}
.footer-bottom-part .lang_bar>div:not(.lang_sel_list_vertical):not(.lang_sel_list_horizontal)>ul:before{
display: none;
}
.footer-bottom-part .lang_bar>div>ul{
padding: 0;
}
.footer-bottom-part .lang_bar>div>ul li{
text-align: left;
}
.footer-bottom-part .wpml-ls-statics-shortcode_actions a{
border-color: transparent;
}
.wpml_language_switch.wpml-legacy-vertical-list .wpml-ls-legacy-list-horizontal a{
padding: 7px;
}
.footer-bottom-part .wpml-ls-statics-shortcode_actions .wpml-ls-current-language>a{
padding-right: 7px;
}
.footer-bottom-part .wpml-ls-legacy-list-horizontal.wpml-ls-statics-footer{
margin-bottom: 0;
}
.footer-bottom-part .wpml-ls-legacy-list-vertical a{
border-bottom: 0;
}    #tribe-events-footer .tribe-events-sub-nav .tribe-events-nav-previous:before,
#tribe-events-footer .tribe-events-sub-nav .tribe-events-nav-next:before{
content: none;
}
#tribe-events-footer .tribe-events-sub-nav {
font-size: inherit;
}
#tribe-events-footer .tribe-events-sub-nav .tribe-events-nav-previous{
font-size: 1em;
float: left;
}
#tribe-events-footer .tribe-events-sub-nav .tribe-events-nav-next{
font-size: 1em;
float: right;
}  .cws-widget .tribe-mini-calendar-wrapper .tribe-mini-calendar-nav-link{
background: none;
}
.cws-widget .tribe-mini-calendar-wrapper .tribe-mini-calendar-nav td,
.cws-widget .tribe-mini-calendar-wrapper .tribe-mini-calendar-nav{
border: none;
}
.cws-widget .tribe-mini-calendar-wrapper .tribe-mini-calendar-nav div{
line-height: 38px;
}
.cws-widget .tribe-mini-calendar-wrapper .tribe-mini-calendar th{
border-color: #fff;
}
.cws-widget .tribe-mini-calendar-wrapper .tribe-mini-calendar .vcalendar td{
border: none;
line-height: 21px;
}
.cws-widget .tribe-mini-calendar-wrapper .tribe-mini-calendar .tribe-events-has-events div[id*='daynum-'] a:before{
height: 4px;
width: 4px;
border-radius: 2px;
-moz-border-radius: 2px;
-webkit-border-radius: 2px;
margin: 5px auto 0 -2px;
}
.cws-widget .tribe-mini-calendar-wrapper .tribe-mini-calendar .tribe-events-present:after,
.cws-widget .tribe-mini-calendar-wrapper .tribe-mini-calendar .tribe-mini-calendar-today:after{
height: 1px;
background: #fff;
}
.cws-widget .tribe-mini-calendar-wrapper .tribe-events-present .tribe-mini-calendar-no-event,
.cws-widget .tribe-mini-calendar-wrapper .tribe-mini-calendar-no-event:hover,
.cws-widget .tribe-mini-calendar-wrapper .tribe-mini-calendar thead,
.cws-widget .tribe-mini-calendar-wrapper .tribe-mini-calendar th,
.cws-widget .tribe-mini-calendar .tribe-events-present,
.cws-widget .tribe-mini-calendar .tribe-mini-calendar-today,
.cws-widget .tribe-mini-calendar .tribe-events-has-events:hover a:hover,
.cws-widget #tribe-mini-calendar-month{
color: #fff;
}
.cws-widget .tribe-venue-widget-wrapper ul li h4{
margin: 0px;
}    .single-post .wp-block-image.alignfull img,
.page-content .container main>.wp-block-image.alignfull img {
max-width: 100vw;
position: relative;
left: 50%;
transform: translateX(-50%);
-webkit-transform: translateX(-50%);
width: 100vw;
border-radius: 0;
}
@media screen and (max-width: 1190px){
.page-title nav {
margin-right: 140px;
}
.page-content.double-sidebar .pricing_table.col-3 .pricing_table_column,
.page-content.double-sidebar .grid-row.eq-columns .grid-col-4{
width: 50%;
} .page-content.double-sidebar .news-medium .wrapper{
width: 100%;
margin-right: 0;
}
.news-pinterest .grid,
.our_team .grid{
margin-right: -20px;
}
.news-pinterest .grid .item,
.our_team .grid .item{
margin-right: 20px;
}
.news-pinterest.news-2 .item{
width: 460px;
}
.page-content.single-sidebar .news-pinterest.news-2 .item{
width: 340px;
}
.page-content.double-sidebar .news-pinterest.news-2 .item,
.page-content.double-sidebar .news-pinterest.news-3 .item{
width: 220px;
}
.news-pinterest.news-3 .item{
width: 300px;
}
.page-content.single-sidebar .news-pinterest.news-3 .item{
width: 220px;
}
.news-pinterest.news-4 .item,
.our_team .grid .item{
width: 220px;
}
.media-part + .benefits,
.media-part + .benefits.under{
margin-top: 0;
}
.benefits_area,
.footer_sidebar_area{
display: -webkit-box;
display: -webkit-flex;
display: -moz-box;
display: -ms-flexbox;
display: flex;
-webkit-flex-wrap: wrap;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
-webkit-box-align: stretch;
-webkit-align-items: stretch;
-moz-box-align: stretch;
-ms-flex-align: stretch;
align-items: stretch;
}
.benefits_area{
-webkit-box-pack: center;
-moz-box-pack: center;
-webkit-justify-content: center;
-ms-flex-pack: center;
justify-content: center;
} .benefits_area,
.footer_sidebar_area{
display: block\9;
}
.benefits_area .cws-widget,
.footer_sidebar_area .cws-widget{
float: left\9;
}
.footer_sidebar_area:after{
display: none;
}
.footer_sidebar_area:after{
content: "";
display: block\9;
clear: both\9;
} .benefits_area .cws-widget,
.footer_sidebar_area .cws-widget{
display: block;
width: 25%;
}
.benefits_area .cws-widget{
margin-top: 4px !important;
}
.footer_sidebar_area:not(:empty){
margin-top:-50px;
}
.footer_sidebar_area.with_flags:not(:empty){
margin-top: -5px;
}
.footer_sidebar_area .cws-widget{
margin-top: 50px;
}
.page-content.double-sidebar .callout_widget .text_part,
.page-content.double-sidebar .callout_widget .button_part{
display: block;
width: 100%;
padding: 0;
text-align: left;
}
.page-content.double-sidebar .callout_widget .text_part + .button_part{
margin-top: 8px;
} .page-content.double-sidebar .cws_widget_content.tab_widget:not(.type-2) .tabs .tab:not(:first-child){
border-top: 1px solid #fff;
}
.page-content.double-sidebar .cws_widget_content.tab_widget .tabs{
width: 100%;
float: none;
text-align: center;
}
.page-content.double-sidebar .cws_widget_content.tab_widget .tabs .tab{
display: block;
margin-left: 0;
}
.page-content.double-sidebar .cws_widget_content.tab_widget .tabs .tab:after{
display: none;
}
.page-content.double-sidebar .cws_widget_content.tab_widget .tabs .tab:not(:first-child){
margin-top: -1px;
}
.page-content.double-sidebar .cws_widget_content.tab_widget .tab_items{
width: 100%;
margin-left: 0;
margin-top: -1px;
}
}
@media screen and (max-width: 980px){
.page-title h1 {
float: none;
padding-bottom: 10px;
}
.page-title nav {
float: none;
margin-right: 0 !important;
padding-top: 0;
padding-bottom: 18px;
}
.toggle_sidebar .cws-widget-content.doc_search .widget-title{
display: none;
}
.toggle_sidebar .cws-widget-content.doc_search>*{
width: -webkit-calc( 100% + 30px ) !important;
width: -moz-calc( 100% + 30px ) !important;
width: -ms-calc( 100% + 30px ) !important;
width: calc( 100% + 30px ) !important;
margin-left: -30px;
}
.page-content.single-sidebar .pricing_table.col-4 .pricing_table_column,
.page-content.single-sidebar .grid-row.eq-columns .grid-col-3{
width: 50%;
} .page-content.single-sidebar .news-medium .wrapper{
width: 100%;
margin-right: 0;
}
.news-pinterest .grid,
.our_team .grid{
margin-right: -18px;
}
.news-pinterest .grid .item,
.our_team .grid .item{
margin-right: 18px;
}
.news-pinterest.news-2 .item,
.page-content.double-sidebar .news-pinterest.news-3 .item,
.page-content.double-sidebar .news-pinterest.news-4 .item,
.page-content.double-sidebar .our_team .grid .item{
width: 360px;
}
.page-content.single-sidebar .news-pinterest.news-2 .item,
.page-content.single-sidebar .news-pinterest.news-4 .item,
.page-content.single-sidebar .our_team .grid .item{
width: 265px;
}
.page-content.double-sidebar .news-pinterest.news-2 .item{
width: 360px;
}
.news-pinterest.news-3 .item,
.our_team .grid .item{
width: 234px;
}
.page-content.single-sidebar .news-pinterest.news-3 .item{
width: 265px;
}
.news-pinterest.news-4 .item{
width: 234px;
}
.page-content.single-sidebar .callout_widget .button_part,
.page-content.double-sidebar .callout_widget .button_part{
white-space: normal;
}
.media-part>.container>iframe{
height: 450px;
}
.page-content.double-sidebar .services .col{
width: 100%;
border-left-style: none;
}
.page-content.single-sidebar .services .col{
width: 50%;
}
.page-content.single-sidebar .services .col:not(:nth-child(2n+1)){
border-left: 1px solid #e3e3e3;
}
.footer_sidebar_area .cws-widget{
padding-right: 25px;
}
.footer_sb_container{
margin-right: -25px;
}
}
@media screen and ( max-width:767px ){
.grid-row{
margin: 0 !important;
} .grid,
.footer_sidebar_area:not(:empty){
margin-top: -30px;
}
.grid .item,
.cws-widget + .cws-widget,
.grid-col + .grid-col,
.page-content,
.footer_sidebar_area .cws-widget{
margin-top: 30px;
}
.grid-row + .grid-row{
margin-top: 30px !important;
}
hr{
margin-top: 15px;
margin-bottom: 15px;
} .grid-col{
width: 100%;
margin-left: 0 !important;
margin-right: 0 !important;
}
.pricing_table.col-4 .pricing_table_column,
.pricing_table.col-3 .pricing_table_column,
.grid-row.eq-columns .grid-col-3,
.grid-row.eq-columns .grid-col-4{
width: 50%;
} .grid-row.eq-columns .grid-col + .grid-col{
margin-top: 0;
} .mobile_menu_header{
display: block;
cursor: pointer;
text-align: left;
}
.mobile_menu_header i{
margin-left: 10px;
border-left: 1px solid #fff;
line-height: 2.6em;
width: 2.6em;
float: right;
}
.mobile_menu_header i:before{
font-size: 18px;
}
.main-menu{
display: none;
width: 100%;
}
.main-nav-container .menu-item{
position: relative;
box-shadow: none !important;
}
.main-nav-container .menu-item-has-children a{
padding-right: 2.6em;
}
.main-nav-container .button_open{
display: block;
position: absolute;
top: 0;
right: 0;
width: 2.6em;
height: 2.6em;
z-index: 3;
cursor: pointer;
}
.main-nav-container .button_open:before,
.main-nav-container .button_open:after{
content: "";
display: block;
position: absolute;
width: 17px;
height: 1px;
background: #fff;
left: 50%;
top: 50%;
margin-left: -8px;
}
.main-nav-container .button_open:after{
-webkit-transform: rotate(90deg);
-moz-transform: rotate(90deg);
-ms-transform: rotate(90deg);
transform: rotate(90deg);
}
.main-nav-container .menu-item.active>.button_open:after{
display: none;
}
.page-header{
text-align: center;
}
.page-header .container{
margin: 0 20px 20px;
width: auto;
}
.page-header .logo{
float: none !important;
margin: 20px 0 0 !important;
display: inline-block;
}
.page-header .logo img{
margin: 0 auto !important;
}
.page-header .main-nav-container{
float: none !important;
max-width: 300px;
margin: 20px auto 0;
} .main-menu .menu-item:before{
display: none;
}
.main-menu .menu-item .menu-item>.sub-menu{
margin-left: 0;
}
.main-menu .menu-item .menu-item>.sub-menu>.menu-item:first-child:before{
display: none;
}
.main-menu .menu-item a{
padding-top: 0;
padding-bottom: 0;
}
.main-menu .menu-item .depth .level:not(:first-child){
display: inline;
}  .main-menu .menu-item:hover>.sub-menu{
display: none;
}
.main-menu .menu-item:hover{
box-shadow: none;
}
.main-menu .menu-item>.sub-menu{
display: none;
position: static;
width: 100%;
box-shadow: none;
} .main-menu .menu-item,
.main-menu .menu-item a,
.mobile_menu_header{
color: #fff !important;
line-height: 2.6em !important;
}
.main-menu .menu-item{
border-top: 1px solid #fff;
display: block !important;
}
.main-menu>.menu-item,
.mobile_menu_header{
text-transform: uppercase;
}
.main-menu .menu-item a,
.mobile_menu_header{
padding-left: 15px;
} .page-content .news-medium .wrapper{
width: 100%;
margin-right: 0;
}
.news-pinterest .grid,
.our_team .grid{
margin-right: 0; 
}
.news-pinterest .grid .item,
.page-content.single-sidebar .news-pinterest .grid .item,
.page-content.double-sidebar .news-pinterest.double-sidebar .grid .item,
.our_team .grid .item{
width: 50% !important;
margin-right: 0;
padding: 0 2.5%;
}
.benefits_area .cws-widget,
.footer_sidebar_area .cws-widget,
.photo_tour_section .filter{
width: 50%;
}
.callout_widget .text_part,
.callout_widget .button_part{
display: block;
width: 100%;
padding: 0;
text-align: left;
}
.callout_widget .text_part + .button_part{
margin-top: 8px;
}
.toggle_sidebar .switcher{
font-size: 0;
width: 30px;
height: 30px;
padding: 0;
background-image: url(//www.gympiemobility.com.au/wp-content/themes/clinico/img/find.png) !important;
background-size: cover !important;
background-repeat: no-repeat;
background-position: center center;
}
.toggle_sidebar .switcher:after{
display: none;
}
.toggle_sidebar .switcher_shadow{
display: none;
}
.toggle_sidebar .find_a_doctor .search_field{
width: 50%;
}
.toggle_sidebar .find_a_doctor .submit_field{
width: 100%;
margin-top: 10px;
}
.flxmap-container{
max-height: 300px !important;
}
.comments-part .comment_item .comment_item {
padding-left: 50px;
}
.comments-part .comment-form > [class*="comment-form-"]{
float: none;
width: 100%;
margin-left: 0;
margin-bottom: 0;
}
.comments-part .comment-form > [class*="comment-form-"] + [class*="comment-form-"]{
margin-top: 20px;
}
#block-404{
width:400px;
height:160px;
}
.page-content.single-sidebar .callout_widget .button_part,
.page-content.double-sidebar .callout_widget .button_part{
white-space: nowrap;
}
.media-part>.container>iframe{
height: 300px;
}
.services .col{
width: 100% !important;
border-left-style: none !important;
}
.services .details .description_part{
margin-left: 0;
}
.services .details .description_part_container>div{
width: 100%;
border-left-style: none !important;
padding-left: 0;
padding-right: 0;
}
.services .details .description_part_container>div:not(:first-child){
border-top: 1px solid rgba(255,255,255,0.3);
padding-top: 15px;
margin-top: 15px;
} .services .details .description_part_container,
.services .details .description_part_container>div{
display: block\9;
}
.services .details .img_part img{
margin-right: 30px\9;
} }
@media screen and ( max-width:479px ){
.pricing_table_column,
.grid-row.eq-columns .grid-col{
width: 100% !important;
}
.grid-row.eq-columns .grid-col{
padding-left: 0 !important;
padding-right: 0 !important;
}
.page-content .news-small .wrapper{
width: 100%;
margin-right: 0;
}	
.news-pinterest .grid .item,
.page-content.single-sidebar .news-pinterest .grid .item,
.page-content.double-sidebar .news-pinterest.double-sidebar .grid .item,
.our_team .grid .item{
width: 100% !important;
padding: 0;
}
.benefits_area .cws-widget,
.footer_sidebar_area .cws-widget{
width: 100%;
}
.callout_widget.with_icon .icons_part{
display: none;
}
.callout_widget.with_icon{
padding-left: 23px;
}
.callout_widget .text_part,
.callout_widget .button_part{
text-align: center;
}
.toggle_sidebar .find_a_doctor .search_field,
.toggle_sidebar .find_a_doctor .submit_field{
width: 100%;
padding-left: 0;
margin-top: 10px;
}
.toggle_sidebar .find_a_doctor{
margin-top: -10px;
width: 100% !important; 
margin-left: 0 !important;
}
.cws-widget .wpcf7-form .wpcf7-submit{
float: none;
display: block !important;
margin-top: 20px;
}
.comments-part .comment_item .comment_item {
padding-left: 25px;
}
.comments-part .comment_item .avatar_frame img{
width: 40px;
height: auto;
}
.comments-part .comment_item .avatar_frame{
margin-right: 10px;
}
#block-404{
width:200px;
height:80px;
}
.media-part>.container>iframe{
height: 200px;
}	
.services .details{
display: block;
}
.services .details .img_part img{
width: 100%;
margin-right: 0;
}
.services .details .img_part + .description_part{
margin-top: 20px;
} .page-content.double-sidebar .cws_widget_content.tab_widget:not(.type-2) .tabs .tab:not(:first-child){
border-top: 1px solid #fff;
}
.cws_widget_content.tab_widget .tabs{
width: 100%;
float: none;
text-align: center;
}
.cws_widget_content.tab_widget .tabs .tab{
display: block;
margin-left: 0;
}
.cws_widget_content.tab_widget .tabs .tab:after{
display: none;
}
.cws_widget_content.tab_widget .tabs .tab:not(:first-child){
margin-top: -1px;
}
.cws_widget_content.tab_widget .tab_items{
width: 100%;
margin-left: 0;
margin-top: -1px;
}
.single_bar .title{
word-break: break-all;
}
.carousel .item{
padding-left: 0;
padding-right: 0;
}
.news .video iframe{
height: 200px;
}
.footer-bottom-part .footer_sidebar_area.with_flags .footer_language_bar{
float: none;
margin: 0;
}
.footer-bottom-part .footer_sidebar_area.with_flags .footer_language_bar{
text-align: center;
}
.footer-bottom-part .footer_language_bar #lang_sel,
.footer-bottom-part .footer_language_bar #lang_sel_click{
display: inline-block;
text-align: left;
}
.footer-bottom-part .footer_language_bar #lang_sel,
.footer-bottom-part .footer_language_bar #lang_sel_click{
margin-top: 0;
} .services .details>.img_part,
.services .details>.img_part + .description_part,
.services .details .description_part_container>div{
display: block\9;
} } @media screen and (min-width:768px){
html.touch .page-header.logo-center .main-nav-container:after{
display: block;
content: "";
clear: both;
}
html.touch .page-header.logo-center .main-nav-container.a-right{
float: right;
}
html.touch .page-header.logo-center .main-nav-container.a-center{
margin-left: auto;
margin-right: auto;
}
html.touch .page-header.logo-center .sticky_container{
margin-left: auto;
margin-right: auto;
width: 1170px;
}
html.touch .page-header.logo-center .main-nav-container.a-left .mobile_menu_header,
html.touch .page-header.logo-right .main-nav-container .mobile_menu_header{
float: left;
}
html.touch .page-header .main-nav-container .mobile_menu_header{
display: inline-block !important;
cursor: pointer;
text-align: left;
padding-left: 0 !important;
float: right;
}
html.touch .page-header.logo-center .main-nav-container.a-center .mobile_menu_header{ display: block !important;
text-align: left;
padding-left: 10px !important;
float: none;
}
html.touch .main-nav-container .mobile_menu_header + .main-menu{
position: absolute;
top: 100%;
left: 0;
width: 100%;
-webkit-perspective: 1000;
}
html.touch .page-header .main-nav-container .mobile_menu_header .mobile_menu_title{ font-size: 0;
}
html.touch .page-header.logo-center .main-nav-container.a-center .mobile_menu_header .mobile_menu_title{
font-size: inherit;
}
html.touch .main-nav-container .mobile_menu_header i{
margin-left: 0;
border-left: 1px solid #fff;
line-height: 2.6em;
width: 2.6em;
float: right;
}
html.touch .main-nav-container .mobile_menu_header i:before{
font-size: 18px;
}
html.touch .main-nav-container .main-menu{
display: none;
width: 100%;
}
html.touch .main-nav-container  .menu-item{
position: relative;
box-shadow: none !important;
}
html.touch .main-nav-container  .menu-item-has-children a{
padding-right: 2.6em;
}
html.touch .main-nav-container .button_open{
display: block;
position: absolute;
top: 0;
right: 0;
width: 2.6em;
height: 2.6em;
z-index: 3;
cursor: pointer;
}
html.touch .main-nav-container  .button_open:before,
html.touch .main-nav-container .button_open:after{
content: "";
display: block;
position: absolute;
width: 17px;
height: 1px;
background: #fff;
left: 50%;
top: 50%;
margin-left: -8px;
}
html.touch .main-nav-container  .button_open:after{
-webkit-transform: rotate(90deg);
-moz-transform: rotate(90deg);
-ms-transform: rotate(90deg);
transform: rotate(90deg);
}
html.touch .main-nav-container .menu-item.active>.button_open:after{
display: none;
} html.touch .main-nav-container{
width: 300px;
position: relative;
} html.touch .main-nav-container .main-menu .menu-item:before{
display: none;
}
html.touch .main-nav-container .main-menu .menu-item .menu-item>.sub-menu{
margin-left: 0;
}
html.touch .main-nav-container .main-menu .menu-item .menu-item>.sub-menu>.menu-item:first-child:before{
display: none;
}
html.touch .main-nav-container .main-menu .menu-item a{
padding-top: 0;
padding-bottom: 0;
}
html.touch .main-nav-container .main-menu .menu-item .depth .level:not(:first-child){
display: inline;
}  html.touch .main-nav-container .main-menu .menu-item:hover>.sub-menu{
display: none;
}
html.touch .main-nav-container .main-menu .menu-item:hover{
box-shadow: none;
}
html.touch .main-nav-container .main-menu .menu-item>.sub-menu{
display: none;
position: static;
width: 100%;
box-shadow: none;
} html.touch .main-nav-container .main-menu .menu-item,
html.touch .main-nav-container .main-menu .menu-item a,
html.touch .main-nav-container .mobile_menu_header{
color: #fff !important;
line-height: 2.6em !important;
}
html.touch .main-nav-container .main-menu .menu-item{
border-top: 1px solid #fff;
display: block !important;
}
html.touch .main-nav-container .main-menu>.menu-item,
html.touch .main-nav-container .mobile_menu_header{
text-transform: uppercase;
}
html.touch .main-nav-container .main-menu .menu-item a,
html.touch .main-nav-container .mobile_menu_header{
padding-left: 15px;
}
}
@media screen and (max-width: 1190px) and (min-width:768px){
html.touch .page-header.logo-center .sticky_container{
width: 940px;
}
}
@media screen and (max-width: 980px) and (min-width:768px){
html.touch .page-header.logo-center .sticky_container{
width: 738px;
}
}  @media
only screen and (-webkit-min-device-pixel-ratio: 2),
only screen and (   min--moz-device-pixel-ratio: 2),
only screen and (     -o-min-device-pixel-ratio: 2/1),
only screen and (        min-device-pixel-ratio: 2),
only screen and (                min-resolution: 192dpi),
only screen and (                min-resolution: 2dppx) { 
#block-404-icon{
background-image:url(//www.gympiemobility.com.au/wp-content/themes/clinico/img/404_mask@2x.png);	
}
.toggle_sidebar .switcher_shadow{
background-image:url(//www.gympiemobility.com.au/wp-content/themes/clinico/img/header@2x.png);	
}
#lang_sel>ul>li>a:after,
#lang_sel_click>ul>li>a:after{
background-image: url(//www.gympiemobility.com.au/wp-content/themes/clinico/img/select@2x.png) !important;	
background-size: 31px 4px;	
}
@media only screen and(max-width:767px){
.toggle_sidebar .switcher{
background-image: url(//www.gympiemobility.com.au/wp-content/themes/clinico/img/find@2x.png) !important;
}
}
}
@media only screen and (-webkit-min-device-pixel-ratio: 2){
select{
background-image: url(//www.gympiemobility.com.au/wp-content/themes/clinico/img/select@2x.png) !important;	
background-size: 31px 4px;	
}	
}.page_boxed{
max-width: 1250px;
margin: 0 auto;
box-shadow: 0 0 20px rgba(0,0,0,0.5);
}
body.wide,
.page_boxed{
background: #fff !important;
}
body:not(.page_boxed) .media-part .container{
width: auto;
}
.container,
.page-header.logo-left .sticky_container,
.page-header.logo-right .sticky_container,
.page-header.logo-center .main-menu{
width:1170px;
margin:0 auto;
position:relative;
}
main{
width:100%;
}
.page-content.single-sidebar main{
width:870px;
}
.page-content.double-sidebar main{
width:570px;
}
aside{
width:270px;
}
.page-content>.container{
display: -webkit-box;
display: -webkit-flex;
display: -moz-box;
display: -ms-flexbox;
display: flex;
}
.page-content aside.sbleft{
-webkit-box-ordinal-group: 2;
-moz-box-ordinal-group: 2;
-webkit-order: 1;
-ms-flex-order: 1;
order: 1;
}
.page-content aside.sbright{
-webkit-box-ordinal-group: 4;
-moz-box-ordinal-group: 4;
-webkit-order: 3;
-ms-flex-order: 3;
order: 3;	
}
.page-content main{
-webkit-box-ordinal-group: 3;
-moz-box-ordinal-group: 3;
-webkit-order: 2;
-ms-flex-order: 2;
order: 2;	
}
.page-content>.container>aside.sbleft{
margin-right:30px;
}
.page-content>.container>aside.sbright{
margin-left:30px;
} .page-content>.container,
.page-content>.container>*{
display: block\9;
}
aside.sbleft,
main{
float: left\9;
}
aside.sbright{
float: right\9;
}
.page-content>.container:after{
display: none;
}
.page-content>.container:after{
content: "";
display: block\9;
clear: both\9;
} @media screen and (max-width: 1190px){
.page_boxed{
max-width: 1000px;
}
.container,
.page-header.logo-left .sticky_container,
.page-header.logo-right .sticky_container,
.page-header.logo-center .main-menu{
width: 940px;
}
aside{
width: 220px;
}
.page-content>.container>aside.sbleft{
margin-right: 20px;
}	
.page-content>.container>aside.sbright{
margin-left: 20px;
}
.page-content.single-sidebar main{
width: 700px;
}
.page-content.double-sidebar main{
width: 460px;
}
}
@media screen and (max-width: 980px){
.page_boxed{
max-width: 788px;
}
.container,
.page-header.logo-left .sticky_container,
.page-header.logo-right .sticky_container,
.page-header.logo-center .main-menu{
width: 738px;
}
aside{
width: 171px;
}
.page-content>.container>aside.sbleft{
margin-right: 18px;
}	
.page-content>.container>aside.sbright{
margin-left: 18px;
}
.page-content.single-sidebar main{
width: 549px;
}
.page-content.double-sidebar main{
width: 360px;
}
}
@media screen and (max-width: 767px){
.container,
.page-header.logo-left .sticky_container,
.page-header.logo-right .sticky_container,
.page-header.logo-center .main-menu{
width: auto;
}
.container{
margin-left: 20px;
margin-right: 20px;
}
.page-content>.container{
-webkit-box-direction: normal;
-moz-box-direction: normal;
-webkit-box-orient: vertical;
-moz-box-orient: vertical;
-webkit-flex-direction: column;
-ms-flex-direction: column;
flex-direction: column;
}
.page-content>.container>*{
width: 100% !important;
margin-left: 0 !important;
margin-right: 0 !important;
}
.page-content>.container>.sbleft+.sbright+main,
.page-content>.container>.sbright{
margin-top: 60px;
} .page-content>.container>.sbright{
margin-top: 0\9;
}
.page-content>.container>*+*{
margin-top: 60px\9 !important;
} }.fancybox-wrap,
.fancybox-skin,
.fancybox-outer,
.fancybox-inner,
.fancybox-image,
.fancybox-wrap iframe,
.fancybox-wrap object,
.fancybox-nav,
.fancybox-nav span,
.fancybox-tmp
{
padding: 0;
margin: 0;
border: 0;
outline: none;
vertical-align: top;
}
.fancybox-wrap {
position: absolute;
top: 0;
left: 0;
z-index: 8020;
}
.fancybox-skin {
position: relative;
background: #f9f9f9;
color: #444;
text-shadow: none;
-webkit-border-radius: 4px;
-moz-border-radius: 4px;
border-radius: 4px;
}
.fancybox-opened {
z-index: 8030;
}
.fancybox-opened .fancybox-skin {
-webkit-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
-moz-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
}
.fancybox-outer, .fancybox-inner {
position: relative;
}
.fancybox-inner {
overflow: hidden;
}
.fancybox-type-iframe .fancybox-inner {
-webkit-overflow-scrolling: touch;
}
.fancybox-error {
color: #444;
font: 14px/20px "Helvetica Neue",Helvetica,Arial,sans-serif;
margin: 0;
padding: 15px;
white-space: nowrap;
}
.fancybox-image, .fancybox-iframe {
display: block;
width: 100%;
height: 100%;
}
.fancybox-image {
max-width: 100%;
max-height: 100%;
}
#fancybox-loading, .fancybox-close, .fancybox-prev span, .fancybox-next span {
background-image: url(//www.gympiemobility.com.au/wp-content/themes/clinico/img/fancybox/fancybox_sprite.png);
}
#fancybox-loading {
position: fixed;
top: 50%;
left: 50%;
margin-top: -22px;
margin-left: -22px;
background-position: 0 -108px;
opacity: 0.8;
cursor: pointer;
z-index: 8060;
}
#fancybox-loading div {
width: 44px;
height: 44px;
background: url(//www.gympiemobility.com.au/wp-content/themes/clinico/img/fancybox/fancybox_loading.gif) center center no-repeat;
}
.fancybox-close {
position: absolute;
top: -18px;
right: -18px;
width: 36px;
height: 36px;
cursor: pointer;
z-index: 8040;
}
.fancybox-nav {
position: absolute;
top: 0;
width: 40%;
height: 100%;
cursor: pointer;
text-decoration: none;
background: transparent url(//www.gympiemobility.com.au/wp-content/themes/clinico/img/fancybox/blank.gif); -webkit-tap-highlight-color: rgba(0,0,0,0);
z-index: 8040;
}
.fancybox-prev {
left: 0;
}
.fancybox-next {
right: 0;
}
.fancybox-nav span {
position: absolute;
top: 50%;
width: 36px;
height: 34px;
margin-top: -18px;
cursor: pointer;
z-index: 8040;
visibility: hidden;
}
.fancybox-prev span {
left: 10px;
background-position: 0 -36px;
}
.fancybox-next span {
right: 10px;
background-position: 0 -72px;
}
.fancybox-nav:hover span {
visibility: visible;
}
.fancybox-tmp {
position: absolute;
top: -99999px;
left: -99999px;
visibility: hidden;
max-width: 99999px;
max-height: 99999px;
overflow: visible !important;
} .fancybox-lock {
overflow: hidden !important;
width: auto;
}
.fancybox-lock body {
overflow: hidden !important;
}
.fancybox-lock-test {
overflow-y: hidden !important;
}
.fancybox-overlay {
position: absolute;
top: 0;
left: 0;
overflow: hidden;
display: none;
z-index: 8010;
background: url(//www.gympiemobility.com.au/wp-content/themes/clinico/img/fancybox/fancybox_overlay.png);
}
.fancybox-overlay-fixed {
position: fixed;
bottom: 0;
right: 0;
}
.fancybox-lock .fancybox-overlay {
overflow: auto;
overflow-y: scroll;
} .fancybox-title {
visibility: hidden;
font: normal 13px/20px "Helvetica Neue",Helvetica,Arial,sans-serif;
position: relative;
text-shadow: none;
z-index: 8050;
}
.fancybox-opened .fancybox-title {
visibility: visible;
}
.fancybox-title-float-wrap {
position: absolute;
bottom: 0;
right: 50%;
margin-bottom: -35px;
z-index: 8050;
text-align: center;
}
.fancybox-title-float-wrap .child {
display: inline-block;
margin-right: -100%;
padding: 2px 20px;
background: transparent; background: rgba(0, 0, 0, 0.8);
-webkit-border-radius: 15px;
-moz-border-radius: 15px;
border-radius: 15px;
text-shadow: 0 1px 2px #222;
color: #FFF;
font-weight: bold;
line-height: 24px;
white-space: nowrap;
}
.fancybox-title-outside-wrap {
position: relative;
margin-top: 10px;
color: #fff;
}
.fancybox-title-inside-wrap {
padding-top: 10px;
}
.fancybox-title-over-wrap {
position: absolute;
bottom: 0;
left: 0;
color: #fff;
padding: 10px;
background: #000;
background: rgba(0, 0, 0, .8);
} @media only screen and (-webkit-min-device-pixel-ratio: 1.5),
only screen and (min--moz-device-pixel-ratio: 1.5),
only screen and (min-device-pixel-ratio: 1.5){
#fancybox-loading, .fancybox-close, .fancybox-prev span, .fancybox-next span {
background-image: url(//www.gympiemobility.com.au/wp-content/themes/clinico/img/fancybox/fancybox_sprite@2x.png);
background-size: 44px 152px; }
#fancybox-loading div {
background-image: url(//www.gympiemobility.com.au/wp-content/themes/clinico/img/fancybox/fancybox_loading@2x.gif);
background-size: 24px 24px; }
}a,.cws-widget ul>li>a:before,
.cws-widget .recentcomments:before,
.cws-widget ul>li>a:hover,
.search-form label.button-hover:after,
[type="submit"]:hover,
.cws-widget .widget-icon.icon>i,
.social-icons .icon:hover i,
.news .date span,
.news h3>a:hover,
.footer_sidebar_area,
.tribe-events-calendar thead th,
.tribe-events-list-event-title a:hover,
.tribe-events-day .tribe-events-day-time-slot h5,
.accordion_title:hover,
.cws_button:not(.custom_color):hover,
.callout_widget .title,
.soc_icon:hover:not(.custom_color),
.milestone .number,
.services .accordion_title,
.pricing_table_column:hover .content_part i,
.pricing_table_column.active_table_column .content_part i,
.our_team .team_member_info .name,
.theme_color_sb_area [type="submit"],
.theme_color_sb_area .find_a_doctor .search_field input,
.theme_color_sb_area .find_a_doctor .search_field select,
.tparrows.default:hover,
.cws-widget ul>li.page_item.current_page_item>a,
.cws-widget ul>li.current-menu-item>a,
#scrollup:hover,
.widget-title a:hover,
.archive_item a:hover,
.woocommerce  .col2-set h3,
.woocommerce .button:hover, 
ul.products h3,
ul.products h3 mark,
div.woocommerce table tr.order-total,
.woocommerce .order .order-actions a:hover,
.widget_shopping_cart_content p.buttons a:hover,
.woocommerce div[class^="post-"] h1.product_title.entry-title,
.woocommerce h2,
.woocommerce-tabs h3,
#searchform>div.hover-search:before,
.footer_sidebar_area a:hover,
.footer_sidebar_area .cws-widget ul>li>a:hover,
#lang_sel_list .lang_sel_sel,
.tribe-events-list-event-title a:hover,
#tribe-geo-results .tribe-events-list-event-title a:hover,
#tribe-geo-options .tribe-events-list-event-title a:hover,
.page_footer .cws-widget .post-list .time-post,
.page_footer .latest_tweets .icon_frame>i{
color:#008fd5;
}
.footer_sidebar_area .cws-widget-content:not(.backlight) a{
color: #4db1e2;
}
.theme_color_sb_area .find_a_doctor .search_field input::-webkit-input-placeholder{
color:#008fd5;
}
.theme_color_sb_area .find_a_doctor .search_field input::-moz-placeholder{
color:#008fd5;	
}
.main-menu>.menu-item.current-menu-item>a,
.main-menu>.menu-item.current-menu-ancestor>a,
.main-menu>.menu-item>.sub-menu>.menu-item.current-menu-ancestor>a,
.main-menu>.menu-item>.sub-menu>.menu-item.current-menu-item>a,
.main-menu .menu-item .menu-item>.sub-menu>.menu-item:first-child:before,
.main-menu .menu-item .menu-item>.sub-menu>.menu-item>a,
.main-menu>.menu-item>.sub-menu>.menu-item:hover>a,
.cws-widget .wpcf7-form .wpcf7-form-control-wrap:nth-of-type(even):before,
.cws-widget .wpcf7-form p:nth-of-type(even) .wpcf7-form-control-wrap:only-child:before,
.cws_widget_content .wpcf7-form .wpcf7-form-control-wrap:nth-of-type(even):before,
.cws_widget_content .wpcf7-form p:nth-of-type(even) .wpcf7-form-control-wrap:only-child:before,
.widget_carousel_nav>i:hover,
.gallery_carousel_nav>i:hover,
.carousel_nav>i:hover,
.news .date i,
.news .cats .more:hover,
.load_more:hover,
.testimonial:after,
.testimonial:before,
blockquote:before,
.benefits_more:hover,
.benefits .cws-widget:nth-child(odd) .benefits_more,
.cws-widget-content.backlight,
.cws-widget .archive_item:nth-child(even):before,
#tribe-bar-collapse-toggle,
#tribe-bar-views .icons_part,
.tribe-events-sub-nav>li a:hover:before,
#tribe-events-content.tribe-events-month td:hover div[id^="tribe-events-daynum"],
.tribe-grid-allday .entry-title a,
.tribe-bar-collapse-toggle-full-width #tribe-bar-collapse-toggle:hover,
.tribe-mini-calendar-nav-link:hover,
.services .accordion_section:nth-child(even) .service_icon,
.services .accordion_section:nth-child(even) .details,
.pricing_table_header,
.pricing_table_column:hover .price_part,
.pricing_table_column.active_table_column .price_part,
.links a:hover,
.toggle_sidebar,
.toggle_sidebar .switcher,
.theme_color_sb_area [type="submit"]:hover,
.find_a_doctor .search_field:nth-of-type(even):before,
mark,
.main-menu>.menu-item-language>a,
.header_language_bar #lang_sel li a.lang_sel_sel:hover,
.accordion_section.featured:nth-child(even) .acc_featured_icon,
.accordion_section.featured:nth-child(even) .acc_featured_img{
background:#4db1e2;
}
.main-menu .menu-item .menu-item>.sub-menu>.menu-item.current-menu-item>a,
.main-menu .menu-item .menu-item>.sub-menu>.menu-item.current-menu-ancestor>a,
.main-menu>.menu-item:hover>a, .main-menu>.menu-item>.sub-menu>.menu-item>.sub-menu>.menu-item:hover>a,
.main-menu>.menu-item>.sub-menu>.menu-item>a,.page-title,
.search-form label:after,
.cws-widget .tagcloud a:hover,
.cws-widget .wpcf7-form .wpcf7-form-control-wrap:nth-of-type(odd):before,
.cws-widget .wpcf7-form p:nth-of-type(odd) .wpcf7-form-control-wrap:only-child:before,
.cws_widget_content .wpcf7-form .wpcf7-form-control-wrap:nth-of-type(odd):before,
.cws_widget_content .wpcf7-form p:nth-of-type(odd) .wpcf7-form-control-wrap:only-child:before,
*[type="submit"],
.widget_carousel_nav>i,
.gallery_carousel_nav>i,
.carousel_nav>i,
.social-icons .icon i,
.social-icons .icon:hover>a,
.news .date,
.news .cats .more,
.load_more,
.pagination .current,
html:not(.touch) .pagination *:hover,
.testimonial .author,
.benefits_more,
.benefits .cws-widget:nth-child(odd) .benefits_more:hover,
.cws-widget .archive_item:before,
.icon_frame,
#tribe-bar-header,
#tribe-events-header,
.tribe-events-sub-nav>li a:before,
#tribe-events-content.tribe-events-month td:hover:not(.tribe-events-othermonth),
#tribe-bar-views .view_icons .view_icon.selected,
#tribe-bar-views .view_icons .view_icon:hover,
.tribe-grid-allday .entry-title:hover a,
.view_icon_tooltip,
.tribe-bar-collapse-toggle-full-width #tribe-bar-collapse-toggle,
.tabs .tab.active,
.accordion_title .accordion_icon:before,
.accordion_title .accordion_icon:after,
.tab_widget.type-2 .tab.active,
.tab_widget.type-vertical .tab,
.accordion_widget.type-2 .accordion_section.active .accordion_title,
.cws_button,
.dropcap,
main ul>li:before,
.soc_icon:not(.custom_color),
.featured_icon:not(.custom_color),
.toggle_widget.type-2 .accordion_section.active,
.tribe-mini-calendar-nav-link,
.tribe-mini-calendar .vcalendar td:hover,
.tribe-mini-calendar .tribe-events-present:after,
.tribe-mini-calendar .tribe-mini-calendar-today:after,
#tribe-bar-collapse-toggle:hover,
#tribe-bar-form .tribe-bar-submit input[type=submit],
.cws-widget .tribe-mini-calendar-event .list-date,
.cws-widget .tribe-mini-calendar-wrapper .tribe-mini-calendar thead,
.cws-widget .tribe-mini-calendar-wrapper .tribe-mini-calendar th,
.services .service_icon,
.services .details,
.pricing_table_column:hover .pricing_table_header,
.pricing_table_column.active_table_column .pricing_table_header,
.links a,
.our_team .item:hover .team_member_info,
.photo_tour .item:hover .portfolio_item_info,
.mobile_menu_header,
#block-404-substrate,
.link_url,
.find_a_doctor .search_field:before,
#lang_sel li a:hover,
#lang_sel_list.lang_sel_list_horizontal li a:hover,
.pagination.page_links>span,
.acc_featured_icon,
.acc_featured_img,
.woocommerce .button.checkout-button{
background:#008fd5;
}
.page-title,
.toggle_sidebar .switcher:after{
border-top-color:#4db1e2;
-moz-border-top-colors:#4db1e2;
}
.widget-title,
.cws-widget .wpcf7-form .wpcf7-form-control-wrap:nth-of-type(odd):after,
.cws-widget .wpcf7-form p:nth-of-type(odd) .wpcf7-form-control-wrap:only-child:after,
.cws_widget_content .wpcf7-form .wpcf7-form-control-wrap:nth-of-type(odd):after,
.cws_widget_content .wpcf7-form p:nth-of-type(odd) .wpcf7-form-control-wrap:only-child:after,
.cws-widget .archive_item:after,
.comment-reply-title,
.tribe-events-list-event-title,
.tribe-events-single-event-title,
.tribe-events-map-event-title,
.find_a_doctor .search_field:after,
.woocommerce .onsale:after,
.acc_featured_icon:after,
.acc_featured_img:after{
border-left-color:#008fd5;
}
.cws-widget .wpcf7-form .wpcf7-form-control-wrap:nth-of-type(even):after,
.cws-widget .wpcf7-form p:nth-of-type(even) .wpcf7-form-control-wrap:only-child:after,
.cws-widget .archive_item:nth-child(even):after,
.cws_widget_content .wpcf7-form .wpcf7-form-control-wrap:nth-of-type(even):after,
.cws_widget_content .wpcf7-form p:nth-of-type(even) .wpcf7-form-control-wrap:only-child:after,
.find_a_doctor .search_field:nth-of-type(even):after,
.accordion_section.featured:nth-child(even) .acc_featured_icon:after,
.accordion_section.featured:nth-child(even) .acc_featured_img:after{
border-left-color:#4db1e2;
}
.search-form label:before,
#searchform>div:after{
border-right-color:#008fd5;
}
.search-form label:after,
.cws-widget .tagcloud a:hover,
*[type="submit"],
.cws-widget .widget-icon.icon>i,
.cws-widget .widget-icon.icon>i>.triangle:before,
.social-icons .icon>a,
.testimonial,
blockquote,
.tab_widget.type-2 .tab,
.tab_widget.type-2 .tab_items,
.tab_widget.type-vertical .tabs,
.tab_widget.type-vertical .tab_items,
.cws_button:not(.custom_color),
.soc_icon:not(.custom_color),
.tparrows.default,
.cws-widget .search-form input,
ul.products li,
.woocommerce .order .order-actions a,
.widget_shopping_cart_content p.buttons a,
#searchform>div:before,
.button.add_to_cart_button,
.added_to_cart.wc-forward,
#content h1.page-title,
.woocommerce .return-to-shop a,
#lang_sel_list.lang_sel_list_horizontal li a:hover,
.rev_slider_wrapper .tp-bullets.simplebullets.round .bullet,
.woocommerce .button.checkout-button{
border-color:#008fd5;
}
#lang_sel li a,
#lang_sel_click li a{
outline-color:#008fd5;
}
.testimonial .author:before,
.tab_widget.type-2 .tab.active:after,
.view_icon_tooltip:after,
.link_url:before{
border-top-color:#008fd5;
}
.cws-widget #wp-calendar td>a,
.our_team .team_member_info,
.photo_tour .portfolio_item_info{
border-bottom-color:#008fd5;
}
.benefits .cws-widget{
background: rgba(0,143,213,0.9);
}
.benefits .cws-widget:nth-child(even),
.tribe-events-week-grid .tribe-week-event .vevent,
.rev_slider_wrapper .tp-bullets.simplebullets.round .bullet.selected{
background: rgba(77,177,226,0.9);
}
.tribe-events-tooltip,
.slimScrollRail,
.tribe-events-event-meta .more:hover,
.tribe-events-calendar td:not(.tribe-events-past):not(.tribe-events-present) div[id*=tribe-events-daynum-],
.pricing_table_button:hover,
html.touch .main-nav-container .main-menu .sub-menu .menu-item a,
html.touch .main-nav-container .main-menu>.menu-item.current-menu-ancestor:not(.active)>a,
html.touch .main-nav-container .main-menu>.menu-item.current-menu-item:not(.active)>a{
background-color: #4db1e2 !important;
}
.events-archive.events-gridview #tribe-events-content table .vevent{
border-bottom-color: #008fd5 !important;
}
.tribe-grid-header .column a,
.tribe-events-list-separator-month,
#footer-top-part div.tribe-countdown-number,
#footer-top-part div.tribe-countdown-colon,
#footer-top-part span.tribe-countdown-under,
.tp-caption.clinico{
color: #008fd5 !important;
}
.slimScrollBar,
.tribe-events-event-meta .more,
.tribe-week-grid-wrapper .tribe-events-tooltip,
.tparrows.default,
.tribe-events-calendar td.tribe-events-present div[id*=tribe-events-daynum-],
html.touch .main-nav-container .main-menu>.menu-item a,
html.touch .main-nav-container .main-menu .sub-menu .menu-item.current-menu-item>a,
html.touch .main-nav-container .main-menu .sub-menu .menu-item.current-menu-ancestor>a{
background-color: #008fd5 !important;
}
.tribe-events-tooltip .tribe-events-arrow{
border-top-color: #4db1e2 !important;
}
.single_bar .progress,
.woocommerce .onsale,
.woocommerce-pagination .page-numbers.current,
.woocommerce-pagination ul.page-numbers li a:hover,
.button.add_to_cart_button,
.added_to_cart.wc-forward,
ul.products li.product:hover,
.quantity.buttons_added input.plus,
.quantity.buttons_added input.minus,
.woocommerce .order .order-actions a,
.widget_shopping_cart_content p.buttons a,
.woocommerce-tabs .tabs li.active a,
#searchform>div:before,
.price_slider .ui-slider-handle,
.woocommerce .return-to-shop a,
.cws-widget .tribe-mini-calendar .tribe-events-present,
.cws-widget .tribe-mini-calendar .tribe-mini-calendar-today,
.cws-widget .tribe-mini-calendar .tribe-events-has-events:hover a:hover{
background-color: #008fd5;
}
.quantity.buttons_added input.plus:hover,
.quantity.buttons_added input.minus:hover,
ul.products>li .button.add_to_cart_button:hover, 
ul.products>li .added_to_cart.wc-forward:hover,
.price_slider .ui-slider-range{
background-color: #4db1e2;
}
@media screen and (max-width: 767px){
.main-menu>.menu-item a,
.main-menu .sub-menu .menu-item.current-menu-item>a,
.main-menu .sub-menu .menu-item.current-menu-ancestor>a{
background: #008fd5 !important;
}
.main-menu .sub-menu .menu-item a,
.main-menu>.menu-item.current-menu-ancestor:not(.active)>a,
.main-menu>.menu-item.current-menu-item:not(.active)>a{
background: #4db1e2 !important;
}
}@font-face {
font-family: "Flaticon";
src: url(https://www.gympiemobility.com.au/wp-content/themes/clinico/fonts/flaticon/Flaticon.eot);
src: url(https://www.gympiemobility.com.au/wp-content/themes/clinico/fonts/flaticon/Flaticon.eot?#iefix) format("embedded-opentype"),
url(https://www.gympiemobility.com.au/wp-content/themes/clinico/fonts/flaticon/Flaticon.woff) format("woff"),
url(https://www.gympiemobility.com.au/wp-content/themes/clinico/fonts/flaticon/Flaticon.ttf) format("truetype"),
url(https://www.gympiemobility.com.au/wp-content/themes/clinico/fonts/flaticon/Flaticon.svg#Flaticon) format("svg");
font-weight: normal;
font-style: normal;
}
@media screen and (-webkit-min-device-pixel-ratio:0) {
@font-face {
font-family: "Flaticon";
src: url(https://www.gympiemobility.com.au/wp-content/themes/clinico/fonts/flaticon/Flaticon.svg#Flaticon) format("svg");
}
}
[class^="flaticon-"]:before, [class*=" flaticon-"]:before,
[class^="flaticon-"]:after, [class*=" flaticon-"]:after {
font-family: Flaticon;font-style: normal;
}
.flaticon-app-developing:before { content: "\f100"; }
.flaticon-arrow:before { content: "\f101"; }
.flaticon-arrow164:before { content: "\f102"; }
.flaticon-arrow487:before { content: "\f103"; }
.flaticon-arrows:before { content: "\f104"; }
.flaticon-arrows-1:before { content: "\f105"; }
.flaticon-arrows-2:before { content: "\f106"; }
.flaticon-athlete:before { content: "\f107"; }
.flaticon-bank43:before { content: "\f108"; }
.flaticon-box:before { content: "\f109"; }
.flaticon-building:before { content: "\f10a"; }
.flaticon-buildings:before { content: "\f10b"; }
.flaticon-business:before { content: "\f10c"; }
.flaticon-business-1:before { content: "\f10d"; }
.flaticon-button14:before { content: "\f10e"; }
.flaticon-calendar:before { content: "\f10f"; }
.flaticon-calendars12:before { content: "\f110"; }
.flaticon-cancel30:before { content: "\f111"; }
.flaticon-check-mark:before { content: "\f112"; }
.flaticon-clocks18:before { content: "\f113"; }
.flaticon-clothes17:before { content: "\f114"; }
.flaticon-cogwheels10:before { content: "\f115"; }
.flaticon-connection22:before { content: "\f116"; }
.flaticon-construction:before { content: "\f117"; }
.flaticon-container:before { content: "\f118"; }
.flaticon-daffodil:before { content: "\f119"; }
.flaticon-destination:before { content: "\f11a"; }
.flaticon-diamond7:before { content: "\f11b"; }
.flaticon-documentation:before { content: "\f11c"; }
.flaticon-download168:before { content: "\f11d"; }
.flaticon-drupal:before { content: "\f11e"; }
.flaticon-earth-globe21:before { content: "\f11f"; }
.flaticon-email141:before { content: "\f120"; }
.flaticon-exclamation-mark1:before { content: "\f121"; }
.flaticon-expand47:before { content: "\f122"; }
.flaticon-facebook55:before { content: "\f123"; }
.flaticon-first27:before { content: "\f124"; }
.flaticon-floppy20:before { content: "\f125"; }
.flaticon-graphic:before { content: "\f126"; }
.flaticon-gym:before { content: "\f127"; }
.flaticon-gym-1:before { content: "\f128"; }
.flaticon-gym-2:before { content: "\f129"; }
.flaticon-healthy:before { content: "\f12a"; }
.flaticon-hearts49:before { content: "\f12b"; }
.flaticon-home:before { content: "\f12c"; }
.flaticon-html5:before { content: "\f12d"; }
.flaticon-improvement:before { content: "\f12e"; }
.flaticon-info31:before { content: "\f12f"; }
.flaticon-interface:before { content: "\f130"; }
.flaticon-jasmine:before { content: "\f131"; }
.flaticon-jonquil:before { content: "\f132"; }
.flaticon-joomla:before { content: "\f133"; }
.flaticon-laptops2:before { content: "\f134"; }
.flaticon-layer13:before { content: "\f135"; }
.flaticon-left16:before { content: "\f136"; }
.flaticon-letters22:before { content: "\f137"; }
.flaticon-lightning24:before { content: "\f138"; }
.flaticon-lights7:before { content: "\f139"; }
.flaticon-links21:before { content: "\f13a"; }
.flaticon-list65:before { content: "\f13b"; }
.flaticon-location1:before { content: "\f13c"; }
.flaticon-logotype171:before { content: "\f13d"; }
.flaticon-magnifying-glass34:before { content: "\f13e"; }
.flaticon-magnifying-glass84:before { content: "\f13f"; }
.flaticon-medical:before { content: "\f140"; }
.flaticon-medical-1:before { content: "\f141"; }
.flaticon-medical-10:before { content: "\f142"; }
.flaticon-medical-11:before { content: "\f143"; }
.flaticon-medical-12:before { content: "\f144"; }
.flaticon-medical-13:before { content: "\f145"; }
.flaticon-medical-2:before { content: "\f146"; }
.flaticon-medical-3:before { content: "\f147"; }
.flaticon-medical-4:before { content: "\f148"; }
.flaticon-medical-5:before { content: "\f149"; }
.flaticon-medical-6:before { content: "\f14a"; }
.flaticon-medical-7:before { content: "\f14b"; }
.flaticon-medical-8:before { content: "\f14c"; }
.flaticon-medical-9:before { content: "\f14d"; }
.flaticon-men25:before { content: "\f14e"; }
.flaticon-money:before { content: "\f14f"; }
.flaticon-monitor:before { content: "\f150"; }
.flaticon-mug16:before { content: "\f151"; }
.flaticon-multimedia:before { content: "\f152"; }
.flaticon-nature:before { content: "\f153"; }
.flaticon-nature-1:before { content: "\f154"; }
.flaticon-other:before { content: "\f155"; }
.flaticon-paint-palette1:before { content: "\f156"; }
.flaticon-parcel:before { content: "\f157"; }
.flaticon-pause-button3:before { content: "\f158"; }
.flaticon-pencils13:before { content: "\f159"; }
.flaticon-people:before { content: "\f15a"; }
.flaticon-people-1:before { content: "\f15b"; }
.flaticon-people-2:before { content: "\f15c"; }
.flaticon-people-4:before { content: "\f15d"; }
.flaticon-people-5:before { content: "\f15e"; }
.flaticon-photo246:before { content: "\f15f"; }
.flaticon-pinterest3:before { content: "\f160"; }
.flaticon-placeholders4:before { content: "\f161"; }
.flaticon-play-circular-button:before { content: "\f162"; }
.flaticon-play-video3:before { content: "\f163"; }
.flaticon-portfolio2:before { content: "\f164"; }
.flaticon-post:before { content: "\f165"; }
.flaticon-price-tag5:before { content: "\f166"; }
.flaticon-profile5:before { content: "\f167"; }
.flaticon-questions6:before { content: "\f168"; }
.flaticon-raindrop:before { content: "\f169"; }
.flaticon-return13:before { content: "\f16a"; }
.flaticon-share58:before { content: "\f16b"; }
.flaticon-shield:before { content: "\f16c"; }
.flaticon-shopping-carts6:before { content: "\f16d"; }
.flaticon-shopping-store12:before { content: "\f16e"; }
.flaticon-smartphones23:before { content: "\f16f"; }
.flaticon-social:before { content: "\f170"; }
.flaticon-social-network106:before { content: "\f171"; }
.flaticon-social-network156:before { content: "\f172"; }
.flaticon-speaker23:before { content: "\f173"; }
.flaticon-speech117:before { content: "\f174"; }
.flaticon-sport:before { content: "\f175"; }
.flaticon-stopwatch:before { content: "\f176"; }
.flaticon-surya:before { content: "\f177"; }
.flaticon-technology:before { content: "\f178"; }
.flaticon-time:before { content: "\f179"; }
.flaticon-tool:before { content: "\f17a"; }
.flaticon-tool-1:before { content: "\f17b"; }
.flaticon-tool-2:before { content: "\f17c"; }
.flaticon-tool-3:before { content: "\f17d"; }
.flaticon-transport:before { content: "\f17e"; }
.flaticon-transport-1:before { content: "\f17f"; }
.flaticon-transport-2:before { content: "\f180"; }
.flaticon-transport-3:before { content: "\f181"; }
.flaticon-transport-4:before { content: "\f182"; }
.flaticon-truck:before { content: "\f183"; }
.flaticon-truck-1:before { content: "\f184"; }
.flaticon-twitter1:before { content: "\f185"; }
.flaticon-user-avatar8:before { content: "\f186"; }
.flaticon-wallflower:before { content: "\f187"; }
.flaticon-wordpress:before { content: "\f188"; }@font-face {
font-family: "cwsicon";
src: url(https://www.gympiemobility.com.au/wp-content/themes/clinico/fonts/theme-iconpack/Flaticon.eot);
src: url(https://www.gympiemobility.com.au/wp-content/themes/clinico/fonts/theme-iconpack/Flaticon.eot?#iefix) format("embedded-opentype"),
url(https://www.gympiemobility.com.au/wp-content/themes/clinico/fonts/theme-iconpack/Flaticon.woff) format("woff"),
url(https://www.gympiemobility.com.au/wp-content/themes/clinico/fonts/theme-iconpack/Flaticon.ttf) format("truetype"),
url(https://www.gympiemobility.com.au/wp-content/themes/clinico/fonts/theme-iconpack/Flaticon.svg#Flaticon) format("svg");
font-weight: normal;
font-style: normal;
}
@media screen and (-webkit-min-device-pixel-ratio:0) {
@font-face {
font-family: "cwsicon";
src: url(https://www.gympiemobility.com.au/wp-content/themes/clinico/fonts/theme-iconpack/Flaticon.svg#Flaticon) format("svg");
}
}
[class^="cwsicon-"]:before, [class*=" cwsicon-"]:before,
[class^="cwsicon-"]:after, [class*=" cwsicon-"]:after {   
font-family: cwsicon;
font-size: inherit;
font-style: normal;
}
.cwsicon-arrow164:before { content: "\f100"; }
.cwsicon-arrow487:before { content: "\f101"; }
.cwsicon-arrows:before { content: "\f102"; }
.cwsicon-arrows-1:before { content: "\f103"; }
.cwsicon-arrows-2:before { content: "\f104"; }
.cwsicon-bank43:before { content: "\f105"; }
.cwsicon-calendars12:before { content: "\f106"; }
.cwsicon-cancel30:before { content: "\f107"; }
.cwsicon-check-mark:before { content: "\f108"; }
.cwsicon-clocks18:before { content: "\f109"; }
.cwsicon-clothes17:before { content: "\f10a"; }
.cwsicon-cogwheels10:before { content: "\f10b"; }
.cwsicon-connection22:before { content: "\f10c"; }
.cwsicon-diamond7:before { content: "\f10d"; }
.cwsicon-download168:before { content: "\f10e"; }
.cwsicon-earth-globe21:before { content: "\f10f"; }
.cwsicon-email141:before { content: "\f110"; }
.cwsicon-exclamation-mark1:before { content: "\f111"; }
.cwsicon-expand47:before { content: "\f112"; }
.cwsicon-facebook55:before { content: "\f113"; }
.cwsicon-first27:before { content: "\f114"; }
.cwsicon-floppy20:before { content: "\f115"; }
.cwsicon-hearts49:before { content: "\f116"; }
.cwsicon-info31:before { content: "\f117"; }
.cwsicon-laptops2:before { content: "\f118"; }
.cwsicon-layer13:before { content: "\f119"; }
.cwsicon-left16:before { content: "\f11a"; }
.cwsicon-letters22:before { content: "\f11b"; }
.cwsicon-lightning24:before { content: "\f11c"; }
.cwsicon-lights7:before { content: "\f11d"; }
.cwsicon-links21:before { content: "\f11e"; }
.cwsicon-list65:before { content: "\f11f"; }
.cwsicon-location1:before { content: "\f120"; }
.cwsicon-logotype171:before { content: "\f121"; }
.cwsicon-magnifying-glass34:before { content: "\f122"; }
.cwsicon-magnifying-glass84:before { content: "\f123"; }
.cwsicon-men25:before { content: "\f124"; }
.cwsicon-mug16:before { content: "\f125"; }
.cwsicon-other:before { content: "\f126"; }
.cwsicon-paint-palette1:before { content: "\f127"; }
.cwsicon-pause-button3:before { content: "\f128"; }
.cwsicon-pencils13:before { content: "\f129"; }
.cwsicon-photo246:before { content: "\f12a"; }
.cwsicon-pinterest3:before { content: "\f12b"; }
.cwsicon-placeholders4:before { content: "\f12c"; }
.cwsicon-play-button14:before { content: "\f12d"; }
.cwsicon-play-video3:before { content: "\f12e"; }
.cwsicon-portfolio2:before { content: "\f12f"; }
.cwsicon-price-tag5:before { content: "\f130"; }
.cwsicon-profile5:before { content: "\f131"; }
.cwsicon-questions6:before { content: "\f132"; }
.cwsicon-raindrop:before { content: "\f133"; }
.cwsicon-return13:before { content: "\f134"; }
.cwsicon-share58:before { content: "\f135"; }
.cwsicon-shopping-carts6:before { content: "\f136"; }
.cwsicon-shopping-store12:before { content: "\f137"; }
.cwsicon-smartphones23:before { content: "\f138"; }
.cwsicon-social:before { content: "\f139"; }
.cwsicon-social-network106:before { content: "\f13a"; }
.cwsicon-social-network156:before { content: "\f13b"; }
.cwsicon-speaker23:before { content: "\f13c"; }
.cwsicon-speech117:before { content: "\f13d"; }
.cwsicon-twitter1:before { content: "\f13e"; }
.cwsicon-user-avatar8:before { content: "\f13f"; }#container{
overflow: hidden;
}
.woocommerce .button,
.cws-widget .button{
padding: 5px 9px;
font-size: 11px;
line-height: 16px;
display: inline-block;
border-width: 3px;
border-style: solid;
text-align: center;
text-transform: uppercase;
color: #fff;
cursor: pointer;
}
.woocommerce .button.checkout-button:hover{
background: transparent;
}
.woocommerce .cart .button,
.woocommerce .button.checkout-button{
line-height: 22px;
}
.woocommerce{
line-height: 1.5;
}
.woocommerce ins{
text-decoration: none;
}
.woocommerce img{
border: 0;
}
form.woocommerce-ordering{
text-align: right;
}
form.woocommerce-ordering .orderby{
width: auto;
margin-top: 10px;
}
#content h1.page-title {
padding-left: 15px;
background-color: transparent;
border-top: 0;
border-left: 3px solid;
line-height: 1;
}
.woocommerce p.woocommerce-result-count{
display: inline-block;
float: left;
margin-top: 15px;
}
.woocommerce-pagination ul.page-numbers li{
display: inline-block;
padding-left: 0;
}
.woocommerce-pagination ul.page-numbers li:before{
display: none;
}
.woocommerce-pagination ul.page-numbers li a,
.woocommerce-pagination .page-numbers.current{
display: inline-block;
font-size: 14px;
padding: 0 15px;
line-height: 38px;
margin: 10px 1px;
border: 1px solid #e3e3e3;
color: #7c7c7c;
display: inline-block;
webkit-transition: all 0.3s ease;
-moz-transition: all 0.3s ease;
-ms-transition: all 0.3s ease;
transition: all 0.3s ease;
}
.woocommerce-pagination ul.page-numbers li a:hover,
.woocommerce-pagination .page-numbers.current{
color: #fff;	
}
.woocommerce-pagination ul.page-numbers {
text-align: center;
}
ul.products{
margin: 15px -15px;
width: -webkit-calc(100% + 30px);
width: -moz-calc(100% + 30px);
width: -ms-calc(100% + 30px);
width: calc(100% + 30px); display: -webkit-flex;
-webkit-flex-wrap: wrap; display: -moz-flex;
-moz-flex-wrap: wrap; display: -o-flex;
-o-flex-wrap: wrap;
-o-align-items: stretch; display: -ms-flexbox;
-ms-flex-wrap: wrap;
-ms-flex-align: stretch; display: flex;
flex-wrap: wrap;
align-items: stretch; }
ul.products li{
position: relative;
width: 270px;
margin: 15px;
text-align: center;
border-bottom-style: solid;
border-bottom-width: 6px; -webkit-align-content: stretch; o-align-content: stretch; -ms-align-content: stretch; -moz-align-content: stretch; align-content: stretch; -o-transition: background 0.3s, color 0.3s;
-ms-transition: background 0.3s, color 0.3s;
-moz-transition: background 0.3s, color 0.3s;
-webkit-transition: background 0.3s, color 0.3s;
}
ul.products li + li{
margin-top: 15px;
}
.shortcode_carousel ul.products,
.shortcode_carousel ul.products li{
margin: 0 !important;
}
.shortcode_carousel .woocommerce{
overflow: hidden;
}
.shortcode_carousel ul.products{
margin-right: -30px !important;
}
.shortcode_carousel ul.products li{
width: auto !important;
margin-right: 30px !important;
}
ul.products>li>a{
position: relative;
display: block;
z-index: 1;
margin-bottom: 10px;
}
ul.products li:hover .pic .links a{
opacity: 1;
-ms-animation-name: slideup;
-ms-animation-duration: 0.4s;
-moz-animation-name: slideup;
-moz-animation-duration: 0.4s;
-webkit-animation-name: slideup;
-webkit-animation-duration: 0.4s;
}
ul.products li:hover .hover-effect{
opacity: 1;
}
ul.products .product-category img{
width: 100%;
}
ul.products li .pic img{
width: 100%;
height: auto;
position: relative;
display: block;
background-color: white;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
-ms-box-sizing: border-box;
box-sizing: border-box;
} form.search-form .screen-reader-text{
display: inline-block;
padding-bottom: 3px;
} .woocommerce .onsale{
position: absolute;
display: inline-block;
text-align: center;
font-size: 20px;
color: #fff;
line-height: 56px;
z-index: 4;
top: 0;
height: 56px;
left: 0px;
padding-left: 8px;
}
.woocommerce .onsale:after{
content: '';
display: block;
z-index: -1;
top: 0px;
right: -15px;
position: absolute;
height: 0;
overflow: hidden;
border-top: 28px solid transparent;
border-left-width: 15px;
border-left-style: solid;
border-bottom: 28px solid transparent;
}
ul.products h3 {
display: inline-block;
position: relative;
padding-top: 10px;
font-size: 17px;
line-height: 23px;
text-align: center;
} ul.products li:hover h3,
ul.products li:hover h2,
ul.products li:hover span.price,
ul.products li:hover span.price del .amount, 
ul.products li:hover span.price del
{
color: #fff;
}
ul.products span.price{
display: block;
margin-top: 10px;
}
ul.products span.price .amount{
position: relative;
line-height: 18px;
font-size: 16px;
}
.price del .amount,
.price del
{
color: #C9C9C9;
}
.button.add_to_cart_button,
.added_to_cart.wc-forward{
position: relative;
display: inline-block;
padding: 5px 9px;
font-size: 11px;
line-height: 16px;
border-width: 3px;
border-style: solid;
margin: 10px 0;
text-align: center;
text-transform: uppercase;
color: #fff !important;
-ms-box-sizing: border-box;
box-sizing: border-box;
-moz-box-sizing: border-box;
-o-transition: border 0.3s, background 0.3s, color 0.3s;
-ms-transition: border 0.3s, background 0.3s, color 0.3s;
-moz-transition: border 0.3s, background 0.3s, color 0.3s;
-webkit-transition: border 0.3s, background 0.3s, color 0.3s;
}
ul.products li.product:hover .button.add_to_cart_button,
ul.products li.product:hover .added_to_cart.wc-forward{
border-color: #fff;
} .star-rating,
.related.products .star-rating{
position: relative;
width: 95px;
overflow: hidden;
margin: 0 auto;
font-size: 0;
text-align: left;
}
.star-rating>span{
position: absolute;
top: 0;
left: 0;
}
.star-rating:before,
.comment-form-rating .stars:before{
color: #ddd;
}
.star-rating:before,
.star-rating>span:before,
.comment-form-rating .stars:before,
.comment-form-rating .stars .stars-active
{
content: "\f005\f005\f005\f005\f005";
display: inline-block;
font-family: FontAwesome;
font-style: normal;
font-weight: normal;
line-height: 1;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
font-size: 20px;	
}
.star-rating>span:before,
.comment-form-rating .stars .stars-active{
color: rgb(252, 211, 0);
top: 0;
left: 0;
position: absolute;
overflow: hidden;
width: 100%;
}
.woocommerce .product .entry-summary .star-rating,
.woocommerce .product .commentlist .star-rating{
display: inline-block;
float: right;
}
.woocommerce .related.products .star-rating {
float: none;
}
.comment-form-rating label{
display: block !important;
}
.woocommerce .comment-form-rating .stars span {
display: block;
z-index: 1;
}
.woocommerce .comment-form-rating .stars,
.woocommerce .comment-form-rating .stars span,
.woocommerce .comment-form-rating .stars:before{
cursor: pointer;
}
.woocommerce .comment-form-rating .stars .stars-active{
white-space: nowrap;
}
.comment-form-rating .stars{
overflow: hidden;
display: inline-block;
position: relative;
margin-bottom: 0;
padding-right: 1px;
}
.comment-form-rating .stars:before,
.comment-form-rating .stars .stars-active{
font-size: 32px;
}
.woocommerce .comment-form-rating .stars>span{
position: absolute;
width: 100%;
height: 100%;
display: -webkit-box;
display: -moz-box;
display: -ms-flexbox;
display: -webkit-flex;
display: flex;
-webkit-align-content: stretch;
-ms-flex-line-pack: stretch;
align-content: stretch;
top: 0;
left: 0;
margin-top: 0;
cursor: pointer;
}
.comment-form-rating .stars>span>a{
width: 20%;
color: transparent !important;
position: relative;
z-index:  2;
}
.woocommerce .comment-form-comment textarea{
height: initial;
} form.login,
form.checkout_coupon{
padding: 15px 5px; display: -webkit-flex;
-webkit-align-items: center; display: -moz-flex;
-moz-align-items: center; display: -o-flex;
-o-align-items: center; display: -ms-flexbox;
-ms-flex-align: center; display: flex;
align-items: center; width: 100%;
}
div.woocommerce form.login{
margin-top: 0;
-webkit-flex-wrap: wrap;
-ms-flex-wrap: wrap;
-moz-flex-wrap: wrap;
-o-flex-wrap: wrap;
flex-wrap: wrap;
}
form.login p:first-child{
margin: 0;
}
div.woocommerce form.login p{
margin: 10px 0 10px 5px;
}
div.woocommerce form.login p.form-row,
div.woocommerce p.form-row #user_login{
max-width: 300px;
width: 100%;
}
.checkout_coupon p.form-row.form-row-first{
margin: 0;
}
.checkout_coupon p.form-row.form-row-first input#coupon_code{
top: 0;
width: 100% !important;
}
.checkout_coupon p.form-row.form-row-last{
margin: 0px 0 0 10px;
}
.login p.form-row .button{
margin: 20px 5px 20px 0;
padding: 5px 9px;
font-size: 11px;
line-height: 16px;
}
.login p.form-row label #rememberme,
.checkout #createaccount{
vertical-align: sub;
}
.login p.form-row label.inline{
vertical-align: middle;
margin: 0 !important;
}
.login p.lost_password{
padding: 10px 0;
}
.woocommerce>form.checkout{
margin-top: 20px;
}
.woocommerce  .col2-set{
display: inline-block;
width: 100%;
margin: 15px 0;
}
.woocommerce  .col2-set>div{
float: left;
width: 49%;
margin-right: 1%;
}
.woocommerce  .col2-set h3{
padding-bottom: 10px;
font-size: 17px;
line-height: 23px;
}
.woocommerce  .col2-set h3 label{
margin: 0;
}
form.checkout h3 .input-checkbox{
margin: -2px 4px;
}
div.woocommerce form p.form-row label,
.woocommerce-tabs form p label{
display: inline-block;
margin-bottom: 5px;
line-height: 1;
}
div.woocommerce form p textarea{
height: auto;
}
div.woocommerce form p,
.woocommerce-tabs form p
{
margin-bottom: 20px;
}
form.checkout #order_review,
form.checkout #order_review .shop_table{
width: 100%;
text-align: left;
}
.shop_table thead tr th{
font-size: 16px;
}
div.woocommerce table th,
div.woocommerce  strong {
font-weight: bold;
}
div.woocommerce .woocommerce-info{
margin-top: 20px;
}
div.woocommerce table {
max-width: 100%;
background-color: transparent;
border-collapse: collapse;
border-spacing: 0;
}
div.woocommerce table th, div.woocommerce table td {
padding: 8px;
line-height: 19px;
text-align: left;
vertical-align: middle;
border-top: 1px solid #ddd;
}
div.woocommerce table thead:first-child tr:first-child th, 
div.woocommerce table thead:first-child tr:first-child td {
border-top: 0;
}
div.woocommerce table tr.order-total{
font-size: 20px;
}
div.woocommerce table tr.order-total td strong span,
ul.woocommerce-error li strong{
font-weight: bold;
}
div.woocommerce table{
margin-bottom: 30px;
}
.woocommerce #place_order{
padding: 5px 9px;
font-size: 11px;
line-height: 16px;
}
.payment_methods .payment_box {
margin: 10px 0;
background: #f5f5f5;
border-radius: 3px;
padding: 15px 15px 5px;
position: relative;
}
.payment_methods .payment_box:before {
position: absolute;
content: "";
top: 0;
height: 0;
left: 30px;
border: 5px solid;
border-color: transparent transparent #f5f5f5 transparent;
margin-top: -10px;
}
#payment ul.payment_methods li{
margin-top: 25px;
padding-left: 0;
}
#payment ul.payment_methods li:before{
display: none;
}
#payment ul.payment_methods{
margin-bottom: 25px;
}
#payment ul.payment_methods label{
vertical-align: middle;
margin: 0 5px;
}
#payment ul.payment_methods li input{
vertical-align: middle;
}
#payment ul.payment_methods label img{
margin: 0 5px;
}
ul.woocommerce-error{
text-align: center;
margin-bottom: 2em;
padding: 1em;
border: 1px solid #fa9338;
background: #ffe2c9;
border-radius: 4px;
}
.page-content main ul.woocommerce-error li{
line-height: 1.5;
padding-left: 0;
}
.page-content main ul.woocommerce-error li:before{
display: none;
} .product-remove a{
font-size: 2.5em;
font-weight: bold;
}
.cart input[type=number]::-webkit-inner-spin-button,
.cart input[type=number]::-webkit-outer-spin-button {
-webkit-appearance: none;
-moz-appearance: none;
-ms-appearance: none;
appearance: none;
margin:0;
}
.cart input[type="number"] {
-webkit-appearance: textfield;
-moz-appearance: textfield;
-ms-appearance: textfield;
appearance: textfield;
}
input[type="checkbox"]{
-webkit-appearance: button;
-moz-appearance: button;
-ms-appearance: button;
appearance: button;
}
.cart input[type=number]{
width: 40px;
text-align: center;
float: left;
margin-right: 5px;
}
.quantity.buttons_added{
position: relative;
display: inline-block;
margin-right: 20px;
}
.quantity.buttons_added input.plus,
.quantity.buttons_added input.minus{
margin: 0;
padding: 0;
border: none;
position: absolute;
right: -19px;
width: 19px;
height: 19px;
font-weight: bold;
color: #fff;
text-shadow: none;
font-size: 15px;
-o-transition: background 0.3s;
-ms-transition: background 0.3s;
-moz-transition: background 0.3s;
-webkit-transition: background 0.3s;
transition: background 0.3s;
}
.quantity.buttons_added input.plus{
top: 0;
}
.quantity.buttons_added input.minus{
bottom: 0;
}
.quantity .screen-reader-text{
display: none;
}
div.woocommerce #coupon_code{
width: 118px;
vertical-align: middle;
margin-right: 2px;
}
div.woocommerce td.actions{
text-align: right;
font-size: 0;
}
div.woocommerce label[for="coupon_code"]{
display: none;
}
div.woocommerce .actions .coupon{
display: inline-block;
float: left;
}
div.woocommerce .actions  .button{
vertical-align: middle;
margin: 4px 2px;
}
div.woocommerce .actions{
position: relative;
}
div.woocommerce .shop_table,
.cart-collaterals .cart_totals,
.cart-collaterals .cart_totals table,
div.woocommerce .shipping_calculator
{
width: 100%;
}
.woocommerce .shop_table th,
.woocommerce .shop_table td,
.woocommerce table.variations th,
.woocommerce table.variations td{
border: 0px;
}
.woocommerce .shop_table td.actions,
.woocommerce table.variations td.actions{
border: 0px;
}
div.woocommerce tr td.actions{
padding: 15px 0 0 0;
}
div.woocommerce tr td.actions:after{
content: "";
clear: both;
display: block;
}
div.woocommerce  h2{
display: inline-block;
margin-bottom: 15px;
}
.woocommerce .return-to-shop a:hover{
background-color: #fff;
}
.woocommerce .cart_item .product-thumbnail{
width: 90px;
}
.woocommerce .woocommerce-cart-form thead,
.woocommerce .woocommerce-cart-form tbody:last-child .cart_item{
border-bottom: 1px solid #ddd;
} .woocommerce p.myaccount_user,
.woocommerce p.myaccount_address{
margin-bottom: 30px;
}
.woocommerce .col2-set.addresses header{
border-bottom: 1px solid #ddd;
}
.woocommerce .col2-set.addresses header a{
padding-bottom: 3px;
display: block;	
}
.woocommerce .col2-set.addresses address{
margin-bottom: 19px;
font-style: normal;
line-height: 19px;
}
.woocommerce .product {
margin-top: 15px;
position: relative;
}
.woocommerce .product .images>.pic a img,
.woocommerce .product .images .pic.thumbnail a img{
height: auto;
}
.woocommerce .product .images{
display: inline-block;
float: left;
margin-right: 20px;
margin-bottom: 20px;
width: 300px;
}
.woocommerce .product .images .thumbnails{ display: -webkit-flex;
-webkit-flex-wrap: wrap; display:-moz-flex;
-moz-flex-wrap: wrap; display: -o-flex;
-o-flex-wrap: wrap; display: -ms-flexbox;
-ms-flex-wrap: wrap; display: flex;
flex-wrap: wrap;
}
.woocommerce .product .images .pic.thumbnail{
margin-top: 2%;
width: 32%;
margin-right: 2%;
}
.woocommerce .product .images .pic.thumbnail:nth-child(3n){
margin-right: 0;
}
.woocommerce .product .images .pic.thumbnail a{
width: 29px;
height: 29px;
line-height: 29px!important;
margin-top: 16px;
-webkit-box-shadow: 0 0 0 3px rgba(255,255,255,0.5);
-moz-box-shadow: 0 0 0 3px rgba(255,255,255,0.5);
-ms-box-shadow: 0 0 0 3px rgba(255,255,255,0.5);
box-shadow: 0 0 0 3px rgba(255,255,255,0.5);
}
.woocommerce .product h1.product_title.entry-title{
font-size: 24px;
line-height: 28px;
text-transform: uppercase;
}
.woocommerce .product .related.products{
margin-top: 30px;
}
.woocommerce .product p.price{
font-size: 23px;
display: block;
margin-right: 15px;
}
.woocommerce .product p.price del{
display: block;
}
.woocommerce .variations{
width: 100%;
display: block;
}
.woocommerce .variations td.label,
.woocommerce .variations td.value{
padding: 8px 8px 8px 0;
line-height: 19px;
text-align: left;
vertical-align: middle;
}
.woocommerce .single_variation_wrap .woocommerce-variation-price .price{
line-height: 2.1em;
font-size: 1.6em;
}
.woocommerce .variations td .reset_variations{
display: none;
}
.woocommerce .product .cart button{
padding: 6px 9px;
}
.woocommerce .product .summary.entry-summary>*:not(h1){
margin-top: 10px;
}
.woocommerce .product .summary.entry-summary{
margin-bottom: 15px;
margin-left: 320px;
}
.woocommerce-tabs{
margin-top: 15px;
display: inline-block;
width: 100%;
}
.woocommerce-tabs #tab-description>p{
padding-top: 0;
}
.woocommerce-tabs:after,
.woocommerce-tabs ol.commentlist .comment:after{
content: '';
clear: both;
display: block;
}
.woocommerce-tabs .comment_container{
float: left;
width: 100%;
padding: 20px 0;
border-bottom: 1px solid rgb(227, 227, 227);
}
.woocommerce-tabs .comment_container img{
float: left;
padding-right: 15px;
}
.woocommerce-tabs .tabs li a{
display: inline-block;
padding: 20px;
background: #efefef;
font-size: 15px;
text-transform: uppercase;
}
.woocommerce-tabs .tabs li.active a{
color: #fff;
}
.woocommerce-tabs h3,
.woocommerce-tabs span.comment-reply-title{
padding: 15px 0;
border: 0;
font-size: 17px;
line-height: 23px;
margin: 0;
}
.woocommerce-tabs span.comment-reply-title{
display: block;
}
.woocommerce .order .order-actions a{
padding: 2px 6px;
font-size: 14px;
line-height: 14px;
color: white;
border-width: 3px;
border-style: solid;
border-radius: 0;
}
.woocommerce .order .order-actions a:hover {
background: #fff;
}
.woocommerce #tab-description p>a{
display: inline-block;
width: 100%;
text-align: center;
margin-bottom: 20px;
}
div.woocommerce p.form-row label[for="user_login"]{
display: block;
} .woocommerce .cws-widget strong{
font-weight: 600;
}
#searchform>div{
position: relative;
}
#searchform>div.hover-search:before{
background-color: white;
}
#searchform>div:before{
content: "\f002";
position: absolute;
bottom: 0;
right: 0;
display: inline-block;
font-family: FontAwesome;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
width: 40px;
height: 40px;
font-size: 20px;
line-height: 35px;
border-width: 3px;
border-style: solid;
color: #fff;
text-align: center;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
-ms-box-sizing: border-box;
box-sizing: border-box;
-webkit-transition: all 0.3s ease;
-moz-transition: all 0.3s ease;
-ms-transition: all 0.3s ease;
transition: all 0.3s ease;
}
#searchform>div:after {
content: '';
position: absolute;
bottom: 16px;
right: 37px;
margin-right: 3px;
border-top: 4px solid transparent;
border-bottom: 4px solid transparent;
border-right-width: 4px;
border-right-style: solid;
}
#searchform label.screen-reader-text{
display: block;
margin-bottom: 5px;
}
#searchform input#s{
padding-right: 45px;
}
#searchform input#searchsubmit{
position: absolute;
bottom: 0;
right: 0;
font-size: 0;
padding: 0;
height: 40px;
width: 40px;
background-color: transparent;
border: 0;	
}
.woocommerce-product-search .screen-reader-text{
clip: rect(1px, 1px, 1px, 1px);
position: absolute;
}
.woocommerce-product-search input[type="submit"]{
display: none;
}
.cws-widget .woocommerce-product-search > button {
display: none;
} ul.product_list_widget{
display: block;
text-align: center;
}
.cws-widget .product_list_widget>li>*{
margin: 5px 0;
display: block;
}
.cws-widget .product_list_widget>li .remove {
float: right;
color: #ed1c24;
margin: 40px 10px;
font-size: 1.3em;
}
ul.product_list_widget>li>a:before{
display: none !important;
}
ul.product_list_widget del span.amount{
text-decoration: line-through;
color: #C9C9C9;
}
ul.product_list_widget li a{
padding: 0;
font-weight: 600;
}
ul.product_list_widget li a img{
float: left;
width: 90px;
height: 90px;
padding: 1px;
border: 1px solid #e4e4e4;
}
ul.product_list_widget li{
line-height: 0;
}
ul.product_list_widget .star-rating{
font-size: 15px;
display: inline-block;
font-size: 0;
} .widget_shopping_cart_content p{
margin: 15px 0;
text-align: center;
}
.widget_shopping_cart_content p.buttons a:hover{
background-color: #fff;
} .price_slider_wrapper .price_slider{
height: 2px;
width: 100%;
position: relative;
margin-bottom: 20px;
background-color: #e3e3e3;
}
.price_slider .ui-slider-range{
height: 2px;
position: absolute;
background-color: rgb(102, 190, 248);
}
.price_slider .ui-slider-handle{
width: 6px;
height: 15px;
position: absolute;
top: 0px;
-webkit-transform: translateY(-50%);
-webkit-transition: all 0s ease;
-moz-transition: all 0s ease;
-ms-transition: all 0s ease;
transition: all 0s ease;
}
.price_slider_wrapper .price_slider_amount{ display: -webkit-flex;
-webkit-justify-content: space-between; display: -moz-flex;
-moz-justify-content: space-between; display: -ms-flexbox;
-ms-flex-pack: justify; display: -o-flex;
-o-justify-content: space-between; display: flex;
justify-content: space-between;
}
.price_slider_wrapper .price_slider_amount .price_label{
display: inline-block;
}
.price_slider_wrapper .price_slider_amount .clear{
display: none;
}
.woocommerce ul.chosen-results li:before{
display: none;
}
.woocommerce ul.chosen-results li{
font-size: inherit;
}
.widget-title .woocommerce-mini-cart__buttons a.button + a.button{
padding-left: 10px;
} @media screen and (max-width: 1190px){
.page-content ul.products li{
width: 220px;
margin: 10px;
}
.page-content ul.products{
margin: 15px -10px;
}
.woocommerce .col2-set#customer_details>div {
width: 100%;
}	
.woocommerce div[class^="post-"] .images{
width: 240px;
}
.woocommerce div[class^="post-"] .summary.entry-summary {
margin-left: 0;
}
}
@media screen and (max-width: 980px){
.page-content ul.products li{
width: 359px;
margin: 20px 10px;
}
.page-content.single-sidebar ul.products li{
width: 265px;
}
.page-content.single-sidebar ul.products{
margin: 15px 0;
}
.page-content.single-sidebar ul.products li{
margin: 20px 0;
}
.page-content.single-sidebar ul.products li:nth-child(2n){
margin-left: 18px;
}
.woocommerce .page-content ul.products{
margin: 15px -10px;
}
div.woocommerce .product-thumbnail,
ul.product_list_widget li del{
display: none;
}
.woocommerce div[class^="post-"] .images {
width: 100%;
max-width: 300px;
}
.page-content.double-sidebar ul.product_list_widget .star-rating{
margin-left: 100px;
-webkit-transform: none;
-moz-transform: none;
-ms-transform: none;
transform: none;
}
.page-content.double-sidebar .cws-widget .star-rating:before, 
.page-content.double-sidebar .cws-widget .star-rating>span:before{
font-size: 15px;
}
.page-content.double-sidebar .cws-widget .star-rating{
width: 70px;
}
.page-content.double-sidebar .cws-widget .star-rating>span:before{
margin-top: -26px;
}
}
@media screen and (max-width: 767px){
.woocommerce .woocommerce-tabs .tabs li{
float: none !important;
display: block;
}
.woocommerce .woocommerce-tabs .tabs li a{
display: block;
}
.woocommerce .woocommerce-tabs .tabs li + li{
border-left-style: none;
border-top: 1px solid rgb(227, 227, 227);
}
.page-content ul.products li{
width: 48%;
margin: 4% 0;
}
.page-content ul.products li:nth-child(2n),
.page-content.single-sidebar ul.products li:nth-child(2n){
margin-left: 4%;
}
.page-content ul.products li,
.page-content.single-sidebar ul.products li{
width: 48%;
margin: 4% 0;
}
ul.product_list_widget li del{
display: inline-block;
}
.woocommerce div[class^="post-"] .images {
width: 175px;
}
.page-content.double-sidebar ul.product_list_widget .star-rating{
margin-left: calc(50% + 100px);
-webkit-transform: translateX(-100%);
-moz-transform: translateX(-100%);
-ms-transform: translateX(-100%);
transform: translateX(-100%);
}
.page-content.double-sidebar .cws-widget .star-rating:before, 
.page-content.double-sidebar .cws-widget .star-rating>span:before{
font-size: 20px;
}
.page-content.double-sidebar .cws-widget .star-rating{
width: 95px;
}
.page-content.double-sidebar .cws-widget .star-rating>span:before{
margin-top: -30px;
}
.woocommerce .page-content.single-sidebar main{
width: 100%;
margin-left: 0;
margin-right: 0;		
}
}
@media screen and ( max-width:479px ){
.page-content ul.products li,
.page-content.single-sidebar ul.products li{
width: 100%;
margin: 10px 0;
}
.page-content ul.products li:nth-child(2n),
.page-content.single-sidebar ul.products li:nth-child(2n){
margin-left: 0;
}
div.woocommerce .product-price,
.shop_table.my_account_orders .order-status{
display: none;
}div.woocommerce td.actions {
text-align: center;
}
div.woocommerce .actions .coupon {
display: block;
width: 100%;
text-align: center;
}
.checkout_coupon p.form-row.form-row-first{
width: 50%;
}
.woocommerce .col2-set>div {
width: 100%;
}
.woocommerce div[class^="post-"] .images {
width: 100%;
max-width: none;
}
.woocommerce-tabs #tab-reviews p.meta{
padding-top: 20px;
}
.woocommerce #tab-reviews .star-rating {
display: inline-block;
float: left;
}	
.woocommerce p.woocommerce-result-count{
float: none;
width: 100%;
text-align: center;
}
form.woocommerce-ordering {
text-align: center;
}
form.woocommerce-ordering .orderby {
margin-top: 5px;
}
}
.woocommerce .woocommerce-tabs .tabs:after,
ul.product_list_widget li:after{
display: block;
content: "";
clear: both;
}
.woocommerce .products li,
.woocommerce .woocommerce-tabs .tabs li{
padding-left: 0;
}
.woocommerce .woocommerce-tabs .tabs li + li{
margin-top: 0;
border-left: 1px solid rgb(227, 227, 227);
}
.woocommerce .woocommerce-tabs .tabs li{
float: left;
}
.woocommerce .products li:before,
.woocommerce .woocommerce-tabs .tabs li:before{
display: none;
}
.woocommerce ol.commentlist{
list-style-type: none;
}
.woocommerce ul.products li.product:hover a{
color: #fff;
}
.woocommerce .panel.entry-content{
padding: 20px;
border: 1px solid rgb(227, 227, 227);
}
.woocommerce .woocommerce-tabs .shop_attributes{
text-align: left
}
.woocommerce .woocommerce-tabs .shop_attributes th{
padding-right: 20px;
}
.product_list_widget li.empty{
border-top-style: none !important;
border-bottom-style: none !important;
} ul.products h3 mark{
background: transparent;
}
ul.products .product:hover h3 mark{
color: #fff;
}.n2-in-fullscreen *{animation-name:initial}.n2-in-fullscreen [data-uk-scrollspy*=uk-animation-]:not([data-uk-scrollspy*=target]){opacity:1}ss3-fullpage{display:block}ss3-fullpage[data-based-on=real]{opacity:0}ss3-force-full-width{position:relative;display:block;opacity:0;width:100vw;transform:translateX(-100vw)}.n2-section-smartslider{position:relative;width:100%;outline:0;--widget-offset: 0px}.n2-section-smartslider--hidden{display:none}.n2-ss-align{position:relative;z-index:0;overflow:hidden}.n2-ss-align.n2-ss-align-visible{overflow:visible}.n2-ss-slider{display:grid;grid-template-columns:100%;grid-template-rows:1fr auto;-webkit-font-smoothing:antialiased;font-size:16px;line-height:1;user-select:none;--ss-fs: flex-start;--ss-fe: flex-end;--ss-r: row;--ss-rr: row-reverse}.n2-ss-slider [data-force-pointer],.n2-ss-slider [data-force-pointer] *{cursor:pointer!important}.n2-ss-slider [data-force-pointer=zoom-in],.n2-ss-slider [data-force-pointer=zoom-in] *{cursor:zoom-in!important}.n2-ss-slider .n2-ss-text{user-select:text;cursor:initial}.n2-ss-slider-has-no-slide{height:0!important;opacity:0!important;overflow:hidden!important}.n2-ss-slider,.n2-ss-slider .n2_ss__touch_element{-webkit-tap-highlight-color:transparent;-webkit-tap-highlight-color:transparent}.n2-ss-slider>*,.n2-ss-slider .n2_ss__touch_element>*{-webkit-tap-highlight-color:initial}.n2-ss-slider .n2-ow,.n2-ss-slider .n2-ow-all *{font-size:inherit;line-height:inherit;letter-spacing:inherit}.n2-ss-slider .n2-ow,.n2-ss-slider .n2-ow:before,.n2-ss-slider .n2-ow:after,.n2-ss-slider .n2-ow-all *,.n2-ss-slider .n2-ow-all :before,.n2-ss-slider .n2-ow-all :after{box-sizing:content-box}.n2-ss-slider .n2-ow:before,.n2-ss-slider .n2-ow:after,.n2-ss-slider .n2-ow-all :not(i):before,.n2-ss-slider .n2-ow-all :not(i):after{display:none}.n2-ss-slider a.n2-ow,.n2-ss-slider .n2-ow-all a{border:0;-webkit-hyphens:manual;-moz-hyphens:manual;-ms-hyphens:manual;hyphens:manual}.n2-ss-slider a.n2-ow,.n2-ss-slider a.n2-ow:focus,.n2-ss-slider .n2-ow-all a,.n2-ss-slider .n2-ow-all a:focus{outline:0!important;transition:none 0s;box-shadow:none;text-decoration:none}.n2-ss-slider path{transition:none 0s}.n2-ss-slider .n2-ow-all b,.n2-ss-slider .n2-ow-all i{color:inherit}.n2-ss-slider h1.n2-ow,.n2-ss-slider h2.n2-ow,.n2-ss-slider h3.n2-ow,.n2-ss-slider h4.n2-ow,.n2-ss-slider h5.n2-ow,.n2-ss-slider h6.n2-ow,.n2-ss-slider p.n2-ow,.n2-ss-slider .n2-ow-all h1,.n2-ss-slider .n2-ow-all h2,.n2-ss-slider .n2-ow-all h3,.n2-ss-slider .n2-ow-all h4,.n2-ss-slider .n2-ow-all h5,.n2-ss-slider .n2-ow-all h6,.n2-ss-slider .n2-ow-all p{margin:0;padding-left:0;padding-right:0;height:auto;width:auto;border:0;box-shadow:none;-webkit-hyphens:manual;-moz-hyphens:manual;-ms-hyphens:manual;hyphens:manual}.n2-ss-slider iframe{border:0;min-height:0}.n2-ss-slider iframe.n2-ow,.n2-ss-slider .n2-ow-all iframe{margin:0}.n2-ss-slider img.n2-ow,.n2-ss-slider .n2-ow-all img,.n2-ss-slider svg.n2-ow,.n2-ss-slider .n2-ow-all svg{max-width:none;max-height:none;height:auto;box-shadow:none;border-radius:0;background:0 0;background:0 0;padding:0;margin:0;border:0;vertical-align:top}.n2-ss-slider picture.n2-ow,.n2-ss-slider .n2-ow-all picture{display:inline-block}.n2-ss-slider source{display:none}.n2-ss-slider ul.n2-ow,.n2-ss-slider li.n2-ow,.n2-ss-slider img.n2-ow,.n2-ss-slider a.n2-ow,.n2-ss-slider p.n2-ow,.n2-ss-slider ol.n2-ow,.n2-ss-slider textarea.n2-ow,.n2-ss-slider input.n2-ow,.n2-ss-slider button.n2-ow{transition:none 0s}.n2-ss-slider p{background-color:transparent}.n2-ss-slider ol{margin:0}.n2-ss-slider{z-index:3;position:relative;text-align:left;width:100%;min-height:1px}[dir=rtl] .n2-ss-slider{text-align:right}.n2-ss-slider :focus{outline:0}.n2-ss-slider[data-responsive=fullpage]{min-height:calc(var(--target-height, 100vh) - var(--subtract, 0px) - var(--subtract-vertical-offset, 0px) - var(--subtract-vertical-widget, 0px))}.n2-ss-slider.n2-ss-slider--fullscreen[data-responsive=fullpage]{min-height:100vh}.n2-ss-slider.n2-ss-slider--fullscreen .n2-ss-preserve-size--slider{display:none!important}[dir=rtl] .n2-ss-slider .n2-ss-slide-background{text-align:left}.n2-ss-slider.n2notransition *{transition:none 0s!important}.n2-ss-slider .n2-ss-preserve-size{width:100%;visibility:hidden}.n2-ss-slider .n2-ss-preserve-size[data-related-device]{display:none}.n2-ss-slider .n2-ss-preserve-size[data-related-device=desktopPortrait]{display:block}.n2-ss-slider .n2-ss-slider-background-video{position:absolute;left:0;top:0;width:100%;height:100%}.n2-ss-slider .n2-cover{object-fit:cover}.n2-ss-slider .n2-contain{object-fit:contain}.n2-ss-slider .n2-ss-slide{position:relative;overflow:hidden;text-align:center;--ssselfalign: center}.n2-ss-full-page--constrain-ratio .n2-ss-slide{overflow:visible}.n2-ss-slider .n2-ss-slide--focus{position:absolute;left:0;top:0;width:100%;height:100%;opacity:0;z-index:-99999}.n2-ss-slider .n2-ss-slide-thumbnail{display:none!important}.n2-ss-full-page--constrain-ratio .n2-ss-layers-container{clip-path:var(--ss-clip-path, inset(0px))}.n2-ss-slider .n2-ss-slide-background,.n2-ss-slider .n2-ss-slide-background *{position:absolute;top:0;left:0;width:100%;height:100%;text-align:left}.n2-ss-feature-post-bg-loader .n2-ss-slide-background{opacity:0}.n2-ss-slider .n2-ss-slide-background{z-index:10}.n2-ss-slider .n2-ss-slide-background .n2-ss-slide-background-color{z-index:1}.n2-ss-slider .n2-ss-slide-background .n2-ss-slide-background-color[data-overlay="1"]{z-index:7}.n2-ss-slider .n2-ss-slide-background .n2-ss-slide-background-video{z-index:3}.n2-ss-slider .n2-ss-slide-background .n2-ss-slide-background-image{z-index:5}.n2-ss-slider .n2-ss-slide-background-image{width:100%;height:100%;box-sizing:content-box;--ss-o-pos-x: 50%;--ss-o-pos-y: 50%}.n2-ss-slider .n2-ss-slide-background-image img{object-position:var(--ss-o-pos-x) var(--ss-o-pos-y)}.n2-ss-slider .n2-ss-slide-background-image img{width:100%!important;height:100%!important;object-fit:cover;color:RGBA(0,0,0,0)}.n2-ss-slider [data-mode=fit] .n2-ss-slide-background-image img{object-fit:contain}.n2-ss-slider [data-mode=center] .n2-ss-slide-background-image img{object-fit:none}.n2-ss-slider [data-mode=stretch] .n2-ss-slide-background-image img{object-fit:fill}.n2-ss-slider [data-mode=blurfit] .n2-ss-slide-background-image+.n2-ss-slide-background-image img{object-fit:contain}.n2-ss-slider .n2-ss-slide-background-video{object-fit:cover}.n2-ss-slider .n2-ss-slide-background-video[data-mode=fit]{object-fit:contain}.n2-ss-slider .n2-ss-layers-container{visibility:hidden;position:relative;width:100%;height:100%;display:flex;flex-direction:column;z-index:20;opacity:.001;transition:opacity .4s}.n2-ss-slider.n2-ss-loaded .n2-ss-layers-container{opacity:1}.n2-ss-slider [onclick].n2-ss-layers-container{visibility:visible}.n2-ss-slider .n2-ss-layers-container>*{visibility:visible}.n2-ss-slider .n2-ss-layer{z-index:2;--margin-top: 0px;--margin-right: 0px;--margin-bottom: 0px;--margin-left: 0px;width:calc(100% - var(--margin-right) - var(--margin-left) + var(--ss-safari-fix-225962, 0px));--ssfont-scale: 1;font-size:calc(100%*var(--ssfont-scale))}.n2-ss-slider .n2-ss-layer[data-pm=normal]{margin:var(--margin-top) var(--margin-right) var(--margin-bottom) var(--margin-left)}.n2-ss-slider .n2-ss-layer[data-pm=absolute]{position:absolute;left:0;top:0}.n2-ss-slider .n2-ss-layer[data-pm=absolute] picture{width:100%}.n2-ss-slider .n2-ss-layer[data-pm=default],.n2-ss-slider .n2-ss-layer[data-pm=normal]{position:relative;min-height:1px}.n2-ss-slider .n2-ss-layer-wrapper{width:100%;height:100%}.n2-ss-slider .n2-ss-layer-content .n2-ss-layer-wrapper,.n2-ss-slider .n2-ss-layer-row .n2-ss-layer-wrapper{height:auto;flex-grow:1}.n2-ss-slider .n2-ss-layer.n2-ss-layer--need-height .n2-ss-layer-wrapper{height:100%}.n2-ss-slider .n2-ss-layer[data-sstype=col]>.n2-ss-layer-wrapper,.n2-ss-slider .n2-ss-layer[data-sstype=content]>.n2-ss-layer-wrapper{flex:1 1 auto;min-height:100%;height:auto!important;display:flex;flex-direction:column}.n2-ss-no-bga-fixed *,.n2-ss-slider.n2-ss-mobileLandscape .n2-ss-slider-1,.n2-ss-slider.n2-ss-mobilePortrait .n2-ss-slider-1,.n2-ss-slider.n2-ss-tabletLandscape .n2-ss-slider-1,.n2-ss-slider.n2-ss-tabletPortrait .n2-ss-slider-1,.n2-ss-slider.n2-ss-mobileLandscape .n2-ss-slider-2,.n2-ss-slider.n2-ss-mobilePortrait .n2-ss-slider-2,.n2-ss-slider.n2-ss-tabletLandscape .n2-ss-slider-2,.n2-ss-slider.n2-ss-tabletPortrait .n2-ss-slider-2{background-attachment:scroll!important}.n2-ss-slider .n2-ss-widget{position:relative;-webkit-backface-visibility:hidden;-webkit-perspective:1000px;z-index:1;font-size:16px;transition:opacity .4s ease;opacity:1;box-sizing:initial}.n2-ss-slider .n2-ss-widget[data-position=above],.n2-ss-slider .n2-ss-widget[data-position=below]{margin-left:auto;margin-right:auto}.n2-ss-slider .n2-ss-widget.n2-ss-widget-hidden{opacity:0!important;pointer-events:none}.n2-ss-slider .n2-ss-slider-controls-above,.n2-ss-slider .n2-ss-slider-controls-below{display:flex;flex-flow:column;align-items:center}.n2-ss-slider .n2-ss-slider-controls-side{position:relative;display:flex}.n2-ss-slider .n2-ss-slider-controls-side>*{flex:1 1 auto}.n2-ss-slider .n2-ss-slider-controls-left,.n2-ss-slider .n2-ss-slider-controls-right{flex:0 0 auto;display:flex}.n2-ss-slider .n2-ss-slider-controls-left>*,.n2-ss-slider .n2-ss-slider-controls-right>*{flex:1 1 auto}.n2-ss-slider .n2-ss-slider-controls-left>*{margin-right:var(--widget-offset)}.n2-ss-slider .n2-ss-slider-controls-right>*{margin-left:var(--widget-offset)}.n2-ss-slider .n2-ss-slider-controls-absolute-left,.n2-ss-slider .n2-ss-slider-controls-absolute-right{position:absolute;right:100%;top:0;height:100%;display:flex;flex-flow:var(--ss-rr);align-items:center;visibility:hidden}[dir=rtl] .n2-ss-slider .n2-ss-slider-controls-absolute-left{justify-content:flex-start}[dir=rtl] .n2-ss-slider .n2-ss-slider-controls-absolute-right{justify-content:flex-end}.n2-ss-slider .n2-ss-slider-controls-absolute-left>*,.n2-ss-slider .n2-ss-slider-controls-absolute-right>*{visibility:visible}.n2-ss-slider .n2-ss-slider-controls-absolute-right{left:100%;right:auto;flex-flow:row}.n2-ss-slider .n2-ss-slider-wrapper-outside,.n2-ss-slider .n2-ss-slider-wrapper-inside{position:relative;display:grid;grid-template-columns:100%}.n2-ss-slider .n2-ss-slider-wrapper-inside .n2-ss-slider-controls{z-index:10;position:absolute;width:100%;height:100%;visibility:hidden;display:flex}.n2-ss-slider .n2-ss-slider-wrapper-inside .n2-ss-slider-controls>*{visibility:visible}.n2-ss-slider .n2-ss-slider-wrapper-inside .n2-ss-slider-controls-advanced{display:block;opacity:0;transition:opacity .4s}.n2-ss-slider .n2-ss-slider-wrapper-inside .n2-ss-slider-controls-advanced--ready{opacity:1}.n2-ss-slider .n2-ss-slider-wrapper-inside .n2-ss-slider-controls-advanced>*{position:absolute!important}.n2-ss-slider .n2-ss-slider-controls-absolute-left-top{align-items:flex-start;flex-flow:var(--ss-r)}.n2-ss-slider .n2-ss-slider-controls-absolute-left-top>*{margin:var(--widget-offset) 0 0 var(--widget-offset)}.n2-ss-slider .n2-ss-slider-controls-absolute-center-top{align-items:center;flex-flow:column}.n2-ss-slider .n2-ss-slider-controls-absolute-center-top>*,.n2-ss-slider .n2-ss-slider-controls-below>*{margin-top:var(--widget-offset)}.n2-ss-slider .n2-ss-slider-controls-absolute-right-top{flex-flow:var(--ss-rr);align-items:flex-start}.n2-ss-slider .n2-ss-slider-controls-absolute-right-top>*{margin:var(--widget-offset) var(--widget-offset) 0 0}.n2-ss-slider .n2-ss-slider-controls-absolute-left-center{align-items:center;flex-flow:var(--ss-r)}.n2-ss-slider .n2-ss-slider-controls-absolute-left-center>*,.n2-ss-slider .n2-ss-slider-controls-absolute-right>*{margin-left:var(--widget-offset)}.n2-ss-slider .n2-ss-slider-controls-absolute-right-center{align-items:center;flex-flow:var(--ss-rr)}.n2-ss-slider .n2-ss-slider-controls-absolute-right-center>*,.n2-ss-slider .n2-ss-slider-controls-absolute-left>*{margin-right:var(--widget-offset)}.n2-ss-slider .n2-ss-slider-controls-absolute-left-bottom{align-items:flex-end;flex-flow:var(--ss-r)}.n2-ss-slider .n2-ss-slider-controls-absolute-left-bottom>*{margin:0 0 var(--widget-offset) var(--widget-offset)}.n2-ss-slider .n2-ss-slider-controls-absolute-center-bottom{align-items:center;flex-flow:column-reverse}.n2-ss-slider .n2-ss-slider-controls-absolute-center-bottom>*,.n2-ss-slider .n2-ss-slider-controls-above>*{margin-bottom:var(--widget-offset)}.n2-ss-slider .n2-ss-slider-controls-absolute-right-bottom{align-items:flex-end;flex-flow:var(--ss-rr)}.n2-ss-slider .n2-ss-slider-controls-absolute-right-bottom>*{margin:0 var(--widget-offset) var(--widget-offset) 0}.n2-ss-slider .n2-ss-slider-wrapper-inside .n2-ss-slider-controls-absolute-right-top,.n2-ss-slider .n2-ss-slider-wrapper-inside .n2-ss-slider-controls-absolute-left-top,.n2-ss-slider .n2-ss-slider-wrapper-inside .n2-ss-slider-controls-absolute-left-bottom,.n2-ss-slider .n2-ss-slider-wrapper-inside .n2-ss-slider-controls-absolute-right-bottom{z-index:11}.n2-ss-slider .n2-ss-static-slide{justify-self:stretch;align-self:stretch;display:flex;flex-direction:column;position:relative;z-index:25;-webkit-backface-visibility:hidden;text-align:center;--ssselfalign: center;opacity:.001;transition:opacity .4s}.n2-ss-slider.n2-ss-loaded .n2-ss-static-slide{opacity:1}.n2-ss-slider .n2-ss-static-slide div[data-sstype=slide]>.n2-ss-layer,.n2-ss-slider .n2-ss-static-slide div[data-sstype=content][data-hasbackground="1"]>div.n2-ss-section-main-content,.n2-ss-slider .n2-ss-static-slide div[data-sstype=content] .n2-ss-section-main-content>*{visibility:visible}.n2-ss-slider .n2-ss-static-slide,.n2-ss-slider .n2-ss-static-slide div[data-sstype=slide],.n2-ss-slider .n2-ss-static-slide div[data-sstype=content][data-hasbackground="0"],.n2-ss-slider .n2-ss-static-slide div[data-sstype=content][data-hasbackground="0"] div.n2-ss-section-main-content{visibility:hidden}.n2-ss-slider .n2-ss-shape-divider{position:absolute;left:0;width:100%;height:100px;pointer-events:none;z-index:13}.n2-ss-slider .n2-ss-shape-divider-inner{height:100%;transform-origin:center top}.n2-ss-slider .n2-ss-shape-divider-bottom .n2-ss-shape-divider-inner{position:absolute;bottom:0;left:0;width:100%;transform-origin:center bottom}.n2-ss-slider .n2-ss-shape-divider svg{display:block;height:100%;width:100%}.n2-ss-slider .n2-ss-shape-divider-top{top:0}.n2-ss-slider .n2-ss-shape-divider-bottom{bottom:0}.n2-ss-slider .n2-ss-slide .nextend-slide-bg{position:absolute;top:0;left:0;width:100%;max-width:none!important;height:auto;background:rgba(0,0,0,.002)}.n2-ss-slider video.n2-ow{max-width:none}.n2-ss-slider .n2-ss-item-video-container{overflow:hidden;width:100%;height:100%}.n2-ss-slider .n2-ss-item-video-container video{width:100%;height:100%}.n2-ss-slider .n2-ss-item-iframe-wrapper{-webkit-overflow-scrolling:touch;overflow-y:auto;height:100%}.n2-ss-slider .n2i{vertical-align:top}.n2-ss-slider iframe.n2-ow{max-width:none;display:block}.n2-ss-slider .n2-ss-item-iframe{height:100%}.n2-ss-slider .n2-grabbing{cursor:grabbing!important}.n2-ss-slider .n2-grabbing .n2-ss-slide{pointer-events:none}.n2-ss-slider .n2-ss-item-input-form{display:flex;flex-flow:row}.n2-ss-slider .n2-ss-item-input-form .n2-input{flex:1 1 auto}.n2-ss-slider .n2-ss-item-input-form .n2-form-button{margin:0}.n2-ss-slider form.n2-ow{margin:0;border:0;padding:0}.n2-ss-slider .n2-input{height:auto;width:auto;box-sizing:border-box;margin:0;border:0;padding:0;display:inline-block;vertical-align:middle;white-space:normal;background:0 0;line-height:1;font-size:13px;font-family:Arial,serif;box-shadow:none}.n2-ss-slider input.n2-ow:focus{outline:0}.n2-ss-slider input.n2-ow[placeholder]{overflow:hidden;text-overflow:clip}.n2-ss-slider ::-moz-placeholder{text-overflow:clip;color:inherit}.n2-ss-slider input.n2-ow:-moz-placeholder{text-overflow:clip;color:inherit}.n2-ss-slider input.n2-ow::-webkit-input-placeholder,.n2-ss-slider input.n2-ow::placeholder{color:inherit}.n2-ss-slider table.n2-ow{table-layout:auto;margin:0}.n2-ss-slider .n2-ow .n2-ss-thumbnail-type{width:48px;height:48px;margin-left:-24px;margin-top:-24px;position:absolute;left:50%;top:50%}.n2-ss-slider .n2-ss-section-main-content .n2-ss-item{float:none}.n2-ss-slider .n2-ss-layer[data-sstype=row].n2-ss-stretch-layer{display:flex;flex:1 1 auto}.n2-ss-slider .n2-ss-layer[data-sstype=row].n2-ss-stretch-layer>.n2-ss-layer-wrapper{display:flex}.n2-ss-slider .n2-ss-layer-row{box-sizing:border-box;display:flex}.n2-ss-slider .n2-ss-layer-row-inner{position:relative;box-sizing:border-box;display:flex;visibility:hidden;width:100%}.n2-ss-slider .n2-ss-layer-row-inner>*{visibility:visible}.n2-ss-slider .n2-ss-layer[data-sstype=row].n2-ss-stretch-layer .n2-ss-layer-row{height:auto;width:100%}.n2-ss-slider .n2-ss-layer-row>.n2-ss-layer{box-sizing:border-box;width:1px;flex:1 1 auto}.n2-ss-slider .n2-ss-layer-row .n2-ss-item{float:none}.n2-ss-slider .n2-ss-layer[data-sstype=slide]{flex:0 0 auto;position:relative;box-sizing:border-box;width:100%;height:100%;min-height:100%;z-index:2;display:flex;justify-content:center;flex-flow:column}.n2-ss-slider .n2-ss-layer-content .n2-ss-layer--auto:not([data-pm=absolute]){width:auto!important}.n2-ss-slider .n2-ss-layer-content .n2-ss-layer[data-pm=normal]{max-width:calc(100% - var(--margin-right) - var(--margin-left) + var(--ss-safari-fix-225962, 0px))}.n2-ss-slider .n2-ss-layer[data-sstype=content]{flex:0 0 auto;width:100%;min-height:100%;position:relative;z-index:2;display:flex}.n2-ss-slider .n2-ss-layer-content{flex:0 0 auto;display:flex;flex-direction:column;justify-content:flex-start;box-sizing:border-box;position:relative;min-height:10px}.n2-ss-slider .n2-ss-section-main-content{flex:1 1 auto;display:flex;justify-content:center;flex-direction:column;min-height:100%;max-width:100%}.n2-ss-slider .n2-ss-layer-with-background{--n2bgimage: none;--n2bggradient: none;background-image:var(--n2bggradient),var(--n2bgimage);background-size:cover,cover;background-repeat:no-repeat,no-repeat;transition:all .3s;transition-property:border-color,background-color,border-radius,box-shadow}.n2-ss-slider .n2-ss-layer[data-sstype=col]{display:flex;flex-flow:column;order:10;flex:0 1 auto}.n2-ss-slider .n2-ss-layer--block>.n2-ss-layer-row>.n2-ss-layer-row-inner>.n2-ss-layer[data-sstype=col],.n2-ss-slider .n2-ss-layer--block>.n2-ss-layer-wrapper>.n2-ss-layer-row>.n2-ss-layer-row-inner>.n2-ss-layer[data-sstype=col]{flex:1 1 auto}.n2-ss-slider .n2-ss-layer-col{box-sizing:border-box;position:relative;width:100%;height:auto;flex:1 1 auto}.n2-ss-slider .n2-ss-layer-col>.n2-ss-layer{flex:0 0 auto}.n2-ss-slider .n2-ss-layer:not([data-sstype=col]){align-self:var(--ssselfalign)}.n2-ss-slider .n2-ss-item-image-content{overflow:hidden;line-height:0}.n2-ss-slider .n2-ss-img-wrapper,.n2-ss-slider .n2-ss-img-wrapper img{line-height:0}.n2-ss-slider .n2-ss-item-image-content img{display:inline-block;max-width:100%}.n2-ss-slider .n2-ss-item-image-content a{display:inline-block}.n2-ss-slider .n2-ss-item-image-content picture{width:100%}.n2-ss-slider img.n2-ss-item-image-area{display:block;width:100%!important;height:100%!important}.n2-ss-slider .n2_ss_video_player{position:relative}.n2-ss-slider .n2_ss_video_player .n2_ss_video_player__placeholder{padding-top:56.25%}.n2-ss-slider .n2_ss_video_player[data-aspect-ratio="16:10"] .n2_ss_video_player__placeholder{padding-top:62.5%}.n2-ss-slider .n2_ss_video_player[data-aspect-ratio="4:3"] .n2_ss_video_player__placeholder{padding-top:75%}.n2-ss-slider .n2_ss_video_player iframe,.n2-ss-slider .n2_ss_video_player video,.n2-ss-slider .n2_ss_video_player .n2_ss_video_player__cover{display:block;position:absolute;top:0;left:0;width:100%;height:100%}.n2-ss-slider .n2_ss_video_player .n2_ss_video_player__cover{z-index:2;transform:translate3d(0,0,0)}.n2-ss-slider .n2_ss_video_player[data-aspect-ratio=fill]{min-height:50px;height:100%}.n2-ss-slider .n2_ss_video_player[data-aspect-ratio=fill] .n2_ss_video_player__placeholder,.n2-ss-slider .n2_ss_video_player[data-aspect-ratio=fill]>.n2_ss_video_player__placeholder,.n2-ss-slider .n2_ss_video_player[data-aspect-ratio=fill]>.n2_ss_video_player__placeholder{padding-top:0}.n2-ss-slider .n2_ss_video_player[data-aspect-ratio=fill] video{position:static;height:auto}.n2-ss-slider .n2-ss-layer[data-pm=absolute]>.n2-ss-item>.n2_ss_video_player[data-aspect-ratio=fill]>video,.n2-ss-slider .n2-ss-layer[data-pm=absolute]>.n2_ss_video_player[data-aspect-ratio=fill]>video,.n2-ss-slider .n2_ss_video_player[data-aspect-ratio=fill]>video,.n2-ss-slider .n2_ss_video_player[data-aspect-ratio=fill]>video{position:static;height:100%}.n2-ss-slider img.n2_ss_video_cover{display:block;position:absolute;left:0;top:0;width:100%;height:100%;z-index:1;object-fit:cover}.n2-ss-slider img.n2_ss_video_play_btn{position:absolute;left:50%;top:50%;z-index:2;width:48px;height:48px;transform:translate(-50%,-50%)}.n2-ss-slider .n2-ss-animated-heading-wrapper,.n2-ss-slider .n2-ss-animated-heading-wrapper *,.n2-ss-slider .n2-ss-highlighted-heading-wrapper,.n2-ss-slider .n2-ss-highlighted-heading-wrapper *{text-decoration:none!important}.n2_clear{clear:both}[data-force-hidden],[data-force-hidden] *{visibility:hidden!important}.n2-ss-slider .n2-ss-reveal-clip{pointer-events:none;visibility:hidden;position:absolute;left:0;top:0;z-index:1000000;width:100%;height:100%;overflow:hidden}.n2-ss-slider .n2-ss-reveal-clip>*{position:absolute;left:0;top:0;width:100%;height:100%}.n2-ss-slider .n2-widget-html{z-index:10}.n2-ss-slider .n-particles-js-canvas-el{position:absolute;left:0;top:0;width:100%;height:100%;z-index:12}ss-text,ss-word,ss-char{position:relative;display:inline-block}ss-p{display:block}ss3-loader{display:none;place-content:center;position:absolute;left:0;top:0;width:100%;height:100%;z-index:100000}ss3-loader:after{content:'';display:block;border:9px solid RGBA(0,0,0,.6);border-top:9px solid #fff;border-radius:50%;box-shadow:inset 0 0 0 1px RGBA(0,0,0,.6),0 0 0 1px RGBA(0,0,0,.6);width:40px;height:40px;animation:n2-ss-loader-spin 2s linear infinite}@keyframes n2-ss-loader-spin{0%{transform:rotate(0deg)}to{transform:rotate(360deg)}}