html {
font-family: sans-serif; line-height: 1.15; -ms-text-size-adjust: 100%; -webkit-text-size-adjust: 100%; }  body {
margin: 0;
} article,
aside,
footer,
header,
nav,
section {
display: block;
} h1 {
font-size: 2em;
margin: 0.67em 0;
}  figcaption,
figure,
main { display: block;
} figure {
margin: 1em 40px;
} hr {
box-sizing: content-box; height: 0; overflow: visible; } pre {
font-family: monospace, monospace; font-size: 1em; }  a {
background-color: transparent; -webkit-text-decoration-skip: objects; } a:active,
a:hover {
outline-width: 0;
} abbr[title] {
border-bottom: none; text-decoration: underline; text-decoration: underline dotted; } b,
strong {
font-weight: inherit;
} b,
strong {
font-weight: bolder;
} code,
kbd,
samp {
font-family: monospace, monospace; font-size: 1em; } dfn {
font-style: italic;
} mark {
background-color: #ff0;
color: #000;
} small {
font-size: 80%;
} sub,
sup {
font-size: 75%;
line-height: 0;
position: relative;
vertical-align: baseline;
}
sub {
bottom: -0.25em;
}
sup {
top: -0.5em;
}  audio,
video {
display: inline-block;
} audio:not([controls]) {
display: none;
height: 0;
} img {
border-style: none;
} svg:not(:root) {
overflow: hidden;
}  button,
input,
optgroup,
select,
textarea {
font-family: sans-serif; font-size: 100%; line-height: 1.15; margin: 0; } button,
input { overflow: visible;
} button,
select { text-transform: none;
} button,
html [type="button"], [type="reset"],
[type="submit"] {
-webkit-appearance: button; } button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
border-style: none;
padding: 0;
} button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
outline: 1px dotted ButtonText;
} fieldset {
border: 1px solid #c0c0c0;
margin: 0 2px;
padding: 0.35em 0.625em 0.75em;
} legend {
box-sizing: border-box; color: inherit; display: table; max-width: 100%; padding: 0; white-space: normal; } progress {
display: inline-block; vertical-align: baseline; } textarea {
overflow: auto;
} [type="checkbox"],
[type="radio"] {
box-sizing: border-box; padding: 0; } [type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
height: auto;
} [type="search"] {
-webkit-appearance: textfield; outline-offset: -2px; } [type="search"]::-webkit-search-cancel-button,
[type="search"]::-webkit-search-decoration {
-webkit-appearance: none;
} ::-webkit-file-upload-button {
-webkit-appearance: button; font: inherit; }  details, menu {
display: block;
} summary {
display: list-item;
}  canvas {
display: inline-block;
} template {
display: none;
}  [hidden] {
display: none;
}  @font-face {
font-family: 'FontAwesome';
src: url(//www.raphaelis.de/wp-content/themes/nanocare/assets/fonts/fontawesome-webfont.eot?v=4.7.0);
src: url(//www.raphaelis.de/wp-content/themes/nanocare/assets/fonts/fontawesome-webfont.eot?#iefix&v=4.7.0) format('embedded-opentype'), url(//www.raphaelis.de/wp-content/themes/nanocare/assets/fonts/fontawesome-webfont.woff2?v=4.7.0) format('woff2'), url(//www.raphaelis.de/wp-content/themes/nanocare/assets/fonts/fontawesome-webfont.woff?v=4.7.0) format('woff'), url(//www.raphaelis.de/wp-content/themes/nanocare/assets/fonts/fontawesome-webfont.ttf?v=4.7.0) format('truetype'), url(//www.raphaelis.de/wp-content/themes/nanocare/assets/fonts/fontawesome-webfont.svg?v=4.7.0#fontawesomeregular) format('svg');
font-weight: normal;
font-style: normal;
}
.fa {
display: inline-block;
font: normal normal normal 14px/1 FontAwesome;
font-size: inherit;
text-rendering: auto;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
} .fa-lg {
font-size: 1.33333333em;
line-height: 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;
}
.fa-pull-left {
float: left;
}
.fa-pull-right {
float: right;
}
.fa.fa-pull-left {
margin-right: .3em;
}
.fa.fa-pull-right {
margin-left: .3em;
} .pull-right {
float: right;
}
.pull-left {
float: left;
}
.fa.pull-left {
margin-right: .3em;
}
.fa.pull-right {
margin-left: .3em;
}
.fa-spin {
-webkit-animation: fa-spin 2s infinite linear;
animation: fa-spin 2s infinite linear;
}
.fa-pulse {
-webkit-animation: fa-spin 1s infinite steps(8);
animation: fa-spin 1s infinite steps(8);
}
@-webkit-keyframes fa-spin {
0% {
-webkit-transform: rotate(0deg);
transform: rotate(0deg);
}
100% {
-webkit-transform: rotate(359deg);
transform: rotate(359deg);
}
}
@keyframes fa-spin {
0% {
-webkit-transform: rotate(0deg);
transform: rotate(0deg);
}
100% {
-webkit-transform: rotate(359deg);
transform: rotate(359deg);
}
}
.fa-rotate-90 {
-ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";
-webkit-transform: rotate(90deg);
-ms-transform: rotate(90deg);
transform: rotate(90deg);
}
.fa-rotate-180 {
-ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";
-webkit-transform: rotate(180deg);
-ms-transform: rotate(180deg);
transform: rotate(180deg);
}
.fa-rotate-270 {
-ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";
-webkit-transform: rotate(270deg);
-ms-transform: rotate(270deg);
transform: rotate(270deg);
}
.fa-flip-horizontal {
-ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";
-webkit-transform: scale(-1, 1);
-ms-transform: scale(-1, 1);
transform: scale(-1, 1);
}
.fa-flip-vertical {
-ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";
-webkit-transform: scale(1, -1);
-ms-transform: scale(1, -1);
transform: scale(1, -1);
}
:root .fa-rotate-90,
:root .fa-rotate-180,
:root .fa-rotate-270,
:root .fa-flip-horizontal,
:root .fa-flip-vertical {
filter: none;
}
.fa-stack {
position: relative;
display: inline-block;
width: 2em;
height: 2em;
line-height: 2em;
vertical-align: middle;
}
.fa-stack-1x,
.fa-stack-2x {
position: absolute;
left: 0;
width: 100%;
text-align: center;
}
.fa-stack-1x {
line-height: inherit;
}
.fa-stack-2x {
font-size: 2em;
}
.fa-inverse {
color: #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-feed:before,
.fa-rss:before {
content: "\f09e";
}
.fa-hdd-o:before {
content: "\f0a0";
}
.fa-bullhorn:before {
content: "\f0a1";
}
.fa-bell:before {
content: "\f0f3";
}
.fa-certificate:before {
content: "\f0a3";
}
.fa-hand-o-right:before {
content: "\f0a4";
}
.fa-hand-o-left:before {
content: "\f0a5";
}
.fa-hand-o-up:before {
content: "\f0a6";
}
.fa-hand-o-down:before {
content: "\f0a7";
}
.fa-arrow-circle-left:before {
content: "\f0a8";
}
.fa-arrow-circle-right:before {
content: "\f0a9";
}
.fa-arrow-circle-up:before {
content: "\f0aa";
}
.fa-arrow-circle-down:before {
content: "\f0ab";
}
.fa-globe:before {
content: "\f0ac";
}
.fa-wrench:before {
content: "\f0ad";
}
.fa-tasks:before {
content: "\f0ae";
}
.fa-filter:before {
content: "\f0b0";
}
.fa-briefcase:before {
content: "\f0b1";
}
.fa-arrows-alt:before {
content: "\f0b2";
}
.fa-group:before,
.fa-users:before {
content: "\f0c0";
}
.fa-chain:before,
.fa-link:before {
content: "\f0c1";
}
.fa-cloud:before {
content: "\f0c2";
}
.fa-flask:before {
content: "\f0c3";
}
.fa-cut:before,
.fa-scissors:before {
content: "\f0c4";
}
.fa-copy:before,
.fa-files-o:before {
content: "\f0c5";
}
.fa-paperclip:before {
content: "\f0c6";
}
.fa-save:before,
.fa-floppy-o:before {
content: "\f0c7";
}
.fa-square:before {
content: "\f0c8";
}
.fa-navicon:before,
.fa-reorder:before,
.fa-bars:before {
content: "\f0c9";
}
.fa-list-ul:before {
content: "\f0ca";
}
.fa-list-ol:before {
content: "\f0cb";
}
.fa-strikethrough:before {
content: "\f0cc";
}
.fa-underline:before {
content: "\f0cd";
}
.fa-table:before {
content: "\f0ce";
}
.fa-magic:before {
content: "\f0d0";
}
.fa-truck:before {
content: "\f0d1";
}
.fa-pinterest:before {
content: "\f0d2";
}
.fa-pinterest-square:before {
content: "\f0d3";
}
.fa-google-plus-square:before {
content: "\f0d4";
}
.fa-google-plus:before {
content: "\f0d5";
}
.fa-money:before {
content: "\f0d6";
}
.fa-caret-down:before {
content: "\f0d7";
}
.fa-caret-up:before {
content: "\f0d8";
}
.fa-caret-left:before {
content: "\f0d9";
}
.fa-caret-right:before {
content: "\f0da";
}
.fa-columns:before {
content: "\f0db";
}
.fa-unsorted:before,
.fa-sort:before {
content: "\f0dc";
}
.fa-sort-down:before,
.fa-sort-desc:before {
content: "\f0dd";
}
.fa-sort-up:before,
.fa-sort-asc:before {
content: "\f0de";
}
.fa-envelope:before {
content: "\f0e0";
}
.fa-linkedin:before {
content: "\f0e1";
}
.fa-rotate-left:before,
.fa-undo:before {
content: "\f0e2";
}
.fa-legal:before,
.fa-gavel:before {
content: "\f0e3";
}
.fa-dashboard:before,
.fa-tachometer:before {
content: "\f0e4";
}
.fa-comment-o:before {
content: "\f0e5";
}
.fa-comments-o:before {
content: "\f0e6";
}
.fa-flash:before,
.fa-bolt:before {
content: "\f0e7";
}
.fa-sitemap:before {
content: "\f0e8";
}
.fa-umbrella:before {
content: "\f0e9";
}
.fa-paste:before,
.fa-clipboard:before {
content: "\f0ea";
}
.fa-lightbulb-o:before {
content: "\f0eb";
}
.fa-exchange:before {
content: "\f0ec";
}
.fa-cloud-download:before {
content: "\f0ed";
}
.fa-cloud-upload:before {
content: "\f0ee";
}
.fa-user-md:before {
content: "\f0f0";
}
.fa-stethoscope:before {
content: "\f0f1";
}
.fa-suitcase:before {
content: "\f0f2";
}
.fa-bell-o:before {
content: "\f0a2";
}
.fa-coffee:before {
content: "\f0f4";
}
.fa-cutlery:before {
content: "\f0f5";
}
.fa-file-text-o:before {
content: "\f0f6";
}
.fa-building-o:before {
content: "\f0f7";
}
.fa-hospital-o:before {
content: "\f0f8";
}
.fa-ambulance:before {
content: "\f0f9";
}
.fa-medkit:before {
content: "\f0fa";
}
.fa-fighter-jet:before {
content: "\f0fb";
}
.fa-beer:before {
content: "\f0fc";
}
.fa-h-square:before {
content: "\f0fd";
}
.fa-plus-square:before {
content: "\f0fe";
}
.fa-angle-double-left:before {
content: "\f100";
}
.fa-angle-double-right:before {
content: "\f101";
}
.fa-angle-double-up:before {
content: "\f102";
}
.fa-angle-double-down:before {
content: "\f103";
}
.fa-angle-left:before {
content: "\f104";
}
.fa-angle-right:before {
content: "\f105";
}
.fa-angle-up:before {
content: "\f106";
}
.fa-angle-down:before {
content: "\f107";
}
.fa-desktop:before {
content: "\f108";
}
.fa-laptop:before {
content: "\f109";
}
.fa-tablet:before {
content: "\f10a";
}
.fa-mobile-phone:before,
.fa-mobile:before {
content: "\f10b";
}
.fa-circle-o:before {
content: "\f10c";
}
.fa-quote-left:before {
content: "\f10d";
}
.fa-quote-right:before {
content: "\f10e";
}
.fa-spinner:before {
content: "\f110";
}
.fa-circle:before {
content: "\f111";
}
.fa-mail-reply:before,
.fa-reply:before {
content: "\f112";
}
.fa-github-alt:before {
content: "\f113";
}
.fa-folder-o:before {
content: "\f114";
}
.fa-folder-open-o:before {
content: "\f115";
}
.fa-smile-o:before {
content: "\f118";
}
.fa-frown-o:before {
content: "\f119";
}
.fa-meh-o:before {
content: "\f11a";
}
.fa-gamepad:before {
content: "\f11b";
}
.fa-keyboard-o:before {
content: "\f11c";
}
.fa-flag-o:before {
content: "\f11d";
}
.fa-flag-checkered:before {
content: "\f11e";
}
.fa-terminal:before {
content: "\f120";
}
.fa-code:before {
content: "\f121";
}
.fa-mail-reply-all:before,
.fa-reply-all:before {
content: "\f122";
}
.fa-star-half-empty:before,
.fa-star-half-full:before,
.fa-star-half-o:before {
content: "\f123";
}
.fa-location-arrow:before {
content: "\f124";
}
.fa-crop:before {
content: "\f125";
}
.fa-code-fork:before {
content: "\f126";
}
.fa-unlink:before,
.fa-chain-broken:before {
content: "\f127";
}
.fa-question:before {
content: "\f128";
}
.fa-info:before {
content: "\f129";
}
.fa-exclamation:before {
content: "\f12a";
}
.fa-superscript:before {
content: "\f12b";
}
.fa-subscript:before {
content: "\f12c";
}
.fa-eraser:before {
content: "\f12d";
}
.fa-puzzle-piece:before {
content: "\f12e";
}
.fa-microphone:before {
content: "\f130";
}
.fa-microphone-slash:before {
content: "\f131";
}
.fa-shield:before {
content: "\f132";
}
.fa-calendar-o:before {
content: "\f133";
}
.fa-fire-extinguisher:before {
content: "\f134";
}
.fa-rocket:before {
content: "\f135";
}
.fa-maxcdn:before {
content: "\f136";
}
.fa-chevron-circle-left:before {
content: "\f137";
}
.fa-chevron-circle-right:before {
content: "\f138";
}
.fa-chevron-circle-up:before {
content: "\f139";
}
.fa-chevron-circle-down:before {
content: "\f13a";
}
.fa-html5:before {
content: "\f13b";
}
.fa-css3:before {
content: "\f13c";
}
.fa-anchor:before {
content: "\f13d";
}
.fa-unlock-alt:before {
content: "\f13e";
}
.fa-bullseye:before {
content: "\f140";
}
.fa-ellipsis-h:before {
content: "\f141";
}
.fa-ellipsis-v:before {
content: "\f142";
}
.fa-rss-square:before {
content: "\f143";
}
.fa-play-circle:before {
content: "\f144";
}
.fa-ticket:before {
content: "\f145";
}
.fa-minus-square:before {
content: "\f146";
}
.fa-minus-square-o:before {
content: "\f147";
}
.fa-level-up:before {
content: "\f148";
}
.fa-level-down:before {
content: "\f149";
}
.fa-check-square:before {
content: "\f14a";
}
.fa-pencil-square:before {
content: "\f14b";
}
.fa-external-link-square:before {
content: "\f14c";
}
.fa-share-square:before {
content: "\f14d";
}
.fa-compass:before {
content: "\f14e";
}
.fa-toggle-down:before,
.fa-caret-square-o-down:before {
content: "\f150";
}
.fa-toggle-up:before,
.fa-caret-square-o-up:before {
content: "\f151";
}
.fa-toggle-right:before,
.fa-caret-square-o-right:before {
content: "\f152";
}
.fa-euro:before,
.fa-eur:before {
content: "\f153";
}
.fa-gbp:before {
content: "\f154";
}
.fa-dollar:before,
.fa-usd:before {
content: "\f155";
}
.fa-rupee:before,
.fa-inr:before {
content: "\f156";
}
.fa-cny:before,
.fa-rmb:before,
.fa-yen:before,
.fa-jpy:before {
content: "\f157";
}
.fa-ruble:before,
.fa-rouble:before,
.fa-rub:before {
content: "\f158";
}
.fa-won:before,
.fa-krw:before {
content: "\f159";
}
.fa-bitcoin:before,
.fa-btc:before {
content: "\f15a";
}
.fa-file:before {
content: "\f15b";
}
.fa-file-text:before {
content: "\f15c";
}
.fa-sort-alpha-asc:before {
content: "\f15d";
}
.fa-sort-alpha-desc:before {
content: "\f15e";
}
.fa-sort-amount-asc:before {
content: "\f160";
}
.fa-sort-amount-desc:before {
content: "\f161";
}
.fa-sort-numeric-asc:before {
content: "\f162";
}
.fa-sort-numeric-desc:before {
content: "\f163";
}
.fa-thumbs-up:before {
content: "\f164";
}
.fa-thumbs-down:before {
content: "\f165";
}
.fa-youtube-square:before {
content: "\f166";
}
.fa-youtube:before {
content: "\f167";
}
.fa-xing:before {
content: "\f168";
}
.fa-xing-square:before {
content: "\f169";
}
.fa-youtube-play:before {
content: "\f16a";
}
.fa-dropbox:before {
content: "\f16b";
}
.fa-stack-overflow:before {
content: "\f16c";
}
.fa-instagram:before {
content: "\f16d";
}
.fa-flickr:before {
content: "\f16e";
}
.fa-adn:before {
content: "\f170";
}
.fa-bitbucket:before {
content: "\f171";
}
.fa-bitbucket-square:before {
content: "\f172";
}
.fa-tumblr:before {
content: "\f173";
}
.fa-tumblr-square:before {
content: "\f174";
}
.fa-long-arrow-down:before {
content: "\f175";
}
.fa-long-arrow-up:before {
content: "\f176";
}
.fa-long-arrow-left:before {
content: "\f177";
}
.fa-long-arrow-right:before {
content: "\f178";
}
.fa-apple:before {
content: "\f179";
}
.fa-windows:before {
content: "\f17a";
}
.fa-android:before {
content: "\f17b";
}
.fa-linux:before {
content: "\f17c";
}
.fa-dribbble:before {
content: "\f17d";
}
.fa-skype:before {
content: "\f17e";
}
.fa-foursquare:before {
content: "\f180";
}
.fa-trello:before {
content: "\f181";
}
.fa-female:before {
content: "\f182";
}
.fa-male:before {
content: "\f183";
}
.fa-gittip:before,
.fa-gratipay:before {
content: "\f184";
}
.fa-sun-o:before {
content: "\f185";
}
.fa-moon-o:before {
content: "\f186";
}
.fa-archive:before {
content: "\f187";
}
.fa-bug:before {
content: "\f188";
}
.fa-vk:before {
content: "\f189";
}
.fa-weibo:before {
content: "\f18a";
}
.fa-renren:before {
content: "\f18b";
}
.fa-pagelines:before {
content: "\f18c";
}
.fa-stack-exchange:before {
content: "\f18d";
}
.fa-arrow-circle-o-right:before {
content: "\f18e";
}
.fa-arrow-circle-o-left:before {
content: "\f190";
}
.fa-toggle-left:before,
.fa-caret-square-o-left:before {
content: "\f191";
}
.fa-dot-circle-o:before {
content: "\f192";
}
.fa-wheelchair:before {
content: "\f193";
}
.fa-vimeo-square:before {
content: "\f194";
}
.fa-turkish-lira:before,
.fa-try:before {
content: "\f195";
}
.fa-plus-square-o:before {
content: "\f196";
}
.fa-space-shuttle:before {
content: "\f197";
}
.fa-slack:before {
content: "\f198";
}
.fa-envelope-square:before {
content: "\f199";
}
.fa-wordpress:before {
content: "\f19a";
}
.fa-openid:before {
content: "\f19b";
}
.fa-institution:before,
.fa-bank:before,
.fa-university:before {
content: "\f19c";
}
.fa-mortar-board:before,
.fa-graduation-cap:before {
content: "\f19d";
}
.fa-yahoo:before {
content: "\f19e";
}
.fa-google:before {
content: "\f1a0";
}
.fa-reddit:before {
content: "\f1a1";
}
.fa-reddit-square:before {
content: "\f1a2";
}
.fa-stumbleupon-circle:before {
content: "\f1a3";
}
.fa-stumbleupon:before {
content: "\f1a4";
}
.fa-delicious:before {
content: "\f1a5";
}
.fa-digg:before {
content: "\f1a6";
}
.fa-pied-piper-pp:before {
content: "\f1a7";
}
.fa-pied-piper-alt:before {
content: "\f1a8";
}
.fa-drupal:before {
content: "\f1a9";
}
.fa-joomla:before {
content: "\f1aa";
}
.fa-language:before {
content: "\f1ab";
}
.fa-fax:before {
content: "\f1ac";
}
.fa-building:before {
content: "\f1ad";
}
.fa-child:before {
content: "\f1ae";
}
.fa-paw:before {
content: "\f1b0";
}
.fa-spoon:before {
content: "\f1b1";
}
.fa-cube:before {
content: "\f1b2";
}
.fa-cubes:before {
content: "\f1b3";
}
.fa-behance:before {
content: "\f1b4";
}
.fa-behance-square:before {
content: "\f1b5";
}
.fa-steam:before {
content: "\f1b6";
}
.fa-steam-square:before {
content: "\f1b7";
}
.fa-recycle:before {
content: "\f1b8";
}
.fa-automobile:before,
.fa-car:before {
content: "\f1b9";
}
.fa-cab:before,
.fa-taxi:before {
content: "\f1ba";
}
.fa-tree:before {
content: "\f1bb";
}
.fa-spotify:before {
content: "\f1bc";
}
.fa-deviantart:before {
content: "\f1bd";
}
.fa-soundcloud:before {
content: "\f1be";
}
.fa-database:before {
content: "\f1c0";
}
.fa-file-pdf-o:before {
content: "\f1c1";
}
.fa-file-word-o:before {
content: "\f1c2";
}
.fa-file-excel-o:before {
content: "\f1c3";
}
.fa-file-powerpoint-o:before {
content: "\f1c4";
}
.fa-file-photo-o:before,
.fa-file-picture-o:before,
.fa-file-image-o:before {
content: "\f1c5";
}
.fa-file-zip-o:before,
.fa-file-archive-o:before {
content: "\f1c6";
}
.fa-file-sound-o:before,
.fa-file-audio-o:before {
content: "\f1c7";
}
.fa-file-movie-o:before,
.fa-file-video-o:before {
content: "\f1c8";
}
.fa-file-code-o:before {
content: "\f1c9";
}
.fa-vine:before {
content: "\f1ca";
}
.fa-codepen:before {
content: "\f1cb";
}
.fa-jsfiddle:before {
content: "\f1cc";
}
.fa-life-bouy:before,
.fa-life-buoy:before,
.fa-life-saver:before,
.fa-support:before,
.fa-life-ring:before {
content: "\f1cd";
}
.fa-circle-o-notch:before {
content: "\f1ce";
}
.fa-ra:before,
.fa-resistance:before,
.fa-rebel:before {
content: "\f1d0";
}
.fa-ge:before,
.fa-empire:before {
content: "\f1d1";
}
.fa-git-square:before {
content: "\f1d2";
}
.fa-git:before {
content: "\f1d3";
}
.fa-y-combinator-square:before,
.fa-yc-square:before,
.fa-hacker-news:before {
content: "\f1d4";
}
.fa-tencent-weibo:before {
content: "\f1d5";
}
.fa-qq:before {
content: "\f1d6";
}
.fa-wechat:before,
.fa-weixin:before {
content: "\f1d7";
}
.fa-send:before,
.fa-paper-plane:before {
content: "\f1d8";
}
.fa-send-o:before,
.fa-paper-plane-o:before {
content: "\f1d9";
}
.fa-history:before {
content: "\f1da";
}
.fa-circle-thin:before {
content: "\f1db";
}
.fa-header:before {
content: "\f1dc";
}
.fa-paragraph:before {
content: "\f1dd";
}
.fa-sliders:before {
content: "\f1de";
}
.fa-share-alt:before {
content: "\f1e0";
}
.fa-share-alt-square:before {
content: "\f1e1";
}
.fa-bomb:before {
content: "\f1e2";
}
.fa-soccer-ball-o:before,
.fa-futbol-o:before {
content: "\f1e3";
}
.fa-tty:before {
content: "\f1e4";
}
.fa-binoculars:before {
content: "\f1e5";
}
.fa-plug:before {
content: "\f1e6";
}
.fa-slideshare:before {
content: "\f1e7";
}
.fa-twitch:before {
content: "\f1e8";
}
.fa-yelp:before {
content: "\f1e9";
}
.fa-newspaper-o:before {
content: "\f1ea";
}
.fa-wifi:before {
content: "\f1eb";
}
.fa-calculator:before {
content: "\f1ec";
}
.fa-paypal:before {
content: "\f1ed";
}
.fa-google-wallet:before {
content: "\f1ee";
}
.fa-cc-visa:before {
content: "\f1f0";
}
.fa-cc-mastercard:before {
content: "\f1f1";
}
.fa-cc-discover:before {
content: "\f1f2";
}
.fa-cc-amex:before {
content: "\f1f3";
}
.fa-cc-paypal:before {
content: "\f1f4";
}
.fa-cc-stripe:before {
content: "\f1f5";
}
.fa-bell-slash:before {
content: "\f1f6";
}
.fa-bell-slash-o:before {
content: "\f1f7";
}
.fa-trash:before {
content: "\f1f8";
}
.fa-copyright:before {
content: "\f1f9";
}
.fa-at:before {
content: "\f1fa";
}
.fa-eyedropper:before {
content: "\f1fb";
}
.fa-paint-brush:before {
content: "\f1fc";
}
.fa-birthday-cake:before {
content: "\f1fd";
}
.fa-area-chart:before {
content: "\f1fe";
}
.fa-pie-chart:before {
content: "\f200";
}
.fa-line-chart:before {
content: "\f201";
}
.fa-lastfm:before {
content: "\f202";
}
.fa-lastfm-square:before {
content: "\f203";
}
.fa-toggle-off:before {
content: "\f204";
}
.fa-toggle-on:before {
content: "\f205";
}
.fa-bicycle:before {
content: "\f206";
}
.fa-bus:before {
content: "\f207";
}
.fa-ioxhost:before {
content: "\f208";
}
.fa-angellist:before {
content: "\f209";
}
.fa-cc:before {
content: "\f20a";
}
.fa-shekel:before,
.fa-sheqel:before,
.fa-ils:before {
content: "\f20b";
}
.fa-meanpath:before {
content: "\f20c";
}
.fa-buysellads:before {
content: "\f20d";
}
.fa-connectdevelop:before {
content: "\f20e";
}
.fa-dashcube:before {
content: "\f210";
}
.fa-forumbee:before {
content: "\f211";
}
.fa-leanpub:before {
content: "\f212";
}
.fa-sellsy:before {
content: "\f213";
}
.fa-shirtsinbulk:before {
content: "\f214";
}
.fa-simplybuilt:before {
content: "\f215";
}
.fa-skyatlas:before {
content: "\f216";
}
.fa-cart-plus:before {
content: "\f217";
}
.fa-cart-arrow-down:before {
content: "\f218";
}
.fa-diamond:before {
content: "\f219";
}
.fa-ship:before {
content: "\f21a";
}
.fa-user-secret:before {
content: "\f21b";
}
.fa-motorcycle:before {
content: "\f21c";
}
.fa-street-view:before {
content: "\f21d";
}
.fa-heartbeat:before {
content: "\f21e";
}
.fa-venus:before {
content: "\f221";
}
.fa-mars:before {
content: "\f222";
}
.fa-mercury:before {
content: "\f223";
}
.fa-intersex:before,
.fa-transgender:before {
content: "\f224";
}
.fa-transgender-alt:before {
content: "\f225";
}
.fa-venus-double:before {
content: "\f226";
}
.fa-mars-double:before {
content: "\f227";
}
.fa-venus-mars:before {
content: "\f228";
}
.fa-mars-stroke:before {
content: "\f229";
}
.fa-mars-stroke-v:before {
content: "\f22a";
}
.fa-mars-stroke-h:before {
content: "\f22b";
}
.fa-neuter:before {
content: "\f22c";
}
.fa-genderless:before {
content: "\f22d";
}
.fa-facebook-official:before {
content: "\f230";
}
.fa-pinterest-p:before {
content: "\f231";
}
.fa-whatsapp:before {
content: "\f232";
}
.fa-server:before {
content: "\f233";
}
.fa-user-plus:before {
content: "\f234";
}
.fa-user-times:before {
content: "\f235";
}
.fa-hotel:before,
.fa-bed:before {
content: "\f236";
}
.fa-viacoin:before {
content: "\f237";
}
.fa-train:before {
content: "\f238";
}
.fa-subway:before {
content: "\f239";
}
.fa-medium:before {
content: "\f23a";
}
.fa-yc:before,
.fa-y-combinator:before {
content: "\f23b";
}
.fa-optin-monster:before {
content: "\f23c";
}
.fa-opencart:before {
content: "\f23d";
}
.fa-expeditedssl:before {
content: "\f23e";
}
.fa-battery-4:before,
.fa-battery:before,
.fa-battery-full:before {
content: "\f240";
}
.fa-battery-3:before,
.fa-battery-three-quarters:before {
content: "\f241";
}
.fa-battery-2:before,
.fa-battery-half:before {
content: "\f242";
}
.fa-battery-1:before,
.fa-battery-quarter:before {
content: "\f243";
}
.fa-battery-0:before,
.fa-battery-empty:before {
content: "\f244";
}
.fa-mouse-pointer:before {
content: "\f245";
}
.fa-i-cursor:before {
content: "\f246";
}
.fa-object-group:before {
content: "\f247";
}
.fa-object-ungroup:before {
content: "\f248";
}
.fa-sticky-note:before {
content: "\f249";
}
.fa-sticky-note-o:before {
content: "\f24a";
}
.fa-cc-jcb:before {
content: "\f24b";
}
.fa-cc-diners-club:before {
content: "\f24c";
}
.fa-clone:before {
content: "\f24d";
}
.fa-balance-scale:before {
content: "\f24e";
}
.fa-hourglass-o:before {
content: "\f250";
}
.fa-hourglass-1:before,
.fa-hourglass-start:before {
content: "\f251";
}
.fa-hourglass-2:before,
.fa-hourglass-half:before {
content: "\f252";
}
.fa-hourglass-3:before,
.fa-hourglass-end:before {
content: "\f253";
}
.fa-hourglass:before {
content: "\f254";
}
.fa-hand-grab-o:before,
.fa-hand-rock-o:before {
content: "\f255";
}
.fa-hand-stop-o:before,
.fa-hand-paper-o:before {
content: "\f256";
}
.fa-hand-scissors-o:before {
content: "\f257";
}
.fa-hand-lizard-o:before {
content: "\f258";
}
.fa-hand-spock-o:before {
content: "\f259";
}
.fa-hand-pointer-o:before {
content: "\f25a";
}
.fa-hand-peace-o:before {
content: "\f25b";
}
.fa-trademark:before {
content: "\f25c";
}
.fa-registered:before {
content: "\f25d";
}
.fa-creative-commons:before {
content: "\f25e";
}
.fa-gg:before {
content: "\f260";
}
.fa-gg-circle:before {
content: "\f261";
}
.fa-tripadvisor:before {
content: "\f262";
}
.fa-odnoklassniki:before {
content: "\f263";
}
.fa-odnoklassniki-square:before {
content: "\f264";
}
.fa-get-pocket:before {
content: "\f265";
}
.fa-wikipedia-w:before {
content: "\f266";
}
.fa-safari:before {
content: "\f267";
}
.fa-chrome:before {
content: "\f268";
}
.fa-firefox:before {
content: "\f269";
}
.fa-opera:before {
content: "\f26a";
}
.fa-internet-explorer:before {
content: "\f26b";
}
.fa-tv:before,
.fa-television:before {
content: "\f26c";
}
.fa-contao:before {
content: "\f26d";
}
.fa-500px:before {
content: "\f26e";
}
.fa-amazon:before {
content: "\f270";
}
.fa-calendar-plus-o:before {
content: "\f271";
}
.fa-calendar-minus-o:before {
content: "\f272";
}
.fa-calendar-times-o:before {
content: "\f273";
}
.fa-calendar-check-o:before {
content: "\f274";
}
.fa-industry:before {
content: "\f275";
}
.fa-map-pin:before {
content: "\f276";
}
.fa-map-signs:before {
content: "\f277";
}
.fa-map-o:before {
content: "\f278";
}
.fa-map:before {
content: "\f279";
}
.fa-commenting:before {
content: "\f27a";
}
.fa-commenting-o:before {
content: "\f27b";
}
.fa-houzz:before {
content: "\f27c";
}
.fa-vimeo:before {
content: "\f27d";
}
.fa-black-tie:before {
content: "\f27e";
}
.fa-fonticons:before {
content: "\f280";
}
.fa-reddit-alien:before {
content: "\f281";
}
.fa-edge:before {
content: "\f282";
}
.fa-credit-card-alt:before {
content: "\f283";
}
.fa-codiepie:before {
content: "\f284";
}
.fa-modx:before {
content: "\f285";
}
.fa-fort-awesome:before {
content: "\f286";
}
.fa-usb:before {
content: "\f287";
}
.fa-product-hunt:before {
content: "\f288";
}
.fa-mixcloud:before {
content: "\f289";
}
.fa-scribd:before {
content: "\f28a";
}
.fa-pause-circle:before {
content: "\f28b";
}
.fa-pause-circle-o:before {
content: "\f28c";
}
.fa-stop-circle:before {
content: "\f28d";
}
.fa-stop-circle-o:before {
content: "\f28e";
}
.fa-shopping-bag:before {
content: "\f290";
}
.fa-shopping-basket:before {
content: "\f291";
}
.fa-hashtag:before {
content: "\f292";
}
.fa-bluetooth:before {
content: "\f293";
}
.fa-bluetooth-b:before {
content: "\f294";
}
.fa-percent:before {
content: "\f295";
}
.fa-gitlab:before {
content: "\f296";
}
.fa-wpbeginner:before {
content: "\f297";
}
.fa-wpforms:before {
content: "\f298";
}
.fa-envira:before {
content: "\f299";
}
.fa-universal-access:before {
content: "\f29a";
}
.fa-wheelchair-alt:before {
content: "\f29b";
}
.fa-question-circle-o:before {
content: "\f29c";
}
.fa-blind:before {
content: "\f29d";
}
.fa-audio-description:before {
content: "\f29e";
}
.fa-volume-control-phone:before {
content: "\f2a0";
}
.fa-braille:before {
content: "\f2a1";
}
.fa-assistive-listening-systems:before {
content: "\f2a2";
}
.fa-asl-interpreting:before,
.fa-american-sign-language-interpreting:before {
content: "\f2a3";
}
.fa-deafness:before,
.fa-hard-of-hearing:before,
.fa-deaf:before {
content: "\f2a4";
}
.fa-glide:before {
content: "\f2a5";
}
.fa-glide-g:before {
content: "\f2a6";
}
.fa-signing:before,
.fa-sign-language:before {
content: "\f2a7";
}
.fa-low-vision:before {
content: "\f2a8";
}
.fa-viadeo:before {
content: "\f2a9";
}
.fa-viadeo-square:before {
content: "\f2aa";
}
.fa-snapchat:before {
content: "\f2ab";
}
.fa-snapchat-ghost:before {
content: "\f2ac";
}
.fa-snapchat-square:before {
content: "\f2ad";
}
.fa-pied-piper:before {
content: "\f2ae";
}
.fa-first-order:before {
content: "\f2b0";
}
.fa-yoast:before {
content: "\f2b1";
}
.fa-themeisle:before {
content: "\f2b2";
}
.fa-google-plus-circle:before,
.fa-google-plus-official:before {
content: "\f2b3";
}
.fa-fa:before,
.fa-font-awesome:before {
content: "\f2b4";
}
.fa-handshake-o:before {
content: "\f2b5";
}
.fa-envelope-open:before {
content: "\f2b6";
}
.fa-envelope-open-o:before {
content: "\f2b7";
}
.fa-linode:before {
content: "\f2b8";
}
.fa-address-book:before {
content: "\f2b9";
}
.fa-address-book-o:before {
content: "\f2ba";
}
.fa-vcard:before,
.fa-address-card:before {
content: "\f2bb";
}
.fa-vcard-o:before,
.fa-address-card-o:before {
content: "\f2bc";
}
.fa-user-circle:before {
content: "\f2bd";
}
.fa-user-circle-o:before {
content: "\f2be";
}
.fa-user-o:before {
content: "\f2c0";
}
.fa-id-badge:before {
content: "\f2c1";
}
.fa-drivers-license:before,
.fa-id-card:before {
content: "\f2c2";
}
.fa-drivers-license-o:before,
.fa-id-card-o:before {
content: "\f2c3";
}
.fa-quora:before {
content: "\f2c4";
}
.fa-free-code-camp:before {
content: "\f2c5";
}
.fa-telegram:before {
content: "\f2c6";
}
.fa-thermometer-4:before,
.fa-thermometer:before,
.fa-thermometer-full:before {
content: "\f2c7";
}
.fa-thermometer-3:before,
.fa-thermometer-three-quarters:before {
content: "\f2c8";
}
.fa-thermometer-2:before,
.fa-thermometer-half:before {
content: "\f2c9";
}
.fa-thermometer-1:before,
.fa-thermometer-quarter:before {
content: "\f2ca";
}
.fa-thermometer-0:before,
.fa-thermometer-empty:before {
content: "\f2cb";
}
.fa-shower:before {
content: "\f2cc";
}
.fa-bathtub:before,
.fa-s15:before,
.fa-bath:before {
content: "\f2cd";
}
.fa-podcast:before {
content: "\f2ce";
}
.fa-window-maximize:before {
content: "\f2d0";
}
.fa-window-minimize:before {
content: "\f2d1";
}
.fa-window-restore:before {
content: "\f2d2";
}
.fa-times-rectangle:before,
.fa-window-close:before {
content: "\f2d3";
}
.fa-times-rectangle-o:before,
.fa-window-close-o:before {
content: "\f2d4";
}
.fa-bandcamp:before {
content: "\f2d5";
}
.fa-grav:before {
content: "\f2d6";
}
.fa-etsy:before {
content: "\f2d7";
}
.fa-imdb:before {
content: "\f2d8";
}
.fa-ravelry:before {
content: "\f2d9";
}
.fa-eercast:before {
content: "\f2da";
}
.fa-microchip:before {
content: "\f2db";
}
.fa-snowflake-o:before {
content: "\f2dc";
}
.fa-superpowers:before {
content: "\f2dd";
}
.fa-wpexplorer:before {
content: "\f2de";
}
.fa-meetup:before {
content: "\f2e0";
}
.sr-only {
position: absolute;
width: 1px;
height: 1px;
padding: 0;
margin: -1px;
overflow: hidden;
clip: rect(0, 0, 0, 0);
border: 0;
}
.sr-only-focusable:active,
.sr-only-focusable:focus {
position: static;
width: auto;
height: auto;
margin: 0;
overflow: visible;
clip: auto;
}
@font-face {
font-family: 'simple-line-icons';
src: url(//www.raphaelis.de/wp-content/themes/nanocare/assets/fonts/Simple-Line-Icons.eot?v=2.4.0);
src: url(//www.raphaelis.de/wp-content/themes/nanocare/assets/fonts/Simple-Line-Icons.eot?v=2.4.0#iefix) format('embedded-opentype'), url(//www.raphaelis.de/wp-content/themes/nanocare/assets/fonts/Simple-Line-Icons.woff2?v=2.4.0) format('woff2'), url(//www.raphaelis.de/wp-content/themes/nanocare/assets/fonts/Simple-Line-Icons.ttf?v=2.4.0) format('truetype'), url(//www.raphaelis.de/wp-content/themes/nanocare/assets/fonts/Simple-Line-Icons.woff?v=2.4.0) format('woff'), url(//www.raphaelis.de/wp-content/themes/nanocare/assets/fonts/Simple-Line-Icons.svg?v=2.4.0#simple-line-icons) format('svg');
font-weight: normal;
font-style: normal;
} .icon-user,
.icon-people,
.icon-user-female,
.icon-user-follow,
.icon-user-following,
.icon-user-unfollow,
.icon-login,
.icon-logout,
.icon-emotsmile,
.icon-phone,
.icon-call-end,
.icon-call-in,
.icon-call-out,
.icon-map,
.icon-location-pin,
.icon-direction,
.icon-directions,
.icon-compass,
.icon-layers,
.icon-menu,
.icon-list,
.icon-options-vertical,
.icon-options,
.icon-arrow-down,
.icon-arrow-left,
.icon-arrow-right,
.icon-arrow-up,
.icon-arrow-up-circle,
.icon-arrow-left-circle,
.icon-arrow-right-circle,
.icon-arrow-down-circle,
.icon-check,
.icon-clock,
.icon-plus,
.icon-minus,
.icon-close,
.icon-event,
.icon-exclamation,
.icon-organization,
.icon-trophy,
.icon-screen-smartphone,
.icon-screen-desktop,
.icon-plane,
.icon-notebook,
.icon-mustache,
.icon-mouse,
.icon-magnet,
.icon-energy,
.icon-disc,
.icon-cursor,
.icon-cursor-move,
.icon-crop,
.icon-chemistry,
.icon-speedometer,
.icon-shield,
.icon-screen-tablet,
.icon-magic-wand,
.icon-hourglass,
.icon-graduation,
.icon-ghost,
.icon-game-controller,
.icon-fire,
.icon-eyeglass,
.icon-envelope-open,
.icon-envelope-letter,
.icon-bell,
.icon-badge,
.icon-anchor,
.icon-wallet,
.icon-vector,
.icon-speech,
.icon-puzzle,
.icon-printer,
.icon-present,
.icon-playlist,
.icon-pin,
.icon-picture,
.icon-handbag,
.icon-globe-alt,
.icon-globe,
.icon-folder-alt,
.icon-folder,
.icon-film,
.icon-feed,
.icon-drop,
.icon-drawer,
.icon-docs,
.icon-doc,
.icon-diamond,
.icon-cup,
.icon-calculator,
.icon-bubbles,
.icon-briefcase,
.icon-book-open,
.icon-basket-loaded,
.icon-basket,
.icon-bag,
.icon-action-undo,
.icon-action-redo,
.icon-wrench,
.icon-umbrella,
.icon-trash,
.icon-tag,
.icon-support,
.icon-frame,
.icon-size-fullscreen,
.icon-size-actual,
.icon-shuffle,
.icon-share-alt,
.icon-share,
.icon-rocket,
.icon-question,
.icon-pie-chart,
.icon-pencil,
.icon-note,
.icon-loop,
.icon-home,
.icon-grid,
.icon-graph,
.icon-microphone,
.icon-music-tone-alt,
.icon-music-tone,
.icon-earphones-alt,
.icon-earphones,
.icon-equalizer,
.icon-like,
.icon-dislike,
.icon-control-start,
.icon-control-rewind,
.icon-control-play,
.icon-control-pause,
.icon-control-forward,
.icon-control-end,
.icon-volume-1,
.icon-volume-2,
.icon-volume-off,
.icon-calendar,
.icon-bulb,
.icon-chart,
.icon-ban,
.icon-bubble,
.icon-camrecorder,
.icon-camera,
.icon-cloud-download,
.icon-cloud-upload,
.icon-envelope,
.icon-eye,
.icon-flag,
.icon-heart,
.icon-info,
.icon-key,
.icon-link,
.icon-lock,
.icon-lock-open,
.icon-magnifier,
.icon-magnifier-add,
.icon-magnifier-remove,
.icon-paper-clip,
.icon-paper-plane,
.icon-power,
.icon-refresh,
.icon-reload,
.icon-settings,
.icon-star,
.icon-symbol-female,
.icon-symbol-male,
.icon-target,
.icon-credit-card,
.icon-paypal,
.icon-social-tumblr,
.icon-social-twitter,
.icon-social-facebook,
.icon-social-instagram,
.icon-social-linkedin,
.icon-social-pinterest,
.icon-social-github,
.icon-social-google,
.icon-social-reddit,
.icon-social-skype,
.icon-social-dribbble,
.icon-social-behance,
.icon-social-foursqare,
.icon-social-soundcloud,
.icon-social-spotify,
.icon-social-stumbleupon,
.icon-social-youtube,
.icon-social-dropbox,
.icon-social-vkontakte,
.icon-social-steam {
font-family: 'simple-line-icons';
speak: none;
font-style: normal;
font-weight: normal;
font-variant: normal;
text-transform: none;
line-height: 1; -webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
}
.icon-user:before {
content: "\e005";
}
.icon-people:before {
content: "\e001";
}
.icon-user-female:before {
content: "\e000";
}
.icon-user-follow:before {
content: "\e002";
}
.icon-user-following:before {
content: "\e003";
}
.icon-user-unfollow:before {
content: "\e004";
}
.icon-login:before {
content: "\e066";
}
.icon-logout:before {
content: "\e065";
}
.icon-emotsmile:before {
content: "\e021";
}
.icon-phone:before {
content: "\e600";
}
.icon-call-end:before {
content: "\e048";
}
.icon-call-in:before {
content: "\e047";
}
.icon-call-out:before {
content: "\e046";
}
.icon-map:before {
content: "\e033";
}
.icon-location-pin:before {
content: "\e096";
}
.icon-direction:before {
content: "\e042";
}
.icon-directions:before {
content: "\e041";
}
.icon-compass:before {
content: "\e045";
}
.icon-layers:before {
content: "\e034";
}
.icon-menu:before {
content: "\e601";
}
.icon-list:before {
content: "\e067";
}
.icon-options-vertical:before {
content: "\e602";
}
.icon-options:before {
content: "\e603";
}
.icon-arrow-down:before {
content: "\e604";
}
.icon-arrow-left:before {
content: "\e605";
}
.icon-arrow-right:before {
content: "\e606";
}
.icon-arrow-up:before {
content: "\e607";
}
.icon-arrow-up-circle:before {
content: "\e078";
}
.icon-arrow-left-circle:before {
content: "\e07a";
}
.icon-arrow-right-circle:before {
content: "\e079";
}
.icon-arrow-down-circle:before {
content: "\e07b";
}
.icon-check:before {
content: "\e080";
}
.icon-clock:before {
content: "\e081";
}
.icon-plus:before {
content: "\e095";
}
.icon-minus:before {
content: "\e615";
}
.icon-close:before {
content: "\e082";
}
.icon-event:before {
content: "\e619";
}
.icon-exclamation:before {
content: "\e617";
}
.icon-organization:before {
content: "\e616";
}
.icon-trophy:before {
content: "\e006";
}
.icon-screen-smartphone:before {
content: "\e010";
}
.icon-screen-desktop:before {
content: "\e011";
}
.icon-plane:before {
content: "\e012";
}
.icon-notebook:before {
content: "\e013";
}
.icon-mustache:before {
content: "\e014";
}
.icon-mouse:before {
content: "\e015";
}
.icon-magnet:before {
content: "\e016";
}
.icon-energy:before {
content: "\e020";
}
.icon-disc:before {
content: "\e022";
}
.icon-cursor:before {
content: "\e06e";
}
.icon-cursor-move:before {
content: "\e023";
}
.icon-crop:before {
content: "\e024";
}
.icon-chemistry:before {
content: "\e026";
}
.icon-speedometer:before {
content: "\e007";
}
.icon-shield:before {
content: "\e00e";
}
.icon-screen-tablet:before {
content: "\e00f";
}
.icon-magic-wand:before {
content: "\e017";
}
.icon-hourglass:before {
content: "\e018";
}
.icon-graduation:before {
content: "\e019";
}
.icon-ghost:before {
content: "\e01a";
}
.icon-game-controller:before {
content: "\e01b";
}
.icon-fire:before {
content: "\e01c";
}
.icon-eyeglass:before {
content: "\e01d";
}
.icon-envelope-open:before {
content: "\e01e";
}
.icon-envelope-letter:before {
content: "\e01f";
}
.icon-bell:before {
content: "\e027";
}
.icon-badge:before {
content: "\e028";
}
.icon-anchor:before {
content: "\e029";
}
.icon-wallet:before {
content: "\e02a";
}
.icon-vector:before {
content: "\e02b";
}
.icon-speech:before {
content: "\e02c";
}
.icon-puzzle:before {
content: "\e02d";
}
.icon-printer:before {
content: "\e02e";
}
.icon-present:before {
content: "\e02f";
}
.icon-playlist:before {
content: "\e030";
}
.icon-pin:before {
content: "\e031";
}
.icon-picture:before {
content: "\e032";
}
.icon-handbag:before {
content: "\e035";
}
.icon-globe-alt:before {
content: "\e036";
}
.icon-globe:before {
content: "\e037";
}
.icon-folder-alt:before {
content: "\e039";
}
.icon-folder:before {
content: "\e089";
}
.icon-film:before {
content: "\e03a";
}
.icon-feed:before {
content: "\e03b";
}
.icon-drop:before {
content: "\e03e";
}
.icon-drawer:before {
content: "\e03f";
}
.icon-docs:before {
content: "\e040";
}
.icon-doc:before {
content: "\e085";
}
.icon-diamond:before {
content: "\e043";
}
.icon-cup:before {
content: "\e044";
}
.icon-calculator:before {
content: "\e049";
}
.icon-bubbles:before {
content: "\e04a";
}
.icon-briefcase:before {
content: "\e04b";
}
.icon-book-open:before {
content: "\e04c";
}
.icon-basket-loaded:before {
content: "\e04d";
}
.icon-basket:before {
content: "\e04e";
}
.icon-bag:before {
content: "\e04f";
}
.icon-action-undo:before {
content: "\e050";
}
.icon-action-redo:before {
content: "\e051";
}
.icon-wrench:before {
content: "\e052";
}
.icon-umbrella:before {
content: "\e053";
}
.icon-trash:before {
content: "\e054";
}
.icon-tag:before {
content: "\e055";
}
.icon-support:before {
content: "\e056";
}
.icon-frame:before {
content: "\e038";
}
.icon-size-fullscreen:before {
content: "\e057";
}
.icon-size-actual:before {
content: "\e058";
}
.icon-shuffle:before {
content: "\e059";
}
.icon-share-alt:before {
content: "\e05a";
}
.icon-share:before {
content: "\e05b";
}
.icon-rocket:before {
content: "\e05c";
}
.icon-question:before {
content: "\e05d";
}
.icon-pie-chart:before {
content: "\e05e";
}
.icon-pencil:before {
content: "\e05f";
}
.icon-note:before {
content: "\e060";
}
.icon-loop:before {
content: "\e064";
}
.icon-home:before {
content: "\e069";
}
.icon-grid:before {
content: "\e06a";
}
.icon-graph:before {
content: "\e06b";
}
.icon-microphone:before {
content: "\e063";
}
.icon-music-tone-alt:before {
content: "\e061";
}
.icon-music-tone:before {
content: "\e062";
}
.icon-earphones-alt:before {
content: "\e03c";
}
.icon-earphones:before {
content: "\e03d";
}
.icon-equalizer:before {
content: "\e06c";
}
.icon-like:before {
content: "\e068";
}
.icon-dislike:before {
content: "\e06d";
}
.icon-control-start:before {
content: "\e06f";
}
.icon-control-rewind:before {
content: "\e070";
}
.icon-control-play:before {
content: "\e071";
}
.icon-control-pause:before {
content: "\e072";
}
.icon-control-forward:before {
content: "\e073";
}
.icon-control-end:before {
content: "\e074";
}
.icon-volume-1:before {
content: "\e09f";
}
.icon-volume-2:before {
content: "\e0a0";
}
.icon-volume-off:before {
content: "\e0a1";
}
.icon-calendar:before {
content: "\e075";
}
.icon-bulb:before {
content: "\e076";
}
.icon-chart:before {
content: "\e077";
}
.icon-ban:before {
content: "\e07c";
}
.icon-bubble:before {
content: "\e07d";
}
.icon-camrecorder:before {
content: "\e07e";
}
.icon-camera:before {
content: "\e07f";
}
.icon-cloud-download:before {
content: "\e083";
}
.icon-cloud-upload:before {
content: "\e084";
}
.icon-envelope:before {
content: "\e086";
}
.icon-eye:before {
content: "\e087";
}
.icon-flag:before {
content: "\e088";
}
.icon-heart:before {
content: "\e08a";
}
.icon-info:before {
content: "\e08b";
}
.icon-key:before {
content: "\e08c";
}
.icon-link:before {
content: "\e08d";
}
.icon-lock:before {
content: "\e08e";
}
.icon-lock-open:before {
content: "\e08f";
}
.icon-magnifier:before {
content: "\e090";
}
.icon-magnifier-add:before {
content: "\e091";
}
.icon-magnifier-remove:before {
content: "\e092";
}
.icon-paper-clip:before {
content: "\e093";
}
.icon-paper-plane:before {
content: "\e094";
}
.icon-power:before {
content: "\e097";
}
.icon-refresh:before {
content: "\e098";
}
.icon-reload:before {
content: "\e099";
}
.icon-settings:before {
content: "\e09a";
}
.icon-star:before {
content: "\e09b";
}
.icon-symbol-female:before {
content: "\e09c";
}
.icon-symbol-male:before {
content: "\e09d";
}
.icon-target:before {
content: "\e09e";
}
.icon-credit-card:before {
content: "\e025";
}
.icon-paypal:before {
content: "\e608";
}
.icon-social-tumblr:before {
content: "\e00a";
}
.icon-social-twitter:before {
content: "\e009";
}
.icon-social-facebook:before {
content: "\e00b";
}
.icon-social-instagram:before {
content: "\e609";
}
.icon-social-linkedin:before {
content: "\e60a";
}
.icon-social-pinterest:before {
content: "\e60b";
}
.icon-social-github:before {
content: "\e60c";
}
.icon-social-google:before {
content: "\e60d";
}
.icon-social-reddit:before {
content: "\e60e";
}
.icon-social-skype:before {
content: "\e60f";
}
.icon-social-dribbble:before {
content: "\e00d";
}
.icon-social-behance:before {
content: "\e610";
}
.icon-social-foursqare:before {
content: "\e611";
}
.icon-social-soundcloud:before {
content: "\e612";
}
.icon-social-spotify:before {
content: "\e613";
}
.icon-social-stumbleupon:before {
content: "\e614";
}
.icon-social-youtube:before {
content: "\e008";
}
.icon-social-dropbox:before {
content: "\e00c";
}
.icon-social-vkontakte:before {
content: "\e618";
}
.icon-social-steam:before {
content: "\e620";
} .swiper-container {
margin-left: auto;
margin-right: auto;
position: relative;
overflow: hidden; z-index: 1;
}
.swiper-container-no-flexbox .swiper-slide {
float: left;
}
.swiper-container-vertical > .swiper-wrapper {
-webkit-box-orient: vertical;
-moz-box-orient: vertical;
-ms-flex-direction: column;
-webkit-flex-direction: column;
flex-direction: column;
}
.swiper-wrapper {
position: relative;
width: 100%;
height: 100%;
z-index: 1;
display: -webkit-box;
display: -moz-box;
display: -ms-flexbox;
display: -webkit-flex;
display: flex;
-webkit-transition-property: -webkit-transform;
-moz-transition-property: -moz-transform;
-o-transition-property: -o-transform;
-ms-transition-property: -ms-transform;
transition-property: transform;
-webkit-box-sizing: content-box;
-moz-box-sizing: content-box;
box-sizing: content-box;
}
.swiper-container-android .swiper-slide,
.swiper-wrapper {
-webkit-transform: translate3d(0px, 0, 0);
-moz-transform: translate3d(0px, 0, 0);
-o-transform: translate(0px, 0px);
-ms-transform: translate3d(0px, 0, 0);
transform: translate3d(0px, 0, 0);
}
.swiper-container-multirow > .swiper-wrapper {
-webkit-box-lines: multiple;
-moz-box-lines: multiple;
-ms-flex-wrap: wrap;
-webkit-flex-wrap: wrap;
flex-wrap: wrap;
}
.swiper-container-free-mode > .swiper-wrapper {
-webkit-transition-timing-function: ease-out;
-moz-transition-timing-function: ease-out;
-ms-transition-timing-function: ease-out;
-o-transition-timing-function: ease-out;
transition-timing-function: ease-out;
margin: 0 auto;
}
.swiper-slide {
-webkit-flex-shrink: 0;
-ms-flex: 0 0 auto;
flex-shrink: 0;
width: 100%;
height: 100%;
position: relative;
} .swiper-container-autoheight,
.swiper-container-autoheight .swiper-slide {
height: auto;
}
.swiper-container-autoheight .swiper-wrapper {
-webkit-box-align: start;
-ms-flex-align: start;
-webkit-align-items: flex-start;
align-items: flex-start;
-webkit-transition-property: -webkit-transform, height;
-moz-transition-property: -moz-transform;
-o-transition-property: -o-transform;
-ms-transition-property: -ms-transform;
transition-property: transform, height;
} .swiper-container .swiper-notification {
position: absolute;
left: 0;
top: 0;
pointer-events: none;
opacity: 0;
z-index: -1000;
} .swiper-wp8-horizontal {
-ms-touch-action: pan-y;
touch-action: pan-y;
}
.swiper-wp8-vertical {
-ms-touch-action: pan-x;
touch-action: pan-x;
} .swiper-button-prev,
.swiper-button-next {
position: absolute;
top: 50%;
width: 27px;
height: 44px;
margin-top: -22px;
z-index: 10;
cursor: pointer;
-moz-background-size: 27px 44px;
-webkit-background-size: 27px 44px;
background-size: 27px 44px;
background-position: center;
background-repeat: no-repeat;
}
.swiper-button-prev.swiper-button-disabled,
.swiper-button-next.swiper-button-disabled {
opacity: 0.35;
cursor: auto;
pointer-events: none;
}
.swiper-button-prev,
.swiper-container-rtl .swiper-button-next {
background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23007aff'%2F%3E%3C%2Fsvg%3E");
left: 10px;
right: auto;
}
.swiper-button-prev.swiper-button-black,
.swiper-container-rtl .swiper-button-next.swiper-button-black {
background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23000000'%2F%3E%3C%2Fsvg%3E");
}
.swiper-button-prev.swiper-button-white,
.swiper-container-rtl .swiper-button-next.swiper-button-white {
background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E");
}
.swiper-button-next,
.swiper-container-rtl .swiper-button-prev {
background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23007aff'%2F%3E%3C%2Fsvg%3E");
right: 10px;
left: auto;
}
.swiper-button-next.swiper-button-black,
.swiper-container-rtl .swiper-button-prev.swiper-button-black {
background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23000000'%2F%3E%3C%2Fsvg%3E");
}
.swiper-button-next.swiper-button-white,
.swiper-container-rtl .swiper-button-prev.swiper-button-white {
background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E");
} .swiper-pagination {
position: absolute;
text-align: center;
-webkit-transition: 300ms;
-moz-transition: 300ms;
-o-transition: 300ms;
transition: 300ms;
-webkit-transform: translate3d(0, 0, 0);
-ms-transform: translate3d(0, 0, 0);
-o-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
z-index: 10;
}
.swiper-pagination.swiper-pagination-hidden {
opacity: 0;
} .swiper-pagination-fraction,
.swiper-pagination-custom,
.swiper-container-horizontal > .swiper-pagination-bullets {
bottom: 10px;
left: 0;
width: 100%;
} .swiper-pagination-bullet {
width: 8px;
height: 8px;
display: inline-block;
border-radius: 100%;
background: #000;
opacity: 0.2;
}
button.swiper-pagination-bullet {
border: none;
margin: 0;
padding: 0;
box-shadow: none;
-moz-appearance: none;
-ms-appearance: none;
-webkit-appearance: none;
appearance: none;
}
.swiper-pagination-clickable .swiper-pagination-bullet {
cursor: pointer;
}
.swiper-pagination-white .swiper-pagination-bullet {
background: #fff;
}
.swiper-pagination-bullet-active {
opacity: 1;
background: #007aff;
}
.swiper-pagination-white .swiper-pagination-bullet-active {
background: #fff;
}
.swiper-pagination-black .swiper-pagination-bullet-active {
background: #000;
}
.swiper-container-vertical > .swiper-pagination-bullets {
right: 10px;
top: 50%;
-webkit-transform: translate3d(0px, -50%, 0);
-moz-transform: translate3d(0px, -50%, 0);
-o-transform: translate(0px, -50%);
-ms-transform: translate3d(0px, -50%, 0);
transform: translate3d(0px, -50%, 0);
}
.swiper-container-vertical > .swiper-pagination-bullets .swiper-pagination-bullet {
margin: 5px 0;
display: block;
}
.swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet {
margin: 0 5px;
} .swiper-pagination-progress {
background: rgba(0, 0, 0, 0.25);
position: absolute;
}
.swiper-pagination-progress .swiper-pagination-progressbar {
background: #007aff;
position: absolute;
left: 0;
top: 0;
width: 100%;
height: 100%;
-webkit-transform: scale(0);
-ms-transform: scale(0);
-o-transform: scale(0);
transform: scale(0);
-webkit-transform-origin: left top;
-moz-transform-origin: left top;
-ms-transform-origin: left top;
-o-transform-origin: left top;
transform-origin: left top;
}
.swiper-container-rtl .swiper-pagination-progress .swiper-pagination-progressbar {
-webkit-transform-origin: right top;
-moz-transform-origin: right top;
-ms-transform-origin: right top;
-o-transform-origin: right top;
transform-origin: right top;
}
.swiper-container-horizontal > .swiper-pagination-progress {
width: 100%;
height: 4px;
left: 0;
top: 0;
}
.swiper-container-vertical > .swiper-pagination-progress {
width: 4px;
height: 100%;
left: 0;
top: 0;
}
.swiper-pagination-progress.swiper-pagination-white {
background: rgba(255, 255, 255, 0.5);
}
.swiper-pagination-progress.swiper-pagination-white .swiper-pagination-progressbar {
background: #fff;
}
.swiper-pagination-progress.swiper-pagination-black .swiper-pagination-progressbar {
background: #000;
} .swiper-container-3d {
-webkit-perspective: 1200px;
-moz-perspective: 1200px;
-o-perspective: 1200px;
perspective: 1200px;
}
.swiper-container-3d .swiper-wrapper,
.swiper-container-3d .swiper-slide,
.swiper-container-3d .swiper-slide-shadow-left,
.swiper-container-3d .swiper-slide-shadow-right,
.swiper-container-3d .swiper-slide-shadow-top,
.swiper-container-3d .swiper-slide-shadow-bottom,
.swiper-container-3d .swiper-cube-shadow {
-webkit-transform-style: preserve-3d;
-moz-transform-style: preserve-3d;
-ms-transform-style: preserve-3d;
transform-style: preserve-3d;
}
.swiper-container-3d .swiper-slide-shadow-left,
.swiper-container-3d .swiper-slide-shadow-right,
.swiper-container-3d .swiper-slide-shadow-top,
.swiper-container-3d .swiper-slide-shadow-bottom {
position: absolute;
left: 0;
top: 0;
width: 100%;
height: 100%;
pointer-events: none;
z-index: 10;
}
.swiper-container-3d .swiper-slide-shadow-left {
background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0))); background-image: -webkit-linear-gradient(right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0)); background-image: -moz-linear-gradient(right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0)); background-image: -o-linear-gradient(right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0)); background-image: linear-gradient(to left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0)); }
.swiper-container-3d .swiper-slide-shadow-right {
background-image: -webkit-gradient(linear, right top, left top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0))); background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0)); background-image: -moz-linear-gradient(left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0)); background-image: -o-linear-gradient(left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0)); background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0)); }
.swiper-container-3d .swiper-slide-shadow-top {
background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0))); background-image: -webkit-linear-gradient(bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0)); background-image: -moz-linear-gradient(bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0)); background-image: -o-linear-gradient(bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0)); background-image: linear-gradient(to top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0)); }
.swiper-container-3d .swiper-slide-shadow-bottom {
background-image: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0))); background-image: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0)); background-image: -moz-linear-gradient(top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0)); background-image: -o-linear-gradient(top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0)); background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0)); } .swiper-container-coverflow .swiper-wrapper,
.swiper-container-flip .swiper-wrapper { -ms-perspective: 1200px;
} .swiper-container-cube,
.swiper-container-flip {
overflow: visible;
}
.swiper-container-cube .swiper-slide,
.swiper-container-flip .swiper-slide {
pointer-events: none;
-webkit-backface-visibility: hidden;
-moz-backface-visibility: hidden;
-ms-backface-visibility: hidden;
backface-visibility: hidden;
z-index: 1;
}
.swiper-container-cube .swiper-slide .swiper-slide,
.swiper-container-flip .swiper-slide .swiper-slide {
pointer-events: none;
}
.swiper-container-cube .swiper-slide-active,
.swiper-container-flip .swiper-slide-active,
.swiper-container-cube .swiper-slide-active .swiper-slide-active,
.swiper-container-flip .swiper-slide-active .swiper-slide-active {
pointer-events: auto;
}
.swiper-container-cube .swiper-slide-shadow-top,
.swiper-container-flip .swiper-slide-shadow-top,
.swiper-container-cube .swiper-slide-shadow-bottom,
.swiper-container-flip .swiper-slide-shadow-bottom,
.swiper-container-cube .swiper-slide-shadow-left,
.swiper-container-flip .swiper-slide-shadow-left,
.swiper-container-cube .swiper-slide-shadow-right,
.swiper-container-flip .swiper-slide-shadow-right {
z-index: 0;
-webkit-backface-visibility: hidden;
-moz-backface-visibility: hidden;
-ms-backface-visibility: hidden;
backface-visibility: hidden;
} .swiper-container-cube .swiper-slide {
visibility: hidden;
-webkit-transform-origin: 0 0;
-moz-transform-origin: 0 0;
-ms-transform-origin: 0 0;
transform-origin: 0 0;
width: 100%;
height: 100%;
}
.swiper-container-cube.swiper-container-rtl .swiper-slide {
-webkit-transform-origin: 100% 0;
-moz-transform-origin: 100% 0;
-ms-transform-origin: 100% 0;
transform-origin: 100% 0;
}
.swiper-container-cube .swiper-slide-active,
.swiper-container-cube .swiper-slide-next,
.swiper-container-cube .swiper-slide-prev,
.swiper-container-cube .swiper-slide-next + .swiper-slide {
pointer-events: auto;
visibility: visible;
}
.swiper-container-cube .swiper-cube-shadow {
position: absolute;
left: 0;
bottom: 0px;
width: 100%;
height: 100%;
background: #000;
opacity: 0.6;
-webkit-filter: blur(50px);
filter: blur(50px);
z-index: 0;
} .swiper-container-fade.swiper-container-free-mode .swiper-slide {
-webkit-transition-timing-function: ease-out;
-moz-transition-timing-function: ease-out;
-ms-transition-timing-function: ease-out;
-o-transition-timing-function: ease-out;
transition-timing-function: ease-out;
}
.swiper-container-fade .swiper-slide {
pointer-events: none;
-webkit-transition-property: opacity;
-moz-transition-property: opacity;
-o-transition-property: opacity;
transition-property: opacity;
}
.swiper-container-fade .swiper-slide .swiper-slide {
pointer-events: none;
}
.swiper-container-fade .swiper-slide-active,
.swiper-container-fade .swiper-slide-active .swiper-slide-active {
pointer-events: auto;
}
.swiper-zoom-container {
width: 100%;
height: 100%;
display: -webkit-box;
display: -moz-box;
display: -ms-flexbox;
display: -webkit-flex;
display: flex;
-webkit-box-pack: center;
-moz-box-pack: center;
-ms-flex-pack: center;
-webkit-justify-content: center;
justify-content: center;
-webkit-box-align: center;
-moz-box-align: center;
-ms-flex-align: center;
-webkit-align-items: center;
align-items: center;
text-align: center;
}
.swiper-zoom-container > img,
.swiper-zoom-container > svg,
.swiper-zoom-container > canvas {
max-width: 100%;
max-height: 100%;
object-fit: contain;
} .swiper-scrollbar {
border-radius: 10px;
position: relative;
-ms-touch-action: none;
background: rgba(0, 0, 0, 0.1);
}
.swiper-container-horizontal > .swiper-scrollbar {
position: absolute;
left: 1%;
bottom: 3px;
z-index: 50;
height: 5px;
width: 98%;
}
.swiper-container-vertical > .swiper-scrollbar {
position: absolute;
right: 3px;
top: 1%;
z-index: 50;
width: 5px;
height: 98%;
}
.swiper-scrollbar-drag {
height: 100%;
width: 100%;
position: relative;
background: rgba(0, 0, 0, 0.5);
border-radius: 10px;
left: 0;
top: 0;
}
.swiper-scrollbar-cursor-drag {
cursor: move;
} .swiper-lazy-preloader {
width: 42px;
height: 42px;
position: absolute;
left: 50%;
top: 50%;
margin-left: -21px;
margin-top: -21px;
z-index: 10;
-webkit-transform-origin: 50%;
-moz-transform-origin: 50%;
transform-origin: 50%;
-webkit-animation: swiper-preloader-spin 1s steps(12, end) infinite;
-moz-animation: swiper-preloader-spin 1s steps(12, end) infinite;
animation: swiper-preloader-spin 1s steps(12, end) infinite;
}
.swiper-lazy-preloader:after {
display: block;
content: "";
width: 100%;
height: 100%;
background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20viewBox%3D'0%200%20120%20120'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cdefs%3E%3Cline%20id%3D'l'%20x1%3D'60'%20x2%3D'60'%20y1%3D'7'%20y2%3D'27'%20stroke%3D'%236c6c6c'%20stroke-width%3D'11'%20stroke-linecap%3D'round'%2F%3E%3C%2Fdefs%3E%3Cg%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(30%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(60%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(90%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(120%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(150%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.37'%20transform%3D'rotate(180%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.46'%20transform%3D'rotate(210%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.56'%20transform%3D'rotate(240%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.66'%20transform%3D'rotate(270%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.75'%20transform%3D'rotate(300%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.85'%20transform%3D'rotate(330%2060%2C60)'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
background-position: 50%;
-webkit-background-size: 100%;
background-size: 100%;
background-repeat: no-repeat;
}
.swiper-lazy-preloader-white:after {
background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20viewBox%3D'0%200%20120%20120'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cdefs%3E%3Cline%20id%3D'l'%20x1%3D'60'%20x2%3D'60'%20y1%3D'7'%20y2%3D'27'%20stroke%3D'%23fff'%20stroke-width%3D'11'%20stroke-linecap%3D'round'%2F%3E%3C%2Fdefs%3E%3Cg%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(30%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(60%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(90%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(120%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(150%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.37'%20transform%3D'rotate(180%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.46'%20transform%3D'rotate(210%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.56'%20transform%3D'rotate(240%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.66'%20transform%3D'rotate(270%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.75'%20transform%3D'rotate(300%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.85'%20transform%3D'rotate(330%2060%2C60)'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
}
@-webkit-keyframes swiper-preloader-spin {
100% {
-webkit-transform: rotate(360deg);
}
}
@keyframes swiper-preloader-spin {
100% {
transform: rotate(360deg);
}
}  div.pp_default .pp_top,
div.pp_default .pp_top .pp_middle,
div.pp_default .pp_top .pp_left,
div.pp_default .pp_top .pp_right,
div.pp_default .pp_bottom,
div.pp_default .pp_bottom .pp_left,
div.pp_default .pp_bottom .pp_middle,
div.pp_default .pp_bottom .pp_right { height: 13px; }
div.pp_default .pp_top .pp_left { background: url(//www.raphaelis.de/wp-content/themes/nanocare/assets/img/components/sprite.png) -78px -93px no-repeat; } div.pp_default .pp_top .pp_middle { background: url(//www.raphaelis.de/wp-content/themes/nanocare/assets/img/components/sprite_x.png) top left repeat-x; } div.pp_default .pp_top .pp_right { background: url(//www.raphaelis.de/wp-content/themes/nanocare/assets/img/components/sprite.png) -112px -93px no-repeat; } div.pp_default .pp_content .ppt { color: #f8f8f8; }
div.pp_default .pp_content_container .pp_left { background: url(//www.raphaelis.de/wp-content/themes/nanocare/assets/img/components/sprite_y.png) -7px 0 repeat-y; padding-left: 13px; }
div.pp_default .pp_content_container .pp_right { background: url(//www.raphaelis.de/wp-content/themes/nanocare/assets/img/components/sprite_y.png) top right repeat-y; padding-right: 13px; }
div.pp_default .pp_content { background-color: #fff; } div.pp_default .pp_next:hover { background: url(//www.raphaelis.de/wp-content/themes/nanocare/assets/img/components/sprite_next.png) center right  no-repeat; cursor: pointer; } div.pp_default .pp_previous:hover { background: url(//www.raphaelis.de/wp-content/themes/nanocare/assets/img/components/sprite_prev.png) center left no-repeat; cursor: pointer; } div.pp_default .pp_expand { background: url(//www.raphaelis.de/wp-content/themes/nanocare/assets/img/components/sprite.png) 0 -29px no-repeat; cursor: pointer; width: 28px; height: 28px; } div.pp_default .pp_expand:hover { background: url(//www.raphaelis.de/wp-content/themes/nanocare/assets/img/components/sprite.png) 0 -56px no-repeat; cursor: pointer; } div.pp_default .pp_contract { background: url(//www.raphaelis.de/wp-content/themes/nanocare/assets/img/components/sprite.png) 0 -84px no-repeat; cursor: pointer; width: 28px; height: 28px; } div.pp_default .pp_contract:hover { background: url(//www.raphaelis.de/wp-content/themes/nanocare/assets/img/components/sprite.png) 0 -113px no-repeat; cursor: pointer; } div.pp_default .pp_close { width: 30px; height: 30px; background: url(//www.raphaelis.de/wp-content/themes/nanocare/assets/img/components/sprite.png) 2px 1px no-repeat; cursor: pointer; } div.pp_default #pp_full_res .pp_inline { color: #000; } 
div.pp_default .pp_gallery ul li a { background: url(//www.raphaelis.de/wp-content/themes/nanocare/assets/img/components/default_thumb.png) center center #f8f8f8; border:1px solid #aaa; }
div.pp_default .pp_gallery ul li a:hover,
div.pp_default .pp_gallery ul li.selected a { border-color: #fff; }
div.pp_default .pp_social { margin-top: 7px; }
div.pp_default .pp_gallery a.pp_arrow_previous,
div.pp_default .pp_gallery a.pp_arrow_next { position: static; left: auto; }
div.pp_default .pp_nav .pp_play,
div.pp_default .pp_nav .pp_pause { background: url(//www.raphaelis.de/wp-content/themes/nanocare/assets/img/components/sprite.png) -51px 1px no-repeat; height:30px; width:30px; }
div.pp_default .pp_nav .pp_pause { background-position: -51px -29px; }
div.pp_default .pp_details { position: relative; }
div.pp_default a.pp_arrow_previous,
div.pp_default a.pp_arrow_next { background: url(//www.raphaelis.de/wp-content/themes/nanocare/assets/img/components/sprite.png) -31px -3px no-repeat; height: 20px; margin: 4px 0 0 0; width: 20px; }
div.pp_default a.pp_arrow_next { left: 52px; background-position: -82px -3px; } div.pp_default .pp_content_container .pp_details { margin-top: 5px; }
div.pp_default .pp_nav { clear: none; height: 30px; width: 110px; position: relative; }
div.pp_default .pp_nav .currentTextHolder{ font-family: Georgia; font-style: italic; color:#999; font-size: 11px; left: 75px; line-height: 25px; margin: 0; padding: 0 0 0 10px; position: absolute; top: 2px; }
div.pp_default .pp_close:hover, div.pp_default .pp_nav .pp_play:hover, div.pp_default .pp_nav .pp_pause:hover, div.pp_default .pp_arrow_next:hover, div.pp_default .pp_arrow_previous:hover { opacity:0.7; }
div.pp_default .pp_description{ font-size: 11px; font-weight: bold; line-height: 14px; margin: 5px 50px 5px 0; }
div.pp_default .pp_bottom .pp_left { background: url(//www.raphaelis.de/wp-content/themes/nanocare/assets/img/components/sprite.png) -78px -127px no-repeat; } div.pp_default .pp_bottom .pp_middle { background: url(//www.raphaelis.de/wp-content/themes/nanocare/assets/img/components/sprite_x.png) bottom left repeat-x; } div.pp_default .pp_bottom .pp_right { background: url(//www.raphaelis.de/wp-content/themes/nanocare/assets/img/components/sprite.png) -112px -127px no-repeat; } div.pp_default .pp_loaderIcon { background: url(//www.raphaelis.de/wp-content/themes/nanocare/assets/img/components/loader.gif) center center no-repeat; }  div.light_rounded .pp_top .pp_left { background: url(//www.raphaelis.de/wp-content/themes/nanocare/assets/img/components/sprite.png) -88px -53px no-repeat; } div.light_rounded .pp_top .pp_middle { background: #fff; } div.light_rounded .pp_top .pp_right { background: url(//www.raphaelis.de/wp-content/themes/nanocare/assets/img/components/sprite.png) -110px -53px no-repeat; } div.light_rounded .pp_content .ppt { color: #000; }
div.light_rounded .pp_content_container .pp_left,
div.light_rounded .pp_content_container .pp_right { background: #fff; }
div.light_rounded .pp_content { background-color: #fff; } div.light_rounded .pp_next:hover { background: url(//www.raphaelis.de/wp-content/themes/nanocare/assets/img/components/btnNext.png) center right  no-repeat; cursor: pointer; } div.light_rounded .pp_previous:hover { background: url(//www.raphaelis.de/wp-content/themes/nanocare/assets/img/components/btnPrevious.png) center left no-repeat; cursor: pointer; } div.light_rounded .pp_expand { background: url(//www.raphaelis.de/wp-content/themes/nanocare/assets/img/components/sprite.png) -31px -26px no-repeat; cursor: pointer; } div.light_rounded .pp_expand:hover { background: url(//www.raphaelis.de/wp-content/themes/nanocare/assets/img/components/sprite.png) -31px -47px no-repeat; cursor: pointer; } div.light_rounded .pp_contract { background: url(//www.raphaelis.de/wp-content/themes/nanocare/assets/img/components/sprite.png) 0 -26px no-repeat; cursor: pointer; } div.light_rounded .pp_contract:hover { background: url(//www.raphaelis.de/wp-content/themes/nanocare/assets/img/components/sprite.png) 0 -47px no-repeat; cursor: pointer; } div.light_rounded .pp_close { width: 75px; height: 22px; background: url(//www.raphaelis.de/wp-content/themes/nanocare/assets/img/components/sprite.png) -1px -1px no-repeat; cursor: pointer; } div.light_rounded .pp_details { position: relative; }
div.light_rounded .pp_description { margin-right: 85px; }
div.light_rounded #pp_full_res .pp_inline { color: #000; } 
div.light_rounded .pp_gallery a.pp_arrow_previous,
div.light_rounded .pp_gallery a.pp_arrow_next { margin-top: 12px !important; }
div.light_rounded .pp_nav .pp_play { background: url(//www.raphaelis.de/wp-content/themes/nanocare/assets/img/components/sprite.png) -1px -100px no-repeat; height: 15px; width: 14px; }
div.light_rounded .pp_nav .pp_pause { background: url(//www.raphaelis.de/wp-content/themes/nanocare/assets/img/components/sprite.png) -24px -100px no-repeat; height: 15px; width: 14px; }
div.light_rounded .pp_arrow_previous { background: url(//www.raphaelis.de/wp-content/themes/nanocare/assets/img/components/sprite.png) 0 -71px no-repeat; } div.light_rounded .pp_arrow_previous.disabled { background-position: 0 -87px; cursor: default; }
div.light_rounded .pp_arrow_next { background: url(//www.raphaelis.de/wp-content/themes/nanocare/assets/img/components/sprite.png) -22px -71px no-repeat; } div.light_rounded .pp_arrow_next.disabled { background-position: -22px -87px; cursor: default; }
div.light_rounded .pp_bottom .pp_left { background: url(//www.raphaelis.de/wp-content/themes/nanocare/assets/img/components/sprite.png) -88px -80px no-repeat; } div.light_rounded .pp_bottom .pp_middle { background: #fff; } div.light_rounded .pp_bottom .pp_right { background: url(//www.raphaelis.de/wp-content/themes/nanocare/assets/img/components/sprite.png) -110px -80px no-repeat; } div.light_rounded .pp_loaderIcon { background: url(//www.raphaelis.de/wp-content/themes/nanocare/assets/img/components/loader.gif) center center no-repeat; }  div.dark_rounded .pp_top .pp_left { background: url(//www.raphaelis.de/wp-content/themes/nanocare/assets/img/components/sprite.png) -88px -53px no-repeat; } div.dark_rounded .pp_top .pp_middle { background: url(//www.raphaelis.de/wp-content/themes/nanocare/assets/img/components/contentPattern.png) top left repeat; } div.dark_rounded .pp_top .pp_right { background: url(//www.raphaelis.de/wp-content/themes/nanocare/assets/img/components/sprite.png) -110px -53px no-repeat; } div.dark_rounded .pp_content_container .pp_left { background: url(//www.raphaelis.de/wp-content/themes/nanocare/assets/img/components/contentPattern.png) top left repeat-y; } div.dark_rounded .pp_content_container .pp_right { background: url(//www.raphaelis.de/wp-content/themes/nanocare/assets/img/components/contentPattern.png) top right repeat-y; } div.dark_rounded .pp_content { background: url(//www.raphaelis.de/wp-content/themes/nanocare/assets/img/components/contentPattern.png) top left repeat; } div.dark_rounded .pp_next:hover { background: url(//www.raphaelis.de/wp-content/themes/nanocare/assets/img/components/btnNext.png) center right  no-repeat; cursor: pointer; } div.dark_rounded .pp_previous:hover { background: url(//www.raphaelis.de/wp-content/themes/nanocare/assets/img/components/btnPrevious.png) center left no-repeat; cursor: pointer; } div.dark_rounded .pp_expand { background: url(//www.raphaelis.de/wp-content/themes/nanocare/assets/img/components/sprite.png) -31px -26px no-repeat; cursor: pointer; } div.dark_rounded .pp_expand:hover { background: url(//www.raphaelis.de/wp-content/themes/nanocare/assets/img/components/sprite.png) -31px -47px no-repeat; cursor: pointer; } div.dark_rounded .pp_contract { background: url(//www.raphaelis.de/wp-content/themes/nanocare/assets/img/components/sprite.png) 0 -26px no-repeat; cursor: pointer; } div.dark_rounded .pp_contract:hover { background: url(//www.raphaelis.de/wp-content/themes/nanocare/assets/img/components/sprite.png) 0 -47px no-repeat; cursor: pointer; } div.dark_rounded .pp_close { width: 75px; height: 22px; background: url(//www.raphaelis.de/wp-content/themes/nanocare/assets/img/components/sprite.png) -1px -1px no-repeat; cursor: pointer; } div.dark_rounded .pp_details { position: relative; }
div.dark_rounded .pp_description { margin-right: 85px; }
div.dark_rounded .currentTextHolder { color: #c4c4c4; }
div.dark_rounded .pp_description { color: #fff; }
div.dark_rounded #pp_full_res .pp_inline { color: #fff; }
div.dark_rounded .pp_gallery a.pp_arrow_previous,
div.dark_rounded .pp_gallery a.pp_arrow_next { margin-top: 12px !important; }
div.dark_rounded .pp_nav .pp_play { background: url(//www.raphaelis.de/wp-content/themes/nanocare/assets/img/components/sprite.png) -1px -100px no-repeat; height: 15px; width: 14px; }
div.dark_rounded .pp_nav .pp_pause { background: url(//www.raphaelis.de/wp-content/themes/nanocare/assets/img/components/sprite.png) -24px -100px no-repeat; height: 15px; width: 14px; }
div.dark_rounded .pp_arrow_previous { background: url(//www.raphaelis.de/wp-content/themes/nanocare/assets/img/components/sprite.png) 0 -71px no-repeat; } div.dark_rounded .pp_arrow_previous.disabled { background-position: 0 -87px; cursor: default; }
div.dark_rounded .pp_arrow_next { background: url(//www.raphaelis.de/wp-content/themes/nanocare/assets/img/components/sprite.png) -22px -71px no-repeat; } div.dark_rounded .pp_arrow_next.disabled { background-position: -22px -87px; cursor: default; }
div.dark_rounded .pp_bottom .pp_left { background: url(//www.raphaelis.de/wp-content/themes/nanocare/assets/img/components/sprite.png) -88px -80px no-repeat; } div.dark_rounded .pp_bottom .pp_middle { background: url(//www.raphaelis.de/wp-content/themes/nanocare/assets/img/components/contentPattern.png) top left repeat; } div.dark_rounded .pp_bottom .pp_right { background: url(//www.raphaelis.de/wp-content/themes/nanocare/assets/img/components/sprite.png) -110px -80px no-repeat; } div.dark_rounded .pp_loaderIcon { background: url(//www.raphaelis.de/wp-content/themes/nanocare/assets/img/components/loader.gif) center center no-repeat; }  div.dark_square .pp_left ,
div.dark_square .pp_middle,
div.dark_square .pp_right,
div.dark_square .pp_content { background: #000; }
div.dark_square .currentTextHolder { color: #c4c4c4; }
div.dark_square .pp_description { color: #fff; }
div.dark_square .pp_loaderIcon { background: url(//www.raphaelis.de/wp-content/themes/nanocare/assets/img/components/loader.gif) center center no-repeat; } div.dark_square .pp_expand { background: url(//www.raphaelis.de/wp-content/themes/nanocare/assets/img/components/sprite.png) -31px -26px no-repeat; cursor: pointer; } div.dark_square .pp_expand:hover { background: url(//www.raphaelis.de/wp-content/themes/nanocare/assets/img/components/sprite.png) -31px -47px no-repeat; cursor: pointer; } div.dark_square .pp_contract { background: url(//www.raphaelis.de/wp-content/themes/nanocare/assets/img/components/sprite.png) 0 -26px no-repeat; cursor: pointer; } div.dark_square .pp_contract:hover { background: url(//www.raphaelis.de/wp-content/themes/nanocare/assets/img/components/sprite.png) 0 -47px no-repeat; cursor: pointer; } div.dark_square .pp_close { width: 75px; height: 22px; background: url(//www.raphaelis.de/wp-content/themes/nanocare/assets/img/components/sprite.png) -1px -1px no-repeat; cursor: pointer; } div.dark_square .pp_details { position: relative; }
div.dark_square .pp_description { margin: 0 85px 0 0; }
div.dark_square #pp_full_res .pp_inline { color: #fff; }
div.dark_square .pp_gallery a.pp_arrow_previous,
div.dark_square .pp_gallery a.pp_arrow_next { margin-top: 12px !important; }
div.dark_square .pp_nav { clear: none; }
div.dark_square .pp_nav .pp_play { background: url(//www.raphaelis.de/wp-content/themes/nanocare/assets/img/components/sprite.png) -1px -100px no-repeat; height: 15px; width: 14px; }
div.dark_square .pp_nav .pp_pause { background: url(//www.raphaelis.de/wp-content/themes/nanocare/assets/img/components/sprite.png) -24px -100px no-repeat; height: 15px; width: 14px; }
div.dark_square .pp_arrow_previous { background: url(//www.raphaelis.de/wp-content/themes/nanocare/assets/img/components/sprite.png) 0 -71px no-repeat; } div.dark_square .pp_arrow_previous.disabled { background-position: 0 -87px; cursor: default; }
div.dark_square .pp_arrow_next { background: url(//www.raphaelis.de/wp-content/themes/nanocare/assets/img/components/sprite.png) -22px -71px no-repeat; } div.dark_square .pp_arrow_next.disabled { background-position: -22px -87px; cursor: default; }
div.dark_square .pp_next:hover { background: url(//www.raphaelis.de/wp-content/themes/nanocare/assets/img/components/btnNext.png) center right  no-repeat; cursor: pointer; } div.dark_square .pp_previous:hover { background: url(//www.raphaelis.de/wp-content/themes/nanocare/assets/img/components/btnPrevious.png) center left no-repeat; cursor: pointer; }  div.light_square .pp_left ,
div.light_square .pp_middle,
div.light_square .pp_right,
div.light_square .pp_content { background: #fff; }
div.light_square .pp_content .ppt { color: #000; }
div.light_square .pp_expand { background: url(//www.raphaelis.de/wp-content/themes/nanocare/assets/img/components/sprite.png) -31px -26px no-repeat; cursor: pointer; } div.light_square .pp_expand:hover { background: url(//www.raphaelis.de/wp-content/themes/nanocare/assets/img/components/sprite.png) -31px -47px no-repeat; cursor: pointer; } div.light_square .pp_contract { background: url(//www.raphaelis.de/wp-content/themes/nanocare/assets/img/components/sprite.png) 0 -26px no-repeat; cursor: pointer; } div.light_square .pp_contract:hover { background: url(//www.raphaelis.de/wp-content/themes/nanocare/assets/img/components/sprite.png) 0 -47px no-repeat; cursor: pointer; } div.light_square .pp_close { width: 75px; height: 22px; background: url(//www.raphaelis.de/wp-content/themes/nanocare/assets/img/components/sprite.png) -1px -1px no-repeat; cursor: pointer; } div.light_square .pp_details { position: relative; }
div.light_square .pp_description { margin-right: 85px; }
div.light_square #pp_full_res .pp_inline { color: #000; }
div.light_square .pp_gallery a.pp_arrow_previous,
div.light_square .pp_gallery a.pp_arrow_next { margin-top: 12px !important; }
div.light_square .pp_nav .pp_play { background: url(//www.raphaelis.de/wp-content/themes/nanocare/assets/img/components/sprite.png) -1px -100px no-repeat; height: 15px; width: 14px; }
div.light_square .pp_nav .pp_pause { background: url(//www.raphaelis.de/wp-content/themes/nanocare/assets/img/components/sprite.png) -24px -100px no-repeat; height: 15px; width: 14px; }
div.light_square .pp_arrow_previous { background: url(//www.raphaelis.de/wp-content/themes/nanocare/assets/img/components/sprite.png) 0 -71px no-repeat; } div.light_square .pp_arrow_previous.disabled { background-position: 0 -87px; cursor: default; }
div.light_square .pp_arrow_next { background: url(//www.raphaelis.de/wp-content/themes/nanocare/assets/img/components/sprite.png) -22px -71px no-repeat; } div.light_square .pp_arrow_next.disabled { background-position: -22px -87px; cursor: default; }
div.light_square .pp_next:hover { background: url(//www.raphaelis.de/wp-content/themes/nanocare/assets/img/components/btnNext.png) center right  no-repeat; cursor: pointer; } div.light_square .pp_previous:hover { background: url(//www.raphaelis.de/wp-content/themes/nanocare/assets/img/components/btnPrevious.png) center left no-repeat; cursor: pointer; } div.light_square .pp_loaderIcon { background: url(//www.raphaelis.de/wp-content/themes/nanocare/assets/img/components/loader.gif) center center no-repeat; }  div.facebook .pp_top .pp_left { background: url(//www.raphaelis.de/wp-content/themes/nanocare/assets/img/components/sprite.png) -88px -53px no-repeat; } div.facebook .pp_top .pp_middle { background: url(//www.raphaelis.de/wp-content/themes/nanocare/assets/img/components/contentPatternTop.png) top left repeat-x; } div.facebook .pp_top .pp_right { background: url(//www.raphaelis.de/wp-content/themes/nanocare/assets/img/components/sprite.png) -110px -53px no-repeat; } div.facebook .pp_content .ppt { color: #000; }
div.facebook .pp_content_container .pp_left { background: url(//www.raphaelis.de/wp-content/themes/nanocare/assets/img/components/contentPatternLeft.png) top left repeat-y; } div.facebook .pp_content_container .pp_right { background: url(//www.raphaelis.de/wp-content/themes/nanocare/assets/img/components/contentPatternRight.png) top right repeat-y; } div.facebook .pp_content { background: #fff; } div.facebook .pp_expand { background: url(//www.raphaelis.de/wp-content/themes/nanocare/assets/img/components/sprite.png) -31px -26px no-repeat; cursor: pointer; } div.facebook .pp_expand:hover { background: url(//www.raphaelis.de/wp-content/themes/nanocare/assets/img/components/sprite.png) -31px -47px no-repeat; cursor: pointer; } div.facebook .pp_contract { background: url(//www.raphaelis.de/wp-content/themes/nanocare/assets/img/components/sprite.png) 0 -26px no-repeat; cursor: pointer; } div.facebook .pp_contract:hover { background: url(//www.raphaelis.de/wp-content/themes/nanocare/assets/img/components/sprite.png) 0 -47px no-repeat; cursor: pointer; } div.facebook .pp_close { width: 22px; height: 22px; background: url(//www.raphaelis.de/wp-content/themes/nanocare/assets/img/components/sprite.png) -1px -1px no-repeat; cursor: pointer; } div.facebook .pp_details { position: relative; }
div.facebook .pp_description { margin: 0 37px 0 0; }
div.facebook #pp_full_res .pp_inline { color: #000; } 
div.facebook .pp_loaderIcon { background: url(//www.raphaelis.de/wp-content/themes/nanocare/assets/img/components/loader.gif) center center no-repeat; } div.facebook .pp_arrow_previous { background: url(//www.raphaelis.de/wp-content/themes/nanocare/assets/img/components/sprite.png) 0 -71px no-repeat; height: 22px; margin-top: 0; width: 22px; } div.facebook .pp_arrow_previous.disabled { background-position: 0 -96px; cursor: default; }
div.facebook .pp_arrow_next { background: url(//www.raphaelis.de/wp-content/themes/nanocare/assets/img/components/sprite.png) -32px -71px no-repeat; height: 22px; margin-top: 0; width: 22px; } div.facebook .pp_arrow_next.disabled { background-position: -32px -96px; cursor: default; }
div.facebook .pp_nav { margin-top: 0; }
div.facebook .pp_nav p { font-size: 15px; padding: 0 3px 0 4px; }
div.facebook .pp_nav .pp_play { background: url(//www.raphaelis.de/wp-content/themes/nanocare/assets/img/components/sprite.png) -1px -123px no-repeat; height: 22px; width: 22px; }
div.facebook .pp_nav .pp_pause { background: url(//www.raphaelis.de/wp-content/themes/nanocare/assets/img/components/sprite.png) -32px -123px no-repeat; height: 22px; width: 22px; }
div.facebook .pp_next:hover { background: url(//www.raphaelis.de/wp-content/themes/nanocare/assets/img/components/btnNext.png) center right no-repeat; cursor: pointer; } div.facebook .pp_previous:hover { background: url(//www.raphaelis.de/wp-content/themes/nanocare/assets/img/components/btnPrevious.png) center left no-repeat; cursor: pointer; } div.facebook .pp_bottom .pp_left { background: url(//www.raphaelis.de/wp-content/themes/nanocare/assets/img/components/sprite.png) -88px -80px no-repeat; } div.facebook .pp_bottom .pp_middle { background: url(//www.raphaelis.de/wp-content/themes/nanocare/assets/img/components/contentPatternBottom.png) top left repeat-x; } div.facebook .pp_bottom .pp_right { background: url(//www.raphaelis.de/wp-content/themes/nanocare/assets/img/components/sprite.png) -110px -80px no-repeat; }  div.pp_pic_holder a:focus { outline:none; }
div.pp_overlay {
background: #000;
display: none;
left: 0;
position: absolute;
top: 0;
width: 100%;
z-index: 9500;
}
div.pp_pic_holder {
display: none;
position: absolute;
width: 100px;
z-index: 10000;
}
.pp_top {
height: 20px;
position: relative;
}
* html .pp_top { padding: 0 20px; }
.pp_top .pp_left {
height: 20px;
left: 0;
position: absolute;
width: 20px;
}
.pp_top .pp_middle {
height: 20px;
left: 20px;
position: absolute;
right: 20px;
}
* html .pp_top .pp_middle {
left: 0;
position: static;
}
.pp_top .pp_right {
height: 20px;
left: auto;
position: absolute;
right: 0;
top: 0;
width: 20px;
}
.pp_content { height: 40px; min-width: 40px; }
* html .pp_content { width: 40px; }
.pp_fade { display: none; }
.pp_content_container {
position: relative;
text-align: left;
width: 100%;
}
.pp_content_container .pp_left { padding-left: 20px; }
.pp_content_container .pp_right { padding-right: 20px; }
.pp_content_container .pp_details {
float: left;
margin: 10px 0 2px 0;
}
.pp_description {
display: none;
margin: 0;
}
.pp_social { float: left; margin: 0; }
.pp_social .facebook { float: left; margin-left: 5px; width: 55px; overflow: hidden; }
.pp_social .twitter { float: left; }
.pp_nav {
clear: right;
float: left;
margin: 3px 10px 0 0;
}
.pp_nav p {
float: left;
margin: 2px 4px;
white-space: nowrap;
}
.pp_nav .pp_play,
.pp_nav .pp_pause {
float: left;
margin-right: 4px;
text-indent: -10000px;
}
a.pp_arrow_previous,
a.pp_arrow_next {
display: block;
float: left;
height: 15px;
margin-top: 3px;
overflow: hidden;
text-indent: -10000px;
width: 14px;
}
.pp_hoverContainer {
position: absolute;
top: 0;
width: 100%;
z-index: 2000;
}
.pp_gallery {
display: none;
left: 50%;
margin-top: -50px;
position: absolute;
z-index: 10000;
}
.pp_gallery div {
float: left;
overflow: hidden;
position: relative;
}
.pp_gallery ul {
float: left;
height: 35px;
margin: 0 0 0 5px;
padding: 0;
position: relative;
white-space: nowrap;
}
.pp_gallery ul a {
border: 1px #000 solid;
border: 1px rgba(0,0,0,0.5) solid;
display: block;
float: left;
height: 33px;
overflow: hidden;
}
.pp_gallery ul a:hover,
.pp_gallery li.selected a { border-color: #fff; }
.pp_gallery ul a img { border: 0; }
.pp_gallery li {
display: block;
float: left;
margin: 0 5px 0 0;
padding: 0;
}
.pp_gallery li.default a {
background: url(//www.raphaelis.de/wp-content/themes/nanocare/assets/img/components/default_thumbnail.gif) 0 0 no-repeat;
display: block;
height: 33px;
width: 50px;
}
.pp_gallery li.default a img { display: none; }
.pp_gallery .pp_arrow_previous,
.pp_gallery .pp_arrow_next {
margin-top: 7px !important;
}
a.pp_next {
background: url(//www.raphaelis.de/wp-content/themes/nanocare/assets/img/components/btnNext.png) 10000px 10000px no-repeat;
display: block;
float: right;
height: 100%;
text-indent: -10000px;
width: 49%;
}
a.pp_previous {
background: url(//www.raphaelis.de/wp-content/themes/nanocare/assets/img/components/btnNext.png) 10000px 10000px no-repeat;
display: block;
float: left;
height: 100%;
text-indent: -10000px;
width: 49%;
}
a.pp_expand,
a.pp_contract {
cursor: pointer;
display: none;
height: 20px;	
position: absolute;
right: 30px;
text-indent: -10000px;
top: 10px;
width: 20px;
z-index: 20000;
}
a.pp_close {
position: absolute; right: 0; top: 0; 
display: block;
line-height:22px;
text-indent: -10000px;
}
.pp_bottom {
height: 20px;
position: relative;
}
* html .pp_bottom { padding: 0 20px; }
.pp_bottom .pp_left {
height: 20px;
left: 0;
position: absolute;
width: 20px;
}
.pp_bottom .pp_middle {
height: 20px;
left: 20px;
position: absolute;
right: 20px;
}
* html .pp_bottom .pp_middle {
left: 0;
position: static;
}
.pp_bottom .pp_right {
height: 20px;
left: auto;
position: absolute;
right: 0;
top: 0;
width: 20px;
}
.pp_loaderIcon {
display: block;
height: 24px;
left: 50%;
margin: -12px 0 0 -12px;
position: absolute;
top: 50%;
width: 24px;
}
#pp_full_res {
line-height: 1 !important;
}
#pp_full_res .pp_inline {
text-align: left;
}
#pp_full_res .pp_inline p { margin: 0 0 15px 0; }
div.ppt {
color: #fff;
display: none;
font-size: 17px;
margin: 0 0 5px 15px;
z-index: 9999;
}*,
*:after,
*:before {
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
text-rendering: optimizeLegibility;
outline: 0;
}
*:focus,
*:after:focus,
*:before:focus {
outline: 0;
}
*:after,
*:before {
-moz-osx-font-smoothing: grayscale;
-webkit-font-smoothing: antialiased;
}
::-moz-selection {
color: #ffffff;
}
::selection {
color: #ffffff;
}
.clear:before,
.clear:after {
content: ' ';
display: table;
}
.clear:after {
clear: both;
}
.clear,
.clear-after:after,
.clear-before:before,
.row:after {
*zoom: 1;
}
.clear,
.clear-after:after,
.clear-before:before,
.row:after {
content: '';
display: table;
clear: both;
}
.transition,
a,
textarea,
input[type="text"],
input[type="password"],
input[type="datetime"],
input[type="datetime-local"],
input[type="date"],
input[type="month"],
input[type="time"],
input[type="week"],
input[type="number"],
input[type="email"],
input[type="url"],
input[type="search"],
input[type="tel"],
input[type="color"],
input.input-text,
input[type="submit"],
button[type="submit"],
.button,
.site-topbar .menu-top > li > a:after,
.site-topbar .menu-top > li .sub-menu,
.site-content .breadcrumbs-inner a:after,
.site-content .down-arrow a:before,
.widget.widget_sp_image .widget_sp_image-image-link:after,
.widget.widget_sp_image .widget_sp_image-image-link:before,
.comments-area .comment-list .comment-body .comment-metadata a.comment-edit-link,
.social-icons a i,
.gallery-caption,
.go-to-top a:before,
.projects-filter ul li h6,
.projects-filter ul li a sup,
.projects-grid-alt .project .project-thumbnail > a:after,
.projects-grid-alt .project .project-info:before,
.projects-masonry .project .project-inner .project-info,
.projects-masonry .project .project-inner .project-info .project-title:after,
.single-nproject .project-gallery a:after,
.single-nproject .project-gallery a:before,
.has-post-thumbnail .post-image a:after,
.has-post-thumbnail .post-image a:before,
.blog-grid .post-content .read-more a:after,
.blog-grid .post-content .read-more a span,
.blog-masonry .post-content .read-more a:after,
.blog-masonry .post-content .read-more a span,
.single-post .post-left-bottom ul li a i,
.single-post .post-left-bottom ul li a span,
#site .wpb_image_grid ul li a:after,
#site .wpb_image_grid ul li a:before,
#site .vc_toggle .vc_toggle_title h4:before,
#site .member .member-info,
#site .member .social-links a i,
#site .iconlist.iconlist-icon-mini li .iconlist-item-icon i,
#site .iconlist.iconlist-icon-small li .iconlist-item-icon i,
#site .iconlist.iconlist-icon-large li .iconlist-item-icon i,
#site .imagebox .box-image .box-content,
#site .imagebox .box-image img,
#site .elements-carousel .owl-carousel .owl-wrapper-outer .owl-item,
#site .flexslider .flex-control-nav li a:after,
#site .counter,
#site .counter .counter-image i,
#site .counter .counter-image i:after,
#site .counter .counter-title,
#site .blog-shortcode .blog-entries .blog-grid .post .post-image:after,
#site .blog-shortcode .blog-entries .entries-wrapper:not(.blog-grid) .post .post-image:after,
#site .blog-shortcode .blog-entries .entries-wrapper:not(.blog-grid) .post .post-image:before,
#site .blog-shortcode.post-date-cover .blog-entries .entries-wrapper:not(.blog-grid) .post .post-boxed .post-header .post-date,
#site .projects-shortcode.projects-grid-alt .projects-items .project .project-thumbnail a:before,
#site .scrollslider .swiper-container .swiper-pagination .swiper-pagination-bullet,
#site .scrollslider .swiper-container .swiper-pagination .swiper-pagination-bullet:after,
.header-position-right .site-header .navigator .menu li,
.site-header-classic .navigator .menu li.menu-item-has-children > a:before,
.site-header-classic .navigator .menu li .sub-menu,
.site-header-classic .navigator .menu li .sub-menu li:after,
.site-header-sticky .navigator .menu li.menu-item-has-children > a:before,
.site-header-sticky .navigator .menu li .sub-menu,
.site-header-sticky .navigator .menu li .sub-menu li:after,
.site-header .navigator .menu.menu-extras li.search-box > a i:before,
.site-header-sticky .navigator .menu.menu-extras li.search-box > a i:before,
.site-header .navigator .menu.menu-extras li.search-box > a:after,
.site-header-sticky .navigator .menu.menu-extras li.search-box > a:after,
.site-header .navigator .menu.menu-extras li.search-box > a:before,
.site-header-sticky .navigator .menu.menu-extras li.search-box > a:before,
.site-header .navigator .menu.menu-extras li.search-box .widget_search,
.site-header-sticky .navigator .menu.menu-extras li.search-box .widget_search,
.sliding-menu,
.menu-sliding li .sub-menu {
-webkit-transition: all 0.1s ease-in-out 0s;
-moz-transition: all 0.1s ease-in-out 0s;
-ms-transition: all 0.1s ease-in-out 0s;
-o-transition: all 0.1s ease-in-out 0s;
transition: all 0.1s ease-in-out 0s;
}
.wp-caption {
max-width: 100%;
}
.wp-caption-text {
font-size: 1rem;
font-style: italic;
color: #b3b3b3;
}
.alignleft {
float: left;
margin: 10px 20px 10px 0;
clear: left;
}
.alignright {
float: right;
margin: 10px 0 10px 20px;
clear: right;
}
.aligncenter {
text-align: center;
}
.text-right {
text-align: right;
}
.bypostauthor {
font-weight: normal;
}
.highlight {
position: relative;
}
.highlight:after {
content: "";
height: 3px;
border: 1px solid;
border-top: 2px solid;
position: absolute;
left: 0;
width: 100%;
bottom: 5px;
}
.gr-btn {
list-style: none;
margin: 0;
padding: 0;
}
.gr-btn .button {
margin: 0 5px;
}
.gr-btn .button:last-child {
margin-right: 0;
}
.gr-btn .button:first-child {
margin-left: 0;
}
.gr-btn li {
display: inline-block;
vertical-align: middle;
text-align: left;
padding: 0 35px 0 30px;
border-right: 1px solid rgba(0, 0, 0, 0.1);
}
.gr-btn li:last-child {
border-right: none;
padding-right: 0;
}
.gr-btn li:first-child {
padding-left: 0;
}
.gr-btn li a {
vertical-align: middle;
}
.gr-btn li i {
vertical-align: middle;
display: inline-block;
margin-right: 10px;
}
.gr-btn li .content {
display: inline-block;
vertical-align: middle;
line-height: 1em;
}
.gr-btn li .content span {
display: block;
}
.gr-btn li .content span.action {
font-size: 1.5rem;
font-weight: bold;
}
.gr-btn li .content span.text {
margin-bottom: 10px;
}
.sub-menu li a:empty {
padding: 25px !important;
}
.wrap {
margin: 0 auto;
position: relative;
}
.wrap:after {
clear: both;
content: "";
display: table;
}
html {
overflow-x: hidden;
}
body {
overflow-x: hidden;
}
body i.fa {
font-size: 14px;
}
body i.fa.fa-2x {
font-size: 28px;
}
body i.fa.fa-3x {
font-size: 42px;
}
body i.fa.fa-4x {
font-size: 56px;
}
body i.fa.fa-5x {
font-size: 70px;
}
a {
text-decoration: none;
}
p {
margin-top: 0;
margin-bottom: 20px;
}
p:last-child {
margin-bottom: 0;
}
h1,
h2,
h3,
h4,
h5,
h6 {
font-weight: inherit;
}
h1.no-margin-top,
h2.no-margin-top,
h3.no-margin-top,
h4.no-margin-top,
h5.no-margin-top,
h6.no-margin-top {
margin-top: 0;
}
h1.no-margin-bottom,
h2.no-margin-bottom,
h3.no-margin-bottom,
h4.no-margin-bottom,
h5.no-margin-bottom,
h6.no-margin-bottom {
margin-bottom: 0;
}
h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
color: inherit;
}
img {
border: medium none;
height: auto;
max-width: 100%;
vertical-align: top;
}
textarea {
line-height: inherit;
padding-top: 15px;
padding-bottom: 15px;
}
textarea,
input[type="text"],
input[type="password"],
input[type="datetime"],
input[type="datetime-local"],
input[type="date"],
input[type="month"],
input[type="time"],
input[type="week"],
input[type="number"],
input[type="email"],
input[type="url"],
input[type="search"],
input[type="tel"],
input[type="color"],
input.input-text {
position: relative;
max-width: 100%;
line-height: inherit;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
}
textarea:disabled,
input[type="text"]:disabled,
input[type="password"]:disabled,
input[type="datetime"]:disabled,
input[type="datetime-local"]:disabled,
input[type="date"]:disabled,
input[type="month"]:disabled,
input[type="time"]:disabled,
input[type="week"]:disabled,
input[type="number"]:disabled,
input[type="email"]:disabled,
input[type="url"]:disabled,
input[type="search"]:disabled,
input[type="tel"]:disabled,
input[type="color"]:disabled,
input.input-text:disabled {
cursor: no-drop;
}
textarea.no-border,
input[type="text"].no-border,
input[type="password"].no-border,
input[type="datetime"].no-border,
input[type="datetime-local"].no-border,
input[type="date"].no-border,
input[type="month"].no-border,
input[type="time"].no-border,
input[type="week"].no-border,
input[type="number"].no-border,
input[type="email"].no-border,
input[type="url"].no-border,
input[type="search"].no-border,
input[type="tel"].no-border,
input[type="color"].no-border,
input.input-text.no-border {
border-color: transparent;
}
textarea.no-border:focus,
input[type="text"].no-border:focus,
input[type="password"].no-border:focus,
input[type="datetime"].no-border:focus,
input[type="datetime-local"].no-border:focus,
input[type="date"].no-border:focus,
input[type="month"].no-border:focus,
input[type="time"].no-border:focus,
input[type="week"].no-border:focus,
input[type="number"].no-border:focus,
input[type="email"].no-border:focus,
input[type="url"].no-border:focus,
input[type="search"].no-border:focus,
input[type="tel"].no-border:focus,
input[type="color"].no-border:focus,
input.input-text.no-border:focus {
border-color: transparent;
color: #ffffff;
}
input[type="checkbox"] {
height: auto;
line-height: inherit;
}
input[type="email"],
body select {
color: inherit;
}
textarea {
line-height: 1.6em !important;
padding-top: 10px !important;
padding-bottom: 10px !important;
}
body select {
outline: 0;
max-width: 100%;
background-image: url(//www.raphaelis.de/wp-content/themes/nanocare/assets/img/arrow.svg);
background-position: 90% center;
background-repeat: no-repeat;
position: relative;
text-indent: 0.01px;
text-overflow: '';
cursor: pointer;
line-height: inherit;
-webkit-appearance: none;
-moz-appearance: none;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
}
body select:-moz-focusring {
color: transparent;
text-shadow: 0 0 0 #333333;
}
input[type="submit"],
button[type="submit"],
.button {
background-image: none;
cursor: pointer;
white-space: nowrap;
line-height: 100%;
display: inline-block;
color: #ffffff;
position: relative;
z-index: 1;
overflow: hidden;
}
input[type="submit"]:hover,
button[type="submit"]:hover,
.button:hover {
color: #ffffff;
border-color: transparent;
}
input[type="submit"]:hover:before,
button[type="submit"]:hover:before,
.button:hover:before {
-webkit-transform: scale3d(15, 9, 1);
transform: scale3d(15, 9, 1);
}
input[type="submit"]:before,
button[type="submit"]:before,
.button:before {
content: '';
z-index: -1;
position: absolute;
top: 50%;
left: 100%;
margin: -15px 0 0 1px;
width: 30px;
height: 30px;
border-radius: 50%;
-webkit-transform-origin: 100% 50%;
transform-origin: 100% 50%;
-webkit-transform: scale3d(1, 2, 1);
transform: scale3d(1, 2, 1);
-webkit-transition: -webkit-transform 0.3s, opacity 0.3s;
transition: transform 0.3s, opacity 0.3s;
-webkit-transition-timing-function: cubic-bezier(0.7, 0, 0.9, 1);
transition-timing-function: cubic-bezier(0.7, 0, 0.9, 1);
}
input[type="submit"]:disabled,
button[type="submit"]:disabled,
.button:disabled {
background: #f2f2f2;
color: #b3b3b3;
cursor: no-drop;
}
input[type="submit"].white,
button[type="submit"].white,
.button.white {
background: #ffffff;
}
input[type="submit"].white:hover,
button[type="submit"].white:hover,
.button.white:hover {
color: #ffffff;
}
input[type="submit"].outline,
button[type="submit"].outline,
.button.outline {
border: 2px solid;
background: transparent;
}
input[type="submit"].outline:hover,
button[type="submit"].outline:hover,
.button.outline:hover {
color: #ffffff;
}
input[type="submit"].outline.white,
button[type="submit"].outline.white,
.button.outline.white {
color: #ffffff;
border-color: #ffffff;
}
input[type="submit"].outline.white:hover,
button[type="submit"].outline.white:hover,
.button.outline.white:hover {
border-color: transparent;
}
input[type="submit"].large,
button[type="submit"].large,
.button.large {
height: 65px;
line-height: 65px;
}
input[type="submit"].large.outline,
button[type="submit"].large.outline,
.button.large.outline {
line-height: 61px;
}
input[type="submit"].red,
button[type="submit"].red,
.button.red {
background: #ea5b2e;
}
input[type="submit"].red2,
button[type="submit"].red2,
.button.red2 {
background: #ff2c55;
}
input[type="submit"].pink,
button[type="submit"].pink,
.button.pink {
background: #c73f8e;
}
input[type="submit"].orange,
button[type="submit"].orange,
.button.orange {
background: #f76923;
}
input[type="submit"].yellow,
button[type="submit"].yellow,
.button.yellow {
background: #fff200;
}
input[type="submit"].full,
button[type="submit"].full,
.button.full {
display: block;
text-align: center;
padding: 10px 0;
height: auto;
}
input[type="submit"].full:before,
button[type="submit"].full:before,
.button.full:before {
display: none;
}
input[type="submit"] i,
button[type="submit"] i,
.button i {
text-shadow: -5px 10px 10px rgba(0, 0, 0, 0.25);
margin-right: 10px;
-webkit-animation-name: tada;
animation-name: tada;
-webkit-animation-duration: 1s;
animation-duration: 1s;
-webkit-animation-fill-mode: both;
animation-fill-mode: both;
}
input[type="submit"]:hover i,
button[type="submit"]:hover i,
.button:hover i {
-webkit-animation-iteration-count: infinite;
animation-iteration-count: infinite;
}
code {
background: #141414;
padding: 2px 5px;
font-size: 1rem;
color: #787878;
}
blockquote {
margin: 30px 0;
padding: 0 0 0 30px;
position: relative;
border-left: 3px solid;
}
cite {
display: block;
margin: 10px 0 0 0;
font-size: 1rem;
font-style: normal;
}
table {
width: 100%;
border-collapse: collapse;
}
table thead th {
color: #ffffff;
padding: 15px;
font-weight: normal;
}
table tbody tr td,
table tbody tr th {
padding: 15px;
text-align: inherit;
font-weight: normal;
}
table tbody tr td {
border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
table tbody tr th {
background: #eee;
text-align: center;
}
table tfoot tr th,
table tfoot tr td {
padding: 10px;
color: #ffffff;
}
table tfoot tr th a,
table tfoot tr td a {
color: #ffffff;
}
dl dd {
margin: 0 0 20px 0;
}
pre {
background: #141414;
padding: 20px;
color: #919e6b;
font-size: 1rem;
}
figure {
margin: 1em 0;
}
figcaption {
margin: 10px 0;
}
article:after {
clear: both;
content: "";
display: table;
}
b,
strong {
font-weight: 600;
} .layout-wide .site.wrap,
.layout-frame .site.wrap {
width: 100%;
max-width: 100%;
}
.layout-wide .site-header-sticky.wrap,
.layout-frame .site-header-sticky.wrap {
width: 100%;
max-width: 100%;
}
.layout-boxed .site {
overflow: hidden;
}
.layout-boxed .site .site-content {
background: #ffffff;
}
.layout-frame {
padding: 15px;
}
.layout-frame #frame span {
position: fixed;
left: 0;
width: 15px;
top: 0;
bottom: 0;
z-index: 9999;
}
.layout-frame #frame span.frame_right {
left: auto;
right: 0;
}
.layout-frame #frame span.frame_top {
width: 100%;
height: 15px;
}
.layout-frame #frame span.frame_bottom {
width: 100%;
height: 15px;
top: auto;
bottom: 0;
}
.layout-frame.admin-bar #frame .frame_left,
.layout-frame.admin-bar #frame .frame_right,
.layout-frame.admin-bar #frame .frame_top {
top: 32px;
}
.layout-frame.admin-bar .site-header-sticky {
top: 47px;
}
.layout-frame.admin-bar #off-canvas-left {
top: 47px;
}
.layout-frame.admin-bar .sliding-menu {
top: 47px;
}
.layout-frame.admin-bar .header-position-left .site-header,
.layout-frame.admin-bar .header-position-right .site-header {
top: 47px;
}
.layout-frame .sliding-menu {
bottom: 15px;
right: 15px;
top: 15px;
}
.layout-frame.sliding-overlay .sliding-menu {
left: 15px;
}
.layout-frame #off-canvas-left {
bottom: 15px;
right: 15px;
top: 15px;
}
.layout-frame .site-header-sticky {
top: 15px;
left: 15px;
right: 15px;
}
.layout-frame .site-header-sticky.wrap {
width: auto;
}
.layout-frame.single-post .navigation ul li {
left: 15px;
}
.layout-frame.single-post .navigation ul li.next-post {
left: auto;
right: 15px;
}
.layout-frame .header-position-bottom .site-header {
bottom: 15px;
left: 15px;
right: 15px;
}
.layout-frame .header-position-left .site-header {
left: 15px;
top: 15px;
bottom: 15px;
}
.layout-frame .header-position-right .site-header {
right: 15px;
top: 15px;
bottom: 15px;
}
.sidebar-right .main-content {
float: left;
}
.sidebar-right .main-sidebar {
float: right;
}
.sidebar-left .main-content {
float: right;
}
.sidebar-left .main-sidebar {
float: left;
}
.sidebar-right .site-content .content-header.content-header-inline .wrap-inner,
.sidebar-left .site-content .content-header.content-header-inline .wrap-inner {
border-bottom: none;
}
.post-content-extras .edit-link {
text-align: right;
border-top: 1px solid rgba(0, 0, 0, 0.1);
padding-top: 10px;
margin-top: 30px;
}
.post-content-extras .edit-link a {
border-bottom: 2px solid;
padding-bottom: 3px;
display: inline-block;
}
.post-content-extras .edit-link .vc_inline-link {
margin-left: 20px;
}
[data-grid]:after,
[data-grid-normal]:after {
content: "";
display: table;
clear: both;
}
[data-grid] .post,
[data-grid-normal] .post,
[data-grid] .project,
[data-grid-normal] .project,
[data-grid] .product,
[data-grid-normal] .product {
float: left;
}
[data-grid][data-columns="2"] .post,
[data-grid-normal][data-columns="2"] .post,
[data-grid][data-columns="2"] .project,
[data-grid-normal][data-columns="2"] .project,
[data-grid][data-columns="2"] .product,
[data-grid-normal][data-columns="2"] .product {
width: 50%;
}
[data-grid][data-columns="2"] .post:nth-of-type(n),
[data-grid-normal][data-columns="2"] .post:nth-of-type(n),
[data-grid][data-columns="2"] .project:nth-of-type(n),
[data-grid-normal][data-columns="2"] .project:nth-of-type(n),
[data-grid][data-columns="2"] .product:nth-of-type(n),
[data-grid-normal][data-columns="2"] .product:nth-of-type(n) {
clear: none;
}
[data-grid][data-columns="2"] .post:nth-of-type(2n+1),
[data-grid-normal][data-columns="2"] .post:nth-of-type(2n+1),
[data-grid][data-columns="2"] .project:nth-of-type(2n+1),
[data-grid-normal][data-columns="2"] .project:nth-of-type(2n+1),
[data-grid][data-columns="2"] .product:nth-of-type(2n+1),
[data-grid-normal][data-columns="2"] .product:nth-of-type(2n+1) {
clear: both;
}
[data-grid][data-columns="3"] .post,
[data-grid-normal][data-columns="3"] .post,
[data-grid][data-columns="3"] .project,
[data-grid-normal][data-columns="3"] .project,
[data-grid][data-columns="3"] .product,
[data-grid-normal][data-columns="3"] .product {
width: 33.3333333%;
}
[data-grid][data-columns="3"] .post:nth-of-type(n),
[data-grid-normal][data-columns="3"] .post:nth-of-type(n),
[data-grid][data-columns="3"] .project:nth-of-type(n),
[data-grid-normal][data-columns="3"] .project:nth-of-type(n),
[data-grid][data-columns="3"] .product:nth-of-type(n),
[data-grid-normal][data-columns="3"] .product:nth-of-type(n) {
clear: none;
}
[data-grid][data-columns="3"] .post:nth-of-type(3n+1),
[data-grid-normal][data-columns="3"] .post:nth-of-type(3n+1),
[data-grid][data-columns="3"] .project:nth-of-type(3n+1),
[data-grid-normal][data-columns="3"] .project:nth-of-type(3n+1),
[data-grid][data-columns="3"] .product:nth-of-type(3n+1),
[data-grid-normal][data-columns="3"] .product:nth-of-type(3n+1) {
clear: both;
}
[data-grid][data-columns="4"] .post,
[data-grid-normal][data-columns="4"] .post,
[data-grid][data-columns="4"] .project,
[data-grid-normal][data-columns="4"] .project,
[data-grid][data-columns="4"] .product,
[data-grid-normal][data-columns="4"] .product {
width: 25%;
}
[data-grid][data-columns="4"] .post:nth-of-type(n),
[data-grid-normal][data-columns="4"] .post:nth-of-type(n),
[data-grid][data-columns="4"] .project:nth-of-type(n),
[data-grid-normal][data-columns="4"] .project:nth-of-type(n),
[data-grid][data-columns="4"] .product:nth-of-type(n),
[data-grid-normal][data-columns="4"] .product:nth-of-type(n) {
clear: none;
}
[data-grid][data-columns="4"] .post:nth-of-type(4n+1),
[data-grid-normal][data-columns="4"] .post:nth-of-type(4n+1),
[data-grid][data-columns="4"] .project:nth-of-type(4n+1),
[data-grid-normal][data-columns="4"] .project:nth-of-type(4n+1),
[data-grid][data-columns="4"] .product:nth-of-type(4n+1),
[data-grid-normal][data-columns="4"] .product:nth-of-type(4n+1) {
clear: both;
}
[data-grid][data-columns="5"] .post,
[data-grid-normal][data-columns="5"] .post,
[data-grid][data-columns="5"] .project,
[data-grid-normal][data-columns="5"] .project,
[data-grid][data-columns="5"] .product,
[data-grid-normal][data-columns="5"] .product {
width: 20%;
}
[data-grid][data-columns="5"] .post:nth-of-type(n),
[data-grid-normal][data-columns="5"] .post:nth-of-type(n),
[data-grid][data-columns="5"] .project:nth-of-type(n),
[data-grid-normal][data-columns="5"] .project:nth-of-type(n),
[data-grid][data-columns="5"] .product:nth-of-type(n),
[data-grid-normal][data-columns="5"] .product:nth-of-type(n) {
clear: none;
}
[data-grid][data-columns="5"] .post:nth-of-type(5n+1),
[data-grid-normal][data-columns="5"] .post:nth-of-type(5n+1),
[data-grid][data-columns="5"] .project:nth-of-type(5n+1),
[data-grid-normal][data-columns="5"] .project:nth-of-type(5n+1),
[data-grid][data-columns="5"] .product:nth-of-type(5n+1),
[data-grid-normal][data-columns="5"] .product:nth-of-type(5n+1) {
clear: both;
}
.home .content-body-inner {
padding-top: 0;
}
.gap-min .row {
margin-left: -5px;
margin-right: -5px;
margin-bottom: 10px;
}
.gap-min .columns {
padding: 0 5px;
}
.row {
margin-left: -15px;
margin-right: -15px;
}
.columns {
float: left;
padding: 0 15px;
}
.columns-1 {
width: 8.333333333333334%;
}
.columns-2 {
width: 16.666666666666668%;
}
.columns-3 {
width: 25%;
}
.columns-4 {
width: 33.333333333333336%;
}
.columns-5 {
width: 41.666666666666664%;
}
.columns-6 {
width: 50%;
}
.columns-7 {
width: 58.333333333333336%;
}
.columns-8 {
width: 66.66666666666667%;
}
.columns-9 {
width: 75%;
}
.columns-10 {
width: 83.33333333333333%;
}
.columns-11 {
width: 91.66666666666667%;
}
.columns-12 {
width: 100%;
}
.pull-1 {
left: -8.33333333%;
}
.pull-2 {
left: -16.66666667%;
}
.pull-3 {
left: -25%;
}
.pull-4 {
left: -33.33333333%;
}
.pull-5 {
left: -41.66666667%;
}
.pull-6 {
left: -50%;
}
.pull-7 {
left: -58.33333333%;
}
.pull-8 {
left: -66.66666667%;
}
.pull-9 {
left: -75%;
}
.pull-10 {
left: -83.33333333%;
}
.pull-11 {
left: -91.66666667%;
}
.pull-12 {
left: -100%;
}
.push-1 {
left: 8.333333333333334%;
}
.push-2 {
left: 16.666666666666668%;
}
.push-3 {
left: 25%;
}
.push-4 {
left: 33.333333333333336%;
}
.push-5 {
left: 41.666666666666664%;
}
.push-6 {
left: 50%;
}
.push-7 {
left: 58.333333333333336%;
}
.push-8 {
left: 66.66666666666667%;
}
.push-9 {
left: 75%;
}
.push-10 {
left: 83.33333333333333%;
}
.push-11 {
left: 91.66666666666667%;
}
.push-12 {
left: 100%;
} .site-topbar {
padding: 25px 0;
}
.site-topbar .site-topbar-flex,
.site-topbar .topbar-nav {
display: flex;
flex-direction: row;
justify-content: space-between;
align-items: center;
}
.site-topbar .topbar-text ul {
margin: 0;
padding: 0;
list-style: none;
}
.site-topbar .topbar-text ul li {
display: inline-block;
margin-right: 40px;
}
.site-topbar .topbar-text ul li i {
margin-right: 10px;
display: inline-block;
vertical-align: middle;
}
.site-topbar .topbar-text ul li .content {
display: inline-block;
vertical-align: middle;
}
.site-topbar .topbar-text ul li .content span {
display: block;
}
.site-topbar .topbar-text ul li .content span.action {
color: #ffffff;
font-size: 1.5rem;
}
.site-topbar .topbar-text ul li .content span.text {
margin-bottom: 10px;
}
.site-topbar .social-icons {
margin-left: 40px;
}
.site-topbar .social-icons a {
margin-left: 5px;
display: inline-block;
}
.site-topbar .social-icons a:first-child {
margin: 0;
}
.site-topbar .social-icons a i {
vertical-align: middle;
}
.site-topbar .off-canvas-toggle {
height: 48px;
width: 48px;
text-align: center;
border: 2px solid;
float: none;
margin-left: 40px;
}
.site-topbar .off-canvas-toggle:before {
left: 50%;
margin-left: -12px;
}
.site-topbar .menu-top {
margin: 0;
padding: 0;
}
.site-topbar .menu-top:after {
clear: both;
content: "";
display: table;
}
.site-topbar .menu-top > li {
list-style: none;
display: inline-block;
margin-left: 30px;
position: relative;
z-index: 999;
}
.site-topbar .menu-top > li i {
display: block;
color: #ffffff;
vertical-align: middle;
margin-bottom: 5px;
}
.site-topbar .menu-top > li.menu-item-has-children > a:after {
bottom: -25px;
}
.site-topbar .menu-top > li.menu-item-has-children > a:before {
border-top: 5px solid;
border-left: 5px solid transparent;
border-right: 5px solid transparent;
content: "";
height: 0;
width: 0;
position: absolute;
left: 50%;
margin-left: -5px;
bottom: -12px;
}
.site-topbar .menu-top > li:hover > a,
.site-topbar .menu-top > li.current-menu-item > a,
.site-topbar .menu-top > li.current-page-item > a,
.site-topbar .menu-top > li.current-menu-ancestor > a,
.site-topbar .menu-top > li.current-menu-parent > a {
color: #ffffff;
}
.site-topbar .menu-top > li:hover > a:after,
.site-topbar .menu-top > li.current-menu-item > a:after,
.site-topbar .menu-top > li.current-page-item > a:after,
.site-topbar .menu-top > li.current-menu-ancestor > a:after,
.site-topbar .menu-top > li.current-menu-parent > a:after {
visibility: visible;
-webkit-opacity: 1;
-khtml-opacity: 1;
-moz-opacity: 1;
opacity: 1;
-ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=100);
filter: alpha(opacity=100);
}
.site-topbar .menu-top > li:hover > .sub-menu {
display: block\9;
visibility: visible;
-webkit-opacity: 1;
-khtml-opacity: 1;
-moz-opacity: 1;
opacity: 1;
-ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=100);
filter: alpha(opacity=100);
}
.site-topbar .menu-top > li > a {
display: block;
position: relative;
text-align: center;
}
.site-topbar .menu-top > li > a:after {
content: "";
position: absolute;
left: -15px;
right: -15px;
top: -10px;
bottom: -10px;
z-index: -1;
visibility: hidden;
-webkit-opacity: 0;
-khtml-opacity: 0;
-moz-opacity: 0;
opacity: 0;
-ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=0);
filter: alpha(opacity=0);
}
.site-topbar .menu-top > li .sub-menu {
position: absolute;
min-width: 200px;
background: #ffffff;
right: -15px;
top: calc(100% + 25px);
padding: 15px 0;
display: none\9;
visibility: hidden;
-webkit-opacity: 0;
-khtml-opacity: 0;
-moz-opacity: 0;
opacity: 0;
-ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=0);
filter: alpha(opacity=0);
}
.site-topbar .menu-top > li .sub-menu li {
list-style: none;
position: relative;
}
.site-topbar .menu-top > li .sub-menu li a {
color: #ffffff;
display: block;
white-space: nowrap;
padding: 10px 30px 10px 52px;
position: relative;
}
.site-topbar .menu-top > li .sub-menu li a:before {
content: "\f10c";
font-family: "fontAwesome";
font-size: 14px;
font-weight: normal;
position: absolute;
left: 30px;
top: 50%;
-webkit-transform: translateY(-50%);
-moz-transform: translateY(-50%);
-ms-transform: translateY(-50%);
-o-transform: translateY(-50%);
transform: translateY(-50%);
}
.site-topbar .menu-top > li .sub-menu li:hover > a:before,
.site-topbar .menu-top > li .sub-menu li.current-menu-item > a:before,
.site-topbar .menu-top > li .sub-menu li.current-page-item > a:before {
content: "\f192";
}
.site-topbar .menu-top > li .sub-menu li:hover > .sub-menu {
display: block\9;
visibility: visible;
-webkit-opacity: 1;
-khtml-opacity: 1;
-moz-opacity: 1;
opacity: 1;
-ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=100);
filter: alpha(opacity=100);
}
.site-topbar .menu-top > li .sub-menu li .sub-menu {
right: 100%;
top: -15px;
} .site-content {
clear: both;  }
.site-content .content-header.wrap {
margin-left: auto;
margin-right: auto;
}
.site-content .content-header.wrap.content-header-full {
width: 100%;
max-width: 100%;
}
.site-content .content-header.wrap:not(.content-header-full) > .wrap {
max-width: 100%;
}
.site-content .content-header.content-header-left .down-arrow a {
position: absolute;
right: auto;
left: -5px;
bottom: -35px;
z-index: 100;
width: 70px;
height: 70px;
border: 5px solid #ffffff;
-webkit-border-radius: 60px;
-moz-border-radius: 60px;
-ms-border-radius: 60px;
-o-border-radius: 60px;
border-radius: 60px;
}
.site-content .content-header.content-header-center {
text-align: center;
}
.site-content .content-header.content-header-center .down-arrow a {
position: absolute;
right: 50%;
margin-right: -35px;
bottom: -35px;
z-index: 100;
width: 70px;
height: 70px;
border: 5px solid #ffffff;
-webkit-border-radius: 60px;
-moz-border-radius: 60px;
-ms-border-radius: 60px;
-o-border-radius: 60px;
border-radius: 60px;
}
.site-content .content-header.content-header-right {
text-align: right;
}
.site-content .content-header.content-header-inline .wrap-inner {
display: inline-block;
background: rgba(255, 255, 255, 0.95);
max-width: 50%;
padding: 50px;
position: relative;
top: 50px;
border-bottom: 3px solid;
z-index: 1;
-webkit-box-shadow: -5px 3px 25px 0 rgba(0, 0, 0, 0.1);
-moz-box-shadow: -5px 3px 25px 0 rgba(0, 0, 0, 0.1);
-ms-box-shadow: -5px 3px 25px 0 rgba(0, 0, 0, 0.1);
-o-box-shadow: -5px 3px 25px 0 rgba(0, 0, 0, 0.1);
box-shadow: -5px 3px 25px 0 rgba(0, 0, 0, 0.1);
}
.site-content .page-title {
position: relative;
z-index: 5;
}
.site-content .page-title .page-title-inner {
margin: 0;
}
.site-content .page-title .subtitle {
margin-top: 20px;
}
.site-content .breadcrumbs-inner {
position: relative;
z-index: 5;
margin-bottom: 5px;
}
.site-content .breadcrumbs-inner a {
position: relative;
display: inline-block;
}
.site-content .breadcrumbs-inner a:after {
content: "";
width: 0;
height: 2px;
position: absolute;
right: 0;
bottom: 0;
}
.site-content .breadcrumbs-inner a:hover:after {
width: 100%;
left: 0;
right: auto;
}
.site-content .breadcrumbs-inner > span {
display: inline-block;
margin: 0;
}
.site-content .breadcrumbs-inner > span:last-child {
margin-right: 0;
}
.site-content .breadcrumbs-inner > span:last-child:after {
display: none;
}
.site-content .breadcrumbs-inner > span:after {
display: inline-block;
content: "/";
margin: 0 10px;
-webkit-opacity: 0.3;
-khtml-opacity: 0.3;
-moz-opacity: 0.3;
opacity: 0.3;
-ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=30);
filter: alpha(opacity=30);
}
.site-content .down-arrow a {
position: absolute;
right: -5px;
bottom: -35px;
z-index: 100;
width: 70px;
height: 70px;
border: 5px solid #ffffff;
-webkit-border-radius: 60px;
-moz-border-radius: 60px;
-ms-border-radius: 60px;
-o-border-radius: 60px;
border-radius: 60px;
}
.site-content .down-arrow a:after {
content: "\f107";
font-family: "fontAwesome";
font-size: 42px;
width: 60px;
height: 60px;
line-height: 60px;
text-align: center;
position: absolute;
top: 0;
left: 0;
color: #ffffff;
}
.site-content .down-arrow a:before {
position: absolute;
top: 50%;
left: 50%;
z-index: 1;
display: block;
content: '';
width: 0;
height: 0;
background: rgba(255, 255, 255, 0.2);
-webkit-border-radius: 100%;
-moz-border-radius: 100%;
-ms-border-radius: 100%;
-o-border-radius: 100%;
border-radius: 100%;
-webkit-opacity: 0;
-khtml-opacity: 0;
-moz-opacity: 0;
opacity: 0;
-ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=0);
filter: alpha(opacity=0);
-webkit-transform: translate(-50%, -50%);
-moz-transform: translate(-50%, -50%);
-ms-transform: translate(-50%, -50%);
-o-transform: translate(-50%, -50%);
transform: translate(-50%, -50%);
}
.site-content .down-arrow a:hover:before {
-webkit-animation: circle .75s;
-moz-animation: circle .75s;
-ms-animation: circle .75s;
-o-animation: circle .75s;
animation: circle .75s;
}
.site-content .down-arrow a span {
display: none;
}
.site-content .content-bottom-widgets.content-bottom-full .wrap {
width: 100%;
max-width: 100%;
}
.site-content .content-bottom-widgets.content-bottom-full .widget.jr-insta-slider .jr-insta-thumb ul {
margin: 0;
}
.site-content .content-bottom-widgets.content-bottom-full .widget.jr-insta-slider .jr-insta-thumb ul li {
padding: 0;
margin: 0;
}
.site-content .content-bottom-widgets.content-bottom-full .widget.jr-insta-slider .jr-insta-thumb ul li img {
-webkit-border-radius: 0;
-moz-border-radius: 0;
-ms-border-radius: 0;
-o-border-radius: 0;
border-radius: 0;
-webkit-box-shadow: none;
-moz-box-shadow: none;
-ms-box-shadow: none;
-o-box-shadow: none;
box-shadow: none;
}
.site-content .content-bottom-widgets .content-bottom-aside-wrap {
margin: 0 -25px;
}
.site-content .content-bottom-widgets .content-bottom-aside-wrap:after {
clear: both;
content: "";
display: table;
}
.site-content .content-bottom-widgets .widget:last-child {
margin-bottom: 0;
}
.site-content .content-bottom-widgets aside {
float: left;
padding: 0 25px;
}
.site-content .content-bottom-widgets aside[data-width="1"] {
width: 8.33333333%;
}
.site-content .content-bottom-widgets aside[data-width="2"] {
width: 16.6666666%;
}
.site-content .content-bottom-widgets aside[data-width="3"] {
width: 25%;
}
.site-content .content-bottom-widgets aside[data-width="4"] {
width: 33.3333333%;
}
.site-content .content-bottom-widgets aside[data-width="5"] {
width: 41.6666666%;
}
.site-content .content-bottom-widgets aside[data-width="6"] {
width: 50%;
}
.site-content .content-bottom-widgets aside[data-width="7"] {
width: 58.3333333%;
}
.site-content .content-bottom-widgets aside[data-width="8"] {
width: 66.6666666%;
}
.site-content .content-bottom-widgets aside[data-width="9"] {
width: 75%;
}
.site-content .content-bottom-widgets aside[data-width="10"] {
width: 83.3333333%;
}
.site-content .content-bottom-widgets aside[data-width="11"] {
width: 91.6666666%;
}
.site-content .content-bottom-widgets aside[data-width="12"] {
width: 100%;
} .widget .widget-title {
position: relative;
}
.widget .widget-title:after {
content: "";
width: 30px;
height: 3px;
left: 0;
bottom: -15px;
position: absolute;
-webkit-border-radius: 3px;
-moz-border-radius: 3px;
-ms-border-radius: 3px;
-o-border-radius: 3px;
border-radius: 3px;
}
.widget select {
width: 100%;
}
.widget:last-child {
margin-bottom: 0;
}
.widget ul {
margin: 0;
padding: 0;
}
.widget ul li {
list-style: none;
}
.widget ul li .children,
.widget ul li .sub-menu {
margin: 5px 0 5px 22px;
}
.widget.widget_archive select,
.widget.widget_categories select,
.widget.widget_pages select,
.widget.widget_meta select,
.widget.widget_nav_menu select {
width: 100%;
font-weight: normal;
}
.widget.widget_archive label,
.widget.widget_categories label,
.widget.widget_pages label,
.widget.widget_meta label,
.widget.widget_nav_menu label {
margin-bottom: 10px;
display: inline-block;
font-weight: normal;
}
.widget.widget_archive li,
.widget.widget_categories li,
.widget.widget_pages li,
.widget.widget_meta li,
.widget.widget_nav_menu li {
padding: 3px 0;
}
.widget.widget_archive li > a,
.widget.widget_categories li > a,
.widget.widget_pages li > a,
.widget.widget_meta li > a,
.widget.widget_nav_menu li > a {
position: relative;
padding-left: 22px;
}
.widget.widget_archive li > a:after,
.widget.widget_categories li > a:after,
.widget.widget_pages li > a:after,
.widget.widget_meta li > a:after,
.widget.widget_nav_menu li > a:after {
content: "\f10c";
font-family: "fontAwesome";
font-size: 14px;
font-weight: normal;
left: 0;
top: 50%;
position: absolute;
-webkit-transform: translateY(-50%);
-moz-transform: translateY(-50%);
-ms-transform: translateY(-50%);
-o-transform: translateY(-50%);
transform: translateY(-50%);
}
.widget.widget_archive li > a:hover:after,
.widget.widget_categories li > a:hover:after,
.widget.widget_pages li > a:hover:after,
.widget.widget_meta li > a:hover:after,
.widget.widget_nav_menu li > a:hover:after {
content: "\f192";
color: #f76923;
}
.widget.widget_calendar caption {
margin-bottom: 15px;
font-weight: normal;
text-align: center;
}
.widget.widget_calendar table thead {
text-align: center;
}
.widget.widget_calendar table thead th {
padding: 5px;
}
.widget.widget_calendar table tbody tr td,
.widget.widget_calendar table tbody tr th {
text-align: center;
padding: 5px 0;
border: none;
}
.widget.widget_calendar table tbody tr td#today,
.widget.widget_calendar table tbody tr th#today {
color: #ffffff;
}
.widget.widget_calendar table tbody tr:nth-child(2n) {
background: #eee;
}
.widget.widget_calendar table tfoot tr td {
padding: 5px 0;
text-align: center;
}
.widget.widget_text {
font-weight: normal;
}
.widget.widget_rss ul li {
border-bottom: 1px solid rgba(0, 0, 0, 0.1);
padding: 15px 0;
}
.widget.widget_rss ul li:last-child {
border-bottom: none;
}
.widget.widget_rss ul li .rss-date,
.widget.widget_rss ul li .rssSummary {
font-weight: normal;
display: block;
margin-top: 5px;
}
.widget.widget_rss .widget-title img {
vertical-align: inherit;
}
.widget.widget_search .search-form {
font-weight: normal;
position: relative;
}
.widget.widget_search .search-form label .screen-reader-text {
display: none;
}
.widget.widget_search .search-form label .search-field {
width: 100%;
margin-bottom: 20px;
}
.widget.widget_search .search-form .search-submit {
width: 100%;
text-align: center;
}
.widget.widget_tag_cloud .tagcloud {
overflow: hidden;
}
.widget.widget_tag_cloud .tagcloud a {
margin: 0 2px 2px 0;
float: left;
padding: 0 15px;
font-size: 1rem !important;
color: #ffffff;
font-weight: normal;
}
.widget.widget_recent_comments ul li {
padding: 15px 0;
position: relative;
border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
.widget.widget_recent_comments ul li:last-child {
border-bottom: none;
}
.widget.widget_recent_comments ul li .comment-author-link a {
position: relative;
padding-left: 22px !important;
}
.widget.widget_recent_comments ul li .comment-author-link a:before {
content: "\f2bd";
font-family: "fontAwesome";
font-size: 14px;
font-weight: normal;
left: 0;
top: 50%;
position: absolute;
-webkit-transform: translateY(-50%);
-moz-transform: translateY(-50%);
-ms-transform: translateY(-50%);
-o-transform: translateY(-50%);
transform: translateY(-50%);
}
.widget.widget_recent_entries ul {
counter-reset: my-badass-counter;
}
.widget.widget_recent_entries ul li {
position: relative;
padding: 15px 0 15px 40px;
border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
.widget.widget_recent_entries ul li:last-child {
border-bottom: none;
}
.widget.widget_recent_entries ul li:before {
content: counter(my-badass-counter);
counter-increment: my-badass-counter;
font-size: 2rem;
position: absolute;
left: 0;
top: 10px;
bottom: 10px;
z-index: 1;
top: 50%;
height: 23px;
-webkit-transform: translateY(-50%);
-moz-transform: translateY(-50%);
-ms-transform: translateY(-50%);
-o-transform: translateY(-50%);
transform: translateY(-50%);
}
.widget.widget_recent_entries ul li a {
display: block;
line-height: 1.5;
}
.widget.widget_recent_entries ul li:last-child {
margin-bottom: 0;
}
.widget.widget_recent_entries ul li .post-date {
display: block;
font-weight: normal;
}
.widget.widget_sp_image .widget_sp_image-image-link {
margin-bottom: 15px;
display: block;
position: relative;
}
.widget.widget_sp_image .widget_sp_image-image-link:hover:after,
.widget.widget_sp_image .widget_sp_image-image-link:hover:before {
-webkit-opacity: 1;
-khtml-opacity: 1;
-moz-opacity: 1;
opacity: 1;
-ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=100);
filter: alpha(opacity=100);
visibility: visible;
}
.widget.widget_sp_image .widget_sp_image-image-link:after {
content: "\f08e";
font-family: "fontAwesome";
font-size: 28px;
color: #ffffff;
font-weight: normal;
position: absolute;
top: 50%;
left: 50%;
-webkit-transform: translateY(-50%) translateX(-50%);
-moz-transform: translateY(-50%) translateX(-50%);
-ms-transform: translateY(-50%) translateX(-50%);
-o-transform: translateY(-50%) translateX(-50%);
transform: translateY(-50%) translateX(-50%);
}
.widget.widget_sp_image .widget_sp_image-image-link:before {
content: "";
position: absolute;
left: 0;
right: 0;
top: 0;
bottom: 0;
background: rgba(0, 0, 0, 0.7);
}
.widget.widget_sp_image .widget_sp_image-image-link:after,
.widget.widget_sp_image .widget_sp_image-image-link:before {
visibility: hidden;
-webkit-opacity: 0;
-khtml-opacity: 0;
-moz-opacity: 0;
opacity: 0;
-ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=0);
filter: alpha(opacity=0);
}
.widget select[name="monster-widget-just-testing"] {
font-weight: normal;
}
.widget select[name="monster-widget-just-testing"] option {
width: 220px;
}
.widget .mc4wp-form-fields input[type="email"],
.widget .mc4wp-form-fields input[type="text"] {
width: 100%;
margin-top: 10px;
}
.main-sidebar .widget {
background: #ffffff;
padding: 30px;
border-top: 3px solid;
-webkit-box-shadow: -5px 3px 25px 0 rgba(0, 0, 0, 0.1);
-moz-box-shadow: -5px 3px 25px 0 rgba(0, 0, 0, 0.1);
-ms-box-shadow: -5px 3px 25px 0 rgba(0, 0, 0, 0.1);
-o-box-shadow: -5px 3px 25px 0 rgba(0, 0, 0, 0.1);
box-shadow: -5px 3px 25px 0 rgba(0, 0, 0, 0.1);
}
.main-sidebar .widget .widget-title {
text-align: center;
}
.main-sidebar .widget .widget-title:after {
left: 50%;
width: 40px;
margin-left: -20px;
}
.main-sidebar .widget.widget_nav_menu .menu a {
display: block;
position: relative;
}
.main-sidebar .widget.widget_nav_menu .menu > li {
border-bottom: 1px solid rgba(0, 0, 0, 0.1);
padding: 0;
position: relative;
}
.main-sidebar .widget.widget_nav_menu .menu > li.current-menu-ancestor > a:after,
.main-sidebar .widget.widget_nav_menu .menu > li.current-menu-parent > a:after,
.main-sidebar .widget.widget_nav_menu .menu > li.current_page_item > a:after,
.main-sidebar .widget.widget_nav_menu .menu > li.current_menu_item > a:after {
color: #f76923;
content: "\f192";
}
.main-sidebar .widget.widget_nav_menu .menu > li.current-menu-ancestor:before,
.main-sidebar .widget.widget_nav_menu .menu > li.current-menu-parent:before,
.main-sidebar .widget.widget_nav_menu .menu > li.current_page_item:before,
.main-sidebar .widget.widget_nav_menu .menu > li.current_menu_item:before {
-webkit-opacity: 1;
-khtml-opacity: 1;
-moz-opacity: 1;
opacity: 1;
-ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=100);
filter: alpha(opacity=100);
}
.main-sidebar .widget.widget_nav_menu .menu > li:before {
content: "";
width: 4px;
right: -30px;
top: 0;
bottom: 0;
-webkit-opacity: 0;
-khtml-opacity: 0;
-moz-opacity: 0;
opacity: 0;
-ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=0);
filter: alpha(opacity=0);
position: absolute;
}
.main-sidebar .widget.widget_nav_menu .menu > li:hover:before {
-webkit-opacity: 1;
-khtml-opacity: 1;
-moz-opacity: 1;
opacity: 1;
-ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=100);
filter: alpha(opacity=100);
}
.main-sidebar .widget.widget_nav_menu .menu > li:last-child {
border-bottom: none;
}
.main-sidebar .widget.widget_nav_menu .menu > li .sub-menu {
margin-top: 0;
margin-bottom: 20px;
margin-left: 20px;
}
.main-sidebar .widget.widget_nav_menu .menu > li .sub-menu li.current-menu-item a:after,
.main-sidebar .widget.widget_nav_menu .menu > li .sub-menu li.current_page_item a:after,
.main-sidebar .widget.widget_nav_menu .menu > li .sub-menu li.current_page_item a:after,
.main-sidebar .widget.widget_nav_menu .menu > li .sub-menu li.current_menu_item a:after {
color: #f76923;
content: "\f192";
}
.main-sidebar .widget.widget_nav_menu .menu > li > a {
padding: 15px 20px;
} .site-footer .footer-widgets.footer-widgets-full .wrap {
width: 100%;
max-width: 100%;
}
.site-footer .footer-widgets .footer-aside-wrap {
margin: 0 -25px;
}
.site-footer .footer-widgets .footer-aside-wrap:after {
clear: both;
content: "";
display: table;
}
.site-footer .footer-widgets .widget {
font-weight: inherit;
}
.site-footer .footer-widgets .widget:last-child {
margin-bottom: 0;
}
.site-footer .footer-widgets aside {
float: left;
padding: 0 25px;
}
.site-footer .footer-widgets aside[data-width="1"] {
width: 8.33333333%;
}
.site-footer .footer-widgets aside[data-width="2"] {
width: 16.6666666%;
}
.site-footer .footer-widgets aside[data-width="3"] {
width: 25%;
}
.site-footer .footer-widgets aside[data-width="4"] {
width: 33.3333333%;
}
.site-footer .footer-widgets aside[data-width="5"] {
width: 41.6666666%;
}
.site-footer .footer-widgets aside[data-width="6"] {
width: 50%;
}
.site-footer .footer-widgets aside[data-width="7"] {
width: 58.3333333%;
}
.site-footer .footer-widgets aside[data-width="8"] {
width: 66.6666666%;
}
.site-footer .footer-widgets aside[data-width="9"] {
width: 75%;
}
.site-footer .footer-widgets aside[data-width="10"] {
width: 83.3333333%;
}
.site-footer .footer-widgets aside[data-width="11"] {
width: 91.6666666%;
}
.site-footer .footer-widgets aside[data-width="12"] {
width: 100%;
}
.site-footer .footer-copyright.footer-copyright-full .wrap {
width: 100%;
max-width: 100%;
}
.site-footer .footer-copyright.footer-copyright-center {
text-align: center;
}
.site-footer .footer-copyright.footer-copyright-center .social-icons {
margin-bottom: 20px;
}
.site-footer .footer-copyright.footer-copyright-center .social-icons a {
margin: 0 10px;
}
.site-footer .footer-copyright.footer-copyright-right {
text-align: right;
}
.site-footer .footer-copyright.footer-copyright-right .social-icons {
float: left;
}
.site-footer .footer-copyright.footer-copyright-right .social-icons a {
margin-right: 5px;
}
.site-footer .footer-copyright.footer-copyright-left .social-icons {
float: right;
}
.site-footer .footer-copyright.footer-copyright-left .social-icons a {
margin-left: 5px;
}  .page-template-default .comments-area {
margin-top: 60px;
}
.comments-area {
font-size: 1rem;
}
.comments-area .comments-title {
margin: 0 0 40px 0;
font-size: 1.5rem;
text-align: center;
border-top: 1px solid rgba(0, 0, 0, 0.1);
padding-top: 50px;
position: relative;
}
.comments-area .comments-title:after {
content: "";
width: 30px;
height: 3px;
left: 50%;
margin-left: -15px;
bottom: -15px;
position: absolute;
-webkit-border-radius: 3px;
-moz-border-radius: 3px;
-ms-border-radius: 3px;
-o-border-radius: 3px;
border-radius: 3px;
}
.comments-area .comment-list {
margin: 0;
padding: 0;
list-style: none;
}
.comments-area .comment-list li {
margin-bottom: 50px;
}
.comments-area .comment-list li .comment-respond {
margin-top: 50px;
}
.comments-area .comment-list .comment-body:after {
content: "";
display: table;
clear: both;
}
.comments-area .comment-list .comment-body:hover .comment-metadata a.comment-edit-link {
visibility: visible;
-webkit-opacity: 1;
-khtml-opacity: 1;
-moz-opacity: 1;
opacity: 1;
-ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=100);
filter: alpha(opacity=100);
}
.comments-area .comment-list .comment-body .comment-author {
display: inline;
}
.comments-area .comment-list .comment-body .comment-author img {
-webkit-border-radius: 100%;
-moz-border-radius: 100%;
-ms-border-radius: 100%;
-o-border-radius: 100%;
border-radius: 100%;
}
.comments-area .comment-list .comment-body .comment-metadata {
display: inline;
}
.comments-area .comment-list .comment-body .comment-metadata a.comment-edit-link {
border-bottom: none;
padding: 0 15px;
display: inline-block;
margin-left: 10px;
visibility: hidden;
background: #f76923;
color: #ffffff;
text-transform: lowercase;
font-size: 14px;
-webkit-border-radius: 30px;
-moz-border-radius: 30px;
-ms-border-radius: 30px;
-o-border-radius: 30px;
border-radius: 30px;
-webkit-opacity: 0;
-khtml-opacity: 0;
-moz-opacity: 0;
opacity: 0;
-ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=0);
filter: alpha(opacity=0);
}
.comments-area .comment-list .comment-body .avatar {
float: left;
margin-right: 30px;
}
.comments-area .comment-list .comment-body .comment-content {
margin-top: 10px;
overflow: hidden;
}
.comments-area .comment-list .comment-body .reply {
margin: 10px 0 0 100px;
}
.comments-area .comment-list .comment-body .reply a {
position: relative;
background: #f76923;
color: #ffffff;
padding: 0 15px;
display: inline-block;
-webkit-border-radius: 30px;
-moz-border-radius: 30px;
-ms-border-radius: 30px;
-o-border-radius: 30px;
border-radius: 30px;
}
.comments-area .comment-list .comment-body .reply a:before {
content: "\f044";
font-family: 'fontAwesome';
font-size: 14px;
margin-right: 8px;
position: relative;
}
.comments-area .comment-list .children {
margin: 0;
padding: 50px 0 0 100px;
list-style: none;
position: relative;
}
.comments-area .comment-list .children:after {
content: "";
position: absolute;
width: 1px;
height: 85px;
background: rgba(0, 0, 0, 0.1);
left: 35px;
top: 0;
}
.comments-area .comment-list .children:before {
content: "";
position: absolute;
width: 35px;
height: 1px;
background: rgba(0, 0, 0, 0.1);
left: 35px;
top: 85px;
}
.comments-area .comment-respond {
border-top: 1px solid rgba(0, 0, 0, 0.1);
padding-top: 50px;
position: relative;
}
.comments-area .comment-respond:after {
background-color: #eee;
top: -15px;
content: "";
height: 50px;
left: 2000px;
position: absolute;
width: 50px;
-webkit-transform: skewY(45deg);
-ms-transform: skewY(45deg);
-o-transform: skewY(45deg);
transform: skewY(45deg);
}
.comments-area .comment-respond #reply-title {
margin: 0 0 30px 0;
font-size: 1.5em;
text-align: center;
position: relative;
}
.comments-area .comment-respond #reply-title:after {
content: "";
width: 30px;
height: 3px;
left: 50%;
margin-left: -15px;
bottom: -15px;
position: absolute;
-webkit-border-radius: 3px;
-moz-border-radius: 3px;
-ms-border-radius: 3px;
-o-border-radius: 3px;
border-radius: 3px;
}
.comments-area .comment-respond #reply-title small {
font-size: 1em;
}
.comments-area .comment-respond .logged-in-as,
.comments-area .comment-respond .comment-notes {
text-align: center;
}
.comments-area .comment-respond .logged-in-as + .comment-form-comment {
margin-bottom: 0;
}
.comments-area .comment-respond .comment-form .comment-form-author,
.comments-area .comment-respond .comment-form .comment-form-email,
.comments-area .comment-respond .comment-form .comment-form-url {
float: left;
width: 25%;
padding-right: 30px;
margin-bottom: 0;
}
.comments-area .comment-respond .comment-form .comment-form-author label,
.comments-area .comment-respond .comment-form .comment-form-email label,
.comments-area .comment-respond .comment-form .comment-form-url label {
display: block;
}
.comments-area .comment-respond .comment-form .form-submit {
margin-bottom: 0;
padding-top: 1.75em;
}
.comments-area .comment-respond .comment-form .form-submit input {
width: 25%;
}
.comments-area .comment-respond .comment-form textarea,
.comments-area .comment-respond .comment-form input {
width: 100%;
}
.comments-area .comment-respond .comment-form textarea {
max-height: 150px;
}
.comments-area .comment-respond .form-submit {
margin-bottom: 0;
} .navigation.pager-numeric {
font-size: 1rem;
overflow: hidden;
text-align: center;
}
.navigation.pager-numeric .page-numbers {
width: 45px;
height: 45px;
display: inline-block;
text-align: center;
line-height: 45px;
position: relative;
-webkit-border-radius: 100%;
-moz-border-radius: 100%;
-ms-border-radius: 100%;
-o-border-radius: 100%;
border-radius: 100%;
}
.navigation.pager-numeric .page-numbers:hover,
.navigation.pager-numeric .page-numbers.current {
color: #ffffff;
}
.navigation.pager-numeric .page-numbers.dots {
width: 20px;
background: none !important;
color: inherit;
}
.navigation.pager-numeric .page-numbers.next,
.navigation.pager-numeric .page-numbers.prev {
text-indent: -9999px;
}
.navigation.pager-numeric .page-numbers.next:before,
.navigation.pager-numeric .page-numbers.prev:before {
content: "\f105";
font-family: "fontAwesome";
font-size: 28px;
font-weight: normal;
text-indent: 0;
position: absolute;
width: 45px;
height: 45px;
text-align: center;
line-height: 42px;
top: 0;
left: 0;
}
.navigation.pager-numeric .page-numbers.prev:before {
content: "\f104";
}
.navigation.post-navigation {
margin: 50px 0;
clear: both;
display: inline-block;
width: 100%;
border-top: 1px solid rgba(0, 0, 0, 0.1);
border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
.navigation.post-navigation .nav-links {
margin: 0;
padding: 10px 0;
display: table;
width: 100%;
}
.navigation.post-navigation .nav-links li {
list-style: none;
width: 33.3333333%;
display: table-cell;
vertical-align: middle;
position: relative;
}
.navigation.post-navigation .nav-links li.disabled {
cursor: no-drop;
-webkit-opacity: 0.2;
-khtml-opacity: 0.2;
-moz-opacity: 0.2;
opacity: 0.2;
-ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=20);
filter: alpha(opacity=20);
}
.navigation.post-navigation .nav-links li h6 {
margin: 0;
}
.navigation.post-navigation .nav-links li.go-back {
text-align: center;
}
.navigation.post-navigation .nav-links li.go-back a {
width: 50px;
height: 50px;
display: inline-block;
vertical-align: middle;
}
.navigation.post-navigation .nav-links li.go-back a i {
line-height: 50px;
font-size: 32px;
}
.navigation.post-navigation .nav-links li.next-post {
text-align: right;
} .search-results .main-content .content,
.search-no-results .main-content .content {
background: #ffffff;
padding: 70px 70px 40px 70px;
margin-bottom: 50px;
-webkit-box-shadow: -5px 3px 25px 0 rgba(0, 0, 0, 0.1);
-moz-box-shadow: -5px 3px 25px 0 rgba(0, 0, 0, 0.1);
-ms-box-shadow: -5px 3px 25px 0 rgba(0, 0, 0, 0.1);
-o-box-shadow: -5px 3px 25px 0 rgba(0, 0, 0, 0.1);
box-shadow: -5px 3px 25px 0 rgba(0, 0, 0, 0.1);
}
.search-results .main-content .content:after,
.search-no-results .main-content .content:after {
content: "";
display: table;
clear: both;
}
.search-results .main-content .content .search-form,
.search-no-results .main-content .content .search-form {
position: relative;
}
.search-results .main-content .content .search-form .screen-reader-text,
.search-no-results .main-content .content .search-form .screen-reader-text {
display: none;
}
.search-results .main-content .content .search-form .search-submit,
.search-no-results .main-content .content .search-form .search-submit {
position: absolute;
right: 0;
top: 0;
}
.search-results .main-content .content .search-form .search-field,
.search-no-results .main-content .content .search-form .search-field {
width: 100%;
}
.search-results .main-content .content .search-results,
.search-no-results .main-content .content .search-results {
padding-top: 50px;
}
.search-results .main-content .content .search-results .post,
.search-no-results .main-content .content .search-results .post {
position: relative;
}
.search-results .main-content .content .search-results .post a,
.search-no-results .main-content .content .search-results .post a {
padding: 30px 0;
border-top: 1px solid rgba(0, 0, 0, 0.1);
display: block;
}
.search-results .main-content .content .search-results .post a:hover .post-title,
.search-no-results .main-content .content .search-results .post a:hover .post-title {
color: #f76923;
}
.search-results .main-content .content .search-results .post .post-index,
.search-no-results .main-content .content .search-results .post .post-index {
position: absolute;
width: 50px;
height: 50px;
font-size: 2rem;
text-align: right;
line-height: 50px;
right: 0;
top: 50%;
margin-top: -25px;
color: #f76923;
-webkit-border-radius: 50px;
-moz-border-radius: 50px;
-ms-border-radius: 50px;
-o-border-radius: 50px;
border-radius: 50px;
}
.search-results .main-content .content .search-results .post .post-title,
.search-no-results .main-content .content .search-results .post .post-title {
font-size: 1.5rem;
margin: 0 0 5px 0;
}
.search-results .main-content .content .search-results .post .post-date,
.search-no-results .main-content .content .search-results .post .post-date {
font-size: 1rem;
}  .error404 .main-content .content {
width: 80%;
margin: 0 auto;
text-align: center;
}
.error404 .main-content .content:after {
content: "";
display: table;
clear: both;
}
.error404 .main-content .content .heading-404 {
float: left;
width: 50%;
padding-right: 30px;
}
.error404 .main-content .content .heading-404 span {
font-size: 10rem;
}
.error404 .main-content .content .heading-404 h3 {
margin-bottom: 10px;
}
.error404 .main-content .content .content-404 {
float: right;
width: 50%;
padding-left: 30px;
}
.error404 .main-content .content .content-404 .search-form label {
display: block;
margin-bottom: 10px;
}
.error404 .main-content .content .content-404 .search-form .screen-reader-text {
display: none;
}
.error404 .main-content .content .content-404 .search-form .search-field,
.error404 .main-content .content .content-404 .search-form .search-submit {
width: 100%;
} .social-icons a i {
width: 32px;
height: 32px;
line-height: 32px;
text-align: center;
vertical-align: middle;
color: #ffffff;
}
.social-icons a i.fa-behance {
background: #007af7;
}
.social-icons a i.fa-bitcoin {
background: #fea33f;
}
.social-icons a i.fa-bitbucket {
background: #246590;
}
.social-icons a i.fa-codepen {
background: #000;
}
.social-icons a i.fa-delicious {
background: #3399ff;
}
.social-icons a i.fa-deviantart {
background: #429976;
}
.social-icons a i.fa-digg {
background: #196c9e;
}
.social-icons a i.fa-dribbble {
background: #f86499;
}
.social-icons a i.fa-facebook,
.social-icons a i.fa-facebook-f {
background: #3b5998;
}
.social-icons a i.fa-flickr {
background: #fa3892;
}
.social-icons a i.fa-foursquare {
background: #35cbe7;
}
.social-icons a i.fa-github-alt {
background: #008bbf;
}
.social-icons a i.fa-google-plus {
background: #e6694a;
}
.social-icons a i.fa-instagram {
background: #5f92b2;
}
.social-icons a i.fa-jsfiddle {
background: #000;
}
.social-icons a i.fa-linkedin {
background: #007bb6;
}
.social-icons a i.fa-pinterest,
.social-icons a i.fa-pinterest-p {
background: #cb2027;
}
.social-icons a i.fa-reddit {
background: #ff5234;
}
.social-icons a i.fa-skype {
background: #3cd2f2;
}
.social-icons a i.fa-slack {
background: #439fe0;
}
.social-icons a i.fa-soundcloud {
background: #ff722c;
}
.social-icons a i.fa-spotify {
background: #89bd4d;
}
.social-icons a i.fa-stack-exchange {
background: #fd8a07;
}
.social-icons a i.fa-steam {
background: #6d6862;
}
.social-icons a i.fa-stumbleupon {
background: #00b87a;
}
.social-icons a i.fa-tumblr {
background: #34586f;
}
.social-icons a i.fa-twitter {
background: #1da1f2;
}
.social-icons a i.fa-vimeo-square {
background: #00bdee;
}
.social-icons a i.fa-youtube-play {
background: #f36251;
}
.social-icons a i.fa-rss {
background: #f09040;
}
.post-author-box {
padding: 30px;
color: #ffffff;
font-size: 1rem;
}
.post-author-box .author-box-title {
color: #ffffff;
}
.gallery {
margin: 0 -2px 20px -2px;
position: relative;
}
.gallery:after {
clear: both;
content: "";
display: block;
}
.gallery .gallery-item {
float: left;
padding: 0 2px;
overflow: hidden;
position: relative;
margin: 0 0 4px 0;
}
.gallery .gallery-item:hover .gallery-caption {
margin-bottom: 0;
}
.gallery.gallery-columns-1 .gallery-item {
max-width: 100%;
}
.gallery.gallery-columns-1.gallery-size-medium .gallery-item:nth-of-type(1n+1),
.gallery.gallery-columns-1.gallery-size-thumbnail .gallery-item:nth-of-type(1n+1) {
clear: left;
}
.gallery.gallery-columns-2 .gallery-item {
max-width: 50%;
}
.gallery.gallery-columns-2.gallery-size-thumbnail .gallery-item:nth-of-type(2n+1) {
clear: left;
}
.gallery.gallery-columns-3 .gallery-item {
max-width: 33.3333333%;
}
.gallery.gallery-columns-3.gallery-size-thumbnail .gallery-item:nth-of-type(3n+1) {
clear: left;
}
.gallery.gallery-columns-4 .gallery-item {
max-width: 25%;
}
.gallery.gallery-columns-5 .gallery-item {
max-width: 20%;
}
.gallery.gallery-columns-6 .gallery-item {
max-width: 16.6666667%;
}
.gallery.gallery-columns-7 .gallery-item {
max-width: 14.2857143%;
}
.gallery.gallery-columns-7 .gallery-caption {
display: none;
}
.gallery.gallery-columns-8 .gallery-item {
max-width: 12.5%;
}
.gallery.gallery-columns-8 .gallery-caption {
display: none;
}
.gallery.gallery-columns-9 .gallery-item {
max-width: 11.1111111%;
}
.gallery.gallery-columns-9 .gallery-caption {
display: none;
}
.gallery-caption {
background-color: rgba(0, 0, 0, 0.7);
color: #ffffff;
max-height: 50%;
margin: 0;
padding: 10px;
position: absolute;
bottom: 0;
left: 2px;
right: 2px;
margin-bottom: -100%;
}
.go-to-top a {
position: absolute;
right: 0;
top: -30px;
z-index: 100;
width: 60px;
height: 60px;
background: #ffffff;
-webkit-border-radius: 50px;
-moz-border-radius: 50px;
-ms-border-radius: 50px;
-o-border-radius: 50px;
border-radius: 50px;
}
.go-to-top a:after {
content: "\f106";
font-family: "fontAwesome";
font-size: 42px;
width: 60px;
height: 60px;
line-height: 60px;
text-align: center;
position: absolute;
top: -3px;
left: 0;
}
.go-to-top a:before {
position: absolute;
top: 50%;
left: 50%;
z-index: 1;
display: block;
content: '';
width: 0;
height: 0;
background: rgba(255, 255, 255, 0.2);
-webkit-border-radius: 100%;
-moz-border-radius: 100%;
-ms-border-radius: 100%;
-o-border-radius: 100%;
border-radius: 100%;
-webkit-opacity: 0;
-khtml-opacity: 0;
-moz-opacity: 0;
opacity: 0;
-ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=0);
filter: alpha(opacity=0);
-webkit-transform: translate(-50%, -50%);
-moz-transform: translate(-50%, -50%);
-ms-transform: translate(-50%, -50%);
-o-transform: translate(-50%, -50%);
transform: translate(-50%, -50%);
}
.go-to-top a:hover:before {
-webkit-animation: circle .75s;
-moz-animation: circle .75s;
-ms-animation: circle .75s;
-o-animation: circle .75s;
animation: circle .75s;
}
.go-to-top a span {
display: none;
}
.rev_slider_wrapper .hotline {
margin: 0;
font-size: 1rem;
}
.rev_slider_wrapper .hotline i {
font-size: 28px;
vertical-align: middle;
}
.rev_slider_wrapper .hotline a {
background: #fff200;
padding: 15px 40px;
display: inline-block;
-webkit-border-radius: 4px;
-moz-border-radius: 4px;
-ms-border-radius: 4px;
-o-border-radius: 4px;
border-radius: 4px;
-webkit-box-shadow: 0 10px 20px 0 rgba(0, 0, 0, 0.1);
-moz-box-shadow: 0 10px 20px 0 rgba(0, 0, 0, 0.1);
-ms-box-shadow: 0 10px 20px 0 rgba(0, 0, 0, 0.1);
-o-box-shadow: 0 10px 20px 0 rgba(0, 0, 0, 0.1);
box-shadow: 0 10px 20px 0 rgba(0, 0, 0, 0.1);
}
.form-request .row {
margin-bottom: 30px;
}
.form-request .row:last-child {
margin-bottom: 0;
}
.form-request .row .button {
width: 100%;
text-align: center;
padding-left: 0;
padding-right: 0;
}
.form-request .row select,
.form-request .row input {
width: 100%;
}
.form-request .row textarea {
height: 140px;
width: 100%;
}
.form-request.gap-min .row {
margin-bottom: 10px;
}
.form-contact {
padding: 50px;
border-bottom: 3px solid;
background-color: #ffffff;
background-image: url(//www.raphaelis.de/wp-content/themes/nanocare/assets/img/bg-mail.png);
background-repeat: repeat-x;
background-size: 58px 5px;
position: relative;
-webkit-box-shadow: -5px 3px 25px 0 rgba(0, 0, 0, 0.1);
-moz-box-shadow: -5px 3px 25px 0 rgba(0, 0, 0, 0.1);
-ms-box-shadow: -5px 3px 25px 0 rgba(0, 0, 0, 0.1);
-o-box-shadow: -5px 3px 25px 0 rgba(0, 0, 0, 0.1);
box-shadow: -5px 3px 25px 0 rgba(0, 0, 0, 0.1);
}
.form-contact:after {
content: "";
position: absolute;
top: 100px;
bottom: 0;
left: -2500px;
right: -2500px;
background-color: transparent;
background: -webkit-linear-gradient(0deg, transparent, #eef2f6) transparent no-repeat;
background: -moz-linear-gradient(0deg, transparent, #eef2f6) transparent no-repeat;
background: -ms-linear-gradient(0deg, transparent, #eef2f6) transparent no-repeat;
background: -o-linear-gradient(0deg, transparent, #eef2f6) transparent no-repeat;
background: linear-gradient(0deg, transparent, #eef2f6) transparent no-repeat;
z-index: -1;
-webkit-transform: rotate(-5deg);
-ms-transform: rotate(-5deg);
-o-transform: rotate(-5deg);
transform: rotate(-5deg);
}
.wp-block-gallery[class*="columns-"],
.wp-block-text-columns[class*="columns-"] {
width: 100%;
}
.wp-block-gallery[class*="columns-"] figure,
.wp-block-text-columns[class*="columns-"] figure,
.wp-block-gallery[class*="columns-"] figcaption,
.wp-block-text-columns[class*="columns-"] figcaption {
margin: 0;
}
.wp-block-columns figure,
.wp-block-columns figcaption {
margin: 0;
}
blockquote.wp-block-quote.is-large,
blockquote.wp-block-quote.is-style-large {
margin: 30px 0;
padding: 0 0 0 30px;
}
.wp-block-separator {
border: none;
height: 1px;
background: rgba(0, 0, 0, 0.1);
}
.wp-block-embed iframe {
max-width: 100%;
}
@-webkit-keyframes circle {
0% {
opacity: 1;
}
40% {
opacity: 1;
}
100% {
width: 200%;
height: 200%;
opacity: 0;
}
}
@keyframes circle {
0% {
opacity: 1;
}
40% {
opacity: 1;
}
100% {
width: 200%;
height: 200%;
opacity: 0;
}
}
@-webkit-keyframes bounce {
0%,
20%,
50%,
80%,
100% {
-webkit-transform: translateY(0);
transform: translateY(0);
}
40% {
-webkit-transform: translateY(-30px);
transform: translateY(-30px);
}
60% {
-webkit-transform: translateY(-15px);
transform: translateY(-15px);
}
}
@keyframes bounce {
0%,
20%,
50%,
80%,
100% {
-moz-transform: translateY(0);
-ms-transform: translateY(0);
-webkit-transform: translateY(0);
transform: translateY(0);
}
40% {
-moz-transform: translateY(-30px);
-ms-transform: translateY(-30px);
-webkit-transform: translateY(-30px);
transform: translateY(-30px);
}
60% {
-moz-transform: translateY(-15px);
-ms-transform: translateY(-15px);
-webkit-transform: translateY(-15px);
transform: translateY(-15px);
}
}
@-webkit-keyframes tada {
from {
-webkit-transform: scale3d(1, 1, 1);
transform: scale3d(1, 1, 1);
}
10%,
20% {
-webkit-transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
}
30%,
50%,
70%,
90% {
-webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
}
40%,
60%,
80% {
-webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
}
to {
-webkit-transform: scale3d(1, 1, 1);
transform: scale3d(1, 1, 1);
}
}
@keyframes tada {
from {
-webkit-transform: scale3d(1, 1, 1);
transform: scale3d(1, 1, 1);
}
10%,
20% {
-webkit-transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
}
30%,
50%,
70%,
90% {
-webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
}
40%,
60%,
80% {
-webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
}
to {
-webkit-transform: scale3d(1, 1, 1);
transform: scale3d(1, 1, 1);
}
}
.projects-filter ul {
margin: 0 0 60px 0;
padding: 0;
list-style: none;
border-bottom: 1px solid rgba(0, 0, 0, 0.1);
font-size: 1rem;
}
.projects-filter ul li {
display: inline-block;
margin: 0 15px;
}
.projects-filter ul li:last-child {
margin-right: 0;
}
.projects-filter ul li:first-child {
margin-left: 0;
}
.projects-filter ul li h6 {
margin: 0;
}
.projects-filter ul li a {
padding: 20px 0;
display: block;
position: relative;
}
.projects-filter ul li a:hover h6 {
color: #f76923;
}
.projects-filter ul li a sup {
color: #ffffff;
font-size: 12px;
display: inline;
padding: 1px 10px;
top: -2px;
margin-left: 5px;
vertical-align: middle;
-webkit-border-radius: 20px;
-moz-border-radius: 20px;
-ms-border-radius: 20px;
-o-border-radius: 20px;
border-radius: 20px;
}
.projects-filter ul li a:after {
position: absolute;
z-index: 1;
content: "";
left: 50%;
right: 50%;
height: 4px;
bottom: -1px;
-webkit-transition: 0.5s cubic-bezier(0.68, -0.55, 0.265, 1.55);
-moz-transition: 0.5s cubic-bezier(0.68, -0.55, 0.265, 1.55);
-ms-transition: 0.5s cubic-bezier(0.68, -0.55, 0.265, 1.55);
-o-transition: 0.5s cubic-bezier(0.68, -0.55, 0.265, 1.55);
transition: 0.5s cubic-bezier(0.68, -0.55, 0.265, 1.55);
-webkit-transform: translate3d(0, 0, 0);
-moz-transform: translate3d(0, 0, 0);
-ms-transform: translate3d(0, 0, 0);
-o-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
}
.projects-filter ul li.active a:after {
left: 0;
right: 0;
}
.projects-filter.projects-filter-center {
text-align: center;
}
.projects-filter.projects-filter-right {
text-align: right;
}
.project-meta {
font-size: 1rem;
}
.project-meta a {
position: relative;
display: inline-block;
}
.project-meta a:after {
width: 5px;
height: 5px;
content: "";
background: rgba(0, 0, 0, 0.25);
display: inline-block;
vertical-align: middle;
margin: 0 5px 0 8px;
-webkit-border-radius: 100%;
-moz-border-radius: 100%;
-ms-border-radius: 100%;
-o-border-radius: 100%;
border-radius: 100%;
}
.project-meta a:last-child:after {
display: none;
}
.projects-grid .project .project-inner {
position: relative;
overflow: hidden;
}
.projects-grid .project .project-inner:hover .project-thumbnail {
-webkit-transform: translateX(85%);
-moz-transform: translateX(85%);
-ms-transform: translateX(85%);
-o-transform: translateX(85%);
transform: translateX(85%);
-webkit-transition: -webkit-transform 0.3s;
-moz-transition: -moz-transform 0.3s;
transition: transform 0.3s;
-webkit-transition-timing-function: cubic-bezier(0.4, 0.01, 0.3, 0.3);
-moz-transition-timing-function: cubic-bezier(0.4, 0.01, 0.3, 0.3);
transition-timing-function: cubic-bezier(0.4, 0.01, 0.3, 0.3);
}
.projects-grid .project .project-inner .project-thumbnail {
-webkit-box-shadow: -10px 0px 20px rgba(0, 0, 0, 0.5);
-moz-box-shadow: -10px 0px 20px rgba(0, 0, 0, 0.5);
-ms-box-shadow: -10px 0px 20px rgba(0, 0, 0, 0.5);
-o-box-shadow: -10px 0px 20px rgba(0, 0, 0, 0.5);
box-shadow: -10px 0px 20px rgba(0, 0, 0, 0.5);
margin: 0;
position: relative;
z-index: 2;
-webkit-overflow-scrolling: touch; -webkit-transform: translateZ(0);
-moz-transform: translateZ(0);
-ms-transform: translateZ(0);
-o-transform: translateZ(0);
transform: translateZ(0);
-webkit-backface-visibility: hidden;
backface-visibility: hidden;
-webkit-transform: translateX(0);
-moz-transform: translateX(0);
-ms-transform: translateX(0);
-o-transform: translateX(0);
transform: translateX(0);
-webkit-transition: -webkit-transform 0.3s;
-moz-transition: -moz-transform 0.3s;
transition: transform 0.3s;
-webkit-transition-timing-function: cubic-bezier(0.4, 0.01, 0.3, 0.3);
-moz-transition-timing-function: cubic-bezier(0.4, 0.01, 0.3, 0.3);
transition-timing-function: cubic-bezier(0.4, 0.01, 0.3, 0.3);
}
.projects-grid .project .project-inner .project-info {
position: absolute;
left: 0;
right: 0;
top: 0;
bottom: 0;
background: #191919;
padding: 30px 25% 30px 30px;
}
.projects-grid .project .project-inner .project-title {
margin: 0 0 10px 0;
font-size: 1.2rem;
color: #ffffff;
}
.projects-grid .project .project-inner .project-meta a {
color: #f76923;
}
.projects-grid .project .project-inner .project-meta a:hover {
color: #ffffff;
}
.projects-grid .project .project-inner .project-summary {
font-size: 1rem;
margin: 15px 0 0 0;
color: #ffffff;
-webkit-opacity: 0.6;
-khtml-opacity: 0.6;
-moz-opacity: 0.6;
opacity: 0.6;
-ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=60);
filter: alpha(opacity=60);
}
.projects-grid .project .project-inner .project-readmore {
position: absolute;
left: 30px;
bottom: 30px;
}
.projects-grid-alt .project .project-inner:hover .project-readmore a {
margin-top: -15px;
visibility: visible;
-webkit-opacity: 1;
-khtml-opacity: 1;
-moz-opacity: 1;
opacity: 1;
-ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=100);
filter: alpha(opacity=100);
}
.projects-grid-alt .project .project-inner:hover .project-thumbnail > a:after {
visibility: visible;
-webkit-opacity: 1;
-khtml-opacity: 1;
-moz-opacity: 1;
opacity: 1;
-ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=100);
filter: alpha(opacity=100);
}
.projects-grid-alt .project .project-inner:hover .project-info:before {
height: 30px;
}
.projects-grid-alt .project .project-thumbnail {
margin: 0;
overflow: hidden;
position: relative;
}
.projects-grid-alt .project .project-thumbnail .project-readmore a {
position: absolute;
z-index: 2;
top: 50%;
right: 50%;
-webkit-transform: translateX(50%) translateY(-50%) translateZ(0px);
-moz-transform: translateX(50%) translateY(-50%) translateZ(0px);
-ms-transform: translateX(50%) translateY(-50%) translateZ(0px);
-o-transform: translateX(50%) translateY(-50%) translateZ(0px);
transform: translateX(50%) translateY(-50%) translateZ(0px);
visibility: hidden;
-webkit-opacity: 0;
-khtml-opacity: 0;
-moz-opacity: 0;
opacity: 0;
-ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=0);
filter: alpha(opacity=0);
}
.projects-grid-alt .project .project-thumbnail > a:after {
background: rgba(0, 0, 0, 0.7);
content: "";
position: absolute;
left: 0;
top: 0;
right: 0;
bottom: 0;
visibility: visible;
-webkit-opacity: 0;
-khtml-opacity: 0;
-moz-opacity: 0;
opacity: 0;
-ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=0);
filter: alpha(opacity=0);
}
.projects-grid-alt .project .project-info {
padding: 25px;
background: #ffffff;
position: relative;
}
.projects-grid-alt .project .project-info:before {
background: #ffffff;
height: 0;
left: 0;
bottom: 100%;
right: 0;
content: "";
position: absolute;
}
.projects-grid-alt .project .project-info .project-title {
margin: 0 0 10px 0;
font-size: 1.2rem;
line-height: 1.6rem;
}
.projects-grid-alt .project .project-info .project-title a {
display: block;
}
.projects-grid-alt .project .project-info .project-summary {
margin-top: 10px;
font-size: 1rem;
}
.projects-masonry .project .project-inner {
position: relative;
overflow: hidden;
}
.projects-masonry .project .project-inner:hover .project-info {
visibility: visible;
-webkit-opacity: 1;
-khtml-opacity: 1;
-moz-opacity: 1;
opacity: 1;
-ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=100);
filter: alpha(opacity=100);
-webkit-transform: scale(1);
-moz-transform: scale(1);
-ms-transform: scale(1);
-o-transform: scale(1);
transform: scale(1);
}
.projects-masonry .project .project-inner:hover .project-info .project-title:after {
width: 80px;
margin-left: -40px;
}
.projects-masonry .project .project-inner .project-thumbnail {
margin: 0;
}
.projects-masonry .project .project-inner .project-info {
text-align: center;
position: absolute;
top: 0;
left: 0;
right: 0;
bottom: 0;
background: rgba(0, 0, 0, 0.7);
visibility: hidden;
-webkit-opacity: 0;
-khtml-opacity: 0;
-moz-opacity: 0;
opacity: 0;
-ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=0);
filter: alpha(opacity=0);
-webkit-transform: scale(1.2);
-moz-transform: scale(1.2);
-ms-transform: scale(1.2);
-o-transform: scale(1.2);
transform: scale(1.2);
}
.projects-masonry .project .project-inner .project-info:before {
content: "";
display: inline-block;
height: 100%;
vertical-align: middle;
}
.projects-masonry .project .project-inner .project-info .project-info-inner {
display: inline-block;
height: auto;
vertical-align: middle;
width: 80%;
}
.projects-masonry .project .project-inner .project-info .project-meta {
margin: 0 0 10px 0;
}
.projects-masonry .project .project-inner .project-info .project-meta a {
color: #ffffff;
padding: 0 15px;
margin: 0 2px;
-webkit-border-radius: 2px;
-moz-border-radius: 2px;
-ms-border-radius: 2px;
-o-border-radius: 2px;
border-radius: 2px;
}
.projects-masonry .project .project-inner .project-info .project-meta a:after {
display: none;
}
.projects-masonry .project .project-inner .project-info .project-meta a:hover {
background-color: #f76923;
}
.projects-masonry .project .project-inner .project-info .project-title {
margin: 0 0 10px 0;
position: relative;
font-size: 1.2rem;
}
.projects-masonry .project .project-inner .project-info .project-title:after {
content: "";
background: #ffffff;
height: 2px;
width: 10px;
left: 50%;
position: absolute;
bottom: -15px;
margin-left: -5px;
-webkit-transition-delay: 0.3s;
-ms-transition-delay: 0.3s;
-o-transition-delay: 0.3s;
transition-delay: 0.3s;
}
.projects-masonry .project .project-inner .project-info .project-title a {
color: #ffffff;
}
.projects-masonry .project .project-inner .project-info .project-summary {
color: rgba(255, 255, 255, 0.7);
margin-bottom: 0;
padding-top: 20px;
font-size: 1rem;
}
.projects-masonry .project .project-inner .project-info .project-readmore {
padding-top: 20px;
}
.single-nproject .content-inner > .post-title {
margin: 0 0 50px 0;
font-size: 2rem;
}
.single-nproject .project-gallery a {
display: block;
position: relative;
}
.single-nproject .project-gallery a:after {
content: "\f03e";
font-family: "fontAwesome";
font-size: 56px;
color: #ffffff;
font-weight: normal;
position: absolute;
top: 50%;
left: 50%;
-webkit-transform: translateY(-50%) translateX(-50%);
-moz-transform: translateY(-50%) translateX(-50%);
-ms-transform: translateY(-50%) translateX(-50%);
-o-transform: translateY(-50%) translateX(-50%);
transform: translateY(-50%) translateX(-50%);
}
.single-nproject .project-gallery a:before {
content: "";
position: absolute;
left: 0;
right: 0;
top: 0;
bottom: 0;
background: rgba(0, 0, 0, 0.7);
}
.single-nproject .project-gallery a:after,
.single-nproject .project-gallery a:before {
visibility: visible;
-webkit-opacity: 0;
-khtml-opacity: 0;
-moz-opacity: 0;
opacity: 0;
-ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=0);
filter: alpha(opacity=0);
}
.single-nproject .project-gallery a:hover:after,
.single-nproject .project-gallery a:hover:before {
-webkit-opacity: 1;
-khtml-opacity: 1;
-moz-opacity: 1;
opacity: 1;
-ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=100);
filter: alpha(opacity=100);
visibility: visible;
}
.single-nproject .project-gallery.project-media-slider a:after,
.single-nproject .project-gallery.project-media-slider a:before {
display: none;
}
.single-nproject .project-media-grid .project-media-inner {
margin: 0 -5px;
}
.single-nproject .project-media-grid .project-media-item {
padding: 0 5px;
margin-bottom: 10px;
}
.single-nproject .project-media-list .project-media-item {
margin-bottom: 30px;
}
.single-nproject .project-media-list .project-media-item:last-child {
margin-bottom: 0;
}
.single-nproject.project-gallery-top .project-media-grid {
margin-bottom: 30px;
}
.single-nproject.project-gallery-top .project-media-list {
margin-bottom: 60px;
}
.single-nproject.project-gallery-top .project-media-slider {
margin-bottom: 60px;
}
.single-nproject.project-gallery-right .content-header + .content-body .content-inner > .post-title {
display: none;
}
.single-nproject.project-gallery-right .content-inner:after {
content: "";
display: table;
clear: both;
}
.single-nproject.project-gallery-right .content-inner .project-content {
float: left;
padding-right: 30px;
width: 50%;
}
.single-nproject.project-gallery-right .content-inner .project-gallery {
float: right;
padding-left: 30px;
width: 50%;
}
.single-nproject.project-gallery-bottom .project-content {
margin-bottom: 60px;
}
.single-nproject.project-gallery-left .content-header + .content-body .content-inner > .post-title {
display: none;
}
.single-nproject.project-gallery-left .content-inner:after {
content: "";
display: table;
clear: both;
}
.single-nproject.project-gallery-left .content-inner .project-content {
float: right;
padding-left: 30px;
width: 50%;
}
.single-nproject.project-gallery-left .content-inner .project-gallery {
float: left;
padding-right: 30px;
width: 50%;
}
.single-nproject .post-author-box {
margin-top: 30px;
display: inline-block;
width: 100%;
}
.single-nproject .post-author-box:after {
content: "";
display: table;
clear: both;
}
.single-nproject .post-author-box .author-avatar {
float: left;
margin-right: 20px;
}
.single-nproject .post-author-box .author-avatar img {
width: 70px;
}
.single-nproject .post-author-box .author-box-content {
overflow: hidden;
}
.single-nproject .post-author-box .author-box-title {
margin: 0 0 10px 0;
font-size: 1rem;
}
.projects-related-wrap .projects-related-title {
margin: 0 0 60px 0;
font-size: 1.5em;
text-align: center;
position: relative;
}
.projects-related-wrap .projects-related-title:after {
content: "";
width: 30px;
height: 3px;
left: 50%;
margin-left: -15px;
bottom: -15px;
position: absolute;
background: rgba(0, 0, 0, 0.1);
-webkit-border-radius: 3px;
-moz-border-radius: 3px;
-ms-border-radius: 3px;
-o-border-radius: 3px;
border-radius: 3px;
}
.projects-related-wrap .projects-items {
margin: 0 -15px;
}
.projects-related-wrap .projects-items:after {
clear: both;
display: table;
content: "";
}
.projects-related-wrap .projects-items .project {
padding: 0 15px;
margin-bottom: 30px;
}
.swiper-button-prev,
.swiper-button-next {
height: 100%;
top: 0;
right: 0;
width: 50%;
bottom: 0;
margin-top: 0;
background-image: none;
background-color: transparent;
cursor: url(//www.raphaelis.de/wp-content/themes/nanocare/assets/img/cursor_right.svg), auto !important;
}
.swiper-button-prev {
cursor: url(//www.raphaelis.de/wp-content/themes/nanocare/assets/img/cursor_left.svg), auto !important;
}
.post.sticky .post-inner {
position: relative;
}
.post.sticky .post-inner:before {
content: "\e031";
font-family: "simple-line-icons";
font-size: 18pt;
position: absolute;
z-index: 2;
right: -25px;
top: 12px;
width: 50px;
height: 50px;
background: #f76923;
color: #ffffff;
text-align: center;
line-height: 44px;
border: 3px solid #ffffff;
-webkit-border-radius: 100%;
-moz-border-radius: 100%;
-ms-border-radius: 100%;
-o-border-radius: 100%;
border-radius: 100%;
}
.post-meta .post-categories a:after {
width: 5px;
height: 5px;
content: "";
background: rgba(0, 0, 0, 0.25);
display: inline-block;
vertical-align: middle;
margin: 0 5px 0 8px;
-webkit-border-radius: 100%;
-moz-border-radius: 100%;
-ms-border-radius: 100%;
-o-border-radius: 100%;
border-radius: 100%;
}
.post-meta .post-categories a:last-child:after {
display: none;
}
.has-post-thumbnail .post-image {
margin-bottom: 30px;
}
.has-post-thumbnail .post-image a {
display: block;
position: relative;
}
.has-post-thumbnail .post-image a:hover:after,
.has-post-thumbnail .post-image a:hover:before {
-webkit-opacity: 1;
-khtml-opacity: 1;
-moz-opacity: 1;
opacity: 1;
-ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=100);
filter: alpha(opacity=100);
visibility: visible;
}
.has-post-thumbnail .post-image a:after {
content: "\f1ea";
font-family: "fontAwesome";
font-size: 70px;
color: #ffffff;
font-weight: normal;
position: absolute;
top: 50%;
left: 50%;
-webkit-transform: translateY(-50%) translateX(-50%);
-moz-transform: translateY(-50%) translateX(-50%);
-ms-transform: translateY(-50%) translateX(-50%);
-o-transform: translateY(-50%) translateX(-50%);
transform: translateY(-50%) translateX(-50%);
}
.has-post-thumbnail .post-image a:before {
content: "";
position: absolute;
left: 0;
right: 0;
top: 0;
bottom: 0;
background: rgba(0, 0, 0, 0.7);
}
.has-post-thumbnail .post-image a:after,
.has-post-thumbnail .post-image a:before {
visibility: visible;
-webkit-opacity: 0;
-khtml-opacity: 0;
-moz-opacity: 0;
opacity: 0;
-ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=0);
filter: alpha(opacity=0);
}
.has-post-thumbnail .post-image a img {
width: 100%;
}
.blog-large .post {
margin-bottom: 100px;
}
.blog-large .post .post-inner:after {
content: "";
display: table;
clear: both;
}
.blog-large .post.has-post-thumbnail .post-header {
margin-bottom: 35px;
}
.blog-large .post-left {
float: left;
width: 100px;
margin-right: 50px;
text-align: center;
font-size: 1rem;
line-height: 1.5rem;
position: relative;
}
.blog-large .post-left .post-comments a {
position: absolute;
right: 0;
top: 0;
background: #f76923;
color: #ffffff;
width: 30px;
height: 30px;
line-height: 24px;
text-align: center;
border: 3px solid #ffffff;
font-size: 14px;
font-weight: 600;
-webkit-border-radius: 100%;
-moz-border-radius: 100%;
-ms-border-radius: 100%;
-o-border-radius: 100%;
border-radius: 100%;
}
.blog-large .post-left .post-author {
border-bottom: 1px solid rgba(0, 0, 0, 0.1);
padding-bottom: 10px;
}
.blog-large .post-left .post-author span {
display: block;
}
.blog-large .post-left .post-author img {
-webkit-border-radius: 100%;
-moz-border-radius: 100%;
-ms-border-radius: 100%;
-o-border-radius: 100%;
border-radius: 100%;
margin-bottom: 10px;
}
.blog-large .post-left .post-date {
padding: 10px 0 0 0;
}
.blog-large .post-left .post-date .post-day {
display: block;
font-size: 2rem;
padding-top: 5px;
font-weight: bold;
}
.blog-large .post-right {
overflow: hidden;
}
.blog-large .post-header {
margin-bottom: 20px;
}
.blog-large .post-header .post-meta {
font-size: 1rem;
}
.blog-large .post-header .post-title {
margin: 0 0 10px 0;
font-size: 2rem;
}
.blog-large .post-content > p {
margin-bottom: 0;
}
.blog-large .post-content .read-more {
padding-top: 30px;
}
.blog-medium .post {
margin-bottom: 100px;
}
.blog-medium .post .post-inner:after {
content: "";
display: table;
clear: both;
}
.blog-medium .post.has-post-thumbnail .post-image {
float: right;
width: 30%;
margin-left: 40px;
}
.blog-medium .post.has-post-thumbnail .post-image a:after {
font-size: 42px;
}
.blog-medium .post-left {
float: left;
width: 100px;
margin-right: 50px;
text-align: center;
font-size: 1rem;
line-height: 1.5rem;
position: relative;
}
.blog-medium .post-left .post-comments a {
position: absolute;
right: 0;
top: 0;
background: #f76923;
color: #ffffff;
width: 30px;
height: 30px;
line-height: 24px;
text-align: center;
border: 3px solid #ffffff;
font-size: 14px;
font-weight: 600;
-webkit-border-radius: 100%;
-moz-border-radius: 100%;
-ms-border-radius: 100%;
-o-border-radius: 100%;
border-radius: 100%;
}
.blog-medium .post-left .post-author {
border-bottom: 1px solid rgba(0, 0, 0, 0.1);
padding-bottom: 10px;
}
.blog-medium .post-left .post-author span {
display: block;
}
.blog-medium .post-left .post-author img {
-webkit-border-radius: 100%;
-moz-border-radius: 100%;
-ms-border-radius: 100%;
-o-border-radius: 100%;
border-radius: 100%;
margin-bottom: 10px;
}
.blog-medium .post-left .post-date {
padding: 10px 0 0 0;
}
.blog-medium .post-left .post-date .post-day {
display: block;
font-size: 2rem;
padding-top: 5px;
font-weight: bold;
}
.blog-medium .post-right {
overflow: hidden;
}
.blog-medium .post-header .post-meta {
margin-bottom: 8px;
font-size: 1rem;
}
.blog-medium .post-header .post-title {
margin: 0 0 20px 0;
font-size: 2rem;
}
.blog-medium .post-content > p {
margin-bottom: 0;
}
.blog-medium .post-content .read-more {
padding-top: 30px;
}
.blog-grid .post {
padding-bottom: 30px;
}
.blog-grid .post.has-post-thumbnail .post-image {
margin-bottom: 25px;
}
.blog-grid .post.has-post-thumbnail .post-image a:after {
font-size: 42px;
}
.blog-grid .post.sticky .post-inner {
padding: 30px;
border: 1px solid #f76923;
background: #ffffff;
}
.blog-grid .post.sticky .post-inner:before {
top: 36px;
}
.blog-grid .post .post-header .post-title {
margin: 0 0 10px 0;
font-size: 1.2rem;
line-height: 1.6rem;
}
.blog-grid .post .post-header .post-meta-data {
font-size: 1rem;
margin-bottom: 25px;
}
.blog-grid .post .post-header .post-meta-data > div {
display: inline-block;
}
.blog-grid .post .post-header .post-meta-data > div:after {
content: "/";
display: inline-block;
margin: 0 5px;
}
.blog-grid .post .post-header .post-meta-data > div:last-child:after {
display: none;
}
.blog-grid .post-content > p {
margin-bottom: 0;
display: inline;
font-size: 1rem;
}
.blog-grid .post-content .read-more {
margin-top: 20px;
}
.blog-grid .post-content .read-more a {
font-size: 1rem;
font-family: inherit;
letter-spacing: 0;
text-transform: none;
padding: 0 0 0 0;
line-height: 100%;
height: auto;
background: none;
border: none;
font-weight: normal;
color: inherit;
-webkit-opacity: 0.7;
-khtml-opacity: 0.7;
-moz-opacity: 0.7;
opacity: 0.7;
-ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=70);
filter: alpha(opacity=70);
}
.blog-grid .post-content .read-more a:before {
display: none;
}
.blog-grid .post-content .read-more a:after {
content: "\f105";
font-size: 14px;
font-weight: normal;
display: inline-block;
margin-left: 15px;
font-family: "fontAwesome";
}
.blog-grid .post-content .read-more a span {
height: 1px;
width: 15px;
border-top: 1px solid;
position: absolute;
right: 2px;
top: 50%;
}
.blog-grid .post-content .read-more a:hover {
-webkit-opacity: 1;
-khtml-opacity: 1;
-moz-opacity: 1;
opacity: 1;
-ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=100);
filter: alpha(opacity=100);
}
.blog-grid .post-content .read-more a:hover:after {
margin-left: 20px;
}
.blog-masonry .post .post-inner {
padding: 30px;
background: #ffffff;
-webkit-box-shadow: -5px 3px 25px 0 rgba(0, 0, 0, 0.1);
-moz-box-shadow: -5px 3px 25px 0 rgba(0, 0, 0, 0.1);
-ms-box-shadow: -5px 3px 25px 0 rgba(0, 0, 0, 0.1);
-o-box-shadow: -5px 3px 25px 0 rgba(0, 0, 0, 0.1);
box-shadow: -5px 3px 25px 0 rgba(0, 0, 0, 0.1);
}
.blog-masonry .post.has-post-thumbnail .post-image {
margin: -30px -30px 30px -30px;
}
.blog-masonry .post.has-post-thumbnail .post-image a:after {
font-size: 42px;
}
.blog-masonry .post.sticky .post-inner {
border: 1px solid #f76923;
}
.blog-masonry .post.sticky .post-inner:before {
top: 36px;
}
.blog-masonry .post .post-header .post-title {
margin: 0 0 20px 0;
font-size: 1.2rem;
line-height: 1.6rem;
}
.blog-masonry .post .post-header .post-meta-data {
font-size: 1rem;
margin-bottom: 5px;
}
.blog-masonry .post .post-header .post-meta-data > div {
display: inline-block;
}
.blog-masonry .post .post-header .post-meta-data > div:after {
content: "/";
display: inline-block;
margin: 0 5px;
}
.blog-masonry .post .post-header .post-meta-data > div:last-child:after {
display: none;
}
.blog-masonry .post-content > p {
margin-bottom: 0;
display: inline;
font-size: 1rem;
}
.blog-masonry .post-content .read-more {
margin-top: 20px;
}
.blog-masonry .post-content .read-more a {
font-size: 1rem;
font-family: inherit;
letter-spacing: 0;
text-transform: none;
padding: 0 0 0 0;
line-height: 100%;
height: auto;
background: none;
border: none;
font-weight: normal;
color: inherit;
-webkit-opacity: 0.7;
-khtml-opacity: 0.7;
-moz-opacity: 0.7;
opacity: 0.7;
-ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=70);
filter: alpha(opacity=70);
}
.blog-masonry .post-content .read-more a:before {
display: none;
}
.blog-masonry .post-content .read-more a:after {
content: "\f105";
font-size: 14px;
font-weight: normal;
display: inline-block;
margin-left: 15px;
font-family: "fontAwesome";
}
.blog-masonry .post-content .read-more a span {
height: 1px;
width: 15px;
border-top: 1px solid;
position: absolute;
right: 2px;
top: 50%;
}
.blog-masonry .post-content .read-more a:hover {
-webkit-opacity: 1;
-khtml-opacity: 1;
-moz-opacity: 1;
opacity: 1;
-ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=100);
filter: alpha(opacity=100);
}
.blog-masonry .post-content .read-more a:hover:after {
margin-left: 20px;
}
.single-post .post-inner {
position: relative;
padding-bottom: 50px;
}
.single-post .post-left {
float: left;
width: 100px;
margin-right: 50px;
text-align: center;
font-size: 1rem;
line-height: 1.5rem;
position: relative;
}
.single-post .post-left .post-comments a {
position: absolute;
right: 0;
top: 0;
background: #f76923;
color: #ffffff;
width: 30px;
height: 30px;
line-height: 24px;
text-align: center;
border: 3px solid #ffffff;
font-size: 14px;
font-weight: 600;
-webkit-border-radius: 100%;
-moz-border-radius: 100%;
-ms-border-radius: 100%;
-o-border-radius: 100%;
border-radius: 100%;
}
.single-post .post-left .post-author {
border-bottom: 1px solid rgba(0, 0, 0, 0.1);
padding-bottom: 10px;
}
.single-post .post-left .post-author span {
display: block;
}
.single-post .post-left .post-author img {
-webkit-border-radius: 100%;
-moz-border-radius: 100%;
-ms-border-radius: 100%;
-o-border-radius: 100%;
border-radius: 100%;
margin-bottom: 10px;
}
.single-post .post-left .post-date {
padding: 10px 0 0 0;
}
.single-post .post-left .post-date .post-day {
display: block;
font-size: 2rem;
padding-top: 5px;
font-weight: bold;
}
.single-post .post-left-bottom {
position: absolute;
left: 0;
bottom: 50px;
width: 100px;
font-size: 1rem;
text-transform: lowercase;
}
.single-post .post-left-bottom ul {
list-style: none;
margin: 0;
padding: 0;
}
.single-post .post-left-bottom ul li {
margin-bottom: 2px;
}
.single-post .post-left-bottom ul li:last-child {
margin-bottom: 0;
}
.single-post .post-left-bottom ul li a {
display: block;
text-align: center;
background: #eee;
color: #ffffff;
overflow: hidden;
position: relative;
}
.single-post .post-left-bottom ul li a i {
position: absolute;
left: 50%;
top: 50%;
visibility: visible;
-webkit-transform: translate(-50%, -50%);
-moz-transform: translate(-50%, -50%);
-ms-transform: translate(-50%, -50%);
-o-transform: translate(-50%, -50%);
transform: translate(-50%, -50%);
-webkit-opacity: 0;
-khtml-opacity: 0;
-moz-opacity: 0;
opacity: 0;
-ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=0);
filter: alpha(opacity=0);
}
.single-post .post-left-bottom ul li a:hover i {
visibility: visible;
-webkit-opacity: 1;
-khtml-opacity: 1;
-moz-opacity: 1;
opacity: 1;
-ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=100);
filter: alpha(opacity=100);
}
.single-post .post-left-bottom ul li a:hover span {
visibility: visible;
-webkit-opacity: 0;
-khtml-opacity: 0;
-moz-opacity: 0;
opacity: 0;
-ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=0);
filter: alpha(opacity=0);
}
.single-post .post-left-bottom ul li.facebook a {
background: #3b5998;
}
.single-post .post-left-bottom ul li.twitter a {
background: #1da1f2;
}
.single-post .post-left-bottom ul li.google-plus a {
background: #e6694a;
}
.single-post .post-left-bottom ul li.pinterest a {
background: #cb2027;
}
.single-post .post-right {
min-height: 400px;
overflow: hidden;
}
.single-post .post-right .post-thumbnail {
margin-bottom: 30px;
}
.single-post .post-right .post-header .post-meta {
font-size: 1rem;
padding-bottom: 5px;
}
.single-post .post-right .post-header .post-title {
margin: 0 0 30px 0;
font-size: 2rem;
}
.single-post .post-tags {
overflow: hidden;
margin-top: 28px;
}
.single-post .post-tags:empty {
margin: 0;
}
.single-post .post-tags a {
margin: 2px 2px 0 0;
float: left;
padding: 0 15px;
font-size: 1rem !important;
color: #ffffff;
font-weight: normal;
}
.single-post .post-author-box {
margin-top: 30px;
display: inline-block;
width: 100%;
}
.single-post .post-author-box:after {
content: "";
display: table;
clear: both;
}
.single-post .post-author-box .author-avatar {
float: left;
margin-right: 20px;
}
.single-post .post-author-box .author-avatar img {
width: 70px;
}
.single-post .post-author-box .author-box-content {
overflow: hidden;
}
.single-post .post-author-box .author-box-title {
margin: 0 0 10px 0;
font-size: 1rem;
}
.single-post .related-posts .related-posts-title {
margin: 0 0 30px 0;
font-size: 1.5rem;
text-align: center;
position: relative;
}
.single-post .related-posts .related-posts-title:after {
content: "";
width: 30px;
height: 3px;
left: 50%;
margin-left: -15px;
bottom: -15px;
position: absolute;
-webkit-border-radius: 3px;
-moz-border-radius: 3px;
-ms-border-radius: 3px;
-o-border-radius: 3px;
border-radius: 3px;
}
.single-post .related-posts .list-posts .post {
display: table;
width: 100%;
padding: 20px 0;
border-bottom: 1px solid rgba(0, 0, 0, 0.1);
font-size: 1rem;
}
.single-post .related-posts .list-posts .post:last-child {
border-bottom: none;
}
.single-post .related-posts .list-posts .post > div {
display: table-cell;
vertical-align: middle;
}
.single-post .related-posts .list-posts .post .post-image {
width: 20%;
}
.single-post .related-posts .list-posts .post .post-image a:after {
font-size: 28px;
}
.single-post .related-posts .list-posts .post .post-header {
width: 35%;
}
.single-post .related-posts .list-posts .post .post-header .post-title {
margin: 0;
font-size: 1rem;
padding-left: 30px;
}
.single-post .related-posts .list-posts .post .post-meta {
width: 30%;
text-align: center;
}
.single-post .related-posts .list-posts .post .post-date {
width: 15%;
text-align: right;
}
.single-post .navigation {
margin-top: 0;
}
.woocommerce[class*="columns-"] {
width: 100%;
}
.woocommerce[class*="columns-"] .products {
margin-left: -15px;
margin-right: -15px;
}
.woocommerce[class*="columns-"] .products li {
padding-right: 15px;
padding-left: 15px;
margin-bottom: 30px;
}
.woocommerce.columns-1 .products li {
width: 100%;
}
.woocommerce.columns-2 .products li {
width: 50%;
}
.woocommerce.columns-3 .products li {
width: 33.3333333%;
}
.woocommerce.columns-4 .products li {
width: 25%;
}
.woocommerce.columns-5 .products li {
width: 20%;
}
.woocommerce:after {
content: "";
display: table;
clear: both;
}
.woocommerce .woocommerce-result-count {
margin-bottom: 50px;
font-size: 1rem;
}
.woocommerce .woocommerce-ordering {
position: absolute;
right: 0;
top: -14px;
}
.woocommerce .woocommerce-additional-fields {
display: inline-block;
width: 100%;
padding: 50px 0 0 0;
}
.woocommerce .woocommerce-additional-fields textarea {
width: 100%;
}
.woocommerce .woocommerce-message,
.woocommerce .woocommerce-info,
.woocommerce .woocommerce-error {
padding: 30px 30px 30px 70px;
margin: 0 0 50px 0;
position: relative;
list-style: none;
color: #ffffff;
background: #f76923;
}
.woocommerce .woocommerce-message a,
.woocommerce .woocommerce-info a,
.woocommerce .woocommerce-error a {
color: #ffffff;
border-bottom: 2px solid;
}
.woocommerce .woocommerce-message:after,
.woocommerce .woocommerce-info:after,
.woocommerce .woocommerce-error:after {
content: "\f058";
font-size: 28px;
position: absolute;
left: 30px;
top: 50%;
margin-top: -14px;
font-family: "fontAwesome";
}
.woocommerce .woocommerce-message .button,
.woocommerce .woocommerce-info .button,
.woocommerce .woocommerce-error .button {
position: absolute;
right: 30px;
top: 50%;
border: none;
-webkit-transform: translateY(-50%);
-moz-transform: translateY(-50%);
-ms-transform: translateY(-50%);
-o-transform: translateY(-50%);
transform: translateY(-50%);
}
.woocommerce .woocommerce-message .showlogin,
.woocommerce .woocommerce-info .showlogin,
.woocommerce .woocommerce-error .showlogin,
.woocommerce .woocommerce-message .showcoupon,
.woocommerce .woocommerce-info .showcoupon,
.woocommerce .woocommerce-error .showcoupon {
font-weight: bold;
}
.woocommerce .woocommerce-info {
background: #007aff;
}
.woocommerce .woocommerce-info:after {
content: "\f05a";
}
.woocommerce .woocommerce-error {
background: #ea5b2e;
}
.woocommerce .woocommerce-error:after {
content: "\f071";
}
.woocommerce .checkout_coupon {
margin-bottom: 50px;
}
.woocommerce .onsale {
position: absolute;
top: 12px;
left: 15px;
padding: 0 10px;
z-index: 2;
color: #ffffff;
height: 30px;
line-height: 30px;
font-size: 1rem;
background: #f76923;
}
.woocommerce .onsale:before {
background-color: transparent;
border: 15px solid #f76923;
border-right-color: transparent !important;
bottom: 0;
content: "";
position: absolute;
right: -20px;
z-index: 9;
}
.woocommerce .star-rating {
overflow: hidden;
position: relative;
height: 1em;
line-height: 1.1em;
font-size: 14px;
width: 80px;
font-family: 'FontAwesome';
color: #f76923;
}
.woocommerce .star-rating:before {
content: "\f006\f006\f006\f006\f006";
float: left;
left: 1px;
position: absolute;
top: 0;
letter-spacing: 3px;
}
.woocommerce .star-rating span {
float: left;
left: 0;
overflow: hidden;
padding-top: 1.5em;
position: absolute;
}
.woocommerce .star-rating span:before {
left: 1px;
position: absolute;
top: 0;
content: "\f005\f005\f005\f005\f005";
letter-spacing: 3px;
}
.woocommerce .products {
margin: 0;
padding: 0;
list-style: none;
}
.woocommerce .products li {
padding-bottom: 20px;
text-align: center;
}
.woocommerce .products li .woocommerce-LoopProduct-link {
display: block;
margin-bottom: 20px;
}
.woocommerce .products li h3,
.woocommerce .products li .woocommerce-loop-product__title {
font-size: 1em;
margin: 20px 0 5px 0;
}
.woocommerce .products li .star-rating {
margin: 10px auto;
}
.woocommerce .products li .price {
font-size: 1rem;
color: #ea5b2e;
}
.woocommerce .products li .price del {
color: rgba(0, 0, 0, 0.3);
}
.woocommerce .products li .price ins {
text-decoration: none;
}
.woocommerce .products li:hover .button.loading {
-webkit-opacity: 0.2;
-khtml-opacity: 0.2;
-moz-opacity: 0.2;
opacity: 0.2;
-ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=20);
filter: alpha(opacity=20);
}
.woocommerce .products li .wc-forward {
position: absolute;
left: 50%;
margin-left: -65px;
top: 50%;
margin-top: -25px;
background: #ffffff;
height: 50px;
line-height: 50px;
width: 130px;
text-align: center;
color: #000000;
}
.woocommerce .products li .wc-forward:hover {
background: #000000;
color: #ffffff;
}
.woocommerce .product {
position: relative;
}
.woocommerce .product:after {
content: "";
display: table;
clear: both;
}
.woocommerce .product .images {
position: relative;
float: left;
width: 50%;
padding-right: 25px;
}
.woocommerce .product .images .thumbnails {
width: 100%;
overflow: hidden;
}
.woocommerce .product .images .thumbnails a {
display: block;
float: left;
margin: 10px 10px 0 0;
width: 75px;
}
.woocommerce .product .summary {
width: 50%;
padding-left: 25px;
float: right;
}
.woocommerce .product .summary .product_title {
margin: 0 0 20px 0;
font-size: 1.5em;
}
.woocommerce .product .summary .woocommerce-product-rating {
margin-bottom: 20px;
}
.woocommerce .product .summary .woocommerce-product-rating .star-rating {
display: inline-block;
margin: 0 10px 0 0;
top: 2px;
}
.woocommerce .product .summary .price {
font-size: 2em;
font-weight: bold;
color: #f76923;
}
.woocommerce .product .summary .price ins {
text-decoration: none;
}
.woocommerce .product .summary .price del {
font-weight: normal;
font-size: 0.6em;
color: rgba(0, 0, 0, 0.3);
}
.woocommerce .product .summary div[itemprop="description"] {
border-top: 1px solid rgba(0, 0, 0, 0.1);
padding-top: 20px;
font-size: 1rem;
}
.woocommerce .product .summary div[itemprop="description"] ul {
margin: 0;
padding: 0;
list-style: none;
}
.woocommerce .product .summary div[itemprop="description"] ul li {
padding-left: 25px;
position: relative;
}
.woocommerce .product .summary div[itemprop="description"] ul li:before {
content: "\f192";
font-family: "fontAwesome";
position: absolute;
left: 0;
top: 0;
-webkit-border-radius: 100%;
-moz-border-radius: 100%;
-ms-border-radius: 100%;
-o-border-radius: 100%;
border-radius: 100%;
}
.woocommerce .product .summary .out-of-stock {
margin: 20px 0 0 0;
background: rgba(0, 0, 0, 0.05);
display: inline-block;
padding: 0 10px;
color: #aaa;
}
.woocommerce .product .summary .cart {
margin-top: 30px;
display: inline-block;
width: 100%;
}
.woocommerce .product .summary .cart .quantity .input-text {
width: 100%;
margin-bottom: 10px;
text-align: center;
}
.woocommerce .product .summary .cart .quantity .screen-reader-text {
display: none;
}
.woocommerce .product .summary .variations_form .single_variation_wrap .single_variation {
margin-bottom: 10px;
}
.woocommerce .product .summary .variations_form table {
border: none;
background: transparent;
}
.woocommerce .product .summary .variations_form table tbody tr td,
.woocommerce .product .summary .variations_form table tbody tr th {
padding: 0;
}
.woocommerce .product .summary .variations_form table tbody tr td.label,
.woocommerce .product .summary .variations_form table tbody tr th.label {
display: none;
}
.woocommerce .product .summary .variations_form table tbody tr td.value .reset_variations,
.woocommerce .product .summary .variations_form table tbody tr th.value .reset_variations {
position: absolute;
text-indent: -9999px;
width: 14px;
height: 14px;
left: 15px;
top: 50%;
margin-top: -7px;
}
.woocommerce .product .summary .variations_form table tbody tr td.value .reset_variations:before,
.woocommerce .product .summary .variations_form table tbody tr th.value .reset_variations:before {
content: "\f00d";
font-family: 'FontAwesome';
position: absolute;
left: 0;
top: 0;
width: 14px;
height: 14px;
line-height: 14px;
text-align: center;
text-indent: 0;
font-size: 14px;
font-weight: normal;
}
.woocommerce .product .summary .variations_form table tbody tr td.value select,
.woocommerce .product .summary .variations_form table tbody tr th.value select {
width: 100%;
text-align: center;
}
.woocommerce .product .summary .variations_form table.variations {
margin-bottom: 10px;
position: relative;
}
.woocommerce .product .summary .product_meta {
margin-top: 30px;
font-size: 1rem;
}
.woocommerce .product .summary .product_meta > span {
display: block;
}
.woocommerce .product .woocommerce-tabs {
clear: both;
padding: 60px 0;
}
.woocommerce .product .woocommerce-tabs:after {
content: "";
display: table;
clear: both;
}
.woocommerce .product .woocommerce-tabs .tabs {
margin: 0;
padding: 10px 10px 0 10px;
list-style: none;
}
.woocommerce .product .woocommerce-tabs .tabs li {
display: inline-block;
}
.woocommerce .product .woocommerce-tabs .tabs li a {
display: block;
padding: 15px 20px;
color: #ffffff;
}
.woocommerce .product .woocommerce-tabs .tabs li.active a {
background: #ffffff;
color: inherit;
}
.woocommerce .product .woocommerce-tabs .wc-tab {
padding: 30px 0 0 0;
}
.woocommerce .product .woocommerce-tabs .wc-tab h2 {
font-size: 1.25em;
margin: 0 0 20px 0;
}
.woocommerce .product div.products,
.woocommerce .product section.products {
clear: both;
margin: 0;
padding: 80px 0 50px 0;
border-top: 1px solid rgba(0, 0, 0, 0.1);
}
.woocommerce .product div.products h2:not(.woocommerce-loop-product__title),
.woocommerce .product section.products h2:not(.woocommerce-loop-product__title) {
text-align: center;
font-size: 1.5em;
margin: 0 0 40px 0;
}
.woocommerce > form {
float: left;
width: 70%;
padding-right: 30px;
}
.woocommerce > form.checkout,
.woocommerce > form.checkout_coupon,
.woocommerce > form.login,
.woocommerce > form.lost_reset_password {
float: none;
width: 100%;
padding: 0;
}
.woocommerce > form.login,
.woocommerce > form.checkout_coupon {
width: 50%;
}
.woocommerce > form.login label,
.woocommerce > form.checkout_coupon label {
display: block;
}
.woocommerce > form.login label.inline,
.woocommerce > form.checkout_coupon label.inline {
display: inline-block;
}
.woocommerce > form.login .form-row-first,
.woocommerce > form.checkout_coupon .form-row-first {
float: left;
width: 50%;
padding-right: 15px;
}
.woocommerce > form.login .form-row-last,
.woocommerce > form.checkout_coupon .form-row-last {
float: right;
width: 50%;
padding-left: 15px;
}
.woocommerce > form.login input,
.woocommerce > form.checkout_coupon input {
width: 100%;
}
.woocommerce > form.login input[type="checkbox"],
.woocommerce > form.checkout_coupon input[type="checkbox"] {
width: auto;
}
.woocommerce > form.login input.button,
.woocommerce > form.checkout_coupon input.button {
width: calc(50% - 15px);
margin-right: 30px;
}
.woocommerce > form.login .lost_password,
.woocommerce > form.checkout_coupon .lost_password {
margin-bottom: 50px;
}
.woocommerce > form.checkout_coupon input.button {
width: 100%;
}
.woocommerce > form.lost_reset_password {
width: 50%;
margin: 0 auto;
}
.woocommerce > form.lost_reset_password label {
display: block;
margin-bottom: 5px;
}
.woocommerce > form.lost_reset_password .input-text {
width: 100%;
}
.woocommerce .shop_table .product-thumbnail {
width: 100px;
}
.woocommerce .shop_table .product-thumbnail img {
width: 70px;
}
.woocommerce .shop_table .product-remove {
width: 40px;
}
.woocommerce .shop_table .product-remove a {
font-size: 1.5em;
}
.woocommerce .shop_table .product-name {
font-weight: bold;
width: 200px;
min-width: 200px;
}
.woocommerce .shop_table .product-quantity input {
width: 70px;
text-align: center;
}
.woocommerce .shop_table .product-subtotal {
text-align: right;
font-weight: bold;
font-size: 1.2em;
padding-right: 0;
}
.woocommerce .shop_table thead {
display: none;
}
.woocommerce .shop_table tbody tr:last-child td label[for="coupon_code"] {
display: none;
}
.woocommerce .shop_table td.actions .coupon {
float: left;
}
.woocommerce .shop_table td.actions .coupon .input-text {
margin-right: 10px;
}
.woocommerce .shop_table td.actions .button {
float: right;
}
.woocommerce .cart-collaterals {
float: right;
width: 30%;
padding-left: 30px;
}
.woocommerce .cart-collaterals h2 {
font-size: 1.5em;
text-align: center;
margin: 0 0 30px 0;
}
.woocommerce .cart-collaterals .cross-sells {
display: none;
}
.woocommerce .cart-collaterals .cart_totals {
background: rgba(0, 0, 0, 0.05);
padding: 30px;
}
.woocommerce .cart-collaterals .cart_totals .shop_table {
margin-bottom: 20px;
}
.woocommerce .cart-collaterals .cart_totals .shop_table th,
.woocommerce .cart-collaterals .cart_totals .shop_table td {
padding: 20px 0;
background: transparent;
text-align: left;
border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
.woocommerce .cart-collaterals .cart_totals .shop_table td {
text-align: right;
}
.woocommerce .cart-collaterals .cart_totals .shop_table .order-total .amount {
font-weight: bold;
font-size: 2em;
}
.woocommerce .cart-collaterals .cart_totals .button {
display: block;
width: 100%;
text-align: center;
}
.woocommerce .cart-collaterals .cart_totals .button:hover {
color: #ffffff;
}
.woocommerce .woocommerce-checkout:after {
display: table;
content: "";
clear: both;
}
.woocommerce .woocommerce-checkout #customer_details {
float: left;
width: 70%;
padding-right: 60px;
}
.woocommerce .woocommerce-checkout #customer_details h3 {
font-size: 1.5em;
text-align: center;
margin: 0 0 40px 0;
}
.woocommerce .woocommerce-checkout #customer_details label {
display: block;
}
.woocommerce .woocommerce-checkout #customer_details label.checkbox {
display: inline-block;
}
.woocommerce .woocommerce-checkout #customer_details input {
width: 100%;
}
.woocommerce .woocommerce-checkout #customer_details input.input-checkbox {
width: auto;
}
.woocommerce .woocommerce-checkout #customer_details .form-row-first {
float: left;
width: 50%;
padding-right: 15px;
}
.woocommerce .woocommerce-checkout #customer_details .form-row-last {
float: right;
width: 50%;
padding-left: 15px;
}
.woocommerce .woocommerce-checkout #customer_details .woocommerce-shipping-fields,
.woocommerce .woocommerce-checkout #customer_details .woocommerce-additional-fields {
padding-top: 50px;
}
.woocommerce .woocommerce-checkout #customer_details .woocommerce-shipping-fields textarea,
.woocommerce .woocommerce-checkout #customer_details .woocommerce-additional-fields textarea {
width: 100%;
height: 150px;
max-height: 150px;
}
.woocommerce .woocommerce-checkout #order_review_heading {
font-size: 1.5em;
margin: 0;
padding: 30px 30px 0 30px;
background: rgba(0, 0, 0, 0.05);
text-align: center;
float: right;
width: 30%;
}
.woocommerce .woocommerce-checkout #order_review {
float: right;
width: 30%;
background: rgba(0, 0, 0, 0.05);
padding: 30px;
}
.woocommerce .woocommerce-checkout #order_review .shop_table tr {
border: none;
}
.woocommerce .woocommerce-checkout #order_review .shop_table tr:last-child td {
padding-bottom: 30px;
}
.woocommerce .woocommerce-checkout #order_review .shop_table tr:first-child {
border-top: 1px solid rgba(0, 0, 0, 0.1);
}
.woocommerce .woocommerce-checkout #order_review .shop_table tr:first-child td {
padding-top: 30px;
}
.woocommerce .woocommerce-checkout #order_review .shop_table td {
padding: 10px 0;
}
.woocommerce .woocommerce-checkout #order_review .shop_table .amount {
text-align: right;
display: block;
}
.woocommerce .woocommerce-checkout #order_review .shop_table .product-name {
min-width: 100px;
}
.woocommerce .woocommerce-checkout #order_review .shop_table .product-name .product-quantity {
font-weight: normal;
}
.woocommerce .woocommerce-checkout #order_review .shop_table tfoot th,
.woocommerce .woocommerce-checkout #order_review .shop_table tfoot td {
padding: 10px;
text-align: left;
}
.woocommerce .woocommerce-checkout #order_review .shop_table tfoot .order-total .amount {
font-size: 2em;
}
.woocommerce .woocommerce-checkout #order_review .shop_table tfoot .order-total td {
padding-bottom: 10px;
}
.woocommerce .woocommerce-checkout .woocommerce-checkout-payment ul {
list-style: none;
padding: 30px 0 0 0;
margin: 30px 0;
border-top: 1px solid rgba(0, 0, 0, 0.1);
}
.woocommerce .woocommerce-checkout .woocommerce-checkout-payment ul li {
margin-bottom: 20px;
}
.woocommerce .woocommerce-checkout .woocommerce-checkout-payment ul li label {
font-weight: bold;
margin-left: 5px;
}
.woocommerce .woocommerce-checkout .woocommerce-checkout-payment ul li input {
height: auto;
line-height: inherit;
}
.woocommerce .woocommerce-checkout .woocommerce-checkout-payment ul li img {
display: block;
}
.woocommerce .woocommerce-checkout .woocommerce-checkout-payment ul li:last-child {
margin-bottom: 0;
}
.woocommerce .woocommerce-checkout .woocommerce-checkout-payment .button {
width: 100%;
text-align: center;
}
.woocommerce #comments .woocommerce-Reviews-title {
margin-bottom: 5px;
}
.woocommerce #comments .commentlist {
margin: 40px 0 0 0;
padding: 0;
list-style: none;
}
.woocommerce #comments .commentlist li {
margin-bottom: 40px;
position: relative;
}
.woocommerce #comments .commentlist li:last-child {
margin-bottom: 0;
}
.woocommerce #comments .commentlist li .comment_container {
display: inline-block;
width: 100%;
}
.woocommerce #comments .commentlist li .comment_container img {
float: left;
margin-right: 20px;
}
.woocommerce #comments .commentlist li .comment_container .comment-text {
overflow: hidden;
}
.woocommerce #comments .commentlist li .comment_container .comment-text .meta {
margin: 0;
}
.woocommerce #comments .commentlist li .comment_container .star-rating {
position: absolute;
top: 4px;
right: 0;
}
.woocommerce #respond {
border-top: 1px solid rgba(0, 0, 0, 0.1);
padding-top: 50px;
margin-top: 50px;
}
.woocommerce #respond .comment-reply-title {
margin: 0 0 5px 0;
font-size: 1.25em;
}
.woocommerce #respond .comment-form:after {
content: "";
display: table;
clear: both;
}
.woocommerce #respond .comment-form label {
display: block;
}
.woocommerce #respond .comment-form label[for="rating"] {
display: inline-block;
margin-right: 15px;
}
.woocommerce #respond .comment-form textarea,
.woocommerce #respond .comment-form input {
width: 100%;
}
.woocommerce #respond .comment-form textarea {
max-height: 150px;
}
.woocommerce #respond .comment-form .comment-form-author,
.woocommerce #respond .comment-form .comment-form-email {
float: left;
width: 35%;
padding-right: 20px;
margin-bottom: 0;
}
.woocommerce #respond .comment-form .comment-form-comment {
margin-bottom: 0;
}
.woocommerce #respond .comment-form .form-submit {
float: left;
width: 30%;
padding-top: 1.8em;
margin-bottom: 0;
}
.woocommerce #respond .comment-form .stars {
display: inline-block;
overflow: hidden;
margin: 0;
top: 2px;
position: relative;
height: 1em;
line-height: 1.1em;
font-size: 14px;
width: 80px;
font-family: 'FontAwesome';
}
.woocommerce #respond .comment-form .stars:before {
content: "\f006\f006\f006\f006\f006";
float: left;
left: 0;
position: absolute;
top: 0;
letter-spacing: 3px;
}
.woocommerce #respond .comment-form .stars span a {
float: left;
height: 0;
left: 0;
overflow: hidden;
padding-top: 1em;
position: absolute;
top: 0;
letter-spacing: 3px;
}
.woocommerce #respond .comment-form .stars span a:before {
left: 0;
position: absolute;
top: 0;
visibility: hidden;
content: "\f005\f005\f005\f005\f005";
}
.woocommerce #respond .comment-form .stars span a.star-1 {
width: 16px;
z-index: 10;
}
.woocommerce #respond .comment-form .stars span a.star-2 {
width: 32px;
z-index: 9;
}
.woocommerce #respond .comment-form .stars span a.star-3 {
width: 48px;
z-index: 8;
}
.woocommerce #respond .comment-form .stars span a.star-4 {
width: 64px;
z-index: 7;
}
.woocommerce #respond .comment-form .stars span a.star-5 {
width: 80px;
z-index: 6;
}
.woocommerce #respond .comment-form .stars span a.active:before {
visibility: visible;
}
.widget.woocommerce > form {
width: 100%;
padding: 0;
float: none;
}
.widget.widget_product_search .woocommerce-product-search {
position: relative;
}
.widget.widget_product_search .woocommerce-product-search .screen-reader-text {
display: none;
}
.widget.widget_product_search .woocommerce-product-search .search-field {
width: 100%;
}
.widget.widget_product_search .woocommerce-product-search input[type="submit"] {
background-image: url(//www.raphaelis.de/wp-content/themes/nanocare/assets/img/arrow.svg);
background-color: transparent;
background-repeat: no-repeat;
width: 16px;
height: 16px;
padding: 0;
text-indent: -9999px;
position: absolute;
right: 14px;
top: 50%;
margin-top: -8px;
border: none;
-webkit-box-shadow: none;
-moz-box-shadow: none;
-ms-box-shadow: none;
-o-box-shadow: none;
box-shadow: none;
-webkit-transform: translateX(0) translateY(0) rotate(-90deg);
-moz-transform: translateX(0) translateY(0) rotate(-90deg);
-ms-transform: translateX(0) translateY(0) rotate(-90deg);
-o-transform: translateX(0) translateY(0) rotate(-90deg);
transform: translateX(0) translateY(0) rotate(-90deg);
}
.widget.widget_price_filter .price_slider_wrapper {
padding-top: 10px;
}
.widget.widget_price_filter .price_slider_wrapper .ui-slider-horizontal {
height: 2px;
background: rgba(0, 0, 0, 0.1);
}
.widget.widget_price_filter .price_slider_wrapper .ui-slider {
position: relative;
}
.widget.widget_price_filter .price_slider_wrapper .ui-slider .ui-slider-range {
position: absolute;
z-index: 1;
display: block;
height: 100%;
top: 0;
}
.widget.widget_price_filter .price_slider_wrapper .ui-slider .ui-slider-handle {
height: 9px;
width: 9px;
cursor: pointer;
position: absolute;
z-index: 2;
top: -4px;
outline: 0;
background: #f76923;
-webkit-border-radius: 100%;
-moz-border-radius: 100%;
-ms-border-radius: 100%;
-o-border-radius: 100%;
border-radius: 100%;
-webkit-transition: none;
-moz-transition: none;
-ms-transition: none;
-o-transition: none;
transition: none;
}
.widget.widget_price_filter .price_slider_wrapper .ui-slider .ui-slider-handle:last-child {
margin-left: -8px;
}
.widget.widget_price_filter .price_slider_wrapper .price_slider_amount {
margin-top: 25px;
}
.widget.widget_price_filter .price_slider_wrapper .price_slider_amount .button {
display: block;
width: 100%;
margin: 0 0 15px 0;
cursor: pointer;
}
.widget.widget_product_tag_cloud .tagcloud {
overflow: hidden;
}
.widget.widget_product_tag_cloud .tagcloud a {
color: #ffffff;
padding: 1px 10px;
margin: 0 2px 2px 0;
float: left;
position: relative;
font-size: 1rem !important;
background: #000000;
}
.widget.widget_nm_color_filters .color-item {
margin: 0 5px 5px 0;
width: 32px !important;
}
.widget.widget_nm_color_filters .color-wrap {
width: 32px;
height: 32px;
}
.widget.widget_nm_color_filters .rcorners {
width: 32px;
height: 32px;
margin: 0;
-webkit-border-radius: 0;
-moz-border-radius: 0;
-ms-border-radius: 0;
-o-border-radius: 0;
border-radius: 0;
}
.widget.widget_nm_color_filters .rcorners a {
display: block;
width: 100%;
height: 100%;
}
.widget.widget_products ul,
.widget.widget_recently_viewed_products ul,
.widget.widget_recent_reviews ul,
.widget.widget_top_rated_products ul {
margin: 0;
padding: 0;
list-style: none;
}
.widget.widget_products ul li,
.widget.widget_recently_viewed_products ul li,
.widget.widget_recent_reviews ul li,
.widget.widget_top_rated_products ul li {
display: inline-block;
width: 100%;
margin-bottom: 20px;
}
.widget.widget_products ul li:last-child,
.widget.widget_recently_viewed_products ul li:last-child,
.widget.widget_recent_reviews ul li:last-child,
.widget.widget_top_rated_products ul li:last-child {
margin-bottom: 0;
}
.widget.widget_products ul li img,
.widget.widget_recently_viewed_products ul li img,
.widget.widget_recent_reviews ul li img,
.widget.widget_top_rated_products ul li img {
width: 50px;
float: right;
margin-left: 20px;
}
.widget.widget_products ul li a,
.widget.widget_recently_viewed_products ul li a,
.widget.widget_recent_reviews ul li a,
.widget.widget_top_rated_products ul li a {
display: block;
}
.widget.widget_products ul li a:after,
.widget.widget_recently_viewed_products ul li a:after,
.widget.widget_recent_reviews ul li a:after,
.widget.widget_top_rated_products ul li a:after {
display: none;
}
.widget.widget_shopping_cart .cart_list li {
display: inline-block;
width: 100%;
margin-bottom: 20px;
position: relative;
}
.widget.widget_shopping_cart .cart_list li img {
width: 55px;
float: left;
margin-right: 20px;
}
.widget.widget_shopping_cart .cart_list li .quantity {
display: block;
padding-left: 70px;
}
.widget.widget_shopping_cart .cart_list li .remove {
position: absolute;
width: 25px;
height: 25px;
text-align: center;
line-height: 24px;
background: #ffffff;
color: #000000;
left: 15px;
top: 15px;
visibility: hidden;
-webkit-opacity: 0;
-khtml-opacity: 0;
-moz-opacity: 0;
opacity: 0;
-ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=0);
filter: alpha(opacity=0);
}
.widget.widget_shopping_cart .cart_list li .remove:hover {
background: #000000;
color: #ffffff;
}
.widget.widget_shopping_cart .cart_list li:hover .remove {
visibility: visible;
-webkit-opacity: 1;
-khtml-opacity: 1;
-moz-opacity: 1;
opacity: 1;
-ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=100);
filter: alpha(opacity=100);
}
.widget.widget_shopping_cart .buttons {
display: inline-block;
width: 100%;
}
.widget.widget_shopping_cart .buttons .button {
padding: 0;
display: inline-block;
width: 49%;
text-align: center;
color: #ffffff;
}
.widget.widget_shopping_cart .buttons .checkout {
float: right;
}
.woocommerce-pagination ul {
margin: 20px 0 0 0;
font-size: 1rem;
overflow: hidden;
text-align: center;
padding: 0;
list-style: none;
}
.woocommerce-pagination ul li {
width: 45px;
height: 45px;
display: inline-block;
line-height: 45px;
}
.woocommerce-pagination ul li .page-numbers {
width: 45px;
height: 45px;
display: inline-block;
text-align: center;
line-height: 45px;
position: relative;
-webkit-border-radius: 100%;
-moz-border-radius: 100%;
-ms-border-radius: 100%;
-o-border-radius: 100%;
border-radius: 100%;
}
.woocommerce-pagination ul li .page-numbers:hover,
.woocommerce-pagination ul li .page-numbers.current {
color: #ffffff;
}
.woocommerce-pagination ul li .page-numbers.next,
.woocommerce-pagination ul li .page-numbers.prev {
text-indent: -9999px;
}
.woocommerce-pagination ul li .page-numbers.next:before,
.woocommerce-pagination ul li .page-numbers.prev:before {
content: "\f105";
font-family: "fontAwesome";
font-size: 28px;
font-weight: normal;
text-indent: 0;
position: absolute;
width: 45px;
height: 45px;
text-align: center;
line-height: 42px;
top: 0;
left: 0;
}
.woocommerce-pagination ul li .page-numbers.prev:before {
content: "\f104";
}
.woocommerce-pagination.pager-numeric {
font-size: 1rem;
overflow: hidden;
text-align: center;
}
.woocommerce-pagination.pager-numeric .page-numbers {
width: 45px;
height: 45px;
display: inline-block;
text-align: center;
line-height: 45px;
position: relative;
-webkit-border-radius: 100%;
-moz-border-radius: 100%;
-ms-border-radius: 100%;
-o-border-radius: 100%;
border-radius: 100%;
}
.woocommerce-pagination.pager-numeric .page-numbers:hover,
.woocommerce-pagination.pager-numeric .page-numbers.current {
color: #ffffff;
}
.woocommerce-pagination.pager-numeric .page-numbers.dots {
width: 20px;
background: none !important;
color: inherit;
}
.woocommerce-pagination.pager-numeric .page-numbers.next,
.woocommerce-pagination.pager-numeric .page-numbers.prev {
text-indent: -9999px;
}
.woocommerce-pagination.pager-numeric .page-numbers.next:before,
.woocommerce-pagination.pager-numeric .page-numbers.prev:before {
content: "\f105";
font-family: "fontAwesome";
font-size: 28px;
font-weight: normal;
text-indent: 0;
position: absolute;
width: 45px;
height: 45px;
text-align: center;
line-height: 42px;
top: 0;
left: 0;
}
.woocommerce-pagination.pager-numeric .page-numbers.prev:before {
content: "\f104";
} .product .images {
position: relative;
margin-bottom: 3em;
}
.product .images figure {
margin: 0;
}
.product .images .woocommerce-product-gallery__image:nth-child(n+2) {
width: 25%;
display: inline-block;
vertical-align: top;
}
.product .images .flex-control-thumbs li {
list-style: none;
float: left;
cursor: pointer;
}
.product .images .flex-control-thumbs img {
-webkit-opacity: 0.5;
-khtml-opacity: 0.5;
-moz-opacity: 0.5;
opacity: 0.5;
-ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=50);
filter: alpha(opacity=50);
}
.product .images .flex-control-thumbs img.flex-active,
.product .images .flex-control-thumbs img:hover {
-webkit-opacity: 1;
-khtml-opacity: 1;
-moz-opacity: 1;
opacity: 1;
-ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=100);
filter: alpha(opacity=100);
}
.product .images img {
display: block;
}
.woocommerce-product-gallery--columns-3 .flex-control-thumbs li {
width: 33.3333%;
}
.woocommerce-product-gallery--columns-4 .flex-control-thumbs li {
width: 25%;
}
.woocommerce-product-gallery--columns-5 .flex-control-thumbs li {
width: 20%;
}
.woocommerce-product-gallery__trigger {
position: absolute;
top: 1em;
right: 1em;
z-index: 99;
}
a.woocommerce-product-gallery__trigger {
text-decoration: none;
}
.single-product div.product .woocommerce-product-gallery .woocommerce-product-gallery__trigger {
position: absolute;
top: .875em;
right: 40px;
display: block;
height: 2em;
width: 2em;
border-radius: 3px;
z-index: 99;
text-align: center;
text-indent: -999px;
overflow: hidden;
}
.single-product div.product .woocommerce-product-gallery .woocommerce-product-gallery__trigger {
background-color: #169fda;
color: #ffffff;
}
.single-product div.product .woocommerce-product-gallery .woocommerce-product-gallery__trigger:hover {
background-color: #1781ae;
border-color: #1781ae;
color: #ffffff;
}
.single-product div.product .woocommerce-product-gallery .woocommerce-product-gallery__trigger:before {
font: normal normal normal 1em/1 FontAwesome;
font-size: inherit;
text-rendering: auto;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
display: block;
content: "\f00e";
line-height: 2;
text-indent: 0;
}
.woocommerce-product-gallery .flex-control-thumbs {
margin: 5px -5px 0 -5px;
padding: 0;
}
.woocommerce-product-gallery .flex-control-thumbs:after {
display: table;
clear: both;
content: "";
}
.woocommerce-product-gallery .flex-control-thumbs li {
padding: 5px;
}
.woocommerce-product-gallery .flex-control-thumbs img {
width: 100%;
}
@media only screen and (max-width: 1100px) {
body .site-topbar {
padding: 15px 0;
}
body .site-topbar .topbar-text ul li {
margin-right: 20px;
}
body .site-topbar .topbar-text ul li i {
font-size: 28px;
margin-right: 5px;
}
body .site-topbar .topbar-text ul li .content span.action {
font-size: 1rem;
}
body .site-topbar .topbar-text ul li .content span.text {
margin-bottom: 5px;
}
body .site-topbar .menu-top > li {
margin-left: 20px;
}
body .site-topbar .menu-top > li i {
font-size: 14px;
}
body .site-topbar .menu-top > li > a:after {
display: none;
}
body .site-header-classic .navigator .menu li,
body .site-header-sticky .navigator .menu li {
margin-right: 10px;
margin-left: 10px;
}
body .site-header-classic .navigator .menu li:before,
body .site-header-sticky .navigator .menu li:before {
display: none;
}
}
@media only screen and (max-width: 992px) {
body .site-topbar .site-topbar-flex {
display: block;
}
body .site-topbar .topbar-text {
border-bottom: 1px solid rgba(255, 255, 255, 0.1);
text-align: center;
margin-bottom: 15px;
}
body .site-topbar .topbar-text ul li {
margin: 0 10px 15px;
text-align: left;
}
body .site-topbar .topbar-text ul li:last-child {
margin-right: 0;
}
body .site-topbar .topbar-text ul li:first-child {
margin-left: 0;
}
body .site-topbar .topbar-nav {
display: block;
}
body .site-topbar .menu-top > li {
margin: 0 15px 0 0;
}
body .site-topbar .menu-top > li:last-child {
margin-right: 0;
}
body .site-topbar .menu-top > li i {
display: none;
}
body .site-topbar .menu-top > li > a {
padding: 0;
height: 32px;
line-height: 32px;
}
body .site-topbar .menu-top > li.menu-item-has-children > a:before {
bottom: -3px;
}
body .site-topbar .menu-top > li .sub-menu {
top: calc(100% + 15px);
}
body .site-topbar .menu-top > li .sub-menu li .sub-menu {
top: -15px;
}
body .site-topbar .off-canvas-toggle {
position: absolute;
margin: 0;
right: 0;
bottom: 0;
width: 24px;
height: 32px;
border: none;
}
body .rev_slider .button {
height: auto !important;
}
body .woocommerce > form,
body .woocommerce .cart-collaterals,
body .woocommerce .woocommerce-checkout #customer_details {
float: none;
width: 100%;
padding: 0;
margin-bottom: 30px;
}
body .woocommerce .woocommerce-checkout #order_review,
body .woocommerce .woocommerce-checkout #order_review_heading {
float: none;
width: 100%;
}
body .woocommerce .shop_table td.actions .button,
body .woocommerce .shop_table td.actions .coupon,
body .woocommerce .shop_table td.actions .coupon .input-text {
width: 250px;
display: block;
float: none;
margin: 0 0 10px 0;
}
} @media only screen and (min-width: 768px) and (max-width: 992px) {
body.sliding-desktop-off a[data-target="off-canvas-right"] {
display: block;
}
body.sidebar-left .main-sidebar,
body.sidebar-right .main-sidebar {
float: none;
margin-top: 80px;
width: 100%;
padding-left: 0;
padding-right: 0;
}
body.sidebar-left #main-content,
body.sidebar-right #main-content {
float: none;
width: 100%;
}
body [data-grid][data-columns="2"] .post,
body [data-grid-normal][data-columns="2"] .post,
body [data-grid][data-columns="3"] .post,
body [data-grid-normal][data-columns="3"] .post,
body [data-grid][data-columns="4"] .post,
body [data-grid-normal][data-columns="4"] .post,
body [data-grid][data-columns="5"] .post,
body [data-grid-normal][data-columns="5"] .post,
body [data-grid][data-columns="2"] .project,
body [data-grid-normal][data-columns="2"] .project,
body [data-grid][data-columns="3"] .project,
body [data-grid-normal][data-columns="3"] .project,
body [data-grid][data-columns="4"] .project,
body [data-grid-normal][data-columns="4"] .project,
body [data-grid][data-columns="5"] .project,
body [data-grid-normal][data-columns="5"] .project,
body [data-grid][data-columns="2"] .product,
body [data-grid-normal][data-columns="2"] .product,
body [data-grid][data-columns="3"] .product,
body [data-grid-normal][data-columns="3"] .product,
body [data-grid][data-columns="4"] .product,
body [data-grid-normal][data-columns="4"] .product,
body [data-grid][data-columns="5"] .product,
body [data-grid-normal][data-columns="5"] .product {
width: 33.3333333%;
}
body h1 {
font-size: 3rem;
}
body h2 {
font-size: 2.8rem;
}
body .site-header-classic .navigator .menu,
body .site-header-sticky .navigator .menu {
display: none;
}
body .row {
margin-bottom: 0 !important;
}
body .row .columns.columns-1,
body .row .columns.columns-2,
body .row .columns.columns-3,
body .row .columns.columns-4,
body .row .columns.columns-5,
body .row .columns.columns-6,
body .row .columns.columns-7,
body .row .columns.columns-8,
body .row .columns.columns-9,
body .row .columns.columns-10,
body .row .columns.columns-11,
body .row .columns.columns-12 {
width: 100%;
float: none;
}
body .row .columns.columns-1 input,
body .row .columns.columns-2 input,
body .row .columns.columns-3 input,
body .row .columns.columns-4 input,
body .row .columns.columns-5 input,
body .row .columns.columns-6 input,
body .row .columns.columns-7 input,
body .row .columns.columns-8 input,
body .row .columns.columns-9 input,
body .row .columns.columns-10 input,
body .row .columns.columns-11 input,
body .row .columns.columns-12 input,
body .row .columns.columns-1 select,
body .row .columns.columns-2 select,
body .row .columns.columns-3 select,
body .row .columns.columns-4 select,
body .row .columns.columns-5 select,
body .row .columns.columns-6 select,
body .row .columns.columns-7 select,
body .row .columns.columns-8 select,
body .row .columns.columns-9 select,
body .row .columns.columns-10 select,
body .row .columns.columns-11 select,
body .row .columns.columns-12 select,
body .row .columns.columns-1 textarea,
body .row .columns.columns-2 textarea,
body .row .columns.columns-3 textarea,
body .row .columns.columns-4 textarea,
body .row .columns.columns-5 textarea,
body .row .columns.columns-6 textarea,
body .row .columns.columns-7 textarea,
body .row .columns.columns-8 textarea,
body .row .columns.columns-9 textarea,
body .row .columns.columns-10 textarea,
body .row .columns.columns-11 textarea,
body .row .columns.columns-12 textarea {
width: 100%;
margin-bottom: 30px;
}
body.blog-medium .post.has-post-thumbnail .post-boxed {
padding: 0;
}
body .comments-area .comment-respond .comment-form .comment-form-author,
body .comments-area .comment-respond .comment-form .comment-form-email,
body .comments-area .comment-respond .comment-form .comment-form-url {
float: none;
width: 100%;
padding: 0;
margin-bottom: 20px;
}
body .comments-area .comment-respond .comment-form .form-submit {
padding: 0;
}
body .comments-area .comment-respond .comment-form .form-submit input {
width: 100%;
text-align: center;
padding: 0;
}
} @media only screen and (min-width: 992px) and (max-width: 1200px) {
body.sidebar-left [data-grid][data-columns="2"] .post,
body.sidebar-right [data-grid][data-columns="2"] .post,
body.sidebar-left [data-grid-normal][data-columns="2"] .post,
body.sidebar-right [data-grid-normal][data-columns="2"] .post,
body.sidebar-left [data-grid][data-columns="3"] .post,
body.sidebar-right [data-grid][data-columns="3"] .post,
body.sidebar-left [data-grid-normal][data-columns="3"] .post,
body.sidebar-right [data-grid-normal][data-columns="3"] .post,
body.sidebar-left [data-grid][data-columns="4"] .post,
body.sidebar-right [data-grid][data-columns="4"] .post,
body.sidebar-left [data-grid-normal][data-columns="4"] .post,
body.sidebar-right [data-grid-normal][data-columns="4"] .post,
body.sidebar-left [data-grid][data-columns="5"] .post,
body.sidebar-right [data-grid][data-columns="5"] .post,
body.sidebar-left [data-grid-normal][data-columns="5"] .post,
body.sidebar-right [data-grid-normal][data-columns="5"] .post,
body.sidebar-left [data-grid][data-columns="2"] .project,
body.sidebar-right [data-grid][data-columns="2"] .project,
body.sidebar-left [data-grid-normal][data-columns="2"] .project,
body.sidebar-right [data-grid-normal][data-columns="2"] .project,
body.sidebar-left [data-grid][data-columns="3"] .project,
body.sidebar-right [data-grid][data-columns="3"] .project,
body.sidebar-left [data-grid-normal][data-columns="3"] .project,
body.sidebar-right [data-grid-normal][data-columns="3"] .project,
body.sidebar-left [data-grid][data-columns="4"] .project,
body.sidebar-right [data-grid][data-columns="4"] .project,
body.sidebar-left [data-grid-normal][data-columns="4"] .project,
body.sidebar-right [data-grid-normal][data-columns="4"] .project,
body.sidebar-left [data-grid][data-columns="5"] .project,
body.sidebar-right [data-grid][data-columns="5"] .project,
body.sidebar-left [data-grid-normal][data-columns="5"] .project,
body.sidebar-right [data-grid-normal][data-columns="5"] .project,
body.sidebar-left [data-grid][data-columns="2"] .product,
body.sidebar-right [data-grid][data-columns="2"] .product,
body.sidebar-left [data-grid-normal][data-columns="2"] .product,
body.sidebar-right [data-grid-normal][data-columns="2"] .product,
body.sidebar-left [data-grid][data-columns="3"] .product,
body.sidebar-right [data-grid][data-columns="3"] .product,
body.sidebar-left [data-grid-normal][data-columns="3"] .product,
body.sidebar-right [data-grid-normal][data-columns="3"] .product,
body.sidebar-left [data-grid][data-columns="4"] .product,
body.sidebar-right [data-grid][data-columns="4"] .product,
body.sidebar-left [data-grid-normal][data-columns="4"] .product,
body.sidebar-right [data-grid-normal][data-columns="4"] .product,
body.sidebar-left [data-grid][data-columns="5"] .product,
body.sidebar-right [data-grid][data-columns="5"] .product,
body.sidebar-left [data-grid-normal][data-columns="5"] .product,
body.sidebar-right [data-grid-normal][data-columns="5"] .product {
width: 50%;
}
body h1 {
font-size: 2rem;
}
body h2 {
font-size: 1.8rem;
}
body .site-content .content-header.content-header-center .wrap-inner {
width: 100%;
}
body.blog-medium .post.has-post-thumbnail .post-boxed {
padding: 0;
}
} @media only screen and (min-width: 320px) and (max-width: 544px) {
body [data-grid][data-columns="2"] .post,
body [data-grid-normal][data-columns="2"] .post,
body [data-grid][data-columns="3"] .post,
body [data-grid-normal][data-columns="3"] .post,
body [data-grid][data-columns="4"] .post,
body [data-grid-normal][data-columns="4"] .post,
body [data-grid][data-columns="5"] .post,
body [data-grid-normal][data-columns="5"] .post,
body [data-grid][data-columns="2"] .project,
body [data-grid-normal][data-columns="2"] .project,
body [data-grid][data-columns="3"] .project,
body [data-grid-normal][data-columns="3"] .project,
body [data-grid][data-columns="4"] .project,
body [data-grid-normal][data-columns="4"] .project,
body [data-grid][data-columns="5"] .project,
body [data-grid-normal][data-columns="5"] .project,
body [data-grid][data-columns="2"] .product,
body [data-grid-normal][data-columns="2"] .product,
body [data-grid][data-columns="3"] .product,
body [data-grid-normal][data-columns="3"] .product,
body [data-grid][data-columns="4"] .product,
body [data-grid-normal][data-columns="4"] .product,
body [data-grid][data-columns="5"] .product,
body [data-grid-normal][data-columns="5"] .product {
width: 100%;
}
body.sidebar-left .main-sidebar,
body.sidebar-right .main-sidebar {
float: none;
margin-top: 80px;
width: 100%;
padding-left: 0;
padding-right: 0;
}
body.sidebar-left #main-content,
body.sidebar-right #main-content {
float: none;
width: 100%;
}
body.blog-medium .post.has-post-thumbnail .post-image {
float: none;
margin: 0;
width: 100%;
}
body.blog-medium .post.has-post-thumbnail .post-boxed {
padding: 40px 0 0 0;
}
body .site-topbar .topbar-text {
text-align: left;
font-size: 14px;
}
body .site-topbar .topbar-text ul li {
margin: 0 5px 15px;
text-align: left;
}
body .site-topbar .topbar-text ul li:last-child {
margin-right: 0;
}
body .site-topbar .topbar-text ul li:first-child {
margin-left: 0;
}
body .site-topbar .topbar-text ul li i {
display: none;
}
body .site-header-classic .navigator .social-icons,
body .site-header-sticky .navigator .social-icons {
display: none;
}
body .site-header-classic.header-brand-left .header-brand,
body .site-header-sticky.header-brand-left .header-brand,
body .site-header-classic.header-brand-center .header-brand,
body .site-header-sticky.header-brand-center .header-brand {
text-align: left;
float: left;
position: static;
-webkit-transform: translateX(0) translateY(0);
-moz-transform: translateX(0) translateY(0);
-ms-transform: translateX(0) translateY(0);
-o-transform: translateX(0) translateY(0);
transform: translateX(0) translateY(0);
}
} @media only screen and (min-width: 544px) and (max-width: 768px) {
body.sidebar-left .main-sidebar,
body.sidebar-right .main-sidebar {
float: none;
margin-top: 80px;
width: 100%;
padding-right: 0;
padding-left: 0;
}
body.sidebar-left #main-content,
body.sidebar-right #main-content {
float: none;
width: 100%;
}
body [data-grid][data-columns="2"] .post,
body [data-grid-normal][data-columns="2"] .post,
body [data-grid][data-columns="3"] .post,
body [data-grid-normal][data-columns="3"] .post,
body [data-grid][data-columns="4"] .post,
body [data-grid-normal][data-columns="4"] .post,
body [data-grid][data-columns="5"] .post,
body [data-grid-normal][data-columns="5"] .post,
body [data-grid][data-columns="2"] .project,
body [data-grid-normal][data-columns="2"] .project,
body [data-grid][data-columns="3"] .project,
body [data-grid-normal][data-columns="3"] .project,
body [data-grid][data-columns="4"] .project,
body [data-grid-normal][data-columns="4"] .project,
body [data-grid][data-columns="5"] .project,
body [data-grid-normal][data-columns="5"] .project,
body [data-grid][data-columns="2"] .product,
body [data-grid-normal][data-columns="2"] .product,
body [data-grid][data-columns="3"] .product,
body [data-grid-normal][data-columns="3"] .product,
body [data-grid][data-columns="4"] .product,
body [data-grid-normal][data-columns="4"] .product,
body [data-grid][data-columns="5"] .product,
body [data-grid-normal][data-columns="5"] .product {
width: 50%;
}
body.blog-medium .post.has-post-thumbnail .post-image {
float: none;
margin: 0;
width: 100%;
}
body.blog-medium .post.has-post-thumbnail .post-boxed {
padding: 40px 0 0 0;
}
body.single-nproject.project-gallery-left .content-inner .project-content,
body.single-nproject.project-gallery-right .content-inner .project-content,
body.single-nproject.project-gallery-left .content-inner .project-gallery,
body.single-nproject.project-gallery-right .content-inner .project-gallery {
float: none;
width: 100%;
padding-left: 0;
padding-right: 0;
margin-bottom: 50px;
}
}
@media only screen and (max-width: 768px) {
body.single-post .related-posts .list-posts .post .post-meta,
body.single-post .related-posts .list-posts .post .post-date {
display: none;
}
body.sliding-desktop-off a[data-target="off-canvas-right"] {
display: block;
}
body.single-post.sidebar-none .main-content .content .post {
width: 100%;
}
body.single-nproject.project-gallery-left .content-inner .project-content,
body.single-nproject.project-gallery-right .content-inner .project-content,
body.single-nproject.project-gallery-left .content-inner .project-gallery,
body.single-nproject.project-gallery-right .content-inner .project-gallery {
float: none;
width: 100%;
padding-left: 0;
padding-right: 0;
margin-bottom: 50px;
}
body .site-header-classic .navigator .menu,
body .site-header-sticky .navigator .menu {
display: none;
}
body h1 {
font-size: 2rem;
}
body h2 {
font-size: 1.8rem;
}
body .text-right {
text-align: inherit;
}
body .site-content .content-header.content-header-inline .wrap-inner {
width: 100%;
max-width: 100%;
padding: 30px;
}
body .site-content .content-header.content-header-inline .down-arrow {
display: none;
}
body .site-content .content-header .page-title-inner {
font-size: 1.8rem;
}
body .site-footer .footer-widgets aside[data-width="1"],
body .site-footer .footer-widgets aside[data-width="2"],
body .site-footer .footer-widgets aside[data-width="3"],
body .site-footer .footer-widgets aside[data-width="4"],
body .site-footer .footer-widgets aside[data-width="5"],
body .site-footer .footer-widgets aside[data-width="6"],
body .site-footer .footer-widgets aside[data-width="7"],
body .site-footer .footer-widgets aside[data-width="8"],
body .site-footer .footer-widgets aside[data-width="9"],
body .site-footer .footer-widgets aside[data-width="10"],
body .site-footer .footer-widgets aside[data-width="11"],
body .site-footer .footer-widgets aside[data-width="12"] {
width: 100%;
margin-bottom: 50px;
}
body .site-footer .footer-widgets aside[data-width="1"]:last-child,
body .site-footer .footer-widgets aside[data-width="2"]:last-child,
body .site-footer .footer-widgets aside[data-width="3"]:last-child,
body .site-footer .footer-widgets aside[data-width="4"]:last-child,
body .site-footer .footer-widgets aside[data-width="5"]:last-child,
body .site-footer .footer-widgets aside[data-width="6"]:last-child,
body .site-footer .footer-widgets aside[data-width="7"]:last-child,
body .site-footer .footer-widgets aside[data-width="8"]:last-child,
body .site-footer .footer-widgets aside[data-width="9"]:last-child,
body .site-footer .footer-widgets aside[data-width="10"]:last-child,
body .site-footer .footer-widgets aside[data-width="11"]:last-child,
body .site-footer .footer-widgets aside[data-width="12"]:last-child {
margin-bottom: 0;
}
body .content-bottom-widgets .content-bottom-aside-wrap aside[data-width="1"],
body .content-bottom-widgets .content-bottom-aside-wrap aside[data-width="2"],
body .content-bottom-widgets .content-bottom-aside-wrap aside[data-width="3"],
body .content-bottom-widgets .content-bottom-aside-wrap aside[data-width="4"],
body .content-bottom-widgets .content-bottom-aside-wrap aside[data-width="5"],
body .content-bottom-widgets .content-bottom-aside-wrap aside[data-width="6"],
body .content-bottom-widgets .content-bottom-aside-wrap aside[data-width="7"],
body .content-bottom-widgets .content-bottom-aside-wrap aside[data-width="8"],
body .content-bottom-widgets .content-bottom-aside-wrap aside[data-width="9"],
body .content-bottom-widgets .content-bottom-aside-wrap aside[data-width="10"],
body .content-bottom-widgets .content-bottom-aside-wrap aside[data-width="11"],
body .content-bottom-widgets .content-bottom-aside-wrap aside[data-width="12"] {
width: 100%;
margin-bottom: 50px;
}
body .content-bottom-widgets .content-bottom-aside-wrap aside[data-width="1"]:last-child,
body .content-bottom-widgets .content-bottom-aside-wrap aside[data-width="2"]:last-child,
body .content-bottom-widgets .content-bottom-aside-wrap aside[data-width="3"]:last-child,
body .content-bottom-widgets .content-bottom-aside-wrap aside[data-width="4"]:last-child,
body .content-bottom-widgets .content-bottom-aside-wrap aside[data-width="5"]:last-child,
body .content-bottom-widgets .content-bottom-aside-wrap aside[data-width="6"]:last-child,
body .content-bottom-widgets .content-bottom-aside-wrap aside[data-width="7"]:last-child,
body .content-bottom-widgets .content-bottom-aside-wrap aside[data-width="8"]:last-child,
body .content-bottom-widgets .content-bottom-aside-wrap aside[data-width="9"]:last-child,
body .content-bottom-widgets .content-bottom-aside-wrap aside[data-width="10"]:last-child,
body .content-bottom-widgets .content-bottom-aside-wrap aside[data-width="11"]:last-child,
body .content-bottom-widgets .content-bottom-aside-wrap aside[data-width="12"]:last-child {
margin-bottom: 0;
}
body .projects-filter ul {
border: none;
}
body .projects-filter ul li {
display: block;
margin: 0;
}
body .projects-filter ul li a {
border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
body .projects-filter ul li a:after {
display: none;
}
body .row {
margin-bottom: 0 !important;
}
body .row .columns.columns-1,
body .row .columns.columns-2,
body .row .columns.columns-3,
body .row .columns.columns-4,
body .row .columns.columns-5,
body .row .columns.columns-6,
body .row .columns.columns-7,
body .row .columns.columns-8,
body .row .columns.columns-9,
body .row .columns.columns-10,
body .row .columns.columns-11,
body .row .columns.columns-12 {
width: 100%;
float: none;
}
body .row .columns.columns-1 input,
body .row .columns.columns-2 input,
body .row .columns.columns-3 input,
body .row .columns.columns-4 input,
body .row .columns.columns-5 input,
body .row .columns.columns-6 input,
body .row .columns.columns-7 input,
body .row .columns.columns-8 input,
body .row .columns.columns-9 input,
body .row .columns.columns-10 input,
body .row .columns.columns-11 input,
body .row .columns.columns-12 input,
body .row .columns.columns-1 select,
body .row .columns.columns-2 select,
body .row .columns.columns-3 select,
body .row .columns.columns-4 select,
body .row .columns.columns-5 select,
body .row .columns.columns-6 select,
body .row .columns.columns-7 select,
body .row .columns.columns-8 select,
body .row .columns.columns-9 select,
body .row .columns.columns-10 select,
body .row .columns.columns-11 select,
body .row .columns.columns-12 select,
body .row .columns.columns-1 textarea,
body .row .columns.columns-2 textarea,
body .row .columns.columns-3 textarea,
body .row .columns.columns-4 textarea,
body .row .columns.columns-5 textarea,
body .row .columns.columns-6 textarea,
body .row .columns.columns-7 textarea,
body .row .columns.columns-8 textarea,
body .row .columns.columns-9 textarea,
body .row .columns.columns-10 textarea,
body .row .columns.columns-11 textarea,
body .row .columns.columns-12 textarea {
width: 100%;
margin-bottom: 30px;
}
body.blog-medium .post.has-post-thumbnail .post-image {
margin: 0 0 30px;
float: none;
width: 100%;
}
body.blog-medium .post-left,
body.blog-large .post-left,
body.single-post .post-left {
float: none;
width: 100%;
margin: 0 0 20px 0;
text-align: left;
}
body.blog-medium .post-left .post-author,
body.blog-large .post-left .post-author,
body.single-post .post-left .post-author {
display: inline;
padding: 0;
border: none;
vertical-align: middle;
}
body.blog-medium .post-left .post-author img,
body.blog-large .post-left .post-author img,
body.single-post .post-left .post-author img {
width: 32px;
margin: 0 5px 0 0;
vertical-align: middle;
}
body.blog-medium .post-left .post-author span,
body.blog-large .post-left .post-author span,
body.single-post .post-left .post-author span {
display: inline;
}
body.blog-medium .post-left .post-date,
body.blog-large .post-left .post-date,
body.single-post .post-left .post-date {
display: inline;
vertical-align: middle;
padding: 0;
}
body.blog-medium .post-left .post-date span.post-day,
body.blog-large .post-left .post-date span.post-day,
body.single-post .post-left .post-date span.post-day {
display: inline;
font-size: 1rem;
font-weight: normal;
}
body.blog-medium .post-right,
body.blog-large .post-right,
body.single-post .post-right {
overflow: visible;
}
body.blog-medium .post-header .post-title,
body.blog-large .post-header .post-title,
body.single-post .post-header .post-title {
font-size: 1.5rem;
}
body.blog-medium .post-left-bottom,
body.blog-large .post-left-bottom,
body.single-post .post-left-bottom {
position: static;
width: 100%;
margin-bottom: 30px;
}
body.blog-medium .post-left-bottom .social-share-wrap,
body.blog-large .post-left-bottom .social-share-wrap,
body.single-post .post-left-bottom .social-share-wrap {
display: table;
table-layout: fixed;
width: 100%;
}
body.blog-medium .post-left-bottom .social-share-wrap li,
body.blog-large .post-left-bottom .social-share-wrap li,
body.single-post .post-left-bottom .social-share-wrap li {
display: table-cell;
margin: 0;
}
body.woocommerce .product .images,
body.woocommerce .product .summary,
body.woocommerce .product .woocommerce-tabs .wc-tab,
body.woocommerce .product .woocommerce-tabs .tabs {
float: none;
padding: 0;
width: 100%;
}
body.woocommerce .product .images,
body.woocommerce .product .woocommerce-tabs .tabs {
margin-bottom: 50px;
}
body .comments-area .comment-list .children {
padding: 30px 15px;
margin-top: 30px;
background: rgba(0, 0, 0, 0.03);
}
body .comments-area .comment-list .children:before,
body .comments-area .comment-list .children:after {
display: none;
}
body .comments-area .comment-list .comment-body .avatar {
width: 32px;
margin-right: 15px;
}
body .comments-area .comment-list .comment-body .comment-content {
overflow: visible;
clear: both;
margin-top: 20px;
}
body .comments-area .comment-list .comment-body .comment-metadata a.comment-edit-link {
display: none;
}
body .comments-area .comment-list .comment-body .reply {
margin-left: 0;
margin-top: 5px;
}
body #site .vc_tta-tabs .vc_tta-panels-container .vc_tta-panels .vc_tta-panel-heading {
background: transparent;
border: none;
-webkit-border-radius: 0;
-moz-border-radius: 0;
-ms-border-radius: 0;
-o-border-radius: 0;
border-radius: 0;
}
body #site .vc_tta-tabs .vc_tta-panels-container .vc_tta-panels .vc_tta-panel-heading .vc_tta-panel-title {
background: transparent;
border: none;
-webkit-border-radius: 0;
-moz-border-radius: 0;
-ms-border-radius: 0;
-o-border-radius: 0;
border-radius: 0;
}
body #site .vc_tta-tabs .vc_tta-panels-container .vc_tta-panels .vc_tta-panel-heading .vc_tta-panel-title a {
color: inherit;
padding: 20px 0;
border: none;
border-bottom: 1px solid rgba(0, 0, 0, 0.1);
-webkit-border-radius: 0;
-moz-border-radius: 0;
-ms-border-radius: 0;
-o-border-radius: 0;
border-radius: 0;
}
body #site .vc_tta-tabs .vc_tta-panels-container .vc_tta-panels .vc_active .vc_tta-panel-heading .vc_tta-panel-title a {
color: rgba(0, 0, 0, 0.5);
}
body #site .vc_tta-tabs .vc_tta-panels-container .vc_tta-panels .vc_tta-panel-body {
padding: 50px 0 !important;
}
body #site .vc_tta-tabs.vc_tta-tabs-position-top .vc_tta-panels-container {
padding: 10px 30px;
}
body #site .blog-shortcode .blog-entries .blog-grid .post .post-boxed .post-header {
display: block;
}
body #site .blog-shortcode .blog-entries .blog-grid .post .post-boxed .post-header .post-date {
width: auto;
height: auto;
border: none;
display: block;
}
body #site .blog-shortcode .blog-entries .blog-grid .post .post-boxed .post-header .post-date span {
display: inline;
font-size: 1rem;
}
body #site .blog-shortcode .blog-entries .blog-grid .post .post-boxed .post-header .post-title {
padding: 0;
font-size: 1.125rem;
}
body #site .blog-shortcode .blog-entries .blog-grid .post .post-boxed .post-content-show {
display: none;
}
body #site .blog-shortcode .blog-entries .entries-wrapper:not(.blog-grid) .post a {
display: block;
}
body #site .blog-shortcode .blog-entries .entries-wrapper:not(.blog-grid) .post a .post-image {
width: 100px;
float: left;
margin: 30px;
}
body #site .blog-shortcode .blog-entries .entries-wrapper:not(.blog-grid) .post a .post-boxed {
padding: 30px 30px 30px 0;
width: auto;
overflow: hidden;
}
body #site .blog-shortcode .blog-entries .entries-wrapper:not(.blog-grid) .post a .post-boxed .post-header .post-title {
font-size: 1.125rem;
}
body #site .iconlist.iconlist-icon-xlarge {
display: block;
}
body #site .iconlist.iconlist-icon-xlarge li {
display: block;
margin-bottom: 40px;
}
body #site .iconlist.iconlist-icon-xlarge li:last-child {
margin-bottom: 0;
}
body #site .testimonial.has-image {
display: block;
position: relative;
}
body #site .testimonial.has-image .testimonial-content {
padding: 30px;
width: 100%;
}
body #site .testimonial.has-image .testimonial-content .testimonial-author {
margin-bottom: 20px;
}
body #site .testimonial.has-image .testimonial-content .testimonial-author .author-name {
font-size: 1.5rem;
line-height: 1rem;
}
body #site .testimonial.has-image .testimonial-content .testimonial-author .author-info {
font-size: 1rem;
}
body #site .testimonial.has-image .testimonial-content blockquote {
font-size: 1.2rem;
}
body #site .testimonial.has-image .testimonial-image {
position: absolute;
top: 20px;
right: 20px;
width: 75px;
border: 5px solid #ffffff;
}
body #site .testimonial:not(.has-image) .testimonial-content {
padding-left: 30px;
}
body #site .testimonial:not(.has-image) .testimonial-content:before {
left: -5px;
font-size: 4rem;
}
body #site .testimonial:not(.has-image) .testimonial-content .testimonial-author {
margin-bottom: 10px;
}
body #site .testimonial:not(.has-image) .testimonial-content .testimonial-author .author-name {
font-size: 1.5rem;
line-height: 1rem;
}
body #site .testimonial:not(.has-image) .testimonial-content .testimonial-author .author-info {
font-size: 1rem;
}
body #site .testimonial:not(.has-image) .testimonial-content blockquote {
font-size: 1.2rem;
}
body .gr-btn .button {
margin: 0;
}
body .gr-btn li {
display: block;
padding: 0;
border: none;
margin-bottom: 20px;
text-align: center;
}
body .gr-btn li:last-child {
margin-bottom: 0;
}
body table.shop_table_responsive tbody th,
body table.shop_table_responsive thead,
body table.shop_table_responsive tr td.product-thumbnail:before,
body table.wishlist_table tbody th,
body table.wishlist_table thead,
body table.wishlist_table tr td.product-thumbnail:before {
display: none;
}
body table.shop_table_responsive tr td,
body table.wishlist_table tr td {
display: block;
clear: both;
overflow: hidden;
}
body table.shop_table_responsive tr td:not(.product-quantity) {
text-align: right;
}
body table.shop_table_responsive tr.bundle-products td:not(.product-quantity) {
text-align: left;
}
body table.wishlist_table tr td:not(.product-quantity) {
text-align: left;
}
body table.shop_table_responsive tr td:before {
content: attr(data-title) ": ";
font-weight: 600;
float: left;
color: #222;
}
body table.shop_table_responsive tr.bundle-products td:before {
display: none;
}
body table.shop_table_responsive tr td.product-remove:before,
body table.shop_table_responsive tr td.actions:before,
body table.wishlist_table tr td.product-remove:before,
body table.wishlist_table tr td.actions:before {
content: '';
}
body table.shop_table_responsive tr td.product-thumbnail,
body table.wishlist_table tr td.product-thumbnail {
text-align: center;
}
body table.shop_table_responsive .product-quantity .quantity {
float: right;
}
body .woocommerce .shop_table .actions .coupon {
display: block;
margin: 0;
}
body .woocommerce .shop_table .actions .coupon input {
width: 100%;
margin: 10px 0 !important;
}
body .woocommerce .shop_table .actions {
text-align: left;
}
body .woocommerce .shop_table .product-name {
width: 100%;
max-width: 100%;
}
body .woocommerce .shop_table .product-subtotal {
padding-right: 15px;
}
body .woocommerce .shop_table .product-thumbnail,
body .woocommerce .shop_table .product-remove {
width: 100%;
}
body .comments-area .comment-respond .comment-form .comment-form-author,
body .comments-area .comment-respond .comment-form .comment-form-email,
body .comments-area .comment-respond .comment-form .comment-form-url {
float: none;
width: 100%;
padding: 0;
margin-bottom: 20px;
}
body .comments-area .comment-respond .comment-form .form-submit {
padding: 0;
}
body .comments-area .comment-respond .comment-form .form-submit input {
width: 100%;
text-align: center;
padding: 0;
}
}
#site .wpb_image_grid ul {
margin: 0 -15px;
}
#site .wpb_image_grid ul:after {
clear: both;
content: "";
display: table;
}
#site .wpb_image_grid ul li {
float: left;
width: 25%;
padding: 0 15px;
margin: 0 0 30px 0;
}
#site .wpb_image_grid ul li a {
display: block;
position: relative;
}
#site .wpb_image_grid ul li a:after {
content: "\f03e";
font-family: "fontAwesome";
font-size: 42px;
color: #ffffff;
font-weight: normal;
position: absolute;
top: 50%;
left: 50%;
-webkit-transform: translateY(-50%) translateX(-50%);
-moz-transform: translateY(-50%) translateX(-50%);
-ms-transform: translateY(-50%) translateX(-50%);
-o-transform: translateY(-50%) translateX(-50%);
transform: translateY(-50%) translateX(-50%);
}
#site .wpb_image_grid ul li a:before {
content: "";
position: absolute;
left: 0;
right: 0;
top: 0;
bottom: 0;
background: rgba(0, 0, 0, 0.7);
}
#site .wpb_image_grid ul li a:after,
#site .wpb_image_grid ul li a:before {
visibility: visible;
-webkit-opacity: 0;
-khtml-opacity: 0;
-moz-opacity: 0;
opacity: 0;
-ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=0);
filter: alpha(opacity=0);
}
#site .wpb_image_grid ul li a:hover:after,
#site .wpb_image_grid ul li a:hover:before {
-webkit-opacity: 1;
-khtml-opacity: 1;
-moz-opacity: 1;
opacity: 1;
-ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=100);
filter: alpha(opacity=100);
visibility: visible;
}
#site .vc_separator h4 {
font-size: 1.5rem;
}
#site .vc_tta-container {
margin-bottom: 0;
}
#site .vc_tta-tabs.vc_tta-tabs-position-top .vc_tta-tabs-container {
margin: 0;
}
#site .vc_tta-tabs.vc_tta-tabs-position-top .vc_tta-tabs-container ul.vc_tta-tabs-list {
margin: 0 -3px;
padding: 0;
border: none;
background: transparent;
display: table;
table-layout: fixed;
width: calc(100% + 6px);
}
#site .vc_tta-tabs.vc_tta-tabs-position-top .vc_tta-tabs-container ul.vc_tta-tabs-list li.vc_tta-tab {
margin: 0;
padding: 0 3px;
border: none;
background: transparent;
display: table-cell;
}
#site .vc_tta-tabs.vc_tta-tabs-position-top .vc_tta-tabs-container ul.vc_tta-tabs-list li.vc_tta-tab a {
padding: 25px 20px;
min-height: 80px;
max-height: 106px;
border: none;
margin: 0;
font-size: 1.5rem;
position: relative;
text-align: center;
color: #ffffff;
-webkit-border-radius: 0;
-moz-border-radius: 0;
-ms-border-radius: 0;
-o-border-radius: 0;
border-radius: 0;
-webkit-transition: none;
-moz-transition: none;
-ms-transition: none;
-o-transition: none;
transition: none;
}
#site .vc_tta-tabs.vc_tta-tabs-position-top .vc_tta-tabs-container ul.vc_tta-tabs-list li.vc_tta-tab.vc_active a {
background: #ffffff;
}
#site .vc_tta-tabs.vc_tta-tabs-position-top .vc_tta-panels-container {
background: #ffffff;
border: none;
margin: 0;
padding: 60px;
}
#site .vc_tta-tabs.vc_tta-tabs-position-top .vc_tta-panels-container .vc_tta-panels {
background: transparent;
border: none;
margin: 0;
padding: 0;
}
#site .vc_tta-tabs.vc_tta-tabs-position-top .vc_tta-panels-container .vc_tta-panels .vc_tta-panel {
background: transparent;
border: none;
margin: 0;
padding: 0;
}
#site .vc_tta-tabs.vc_tta-tabs-position-top .vc_tta-panels-container .vc_tta-panels .vc_tta-panel .vc_tta-panel-body {
background: transparent;
border: none;
margin: 0;
padding: 0;
height: auto !important;
min-height: auto !important;
-webkit-border-radius: 0;
-moz-border-radius: 0;
-ms-border-radius: 0;
-o-border-radius: 0;
border-radius: 0;
-webkit-transition: none;
-moz-transition: none;
-ms-transition: none;
-o-transition: none;
transition: none;
}
#site .vc_tta-tabs.vc_tta-tabs-position-left .vc_tta-tabs-container {
margin: 0;
background: rgba(255, 255, 255, 0.1);
}
#site .vc_tta-tabs.vc_tta-tabs-position-left .vc_tta-tabs-container ul.vc_tta-tabs-list {
margin: 0;
padding: 0;
border: none;
background: transparent;
}
#site .vc_tta-tabs.vc_tta-tabs-position-left .vc_tta-tabs-container ul.vc_tta-tabs-list li.vc_tta-tab {
margin: 0;
padding: 0;
border: none;
background: transparent;
}
#site .vc_tta-tabs.vc_tta-tabs-position-left .vc_tta-tabs-container ul.vc_tta-tabs-list li.vc_tta-tab a {
padding: 30px;
border: none;
margin: 0;
font-size: 1.5rem;
position: relative;
background: transparent;
color: #ffffff;
-webkit-border-radius: 0;
-moz-border-radius: 0;
-ms-border-radius: 0;
-o-border-radius: 0;
border-radius: 0;
-webkit-transition: none;
-moz-transition: none;
-ms-transition: none;
-o-transition: none;
transition: none;
}
#site .vc_tta-tabs.vc_tta-tabs-position-left .vc_tta-tabs-container ul.vc_tta-tabs-list li.vc_tta-tab.vc_active a {
background: #ffffff;
}
#site .vc_tta-tabs.vc_tta-tabs-position-left .vc_tta-panels-container {
background: #ffffff;
border: none;
margin: 0;
padding: 30px;
}
#site .vc_tta-tabs.vc_tta-tabs-position-left .vc_tta-panels-container .vc_tta-panels {
background: transparent;
border: none;
margin: 0;
padding: 0;
}
#site .vc_tta-tabs.vc_tta-tabs-position-left .vc_tta-panels-container .vc_tta-panels .vc_tta-panel {
background: transparent;
border: none;
margin: 0;
padding: 0;
}
#site .vc_tta-tabs.vc_tta-tabs-position-left .vc_tta-panels-container .vc_tta-panels .vc_tta-panel .vc_tta-panel-body {
background: transparent;
border: none;
margin: 0;
padding: 0;
height: auto !important;
min-height: auto !important;
-webkit-border-radius: 0;
-moz-border-radius: 0;
-ms-border-radius: 0;
-o-border-radius: 0;
border-radius: 0;
-webkit-transition: none;
-moz-transition: none;
-ms-transition: none;
-o-transition: none;
transition: none;
}
#site .vc_tta-accordion {
background: #ffffff;
padding: 30px 50px;
-webkit-box-shadow: -5px 3px 25px 0 rgba(0, 0, 0, 0.1);
-moz-box-shadow: -5px 3px 25px 0 rgba(0, 0, 0, 0.1);
-ms-box-shadow: -5px 3px 25px 0 rgba(0, 0, 0, 0.1);
-o-box-shadow: -5px 3px 25px 0 rgba(0, 0, 0, 0.1);
box-shadow: -5px 3px 25px 0 rgba(0, 0, 0, 0.1);
}
#site .vc_tta-accordion .vc_tta-panels-container .vc_tta-panels .vc_tta-panel {
padding: 0;
border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
#site .vc_tta-accordion .vc_tta-panels-container .vc_tta-panels .vc_tta-panel:last-child {
border-bottom: none;
}
#site .vc_tta-accordion .vc_tta-panels-container .vc_tta-panels .vc_tta-panel .vc_tta-panel-heading {
background: transparent;
border: none;
margin: 0;
-webkit-border-radius: 0;
-moz-border-radius: 0;
-ms-border-radius: 0;
-o-border-radius: 0;
border-radius: 0;
}
#site .vc_tta-accordion .vc_tta-panels-container .vc_tta-panels .vc_tta-panel .vc_tta-panel-heading h4 {
font-size: 1.25rem;
}
#site .vc_tta-accordion .vc_tta-panels-container .vc_tta-panels .vc_tta-panel .vc_tta-panel-heading h4 a {
background: transparent;
color: inherit;
padding: 20px 0;
}
#site .vc_tta-accordion .vc_tta-panels-container .vc_tta-panels .vc_tta-panel .vc_tta-panel-heading h4 a i {
display: none;
}
#site .vc_tta-accordion .vc_tta-panels-container .vc_tta-panels .vc_tta-panel .vc_tta-panel-body {
background: transparent;
border: none;
margin: 0;
padding: 0 0 30px 0;
-webkit-border-radius: 0;
-moz-border-radius: 0;
-ms-border-radius: 0;
-o-border-radius: 0;
border-radius: 0;
}
#site .vc_toggle {
margin: 0;
padding: 15px 0;
border-top: 1px solid rgba(0, 0, 0, 0.07);
}
#site .vc_toggle .vc_toggle_title {
padding: 0;
}
#site .vc_toggle .vc_toggle_title h4 {
font-size: inherit;
font-family: inherit;
margin: 0;
position: relative;
padding-left: 30px;
display: block;
}
#site .vc_toggle .vc_toggle_title h4:after {
content: "";
width: 14px;
height: 2px;
position: absolute;
left: 0;
top: 50%;
margin-top: -1px;
}
#site .vc_toggle .vc_toggle_title h4:before {
content: "";
width: 2px;
height: 14px;
position: absolute;
left: 6px;
top: 50%;
margin-top: -7px;
}
#site .vc_toggle .vc_toggle_title i {
display: none;
}
#site .vc_toggle .vc_toggle_content {
margin: 0;
padding: 20px 0 15px 30px;
}
#site .vc_toggle.vc_toggle_active .vc_toggle_title h4:before {
height: 0;
margin-top: 0;
}
#site .wpb_button,
#site .wpb_content_element,
#site ul.wpb_thumbnails-fluid > li {
margin-bottom: 0;
}
#site .vc_col-has-fill > .vc_column-inner,
#site .vc_row-has-fill + .vc_row-full-width + .vc_row > .vc_column_container > .vc_column-inner,
#site .vc_row-has-fill + .vc_row > .vc_column_container > .vc_column-inner,
#site .vc_row-has-fill + .vc_vc_row > .vc_row > .vc_vc_column > .vc_column_container > .vc_column-inner,
#site .vc_row-has-fill + .vc_vc_row_inner > .vc_row > .vc_vc_column_inner > .vc_column_container > .vc_column-inner,
#site .vc_row-has-fill > .vc_column_container > .vc_column-inner,
#site .vc_row-has-fill > .vc_row > .vc_vc_column > .vc_column_container > .vc_column-inner,
#site .vc_row-has-fill > .vc_vc_column_inner > .vc_column_container > .vc_column-inner,
#site .vc_section.vc_section-has-fill,
#site .vc_section.vc_section-has-fill + .vc_row-full-width + .vc_section,
#site .vc_section.vc_section-has-fill + .vc_section {
padding-top: 0;
}
#site .member {
position: relative;
overflow: hidden;
}
#site .member:hover .member-info {
-webkit-transform: translateY(-32px);
-moz-transform: translateY(-32px);
-ms-transform: translateY(-32px);
-o-transform: translateY(-32px);
transform: translateY(-32px);
}
#site .member .member-info {
padding: 30px;
background: #ffffff;
z-index: 2;
position: relative;
-webkit-box-shadow: 0 10px 10px rgba(0, 0, 0, 0.4);
-moz-box-shadow: 0 10px 10px rgba(0, 0, 0, 0.4);
-ms-box-shadow: 0 10px 10px rgba(0, 0, 0, 0.4);
-o-box-shadow: 0 10px 10px rgba(0, 0, 0, 0.4);
box-shadow: 0 10px 10px rgba(0, 0, 0, 0.4);
}
#site .member .member-info .member-name {
margin: 0;
font-size: 1.25rem;
}
#site .member .member-info .member-subtitle {
font-size: 1rem;
margin: 5px 0 10px 0;
color: #f76923;
}
#site .member .member-info .member-desc {
font-size: 1rem;
}
#site .member .social-links {
position: absolute;
left: 0;
right: 0;
bottom: 0;
display: flex;
flex-direction: row;
justify-content: space-between;
align-items: center;
}
#site .member .social-links a {
display: block;
width: 100%;
}
#site .member .social-links a i {
height: 32px;
line-height: 32px;
text-align: center;
vertical-align: middle;
color: #ffffff;
display: block;
}
#site .member .social-links a i.fa-facebook {
background: #3b5998;
}
#site .member .social-links a i.fa-twitter {
background: #1da1f2;
}
#site .member .social-links a i.fa-google-plus {
background: #e6694a;
}
#site .member .social-links a i.fa-linkedin {
background: #007bb6;
}
#site .testimonial.has-image {
align-items: center;
display: flex;
flex-direction: row;
justify-content: space-between;
}
#site .testimonial.has-image .testimonial-content {
width: 50%;
padding: 0 60px 30px 60px;
}
#site .testimonial.has-image .testimonial-content .testimonial-author {
margin: 0 0 50px 0;
color: #ffffff;
}
#site .testimonial.has-image .testimonial-content .testimonial-author .author-name {
display: block;
font-size: 3rem;
font-weight: bold;
}
#site .testimonial.has-image .testimonial-content .testimonial-author .author-info {
font-size: 1.5rem;
font-weight: lighter;
text-transform: lowercase;
}
#site .testimonial.has-image .testimonial-content blockquote {
padding: 0 0 0 30px;
margin: 0;
color: #ffffff;
position: relative;
border: none;
}
#site .testimonial.has-image .testimonial-content blockquote:before {
content: "“";
position: absolute;
left: -20px;
top: 10px;
font-size: 8rem;
font-family: "arial";
}
#site .testimonial.has-image .testimonial-content blockquote:after {
content: "“";
position: absolute;
right: 0;
bottom: 0;
font-size: 8rem;
font-family: "arial";
-webkit-transform: rotate(-180deg);
-ms-transform: rotate(-180deg);
-o-transform: rotate(-180deg);
transform: rotate(-180deg);
}
#site .testimonial.has-image .testimonial-image {
width: 50%;
}
#site .testimonial:not(.has-image) .testimonial-content {
position: relative;
padding-left: 60px;
}
#site .testimonial:not(.has-image) .testimonial-content:before {
content: "“";
position: absolute;
left: 5px;
top: -10px;
font-size: 7rem;
line-height: 1;
font-family: "arial";
}
#site .testimonial:not(.has-image) .testimonial-content .testimonial-author {
margin: 0 0 25px 0;
line-height: 1;
}
#site .testimonial:not(.has-image) .testimonial-content .testimonial-author .author-name {
display: block;
font-weight: bold;
font-size: 1.875rem;
}
#site .testimonial:not(.has-image) .testimonial-content .testimonial-author .author-info {
font-size: 1.2rem;
font-weight: lighter;
}
#site .testimonial:not(.has-image) .testimonial-content blockquote {
border: none;
padding: 0;
margin: 0;
}
#site .iconlist {
margin: 0;
padding: 0;
list-style: none;
}
#site .iconlist li:after {
content: "";
display: table;
clear: both;
}
#site .iconlist.iconlist-icon-mini li {
position: relative;
padding-left: 25px;
margin-bottom: 10px;
}
#site .iconlist.iconlist-icon-mini li:last-child {
margin-bottom: 0;
}
#site .iconlist.iconlist-icon-mini li .iconlist-item-icon i {
position: absolute;
left: 0;
top: 7px;
color: #f76923;
}
#site .iconlist.iconlist-icon-mini li .iconlist-item-icon i.entypo-icon {
top: 0;
}
#site .iconlist.iconlist-icon-small li {
position: relative;
padding: 15px 0 15px 45px;
border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
#site .iconlist.iconlist-icon-small li:last-child {
margin-bottom: 0;
border-bottom: none;
}
#site .iconlist.iconlist-icon-small li .iconlist-item-icon i {
position: absolute;
left: 0;
top: 15px;
font-size: 2em;
}
#site .iconlist.iconlist-icon-small li .iconlist-item-icon i.fa {
font-size: 28px;
}
#site .iconlist.iconlist-icon-medium li {
position: relative;
margin-bottom: 50px;
}
#site .iconlist.iconlist-icon-medium li:last-child {
margin-bottom: 0;
}
#site .iconlist.iconlist-icon-medium li .iconlist-item-icon {
float: left;
width: 70px;
margin-right: 30px;
}
#site .iconlist.iconlist-icon-medium li .iconlist-item-icon i {
width: 70px;
height: 70px;
line-height: 70px;
text-align: center;
font-size: 3rem;
color: #ffffff;
-webkit-border-radius: 100%;
-moz-border-radius: 100%;
-ms-border-radius: 100%;
-o-border-radius: 100%;
border-radius: 100%;
-webkit-transition: 0.6s ease-in-out;
-moz-transition: 0.6s ease-in-out;
-ms-transition: 0.6s ease-in-out;
-o-transition: 0.6s ease-in-out;
transition: 0.6s ease-in-out;
}
#site .iconlist.iconlist-icon-medium li .iconlist-item-icon i.fa {
font-size: 42px;
}
#site .iconlist.iconlist-icon-medium li .iconlist-item-content {
overflow: hidden;
}
#site .iconlist.iconlist-icon-medium li:hover .iconlist-item-icon i {
-webkit-transform: rotateY(360deg);
transform: rotateY(360deg);
}
#site .iconlist.iconlist-icon-large {
counter-reset: my-badass-counter;
}
#site .iconlist.iconlist-icon-large li {
position: relative;
margin-bottom: 50px;
}
#site .iconlist.iconlist-icon-large li:last-child {
margin-bottom: 0;
}
#site .iconlist.iconlist-icon-large li:last-child .iconlist-item-icon i:after {
display: none;
}
#site .iconlist.iconlist-icon-large li .iconlist-item-icon {
float: left;
width: 70px;
margin-right: 30px;
}
#site .iconlist.iconlist-icon-large li .iconlist-item-icon:before {
content: counter(my-badass-counter);
counter-increment: my-badass-counter;
position: absolute;
left: 55px;
top: 0;
background: #f76923;
color: #ffffff;
width: 30px;
height: 30px;
line-height: 24px;
border: 3px solid #ffffff;
font-size: 14px;
font-weight: 600;
vertical-align: top;
text-align: center;
-webkit-border-radius: 100%;
-moz-border-radius: 100%;
-ms-border-radius: 100%;
-o-border-radius: 100%;
border-radius: 100%;
}
#site .iconlist.iconlist-icon-large li .iconlist-item-icon i {
width: 70px;
height: 70px;
line-height: 66px;
text-align: center;
font-size: 3rem;
border: 2px solid;
-webkit-border-radius: 100%;
-moz-border-radius: 100%;
-ms-border-radius: 100%;
-o-border-radius: 100%;
border-radius: 100%;
}
#site .iconlist.iconlist-icon-large li .iconlist-item-icon i.fa {
font-size: 42px;
}
#site .iconlist.iconlist-icon-large li .iconlist-item-icon i:after {
width: 1px;
content: "";
left: 35px;
top: 80px;
background: rgba(0, 0, 0, 0.1);
position: absolute;
bottom: -40px;
}
#site .iconlist.iconlist-icon-large li .iconlist-item-content {
overflow: hidden;
}
#site .iconlist.iconlist-icon-large li:hover .iconlist-item-icon i {
color: #ffffff;
border-color: transparent;
}
#site .iconlist.iconlist-icon-xlarge {
display: table;
table-layout: fixed;
width: 100%;
counter-reset: my-badass-counter;
}
#site .iconlist.iconlist-icon-xlarge li {
display: table-cell;
padding: 0 20px;
text-align: center;
}
#site .iconlist.iconlist-icon-xlarge li .iconlist-item-icon {
width: 70px;
margin: 0 auto 20px;
height: 70px;
position: relative;
}
#site .iconlist.iconlist-icon-xlarge li .iconlist-item-icon i {
width: 70px;
height: 70px;
line-height: 70px;
text-align: center;
font-size: 3rem;
color: #ffffff;
vertical-align: top;
-webkit-border-radius: 100%;
-moz-border-radius: 100%;
-ms-border-radius: 100%;
-o-border-radius: 100%;
border-radius: 100%;
}
#site .iconlist.iconlist-icon-xlarge li .iconlist-item-icon i.fa {
font-size: 42px;
}
#site .iconlist.iconlist-icon-xlarge li .iconlist-item-icon:before {
content: counter(my-badass-counter);
counter-increment: my-badass-counter;
position: absolute;
right: -15px;
top: 0;
background: #f76923;
color: #ffffff;
width: 30px;
height: 30px;
line-height: 24px;
border: 3px solid #ffffff;
font-size: 14px;
font-weight: 600;
vertical-align: top;
-webkit-border-radius: 100%;
-moz-border-radius: 100%;
-ms-border-radius: 100%;
-o-border-radius: 100%;
border-radius: 100%;
}
#site .iconlist.iconlist-icon-xlarge li:hover .iconlist-item-icon i {
position: absolute;
right: -15px;
top: 0;
background: #f76923;
color: #ffffff;
width: 30px;
height: 30px;
line-height: 24px;
border: 3px solid #ffffff;
font-size: 1rem;
}
#site .iconlist.iconlist-icon-xlarge li:hover .iconlist-item-icon i.fa {
font-size: 14px;
}
#site .iconlist.iconlist-icon-xlarge li:hover .iconlist-item-icon:before {
position: static;
width: 70px;
height: 70px;
line-height: 70px;
font-size: 3rem;
font-weight: 600;
color: #ffffff;
border: none;
display: inline-block;
-webkit-border-radius: 100%;
-moz-border-radius: 100%;
-ms-border-radius: 100%;
-o-border-radius: 100%;
border-radius: 100%;
}
#site .iconbox {
position: relative;
background: #ffffff;
padding: 30px;
font-size: 1rem;
}
#site .iconbox:hover .box-icon i {
-webkit-animation-iteration-count: infinite;
animation-iteration-count: infinite;
}
#site .iconbox .box-icon {
margin: 0 0 25px 0;
}
#site .iconbox .box-icon i {
font-size: 3.5rem;
-webkit-animation-name: tada;
animation-name: tada;
-webkit-animation-duration: 1s;
animation-duration: 1s;
-webkit-animation-fill-mode: both;
animation-fill-mode: both;
}
#site .iconbox .box-header {
margin: 0 0 15px 0;
}
#site .iconbox .box-header .box-title {
margin: 0;
}
#site .iconbox.radius-1 {
-webkit-border-radius: 0 30px;
-moz-border-radius: 0 30px;
-ms-border-radius: 0 30px;
-o-border-radius: 0 30px;
border-radius: 0 30px;
}
#site .iconbox.radius-2 {
-webkit-border-radius: 30px 0;
-moz-border-radius: 30px 0;
-ms-border-radius: 30px 0;
-o-border-radius: 30px 0;
border-radius: 30px 0;
}
#site .iconbox.box-color-green {
background-color: #97cd62;
background: -webkit-linear-gradient(-135deg, #97cd62, #649831) #97cd62 no-repeat;
background: -moz-linear-gradient(-135deg, #97cd62, #649831) #97cd62 no-repeat;
background: -ms-linear-gradient(-135deg, #97cd62, #649831) #97cd62 no-repeat;
background: -o-linear-gradient(-135deg, #97cd62, #649831) #97cd62 no-repeat;
background: linear-gradient(-135deg, #97cd62, #649831) #97cd62 no-repeat;
}
#site .iconbox.box-color-pink {
background-color: #c73f8e;
background: -webkit-linear-gradient(-135deg, #c73f8e, #7c2457) #c73f8e no-repeat;
background: -moz-linear-gradient(-135deg, #c73f8e, #7c2457) #c73f8e no-repeat;
background: -ms-linear-gradient(-135deg, #c73f8e, #7c2457) #c73f8e no-repeat;
background: -o-linear-gradient(-135deg, #c73f8e, #7c2457) #c73f8e no-repeat;
background: linear-gradient(-135deg, #c73f8e, #7c2457) #c73f8e no-repeat;
}
#site .iconbox.box-color-purple {
background-color: #97237c;
background: -webkit-linear-gradient(-135deg, #97237c, #441038) #97237c no-repeat;
background: -moz-linear-gradient(-135deg, #97237c, #441038) #97237c no-repeat;
background: -ms-linear-gradient(-135deg, #97237c, #441038) #97237c no-repeat;
background: -o-linear-gradient(-135deg, #97237c, #441038) #97237c no-repeat;
background: linear-gradient(-135deg, #97237c, #441038) #97237c no-repeat;
}
#site .iconbox.box-color-red {
background-color: #ea5b2e;
background: -webkit-linear-gradient(-135deg, #ea5b2e, #e61d67) #ea5b2e no-repeat;
background: -moz-linear-gradient(-135deg, #ea5b2e, #e61d67) #ea5b2e no-repeat;
background: -ms-linear-gradient(-135deg, #ea5b2e, #e61d67) #ea5b2e no-repeat;
background: -o-linear-gradient(-135deg, #ea5b2e, #e61d67) #ea5b2e no-repeat;
background: linear-gradient(-135deg, #ea5b2e, #e61d67) #ea5b2e no-repeat;
}
#site .iconbox.box-color-blue {
background-color: #3b2a6b;
background: -webkit-linear-gradient(-135deg, #0095a6, #3b2a6b) #3b2a6b no-repeat;
background: -moz-linear-gradient(-135deg, #0095a6, #3b2a6b) #3b2a6b no-repeat;
background: -ms-linear-gradient(-135deg, #0095a6, #3b2a6b) #3b2a6b no-repeat;
background: -o-linear-gradient(-135deg, #0095a6, #3b2a6b) #3b2a6b no-repeat;
background: linear-gradient(-135deg, #0095a6, #3b2a6b) #3b2a6b no-repeat;
}
#site .iconbox.box-color-lightblue {
background-color: #0095a6;
background: -webkit-linear-gradient(-135deg, #a4d6d8, #0095a6) #0095a6 no-repeat;
background: -moz-linear-gradient(-135deg, #a4d6d8, #0095a6) #0095a6 no-repeat;
background: -ms-linear-gradient(-135deg, #a4d6d8, #0095a6) #0095a6 no-repeat;
background: -o-linear-gradient(-135deg, #a4d6d8, #0095a6) #0095a6 no-repeat;
background: linear-gradient(-135deg, #a4d6d8, #0095a6) #0095a6 no-repeat;
}
#site .iconbox.box-color-darkgreen {
background-color: #1a7673;
background: -webkit-linear-gradient(-135deg, #34beb9, #1a7673) #1a7673 no-repeat;
background: -moz-linear-gradient(-135deg, #34beb9, #1a7673) #1a7673 no-repeat;
background: -ms-linear-gradient(-135deg, #34beb9, #1a7673) #1a7673 no-repeat;
background: -o-linear-gradient(-135deg, #34beb9, #1a7673) #1a7673 no-repeat;
background: linear-gradient(-135deg, #34beb9, #1a7673) #1a7673 no-repeat;
}
#site .iconbox.box-color-orange {
background-color: #fcc100;
background: -webkit-linear-gradient(-135deg, #fcc100, #ea5b2e) #fcc100 no-repeat;
background: -moz-linear-gradient(-135deg, #fcc100, #ea5b2e) #fcc100 no-repeat;
background: -ms-linear-gradient(-135deg, #fcc100, #ea5b2e) #fcc100 no-repeat;
background: -o-linear-gradient(-135deg, #fcc100, #ea5b2e) #fcc100 no-repeat;
background: linear-gradient(-135deg, #fcc100, #ea5b2e) #fcc100 no-repeat;
}
#site .iconbox[class*="box-color-"] {
color: rgba(255, 255, 255, 0.7);
}
#site .iconbox[class*="box-color-"] .box-icon i {
color: #ffffff;
text-shadow: -5px 10px 10px rgba(0, 0, 0, 0.25);
}
#site .iconbox[class*="box-color-"] .box-header .box-title {
color: #ffffff;
}
#site .iconbox.large .box-icon i {
font-size: 7rem;
background-color: #39cbdf;
background: -webkit-linear-gradient(-135deg, #39cbdf, #00e9cb) #39cbdf no-repeat;
background: -moz-linear-gradient(-135deg, #39cbdf, #00e9cb) #39cbdf no-repeat;
background: -ms-linear-gradient(-135deg, #39cbdf, #00e9cb) #39cbdf no-repeat;
background: -o-linear-gradient(-135deg, #39cbdf, #00e9cb) #39cbdf no-repeat;
background: linear-gradient(-135deg, #39cbdf, #00e9cb) #39cbdf no-repeat;
background-clip: text;
text-fill-color: transparent;
-webkit-background-clip: text;
-webkit-text-fill-color: transparent;
}
#site .imagebox {
text-align: center;
}
#site .imagebox:hover img {
-webkit-filter: grayscale(100%);
filter: grayscale(100%);
}
#site .imagebox:hover .box-image .box-content {
visibility: visible;
-webkit-opacity: 1;
-khtml-opacity: 1;
-moz-opacity: 1;
opacity: 1;
-ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=100);
filter: alpha(opacity=100);
-webkit-transform: scale(1);
-moz-transform: scale(1);
-ms-transform: scale(1);
-o-transform: scale(1);
transform: scale(1);
}
#site .imagebox:hover .box-header .button {
-webkit-opacity: 1;
-khtml-opacity: 1;
-moz-opacity: 1;
opacity: 1;
-ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=100);
filter: alpha(opacity=100);
}
#site .imagebox .box-image {
position: relative;
overflow: hidden;
}
#site .imagebox .box-image .box-content {
position: absolute;
left: 0;
right: 0;
top: 0;
bottom: 0;
color: #ffffff;
font-size: 1rem;
padding: 25px;
visibility: hidden;
-webkit-opacity: 0;
-khtml-opacity: 0;
-moz-opacity: 0;
opacity: 0;
-ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=0);
filter: alpha(opacity=0);
-webkit-transform: scale(1.2);
-moz-transform: scale(1.2);
-ms-transform: scale(1.2);
-o-transform: scale(1.2);
transform: scale(1.2);
}
#site .imagebox .box-image .box-content:before {
content: "";
display: inline-block;
height: 100%;
vertical-align: middle;
}
#site .imagebox .box-image .box-content .box-content-inner {
display: inline-block;
height: auto;
vertical-align: middle;
width: 95%;
}
#site .imagebox .box-image .box-content .box-subtitle {
color: #ffffff;
margin: 0 0 15px 0;
font-size: 1.125rem;
}
#site .imagebox .box-header {
padding: 30px 20px;
position: relative;
overflow: hidden;
}
#site .imagebox .box-header .box-title {
margin: 0;
font-size: 1rem;
}
#site .imagebox .box-header .button {
position: absolute;
top: 0;
bottom: 0;
left: 0;
right: 0;
height: 100%;
border-bottom: 2px solid;
-webkit-opacity: 0;
-khtml-opacity: 0;
-moz-opacity: 0;
opacity: 0;
-ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=0);
filter: alpha(opacity=0);
}
#site .imagebox .box-header .button:hover {
background: #ffffff;
}
#site .imagebox .box-header .button span {
display: inline-block;
position: relative;
top: 50%;
-webkit-transform: translateY(-50%);
-moz-transform: translateY(-50%);
-ms-transform: translateY(-50%);
-o-transform: translateY(-50%);
transform: translateY(-50%);
}
#site .elements-carousel {
margin: 0 -5px;
}
#site .elements-carousel .owl-carousel .owl-wrapper-outer {
overflow: visible;
}
#site .elements-carousel .owl-carousel .owl-wrapper-outer .owl-item {
padding: 0 5px;
visibility: hidden;
-webkit-opacity: 0;
-khtml-opacity: 0;
-moz-opacity: 0;
opacity: 0;
-ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=0);
filter: alpha(opacity=0);
}
#site .elements-carousel .owl-carousel .owl-wrapper-outer .owl-item.active {
visibility: visible;
-webkit-opacity: 1;
-khtml-opacity: 1;
-moz-opacity: 1;
opacity: 1;
-ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=100);
filter: alpha(opacity=100);
}
#site .owl-pagination {
height: 5px;
overflow: hidden;
margin-top: 40px;
text-align: center;
}
#site .owl-pagination .owl-page {
display: inline-block;
margin: 0 5px;
width: 50px;
height: 5px;
background: rgba(0, 0, 0, 0.1);
text-align: center;
text-indent: -9999px;
vertical-align: top;
}
#site .owl-pagination .owl-page:first-child {
margin-left: 0;
}
#site .owl-pagination .owl-page:last-child {
margin-right: 0;
}
#site .owl-pagination .owl-page.active {
background: #f76923;
}
#site .owl-buttons .owl-prev,
#site .owl-buttons .owl-next {
text-indent: -9999px;
height: 0;
}
#site .owl-buttons .owl-prev:before,
#site .owl-buttons .owl-next:before {
content: "\f104";
font-family: "fontAwesome";
font-size: 72px;
font-weight: normal;
text-indent: 0;
position: absolute;
text-align: center;
top: 50%;
left: -50px;
color: #f76923;
-webkit-transform: translateY(-50%);
transform: translateY(-50%);
}
#site .owl-buttons .owl-prev.disabled:before,
#site .owl-buttons .owl-next.disabled:before {
color: rgba(0, 0, 0, 0.06);
}
#site .owl-buttons .owl-prev:before {
content: "\f105";
left: auto;
right: -50px;
}
#site .flexslider {
padding: 0;
background: transparent;
border: none;
margin: 0;
position: relative;
-webkit-box-shadow: none;
-moz-box-shadow: none;
-ms-box-shadow: none;
-o-box-shadow: none;
box-shadow: none;
-webkit-border-radius: 0;
-moz-border-radius: 0;
-ms-border-radius: 0;
-o-border-radius: 0;
border-radius: 0;
}
#site .flexslider .flex-control-nav {
position: absolute;
margin: 0;
left: 50%;
bottom: 30px;
top: auto;
height: 18px;
-webkit-transform: translateX(-50%);
-moz-transform: translateX(-50%);
-ms-transform: translateX(-50%);
-o-transform: translateX(-50%);
transform: translateX(-50%);
}
#site .flexslider .flex-control-nav li {
margin: 0;
padding: 0;
}
#site .flexslider .flex-control-nav li a {
width: 24px;
height: 24px;
background: #ffffff;
position: relative;
margin: 0 5px;
-webkit-box-shadow: -1px 3px 5px 0 rgba(0, 0, 0, 0.2);
-moz-box-shadow: -1px 3px 5px 0 rgba(0, 0, 0, 0.2);
-ms-box-shadow: -1px 3px 5px 0 rgba(0, 0, 0, 0.2);
-o-box-shadow: -1px 3px 5px 0 rgba(0, 0, 0, 0.2);
box-shadow: -1px 3px 5px 0 rgba(0, 0, 0, 0.2);
-webkit-border-radius: 100%;
-moz-border-radius: 100%;
-ms-border-radius: 100%;
-o-border-radius: 100%;
border-radius: 100%;
-webkit-transform: scale(0.8);
-moz-transform: scale(0.8);
-ms-transform: scale(0.8);
-o-transform: scale(0.8);
transform: scale(0.8);
}
#site .flexslider .flex-control-nav li a:after {
content: "";
position: absolute;
left: 8px;
top: 8px;
width: 8px;
height: 8px;
background: #f76923;
-webkit-border-radius: 100%;
-moz-border-radius: 100%;
-ms-border-radius: 100%;
-o-border-radius: 100%;
border-radius: 100%;
-webkit-transform: scale(0);
-moz-transform: scale(0);
-ms-transform: scale(0);
-o-transform: scale(0);
transform: scale(0);
}
#site .flexslider .flex-control-nav li a:hover {
-webkit-transform: scale(1);
-moz-transform: scale(1);
-ms-transform: scale(1);
-o-transform: scale(1);
transform: scale(1);
}
#site .flexslider .flex-control-nav li a.flex-active {
-webkit-transform: scale(1);
-moz-transform: scale(1);
-ms-transform: scale(1);
-o-transform: scale(1);
transform: scale(1);
}
#site .flexslider .flex-control-nav li a.flex-active:after {
-webkit-transform: scale(1);
-moz-transform: scale(1);
-ms-transform: scale(1);
-o-transform: scale(1);
transform: scale(1);
}
#site .flexslider .flex-direction-nav li a {
position: absolute;
left: 0;
width: 70px;
height: 70px;
top: 50%;
margin-top: -25px;
background: #ffffff;
text-align: left;
text-indent: -9999px;
overflow: hidden;
}
#site .flexslider .flex-direction-nav li a:before {
display: none;
}
#site .flexslider .flex-direction-nav li a:after {
content: "\f104";
font-family: "fontAwesome";
font-size: 42px;
height: 70px;
width: 70px;
line-height: 70px;
text-align: center;
position: absolute;
left: 0;
top: 0;
text-indent: 0;
}
#site .flexslider .flex-direction-nav li a.flex-next {
left: auto;
right: 0;
}
#site .flexslider .flex-direction-nav li a.flex-next:after {
content: "\f105";
}
#site .counter {
background: #ffffff;
width: 230px;
height: 230px;
margin: 0 auto;
text-align: center;
position: relative;
-webkit-border-radius: 100%;
-moz-border-radius: 100%;
-ms-border-radius: 100%;
-o-border-radius: 100%;
border-radius: 100%;
}
#site .counter:before {
content: "";
display: inline-block;
height: 100%;
vertical-align: middle;
}
#site .counter:hover .counter-title {
color: #ffffff;
}
#site .counter:hover .counter-image i:after {
-webkit-animation: circle .75s;
-moz-animation: circle .75s;
-ms-animation: circle .75s;
-o-animation: circle .75s;
animation: circle .75s;
}
#site .counter .counter-inner {
display: inline-block;
height: auto;
vertical-align: middle;
width: 80%;
}
#site .counter .counter-image {
position: absolute;
top: 50%;
margin-top: -28px;
right: -25px;
}
#site .counter .counter-image i {
font-size: 28px;
width: 56px;
height: 56px;
border: 3px solid #ffffff;
line-height: 50px;
text-align: center;
color: #ffffff;
-webkit-border-radius: 100%;
-moz-border-radius: 100%;
-ms-border-radius: 100%;
-o-border-radius: 100%;
border-radius: 100%;
}
#site .counter .counter-image i:after {
position: absolute;
top: 50%;
left: 50%;
z-index: 1;
display: block;
content: '';
width: 0;
height: 0;
background: rgba(255, 255, 255, 0.2);
-webkit-border-radius: 100%;
-moz-border-radius: 100%;
-ms-border-radius: 100%;
-o-border-radius: 100%;
border-radius: 100%;
-webkit-opacity: 0;
-khtml-opacity: 0;
-moz-opacity: 0;
opacity: 0;
-ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=0);
filter: alpha(opacity=0);
-webkit-transform: translate(-50%, -50%);
-moz-transform: translate(-50%, -50%);
-ms-transform: translate(-50%, -50%);
-o-transform: translate(-50%, -50%);
transform: translate(-50%, -50%);
}
#site .counter .counter-content {
margin: 0 0 10px 0;
font-size: 2.25rem;
}
#site .counter .counter-value {
font-weight: bold;
}
#site .counter .counter-title {
margin: 0;
font-size: 1.125rem;
line-height: 1.4em;
}
#site .blog-shortcode .blog-entries .blog-grid[data-columns="3"] {
font-size: 1rem;
}
#site .blog-shortcode .blog-entries .blog-grid[data-columns="3"] .post .post-header .post-title {
font-size: 1.25rem;
}
#site .blog-shortcode .blog-entries .blog-grid[data-columns="4"] {
font-size: 1rem;
}
#site .blog-shortcode .blog-entries .blog-grid[data-columns="4"] .post .post-header .post-title {
font-size: 1.25rem;
}
#site .blog-shortcode .blog-entries .blog-grid[data-columns="5"] {
font-size: 1rem;
}
#site .blog-shortcode .blog-entries .blog-grid[data-columns="5"] .post .post-header .post-title {
font-size: 1.25rem;
}
#site .blog-shortcode .blog-entries .blog-grid .post {
padding-bottom: 0;
}
#site .blog-shortcode .blog-entries .blog-grid .post .post-inner {
position: relative;
}
#site .blog-shortcode .blog-entries .blog-grid .post .post-inner > a {
display: block;
overflow: hidden;
}
#site .blog-shortcode .blog-entries .blog-grid .post .post-inner > a:hover .post-image:after {
background-color: rgba(0, 0, 0, 0.5);
}
#site .blog-shortcode .blog-entries .blog-grid .post .post-image {
margin: 0;
position: relative;
}
#site .blog-shortcode .blog-entries .blog-grid .post .post-image:after {
position: absolute;
content: '';
z-index: 3;
background-color: rgba(0, 0, 0, 0.4);
top: 0;
bottom: 0;
right: 0;
left: 0;
visibility: visible;
-webkit-opacity: 1;
-khtml-opacity: 1;
-moz-opacity: 1;
opacity: 1;
-ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=100);
filter: alpha(opacity=100);
}
#site .blog-shortcode .blog-entries .blog-grid .post .post-boxed {
position: absolute;
left: 0;
right: 0;
bottom: 0;
padding: 30px;
color: #ffffff;
text-shadow: 0 2px 2px rgba(0, 0, 0, 0.2);
z-index: 4;
}
#site .blog-shortcode .blog-entries .blog-grid .post .post-header {
display: table;
width: 100%;
}
#site .blog-shortcode .blog-entries .blog-grid .post .post-header .post-date {
width: 60px;
height: 60px;
display: table-cell;
vertical-align: middle;
text-shadow: none;
border: 2px solid;
}
#site .blog-shortcode .blog-entries .blog-grid .post .post-header .post-date span {
display: block;
text-align: center;
line-height: 1;
font-size: 1rem;
}
#site .blog-shortcode .blog-entries .blog-grid .post .post-header .post-date span.post-day {
font-size: 1.8rem;
font-weight: bold;
}
#site .blog-shortcode .blog-entries .blog-grid .post .post-header .post-title {
display: table-cell;
vertical-align: middle;
margin: 0;
padding-left: 20px;
color: #ffffff;
font-size: 1.5rem;
line-height: 1.25em;
}
#site .blog-shortcode .blog-entries .blog-grid .post .post-content-show {
margin-top: 15px;
}
#site .blog-shortcode .blog-entries .blog-grid .post .post-content-show p {
margin-bottom: 0px;
color: rgba(255, 255, 255, 0.7);
}
#site .blog-shortcode .blog-entries .blog-grid .post .post-content-show .read-more {
margin: 20px 0 0 0;
text-shadow: none;
}
#site .blog-shortcode .blog-entries .entries-wrapper:not(.blog-grid) .post a {
align-items: center;
display: flex;
flex-direction: row;
justify-content: space-between;
color: inherit;
background: #ffffff;
}
#site .blog-shortcode .blog-entries .entries-wrapper:not(.blog-grid) .post:hover .post-image:after,
#site .blog-shortcode .blog-entries .entries-wrapper:not(.blog-grid) .post:hover .post-image:before {
-webkit-opacity: 1;
-khtml-opacity: 1;
-moz-opacity: 1;
opacity: 1;
-ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=100);
filter: alpha(opacity=100);
visibility: visible;
}
#site .blog-shortcode .blog-entries .entries-wrapper:not(.blog-grid) .post .post-image {
width: 50%;
position: relative;
margin: 0;
}
#site .blog-shortcode .blog-entries .entries-wrapper:not(.blog-grid) .post .post-image:after {
content: "\f1ea";
font-family: "fontAwesome";
font-size: 56px;
color: #ffffff;
font-weight: normal;
position: absolute;
top: 50%;
left: 50%;
-webkit-transform: translateY(-50%) translateX(-50%);
-moz-transform: translateY(-50%) translateX(-50%);
-ms-transform: translateY(-50%) translateX(-50%);
-o-transform: translateY(-50%) translateX(-50%);
transform: translateY(-50%) translateX(-50%);
}
#site .blog-shortcode .blog-entries .entries-wrapper:not(.blog-grid) .post .post-image:before {
content: "";
position: absolute;
left: 0;
right: 0;
top: 0;
bottom: 0;
background: rgba(0, 0, 0, 0.7);
}
#site .blog-shortcode .blog-entries .entries-wrapper:not(.blog-grid) .post .post-image:after,
#site .blog-shortcode .blog-entries .entries-wrapper:not(.blog-grid) .post .post-image:before {
visibility: visible;
-webkit-opacity: 0;
-khtml-opacity: 0;
-moz-opacity: 0;
opacity: 0;
-ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=0);
filter: alpha(opacity=0);
}
#site .blog-shortcode .blog-entries .entries-wrapper:not(.blog-grid) .post .post-boxed {
width: 50%;
padding: 30px 60px;
}
#site .blog-shortcode .blog-entries .entries-wrapper:not(.blog-grid) .post .post-boxed .post-header .post-date {
margin-bottom: 5px;
font-size: 1rem;
}
#site .blog-shortcode .blog-entries .entries-wrapper:not(.blog-grid) .post .post-boxed .post-header .post-title {
margin: 0;
font-size: 1.5rem;
}
#site .blog-shortcode .blog-entries .entries-wrapper:not(.blog-grid) .post .post-boxed .post-content-show {
margin-top: 20px;
}
#site .blog-shortcode .blog-entries .entries-wrapper:not(.blog-grid) .post .post-boxed .post-content-show p {
margin-bottom: 0;
}
#site .blog-shortcode .blog-entries .entries-wrapper:not(.blog-grid) .post .post-boxed .post-content-show .read-more {
margin-top: 30px;
}
#site .blog-shortcode .blog-entries .entries-wrapper:not(.blog-grid) .post:nth-child(2n) .post-image {
order: 2;
}
#site .blog-shortcode .blog-entries .entries-wrapper:not(.blog-grid) .post:nth-child(2n) .post-boxed {
order: 1;
}
#site .blog-shortcode.post-date-cover .blog-entries .blog-grid .post .post-boxed {
position: relative;
text-shadow: none;
}
#site .blog-shortcode.post-date-cover .blog-entries .entries-wrapper:not(.blog-grid) {
background: #ffffff;
padding: 30px 30px 30px 70px;
-webkit-box-shadow: -5px 3px 25px 0 rgba(0, 0, 0, 0.1);
-moz-box-shadow: -5px 3px 25px 0 rgba(0, 0, 0, 0.1);
-ms-box-shadow: -5px 3px 25px 0 rgba(0, 0, 0, 0.1);
-o-box-shadow: -5px 3px 25px 0 rgba(0, 0, 0, 0.1);
box-shadow: -5px 3px 25px 0 rgba(0, 0, 0, 0.1);
}
#site .blog-shortcode.post-date-cover .blog-entries .entries-wrapper:not(.blog-grid) .post {
border-bottom: 1px solid rgba(0, 0, 0, 0.1);
padding: 30px 0;
font-size: 1rem;
}
#site .blog-shortcode.post-date-cover .blog-entries .entries-wrapper:not(.blog-grid) .post:last-child {
border-bottom: none;
padding-bottom: 0;
}
#site .blog-shortcode.post-date-cover .blog-entries .entries-wrapper:not(.blog-grid) .post:first-child {
padding-top: 0;
}
#site .blog-shortcode.post-date-cover .blog-entries .entries-wrapper:not(.blog-grid) .post a {
display: block;
background: transparent;
position: relative;
}
#site .blog-shortcode.post-date-cover .blog-entries .entries-wrapper:not(.blog-grid) .post a:hover .post-boxed .post-header .post-date {
background: #f76923;
}
#site .blog-shortcode.post-date-cover .blog-entries .entries-wrapper:not(.blog-grid) .post .post-boxed {
display: block;
padding: 0;
width: 100%;
}
#site .blog-shortcode.post-date-cover .blog-entries .entries-wrapper:not(.blog-grid) .post .post-boxed .post-header .post-date {
position: absolute;
left: -70px;
top: 0;
margin: 0;
width: 50px;
text-align: center;
color: #ffffff;
padding: 10px 0;
}
#site .blog-shortcode.post-date-cover .blog-entries .entries-wrapper:not(.blog-grid) .post .post-boxed .post-header .post-date span {
display: block;
line-height: 1em;
}
#site .blog-shortcode.post-date-cover .blog-entries .entries-wrapper:not(.blog-grid) .post .post-boxed .post-header .post-date span.post-day {
font-size: 2rem;
font-weight: bold;
}
#site .blog-shortcode.post-date-cover .blog-entries .entries-wrapper:not(.blog-grid) .post .post-boxed .post-header .post-title {
font-size: 1.125rem;
}
#site .blog-shortcode.post-date-cover .blog-entries .entries-wrapper:not(.blog-grid) .post .post-boxed .post-content-show {
margin-top: 12px;
}
#site .blog-shortcode.post-date-cover .blog-entries .entries-wrapper:not(.blog-grid) .post .post-boxed .post-content-show .read-more {
margin-top: 20px;
}
#site .posts-carousel .blog-grid .post.has-post-thumbnail .post-image {
margin-bottom: 30px;
position: relative;
}
#site .posts-carousel .blog-grid .post.has-post-thumbnail .post-image .post-date {
position: absolute;
bottom: 15px;
right: 30px;
z-index: 5;
font-size: 1rem;
}
#site .posts-carousel .blog-grid .post.has-post-thumbnail .post-image .post-date span {
display: block;
text-align: center;
line-height: 1;
color: #ffffff;
}
#site .posts-carousel .blog-grid .post.has-post-thumbnail .post-image .post-date span.post-day {
font-size: 2rem;
font-weight: bold;
border-bottom: 2px solid;
margin-bottom: 2px;
}
#site .posts-carousel .blog-grid .post .post-header {
padding: 0 30px;
}
#site .posts-carousel .blog-grid .post .post-header .post-meta-data {
margin-bottom: 15px;
}
#site .posts-carousel .blog-grid .post .post-content {
padding: 0 30px;
}
#site .projects-shortcode .widget-title {
margin-top: 0;
margin-bottom: 0;
}
#site .projects-shortcode .projects-items {
margin: 0 -15px;
}
#site .projects-shortcode .projects-items:after {
content: "";
display: table;
clear: both;
}
#site .projects-shortcode .projects-items .project {
padding: 0 15px;
margin-bottom: 30px;
}
#site .projects-shortcode.projects-masonry .projects-items {
margin-left: -20px;
margin-right: -20px;
}
#site .projects-shortcode.projects-masonry .projects-items .project {
padding: 0 20px;
margin-bottom: 40px;
}
#site .projects-shortcode.projects-masonry .projects-items .project .project-inner .project-info .project-title {
margin: 0;
}
#site .projects-shortcode.projects-masonry .projects-items .project .project-inner .project-info .project-readmore {
margin-top: 20px;
}
#site .projects-shortcode.projects-masonry .projects-items .project .project-inner .project-info .project-readmore a {
vertical-align: top;
}
#site .projects-shortcode.projects-grid-alt .projects-items {
margin-left: -15px;
margin-right: -15px;
}
#site .projects-shortcode.projects-grid-alt .projects-items .project {
padding: 0 15px;
margin-bottom: 30px;
}
#site .projects-shortcode.projects-grid-alt .projects-items .project .project-inner:hover .project-thumbnail a:before {
-webkit-opacity: 1;
-khtml-opacity: 1;
-moz-opacity: 1;
opacity: 1;
-ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=100);
filter: alpha(opacity=100);
visibility: visible;
}
#site .projects-shortcode.projects-grid-alt .projects-items .project .project-thumbnail a {
display: block;
}
#site .projects-shortcode.projects-grid-alt .projects-items .project .project-thumbnail a:before {
content: "\f090";
font-family: "fontAwesome";
font-size: 42px;
color: #ffffff;
font-weight: normal;
position: absolute;
top: 50%;
left: 50%;
z-index: 2;
-webkit-transform: translateY(-50%) translateX(-50%);
-moz-transform: translateY(-50%) translateX(-50%);
-ms-transform: translateY(-50%) translateX(-50%);
-o-transform: translateY(-50%) translateX(-50%);
transform: translateY(-50%) translateX(-50%);
visibility: visible;
-webkit-opacity: 0;
-khtml-opacity: 0;
-moz-opacity: 0;
opacity: 0;
-ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=0);
filter: alpha(opacity=0);
}
#site .projects-shortcode.projects-grid-alt .projects-items .project .project-info {
border-bottom: 2px solid rgba(0, 0, 0, 0.1);
}
#site .projects-shortcode.projects-grid-alt .projects-items .project .project-info:before {
display: none;
}
#site .projects-shortcode.projects-grid-alt .projects-items .project .project-info .project-title {
margin: 3px 0;
}
#site .projects-shortcode.projects-grid-alt .projects-items .project-readmore {
display: none;
}
#site .projects-shortcode.projects-grid .project .project-inner .project-title {
margin: 5px 0 0 0;
}
#site .pricing-table.two-columns .price-column {
width: 50%;
}
#site .pricing-table.three-columns .price-column {
width: 33.3333333%;
}
#site .pricing-table.four-columns .price-column {
width: 25%;
}
#site .pricing-table.five-columns .price-column {
width: 20%;
}
#site .pricing-table.six-columns .price-column {
width: 16.6666666%;
}
#site .pricing-table:after {
clear: both;
content: "";
display: table;
}
#site .pricing-table .price-column {
float: left;
text-align: center;
background: #ffffff;
padding: 50px 30px;
}
#site .pricing-table .price-column .plan h1,
#site .pricing-table .price-column .plan h2,
#site .pricing-table .price-column .plan h3,
#site .pricing-table .price-column .plan h4,
#site .pricing-table .price-column .plan h5,
#site .pricing-table .price-column .plan h6 {
margin: 0;
}
#site .pricing-table .price-column .price .price {
font-size: 3rem;
line-height: 1em;
vertical-align: top;
font-weight: bold;
}
#site .pricing-table .price-column .price .symbol {
font-weight: bold;
}
#site .pricing-table .price-column .features {
margin: 0;
padding: 60px 0 40px 0;
list-style: none;
position: relative;
}
#site .pricing-table .price-column .features:after {
width: 80px;
content: "";
height: 3px;
position: absolute;
left: 50%;
margin-left: -40px;
top: 20px;
background: rgba(0, 0, 0, 0.1);
}
#site .pricing-table .price-column .features li:before {
content: "\f00c";
font-family: "fontAwesome";
font-size: 14px;
display: inline-block;
margin: 0 10px 0 0;
}
#site .pricing-table .price-column .features li.spacer:before {
content: "\f00d";
margin-right: 0;
}
#site .pricing-table .price-column .cta .button {
display: inline-block;
}
#site .pricing-table .price-column:last-child {
-webkit-border-radius: 0 4px 4px 0;
-moz-border-radius: 0 4px 4px 0;
-ms-border-radius: 0 4px 4px 0;
-o-border-radius: 0 4px 4px 0;
border-radius: 0 4px 4px 0;
}
#site .pricing-table .price-column:first-child {
-webkit-border-radius: 4px 0 0 4px;
-moz-border-radius: 4px 0 0 4px;
-ms-border-radius: 4px 0 0 4px;
-o-border-radius: 4px 0 0 4px;
border-radius: 4px 0 0 4px;
}
#site .pricing-table .price-column.highlight {
position: relative;
padding: 70px 30px;
top: -20px;
color: rgba(255, 255, 255, 0.5);
-webkit-box-shadow: 0 10px 20px 0 rgba(0, 0, 0, 0.1);
-moz-box-shadow: 0 10px 20px 0 rgba(0, 0, 0, 0.1);
-ms-box-shadow: 0 10px 20px 0 rgba(0, 0, 0, 0.1);
-o-box-shadow: 0 10px 20px 0 rgba(0, 0, 0, 0.1);
box-shadow: 0 10px 20px 0 rgba(0, 0, 0, 0.1);
-webkit-border-radius: 4px;
-moz-border-radius: 4px;
-ms-border-radius: 4px;
-o-border-radius: 4px;
border-radius: 4px;
}
#site .pricing-table .price-column.highlight .popular {
display: none;
}
#site .pricing-table .price-column.highlight:after {
display: none;
}
#site .pricing-table .price-column.highlight .plan h1,
#site .pricing-table .price-column.highlight .plan h2,
#site .pricing-table .price-column.highlight .plan h3,
#site .pricing-table .price-column.highlight .plan h4,
#site .pricing-table .price-column.highlight .plan h5,
#site .pricing-table .price-column.highlight .plan h6 {
color: #ffffff;
}
#site .pricing-table .price-column.highlight .features:after {
background: rgba(255, 255, 255, 0.8);
}
#site .scrollslider .swiper-container {
height: 500px;
position: relative;
}
#site .scrollslider .swiper-container .swiper-wrapper .swiper-slide {
background-size: cover;
background-position: center center;
}
#site .scrollslider .swiper-container .swiper-wrapper .slide-container {
padding: 50px;
width: 50%;
position: absolute;
left: 30px;
bottom: 30px;
background: rgba(255, 255, 255, 0.95);
-webkit-box-shadow: -1px 3px 25px 0 rgba(0, 0, 0, 0.1);
-moz-box-shadow: -1px 3px 25px 0 rgba(0, 0, 0, 0.1);
-ms-box-shadow: -1px 3px 25px 0 rgba(0, 0, 0, 0.1);
-o-box-shadow: -1px 3px 25px 0 rgba(0, 0, 0, 0.1);
box-shadow: -1px 3px 25px 0 rgba(0, 0, 0, 0.1);
}
#site .scrollslider .swiper-container .swiper-wrapper .slide-container .slide-title {
margin: 0 0 20px 0;
font-size: 2.5rem;
}
#site .scrollslider .swiper-container .swiper-pagination {
right: 30px;
}
#site .scrollslider .swiper-container .swiper-pagination .swiper-pagination-bullet {
width: 24px;
height: 24px;
background: #ffffff;
position: relative;
margin: 5px 0;
-webkit-box-shadow: -1px 3px 5px 0 rgba(0, 0, 0, 0.2);
-moz-box-shadow: -1px 3px 5px 0 rgba(0, 0, 0, 0.2);
-ms-box-shadow: -1px 3px 5px 0 rgba(0, 0, 0, 0.2);
-o-box-shadow: -1px 3px 5px 0 rgba(0, 0, 0, 0.2);
box-shadow: -1px 3px 5px 0 rgba(0, 0, 0, 0.2);
-webkit-border-radius: 100%;
-moz-border-radius: 100%;
-ms-border-radius: 100%;
-o-border-radius: 100%;
border-radius: 100%;
-webkit-opacity: 1;
-khtml-opacity: 1;
-moz-opacity: 1;
opacity: 1;
-ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=100);
filter: alpha(opacity=100);
-webkit-transform: scale(0.8);
-moz-transform: scale(0.8);
-ms-transform: scale(0.8);
-o-transform: scale(0.8);
transform: scale(0.8);
}
#site .scrollslider .swiper-container .swiper-pagination .swiper-pagination-bullet:after {
content: "";
position: absolute;
left: 8px;
top: 8px;
width: 8px;
height: 8px;
background: #f76923;
-webkit-border-radius: 100%;
-moz-border-radius: 100%;
-ms-border-radius: 100%;
-o-border-radius: 100%;
border-radius: 100%;
-webkit-transform: scale(0);
-moz-transform: scale(0);
-ms-transform: scale(0);
-o-transform: scale(0);
transform: scale(0);
}
#site .scrollslider .swiper-container .swiper-pagination .swiper-pagination-bullet:hover {
-webkit-transform: scale(1);
-moz-transform: scale(1);
-ms-transform: scale(1);
-o-transform: scale(1);
transform: scale(1);
}
#site .scrollslider .swiper-container .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
-webkit-transform: scale(1);
-moz-transform: scale(1);
-ms-transform: scale(1);
-o-transform: scale(1);
transform: scale(1);
}
#site .scrollslider .swiper-container .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active:after {
-webkit-transform: scale(1);
-moz-transform: scale(1);
-ms-transform: scale(1);
-o-transform: scale(1);
transform: scale(1);
}
.pp_pic_holder.pp_default .pp_next,
.pp_pic_holder.pp_woocommerce .pp_next {
-webkit-opacity: 0;
-khtml-opacity: 0;
-moz-opacity: 0;
opacity: 0;
-ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=0);
filter: alpha(opacity=0);
cursor: url(//www.raphaelis.de/wp-content/themes/nanocare/assets/img/cursor_right.svg), auto !important;
}
.pp_pic_holder.pp_default .pp_previous,
.pp_pic_holder.pp_woocommerce .pp_previous {
-webkit-opacity: 0;
-khtml-opacity: 0;
-moz-opacity: 0;
opacity: 0;
-ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=0);
filter: alpha(opacity=0);
cursor: url(//www.raphaelis.de/wp-content/themes/nanocare/assets/img/cursor_left.svg), auto !important;
}
.pp_pic_holder.pp_default .ppt,
.pp_pic_holder.pp_woocommerce .ppt,
.pp_pic_holder.pp_default .pp_top,
.pp_pic_holder.pp_woocommerce .pp_top,
.pp_pic_holder.pp_default .pp_bottom,
.pp_pic_holder.pp_woocommerce .pp_bottom,
.pp_pic_holder.pp_default .pp_expand,
.pp_pic_holder.pp_woocommerce .pp_expand,
.pp_pic_holder.pp_default .pp_contract,
.pp_pic_holder.pp_woocommerce .pp_contract {
visibility: hidden;
}
.pp_pic_holder.pp_default .pp_content_container,
.pp_pic_holder.pp_woocommerce .pp_content_container {
padding: 0;
background: transparent;
-webkit-box-shadow: none;
-moz-box-shadow: none;
-ms-box-shadow: none;
-o-box-shadow: none;
box-shadow: none;
-webkit-border-radius: 0;
-moz-border-radius: 0;
-ms-border-radius: 0;
-o-border-radius: 0;
border-radius: 0;
}
.pp_pic_holder.pp_default .pp_content_container .pp_left,
.pp_pic_holder.pp_woocommerce .pp_content_container .pp_left {
padding: 0;
background: transparent;
}
.pp_pic_holder.pp_default .pp_content_container .pp_left .pp_right,
.pp_pic_holder.pp_woocommerce .pp_content_container .pp_left .pp_right {
padding: 0;
background: transparent;
}
.pp_pic_holder.pp_default .pp_content_container .pp_left .pp_right .pp_content,
.pp_pic_holder.pp_woocommerce .pp_content_container .pp_left .pp_right .pp_content {
margin: 0 auto;
background: transparent;
}
.pp_pic_holder.pp_default .pp_content_container .pp_left .pp_right .pp_content .pp_details,
.pp_pic_holder.pp_woocommerce .pp_content_container .pp_left .pp_right .pp_content .pp_details {
height: 0;
margin: 0;
padding: 0;
}
.pp_pic_holder.pp_default .pp_content_container .pp_left .pp_right .pp_content .pp_details .pp_nav,
.pp_pic_holder.pp_woocommerce .pp_content_container .pp_left .pp_right .pp_content .pp_details .pp_nav {
display: none !important;
height: 0;
}
.pp_pic_holder.pp_default .pp_content_container .pp_left .pp_right .pp_content .pp_details .pp_close,
.pp_pic_holder.pp_woocommerce .pp_content_container .pp_left .pp_right .pp_content .pp_details .pp_close {
position: fixed;
right: 30px;
top: 30px;
width: 50px;
height: 50px;
text-align: center;
line-height: 50px;
background: transparent;
}
.pp_pic_holder.pp_default .pp_content_container .pp_left .pp_right .pp_content .pp_details .pp_close:after,
.pp_pic_holder.pp_woocommerce .pp_content_container .pp_left .pp_right .pp_content .pp_details .pp_close:after {
content: "\e082";
font-family: 'simple-line-icons';
font-size: 32px;
font-weight: normal;
width: 50px;
height: 50px;
text-align: center;
line-height: 50px;
position: absolute;
top: 0;
left: 0;
text-indent: 0;
color: #ffffff;
}
.pp_pic_holder.pp_default .pp_content_container .pp_left .pp_right .pp_content .pp_details .pp_close:before,
.pp_pic_holder.pp_woocommerce .pp_content_container .pp_left .pp_right .pp_content .pp_details .pp_close:before {
display: none;
}
.admin-bar .pp_pic_holder.pp_default .pp_content_container .pp_left .pp_right .pp_content .pp_details .pp_close,
.admin-bar .pp_pic_holder.pp_woocommerce .pp_content_container .pp_left .pp_right .pp_content .pp_details .pp_close {
top: 52px;
}
#site span.wpcf7-not-valid-tip {
font-size: 1rem;
}
#site div.wpcf7 .ajax-loader {
display: none;
margin-top: 10px;
}
#site div.wpcf7 .ajax-loader.is-active {
display: block;
}
#site div.wpcf7-validation-errors {
margin-left: 0;
margin-right: 0;
color: #ffffff;
background: #ea5b2e;
border: none;
padding: 10px 20px;
}
#site div.wpcf7-mail-sent-ok {
margin-left: 0;
margin-right: 0;
color: #ffffff;
background: #007aff;
border: none;
padding: 10px 20px;
}
.admin-bar .header-position-left .site-header,
.admin-bar .header-position-right .site-header {
top: 32px;
}
.header-position-right {
padding-right: 250px;
}
.header-position-right .site-header {
position: fixed;
top: 0;
bottom: 0;
right: 0;
width: 250px;
}
.header-position-right .site-header.header-transparent {
position: fixed;
bottom: 0;
right: 0;
left: auto;
}
.header-position-right .site-header .wrap {
width: 100%;
max-width: 100%;
}
.header-position-right .site-header.header-brand-left .header-brand {
float: none;
}
.header-position-right .site-header.header-brand-center .header-brand {
position: static;
text-align: center;
top: auto;
left: auto;
-webkit-transform: translateX(0) translateY(0);
-moz-transform: translateX(0) translateY(0);
-ms-transform: translateX(0) translateY(0);
-o-transform: translateX(0) translateY(0);
transform: translateX(0) translateY(0);
}
.header-position-right .site-header.header-brand-center .navigator > .menu > li > a {
text-align: center;
}
.header-position-right .site-header.header-brand-right .header-brand {
float: none;
text-align: right;
}
.header-position-right .site-header.header-brand-right .navigator > .menu > li > a {
text-align: right;
}
.header-position-right .site-header .navigator .menu.menu-primary,
.header-position-right .site-header .navigator .menu.menu-secondary {
float: none;
}
.header-position-right .site-header .navigator .menu.menu-primary li,
.header-position-right .site-header .navigator .menu.menu-secondary li {
margin: 0;
}
.header-position-right .site-header .navigator .menu li {
float: none;
}
.header-position-right .site-header .navigator .menu li .sub-menu {
right: 100%;
left: auto;
top: 0;
text-align: right;
}
.header-position-right .site-header .navigator .menu li .sub-menu li .sub-menu {
left: auto;
right: 100%;
}
.header-position-right .site-header .navigator .menu li a:after {
z-index: -1;
height: 100%;
}
.header-position-bottom .site-header {
position: fixed;
bottom: 0;
left: 0;
right: 0;
}
.header-position-bottom .site-header .navigator .menu li .sub-menu {
top: auto;
bottom: 100%;
}
.header-position-bottom .site-header .navigator .menu li .sub-menu li .sub-menu {
top: auto;
bottom: -30px;
}
.header-position-bottom .site-header .navigator .menu li a:after {
bottom: auto;
top: 0;
}
.header-position-left {
padding-left: 300px;
}
.header-position-left .site-header {
position: fixed;
top: 0;
bottom: 0;
left: 0;
width: 300px;
padding: 50px;
}
.header-position-left .site-header.header-transparent {
position: fixed;
bottom: 0;
left: 0;
right: auto;
}
.header-position-left .site-header .wrap {
width: 100%;
max-width: 100%;
}
.header-position-left .site-header.header-brand-left .header-brand {
float: none;
}
.header-position-left .site-header.header-brand-left .navigator .menu {
float: none;
}
.header-position-left .site-header.header-brand-left .navigator .menu.menu-primary {
position: static;
width: 100%;
max-width: 100%;
text-align: left;
-webkit-transform: translateX(0);
-moz-transform: translateX(0);
-ms-transform: translateX(0);
-o-transform: translateX(0);
transform: translateX(0);
}
.header-position-left .site-header.header-brand-left .navigator .menu > li {
display: block;
border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
.header-position-left .site-header.header-brand-left .navigator .menu > li:before {
display: none;
}
.header-position-left .site-header.header-brand-left .navigator .menu > li > a i {
width: 15px;
margin-right: 15px;
vertical-align: middle;
}
.header-position-left .site-header.header-brand-left .navigator .menu > li > a i.fa-2x {
width: 30px;
}
.header-position-left .site-header.header-brand-left .navigator .menu > li > a:after {
display: none;
}
.header-position-left .site-header.header-brand-left .navigator .menu > li.menu-item-has-children > a:before {
left: auto;
right: 0;
bottom: 50%;
margin: 0;
margin-bottom: -5px;
border-bottom: 5px solid transparent;
border-top: 5px solid transparent;
border-left: 5px solid;
}
.header-position-left .site-header.header-brand-left .social-icons {
float: none;
margin: 0;
position: fixed;
left: 50px;
bottom: 50px;
}
.header-position-left .site-header.header-brand-left .social-icons a {
margin: 0 5px 0 0;
}
.header-position-left .site-header.header-brand-center .header-brand {
position: static;
text-align: center;
top: auto;
left: auto;
-webkit-transform: translateX(0) translateY(0);
-moz-transform: translateX(0) translateY(0);
-ms-transform: translateX(0) translateY(0);
-o-transform: translateX(0) translateY(0);
transform: translateX(0) translateY(0);
}
.header-position-left .site-header.header-brand-center .navigator > .menu > li > a {
text-align: center;
}
.header-position-left .site-header.header-brand-right .header-brand {
float: none;
text-align: right;
}
.header-position-left .site-header.header-brand-right .navigator > .menu > li > a {
text-align: right;
}
.header-position-left .site-header .navigator .menu.menu-primary,
.header-position-left .site-header .navigator .menu.menu-secondary {
float: none;
}
.header-position-left .site-header .navigator .menu.menu-primary li,
.header-position-left .site-header .navigator .menu.menu-secondary li {
margin: 0;
}
.header-position-left .site-header .navigator .menu li {
float: none;
}
.header-position-left .site-header .navigator .menu li .sub-menu {
left: 100%;
top: 0;
}
.header-position-left .site-header .navigator .menu li a:after {
z-index: -1;
height: 100%;
}
.site-header-classic {
position: relative;
z-index: 99;
}
.site-header-classic.header-full {
padding: 0 30px;
}
.site-header-classic.header-full .wrap {
width: 100%;
max-width: 100%;
}
.site-header-classic.header-full .navigator .menu.menu-extras {
margin-right: 30px;
}
.site-header-classic.header-full .navigator .off-canvas-toggle + .menu.menu-extras {
margin-right: 0;
}
.site-header-classic.header-brand-left .header-brand {
float: left;
}
.site-header-classic.header-brand-center .header-brand {
position: absolute;
z-index: 3;
top: 50%;
left: 50%;
-webkit-transform: translateX(-50%) translateY(-50%);
-moz-transform: translateX(-50%) translateY(-50%);
-ms-transform: translateX(-50%) translateY(-50%);
-o-transform: translateX(-50%) translateY(-50%);
transform: translateX(-50%) translateY(-50%);
}
.site-header-classic.header-brand-center .menu {
max-width: 60%;
}
.site-header-classic.header-brand-center .navigator .menu.menu-primary {
position: relative;
text-align: inherit;
left: 0;
float: left;
-webkit-transform: translateX(0);
-moz-transform: translateX(0);
-ms-transform: translateX(0);
-o-transform: translateX(0);
transform: translateX(0);
}
.site-header-classic.header-brand-center .navigator .menu.menu-primary > li:first-child {
margin-left: 0;
}
.site-header-classic.header-brand-right .header-brand {
float: right;
}
.site-header-classic.header-brand-right .navigator .social-icons {
float: left;
margin-left: 0;
margin-right: 20px;
}
.site-header-classic.header-brand-right .navigator .social-icons a {
margin-right: 5px;
margin-left: 0;
}
.site-header-classic.header-brand-right .navigator .menu.menu-extras {
float: left;
}
.site-header-classic.header-brand-right .navigator .off-canvas-toggle[data-target="off-canvas-right"] {
margin-right: 30px;
}
.site-header-classic.header-brand-right .off-canvas-toggle[data-target="off-canvas-right"] {
float: left;
margin-left: 0 !important;
}
.site-header-classic.header-shadow {
-webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.05);
-moz-box-shadow: 0 0 10px rgba(0, 0, 0, 0.05);
-ms-box-shadow: 0 0 10px rgba(0, 0, 0, 0.05);
-o-box-shadow: 0 0 10px rgba(0, 0, 0, 0.05);
box-shadow: 0 0 10px rgba(0, 0, 0, 0.05);
}
.site-header-classic.header-transparent {
position: absolute;
left: 0;
right: 0;
z-index: 99;
}
.site-header-classic .navigator:after {
clear: both;
content: "";
display: table;
}
.site-header-classic .navigator .menu {
margin: 0;
padding: 0;
}
.site-header-classic .navigator .menu:after {
clear: both;
content: "";
display: table;
}
.site-header-classic .navigator .menu.menu-primary {
position: absolute;
left: 50%;
text-align: center;
width: 65%;
-webkit-transform: translateX(-50%);
-moz-transform: translateX(-50%);
-ms-transform: translateX(-50%);
-o-transform: translateX(-50%);
transform: translateX(-50%);
}
.site-header-classic .navigator .menu.menu-secondary {
float: right;
}
.site-header-classic .navigator .menu.menu-extras {
margin-left: 30px;
}
.site-header-classic .navigator .menu.menu-extras li {
margin: 0;
}
.site-header-classic .navigator .menu li {
list-style: none;
display: inline-block;
margin: 0 18px;
position: relative;
z-index: 99;
}
.site-header-classic .navigator .menu li:before {
height: 16px;
width: 1px;
content: "";
border-right: 1px solid;
position: absolute;
top: 50%;
margin-top: -7px;
left: -20px;
-webkit-opacity: 0.2;
-khtml-opacity: 0.2;
-moz-opacity: 0.2;
opacity: 0.2;
-ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=20);
filter: alpha(opacity=20);
}
.site-header-classic .navigator .menu li:first-child:before {
display: none;
}
.site-header-classic .navigator .menu li:hover > .sub-menu {
display: block\9;
visibility: visible;
-webkit-opacity: 1;
-khtml-opacity: 1;
-moz-opacity: 1;
opacity: 1;
-ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=100);
filter: alpha(opacity=100);
-webkit-transform: scale(1);
-moz-transform: scale(1);
-ms-transform: scale(1);
-o-transform: scale(1);
transform: scale(1);
}
.site-header-classic .navigator .menu li:hover a:after {
left: 0;
right: 0;
}
.site-header-classic .navigator .menu li.current-menu-item a:after,
.site-header-classic .navigator .menu li.current_page_item a:after,
.site-header-classic .navigator .menu li.current-menu-ancestor a:after,
.site-header-classic .navigator .menu li.current-menu-parent a:after {
left: 0;
right: 0;
}
.site-header-classic .navigator .menu li.menu-item-has-children > a:before {
border-top: 5px solid;
border-left: 5px solid transparent;
border-right: 5px solid transparent;
content: "";
height: 0;
width: 0;
position: absolute;
left: 50%;
margin-left: -5px;
bottom: 12px;
-webkit-opacity: 0.2;
-khtml-opacity: 0.2;
-moz-opacity: 0.2;
opacity: 0.2;
-ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=20);
filter: alpha(opacity=20);
}
.site-header-classic .navigator .menu li.menu-item-has-children.current-menu-item > a:before,
.site-header-classic .navigator .menu li.menu-item-has-children.current_page_item > a:before,
.site-header-classic .navigator .menu li.menu-item-has-children.current-menu-ancestor > a:before,
.site-header-classic .navigator .menu li.menu-item-has-children.current-menu-parent > a:before,
.site-header-classic .navigator .menu li.menu-item-has-children:hover > a:before {
-webkit-opacity: 1;
-khtml-opacity: 1;
-moz-opacity: 1;
opacity: 1;
-ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=100);
filter: alpha(opacity=100);
}
.site-header-classic .navigator .menu li a {
display: block;
}
.site-header-classic .navigator .menu li a:after {
position: absolute;
z-index: 1;
content: "";
left: 50%;
right: 50%;
height: 4px;
top: 0;
-webkit-transition: 0.5s cubic-bezier(0.68, -0.55, 0.265, 1.55);
-moz-transition: 0.5s cubic-bezier(0.68, -0.55, 0.265, 1.55);
-ms-transition: 0.5s cubic-bezier(0.68, -0.55, 0.265, 1.55);
-o-transition: 0.5s cubic-bezier(0.68, -0.55, 0.265, 1.55);
transition: 0.5s cubic-bezier(0.68, -0.55, 0.265, 1.55);
-webkit-transform: translate3d(0, 0, 0);
-moz-transform: translate3d(0, 0, 0);
-ms-transform: translate3d(0, 0, 0);
-o-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
}
.site-header-classic .navigator .menu li a .badge {
position: absolute;
top: -5px;
right: -15px;
background: #f76923;
color: #ffffff;
width: 20px;
height: 5px;
text-indent: -9999px;
z-index: 2;
}
.site-header-classic .navigator .menu li a .badge:after {
background-color: transparent;
border: 10px solid #f76923;
border-bottom-color: transparent;
content: "";
position: absolute;
z-index: 9;
top: 100%;
left: 0;
}
.site-header-classic .navigator .menu li .sub-menu {
text-align: left;
position: absolute;
min-width: 250px;
left: -30px;
top: 100%;
z-index: 2;
padding: 20px 0;
display: none\9;
visibility: hidden;
font-size: 1rem;
background: #ffffff;
-webkit-opacity: 0;
-khtml-opacity: 0;
-moz-opacity: 0;
opacity: 0;
-ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=0);
filter: alpha(opacity=0);
-webkit-box-shadow: -5px 3px 25px 0 rgba(0, 0, 0, 0.1);
-moz-box-shadow: -5px 3px 25px 0 rgba(0, 0, 0, 0.1);
-ms-box-shadow: -5px 3px 25px 0 rgba(0, 0, 0, 0.1);
-o-box-shadow: -5px 3px 25px 0 rgba(0, 0, 0, 0.1);
box-shadow: -5px 3px 25px 0 rgba(0, 0, 0, 0.1);
-webkit-transform: scale(0.8);
-moz-transform: scale(0.8);
-ms-transform: scale(0.8);
-o-transform: scale(0.8);
transform: scale(0.8);
}
.site-header-classic .navigator .menu li .sub-menu > li:last-child:after {
display: none;
}
.site-header-classic .navigator .menu li .sub-menu li {
float: none;
margin: 0;
display: block;
}
.site-header-classic .navigator .menu li .sub-menu li:hover:after,
.site-header-classic .navigator .menu li .sub-menu li.current-menu-item:after,
.site-header-classic .navigator .menu li .sub-menu li.current_page_item:after,
.site-header-classic .navigator .menu li .sub-menu li.current-menu-ancestor:after,
.site-header-classic .navigator .menu li .sub-menu li.current-menu-parent:after {
-webkit-opacity: 0;
-khtml-opacity: 0;
-moz-opacity: 0;
opacity: 0;
-ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=0);
filter: alpha(opacity=0);
}
.site-header-classic .navigator .menu li .sub-menu li:before {
display: none;
}
.site-header-classic .navigator .menu li .sub-menu li:after {
content: "";
position: absolute;
bottom: -1px;
left: 32px;
right: 30px;
height: 1px;
background: rgba(0, 0, 0, 0.1);
}
.site-header-classic .navigator .menu li .sub-menu li a {
color: inherit;
padding: 10px 35px 10px 55px;
white-space: nowrap;
display: block;
}
.site-header-classic .navigator .menu li .sub-menu li a:after {
display: none;
}
.site-header-classic .navigator .menu li .sub-menu li a:before {
border: none;
height: auto;
margin: 0;
bottom: auto;
content: "\f10c";
font-family: "fontAwesome";
font-size: 14px;
font-weight: normal;
position: absolute;
left: 32px;
top: 50%;
-webkit-opacity: 1;
-khtml-opacity: 1;
-moz-opacity: 1;
opacity: 1;
-ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=100);
filter: alpha(opacity=100);
-webkit-transform: translateY(-50%);
-moz-transform: translateY(-50%);
-ms-transform: translateY(-50%);
-o-transform: translateY(-50%);
transform: translateY(-50%);
}
.site-header-classic .navigator .menu li .sub-menu li:hover > a,
.site-header-classic .navigator .menu li .sub-menu li.current-menu-item > a,
.site-header-classic .navigator .menu li .sub-menu li.current_page_item > a,
.site-header-classic .navigator .menu li .sub-menu li.current-menu-ancestor > a,
.site-header-classic .navigator .menu li .sub-menu li.current-menu-parent > a {
color: #ffffff;
}
.site-header-classic .navigator .menu li .sub-menu li:hover > a:before,
.site-header-classic .navigator .menu li .sub-menu li.current-menu-item > a:before,
.site-header-classic .navigator .menu li .sub-menu li.current_page_item > a:before,
.site-header-classic .navigator .menu li .sub-menu li.current-menu-ancestor > a:before,
.site-header-classic .navigator .menu li .sub-menu li.current-menu-parent > a:before {
content: "\f192";
color: #ffffff;
}
.site-header-classic .navigator .menu li .sub-menu li .sub-menu {
left: 100%;
top: -20px;
}
.site-header-classic .navigator .menu li.megamenu > .sub-menu {
display: table;
}
.site-header-classic .navigator .menu li.megamenu > .sub-menu > li {
display: table-cell;
table-layout: fixed;
border-right: 1px solid rgba(0, 0, 0, 0.05);
}
.site-header-classic .navigator .menu li.megamenu > .sub-menu > li:last-child {
border-right: none;
}
.site-header-classic .navigator .menu li.megamenu > .sub-menu > li:after {
display: none;
}
.site-header-classic .navigator .menu li.megamenu > .sub-menu > li > a {
background: none !important;
padding-left: 32px;
font-weight: 600;
}
.site-header-classic .navigator .menu li.megamenu .sub-menu {
-webkit-transform: scale(1);
-moz-transform: scale(1);
-ms-transform: scale(1);
-o-transform: scale(1);
transform: scale(1);
}
.site-header-classic .navigator .menu li.megamenu .sub-menu .sub-menu {
visibility: inherit;
display: block\9;
-webkit-opacity: 1;
-khtml-opacity: 1;
-moz-opacity: 1;
opacity: 1;
-ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=100);
filter: alpha(opacity=100);
-webkit-box-shadow: none;
-moz-box-shadow: none;
-ms-box-shadow: none;
-o-box-shadow: none;
box-shadow: none;
position: static;
padding: 20px 0 0 0;
}
.site-header-classic .navigator .menu li.megamenu .sub-menu .sub-menu:after {
display: block;
content: "";
position: absolute;
height: 3px;
width: 30px;
left: 32px;
top: 3px;
-webkit-border-radius: 3px;
-moz-border-radius: 3px;
-ms-border-radius: 3px;
-o-border-radius: 3px;
border-radius: 3px;
}
.site-header-classic .navigator .social-icons {
float: right;
margin-left: 20px;
}
.site-header-classic .navigator .social-icons a {
display: inline-block;
margin-left: 5px;
}
.site-header-classic .navigator .social-icons a i {
vertical-align: middle;
}
.admin-bar .site-header-sticky {
top: 32px;
}
.site-header-sticky {
position: fixed;
top: 0;
left: 0;
right: 0;
z-index: 999;
visibility: hidden;
-webkit-transition: all 0.3s ease-in-out 0s;
-moz-transition: all 0.3s ease-in-out 0s;
-ms-transition: all 0.3s ease-in-out 0s;
-o-transition: all 0.3s ease-in-out 0s;
transition: all 0.3s ease-in-out 0s;
-webkit-transform: translateY(-100%);
-moz-transform: translateY(-100%);
-ms-transform: translateY(-100%);
-o-transform: translateY(-100%);
transform: translateY(-100%);
}
.site-header-sticky.active {
visibility: visible;
-webkit-transform: translateY(0);
-moz-transform: translateY(0);
-ms-transform: translateY(0);
-o-transform: translateY(0);
transform: translateY(0);
}
.site-header-sticky.header-full {
padding: 0 30px;
}
.site-header-sticky.header-full .wrap {
width: 100%;
max-width: 100%;
}
.site-header-sticky.header-full .navigator .menu.menu-extras {
margin-right: 30px;
}
.site-header-sticky.header-full .navigator .off-canvas-toggle + .menu.menu-extras {
margin-right: 0;
}
.site-header-sticky.header-brand-left .header-brand {
float: left;
}
.site-header-sticky.header-brand-center .header-brand {
position: absolute;
z-index: 3;
top: 50%;
left: 50%;
-webkit-transform: translateX(-50%) translateY(-50%);
-moz-transform: translateX(-50%) translateY(-50%);
-ms-transform: translateX(-50%) translateY(-50%);
-o-transform: translateX(-50%) translateY(-50%);
transform: translateX(-50%) translateY(-50%);
}
.site-header-sticky.header-brand-center .menu {
max-width: 60%;
}
.site-header-sticky.header-brand-center .navigator .menu.menu-primary {
position: relative;
text-align: inherit;
left: 0;
float: left;
-webkit-transform: translateX(0);
-moz-transform: translateX(0);
-ms-transform: translateX(0);
-o-transform: translateX(0);
transform: translateX(0);
}
.site-header-sticky.header-brand-center .navigator .menu.menu-primary > li:first-child {
margin-left: 0;
}
.site-header-sticky.header-brand-right .header-brand {
float: right;
}
.site-header-sticky.header-brand-right .navigator .social-icons {
float: left;
margin-left: 0;
margin-right: 20px;
}
.site-header-sticky.header-brand-right .navigator .social-icons a {
margin-right: 5px;
margin-left: 0;
}
.site-header-sticky.header-brand-right .navigator .menu.menu-extras {
float: left;
}
.site-header-sticky.header-brand-right .navigator .off-canvas-toggle[data-target="off-canvas-right"] {
margin-right: 30px;
}
.site-header-sticky.header-brand-right .off-canvas-toggle[data-target="off-canvas-right"] {
float: left;
margin-left: 0 !important;
}
.site-header-sticky.header-shadow {
-webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.05);
-moz-box-shadow: 0 0 10px rgba(0, 0, 0, 0.05);
-ms-box-shadow: 0 0 10px rgba(0, 0, 0, 0.05);
-o-box-shadow: 0 0 10px rgba(0, 0, 0, 0.05);
box-shadow: 0 0 10px rgba(0, 0, 0, 0.05);
}
.site-header-sticky.header-transparent {
position: absolute;
left: 0;
right: 0;
z-index: 99;
}
.site-header-sticky .navigator:after {
clear: both;
content: "";
display: table;
}
.site-header-sticky .navigator .menu {
margin: 0;
padding: 0;
}
.site-header-sticky .navigator .menu:after {
clear: both;
content: "";
display: table;
}
.site-header-sticky .navigator .menu.menu-primary {
position: absolute;
left: 50%;
text-align: center;
width: 65%;
-webkit-transform: translateX(-50%);
-moz-transform: translateX(-50%);
-ms-transform: translateX(-50%);
-o-transform: translateX(-50%);
transform: translateX(-50%);
}
.site-header-sticky .navigator .menu.menu-secondary {
float: right;
}
.site-header-sticky .navigator .menu.menu-extras {
margin-left: 30px;
}
.site-header-sticky .navigator .menu.menu-extras li {
margin: 0;
}
.site-header-sticky .navigator .menu.menu-extras li.shopping-cart {
display: none;
}
.site-header-sticky .navigator .menu li {
list-style: none;
display: inline-block;
margin: 0 18px;
position: relative;
z-index: 99;
}
.site-header-sticky .navigator .menu li:before {
height: 16px;
width: 1px;
content: "";
border-right: 1px solid;
position: absolute;
top: 50%;
margin-top: -7px;
left: -20px;
-webkit-opacity: 0.2;
-khtml-opacity: 0.2;
-moz-opacity: 0.2;
opacity: 0.2;
-ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=20);
filter: alpha(opacity=20);
}
.site-header-sticky .navigator .menu li:first-child:before {
display: none;
}
.site-header-sticky .navigator .menu li:hover > .sub-menu {
display: block\9;
visibility: visible;
-webkit-opacity: 1;
-khtml-opacity: 1;
-moz-opacity: 1;
opacity: 1;
-ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=100);
filter: alpha(opacity=100);
-webkit-transform: scale(1);
-moz-transform: scale(1);
-ms-transform: scale(1);
-o-transform: scale(1);
transform: scale(1);
}
.site-header-sticky .navigator .menu li:hover a:after {
left: 0;
right: 0;
}
.site-header-sticky .navigator .menu li.current-menu-item a:after,
.site-header-sticky .navigator .menu li.current_page_item a:after,
.site-header-sticky .navigator .menu li.current-menu-ancestor a:after,
.site-header-sticky .navigator .menu li.current-menu-parent a:after {
left: 0;
right: 0;
}
.site-header-sticky .navigator .menu li.menu-item-has-children > a:before {
border-top: 5px solid;
border-left: 5px solid transparent;
border-right: 5px solid transparent;
content: "";
height: 0;
width: 0;
position: absolute;
left: 50%;
margin-left: -5px;
bottom: 12px;
-webkit-opacity: 0.2;
-khtml-opacity: 0.2;
-moz-opacity: 0.2;
opacity: 0.2;
-ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=20);
filter: alpha(opacity=20);
}
.site-header-sticky .navigator .menu li.menu-item-has-children.current-menu-item > a:before,
.site-header-sticky .navigator .menu li.menu-item-has-children.current_page_item > a:before,
.site-header-sticky .navigator .menu li.menu-item-has-children.current-menu-ancestor > a:before,
.site-header-sticky .navigator .menu li.menu-item-has-children.current-menu-parent > a:before,
.site-header-sticky .navigator .menu li.menu-item-has-children:hover > a:before {
-webkit-opacity: 1;
-khtml-opacity: 1;
-moz-opacity: 1;
opacity: 1;
-ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=100);
filter: alpha(opacity=100);
}
.site-header-sticky .navigator .menu li a {
display: block;
}
.site-header-sticky .navigator .menu li a:after {
position: absolute;
z-index: 1;
content: "";
left: 50%;
right: 50%;
height: 4px;
top: 0;
-webkit-transition: 0.5s cubic-bezier(0.68, -0.55, 0.265, 1.55);
-moz-transition: 0.5s cubic-bezier(0.68, -0.55, 0.265, 1.55);
-ms-transition: 0.5s cubic-bezier(0.68, -0.55, 0.265, 1.55);
-o-transition: 0.5s cubic-bezier(0.68, -0.55, 0.265, 1.55);
transition: 0.5s cubic-bezier(0.68, -0.55, 0.265, 1.55);
-webkit-transform: translate3d(0, 0, 0);
-moz-transform: translate3d(0, 0, 0);
-ms-transform: translate3d(0, 0, 0);
-o-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
}
.site-header-sticky .navigator .menu li a .badge {
position: absolute;
top: -5px;
right: -15px;
background: #f76923;
color: #ffffff;
width: 20px;
height: 5px;
text-indent: -9999px;
z-index: 2;
}
.site-header-sticky .navigator .menu li a .badge:after {
background-color: transparent;
border: 10px solid #f76923;
border-bottom-color: transparent;
content: "";
position: absolute;
z-index: 9;
top: 100%;
left: 0;
}
.site-header-sticky .navigator .menu li .sub-menu {
text-align: left;
position: absolute;
min-width: 250px;
left: -30px;
top: 100%;
z-index: 2;
padding: 20px 0;
display: none\9;
visibility: hidden;
font-size: 1rem;
background: #ffffff;
-webkit-opacity: 0;
-khtml-opacity: 0;
-moz-opacity: 0;
opacity: 0;
-ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=0);
filter: alpha(opacity=0);
-webkit-box-shadow: -5px 3px 25px 0 rgba(0, 0, 0, 0.1);
-moz-box-shadow: -5px 3px 25px 0 rgba(0, 0, 0, 0.1);
-ms-box-shadow: -5px 3px 25px 0 rgba(0, 0, 0, 0.1);
-o-box-shadow: -5px 3px 25px 0 rgba(0, 0, 0, 0.1);
box-shadow: -5px 3px 25px 0 rgba(0, 0, 0, 0.1);
-webkit-transform: scale(0.8);
-moz-transform: scale(0.8);
-ms-transform: scale(0.8);
-o-transform: scale(0.8);
transform: scale(0.8);
}
.site-header-sticky .navigator .menu li .sub-menu > li:last-child:after {
display: none;
}
.site-header-sticky .navigator .menu li .sub-menu li {
float: none;
margin: 0;
display: block;
}
.site-header-sticky .navigator .menu li .sub-menu li:hover:after,
.site-header-sticky .navigator .menu li .sub-menu li.current-menu-item:after,
.site-header-sticky .navigator .menu li .sub-menu li.current_page_item:after,
.site-header-sticky .navigator .menu li .sub-menu li.current-menu-ancestor:after,
.site-header-sticky .navigator .menu li .sub-menu li.current-menu-parent:after {
-webkit-opacity: 0;
-khtml-opacity: 0;
-moz-opacity: 0;
opacity: 0;
-ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=0);
filter: alpha(opacity=0);
}
.site-header-sticky .navigator .menu li .sub-menu li:before {
display: none;
}
.site-header-sticky .navigator .menu li .sub-menu li:after {
content: "";
position: absolute;
bottom: -1px;
left: 32px;
right: 30px;
height: 1px;
background: rgba(0, 0, 0, 0.1);
}
.site-header-sticky .navigator .menu li .sub-menu li a {
color: inherit;
padding: 10px 35px 10px 55px;
white-space: nowrap;
display: block;
}
.site-header-sticky .navigator .menu li .sub-menu li a:after {
display: none;
}
.site-header-sticky .navigator .menu li .sub-menu li a:before {
border: none;
height: auto;
margin: 0;
bottom: auto;
content: "\f10c";
font-family: "fontAwesome";
font-size: 14px;
font-weight: normal;
position: absolute;
left: 32px;
top: 50%;
-webkit-opacity: 1;
-khtml-opacity: 1;
-moz-opacity: 1;
opacity: 1;
-ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=100);
filter: alpha(opacity=100);
-webkit-transform: translateY(-50%);
-moz-transform: translateY(-50%);
-ms-transform: translateY(-50%);
-o-transform: translateY(-50%);
transform: translateY(-50%);
}
.site-header-sticky .navigator .menu li .sub-menu li:hover > a,
.site-header-sticky .navigator .menu li .sub-menu li.current-menu-item > a,
.site-header-sticky .navigator .menu li .sub-menu li.current_page_item > a,
.site-header-sticky .navigator .menu li .sub-menu li.current-menu-ancestor > a,
.site-header-sticky .navigator .menu li .sub-menu li.current-menu-parent > a {
color: #ffffff;
}
.site-header-sticky .navigator .menu li .sub-menu li:hover > a:before,
.site-header-sticky .navigator .menu li .sub-menu li.current-menu-item > a:before,
.site-header-sticky .navigator .menu li .sub-menu li.current_page_item > a:before,
.site-header-sticky .navigator .menu li .sub-menu li.current-menu-ancestor > a:before,
.site-header-sticky .navigator .menu li .sub-menu li.current-menu-parent > a:before {
content: "\f192";
color: #ffffff;
}
.site-header-sticky .navigator .menu li .sub-menu li .sub-menu {
left: 100%;
top: -20px;
}
.site-header-sticky .navigator .menu li.megamenu > .sub-menu {
display: table;
}
.site-header-sticky .navigator .menu li.megamenu > .sub-menu > li {
display: table-cell;
table-layout: fixed;
border-right: 1px solid rgba(0, 0, 0, 0.05);
}
.site-header-sticky .navigator .menu li.megamenu > .sub-menu > li:last-child {
border-right: none;
}
.site-header-sticky .navigator .menu li.megamenu > .sub-menu > li:after {
display: none;
}
.site-header-sticky .navigator .menu li.megamenu > .sub-menu > li > a {
background: none !important;
padding-left: 32px;
font-weight: 600;
}
.site-header-sticky .navigator .menu li.megamenu .sub-menu {
-webkit-transform: scale(1);
-moz-transform: scale(1);
-ms-transform: scale(1);
-o-transform: scale(1);
transform: scale(1);
}
.site-header-sticky .navigator .menu li.megamenu .sub-menu .sub-menu {
visibility: inherit;
display: block\9;
-webkit-opacity: 1;
-khtml-opacity: 1;
-moz-opacity: 1;
opacity: 1;
-ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=100);
filter: alpha(opacity=100);
-webkit-box-shadow: none;
-moz-box-shadow: none;
-ms-box-shadow: none;
-o-box-shadow: none;
box-shadow: none;
position: static;
padding: 20px 0 0 0;
}
.site-header-sticky .navigator .menu li.megamenu .sub-menu .sub-menu:after {
display: block;
content: "";
position: absolute;
height: 3px;
width: 30px;
left: 32px;
top: 3px;
-webkit-border-radius: 3px;
-moz-border-radius: 3px;
-ms-border-radius: 3px;
-o-border-radius: 3px;
border-radius: 3px;
}
.site-header-sticky .navigator .social-icons {
float: right;
margin-left: 20px;
}
.site-header-sticky .navigator .social-icons a {
display: inline-block;
margin-left: 5px;
}
.site-header-sticky .navigator .social-icons a i {
vertical-align: middle;
}
.site-header .navigator .menu.menu-extras,
.site-header-sticky .navigator .menu.menu-extras {
float: right;
}
.site-header .navigator .menu.menu-extras li,
.site-header-sticky .navigator .menu.menu-extras li {
float: left;
}
.site-header .navigator .menu.menu-extras li:before,
.site-header-sticky .navigator .menu.menu-extras li:before {
display: none;
}
.site-header .navigator .menu.menu-extras li a:after,
.site-header-sticky .navigator .menu.menu-extras li a:after {
display: none;
}
.site-header .navigator .menu.menu-extras li i,
.site-header-sticky .navigator .menu.menu-extras li i {
font-size: 21px;
display: inline-block;
}
.site-header .navigator .menu.menu-extras li i:before,
.site-header-sticky .navigator .menu.menu-extras li i:before {
vertical-align: middle;
}
.site-header .navigator .menu.menu-extras li .sub-menu,
.site-header-sticky .navigator .menu.menu-extras li .sub-menu {
left: auto;
right: -30px;
}
.site-header .navigator .menu.menu-extras li.shopping-cart,
.site-header-sticky .navigator .menu.menu-extras li.shopping-cart {
position: fixed;
right: 20px;
bottom: 20px;
}
.site-header .navigator .menu.menu-extras li.shopping-cart > a,
.site-header-sticky .navigator .menu.menu-extras li.shopping-cart > a {
width: 60px;
height: 60px;
display: block;
padding: 0;
margin: 0;
color: #ffffff;
line-height: 60px;
text-align: center;
-webkit-border-radius: 100%;
-moz-border-radius: 100%;
-ms-border-radius: 100%;
-o-border-radius: 100%;
border-radius: 100%;
}
.site-header .navigator .menu.menu-extras li.shopping-cart > a i,
.site-header-sticky .navigator .menu.menu-extras li.shopping-cart > a i {
font-size: 28px;
}
.site-header .navigator .menu.menu-extras li.shopping-cart .sub-menu,
.site-header-sticky .navigator .menu.menu-extras li.shopping-cart .sub-menu {
left: auto;
right: 0;
top: auto;
bottom: 80px;
width: 320px;
}
.site-header .navigator .menu.menu-extras li.shopping-cart .shopping-cart-items-count,
.site-header-sticky .navigator .menu.menu-extras li.shopping-cart .shopping-cart-items-count {
position: absolute;
color: #ffffff;
background: #f76923;
width: 24px;
height: 24px;
text-align: center;
line-height: 24px;
top: -5px;
right: -4px;
letter-spacing: 0;
font-size: 0.8em;
-webkit-border-radius: 24px;
-moz-border-radius: 24px;
-ms-border-radius: 24px;
-o-border-radius: 24px;
border-radius: 24px;
}
.site-header .navigator .menu.menu-extras li.shopping-cart .shopping-cart-items-count.no-items:after,
.site-header-sticky .navigator .menu.menu-extras li.shopping-cart .shopping-cart-items-count.no-items:after {
content: "0";
}
.site-header .navigator .menu.menu-extras li.shopping-cart .widget_shopping_cart_content .woocommerce-mini-cart__empty-message,
.site-header-sticky .navigator .menu.menu-extras li.shopping-cart .widget_shopping_cart_content .woocommerce-mini-cart__empty-message {
text-align: center;
}
.site-header .navigator .menu.menu-extras li.shopping-cart .widget_shopping_cart_content .cart_list,
.site-header-sticky .navigator .menu.menu-extras li.shopping-cart .widget_shopping_cart_content .cart_list {
margin: 0;
padding: 0;
list-style: none;
}
.site-header .navigator .menu.menu-extras li.shopping-cart .widget_shopping_cart_content .cart_list li,
.site-header-sticky .navigator .menu.menu-extras li.shopping-cart .widget_shopping_cart_content .cart_list li {
display: inline-block;
width: 100%;
}
.site-header .navigator .menu.menu-extras li.shopping-cart .widget_shopping_cart_content .cart_list li:before,
.site-header-sticky .navigator .menu.menu-extras li.shopping-cart .widget_shopping_cart_content .cart_list li:before,
.site-header .navigator .menu.menu-extras li.shopping-cart .widget_shopping_cart_content .cart_list li:after,
.site-header-sticky .navigator .menu.menu-extras li.shopping-cart .widget_shopping_cart_content .cart_list li:after {
display: none;
}
.site-header .navigator .menu.menu-extras li.shopping-cart .widget_shopping_cart_content .cart_list li a,
.site-header-sticky .navigator .menu.menu-extras li.shopping-cart .widget_shopping_cart_content .cart_list li a {
padding: 0 80px 0 50px;
text-overflow: ellipsis;
white-space: nowrap;
overflow: hidden;
color: inherit;
background: transparent;
position: relative;
}
.site-header .navigator .menu.menu-extras li.shopping-cart .widget_shopping_cart_content .cart_list li a:after,
.site-header-sticky .navigator .menu.menu-extras li.shopping-cart .widget_shopping_cart_content .cart_list li a:after,
.site-header .navigator .menu.menu-extras li.shopping-cart .widget_shopping_cart_content .cart_list li a:before,
.site-header-sticky .navigator .menu.menu-extras li.shopping-cart .widget_shopping_cart_content .cart_list li a:before {
display: none;
}
.site-header .navigator .menu.menu-extras li.shopping-cart .widget_shopping_cart_content .cart_list li a.remove,
.site-header-sticky .navigator .menu.menu-extras li.shopping-cart .widget_shopping_cart_content .cart_list li a.remove {
position: absolute;
width: 30px;
text-align: center;
height: 50px;
line-height: 50px;
top: 0;
left: 0;
padding: 0;
background: #f76923;
color: #ffffff;
z-index: 2;
}
.site-header .navigator .menu.menu-extras li.shopping-cart .widget_shopping_cart_content .cart_list li a.remove:hover,
.site-header-sticky .navigator .menu.menu-extras li.shopping-cart .widget_shopping_cart_content .cart_list li a.remove:hover {
background: #ea5b2e;
}
.site-header .navigator .menu.menu-extras li.shopping-cart .widget_shopping_cart_content .cart_list li img,
.site-header-sticky .navigator .menu.menu-extras li.shopping-cart .widget_shopping_cart_content .cart_list li img {
width: 50px;
float: right;
margin-right: -60px;
}
.site-header .navigator .menu.menu-extras li.shopping-cart .widget_shopping_cart_content .cart_list li .quantity,
.site-header-sticky .navigator .menu.menu-extras li.shopping-cart .widget_shopping_cart_content .cart_list li .quantity {
overflow: hidden;
padding: 0 0 0 50px;
position: relative;
top: -12px;
font-size: 14px;
}
.site-header .navigator .menu.menu-extras li.shopping-cart .widget_shopping_cart_content .cart_list li.empty,
.site-header-sticky .navigator .menu.menu-extras li.shopping-cart .widget_shopping_cart_content .cart_list li.empty {
text-align: center;
}
.site-header .navigator .menu.menu-extras li.shopping-cart .widget_shopping_cart_content .total,
.site-header-sticky .navigator .menu.menu-extras li.shopping-cart .widget_shopping_cart_content .total {
border-top: 1px solid rgba(0, 0, 0, 0.1);
margin: 0 20px 20px 50px;
padding-top: 20px;
}
.site-header .navigator .menu.menu-extras li.shopping-cart .widget_shopping_cart_content .buttons,
.site-header-sticky .navigator .menu.menu-extras li.shopping-cart .widget_shopping_cart_content .buttons {
padding: 0;
display: inline-block;
width: 100%;
}
.site-header .navigator .menu.menu-extras li.shopping-cart .widget_shopping_cart_content .buttons .button,
.site-header-sticky .navigator .menu.menu-extras li.shopping-cart .widget_shopping_cart_content .buttons .button {
width: 49%;
text-align: center;
padding: 0;
float: left;
}
.site-header .navigator .menu.menu-extras li.shopping-cart .widget_shopping_cart_content .buttons .button.checkout,
.site-header-sticky .navigator .menu.menu-extras li.shopping-cart .widget_shopping_cart_content .buttons .button.checkout {
float: right;
}
.site-header .navigator .menu.menu-extras li.search-box,
.site-header-sticky .navigator .menu.menu-extras li.search-box {
position: static;
}
.site-header .navigator .menu.menu-extras li.search-box > a,
.site-header-sticky .navigator .menu.menu-extras li.search-box > a {
position: relative;
z-index: 1000;
}
.site-header .navigator .menu.menu-extras li.search-box > a:after,
.site-header-sticky .navigator .menu.menu-extras li.search-box > a:after,
.site-header .navigator .menu.menu-extras li.search-box > a:before,
.site-header-sticky .navigator .menu.menu-extras li.search-box > a:before {
content: "";
position: absolute;
right: 0;
left: auto;
width: 24px;
height: 3px;
top: 50%;
margin-top: -8px;
border: 2px solid;
border-top: 1px solid;
display: block;
-webkit-transform: translateY(6px) rotateZ(-45deg);
-moz-transform: translateY(6px) rotateZ(-45deg);
-ms-transform: translateY(6px) rotateZ(-45deg);
-o-transform: translateY(6px) rotateZ(-45deg);
transform: translateY(6px) rotateZ(-45deg);
visibility: hidden;
-webkit-opacity: 0;
-khtml-opacity: 0;
-moz-opacity: 0;
opacity: 0;
-ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=0);
filter: alpha(opacity=0);
}
.site-header .navigator .menu.menu-extras li.search-box > a:before,
.site-header-sticky .navigator .menu.menu-extras li.search-box > a:before {
margin-top: 0;
top: auto;
bottom: 50%;
margin-bottom: -7px;
-webkit-transform: translateY(-6px) rotateZ(45deg);
-moz-transform: translateY(-6px) rotateZ(45deg);
-ms-transform: translateY(-6px) rotateZ(45deg);
-o-transform: translateY(-6px) rotateZ(45deg);
transform: translateY(-6px) rotateZ(45deg);
}
.site-header .navigator .menu.menu-extras li.search-box .widget_search,
.site-header-sticky .navigator .menu.menu-extras li.search-box .widget_search {
position: absolute;
z-index: 999;
padding: 0;
margin: 0;
top: 0;
bottom: 0;
right: 0;
visibility: hidden;
width: 100%;
-webkit-opacity: 0;
-khtml-opacity: 0;
-moz-opacity: 0;
opacity: 0;
-ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=0);
filter: alpha(opacity=0);
}
.site-header .navigator .menu.menu-extras li.search-box .widget_search:before,
.site-header-sticky .navigator .menu.menu-extras li.search-box .widget_search:before {
content: "";
display: inline-block;
height: 100%;
vertical-align: middle;
}
.site-header .navigator .menu.menu-extras li.search-box .widget_search .search-form,
.site-header-sticky .navigator .menu.menu-extras li.search-box .widget_search .search-form {
display: inline-block;
height: auto;
vertical-align: middle;
width: 100%;
}
.site-header .navigator .menu.menu-extras li.search-box .widget_search .search-form .search-field,
.site-header-sticky .navigator .menu.menu-extras li.search-box .widget_search .search-form .search-field {
font-size: 2em;
background-color: transparent;
border-color: transparent;
padding: 0;
margin: 0;
}
.site-header .navigator .menu.menu-extras li.search-box .widget_search .search-form .search-submit,
.site-header-sticky .navigator .menu.menu-extras li.search-box .widget_search .search-form .search-submit {
display: none;
}
.site-header .navigator .menu.menu-extras li.search-box.active .widget_search,
.site-header-sticky .navigator .menu.menu-extras li.search-box.active .widget_search {
visibility: visible;
-webkit-opacity: 1;
-khtml-opacity: 1;
-moz-opacity: 1;
opacity: 1;
-ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=100);
filter: alpha(opacity=100);
}
.site-header .navigator .menu.menu-extras li.search-box.active > a:after,
.site-header-sticky .navigator .menu.menu-extras li.search-box.active > a:after,
.site-header .navigator .menu.menu-extras li.search-box.active > a:before,
.site-header-sticky .navigator .menu.menu-extras li.search-box.active > a:before {
visibility: visible;
-webkit-opacity: 1;
-khtml-opacity: 1;
-moz-opacity: 1;
opacity: 1;
-ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=100);
filter: alpha(opacity=100);
}
.site-header .navigator .menu.menu-extras li.search-box.active > a i:before,
.site-header-sticky .navigator .menu.menu-extras li.search-box.active > a i:before {
-webkit-opacity: 0;
-khtml-opacity: 0;
-moz-opacity: 0;
opacity: 0;
-ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=0);
filter: alpha(opacity=0);
}
.site-header.header-full .navigator .menu.menu-extras li.search-box .widget_search .search-form .search-field,
.site-header-sticky.header-full .navigator .menu.menu-extras li.search-box .widget_search .search-form .search-field {
padding: 0 30px;
}
.site {
z-index: 2;
position: relative;
-webkit-overflow-scrolling: touch;
-webkit-backface-visibility: hidden;
backface-visibility: hidden;
-webkit-transition: -webkit-transform 0.3s;
-moz-transition: -moz-transform 0.3s;
transition: transform 0.3s;
-webkit-transition-timing-function: cubic-bezier(0.4, 0.01, 0.2, 0.4);
-moz-transition-timing-function: cubic-bezier(0.4, 0.01, 0.2, 0.4);
transition-timing-function: cubic-bezier(0.4, 0.01, 0.2, 0.4);
-webkit-box-shadow: 0 20px 20px rgba(0, 0, 0, 0.35);
-moz-box-shadow: 0 20px 20px rgba(0, 0, 0, 0.35);
-ms-box-shadow: 0 20px 20px rgba(0, 0, 0, 0.35);
-o-box-shadow: 0 20px 20px rgba(0, 0, 0, 0.35);
box-shadow: 0 20px 20px rgba(0, 0, 0, 0.35);
}
.rev_slider_wrapper {
left: 0 !important;
}
.admin-bar #off-canvas-left {
top: 32px;
}
.admin-bar .sliding-menu {
top: 32px;
}
.site-header.header-full .site-header-inner .off-canvas-toggle,
.site-header-sticky.header-full .site-header-inner .off-canvas-toggle {
margin-left: 30px;
margin-right: 30px;
}
.site-header .site-header-inner .off-canvas-toggle[data-target="off-canvas-right"],
.site-header-sticky .site-header-inner .off-canvas-toggle[data-target="off-canvas-right"] {
margin-left: 30px;
margin-right: 0;
}
.off-canvas-toggle {
width: 24px;
position: relative;
float: right;
display: inline-block;
line-height: 2rem;
}
.off-canvas-toggle:before {
width: 24px;
height: 2px;
content: "";
position: absolute;
top: 50%;
border: 1px solid;
margin-top: -1px;
left: 0;
}
.off-canvas-toggle span {
display: inline-block;
}
.off-canvas-toggle span:after,
.off-canvas-toggle span:before {
content: "";
position: absolute;
right: 50%;
margin-right: -12px;
width: 24px;
height: 2px;
top: 50%;
margin-top: -10px;
border: 1px solid;
}
.off-canvas-toggle span:before {
top: auto;
bottom: 50%;
margin-bottom: -10px;
}
#off-canvas-left {
position: fixed;
z-index: 1;
top: 0;
right: 0;
bottom: 0;
width: 280px;
visibility: hidden;
-webkit-transition: visibility 0s 0.3s;
-moz-transition: visibility 0s 0.3s;
transition: visibility 0s 0.3s;
}
#off-canvas-left .off-canvas-wrap {
height: 100%;
overflow-y: auto;
-webkit-overflow-scrolling: touch; -webkit-transform: translateZ(0);
-moz-transform: translateZ(0);
-ms-transform: translateZ(0);
-o-transform: translateZ(0);
transform: translateZ(0);
-webkit-backface-visibility: hidden;
backface-visibility: hidden;
-webkit-transform: translateX(50%);
-moz-transform: translateX(50%);
-ms-transform: translateX(50%);
-o-transform: translateX(50%);
transform: translateX(50%);
-webkit-transition: -webkit-transform 0.3s;
-moz-transition: -moz-transform 0.3s;
transition: transform 0.3s;
-webkit-transition-timing-function: cubic-bezier(0.4, 0.01, 0.3, 0.3);
-moz-transition-timing-function: cubic-bezier(0.4, 0.01, 0.3, 0.3);
transition-timing-function: cubic-bezier(0.4, 0.01, 0.3, 0.3);
}
#off-canvas-left .off-canvas-wrap .widget .widget-title {
color: inherit;
}
#off-canvas-left .off-canvas-wrap .widget:last-child {
margin-bottom: 30px;
}
#off-canvas-left .off-canvas-toggle {
display: none;
}
.sliding-menu {
position: fixed;
right: 0;
top: 0;
bottom: 0;
overflow-y: scroll;
}
.sliding-menu .off-canvas-toggle {
position: fixed;
z-index: 100;
right: 30px;
top: 0;
width: 50px;
height: 50px;
-webkit-border-radius: 0 0 3px 3px;
-moz-border-radius: 0 0 3px 3px;
-ms-border-radius: 0 0 3px 3px;
-o-border-radius: 0 0 3px 3px;
border-radius: 0 0 3px 3px;
background: rgba(0, 0, 0, 0.5);
color: #ffffff;
}
.admin-bar.sliding-overlay .sliding-menu .off-canvas-toggle {
top: 32px;
}
.menu-sliding {
margin: 0;
padding: 80px 30px;
}
.menu-sliding li {
list-style: none;
padding: 15px 0;
position: relative;
border-bottom: 1px solid rgba(0, 0, 0, 0.05);
}
.menu-sliding li:last-child {
border-bottom: none;
}
.menu-sliding li > .sub-menu {
display: none;
}
.menu-sliding li .menu-item-toggle {
width: 50px;
height: 50px;
background: rgba(0, 0, 0, 0.1);
vertical-align: middle;
cursor: pointer;
position: absolute;
right: 0;
top: 4px;
-webkit-border-radius: 3px;
-moz-border-radius: 3px;
-ms-border-radius: 3px;
-o-border-radius: 3px;
border-radius: 3px;
}
.menu-sliding li .menu-item-toggle:after {
content: "\f107";
font-family: "fontAwesome";
font-size: 28px;
position: absolute;
left: 0;
top: 0;
line-height: 50px;
text-align: center;
width: 50px;
}
.menu-sliding li.menu-item-expand > .sub-menu {
display: block;
}
.menu-sliding li.menu-item-expand > .menu-item-toggle:after {
content: "\f106";
}
.menu-sliding li .sub-menu {
margin: 15px 0 0 15px;
padding: 0;
}
.menu-sliding > li {
visibility: hidden;
-webkit-opacity: 0;
-khtml-opacity: 0;
-moz-opacity: 0;
opacity: 0;
-ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=0);
filter: alpha(opacity=0);
}
.menu-sliding > li:nth-child(n+1) {
-webkit-transition-delay: 60ms;
-moz-transition-delay: 60ms;
-ms-transition-delay: 60ms;
-o-transition-delay: 60ms;
transition-delay: 60ms;
-webkit-transition-duration: 250ms;
-moz-transition-duration: 250ms;
-ms-transition-duration: 250ms;
-o-transition-duration: 250ms;
transition-duration: 250ms;
}
.menu-sliding > li:nth-child(n+2) {
-webkit-transition-delay: 120ms;
-moz-transition-delay: 120ms;
-ms-transition-delay: 120ms;
-o-transition-delay: 120ms;
transition-delay: 120ms;
-webkit-transition-duration: 350ms;
-moz-transition-duration: 350ms;
-ms-transition-duration: 350ms;
-o-transition-duration: 350ms;
transition-duration: 350ms;
}
.menu-sliding > li:nth-child(n+3) {
-webkit-transition-delay: 180ms;
-moz-transition-delay: 180ms;
-ms-transition-delay: 180ms;
-o-transition-delay: 180ms;
transition-delay: 180ms;
-webkit-transition-duration: 450ms;
-moz-transition-duration: 450ms;
-ms-transition-duration: 450ms;
-o-transition-duration: 450ms;
transition-duration: 450ms;
}
.menu-sliding > li:nth-child(n+4) {
-webkit-transition-delay: 240ms;
-moz-transition-delay: 240ms;
-ms-transition-delay: 240ms;
-o-transition-delay: 240ms;
transition-delay: 240ms;
-webkit-transition-duration: 550ms;
-moz-transition-duration: 550ms;
-ms-transition-duration: 550ms;
-o-transition-duration: 550ms;
transition-duration: 550ms;
}
.menu-sliding > li:nth-child(n+5) {
-webkit-transition-delay: 300ms;
-moz-transition-delay: 300ms;
-ms-transition-delay: 300ms;
-o-transition-delay: 300ms;
transition-delay: 300ms;
-webkit-transition-duration: 650ms;
-moz-transition-duration: 650ms;
-ms-transition-duration: 650ms;
-o-transition-duration: 650ms;
transition-duration: 650ms;
}
.menu-sliding > li:nth-child(n+6) {
-webkit-transition-delay: 360ms;
-moz-transition-delay: 360ms;
-ms-transition-delay: 360ms;
-o-transition-delay: 360ms;
transition-delay: 360ms;
-webkit-transition-duration: 750ms;
-moz-transition-duration: 750ms;
-ms-transition-duration: 750ms;
-o-transition-duration: 750ms;
transition-duration: 750ms;
}
.menu-sliding > li:nth-child(n+7) {
-webkit-transition-delay: 420ms;
-moz-transition-delay: 420ms;
-ms-transition-delay: 420ms;
-o-transition-delay: 420ms;
transition-delay: 420ms;
-webkit-transition-duration: 850ms;
-moz-transition-duration: 850ms;
-ms-transition-duration: 850ms;
-o-transition-duration: 850ms;
transition-duration: 850ms;
}
.menu-sliding > li:nth-child(n+8) {
-webkit-transition-delay: 480ms;
-moz-transition-delay: 480ms;
-ms-transition-delay: 480ms;
-o-transition-delay: 480ms;
transition-delay: 480ms;
-webkit-transition-duration: 950ms;
-moz-transition-duration: 950ms;
-ms-transition-duration: 950ms;
-o-transition-duration: 950ms;
transition-duration: 950ms;
}
.menu-sliding > li:nth-child(n+9) {
-webkit-transition-delay: 540ms;
-moz-transition-delay: 540ms;
-ms-transition-delay: 540ms;
-o-transition-delay: 540ms;
transition-delay: 540ms;
-webkit-transition-duration: 1050ms;
-moz-transition-duration: 1050ms;
-ms-transition-duration: 1050ms;
-o-transition-duration: 1050ms;
transition-duration: 1050ms;
}
.sliding-overlay .sliding-menu {
left: 0;
visibility: hidden;
z-index: 101;
-webkit-opacity: 0;
-khtml-opacity: 0;
-moz-opacity: 0;
opacity: 0;
-ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=0);
filter: alpha(opacity=0);
}
.sliding-overlay.off-canvas-right-active .sliding-menu {
visibility: visible;
-webkit-opacity: 1;
-khtml-opacity: 1;
-moz-opacity: 1;
opacity: 1;
-ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=100);
filter: alpha(opacity=100);
}
.sliding-overlay.off-canvas-right-active .menu-sliding > li {
visibility: visible;
-webkit-opacity: 1;
-khtml-opacity: 1;
-moz-opacity: 1;
opacity: 1;
-ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=100);
filter: alpha(opacity=100);
}
.sliding-overlay.off-canvas-right-active .menu-sliding > li:nth-child(n+1) {
-webkit-transition-delay: 60ms;
-moz-transition-delay: 60ms;
-ms-transition-delay: 60ms;
-o-transition-delay: 60ms;
transition-delay: 60ms;
-webkit-transition-duration: 250ms;
-moz-transition-duration: 250ms;
-ms-transition-duration: 250ms;
-o-transition-duration: 250ms;
transition-duration: 250ms;
}
.sliding-overlay.off-canvas-right-active .menu-sliding > li:nth-child(n+2) {
-webkit-transition-delay: 120ms;
-moz-transition-delay: 120ms;
-ms-transition-delay: 120ms;
-o-transition-delay: 120ms;
transition-delay: 120ms;
-webkit-transition-duration: 350ms;
-moz-transition-duration: 350ms;
-ms-transition-duration: 350ms;
-o-transition-duration: 350ms;
transition-duration: 350ms;
}
.sliding-overlay.off-canvas-right-active .menu-sliding > li:nth-child(n+3) {
-webkit-transition-delay: 180ms;
-moz-transition-delay: 180ms;
-ms-transition-delay: 180ms;
-o-transition-delay: 180ms;
transition-delay: 180ms;
-webkit-transition-duration: 450ms;
-moz-transition-duration: 450ms;
-ms-transition-duration: 450ms;
-o-transition-duration: 450ms;
transition-duration: 450ms;
}
.sliding-overlay.off-canvas-right-active .menu-sliding > li:nth-child(n+4) {
-webkit-transition-delay: 240ms;
-moz-transition-delay: 240ms;
-ms-transition-delay: 240ms;
-o-transition-delay: 240ms;
transition-delay: 240ms;
-webkit-transition-duration: 550ms;
-moz-transition-duration: 550ms;
-ms-transition-duration: 550ms;
-o-transition-duration: 550ms;
transition-duration: 550ms;
}
.sliding-overlay.off-canvas-right-active .menu-sliding > li:nth-child(n+5) {
-webkit-transition-delay: 300ms;
-moz-transition-delay: 300ms;
-ms-transition-delay: 300ms;
-o-transition-delay: 300ms;
transition-delay: 300ms;
-webkit-transition-duration: 650ms;
-moz-transition-duration: 650ms;
-ms-transition-duration: 650ms;
-o-transition-duration: 650ms;
transition-duration: 650ms;
}
.sliding-overlay.off-canvas-right-active .menu-sliding > li:nth-child(n+6) {
-webkit-transition-delay: 360ms;
-moz-transition-delay: 360ms;
-ms-transition-delay: 360ms;
-o-transition-delay: 360ms;
transition-delay: 360ms;
-webkit-transition-duration: 750ms;
-moz-transition-duration: 750ms;
-ms-transition-duration: 750ms;
-o-transition-duration: 750ms;
transition-duration: 750ms;
}
.sliding-overlay.off-canvas-right-active .menu-sliding > li:nth-child(n+7) {
-webkit-transition-delay: 420ms;
-moz-transition-delay: 420ms;
-ms-transition-delay: 420ms;
-o-transition-delay: 420ms;
transition-delay: 420ms;
-webkit-transition-duration: 850ms;
-moz-transition-duration: 850ms;
-ms-transition-duration: 850ms;
-o-transition-duration: 850ms;
transition-duration: 850ms;
}
.sliding-overlay.off-canvas-right-active .menu-sliding > li:nth-child(n+8) {
-webkit-transition-delay: 480ms;
-moz-transition-delay: 480ms;
-ms-transition-delay: 480ms;
-o-transition-delay: 480ms;
transition-delay: 480ms;
-webkit-transition-duration: 950ms;
-moz-transition-duration: 950ms;
-ms-transition-duration: 950ms;
-o-transition-duration: 950ms;
transition-duration: 950ms;
}
.sliding-overlay.off-canvas-right-active .menu-sliding > li:nth-child(n+9) {
-webkit-transition-delay: 540ms;
-moz-transition-delay: 540ms;
-ms-transition-delay: 540ms;
-o-transition-delay: 540ms;
transition-delay: 540ms;
-webkit-transition-duration: 1050ms;
-moz-transition-duration: 1050ms;
-ms-transition-duration: 1050ms;
-o-transition-duration: 1050ms;
transition-duration: 1050ms;
}
.sliding-slide .sliding-menu {
width: 280px;
-webkit-transform: translateX(0);
-moz-transform: translateX(0);
-ms-transform: translateX(0);
-o-transform: translateX(0);
transform: translateX(0);
}
.sliding-slide.off-canvas-right-active .site {
cursor: e-resize;
-webkit-transform: translateX(-280px);
-moz-transform: translateX(-280px);
-ms-transform: translateX(-280px);
-o-transform: translateX(-280px);
transform: translateX(-280px);
}
.sliding-slide.off-canvas-right-active .sliding-menu {
-webkit-transform: translateX(0);
-moz-transform: translateX(0);
-ms-transform: translateX(0);
-o-transform: translateX(0);
transform: translateX(0);
}
.sliding-slide.off-canvas-right-active .menu-sliding > li {
visibility: visible;
-webkit-opacity: 1;
-khtml-opacity: 1;
-moz-opacity: 1;
opacity: 1;
-ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=100);
filter: alpha(opacity=100);
}
.sliding-slide.off-canvas-right-active .menu-sliding > li:nth-child(n+1) {
-webkit-transition-delay: 60ms;
-moz-transition-delay: 60ms;
-ms-transition-delay: 60ms;
-o-transition-delay: 60ms;
transition-delay: 60ms;
-webkit-transition-duration: 250ms;
-moz-transition-duration: 250ms;
-ms-transition-duration: 250ms;
-o-transition-duration: 250ms;
transition-duration: 250ms;
}
.sliding-slide.off-canvas-right-active .menu-sliding > li:nth-child(n+2) {
-webkit-transition-delay: 120ms;
-moz-transition-delay: 120ms;
-ms-transition-delay: 120ms;
-o-transition-delay: 120ms;
transition-delay: 120ms;
-webkit-transition-duration: 350ms;
-moz-transition-duration: 350ms;
-ms-transition-duration: 350ms;
-o-transition-duration: 350ms;
transition-duration: 350ms;
}
.sliding-slide.off-canvas-right-active .menu-sliding > li:nth-child(n+3) {
-webkit-transition-delay: 180ms;
-moz-transition-delay: 180ms;
-ms-transition-delay: 180ms;
-o-transition-delay: 180ms;
transition-delay: 180ms;
-webkit-transition-duration: 450ms;
-moz-transition-duration: 450ms;
-ms-transition-duration: 450ms;
-o-transition-duration: 450ms;
transition-duration: 450ms;
}
.sliding-slide.off-canvas-right-active .menu-sliding > li:nth-child(n+4) {
-webkit-transition-delay: 240ms;
-moz-transition-delay: 240ms;
-ms-transition-delay: 240ms;
-o-transition-delay: 240ms;
transition-delay: 240ms;
-webkit-transition-duration: 550ms;
-moz-transition-duration: 550ms;
-ms-transition-duration: 550ms;
-o-transition-duration: 550ms;
transition-duration: 550ms;
}
.sliding-slide.off-canvas-right-active .menu-sliding > li:nth-child(n+5) {
-webkit-transition-delay: 300ms;
-moz-transition-delay: 300ms;
-ms-transition-delay: 300ms;
-o-transition-delay: 300ms;
transition-delay: 300ms;
-webkit-transition-duration: 650ms;
-moz-transition-duration: 650ms;
-ms-transition-duration: 650ms;
-o-transition-duration: 650ms;
transition-duration: 650ms;
}
.sliding-slide.off-canvas-right-active .menu-sliding > li:nth-child(n+6) {
-webkit-transition-delay: 360ms;
-moz-transition-delay: 360ms;
-ms-transition-delay: 360ms;
-o-transition-delay: 360ms;
transition-delay: 360ms;
-webkit-transition-duration: 750ms;
-moz-transition-duration: 750ms;
-ms-transition-duration: 750ms;
-o-transition-duration: 750ms;
transition-duration: 750ms;
}
.sliding-slide.off-canvas-right-active .menu-sliding > li:nth-child(n+7) {
-webkit-transition-delay: 420ms;
-moz-transition-delay: 420ms;
-ms-transition-delay: 420ms;
-o-transition-delay: 420ms;
transition-delay: 420ms;
-webkit-transition-duration: 850ms;
-moz-transition-duration: 850ms;
-ms-transition-duration: 850ms;
-o-transition-duration: 850ms;
transition-duration: 850ms;
}
.sliding-slide.off-canvas-right-active .menu-sliding > li:nth-child(n+8) {
-webkit-transition-delay: 480ms;
-moz-transition-delay: 480ms;
-ms-transition-delay: 480ms;
-o-transition-delay: 480ms;
transition-delay: 480ms;
-webkit-transition-duration: 950ms;
-moz-transition-duration: 950ms;
-ms-transition-duration: 950ms;
-o-transition-duration: 950ms;
transition-duration: 950ms;
}
.sliding-slide.off-canvas-right-active .menu-sliding > li:nth-child(n+9) {
-webkit-transition-delay: 540ms;
-moz-transition-delay: 540ms;
-ms-transition-delay: 540ms;
-o-transition-delay: 540ms;
transition-delay: 540ms;
-webkit-transition-duration: 1050ms;
-moz-transition-duration: 1050ms;
-ms-transition-duration: 1050ms;
-o-transition-duration: 1050ms;
transition-duration: 1050ms;
}
.sliding-desktop-off a[data-target="off-canvas-right"] {
display: none;
}
.off-canvas-left-active #off-canvas-left {
visibility: visible;
-webkit-transition: visibility 0s 0s;
-moz-transition: visibility 0s 0s;
transition: visibility 0s 0s;
}
.off-canvas-left-active #off-canvas-left .off-canvas-wrap {
-webkit-transform: translateX(0);
-moz-transform: translateX(0);
-ms-transform: translateX(0);
-o-transform: translateX(0);
transform: translateX(0);
-webkit-transition: -webkit-transform 0.3s;
-moz-transition: -moz-transform 0.3s;
transition: transform 0.3s;
-webkit-transition-timing-function: cubic-bezier(0.4, 0.01, 0.3, 0.3);
-moz-transition-timing-function: cubic-bezier(0.4, 0.01, 0.3, 0.3);
transition-timing-function: cubic-bezier(0.4, 0.01, 0.3, 0.3);
}
.off-canvas-left-active .site {
cursor: e-resize;
-webkit-transform: translateX(-280px);
-moz-transform: translateX(-280px);
-ms-transform: translateX(-280px);
-o-transform: translateX(-280px);
transform: translateX(-280px);
}
.off-canvas-left-active .off-canvas-toggle[data-target="off-canvas-left"]:before {
display: none;
}
.off-canvas-left-active .off-canvas-toggle[data-target="off-canvas-left"] span:after {
width: 24px;
-webkit-transform: translateY(9px) rotateZ(-45deg);
-moz-transform: translateY(9px) rotateZ(-45deg);
-ms-transform: translateY(9px) rotateZ(-45deg);
-o-transform: translateY(9px) rotateZ(-45deg);
transform: translateY(9px) rotateZ(-45deg);
}
.off-canvas-left-active .off-canvas-toggle[data-target="off-canvas-left"] span:before {
width: 24px;
-webkit-transform: translateY(-9px) rotateZ(45deg);
-moz-transform: translateY(-9px) rotateZ(45deg);
-ms-transform: translateY(-9px) rotateZ(45deg);
-o-transform: translateY(-9px) rotateZ(45deg);
transform: translateY(-9px) rotateZ(45deg);
}
.off-canvas-right-active .off-canvas-toggle[data-target="off-canvas-right"]:before {
display: none;
}
.off-canvas-right-active .off-canvas-toggle[data-target="off-canvas-right"] span:after {
width: 24px;
-webkit-transform: translateY(9px) rotateZ(-45deg);
-moz-transform: translateY(9px) rotateZ(-45deg);
-ms-transform: translateY(9px) rotateZ(-45deg);
-o-transform: translateY(9px) rotateZ(-45deg);
transform: translateY(9px) rotateZ(-45deg);
}
.off-canvas-right-active .off-canvas-toggle[data-target="off-canvas-right"] span:before {
width: 24px;
-webkit-transform: translateY(-9px) rotateZ(45deg);
-moz-transform: translateY(-9px) rotateZ(45deg);
-ms-transform: translateY(-9px) rotateZ(45deg);
-o-transform: translateY(-9px) rotateZ(45deg);
transform: translateY(-9px) rotateZ(45deg);
}
input.outline[type="submit"],
button.outline[type="submit"],
.button.outline,
.button.white,
.blog-grid .post-content .read-more a:hover,
.blog-masonry .post-content .read-more a:hover,
#site .vc_tta-tabs .vc_tta-tabs-container ul.vc_tta-tabs-list li.vc_tta-tab.vc_active a,
#site .vc_tta-tabs .vc_tta-tabs-container ul.vc_tta-tabs-list li.vc_tta-tab.vc_active a,
.site-header-classic .navigator .menu li.megamenu > .sub-menu > li > a,
.site-header-sticky .navigator .menu li.megamenu > .sub-menu > li > a,
.iconlist.iconlist-icon-large li .iconlist-item-icon i,
#site .iconlist.iconlist-icon-mini li:hover .iconlist-item-icon i,
#site .iconlist.iconlist-icon-small li:hover .iconlist-item-icon i {
color: #41294a;
}
.site-topbar .menu-top > li .sub-menu li:hover > a,
.site-topbar .menu-top > li .sub-menu li.current-page-item > a,
.site-topbar .menu-top > li .sub-menu li.current-menu-item > a,
.social-icons a i:hover,
.button::before,
.button.full:hover,
.blog-large .post-left .post-comments a:hover,
.widget.widget_calendar table tbody tr td#today,
.widget.widget_calendar table tbody tr th#today,
.widget.widget_tag_cloud .tagcloud a:hover,
.site-header-classic .navigator .menu li .sub-menu li:hover > a,
.site-header-classic .navigator .menu li .sub-menu li.current-menu-item > a,
.site-header-classic .navigator .menu li .sub-menu li.current_page_item > a,
.site-header-classic .navigator .menu li .sub-menu li.current-menu-ancestor > a,
.site-header-classic .navigator .menu li .sub-menu li.current-menu-parent > a,
.site-header-sticky .navigator .menu li .sub-menu li:hover > a,
.site-header-sticky .navigator .menu li .sub-menu li.current-menu-item > a,
.site-header-sticky .navigator .menu li .sub-menu li.current_page_item > a,
.site-header-sticky .navigator .menu li .sub-menu li.current-menu-ancestor > a,
.site-header-sticky .navigator .menu li .sub-menu li.current-menu-parent > a,
.single-post .post-tags a:hover,
#site .vc_tta-tabs.vc_tta-tabs-position-top .vc_tta-tabs-container ul.vc_tta-tabs-list li.vc_tta-tab a,
#site .counter:hover,
#site .counter:hover .counter-image i,
.projects-grid .project .project-inner .project-info,
.projects-filter ul li.active a sup,
#site .member .social-links a:hover i,
.woocommerce .product .woocommerce-tabs .tabs,
#site .iconlist.iconlist-icon-medium li:hover .iconlist-item-icon i,
#site .iconlist.iconlist-icon-large li:hover .iconlist-item-icon i {
background-color: #41294a;
}
input.outline[type="submit"],
button.outline[type="submit"],
.button.outline,
#site .imagebox .box-header .button,
.button.outline.white:hover {
border-color: #41294a;
}
.site-topbar .topbar-text ul li i,
.go-to-top a::after,
.widget.widget_recent_entries ul li::before,
.widget.widget_archive li > a::after,
.widget.widget_categories li > a::after,
.widget.widget_pages li > a::after,
.widget.widget_meta li > a::after,
.widget.widget_nav_menu li > a::after,
.widget.widget_recent_comments ul li .comment-author-link a::before,
.iconbox .box-icon i,
.counter .counter-content,
.site-header-classic .navigator .menu li .sub-menu li a::before,
.site-header-sticky .navigator .menu li .sub-menu li a::before,
#site .testimonial:not(.has-image) .testimonial-content::before,
.projects-filter ul li.active a h6,
.iconlist li .iconlist-item-icon,
.woocommerce .product .summary div[itemprop="description"] ul li:before {
color: #34beb9;
}
textarea:focus,
input[type="text"]:focus,
input[type="password"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="time"]:focus,
input[type="week"]:focus,
input[type="number"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="search"]:focus,
input[type="tel"]:focus,
input[type="color"]:focus,
input.input-text:focus,
select:focus,
button:hover,
input[type="submit"]:hover,
button[type="submit"]:hover,
table thead,
table tfoot,
.site-topbar .menu-top > li > a::after,
.site-topbar .menu-top > li .sub-menu,
.site-header-classic .navigator .menu li a::after,
.site-header-sticky .navigator .menu li a::after,
.widget .widget-title::after,
.widget.widget_tag_cloud .tagcloud a,
.main-sidebar .widget.widget_nav_menu .menu > li::before,
.navigation.pager-numeric .page-numbers:hover,
.navigation.pager-numeric .page-numbers.current,
.single-post .post-tags a,
.single-post .related-posts .related-posts-title::after,
.post-author-box,
.comments-area .comments-title::after,
.comments-area .comment-respond #reply-title::after,
.site-content .down-arrow a,
.counter .counter-image i,
.site-header-classic .navigator .menu li.megamenu .sub-menu .sub-menu::after,
.site-header-sticky .navigator .menu li.megamenu .sub-menu .sub-menu::after,
#site .blog-shortcode.post-date-cover .blog-entries .blog-grid .post .post-boxed,
#site .blog-shortcode.post-date-cover .blog-entries .entries-wrapper:not(.blog-grid) .post .post-boxed .post-header .post-date,
.testimonial.has-image,
.projects-masonry .project .project-inner .project-info .project-meta a,
.project-readmore .button::before,
.projects-filter ul li a sup,
.projects-filter ul li a::after,
.iconlist.iconlist-icon-medium li .iconlist-item-icon i.fa,
.iconlist.iconlist-icon-xlarge li .iconlist-item-icon i.fa,
.vc_toggle .vc_toggle_title h4::after,
.vc_toggle .vc_toggle_title h4::before,
.menu-extras li.shopping-cart > a,
.woocommerce-pagination ul li .page-numbers.current,
.woocommerce-pagination ul li .page-numbers:hover,
.projects-related-wrap .projects-related-title::after {
background-color: #34beb9;
}
blockquote,
.site-content .content-header.content-header-inline .wrap-inner,
.main-sidebar .widget,
#site .projects-shortcode.projects-grid-alt .projects-items .project .project-inner:hover .project-info,
.form-contact,
#site .iconlist.iconlist-icon-large li .iconlist-item-icon i {
border-color: #34beb9;
}
::selection {
background: #34beb9;
}
::-moz-selection {
background: #34beb9;
}
.imagebox .box-image .box-content {
background: rgba(52, 190, 185, 0.8);
}
.owl-carousel .owl-wrapper:after {
content: ".";
display: block;
clear: both;
visibility: hidden;
line-height: 0;
height: 0;
} .owl-carousel {
display: none;
position: relative;
width: 100%;
-ms-touch-action: pan-y;
}
.owl-carousel .owl-wrapper {
display: none;
position: relative;
-webkit-transform: translate3d(0px, 0px, 0px);
}
.owl-carousel .owl-wrapper-outer {
overflow: hidden;
position: relative;
width: 100%;
}
.owl-carousel .owl-wrapper-outer.autoHeight {
-webkit-transition: height 500ms ease-in-out;
-moz-transition: height 500ms ease-in-out;
-ms-transition: height 500ms ease-in-out;
-o-transition: height 500ms ease-in-out;
transition: height 500ms ease-in-out;
}
.owl-carousel .owl-item {
float: left;
}
.owl-controls .owl-page,
.owl-controls .owl-buttons div {
cursor: pointer;
}
.owl-controls {
-webkit-user-select: none;
-khtml-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
} .grabbing {
cursor: url(//www.raphaelis.de/wp-content/themes/nanocare/assets/css/grabbing.png) 8 8, move;
} .owl-carousel .owl-wrapper,
.owl-carousel .owl-item {
-webkit-backface-visibility: hidden;
-moz-backface-visibility: hidden;
-ms-backface-visibility: hidden;
-webkit-transform: translate3d(0, 0, 0);
-moz-transform: translate3d(0, 0, 0);
-ms-transform: translate3d(0, 0, 0);
}
@font-face {
font-family: 'et-line';
src: url(//www.raphaelis.de/wp-content/themes/nanocare/assets/fonts/et-line.eot);
src: url(//www.raphaelis.de/wp-content/themes/nanocare/assets/fonts/et-line.eot?#iefix) format('embedded-opentype'), url(//www.raphaelis.de/wp-content/themes/nanocare/assets/fonts/et-line.woff) format('woff'), url(//www.raphaelis.de/wp-content/themes/nanocare/assets/fonts/et-line.ttf) format('truetype'), url(//www.raphaelis.de/wp-content/themes/nanocare/assets/fonts/et-line.svg#et-line) format('svg');
font-weight: normal;
font-style: normal;
} [data-icon]:before {
font-family: 'et-line';
content: attr(data-icon);
speak: none;
font-weight: normal;
font-variant: normal;
text-transform: none;
line-height: 1;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
display: inline-block;
}  .icon-mobile,
.icon-laptop,
.icon-desktop,
.icon-tablet,
.icon-phone,
.icon-document,
.icon-documents,
.icon-search,
.icon-clipboard,
.icon-newspaper,
.icon-notebook,
.icon-book-open,
.icon-browser,
.icon-calendar,
.icon-presentation,
.icon-picture,
.icon-pictures,
.icon-video,
.icon-camera,
.icon-printer,
.icon-toolbox,
.icon-briefcase,
.icon-wallet,
.icon-gift,
.icon-bargraph,
.icon-grid,
.icon-expand,
.icon-focus,
.icon-edit,
.icon-adjustments,
.icon-ribbon,
.icon-hourglass,
.icon-lock,
.icon-megaphone,
.icon-shield,
.icon-trophy,
.icon-flag,
.icon-map,
.icon-puzzle,
.icon-basket,
.icon-envelope,
.icon-streetsign,
.icon-telescope,
.icon-gears,
.icon-key,
.icon-paperclip,
.icon-attachment,
.icon-pricetags,
.icon-lightbulb,
.icon-layers,
.icon-pencil,
.icon-tools,
.icon-tools-2,
.icon-scissors,
.icon-paintbrush,
.icon-magnifying-glass,
.icon-circle-compass,
.icon-linegraph,
.icon-mic,
.icon-strategy,
.icon-beaker,
.icon-caution,
.icon-recycle,
.icon-anchor,
.icon-profile-male,
.icon-profile-female,
.icon-bike,
.icon-wine,
.icon-hotairballoon,
.icon-globe,
.icon-genius,
.icon-map-pin,
.icon-dial,
.icon-chat,
.icon-heart,
.icon-cloud,
.icon-upload,
.icon-download,
.icon-target,
.icon-hazardous,
.icon-piechart,
.icon-speedometer,
.icon-global,
.icon-compass,
.icon-lifesaver,
.icon-clock,
.icon-aperture,
.icon-quote,
.icon-scope,
.icon-alarmclock,
.icon-refresh,
.icon-happy,
.icon-sad,
.icon-facebook,
.icon-twitter,
.icon-googleplus,
.icon-rss,
.icon-tumblr,
.icon-linkedin,
.icon-dribbble {
font-family: 'et-line';
speak: none;
font-style: normal;
font-weight: normal;
font-variant: normal;
text-transform: none;
line-height: 1;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
display: inline-block;
}
.icon-mobile:before {
content: "\e000";
}
.icon-laptop:before {
content: "\e001";
}
.icon-desktop:before {
content: "\e002";
}
.icon-tablet:before {
content: "\e003";
}
.icon-phone:before {
content: "\e004";
}
.icon-document:before {
content: "\e005";
}
.icon-documents:before {
content: "\e006";
}
.icon-search:before {
content: "\e007";
}
.icon-clipboard:before {
content: "\e008";
}
.icon-newspaper:before {
content: "\e009";
}
.icon-notebook:before {
content: "\e00a";
}
.icon-book-open:before {
content: "\e00b";
}
.icon-browser:before {
content: "\e00c";
}
.icon-calendar:before {
content: "\e00d";
}
.icon-presentation:before {
content: "\e00e";
}
.icon-picture:before {
content: "\e00f";
}
.icon-pictures:before {
content: "\e010";
}
.icon-video:before {
content: "\e011";
}
.icon-camera:before {
content: "\e012";
}
.icon-printer:before {
content: "\e013";
}
.icon-toolbox:before {
content: "\e014";
}
.icon-briefcase:before {
content: "\e015";
}
.icon-wallet:before {
content: "\e016";
}
.icon-gift:before {
content: "\e017";
}
.icon-bargraph:before {
content: "\e018";
}
.icon-grid:before {
content: "\e019";
}
.icon-expand:before {
content: "\e01a";
}
.icon-focus:before {
content: "\e01b";
}
.icon-edit:before {
content: "\e01c";
}
.icon-adjustments:before {
content: "\e01d";
}
.icon-ribbon:before {
content: "\e01e";
}
.icon-hourglass:before {
content: "\e01f";
}
.icon-lock:before {
content: "\e020";
}
.icon-megaphone:before {
content: "\e021";
}
.icon-shield:before {
content: "\e022";
}
.icon-trophy:before {
content: "\e023";
}
.icon-flag:before {
content: "\e024";
}
.icon-map:before {
content: "\e025";
}
.icon-puzzle:before {
content: "\e026";
}
.icon-basket:before {
content: "\e027";
}
.icon-envelope:before {
content: "\e028";
}
.icon-streetsign:before {
content: "\e029";
}
.icon-telescope:before {
content: "\e02a";
}
.icon-gears:before {
content: "\e02b";
}
.icon-key:before {
content: "\e02c";
}
.icon-paperclip:before {
content: "\e02d";
}
.icon-attachment:before {
content: "\e02e";
}
.icon-pricetags:before {
content: "\e02f";
}
.icon-lightbulb:before {
content: "\e030";
}
.icon-layers:before {
content: "\e031";
}
.icon-pencil:before {
content: "\e032";
}
.icon-tools:before {
content: "\e033";
}
.icon-tools-2:before {
content: "\e034";
}
.icon-scissors:before {
content: "\e035";
}
.icon-paintbrush:before {
content: "\e036";
}
.icon-magnifying-glass:before {
content: "\e037";
}
.icon-circle-compass:before {
content: "\e038";
}
.icon-linegraph:before {
content: "\e039";
}
.icon-mic:before {
content: "\e03a";
}
.icon-strategy:before {
content: "\e03b";
}
.icon-beaker:before {
content: "\e03c";
}
.icon-caution:before {
content: "\e03d";
}
.icon-recycle:before {
content: "\e03e";
}
.icon-anchor:before {
content: "\e03f";
}
.icon-profile-male:before {
content: "\e040";
}
.icon-profile-female:before {
content: "\e041";
}
.icon-bike:before {
content: "\e042";
}
.icon-wine:before {
content: "\e043";
}
.icon-hotairballoon:before {
content: "\e044";
}
.icon-globe:before {
content: "\e045";
}
.icon-genius:before {
content: "\e046";
}
.icon-map-pin:before {
content: "\e047";
}
.icon-dial:before {
content: "\e048";
}
.icon-chat:before {
content: "\e049";
}
.icon-heart:before {
content: "\e04a";
}
.icon-cloud:before {
content: "\e04b";
}
.icon-upload:before {
content: "\e04c";
}
.icon-download:before {
content: "\e04d";
}
.icon-target:before {
content: "\e04e";
}
.icon-hazardous:before {
content: "\e04f";
}
.icon-piechart:before {
content: "\e050";
}
.icon-speedometer:before {
content: "\e051";
}
.icon-global:before {
content: "\e052";
}
.icon-compass:before {
content: "\e053";
}
.icon-lifesaver:before {
content: "\e054";
}
.icon-clock:before {
content: "\e055";
}
.icon-aperture:before {
content: "\e056";
}
.icon-quote:before {
content: "\e057";
}
.icon-scope:before {
content: "\e058";
}
.icon-alarmclock:before {
content: "\e059";
}
.icon-refresh:before {
content: "\e05a";
}
.icon-happy:before {
content: "\e05b";
}
.icon-sad:before {
content: "\e05c";
}
.icon-facebook:before {
content: "\e05d";
}
.icon-twitter:before {
content: "\e05e";
}
.icon-googleplus:before {
content: "\e05f";
}
.icon-rss:before {
content: "\e060";
}
.icon-tumblr:before {
content: "\e061";
}
.icon-linkedin:before {
content: "\e062";
}
.icon-dribbble:before {
content: "\e063";
}
@font-face {
font-family: 'simple-line-icons';
src: url(//www.raphaelis.de/wp-content/themes/nanocare/assets/fonts/Simple-Line-Icons.eot?v=2.4.0);
src: url(//www.raphaelis.de/wp-content/themes/nanocare/assets/fonts/Simple-Line-Icons.eot?v=2.4.0#iefix) format('embedded-opentype'), url(//www.raphaelis.de/wp-content/themes/nanocare/assets/fonts/Simple-Line-Icons.woff2?v=2.4.0) format('woff2'), url(//www.raphaelis.de/wp-content/themes/nanocare/assets/fonts/Simple-Line-Icons.ttf?v=2.4.0) format('truetype'), url(//www.raphaelis.de/wp-content/themes/nanocare/assets/fonts/Simple-Line-Icons.woff?v=2.4.0) format('woff'), url(//www.raphaelis.de/wp-content/themes/nanocare/assets/fonts/Simple-Line-Icons.svg?v=2.4.0#simple-line-icons) format('svg');
font-weight: normal;
font-style: normal;
} .sl-user,
.sl-people,
.sl-user-female,
.sl-user-follow,
.sl-user-following,
.sl-user-unfollow,
.sl-login,
.sl-logout,
.sl-emotsmile,
.sl-phone,
.sl-call-end,
.sl-call-in,
.sl-call-out,
.sl-map,
.sl-location-pin,
.sl-direction,
.sl-directions,
.sl-compass,
.sl-layers,
.sl-menu,
.sl-list,
.sl-options-vertical,
.sl-options,
.sl-arrow-down,
.sl-arrow-left,
.sl-arrow-right,
.sl-arrow-up,
.sl-arrow-up-circle,
.sl-arrow-left-circle,
.sl-arrow-right-circle,
.sl-arrow-down-circle,
.sl-check,
.sl-clock,
.sl-plus,
.sl-minus,
.sl-close,
.sl-event,
.sl-exclamation,
.sl-organization,
.sl-trophy,
.sl-screen-smartphone,
.sl-screen-desktop,
.sl-plane,
.sl-notebook,
.sl-mustache,
.sl-mouse,
.sl-magnet,
.sl-energy,
.sl-disc,
.sl-cursor,
.sl-cursor-move,
.sl-crop,
.sl-chemistry,
.sl-speedometer,
.sl-shield,
.sl-screen-tablet,
.sl-magic-wand,
.sl-hourglass,
.sl-graduation,
.sl-ghost,
.sl-game-controller,
.sl-fire,
.sl-eyeglass,
.sl-envelope-open,
.sl-envelope-letter,
.sl-bell,
.sl-badge,
.sl-anchor,
.sl-wallet,
.sl-vector,
.sl-speech,
.sl-puzzle,
.sl-printer,
.sl-present,
.sl-playlist,
.sl-pin,
.sl-picture,
.sl-handbag,
.sl-globe-alt,
.sl-globe,
.sl-folder-alt,
.sl-folder,
.sl-film,
.sl-feed,
.sl-drop,
.sl-drawer,
.sl-docs,
.sl-doc,
.sl-diamond,
.sl-cup,
.sl-calculator,
.sl-bubbles,
.sl-briefcase,
.sl-book-open,
.sl-basket-loaded,
.sl-basket,
.sl-bag,
.sl-action-undo,
.sl-action-redo,
.sl-wrench,
.sl-umbrella,
.sl-trash,
.sl-tag,
.sl-support,
.sl-frame,
.sl-size-fullscreen,
.sl-size-actual,
.sl-shuffle,
.sl-share-alt,
.sl-share,
.sl-rocket,
.sl-question,
.sl-pie-chart,
.sl-pencil,
.sl-note,
.sl-loop,
.sl-home,
.sl-grid,
.sl-graph,
.sl-microphone,
.sl-music-tone-alt,
.sl-music-tone,
.sl-earphones-alt,
.sl-earphones,
.sl-equalizer,
.sl-like,
.sl-dislike,
.sl-control-start,
.sl-control-rewind,
.sl-control-play,
.sl-control-pause,
.sl-control-forward,
.sl-control-end,
.sl-volume-1,
.sl-volume-2,
.sl-volume-off,
.sl-calendar,
.sl-bulb,
.sl-chart,
.sl-ban,
.sl-bubble,
.sl-camrecorder,
.sl-camera,
.sl-cloud-download,
.sl-cloud-upload,
.sl-envelope,
.sl-eye,
.sl-flag,
.sl-heart,
.sl-info,
.sl-key,
.sl-link,
.sl-lock,
.sl-lock-open,
.sl-magnifier,
.sl-magnifier-add,
.sl-magnifier-remove,
.sl-paper-clip,
.sl-paper-plane,
.sl-power,
.sl-refresh,
.sl-reload,
.sl-settings,
.sl-star,
.sl-symbol-female,
.sl-symbol-male,
.sl-target,
.sl-credit-card,
.sl-paypal,
.sl-social-tumblr,
.sl-social-twitter,
.sl-social-facebook,
.sl-social-instagram,
.sl-social-linkedin,
.sl-social-pinterest,
.sl-social-github,
.sl-social-google,
.sl-social-reddit,
.sl-social-skype,
.sl-social-dribbble,
.sl-social-behance,
.sl-social-foursqare,
.sl-social-soundcloud,
.sl-social-spotify,
.sl-social-stumbleupon,
.sl-social-youtube,
.sl-social-dropbox,
.sl-social-vkontakte,
.sl-social-steam {
font-family: 'simple-line-icons';
speak: none;
font-style: normal;
font-weight: normal;
font-variant: normal;
text-transform: none;
line-height: 1; -webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
}
.sl-user:before {
content: "\e005";
}
.sl-people:before {
content: "\e001";
}
.sl-user-female:before {
content: "\e000";
}
.sl-user-follow:before {
content: "\e002";
}
.sl-user-following:before {
content: "\e003";
}
.sl-user-unfollow:before {
content: "\e004";
}
.sl-login:before {
content: "\e066";
}
.sl-logout:before {
content: "\e065";
}
.sl-emotsmile:before {
content: "\e021";
}
.sl-phone:before {
content: "\e600";
}
.sl-call-end:before {
content: "\e048";
}
.sl-call-in:before {
content: "\e047";
}
.sl-call-out:before {
content: "\e046";
}
.sl-map:before {
content: "\e033";
}
.sl-location-pin:before {
content: "\e096";
}
.sl-direction:before {
content: "\e042";
}
.sl-directions:before {
content: "\e041";
}
.sl-compass:before {
content: "\e045";
}
.sl-layers:before {
content: "\e034";
}
.sl-menu:before {
content: "\e601";
}
.sl-list:before {
content: "\e067";
}
.sl-options-vertical:before {
content: "\e602";
}
.sl-options:before {
content: "\e603";
}
.sl-arrow-down:before {
content: "\e604";
}
.sl-arrow-left:before {
content: "\e605";
}
.sl-arrow-right:before {
content: "\e606";
}
.sl-arrow-up:before {
content: "\e607";
}
.sl-arrow-up-circle:before {
content: "\e078";
}
.sl-arrow-left-circle:before {
content: "\e07a";
}
.sl-arrow-right-circle:before {
content: "\e079";
}
.sl-arrow-down-circle:before {
content: "\e07b";
}
.sl-check:before {
content: "\e080";
}
.sl-clock:before {
content: "\e081";
}
.sl-plus:before {
content: "\e095";
}
.sl-minus:before {
content: "\e615";
}
.sl-close:before {
content: "\e082";
}
.sl-event:before {
content: "\e619";
}
.sl-exclamation:before {
content: "\e617";
}
.sl-organization:before {
content: "\e616";
}
.sl-trophy:before {
content: "\e006";
}
.sl-screen-smartphone:before {
content: "\e010";
}
.sl-screen-desktop:before {
content: "\e011";
}
.sl-plane:before {
content: "\e012";
}
.sl-notebook:before {
content: "\e013";
}
.sl-mustache:before {
content: "\e014";
}
.sl-mouse:before {
content: "\e015";
}
.sl-magnet:before {
content: "\e016";
}
.sl-energy:before {
content: "\e020";
}
.sl-disc:before {
content: "\e022";
}
.sl-cursor:before {
content: "\e06e";
}
.sl-cursor-move:before {
content: "\e023";
}
.sl-crop:before {
content: "\e024";
}
.sl-chemistry:before {
content: "\e026";
}
.sl-speedometer:before {
content: "\e007";
}
.sl-shield:before {
content: "\e00e";
}
.sl-screen-tablet:before {
content: "\e00f";
}
.sl-magic-wand:before {
content: "\e017";
}
.sl-hourglass:before {
content: "\e018";
}
.sl-graduation:before {
content: "\e019";
}
.sl-ghost:before {
content: "\e01a";
}
.sl-game-controller:before {
content: "\e01b";
}
.sl-fire:before {
content: "\e01c";
}
.sl-eyeglass:before {
content: "\e01d";
}
.sl-envelope-open:before {
content: "\e01e";
}
.sl-envelope-letter:before {
content: "\e01f";
}
.sl-bell:before {
content: "\e027";
}
.sl-badge:before {
content: "\e028";
}
.sl-anchor:before {
content: "\e029";
}
.sl-wallet:before {
content: "\e02a";
}
.sl-vector:before {
content: "\e02b";
}
.sl-speech:before {
content: "\e02c";
}
.sl-puzzle:before {
content: "\e02d";
}
.sl-printer:before {
content: "\e02e";
}
.sl-present:before {
content: "\e02f";
}
.sl-playlist:before {
content: "\e030";
}
.sl-pin:before {
content: "\e031";
}
.sl-picture:before {
content: "\e032";
}
.sl-handbag:before {
content: "\e035";
}
.sl-globe-alt:before {
content: "\e036";
}
.sl-globe:before {
content: "\e037";
}
.sl-folder-alt:before {
content: "\e039";
}
.sl-folder:before {
content: "\e089";
}
.sl-film:before {
content: "\e03a";
}
.sl-feed:before {
content: "\e03b";
}
.sl-drop:before {
content: "\e03e";
}
.sl-drawer:before {
content: "\e03f";
}
.sl-docs:before {
content: "\e040";
}
.sl-doc:before {
content: "\e085";
}
.sl-diamond:before {
content: "\e043";
}
.sl-cup:before {
content: "\e044";
}
.sl-calculator:before {
content: "\e049";
}
.sl-bubbles:before {
content: "\e04a";
}
.sl-briefcase:before {
content: "\e04b";
}
.sl-book-open:before {
content: "\e04c";
}
.sl-basket-loaded:before {
content: "\e04d";
}
.sl-basket:before {
content: "\e04e";
}
.sl-bag:before {
content: "\e04f";
}
.sl-action-undo:before {
content: "\e050";
}
.sl-action-redo:before {
content: "\e051";
}
.sl-wrench:before {
content: "\e052";
}
.sl-umbrella:before {
content: "\e053";
}
.sl-trash:before {
content: "\e054";
}
.sl-tag:before {
content: "\e055";
}
.sl-support:before {
content: "\e056";
}
.sl-frame:before {
content: "\e038";
}
.sl-size-fullscreen:before {
content: "\e057";
}
.sl-size-actual:before {
content: "\e058";
}
.sl-shuffle:before {
content: "\e059";
}
.sl-share-alt:before {
content: "\e05a";
}
.sl-share:before {
content: "\e05b";
}
.sl-rocket:before {
content: "\e05c";
}
.sl-question:before {
content: "\e05d";
}
.sl-pie-chart:before {
content: "\e05e";
}
.sl-pencil:before {
content: "\e05f";
}
.sl-note:before {
content: "\e060";
}
.sl-loop:before {
content: "\e064";
}
.sl-home:before {
content: "\e069";
}
.sl-grid:before {
content: "\e06a";
}
.sl-graph:before {
content: "\e06b";
}
.sl-microphone:before {
content: "\e063";
}
.sl-music-tone-alt:before {
content: "\e061";
}
.sl-music-tone:before {
content: "\e062";
}
.sl-earphones-alt:before {
content: "\e03c";
}
.sl-earphones:before {
content: "\e03d";
}
.sl-equalizer:before {
content: "\e06c";
}
.sl-like:before {
content: "\e068";
}
.sl-dislike:before {
content: "\e06d";
}
.sl-control-start:before {
content: "\e06f";
}
.sl-control-rewind:before {
content: "\e070";
}
.sl-control-play:before {
content: "\e071";
}
.sl-control-pause:before {
content: "\e072";
}
.sl-control-forward:before {
content: "\e073";
}
.sl-control-end:before {
content: "\e074";
}
.sl-volume-1:before {
content: "\e09f";
}
.sl-volume-2:before {
content: "\e0a0";
}
.sl-volume-off:before {
content: "\e0a1";
}
.sl-calendar:before {
content: "\e075";
}
.sl-bulb:before {
content: "\e076";
}
.sl-chart:before {
content: "\e077";
}
.sl-ban:before {
content: "\e07c";
}
.sl-bubble:before {
content: "\e07d";
}
.sl-camrecorder:before {
content: "\e07e";
}
.sl-camera:before {
content: "\e07f";
}
.sl-cloud-download:before {
content: "\e083";
}
.sl-cloud-upload:before {
content: "\e084";
}
.sl-envelope:before {
content: "\e086";
}
.sl-eye:before {
content: "\e087";
}
.sl-flag:before {
content: "\e088";
}
.sl-heart:before {
content: "\e08a";
}
.sl-info:before {
content: "\e08b";
}
.sl-key:before {
content: "\e08c";
}
.sl-link:before {
content: "\e08d";
}
.sl-lock:before {
content: "\e08e";
}
.sl-lock-open:before {
content: "\e08f";
}
.sl-magnifier:before {
content: "\e090";
}
.sl-magnifier-add:before {
content: "\e091";
}
.sl-magnifier-remove:before {
content: "\e092";
}
.sl-paper-clip:before {
content: "\e093";
}
.sl-paper-plane:before {
content: "\e094";
}
.sl-power:before {
content: "\e097";
}
.sl-refresh:before {
content: "\e098";
}
.sl-reload:before {
content: "\e099";
}
.sl-settings:before {
content: "\e09a";
}
.sl-star:before {
content: "\e09b";
}
.sl-symbol-female:before {
content: "\e09c";
}
.sl-symbol-male:before {
content: "\e09d";
}
.sl-target:before {
content: "\e09e";
}
.sl-credit-card:before {
content: "\e025";
}
.sl-paypal:before {
content: "\e608";
}
.sl-social-tumblr:before {
content: "\e00a";
}
.sl-social-twitter:before {
content: "\e009";
}
.sl-social-facebook:before {
content: "\e00b";
}
.sl-social-instagram:before {
content: "\e609";
}
.sl-social-linkedin:before {
content: "\e60a";
}
.sl-social-pinterest:before {
content: "\e60b";
}
.sl-social-github:before {
content: "\e60c";
}
.sl-social-google:before {
content: "\e60d";
}
.sl-social-reddit:before {
content: "\e60e";
}
.sl-social-skype:before {
content: "\e60f";
}
.sl-social-dribbble:before {
content: "\e00d";
}
.sl-social-behance:before {
content: "\e610";
}
.sl-social-foursqare:before {
content: "\e611";
}
.sl-social-soundcloud:before {
content: "\e612";
}
.sl-social-spotify:before {
content: "\e613";
}
.sl-social-stumbleupon:before {
content: "\e614";
}
.sl-social-youtube:before {
content: "\e008";
}
.sl-social-dropbox:before {
content: "\e00c";
}
.sl-social-vkontakte:before {
content: "\e618";
}
.sl-social-steam:before {
content: "\e620";
}