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.tectaamerica.com/wp-content/themes/hank/assets/fonts/fontawesome-webfont.eot?v=4.7.0);
src: url(//www.tectaamerica.com/wp-content/themes/hank/assets/fonts/fontawesome-webfont.eot?#iefix&v=4.7.0) format('embedded-opentype'), url(//www.tectaamerica.com/wp-content/themes/hank/assets/fonts/fontawesome-webfont.woff2?v=4.7.0) format('woff2'), url(//www.tectaamerica.com/wp-content/themes/hank/assets/fonts/fontawesome-webfont.woff?v=4.7.0) format('woff'), url(//www.tectaamerica.com/wp-content/themes/hank/assets/fonts/fontawesome-webfont.ttf?v=4.7.0) format('truetype'), url(//www.tectaamerica.com/wp-content/themes/hank/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: 'Nucleo';
src: url(//www.tectaamerica.com/wp-content/themes/hank/assets/fonts/Nucleo.eot);
src: url(//www.tectaamerica.com/wp-content/themes/hank/assets/fonts/Nucleo.eot) format('embedded-opentype'), url(//www.tectaamerica.com/wp-content/themes/hank/assets/fonts/Nucleo.woff2) format('woff2'), url(//www.tectaamerica.com/wp-content/themes/hank/assets/fonts/Nucleo.woff) format('woff'), url(//www.tectaamerica.com/wp-content/themes/hank/assets/fonts/Nucleo.ttf) format('truetype'), url(//www.tectaamerica.com/wp-content/themes/hank/assets/fonts/Nucleo.svg) format('svg');
font-weight: normal;
font-style: normal;
} [class*="hank-"] {
display: inline-block;
font: normal normal normal 1em/1 'Nucleo';
speak: none;
text-transform: none; -webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
} .hank-bag-17::before {
content: "\ea02";
}
.hank-zoom::before {
content: "\ea04";
}
.hank-small-right::before {
content: "\ea05";
}
.hank-arrow-right::before {
content: "\ea06";
}
.hank-small-down::before {
content: "\ea0a";
}
.hank-triangle-down::before {
content: "\ea0c";
}
.hank-arrow-down-2::before {
content: "\ea0d";
}
.hank-triangle-right::before {
content: "\ea0e";
}
.hank-triangle-up::before {
content: "\ea0f";
}
.hank-triangle-left::before {
content: "\ea10";
}
.hank-small-up::before {
content: "\ea11";
}
.hank-tail-top::before {
content: "\ea12";
}
.hank-small-left::before {
content: "\ea13";
}
.hank-arrow-left::before {
content: "\ea14";
}
.hank-i-remove::before {
content: "\ea30";
}
.hank-d-check::before {
content: "\ea31";
}
.hank-single-content-03::before {
content: "\ea32";
}
.hank-layout-25::before {
content: "\ea36";
}
.hank-paper::before {
content: "\ea37";
}
.hank-receipt-list-43::before {
content: "\ea38";
}
.hank-screen-rotation::before {
content: "\ea39";
}
.hank-mobile-chat::before {
content: "\ea3a";
}
.hank-phone-heartbeat::before {
content: "\ea3b";
}
.hank-phone-button::before {
content: "\ea3c";
}
.hank-b-meeting::before {
content: "\ea3d";
}
.hank-file-download-94::before {
content: "\ea3f";
}
.hank-phone::before {
content: "\ea40";
}
.hank-pen-tool::before {
content: "\ea41";
}
.hank-pin-3::before {
content: "\ea42";
}
.hank-paper-diploma::before {
content: "\ea43";
}
.hank-trophy::before {
content: "\ea44";
}
.hank-goal-65::before {
content: "\ea45";
}
.hank-single-03::before {
content: "\ea46";
}
.hank-wallet-43::before {
content: "\ea47";
}
.hank-books::before {
content: "\ea48";
}
.hank-chart-bar-32::before {
content: "\ea49";
}
.hank-chart-pie-36::before {
content: "\ea4a";
}
.hank-factory::before {
content: "\ea4b";
}
.hank-payment::before {
content: "\ea4d";
}
.hank-progress::before {
content: "\ea4e";
}
.hank-plug::before {
content: "\ea4f";
}
.hank-tie-02::before {
content: "\ea50";
}
.hank-bulb-63::before {
content: "\ea52";
}
.hank-chart-bar-33::before {
content: "\ea53";
}
.hank-chart-growth::before {
content: "\ea54";
}
.hank-money-time::before {
content: "\ea57";
}
.hank-pig::before {
content: "\ea58";
}
.hank-percentage-39::before {
content: "\ea59";
}
.hank-percentage-38::before {
content: "\ea5a";
}
.hank-stock::before {
content: "\ea5b";
}
.hank-strategy::before {
content: "\ea5d";
}
.hank-privacy-policy::before {
content: "\ea5e";
}
.hank-chess-knight::before {
content: "\ea5f";
}
.hank-book-bookmark::before {
content: "\ea60";
}
.hank-design::before {
content: "\ea61";
}
.hank-layers-2::before {
content: "\ea62";
}
.hank-stack::before {
content: "\ea63";
}
.hank-magnet::before {
content: "\ea64";
}
.hank-measure-big::before {
content: "\ea65";
}
.hank-pantone::before {
content: "\ea68";
}
.hank-pen-tool-2::before {
content: "\ea69";
}
.hank-ruler-pencil::before {
content: "\ea6a";
}
.hank-window-paragraph::before {
content: "\ea6b";
}
.hank-window-dev::before {
content: "\ea6c";
}
.hank-sidebar::before {
content: "\ea6d";
}
.hank-shape-star::before {
content: "\ea6e";
}
.hank-thumb-down::before {
content: "\ea6f";
}
.hank-thumb-up::before {
content: "\ea70";
}
.hank-sun::before {
content: "\ea72";
}
.hank-forest::before {
content: "\ea73";
}
.hank-fuel-2::before {
content: "\ea75";
}
.hank-radiation::before {
content: "\ea76";
}
.hank-gift::before {
content: "\ea77";
}
.hank-time-clock::before {
content: "\ea78";
}
.hank-square-pin::before {
content: "\ea79";
}
.hank-flag-points-32::before {
content: "\ea7e";
}
.hank-map::before {
content: "\ea80";
}
.hank-property-location::before {
content: "\ea81";
}
.hank-play-movie::before {
content: "\ea82";
}
.hank-picture::before {
content: "\ea83";
}
.hank-sound::before {
content: "\ea86";
}
.hank-key::before {
content: "\ea88";
}
.hank-new-construction::before {
content: "\ea89";
}
.hank-construction-sign::before {
content: "\ea8a";
}
.hank-barcode-qr::before {
content: "\ea8c";
}
.hank-box-2::before {
content: "\ea8d";
}
.hank-support::before {
content: "\ea8e";
}
.hank-tag::before {
content: "\ea90";
}
.hank-engine-start::before {
content: "\ea93";
}
.hank-h-dashboard::before {
content: "\ea94";
}
.hank-clock::before {
content: "\ea96";
}
.hank-spaceship::before {
content: "\ea97";
}
.hank-alarm::before {
content: "\ea98";
}
.hank-calendar-2::before {
content: "\ea9a";
}
.hank-mail::before {
content: "\ea9c";
}
.hank-favorite::before {
content: "\ea9d";
}
.hank-unlocked::before {
content: "\eaa0";
}
.hank-lock::before {
content: "\eaa2";
}
.hank-cogwheel::before {
content: "\eaa6";
}
.hank-social-sharing::before {
content: "\eaa8";
}
.hank-cart::before {
content: "\eaac";
}
.hank-star-rate-1::before {
content: "\eaad";
}
.hank-star-rate-2::before {
content: "\eaae";
}
.hank-cart-2::before {
content: "\eaaf";
} .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.tectaamerica.com/wp-content/themes/hank/assets/img/components/sprite.png) -78px -93px no-repeat; } div.pp_default .pp_top .pp_middle { background: url(//www.tectaamerica.com/wp-content/themes/hank/assets/img/components/sprite_x.png) top left repeat-x; } div.pp_default .pp_top .pp_right { background: url(//www.tectaamerica.com/wp-content/themes/hank/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.tectaamerica.com/wp-content/themes/hank/assets/img/components/sprite_y.png) -7px 0 repeat-y; padding-left: 13px; }
div.pp_default .pp_content_container .pp_right { background: url(//www.tectaamerica.com/wp-content/themes/hank/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.tectaamerica.com/wp-content/themes/hank/assets/img/components/sprite_next.png) center right  no-repeat; cursor: pointer; } div.pp_default .pp_previous:hover { background: url(//www.tectaamerica.com/wp-content/themes/hank/assets/img/components/sprite_prev.png) center left no-repeat; cursor: pointer; } div.pp_default .pp_expand { background: url(//www.tectaamerica.com/wp-content/themes/hank/assets/img/components/sprite.png) 0 -29px no-repeat; cursor: pointer; width: 28px; height: 28px; } div.pp_default .pp_expand:hover { background: url(//www.tectaamerica.com/wp-content/themes/hank/assets/img/components/sprite.png) 0 -56px no-repeat; cursor: pointer; } div.pp_default .pp_contract { background: url(//www.tectaamerica.com/wp-content/themes/hank/assets/img/components/sprite.png) 0 -84px no-repeat; cursor: pointer; width: 28px; height: 28px; } div.pp_default .pp_contract:hover { background: url(//www.tectaamerica.com/wp-content/themes/hank/assets/img/components/sprite.png) 0 -113px no-repeat; cursor: pointer; } div.pp_default .pp_close { width: 30px; height: 30px; background: url(//www.tectaamerica.com/wp-content/themes/hank/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.tectaamerica.com/wp-content/themes/hank/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.tectaamerica.com/wp-content/themes/hank/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.tectaamerica.com/wp-content/themes/hank/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.tectaamerica.com/wp-content/themes/hank/assets/img/components/sprite.png) -78px -127px no-repeat; } div.pp_default .pp_bottom .pp_middle { background: url(//www.tectaamerica.com/wp-content/themes/hank/assets/img/components/sprite_x.png) bottom left repeat-x; } div.pp_default .pp_bottom .pp_right { background: url(//www.tectaamerica.com/wp-content/themes/hank/assets/img/components/sprite.png) -112px -127px no-repeat; } div.pp_default .pp_loaderIcon { background: url(//www.tectaamerica.com/wp-content/themes/hank/assets/img/components/loader.gif) center center no-repeat; }  div.light_rounded .pp_top .pp_left { background: url(//www.tectaamerica.com/wp-content/themes/hank/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.tectaamerica.com/wp-content/themes/hank/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.tectaamerica.com/wp-content/themes/hank/assets/img/components/btnNext.png) center right  no-repeat; cursor: pointer; } div.light_rounded .pp_previous:hover { background: url(//www.tectaamerica.com/wp-content/themes/hank/assets/img/components/btnPrevious.png) center left no-repeat; cursor: pointer; } div.light_rounded .pp_expand { background: url(//www.tectaamerica.com/wp-content/themes/hank/assets/img/components/sprite.png) -31px -26px no-repeat; cursor: pointer; } div.light_rounded .pp_expand:hover { background: url(//www.tectaamerica.com/wp-content/themes/hank/assets/img/components/sprite.png) -31px -47px no-repeat; cursor: pointer; } div.light_rounded .pp_contract { background: url(//www.tectaamerica.com/wp-content/themes/hank/assets/img/components/sprite.png) 0 -26px no-repeat; cursor: pointer; } div.light_rounded .pp_contract:hover { background: url(//www.tectaamerica.com/wp-content/themes/hank/assets/img/components/sprite.png) 0 -47px no-repeat; cursor: pointer; } div.light_rounded .pp_close { width: 75px; height: 22px; background: url(//www.tectaamerica.com/wp-content/themes/hank/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.tectaamerica.com/wp-content/themes/hank/assets/img/components/sprite.png) -1px -100px no-repeat; height: 15px; width: 14px; }
div.light_rounded .pp_nav .pp_pause { background: url(//www.tectaamerica.com/wp-content/themes/hank/assets/img/components/sprite.png) -24px -100px no-repeat; height: 15px; width: 14px; }
div.light_rounded .pp_arrow_previous { background: url(//www.tectaamerica.com/wp-content/themes/hank/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.tectaamerica.com/wp-content/themes/hank/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.tectaamerica.com/wp-content/themes/hank/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.tectaamerica.com/wp-content/themes/hank/assets/img/components/sprite.png) -110px -80px no-repeat; } div.light_rounded .pp_loaderIcon { background: url(//www.tectaamerica.com/wp-content/themes/hank/assets/img/components/loader.gif) center center no-repeat; }  div.dark_rounded .pp_top .pp_left { background: url(//www.tectaamerica.com/wp-content/themes/hank/assets/img/components/sprite.png) -88px -53px no-repeat; } div.dark_rounded .pp_top .pp_middle { background: url(//www.tectaamerica.com/wp-content/themes/hank/assets/img/components/contentPattern.png) top left repeat; } div.dark_rounded .pp_top .pp_right { background: url(//www.tectaamerica.com/wp-content/themes/hank/assets/img/components/sprite.png) -110px -53px no-repeat; } div.dark_rounded .pp_content_container .pp_left { background: url(//www.tectaamerica.com/wp-content/themes/hank/assets/img/components/contentPattern.png) top left repeat-y; } div.dark_rounded .pp_content_container .pp_right { background: url(//www.tectaamerica.com/wp-content/themes/hank/assets/img/components/contentPattern.png) top right repeat-y; } div.dark_rounded .pp_content { background: url(//www.tectaamerica.com/wp-content/themes/hank/assets/img/components/contentPattern.png) top left repeat; } div.dark_rounded .pp_next:hover { background: url(//www.tectaamerica.com/wp-content/themes/hank/assets/img/components/btnNext.png) center right  no-repeat; cursor: pointer; } div.dark_rounded .pp_previous:hover { background: url(//www.tectaamerica.com/wp-content/themes/hank/assets/img/components/btnPrevious.png) center left no-repeat; cursor: pointer; } div.dark_rounded .pp_expand { background: url(//www.tectaamerica.com/wp-content/themes/hank/assets/img/components/sprite.png) -31px -26px no-repeat; cursor: pointer; } div.dark_rounded .pp_expand:hover { background: url(//www.tectaamerica.com/wp-content/themes/hank/assets/img/components/sprite.png) -31px -47px no-repeat; cursor: pointer; } div.dark_rounded .pp_contract { background: url(//www.tectaamerica.com/wp-content/themes/hank/assets/img/components/sprite.png) 0 -26px no-repeat; cursor: pointer; } div.dark_rounded .pp_contract:hover { background: url(//www.tectaamerica.com/wp-content/themes/hank/assets/img/components/sprite.png) 0 -47px no-repeat; cursor: pointer; } div.dark_rounded .pp_close { width: 75px; height: 22px; background: url(//www.tectaamerica.com/wp-content/themes/hank/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.tectaamerica.com/wp-content/themes/hank/assets/img/components/sprite.png) -1px -100px no-repeat; height: 15px; width: 14px; }
div.dark_rounded .pp_nav .pp_pause { background: url(//www.tectaamerica.com/wp-content/themes/hank/assets/img/components/sprite.png) -24px -100px no-repeat; height: 15px; width: 14px; }
div.dark_rounded .pp_arrow_previous { background: url(//www.tectaamerica.com/wp-content/themes/hank/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.tectaamerica.com/wp-content/themes/hank/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.tectaamerica.com/wp-content/themes/hank/assets/img/components/sprite.png) -88px -80px no-repeat; } div.dark_rounded .pp_bottom .pp_middle { background: url(//www.tectaamerica.com/wp-content/themes/hank/assets/img/components/contentPattern.png) top left repeat; } div.dark_rounded .pp_bottom .pp_right { background: url(//www.tectaamerica.com/wp-content/themes/hank/assets/img/components/sprite.png) -110px -80px no-repeat; } div.dark_rounded .pp_loaderIcon { background: url(//www.tectaamerica.com/wp-content/themes/hank/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.tectaamerica.com/wp-content/themes/hank/assets/img/components/loader.gif) center center no-repeat; } div.dark_square .pp_expand { background: url(//www.tectaamerica.com/wp-content/themes/hank/assets/img/components/sprite.png) -31px -26px no-repeat; cursor: pointer; } div.dark_square .pp_expand:hover { background: url(//www.tectaamerica.com/wp-content/themes/hank/assets/img/components/sprite.png) -31px -47px no-repeat; cursor: pointer; } div.dark_square .pp_contract { background: url(//www.tectaamerica.com/wp-content/themes/hank/assets/img/components/sprite.png) 0 -26px no-repeat; cursor: pointer; } div.dark_square .pp_contract:hover { background: url(//www.tectaamerica.com/wp-content/themes/hank/assets/img/components/sprite.png) 0 -47px no-repeat; cursor: pointer; } div.dark_square .pp_close { width: 75px; height: 22px; background: url(//www.tectaamerica.com/wp-content/themes/hank/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.tectaamerica.com/wp-content/themes/hank/assets/img/components/sprite.png) -1px -100px no-repeat; height: 15px; width: 14px; }
div.dark_square .pp_nav .pp_pause { background: url(//www.tectaamerica.com/wp-content/themes/hank/assets/img/components/sprite.png) -24px -100px no-repeat; height: 15px; width: 14px; }
div.dark_square .pp_arrow_previous { background: url(//www.tectaamerica.com/wp-content/themes/hank/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.tectaamerica.com/wp-content/themes/hank/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.tectaamerica.com/wp-content/themes/hank/assets/img/components/btnNext.png) center right  no-repeat; cursor: pointer; } div.dark_square .pp_previous:hover { background: url(//www.tectaamerica.com/wp-content/themes/hank/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.tectaamerica.com/wp-content/themes/hank/assets/img/components/sprite.png) -31px -26px no-repeat; cursor: pointer; } div.light_square .pp_expand:hover { background: url(//www.tectaamerica.com/wp-content/themes/hank/assets/img/components/sprite.png) -31px -47px no-repeat; cursor: pointer; } div.light_square .pp_contract { background: url(//www.tectaamerica.com/wp-content/themes/hank/assets/img/components/sprite.png) 0 -26px no-repeat; cursor: pointer; } div.light_square .pp_contract:hover { background: url(//www.tectaamerica.com/wp-content/themes/hank/assets/img/components/sprite.png) 0 -47px no-repeat; cursor: pointer; } div.light_square .pp_close { width: 75px; height: 22px; background: url(//www.tectaamerica.com/wp-content/themes/hank/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.tectaamerica.com/wp-content/themes/hank/assets/img/components/sprite.png) -1px -100px no-repeat; height: 15px; width: 14px; }
div.light_square .pp_nav .pp_pause { background: url(//www.tectaamerica.com/wp-content/themes/hank/assets/img/components/sprite.png) -24px -100px no-repeat; height: 15px; width: 14px; }
div.light_square .pp_arrow_previous { background: url(//www.tectaamerica.com/wp-content/themes/hank/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.tectaamerica.com/wp-content/themes/hank/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.tectaamerica.com/wp-content/themes/hank/assets/img/components/btnNext.png) center right  no-repeat; cursor: pointer; } div.light_square .pp_previous:hover { background: url(//www.tectaamerica.com/wp-content/themes/hank/assets/img/components/btnPrevious.png) center left no-repeat; cursor: pointer; } div.light_square .pp_loaderIcon { background: url(//www.tectaamerica.com/wp-content/themes/hank/assets/img/components/loader.gif) center center no-repeat; }  div.facebook .pp_top .pp_left { background: url(//www.tectaamerica.com/wp-content/themes/hank/assets/img/components/sprite.png) -88px -53px no-repeat; } div.facebook .pp_top .pp_middle { background: url(//www.tectaamerica.com/wp-content/themes/hank/assets/img/components/contentPatternTop.png) top left repeat-x; } div.facebook .pp_top .pp_right { background: url(//www.tectaamerica.com/wp-content/themes/hank/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.tectaamerica.com/wp-content/themes/hank/assets/img/components/contentPatternLeft.png) top left repeat-y; } div.facebook .pp_content_container .pp_right { background: url(//www.tectaamerica.com/wp-content/themes/hank/assets/img/components/contentPatternRight.png) top right repeat-y; } div.facebook .pp_content { background: #fff; } div.facebook .pp_expand { background: url(//www.tectaamerica.com/wp-content/themes/hank/assets/img/components/sprite.png) -31px -26px no-repeat; cursor: pointer; } div.facebook .pp_expand:hover { background: url(//www.tectaamerica.com/wp-content/themes/hank/assets/img/components/sprite.png) -31px -47px no-repeat; cursor: pointer; } div.facebook .pp_contract { background: url(//www.tectaamerica.com/wp-content/themes/hank/assets/img/components/sprite.png) 0 -26px no-repeat; cursor: pointer; } div.facebook .pp_contract:hover { background: url(//www.tectaamerica.com/wp-content/themes/hank/assets/img/components/sprite.png) 0 -47px no-repeat; cursor: pointer; } div.facebook .pp_close { width: 22px; height: 22px; background: url(//www.tectaamerica.com/wp-content/themes/hank/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.tectaamerica.com/wp-content/themes/hank/assets/img/components/loader.gif) center center no-repeat; } div.facebook .pp_arrow_previous { background: url(//www.tectaamerica.com/wp-content/themes/hank/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.tectaamerica.com/wp-content/themes/hank/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.tectaamerica.com/wp-content/themes/hank/assets/img/components/sprite.png) -1px -123px no-repeat; height: 22px; width: 22px; }
div.facebook .pp_nav .pp_pause { background: url(//www.tectaamerica.com/wp-content/themes/hank/assets/img/components/sprite.png) -32px -123px no-repeat; height: 22px; width: 22px; }
div.facebook .pp_next:hover { background: url(//www.tectaamerica.com/wp-content/themes/hank/assets/img/components/btnNext.png) center right no-repeat; cursor: pointer; } div.facebook .pp_previous:hover { background: url(//www.tectaamerica.com/wp-content/themes/hank/assets/img/components/btnPrevious.png) center left no-repeat; cursor: pointer; } div.facebook .pp_bottom .pp_left { background: url(//www.tectaamerica.com/wp-content/themes/hank/assets/img/components/sprite.png) -88px -80px no-repeat; } div.facebook .pp_bottom .pp_middle { background: url(//www.tectaamerica.com/wp-content/themes/hank/assets/img/components/contentPatternBottom.png) top left repeat-x; } div.facebook .pp_bottom .pp_right { background: url(//www.tectaamerica.com/wp-content/themes/hank/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.tectaamerica.com/wp-content/themes/hank/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.tectaamerica.com/wp-content/themes/hank/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.tectaamerica.com/wp-content/themes/hank/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;
}::selection {
background: #b3d4fc !important;  }
*,
*: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;
}
.transition,
body.is-loaded:after,
body.is-loaded:before,
a,
a.more:after,
a.video-lightbox:after,
a.video-lightbox:before,
a.video-lightbox img,
input[type="submit"],
button[type="submit"],
.button,
.button:before,
rs-module-wrap .custom-tab .tp-tabs-inner-wrapper .tp-tab,
rs-module-wrap .custom-tab .tp-tabs-inner-wrapper .tp-tab:after,
rs-module-wrap .custom-arrow,
rs-module-wrap .custom-arrow:after,
rs-module-wrap rs-bullets.custom .tp-bullet,
rs-module-wrap .video-button:before,
rs-module-wrap .video-button:after,
.site-topbar .topbar-menu .menu-top li .sub-menu,
.site-content .down-arrow a:before,
.widget.widget_search .search-form label .screen-reader-text:after,
.comments-area .comment-list > li.comment:before,
.comments-area .comment-list > li.pingback:before,
.comments-area .comment-list > li.trackback:before,
.navigation.pager-numeric .page-numbers.dots,
.page-links a span,
.page-links span:not(.page-links-title),
.search-results .main-content .content .search-results .post a:before,
.search-no-results .main-content .content .search-results .post a:before,
.search-results .main-content .content .search-results .post .post-title:after,
.search-no-results .main-content .content .search-results .post .post-title:after,
.gallery-caption,
.info-list li i,
.single-nproject .project-gallery img,
.single-nproject .project-gallery .project-media-item a:after,
.single-nproject .project-gallery .project-media-item a:before,
.single-nproject .project-media-slider .project-media-thumbs .swiper-slide,
.post-image .featured-image img,
.post-image .featured-image .more,
.single-post .content .post-content .post-right .navigation .nav-links li a .post-title,
.single-attachment .content .post-content .post-right .navigation .nav-links li a .post-title,
.related-posts .grid-posts .post .post-inner,
.related-posts .grid-posts .post .featured-image img,
.woocommerce .products li .woocommerce-loop-product__title,
.woocommerce .products li .price .amount,
.woocommerce .products li .button:after,
.woocommerce .product .images .flex-control-thumbs li img,
.widget.widget_layered_nav ul li,
.widget.widget_layered_nav_filters ul li,
.woocommerce-pagination li .page-numbers.dots,
#site .wpb_gallery .wpb_image_grid_items .item,
#site .wpb_gallery .wpb_image_grid_items .item img,
#site .vc_tta-tabs.vc_tta-tabs-position-top.vc_tta-style-classic .vc_tta-tabs-container .vc_tta-tabs-list .vc_tta-tab a,
#site .member:not(.style1),
#site .iconlist.iconlist-icon-small li .iconlist-item-icon i,
#site .iconlist.iconlist-icon-small.has-border li,
#site .iconlist.iconlist-icon-medium li .iconlist-item-icon i,
#site .iconlist.iconlist-icon-xlarge .iconlist-item-icon i,
#site .iconlist.iconlist-icon-xlarge .iconlist-item-icon img,
#site .iconbox,
#site .imagebox .box-image img,
#site .imagebox .box-title span:not(.box-subtitle),
#site .elements-carousel .owl-item,
#site .elements-carousel .owl-pagination .owl-page,
#site .elements-carousel .owl-buttons div,
#site .elements-carousel.timeline .title:before,
#site .blog-shortcode.post-thumbnail-cover .blog-grid .post,
#site .blog-shortcode.post-thumbnail-cover .blog-grid .post .post-inner .post-title,
#site .blog-shortcode.post-thumbnail-cover .blog-grid .post .post-inner .read-more:after,
#site .posts-carousel .post-image img,
#site-header .menu-extras > li.search-box .widget_search,
#site-header-sticky .menu-extras > li.search-box .widget_search,
.sliding-menu,
.menu-sliding li .sub-menu,
.menu-sliding li .children {
-webkit-transition: all 0.2s ease-in-out 0s;
-moz-transition: all 0.2s ease-in-out 0s;
-ms-transition: all 0.2s ease-in-out 0s;
-o-transition: all 0.2s ease-in-out 0s;
transition: all 0.2s ease-in-out 0s;
}
.wp-caption {
max-width: 100%;
}
.wp-caption-text,
figcaption {
font-size: 13px;
color: #7f7f7f;
}
.alignleft {
float: left;
margin: 0 30px 30px 0;
clear: left;
}
.alignright {
float: right;
margin: 0 0 30px 30px;
clear: right;
}
.aligncenter {
text-align: center;
margin: 0 auto;
display: block;
clear: both;
}
.aligncenter .info-list {
justify-content: center;
}
.bypostauthor {
font-weight: inherit;
}
.sub-menu li a:empty:after {
display: none;
}
.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;
}
body i[class*="hank-"].icon-24 {
font-size: 24px;
}
body i[class*="hank-"].icon-32 {
font-size: 32px;
}
body i[class*="hank-"].icon-48 {
font-size: 48px;
}
body i[class*="hank-"].icon-64 {
font-size: 64px;
}
body:not(.is-loaded):after,
body:not(.is-loaded):before {
content: "";
position: fixed;
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);
}
body.is-loaded:after,
body.is-loaded:before {
content: "";
position: fixed;
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);
}
body:before {
top: 0;
left: 0;
width: 100%;
height: 100%;
z-index: 999999;
background: #f2f2f2;
}
body:after {
left: 50%;
top: 50%;
display: block;
z-index: 9999999;
width: 60px;
height: 60px;
margin-top: -30px;
margin-left: -30px;
background: #232323;
-webkit-animation: sk-rotateplane 1.2s infinite ease-in-out;
animation: sk-rotateplane 1.2s infinite ease-in-out;
}
a {
text-decoration: none;
}
a.link {
position: relative;
}
a.link:before {
content: "";
height: 0;
position: absolute;
width: 100%;
right: 0;
bottom: -2px;
border-bottom: 1px solid;
-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);
-webkit-transition: width 0.5s cubic-bezier(0.25, 0.8, 0.25, 1) 0s;
-moz-transition: width 0.5s cubic-bezier(0.25, 0.8, 0.25, 1) 0s;
-ms-transition: width 0.5s cubic-bezier(0.25, 0.8, 0.25, 1) 0s;
-o-transition: width 0.5s cubic-bezier(0.25, 0.8, 0.25, 1) 0s;
transition: width 0.5s cubic-bezier(0.25, 0.8, 0.25, 1) 0s;
}
a.link:hover:before {
width: 0;
}
a.link.has-arrow {
text-transform: uppercase;
font-size: 12px;
letter-spacing: 1px;
padding-right: 30px;
}
a.link.has-arrow:after {
font-family: "Nucleo";
content: "\ea06";
font-size: 16px;
position: absolute;
right: 0;
top: calc(50% - 1px);
transform: translateY(-50%);
}
a.link.has-arrow:before {
width: 0;
left: 0;
right: auto;
}
a.link.has-arrow:hover {
padding-right: 35px;
}
a.link.has-arrow:hover:before {
width: 100%;
}
a.link[target=_blank] {
margin-right: 33px;
}
@media only screen and (max-width: 768px) {
a.link[target=_blank] {
display: table;
margin-top: 10px;
}
}
a.link[target=_blank]:after {
font-family: "FontAwesome";
content: "\f08e";
font-size: 14px;
position: absolute;
right: -20px;
top: 0;
line-height: 1;
}
a.more {
text-align: center;
position: relative;
display: block;
z-index: 9;
font-size: 21px;
padding: 20px 0;
}
a.more:after {
content: "";
background: linear-gradient(0deg, #ffffff 60%, rgba(255, 255, 255, 0) 100%);
position: absolute;
right: 0;
bottom: -20px;
width: 100%;
height: 250px;
z-index: -1;
}
a.more:before {
content: "";
background: #ddd;
position: absolute;
left: 0;
right: 0;
top: -20px;
height: 1px;
}
a.more:hover:after {
-webkit-opacity: 0;
-khtml-opacity: 0;
-moz-opacity: 0;
opacity: 0;
-ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=0);
filter: alpha(opacity=0);
}
a.moreBox {
min-height: 60px;
position: absolute;
left: 15px;
right: 15px;
bottom: 30px;
top: 0;
text-indent: -9999px;
}
a.moreBox:before {
content: "\ea06";
font-family: "Nucleo";
text-indent: 0;
position: absolute;
left: 50%;
top: 50%;
font-size: 4rem;
color: #232323;
transform: translate(-50%, -50%);
}
a.moreBox:hover {
background: #f2f2f2;
}
a.video-lightbox {
display: block;
position: relative;
background-color: #000000;
}
a.video-lightbox:after {
content: "\f04b";
font-family: "FontAwesome";
font-size: 21px;
position: absolute;
left: calc(50% + 3px);
top: 50%;
transform: translate(-50%, -50%);
color: #ffffff;
z-index: 3;
}
@media only screen and (min-width: 1025px) {
a.video-lightbox:after {
font-size: 42px;
left: calc(50% + 4px);
}
}
a.video-lightbox:before {
content: "";
position: absolute;
left: 50%;
top: 50%;
transform: translate(-50%, -50%);
background: #232323;
width: 60px;
height: 60px;
z-index: 2;
-webkit-border-radius: 60px;
-moz-border-radius: 60px;
-ms-border-radius: 60px;
-o-border-radius: 60px;
border-radius: 60px;
}
@media only screen and (min-width: 1025px) {
a.video-lightbox:before {
width: 120px;
height: 120px;
}
}
a.video-lightbox img {
box-shadow: 0 2px 2px rgba(0, 0, 0, 0.06), 0 4px 4px rgba(0, 0, 0, 0.06), 0 8px 8px rgba(0, 0, 0, 0.06), 0 16px 16px rgba(0, 0, 0, 0.06), 0 32px 32px rgba(0, 0, 0, 0.06);
}
a.video-lightbox:hover:before {
transform: translate(-50%, -50%) scale(1.2);
}
a.video-lightbox:hover img {
-webkit-opacity: 0.85;
-khtml-opacity: 0.85;
-moz-opacity: 0.85;
opacity: 0.85;
-ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=85);
filter: alpha(opacity=85);
}
p {
margin-top: 0;
margin-bottom: 20px;
}
p:last-child {
margin-bottom: 0;
}
p.size-lg {
margin: 0 0 10px 0;
font-size: 24px;
}
@media only screen and (min-width: 1024px) {
p.size-lg {
font-size: 48px;
line-height: 1;
}
}
p .badge {
padding: 4px 12px;
text-transform: uppercase;
margin: 0 8px 0 0;
font-size: 14px;
letter-spacing: 1px;
} p { font-size: 18px } 
@media only screen and (max-width: 768px) {
p .badge {
display: none;
}
}
h6.badge {
padding: 4px 12px;
text-transform: uppercase;
margin: 0 8px 0 0;
font-size: 14px;
letter-spacing: 1px;
display: inline;
color: inherit;
}
@media only screen and (max-width: 768px) {
h6.badge {
display: none;
}
}
h1,
h2,
h3,
h4,
h5,
h6 {
font-weight: 500;
margin-bottom: 20px;
margin-top: 40px;
}
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.size-lg,
h2.size-lg,
h3.size-lg,
h4.size-lg,
h5.size-lg,
h6.size-lg {
margin: 0;
}
h1.size-lg a,
h2.size-lg a,
h3.size-lg a,
h4.size-lg a,
h5.size-lg a,
h6.size-lg a {
-webkit-text-stroke: 1px #aaaaaa;
}
h1.size-lg a:not(:hover),
h2.size-lg a:not(:hover),
h3.size-lg a:not(:hover),
h4.size-lg a:not(:hover),
h5.size-lg a:not(:hover),
h6.size-lg a:not(:hover) {
color: transparent;
}
h1.size-lg a:hover,
h2.size-lg a:hover,
h3.size-lg a:hover,
h4.size-lg a:hover,
h5.size-lg a:hover,
h6.size-lg a:hover {
-webkit-text-stroke: 1px transparent;
}
@media only screen and (min-width: 1024px) and (max-width: 1366px) {
h1.size-lg,
h2.size-lg,
h3.size-lg,
h4.size-lg,
h5.size-lg,
h6.size-lg {
font-size: 56px;
line-height: 0.9;
}
}
@media only screen and (min-width: 1366px) and (max-width: 1440px) {
h1.size-lg,
h2.size-lg,
h3.size-lg,
h4.size-lg,
h5.size-lg,
h6.size-lg {
font-size: 64px;
line-height: 0.9;
}
}
@media only screen and (min-width: 1441px) {
h1.size-lg,
h2.size-lg,
h3.size-lg,
h4.size-lg,
h5.size-lg,
h6.size-lg {
font-size: 80px;
line-height: 0.9;
}
}
img {
border: medium none;
height: auto;
max-width: 100%;
vertical-align: top;
}
img.rounded {
-webkit-border-radius: 5px;
-moz-border-radius: 5px;
-ms-border-radius: 5px;
-o-border-radius: 5px;
border-radius: 5px;
}
b,
strong {
font-weight: 500;
}
::-webkit-input-placeholder { color: rgba(0, 0, 0, 0.5);
}
::-moz-placeholder { color: rgba(0, 0, 0, 0.5);
}
:-ms-input-placeholder { color: rgba(0, 0, 0, 0.5);
}
:-moz-placeholder { color: rgba(0, 0, 0, 0.5);
}
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;
-webkit-box-shadow: none;
-moz-box-shadow: none;
-ms-box-shadow: none;
-o-box-shadow: none;
box-shadow: none;
}
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: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,
textarea:hover,
input[type="text"]:hover,
input[type="password"]:hover,
input[type="datetime"]:hover,
input[type="datetime-local"]:hover,
input[type="date"]:hover,
input[type="month"]:hover,
input[type="time"]:hover,
input[type="week"]:hover,
input[type="number"]:hover,
input[type="email"]:hover,
input[type="url"]:hover,
input[type="search"]:hover,
input[type="tel"]:hover,
input[type="color"]:hover,
input.input-text:hover {
border-color: rgba(0, 0, 0, 0.3);
}
input[type="number"],
input[type="date"] {
padding-right: 20px;
}
input[type="checkbox"] {
height: auto;
line-height: inherit;
}
input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
input:-webkit-autofill:active {
transition: background-color 5000s ease-in-out 0s;
-webkit-text-fill-color: red;
}
body select {
outline: 0;
max-width: 100%;
background-image: url(//www.tectaamerica.com/wp-content/themes/hank/assets/img/arrow.svg);
background-position: right center;
background-size: 57px 57px;
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 #232323;
}
input[type="submit"],
button[type="submit"],
.button {
background-image: none;
cursor: pointer;
line-height: 100%;
display: inline-block;
position: relative;
z-index: 1;
}
input[type="submit"]:hover,
button[type="submit"]:hover,
.button:hover {
color: #ffffff;
}
input[type="submit"]:disabled,
button[type="submit"]:disabled,
.button:disabled {
background: #dddddd !important;
color: #aaaaaa !important;
cursor: no-drop;
-webkit-box-shadow: none;
-moz-box-shadow: none;
-ms-box-shadow: none;
-o-box-shadow: none;
box-shadow: none;
}
input[type="submit"].sm,
button[type="submit"].sm,
.button.sm {
padding-top: 16px;
padding-bottom: 15px;
font-size: 15px;
}
input[type="submit"].full,
button[type="submit"].full,
.button.full {
display: block;
text-align: center;
}
input[type="submit"].shadow,
button[type="submit"].shadow,
.button.shadow {
box-shadow: 0 2px 2px rgba(0, 0, 0, 0.06), 0 4px 4px rgba(0, 0, 0, 0.06), 0 8px 8px rgba(0, 0, 0, 0.06), 0 16px 16px rgba(0, 0, 0, 0.06), 0 32px 32px rgba(0, 0, 0, 0.06);
}
input[type="submit"]:hover,
button[type="submit"]:hover,
.button:hover {
background: #232323;
}
.button {
position: relative;
}
.button.primary:before,
.button.accent:before {
display: none;
}
.button.primary.border:before,
.button.accent.border:before,
.button.primary.outline:before,
.button.accent.outline:before {
display: block;
}
.button.light {
background: #f2f2f2;
color: inherit;
}
.button.grey {
background: #dddddd;
color: inherit;
}
.button.dark {
background: #232323;
}
.button.white {
background: #ffffff;
color: inherit;
}
.button.black {
background: #000000;
color: #dddddd;
}
.button.black:hover {
color: #000000;
}
.button.black:hover:before {
border-color: #000000;
}
.button.yellow {
background: #feeb35;
}
.button.yellow:hover {
color: #feeb35;
}
.button.yellow:hover:before {
border-color: #feeb35;
}
.button.red {
background: #c21323;
}
.button.red:hover {
color: #c21323;
}
.button.red:hover:before {
border-color: #c21323;
}
.button.blue {
background: #34b8e1;
}
.button.blue:hover {
color: #34b8e1;
}
.button.blue:hover:before {
border-color: #34b8e1;
}
.button.green {
background: #21ab74;
}
.button.green:hover {
color: #21ab74;
}
.button.green:hover:before {
border-color: #21ab74;
}
.button.orange {
background: #ff4c00;
}
.button.orange:hover {
color: #ff4c00;
}
.button.orange:hover:before {
border-color: #ff4c00;
}
.button.has-arrow {
padding-left: 30px;
padding-right: 90px;
}
.button.has-arrow:after {
font-family: "Nucleo";
content: "\ea0e";
font-size: 12px;
font-weight: normal;
position: absolute;
right: 30px;
top: 50%;
transform: translateY(-50%);
}
.button.has-arrow.full {
text-align: inherit;
padding-right: 45px;
}
.button:before {
content: "";
position: absolute;
left: 0;
right: 0;
top: 0;
bottom: 0;
border: 2px solid;
z-index: -1;
-webkit-opacity: 0;
-khtml-opacity: 0;
-moz-opacity: 0;
opacity: 0;
-ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=0);
filter: alpha(opacity=0);
}
.button.border {
background: none;
}
.button.border:before {
-webkit-opacity: 1;
-khtml-opacity: 1;
-moz-opacity: 1;
opacity: 1;
-ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=100);
filter: alpha(opacity=100);
}
.button.border:hover {
color: #ffffff;
}
.button.border:hover:before {
-webkit-opacity: 0;
-khtml-opacity: 0;
-moz-opacity: 0;
opacity: 0;
-ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=0);
filter: alpha(opacity=0);
}
.button.border.primary,
.button.border.accent {
background: none;
}
.button.border.green {
color: #21ab74;
}
.button.border.green:before {
border-color: #21ab74;
}
.button.border.green:hover {
background: #21ab74;
color: #ffffff;
}
.button.border.blue {
color: #34b8e1;
}
.button.border.blue:before {
border-color: #34b8e1;
}
.button.border.blue:hover {
background: #34b8e1;
color: #ffffff;
}
.button.border.dark {
color: #232323;
}
.button.border.dark:before {
border-color: #232323;
}
.button.border.dark:hover {
background: #232323;
color: #ffffff;
}
.button.border.red {
color: #c21323;
}
.button.border.red:before {
border-color: #c21323;
}
.button.border.red:hover {
background: #c21323;
color: #ffffff;
}
.button.border.orange {
color: #ff4c00;
}
.button.border.orange:before {
border-color: #ff4c00;
}
.button.border.orange:hover {
background: #ff4c00;
color: #ffffff;
}
.button.border.yellow {
color: #feeb35;
}
.button.border.yellow:before {
border-color: #feeb35;
}
.button.border.yellow:hover {
background: #feeb35;
color: #000000;
}
.button.border.light {
color: #f2f2f2;
}
.button.border.light:before {
border-color: #f2f2f2;
}
.button.border.light:hover {
background: #f2f2f2;
color: #232323;
}
.button.border.grey {
color: #dddddd;
}
.button.border.grey:before {
border-color: #dddddd;
}
.button.border.grey:hover {
background: #dddddd;
color: #000000;
}
.button.border.black {
color: #000000;
}
.button.border.black:before {
border-color: #000000;
}
.button.border.black:hover {
background: #000000;
color: #ffffff;
}
.button.border.white {
color: #ffffff;
}
.button.border.white:before {
border-color: #ffffff;
}
.button.border.white:hover {
background: #ffffff;
color: inherit;
}
.button.outline:before {
-webkit-opacity: 1;
-khtml-opacity: 1;
-moz-opacity: 1;
opacity: 1;
-ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=100);
filter: alpha(opacity=100);
}
.button .sub {
display: block;
font-size: 80%;
-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);
}
.button:hover {
background: transparent;
}
.button: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);
}
.gr-btn {
display: flex;
align-items: center;
}
.gr-btn a {
margin: 0 15px;
}
.gr-btn a:first-child {
margin-left: 0;
}
.gr-btn a:last-child {
margin-right: 0;
}
code {
font-size: 13px;
line-height: 18px;
-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);
}
blockquote {
margin: 50px 0;
position: relative;
padding: 0 6%;
border-left: 15px solid;
font-weight: 300;
}
cite {
display: block;
margin: 10px 0 0 0;
font-size: 13px;
font-style: inherit;
-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);
}
table {
width: 100%;
border-collapse: collapse;
font-size: 15px;
}
table thead th {
padding: 12px 15px;
font-weight: 500;
text-align: left;
border: 1px solid #dddddd;
}
table tbody tr td,
table tbody tr th {
padding: 12px 15px;
border: 1px solid #dddddd;
text-align: left;
}
table tbody tr th {
font-weight: 500;
}
table tfoot tr th,
table tfoot tr td {
padding: 12px 15px;
border: 1px solid #dddddd;
}
table.style2 thead th {
padding: 12px 0;
border: none;
border-bottom: 5px solid;
}
table.style2 tbody tr td,
table.style2 tbody tr th {
padding: 12px 0;
border: none;
border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
table.style2 tfoot tr th,
table.style2 tfoot tr td {
padding: 12px 0;
border: none;
}
dl dt {
font-weight: 500;
}
dl dd {
margin: 0 0 20px 40px;
}
pre {
font-size: 12px;
overflow: auto;
background-image: linear-gradient(#ffffff 50%, #f2f2f2 50%);
background-size: 40px 40px;
border: 1px solid #ddd;
display: block;
line-height: 20px;
padding: 0 0 0 7px;
}
pre h1,
pre h2,
pre h3,
pre h4,
pre h5,
pre h6 {
margin-top: 0;
line-height: 40px;
margin-bottom: 20px;
}
pre cite {
margin: 20px 0;
}
figure {
margin: 30px 0;
}
figcaption {
margin: 10px 0;
}
article:after {
clear: both;
content: "";
display: table;
}
.post-password-form p:last-child {
display: flex;
}
.post-password-form label {
display: inline-block;
line-height: 20px;
padding: 15px 30px;
font-size: 15px;
border: none;
background: #f2f2f2;
vertical-align: middle;
}
.post-password-form label input[type="password"] {
border: none;
padding: 0;
line-height: 20px;
margin-left: 15px;
font-size: 24px;
} .page-template-default .content .vc_row.vc_row-flex > .row-inner {
width: 100%;
}
.page-template-template-fullwidth .content-body-inner.wrap {
width: 100%;
max-width: 100%;
}
.page-template-template-fullwidth .content .vc_row,
.page-template-template-fullwidth .content .vc_section {
margin-left: 0;
margin-right: 0;
padding-right: 0;
padding-left: 0;
left: 0;
}
.page-template-template-fullwidth .content .vc_row > .row-inner,
.page-template-template-fullwidth .content .vc_section > .row-inner {
max-width: calc(90% + 30px);
margin: 0 auto;
position: relative;
}
.page-template-template-fullwidth .content .vc_row > .row-inner:after,
.page-template-template-fullwidth .content .vc_section > .row-inner:after {
content: "";
clear: both;
display: table;
}
.page-template-template-fullwidth .content .vc_row > .row-inner .vc_row,
.page-template-template-fullwidth .content .vc_section > .row-inner .vc_row {
margin-left: -15px;
margin-right: -15px;
}
.page-template-template-fullwidth .content .vc_row[data-vc-stretch-content="true"] > .row-inner,
.page-template-template-fullwidth .content .vc_section[data-vc-stretch-content="true"] > .row-inner {
width: 100%;
max-width: 100%;
}
.page-template-template-fullwidth .content .vc_row[data-vc-stretch-content="true"].vc_row-no-padding > .row-inner,
.page-template-template-fullwidth .content .vc_section[data-vc-stretch-content="true"].vc_row-no-padding > .row-inner {
width: 100%;
}
.layout-wide .site.wrap,
.layout-frame .site.wrap {
width: 100%;
max-width: 100%;
}
.layout-boxed .site {
overflow: hidden;
}
.layout-boxed .site .site-content {
background: #ffffff;
}
.layout-frame {
padding: 15px;
}
.layout-frame .header-position-left .site-header.site-header-classic {
left: 15px;
top: 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.admin-bar.sliding-overlay .sliding-menu .off-canvas-toggle {
top: 47px;
}
.layout-frame .sliding-menu {
bottom: 15px;
right: 15px;
top: 15px;
}
.layout-frame.sliding-overlay .sliding-menu {
left: 15px;
}
.layout-frame.sliding-overlay .sliding-menu .off-canvas-toggle {
top: 15px;
}
.layout-frame #off-canvas-left {
bottom: 15px;
left: 15px;
top: 15px;
}
.layout-frame .site-header-sticky {
top: 15px;
left: 15px;
right: 15px;
}
.layout-frame .site-header-sticky.wrap {
width: auto;
}
.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;
}
@media only screen and (max-width: 768px) {
.sidebar-right #main-content {
float: none;
width: 100%;
padding: 0;
}
}
.sidebar-right .main-sidebar {
float: right;
}
@media only screen and (max-width: 768px) {
.sidebar-right .main-sidebar {
float: none;
width: 100%;
padding: 0;
margin-top: 60px;
}
}
.sidebar-left #main-content {
float: right;
}
@media only screen and (max-width: 768px) {
.sidebar-left #main-content {
float: none;
width: 100%;
padding: 0;
}
}
.sidebar-left .main-sidebar {
float: left;
}
@media only screen and (max-width: 768px) {
.sidebar-left .main-sidebar {
float: none;
width: 100%;
padding: 0;
margin-top: 60px;
}
}
.single .content-body-inner {
padding-bottom: 0;
}
.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;
}
.content:after {
content: "";
display: table;
clear: both;
}
[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="3"] .post,
[data-grid-normal][data-columns="3"] .post,
[data-grid][data-columns="4"] .post,
[data-grid-normal][data-columns="4"] .post,
[data-grid][data-columns="5"] .post,
[data-grid-normal][data-columns="5"] .post,
[data-grid][data-columns="2"] .project,
[data-grid-normal][data-columns="2"] .project,
[data-grid][data-columns="3"] .project,
[data-grid-normal][data-columns="3"] .project,
[data-grid][data-columns="4"] .project,
[data-grid-normal][data-columns="4"] .project,
[data-grid][data-columns="5"] .project,
[data-grid-normal][data-columns="5"] .project,
[data-grid][data-columns="2"] .product,
[data-grid-normal][data-columns="2"] .product,
[data-grid][data-columns="3"] .product,
[data-grid-normal][data-columns="3"] .product,
[data-grid][data-columns="4"] .product,
[data-grid-normal][data-columns="4"] .product,
[data-grid][data-columns="5"] .product,
[data-grid-normal][data-columns="5"] .product {
width: 100%;
}
@media only screen and (min-width: 544px) and (max-width: 768px) {
[data-grid][data-columns="2"] .post,
[data-grid-normal][data-columns="2"] .post,
[data-grid][data-columns="3"] .post,
[data-grid-normal][data-columns="3"] .post,
[data-grid][data-columns="4"] .post,
[data-grid-normal][data-columns="4"] .post,
[data-grid][data-columns="5"] .post,
[data-grid-normal][data-columns="5"] .post,
[data-grid][data-columns="2"] .project,
[data-grid-normal][data-columns="2"] .project,
[data-grid][data-columns="3"] .project,
[data-grid-normal][data-columns="3"] .project,
[data-grid][data-columns="4"] .project,
[data-grid-normal][data-columns="4"] .project,
[data-grid][data-columns="5"] .project,
[data-grid-normal][data-columns="5"] .project,
[data-grid][data-columns="2"] .product,
[data-grid-normal][data-columns="2"] .product,
[data-grid][data-columns="3"] .product,
[data-grid-normal][data-columns="3"] .product,
[data-grid][data-columns="4"] .product,
[data-grid-normal][data-columns="4"] .product,
[data-grid][data-columns="5"] .product,
[data-grid-normal][data-columns="5"] .product {
width: 50%;
}
}
@media only screen and (min-width: 768px) and (max-width: 992px) {
[data-grid][data-columns="2"] .post,
[data-grid-normal][data-columns="2"] .post,
[data-grid][data-columns="3"] .post,
[data-grid-normal][data-columns="3"] .post,
[data-grid][data-columns="4"] .post,
[data-grid-normal][data-columns="4"] .post,
[data-grid][data-columns="5"] .post,
[data-grid-normal][data-columns="5"] .post,
[data-grid][data-columns="2"] .project,
[data-grid-normal][data-columns="2"] .project,
[data-grid][data-columns="3"] .project,
[data-grid-normal][data-columns="3"] .project,
[data-grid][data-columns="4"] .project,
[data-grid-normal][data-columns="4"] .project,
[data-grid][data-columns="5"] .project,
[data-grid-normal][data-columns="5"] .project,
[data-grid][data-columns="2"] .product,
[data-grid-normal][data-columns="2"] .product,
[data-grid][data-columns="3"] .product,
[data-grid-normal][data-columns="3"] .product,
[data-grid][data-columns="4"] .product,
[data-grid-normal][data-columns="4"] .product,
[data-grid][data-columns="5"] .product,
[data-grid-normal][data-columns="5"] .product {
width: 50%;
}
}
@media only screen and (min-width: 992px) and (max-width: 1024px) {
[data-grid][data-columns="2"] .post,
[data-grid-normal][data-columns="2"] .post,
[data-grid][data-columns="3"] .post,
[data-grid-normal][data-columns="3"] .post,
[data-grid][data-columns="4"] .post,
[data-grid-normal][data-columns="4"] .post,
[data-grid][data-columns="5"] .post,
[data-grid-normal][data-columns="5"] .post,
[data-grid][data-columns="2"] .project,
[data-grid-normal][data-columns="2"] .project,
[data-grid][data-columns="3"] .project,
[data-grid-normal][data-columns="3"] .project,
[data-grid][data-columns="4"] .project,
[data-grid-normal][data-columns="4"] .project,
[data-grid][data-columns="5"] .project,
[data-grid-normal][data-columns="5"] .project,
[data-grid][data-columns="2"] .product,
[data-grid-normal][data-columns="2"] .product,
[data-grid][data-columns="3"] .product,
[data-grid-normal][data-columns="3"] .product,
[data-grid][data-columns="4"] .product,
[data-grid-normal][data-columns="4"] .product,
[data-grid][data-columns="5"] .product,
[data-grid-normal][data-columns="5"] .product {
width: 33.3333333%;
}
}
[data-grid][data-columns="2"] .product,
[data-grid-normal][data-columns="2"] .product,
[data-grid][data-columns="3"] .product,
[data-grid-normal][data-columns="3"] .product,
[data-grid][data-columns="4"] .product,
[data-grid-normal][data-columns="4"] .product,
[data-grid][data-columns="5"] .product,
[data-grid-normal][data-columns="5"] .product {
width: 50%;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
[data-grid][data-columns="2"] .product,
[data-grid-normal][data-columns="2"] .product,
[data-grid][data-columns="3"] .product,
[data-grid-normal][data-columns="3"] .product,
[data-grid][data-columns="4"] .product,
[data-grid-normal][data-columns="4"] .product,
[data-grid][data-columns="5"] .product,
[data-grid-normal][data-columns="5"] .product {
width: 33.3333333%;
}
}
@media only screen and (min-width: 544px) and (max-width: 768px) {
[data-grid][data-columns="2"] + .navigation.pager-numeric .page-numbers.next,
[data-grid-normal][data-columns="2"] + .navigation.pager-numeric .page-numbers.next,
[data-grid][data-columns="3"] + .navigation.pager-numeric .page-numbers.next,
[data-grid-normal][data-columns="3"] + .navigation.pager-numeric .page-numbers.next,
[data-grid][data-columns="4"] + .navigation.pager-numeric .page-numbers.next,
[data-grid-normal][data-columns="4"] + .navigation.pager-numeric .page-numbers.next,
[data-grid][data-columns="5"] + .navigation.pager-numeric .page-numbers.next,
[data-grid-normal][data-columns="5"] + .navigation.pager-numeric .page-numbers.next {
display: block;
width: calc(50% - 30px);
}
}
@media only screen and (min-width: 768px) and (max-width: 992px) {
[data-grid][data-columns="2"] + .navigation.pager-numeric .page-numbers.next,
[data-grid-normal][data-columns="2"] + .navigation.pager-numeric .page-numbers.next,
[data-grid][data-columns="3"] + .navigation.pager-numeric .page-numbers.next,
[data-grid-normal][data-columns="3"] + .navigation.pager-numeric .page-numbers.next,
[data-grid][data-columns="4"] + .navigation.pager-numeric .page-numbers.next,
[data-grid-normal][data-columns="4"] + .navigation.pager-numeric .page-numbers.next,
[data-grid][data-columns="5"] + .navigation.pager-numeric .page-numbers.next,
[data-grid-normal][data-columns="5"] + .navigation.pager-numeric .page-numbers.next {
display: block;
width: calc(50% - 30px);
}
}
@media only screen and (min-width: 992px) and (max-width: 1024px) {
[data-grid][data-columns="2"] + .navigation.pager-numeric .page-numbers.next,
[data-grid-normal][data-columns="2"] + .navigation.pager-numeric .page-numbers.next,
[data-grid][data-columns="3"] + .navigation.pager-numeric .page-numbers.next,
[data-grid-normal][data-columns="3"] + .navigation.pager-numeric .page-numbers.next,
[data-grid][data-columns="4"] + .navigation.pager-numeric .page-numbers.next,
[data-grid-normal][data-columns="4"] + .navigation.pager-numeric .page-numbers.next,
[data-grid][data-columns="5"] + .navigation.pager-numeric .page-numbers.next,
[data-grid-normal][data-columns="5"] + .navigation.pager-numeric .page-numbers.next {
display: block;
width: calc(33.3333333% - 40px);
}
}
@media only screen and (min-width: 1025px) {
[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;
}
@media only screen and (min-width: 1025px) {
[data-grid][data-columns="2"] + .navigation.pager-numeric .page-numbers.next,
[data-grid-normal][data-columns="2"] + .navigation.pager-numeric .page-numbers.next {
display: block;
width: calc(50% - 30px);
}
}
@media only screen and (min-width: 1025px) {
[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;
}
@media only screen and (min-width: 1025px) {
[data-grid][data-columns="3"] + .navigation.pager-numeric .page-numbers.next,
[data-grid-normal][data-columns="3"] + .navigation.pager-numeric .page-numbers.next {
display: block;
width: calc(33.3333333% - 40px);
}
}
@media only screen and (min-width: 1025px) {
[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;
}
@media only screen and (min-width: 1025px) {
[data-grid][data-columns="4"] + .navigation.pager-numeric .page-numbers.next,
[data-grid-normal][data-columns="4"] + .navigation.pager-numeric .page-numbers.next {
display: block;
width: calc(25% - 45px);
}
}
@media only screen and (min-width: 1025px) {
[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;
}
@media only screen and (min-width: 1025px) {
[data-grid][data-columns="5"] + .navigation.pager-numeric .page-numbers.next,
[data-grid-normal][data-columns="5"] + .navigation.pager-numeric .page-numbers.next {
display: block;
width: calc(20% - 50px);
}
}
aside {
float: left;
}
aside[data-width="1"],
aside[data-width="2"],
aside[data-width="3"],
aside[data-width="4"],
aside[data-width="5"],
aside[data-width="6"],
aside[data-width="7"],
aside[data-width="8"],
aside[data-width="9"],
aside[data-width="10"],
aside[data-width="11"],
aside[data-width="12"] {
width: 100%;
margin-bottom: 50px;
}
aside[data-width="1"]:last-child,
aside[data-width="2"]:last-child,
aside[data-width="3"]:last-child,
aside[data-width="4"]:last-child,
aside[data-width="5"]:last-child,
aside[data-width="6"]:last-child,
aside[data-width="7"]:last-child,
aside[data-width="8"]:last-child,
aside[data-width="9"]:last-child,
aside[data-width="10"]:last-child,
aside[data-width="11"]:last-child,
aside[data-width="12"]:last-child {
margin-bottom: 0;
}
@media only screen and (min-width: 1024px) {
aside[data-width="1"] {
width: 8.33333333%;
margin-bottom: 0;
}
}
@media only screen and (min-width: 1024px) {
aside[data-width="2"] {
width: 16.6666666%;
margin-bottom: 0;
}
}
@media only screen and (min-width: 1024px) {
aside[data-width="3"] {
width: 25%;
margin-bottom: 0;
}
}
@media only screen and (min-width: 1024px) {
aside[data-width="4"] {
width: 33.3333333%;
margin-bottom: 0;
}
}
@media only screen and (min-width: 1024px) {
aside[data-width="5"] {
width: 41.6666666%;
margin-bottom: 0;
}
}
@media only screen and (min-width: 1024px) {
aside[data-width="6"] {
width: 50%;
margin-bottom: 0;
}
}
@media only screen and (min-width: 1024px) {
aside[data-width="7"] {
width: 58.3333333%;
margin-bottom: 0;
}
}
@media only screen and (min-width: 1024px) {
aside[data-width="8"] {
width: 66.6666666%;
margin-bottom: 0;
}
}
@media only screen and (min-width: 1024px) {
aside[data-width="9"] {
width: 75%;
margin-bottom: 0;
}
}
@media only screen and (min-width: 1024px) {
aside[data-width="10"] {
width: 83.3333333%;
margin-bottom: 0;
}
}
@media only screen and (min-width: 1024px) {
aside[data-width="11"] {
width: 91.6666666%;
margin-bottom: 0;
}
}
@media only screen and (min-width: 1024px) {
aside[data-width="12"] {
width: 100%;
margin-bottom: 0;
}
}
rs-module-wrap.tp-shadow6:before {
content: "";
position: absolute;
left: -1000px;
right: 0;
top: 0;
bottom: 0;
background: #ffffff;
z-index: 1;
-webkit-box-shadow: 0 40px 80px rgba(0, 0, 0, 0.25);
-moz-box-shadow: 0 40px 80px rgba(0, 0, 0, 0.25);
-ms-box-shadow: 0 40px 80px rgba(0, 0, 0, 0.25);
-o-box-shadow: 0 40px 80px rgba(0, 0, 0, 0.25);
box-shadow: 0 40px 80px rgba(0, 0, 0, 0.25);
}
rs-module-wrap.tp-shadow7 {
-webkit-box-shadow: 0 10px 80px rgba(0, 0, 0, 0.35);
-moz-box-shadow: 0 10px 80px rgba(0, 0, 0, 0.35);
-ms-box-shadow: 0 10px 80px rgba(0, 0, 0, 0.35);
-o-box-shadow: 0 10px 80px rgba(0, 0, 0, 0.35);
box-shadow: 0 10px 80px rgba(0, 0, 0, 0.35);
}
rs-module-wrap .custom-tab {
transform: translate(97px, -118px) !important;
}
rs-module-wrap .custom-tab .tp-tabs-inner-wrapper {
counter-reset: my-badass-counter;
}
rs-module-wrap .custom-tab .tp-tabs-inner-wrapper .tp-tab {
font-size: 18px;
padding: 30px 0 30px 80px;
display: flex;
align-items: center;
width: 300px;
height: 108px;
}
rs-module-wrap .custom-tab .tp-tabs-inner-wrapper .tp-tab:before {
content: counter(my-badass-counter);
counter-increment: my-badass-counter;
position: absolute;
left: 0;
top: 50%;
width: 80px;
text-align: center;
transform: translateY(-50%);
font-size: 4rem;
font-weight: 500;
line-height: 1;
display: block;
}
rs-module-wrap .custom-tab .tp-tabs-inner-wrapper .tp-tab:after {
content: "";
position: absolute;
left: 0;
right: 0;
height: 0;
border-bottom: 4px solid;
top: 0;
width: 0;
}
rs-module-wrap .custom-tab .tp-tabs-inner-wrapper .tp-tab.selected:after {
width: 100%;
}
rs-module-wrap .custom-arrow {
width: 80px;
height: 80px;
background: #f2f2f2;
-webkit-border-radius: 80px;
-moz-border-radius: 80px;
-ms-border-radius: 80px;
-o-border-radius: 80px;
border-radius: 80px;
}
rs-module-wrap .custom-arrow:before {
display: none;
}
rs-module-wrap .custom-arrow:after {
display: block;
width: 80px;
height: 80px;
line-height: 80px;
text-align: center;
font-size: 32px;
content: "\ea06";
font-family: "Nucleo";
}
rs-module-wrap .custom-arrow.tp-leftarrow {
display: none;
}
rs-module-wrap .slide-status-numbers {
width: 80px !important;
height: 80px !important;
line-height: 80px;
text-align: center;
-webkit-border-radius: 80px;
-moz-border-radius: 80px;
-ms-border-radius: 80px;
-o-border-radius: 80px;
border-radius: 80px;
}
@media only screen and (min-width: 1681px) and (max-width: 1920px) {
rs-module-wrap .slide-status-numbers {
right: 80px !important;
}
}
rs-module-wrap rs-bullets.custom .tp-bullet {
width: 40px;
height: 5px;
}
rs-module-wrap .moon {
filter: grayscale(1);
}
rs-module-wrap .rs-fullvideo-cover:before {
content: "";
background: linear-gradient(90deg, #ffffff 0%, rgba(255, 255, 255, 0) 100%);
position: absolute;
left: 0;
top: 0;
bottom: 0;
width: 100%;
}
rs-module-wrap .rs-fullvideo-cover:after {
content: "";
background: linear-gradient(0deg, #ffffff 0%, rgba(255, 255, 255, 0) 100%);
position: absolute;
right: 0;
bottom: 0;
width: 100%;
height: 40%;
-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);
}
rs-module-wrap .video-button {
overflow: visible !important;
cursor: pointer;
}
rs-module-wrap .video-button:before {
content: "\f04c";
font-family: "FontAwesome";
font-size: 28px;
position: absolute;
left: 50%;
top: 50%;
transform: translate(-50%, -50%);
z-index: 2;
text-shadow: 0 2px 4px rgba(0, 0, 0, 0.12);
-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);
}
rs-module-wrap .video-button:after {
content: "";
position: absolute;
left: 0;
right: 0;
top: 0;
bottom: 0;
border: 2px solid;
-webkit-border-radius: 100%;
-moz-border-radius: 100%;
-ms-border-radius: 100%;
-o-border-radius: 100%;
border-radius: 100%;
-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);
}
rs-module-wrap .video-button.play:before,
rs-module-wrap .video-button.play:after {
-webkit-opacity: 1;
-khtml-opacity: 1;
-moz-opacity: 1;
opacity: 1;
-ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=100);
filter: alpha(opacity=100);
}
rs-module-wrap .video-button.play:before {
font-size: 32px;
content: "\f04b";
}
rs-module-wrap .video-button.play:after {
background: rgba(0, 0, 0, 0.1);
}
rs-module-wrap .video-button: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);
}
rs-module-wrap .video-button:hover:after {
-webkit-opacity: 1;
-khtml-opacity: 1;
-moz-opacity: 1;
opacity: 1;
-ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=100);
filter: alpha(opacity=100);
transform: scale(1.1);
}
rs-module-wrap .active-rs-slide:hover .video-button:after {
-webkit-opacity: 1;
-khtml-opacity: 1;
-moz-opacity: 1;
opacity: 1;
-ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=100);
filter: alpha(opacity=100);
transform: scale(1.1);
}
rs-module-wrap .active-rs-slide:hover .video-button:before {
-webkit-opacity: 1;
-khtml-opacity: 1;
-moz-opacity: 1;
opacity: 1;
-ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=100);
filter: alpha(opacity=100);
}
.cols {
display: flex;
flex-wrap: wrap;
margin: 0 -30px;
}
.cols .col {
width: 100%;
padding: 0 30px;
}
@media only screen and (min-width: 768px) {
.cols .col {
width: 50%;
}
}
@media only screen and (min-width: 768px) and (max-width: 1200px) {
.vc_col-md-6 .cols .col {
width: 100%;
}
} .site-topbar {
z-index: 999;
position: relative;
}
.site-topbar .site-topbar-inner {
align-items: center;
display: flex;
flex-direction: row;
justify-content: space-between;
}
.site-topbar .off-canvas-toggle {
float: none;
margin: 0 30px 0 0;
line-height: inherit;
width: 24px;
}
.site-topbar .off-canvas-toggle span:before,
.site-topbar .off-canvas-toggle span:after {
left: 0;
right: auto;
margin-right: 0;
margin-left: 0;
}
.site-topbar .topbar-menu .menu-top {
margin: 0;
padding: 0;
list-style: none;
}
.site-topbar .topbar-menu .menu-top:after {
clear: both;
display: table;
content: "";
}
.site-topbar .topbar-menu .menu-top li {
position: relative;
}
.site-topbar .topbar-menu .menu-top li .sub-menu {
position: absolute;
background: #ffffff;
margin: 0;
padding: 20px 0 15px 0;
min-width: 180px;
top: 100%;
left: -20px;
list-style: none;
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 .topbar-menu .menu-top li .sub-menu li {
padding: 0 20px;
}
.site-topbar .topbar-menu .menu-top li .sub-menu li a {
white-space: nowrap;
margin-bottom: 10px;
color: inherit;
display: inline-block;
position: relative;
z-index: 1;
color: #000000;
}
.site-topbar .topbar-menu .menu-top li .sub-menu li a:after {
content: "";
width: 100%;
height: 1px;
background-color: rgba(0, 0, 0, 0.15);
bottom: 0;
position: absolute;
right: 0;
z-index: -1;
-webkit-transition: width 0.5s cubic-bezier(0.25, 0.8, 0.25, 1) 0s;
-moz-transition: width 0.5s cubic-bezier(0.25, 0.8, 0.25, 1) 0s;
-ms-transition: width 0.5s cubic-bezier(0.25, 0.8, 0.25, 1) 0s;
-o-transition: width 0.5s cubic-bezier(0.25, 0.8, 0.25, 1) 0s;
transition: width 0.5s cubic-bezier(0.25, 0.8, 0.25, 1) 0s;
}
.site-topbar .topbar-menu .menu-top li .sub-menu li a:hover:after {
width: 0;
right: 0;
left: auto;
}
.site-topbar .topbar-menu .menu-top li .sub-menu li .sub-menu {
left: calc(100% + 1px);
top: -20px;
}
.site-topbar .topbar-menu .menu-top li:hover > .sub-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);
}
.site-topbar .topbar-menu .menu-top li.wpml-ls-item a {
display: flex;
align-items: center;
}
.site-topbar .topbar-menu .menu-top li.wpml-ls-item a .wpml-ls-flag {
margin-right: 5px;
}
.site-topbar .topbar-menu .menu-top > li {
float: left;
margin: 0 15px;
}
.site-topbar .topbar-menu .menu-top > li:last-child {
margin-right: 0;
}
.site-topbar .topbar-menu .menu-top > li:first-child {
margin-left: 0;
}
.site-topbar .topbar-menu .menu-top > li > a {
padding: 15px 0;
display: block;
}
.site-topbar .social-icons {
margin-left: 30px;
}
.site-topbar .social-icons a i {
font-size: 21px;
}
.site-topbar .topbar-text {
flex-grow: 1;
padding: 15px 0;
} .site-content {
clear: both; }
.site-content .content-header {
position: relative;
}
.site-content .content-header canvas {
position: absolute;
top: 0;
left: 0;
right: 0;
bottom: 0;
}
.site-content .content-header .content-header-inner {
min-height: 260px;
}
.site-content .content-header.vc_row {
margin-left: 0;
margin-right: 0;
}
.site-content .content-header.content-header-full .wrap {
width: 100%;
}
.site-content .content-header.content-header-featured {
background-size: cover;
background-repeat: none;
background-position: center;
}
.site-content .content-header.content-header-featured:before {
content: "";
display: block;
position: absolute;
left: 0;
right: 0;
top: 0;
bottom: 0;
background-color: #000000;
-webkit-opacity: 0.75;
-khtml-opacity: 0.75;
-moz-opacity: 0.75;
opacity: 0.75;
-ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=75);
filter: alpha(opacity=75);
}
.site-content .content-header.content-header-center {
text-align: center;
}
.site-content .content-header.content-header-center .flex-inner {
flex-direction: column-reverse;
}
.site-content .content-header.content-header-center .breadcrumbs {
padding: 0;
}
.site-content .content-header.content-header-center .breadcrumbs:after {
display: none;
}
.site-content .content-header.content-header-center .breadcrumbs + .page-title-wrap + .down-arrow {
display: none;
}
.site-content .content-header.content-header-center .breadcrumbs .breadcrumbs-inner {
justify-content: center;
}
.site-content .content-header.content-header-center .page-title-inner {
position: relative;
}
.site-content .content-header.content-header-center .page-title-inner:after {
content: "";
position: absolute;
left: 50%;
margin-left: -40px;
top: -30px;
width: 80px;
height: 0;
border-top: 8px solid;
}
.site-content .content-header.content-header-center .subtitle {
font-size: 2rem;
}
@media only screen and (max-width: 768px) {
.site-content .content-header.content-header-center .subtitle {
font-size: 1.3rem;
}
}
.site-content .content-header.content-header-center .page-title-wrap {
justify-content: center;
}
.site-content .content-header.content-header-center .down-arrow {
position: absolute;
bottom: 0;
left: 50%;
transform: translateX(-50%);
}
.site-content .content-header.content-header-center .down-arrow a {
text-indent: -9999px;
padding: 0;
width: 40px;
height: 40px;
}
.site-content .content-header.content-header-center .down-arrow a:before {
text-indent: 0;
width: 40px;
height: 40px;
line-height: 38px;
top: 50%;
}
.site-content .content-header.content-header-inline .breadcrumbs {
padding: 20px 0 0 0;
}
.site-content .content-header.content-header-inline .breadcrumbs:after {
border-top: 1px solid;
-webkit-opacity: 0.15;
-khtml-opacity: 0.15;
-moz-opacity: 0.15;
opacity: 0.15;
-ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=15);
filter: alpha(opacity=15);
}
.site-content .content-header.content-header-inline .page-title-inner {
margin-left: -5px;
display: inline;
position: relative;
}
.site-content .content-header.content-header-inline .page-title-inner:after {
content: "";
position: absolute;
left: 5px;
top: -20px;
width: 80px;
height: 0;
border-top: 8px solid;
}
@media only screen and (max-width: 768px) {
.site-content .content-header.content-header-inline .page-title-inner {
margin-left: -2px;
}
.site-content .content-header.content-header-inline .page-title-inner:after {
left: 2px;
}
}
.site-content .content-header.content-header-inline .subtitle {
display: inline;
margin: 0 0 0 10px;
-webkit-text-stroke: 1.5px #ffffff;
color: transparent;
font-weight: normal;
}
@media only screen and (max-width: 768px) {
.site-content .content-header.content-header-inline .subtitle {
font-size: 3rem;
}
}
.site-content .content-header.content-header-right {
text-align: right;
}
.site-content .content-header.content-header-right .breadcrumbs {
padding: 20px 0 0 0;
}
.site-content .content-header.content-header-right .breadcrumbs:after {
border-top: 1px solid;
-webkit-opacity: 0.15;
-khtml-opacity: 0.15;
-moz-opacity: 0.15;
opacity: 0.15;
-ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=15);
filter: alpha(opacity=15);
}
.site-content .content-header.content-header-right .breadcrumbs .breadcrumbs-inner {
justify-content: flex-end;
}
.site-content .content-header.content-header-right .page-title-inner {
margin-right: -5px;
-webkit-text-stroke: 1.5px #ffffff;
color: transparent;
}
@media only screen and (max-width: 768px) {
.site-content .content-header.content-header-right .page-title-inner {
margin-right: -2px;
}
}
@media only screen and (max-width: 768px) {
.site-content .content-header.content-header-right .subtitle {
font-size: 1.3rem;
}
}
.site-content .content-header.content-header-left .page-title-inner {
margin-left: -5px;
width: 100%;
}
@media only screen and (max-width: 768px) {
.site-content .content-header.content-header-left .page-title-inner {
margin-left: -2px;
}
}
.site-content .content-header.content-header-left .subtitle {
font-size: 2rem;
}
@media only screen and (max-width: 768px) {
.site-content .content-header.content-header-left .subtitle {
font-size: 1.3rem;
}
}
.site-content .content-header.content-header-left .down-arrow {
position: absolute;
right: 0;
bottom: 5px;
}
.site-content .content-header.content-header-shadow {
box-shadow: 0 2px 2px rgba(0, 0, 0, 0.06), 0 4px 4px rgba(0, 0, 0, 0.06), 0 8px 8px rgba(0, 0, 0, 0.06), 0 16px 16px rgba(0, 0, 0, 0.06), 0 32px 32px rgba(0, 0, 0, 0.06);
}
.site-content .flex-inner {
height: 100%;
display: flex;
flex-direction: column;
justify-content: space-between;
}
.site-content .page-title-wrap {
display: flex;
height: 100%;
flex-direction: column;
justify-content: flex-end;
}
.site-content .page-title {
clear: both;
}
.site-content .page-title .page-title-inner {
margin: 0;
}
@media only screen and (max-width: 768px) {
.site-content .page-title .page-title-inner {
font-size: 3rem;
}
}
.site-content .breadcrumbs {
padding: 30px 0 0 0;
position: relative;
}
.site-content .breadcrumbs:after {
content: "";
position: absolute;
top: 0;
left: 0;
right: 0;
border-top: 8px solid;
}
.site-content .breadcrumbs .breadcrumbs-inner {
display: flex;
}
.site-content .breadcrumbs .breadcrumbs-inner > span {
flex-shrink: 0;
}
.site-content .breadcrumbs .breadcrumbs-inner > span a {
position: relative;
display: inline-block;
}
.site-content .breadcrumbs .breadcrumbs-inner > span a.post {
margin-bottom: 0;
font-size: inherit;
padding: 0;
border: none;
}
.site-content .breadcrumbs .breadcrumbs-inner > span a.post:after {
position: relative;
display: inline-block;
background: none;
width: auto;
}
.site-content .breadcrumbs .breadcrumbs-inner > span a:after {
content: "/";
margin: 0 10px;
}
.site-content .breadcrumbs .breadcrumbs-inner > span.current-item {
overflow: hidden;
white-space: nowrap;
text-overflow: ellipsis;
flex-shrink: inherit;
}
.site-content .down-arrow {
margin-top: 15px;
}
@media only screen and (max-width: 768px) {
.site-content .down-arrow {
display: none;
}
}
.site-content .down-arrow a {
position: relative;
padding-right: 45px;
display: inline-block;
}
.site-content .down-arrow a span {
display: inline-block;
text-transform: uppercase;
font-size: 11px;
letter-spacing: 1px;
}
.site-content .down-arrow a:before {
position: absolute;
right: 0;
top: calc(50% - 2px);
transform: translateY(-50%);
content: "\ea0d";
font-family: "Nucleo";
font-size: 16px;
width: 32px;
height: 32px;
text-align: center;
border: 1px solid;
line-height: 30px;
letter-spacing: 0;
-webkit-border-radius: 30px;
-moz-border-radius: 30px;
-ms-border-radius: 30px;
-o-border-radius: 30px;
border-radius: 30px;
}
.site-content .down-arrow a:hover:before {
border-color: transparent;
} .widget:last-child {
margin-bottom: 0;
}
.widget.widget_media_image img[src$=".svg"] {
width: auto;
}
.widget .widget-title {
position: relative;
}
.widget .widget-title a {
color: inherit;
}
.widget select {
width: 100%;
}
.widget ul {
margin: 0;
padding: 0;
}
.widget ul li {
list-style: none;
}
.widget ul li .children,
.widget ul li .sub-menu {
margin: 10px 0 10px 15px;
}
.widget.widget_archive select,
.widget.widget_categories select,
.widget.widget_pages select,
.widget.widget_meta select,
.widget.widget_nav_menu select,
.widget.widget_product_categories select {
width: 100%;
}
.widget.widget_archive label,
.widget.widget_categories label,
.widget.widget_pages label,
.widget.widget_meta label,
.widget.widget_nav_menu label,
.widget.widget_product_categories label {
margin-bottom: 10px;
display: inline-block;
}
.widget.widget_archive ul li,
.widget.widget_categories ul li,
.widget.widget_pages ul li,
.widget.widget_meta ul li,
.widget.widget_nav_menu ul li,
.widget.widget_product_categories ul li {
margin-bottom: 10px;
}
.widget.widget_archive ul li:last-child,
.widget.widget_categories ul li:last-child,
.widget.widget_pages ul li:last-child,
.widget.widget_meta ul li:last-child,
.widget.widget_nav_menu ul li:last-child,
.widget.widget_product_categories ul li:last-child {
margin-bottom: 0;
}
.widget.widget_archive ul li a,
.widget.widget_categories ul li a,
.widget.widget_pages ul li a,
.widget.widget_meta ul li a,
.widget.widget_nav_menu ul li a,
.widget.widget_product_categories ul li a {
position: relative;
z-index: 2;
}
.widget.widget_archive ul li a:after,
.widget.widget_categories ul li a:after,
.widget.widget_pages ul li a:after,
.widget.widget_meta ul li a:after,
.widget.widget_nav_menu ul li a:after,
.widget.widget_product_categories ul li a:after {
content: "";
width: 0;
height: 0;
border-top: 1px solid;
bottom: 0;
position: absolute;
right: 0;
z-index: -1;
-webkit-transition: 0.5s cubic-bezier(0.25, 0.8, 0.25, 1) 0s;
-moz-transition: 0.5s cubic-bezier(0.25, 0.8, 0.25, 1) 0s;
-ms-transition: 0.5s cubic-bezier(0.25, 0.8, 0.25, 1) 0s;
-o-transition: 0.5s cubic-bezier(0.25, 0.8, 0.25, 1) 0s;
transition: 0.5s cubic-bezier(0.25, 0.8, 0.25, 1) 0s;
}
.widget.widget_archive ul li a:hover:after,
.widget.widget_categories ul li a:hover:after,
.widget.widget_pages ul li a:hover:after,
.widget.widget_meta ul li a:hover:after,
.widget.widget_nav_menu ul li a:hover:after,
.widget.widget_product_categories ul li a:hover:after {
width: 100%;
right: auto;
left: 0;
}
.widget.widget_archive ul li .dotActive,
.widget.widget_categories ul li .dotActive,
.widget.widget_pages ul li .dotActive,
.widget.widget_meta ul li .dotActive,
.widget.widget_nav_menu ul li .dotActive,
.widget.widget_product_categories ul li .dotActive {
width: 10px;
height: 10px;
position: absolute;
right: -20px;
top: 50%;
transform: translateY(-50%);
-webkit-border-radius: 5px;
-moz-border-radius: 5px;
-ms-border-radius: 5px;
-o-border-radius: 5px;
border-radius: 5px;
}
.widget.menu-style1 ul li {
line-height: 100%;
margin-bottom: 16px;
}
.widget.menu-style1 ul li a {
font-size: 30px;
line-height: 1;
color: inherit;
font-weight: 300;
-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);
}
.widget.menu-style1 ul li a:after {
height: 12px;
border: none;
background: #dddddd;
}
.widget.menu-style1 ul li:hover a,
.widget.menu-style1 ul li.current-menu-item a,
.widget.menu-style1 ul li.current-page-item a,
.widget.menu-style1 ul li.current-cat a {
-webkit-opacity: 1;
-khtml-opacity: 1;
-moz-opacity: 1;
opacity: 1;
-ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=100);
filter: alpha(opacity=100);
}
.widget.menu-style2 {
width: 100%;
}
.widget.menu-style2.columns-2 .menu > li,
.widget.menu-style2.columns-3 .menu > li,
.widget.menu-style2.columns-4 .menu > li,
.widget.menu-style2.columns-5 .menu > li,
.widget.menu-style2.columns-6 .menu > li {
width: 50%;
}
.widget.menu-style2.columns-1 .menu > li {
width: 100%;
}
@media only screen and (min-width: 1024px) {
.widget.menu-style2.columns-2 .menu > li {
width: 50%;
margin-bottom: 0;
}
}
@media only screen and (min-width: 1024px) {
.widget.menu-style2.columns-3 .menu > li {
width: 33.333333%;
margin-bottom: 0;
}
}
@media only screen and (min-width: 1024px) {
.widget.menu-style2.columns-4 .menu > li {
width: 25%;
margin-bottom: 0;
}
}
@media only screen and (min-width: 1024px) {
.widget.menu-style2.columns-5 .menu > li {
width: 20%;
margin-bottom: 0;
}
}
.widget.menu-style2 .menu {
margin: 0 -15px;
display: flex;
flex-wrap: wrap;
flex-direction: row;
width: calc(100% + 15px);
}
.widget.menu-style2 .menu > li {
padding: 0 15px;
margin: 0 0 50px 0;
vertical-align: top;
}
.widget.menu-style2 .menu > li > a {
text-transform: uppercase;
font-size: 13px;
letter-spacing: 1px;
-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);
}
.widget.menu-style2 .menu > li > a:after {
display: none;
}
.widget.menu-style2 .menu > li .sub-menu {
margin: 15px 0 0 0;
padding: 0;
}
.widget.menu-style2 .menu > li .sub-menu li a {
font-size: 21px;
line-height: 24px;
padding: 5px 0;
display: inline-block;
}
.widget.menu-style2 .menu > li .sub-menu li a:after {
height: 2px;
border: none;
}
.widget.menu-style2 .menu > li .sub-menu li a i {
font-size: 21px;
margin-right: 20px;
height: 24px;
line-height: 24px;
}
.widget.widget_archive .screen-reader-text,
.widget.widget_categories .screen-reader-text {
display: none;
}
.widget.widget_calendar .calendar_wrap {
position: relative;
}
.widget.widget_calendar .calendar_wrap .wp-calendar-nav-prev a,
.widget.widget_calendar .calendar_wrap .wp-calendar-nav-next a {
position: absolute;
right: 0;
top: 0;
width: 24px;
height: 24px;
line-height: 24px;
text-indent: -9999px;
color: inherit;
text-align: center;
}
.widget.widget_calendar .calendar_wrap .wp-calendar-nav-prev a:after,
.widget.widget_calendar .calendar_wrap .wp-calendar-nav-next a:after {
text-indent: 0;
position: absolute;
content: "\ea0e";
font-family: "Nucleo";
font-size: 14px;
width: 24px;
height: 24px;
line-height: 24px;
right: 0;
top: 0;
}
.widget.widget_calendar .calendar_wrap .wp-calendar-nav-prev a {
right: auto;
left: 0;
}
.widget.widget_calendar .calendar_wrap .wp-calendar-nav-prev a:after {
content: "\ea10";
}
.widget.widget_calendar #wp-calendar {
font-size: 13px;
}
.widget.widget_calendar caption {
margin-bottom: 5px;
text-transform: uppercase;
font-size: 12px;
letter-spacing: 1px;
line-height: 24px;
}
.widget.widget_calendar table {
table-layout: fixed;
border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
.widget.widget_calendar table thead {
text-align: center;
border: none;
}
.widget.widget_calendar table thead th {
padding: 3px 0;
text-align: center;
color: #ffffff;
font-weight: inherit;
border: none;
}
.widget.widget_calendar table tbody tr {
border: none;
}
.widget.widget_calendar table tbody tr:nth-child(2n) {
background: #f2f2f2;
}
.widget.widget_calendar table tbody tr td,
.widget.widget_calendar table tbody tr th {
text-align: center;
padding: 5px 0 4px 0;
border: none;
}
.widget.widget_calendar table tbody tr td a,
.widget.widget_calendar table tbody tr th a {
border-bottom: 1px solid;
}
.widget.widget_calendar table tbody tr td#today,
.widget.widget_calendar table tbody tr th#today {
background: #232323;
}
.widget.widget_calendar table tbody tr td#today a,
.widget.widget_calendar table tbody tr th#today a {
color: inherit;
}
.widget.widget_calendar table tfoot {
position: absolute;
top: 0;
left: 0;
right: 0;
}
.widget.widget_calendar table tfoot tr td {
border: none;
padding: 0;
}
.widget.widget_calendar table tfoot tr td.pad {
display: none;
}
.widget.widget_media_image figure {
margin: 0;
}
.widget.widget_media_image .wp-caption-text {
margin: 20px 0 0 0;
line-height: 1.6;
}
.widget.widget_search .search-form {
position: relative;
}
.widget.widget_search .search-form label .screen-reader-text {
position: absolute;
right: 0;
width: 58px;
height: 58px;
text-align: center;
line-height: 58px;
text-indent: -9999px;
}
.widget.widget_search .search-form label .screen-reader-text:after {
content: "\ea04";
font-family: "Nucleo";
position: absolute;
font-size: 24px;
left: 50%;
top: 50%;
transform: translateX(-50%) translateY(-50%);
text-indent: 0;
}
.widget.widget_search .search-form label .search-field {
width: 100%;
}
.widget.widget_search .search-form .search-submit {
width: 58px;
height: 58px;
position: absolute;
right: 0;
top: 0;
text-indent: -9999px;
z-index: 2;
background: none;
}
.widget.widget_tag_cloud .tagcloud:after {
clear: both;
display: table;
content: "";
}
.widget.widget_tag_cloud .tagcloud a {
float: left;
font-size: 14px !important;
margin: 0 10px 5px 0;
position: relative;
}
.widget.widget_tag_cloud .tagcloud a:after {
content: "";
width: 0;
height: 0;
border-top: 1px solid;
bottom: 3px;
position: absolute;
right: 0;
-webkit-transition: width 0.5s cubic-bezier(0.25, 0.8, 0.25, 1) 0s;
-moz-transition: width 0.5s cubic-bezier(0.25, 0.8, 0.25, 1) 0s;
-ms-transition: width 0.5s cubic-bezier(0.25, 0.8, 0.25, 1) 0s;
-o-transition: width 0.5s cubic-bezier(0.25, 0.8, 0.25, 1) 0s;
transition: width 0.5s cubic-bezier(0.25, 0.8, 0.25, 1) 0s;
}
.widget.widget_tag_cloud .tagcloud a:hover:after {
width: 100%;
right: auto;
left: 0;
}
.widget.widget_tag_cloud .tagcloud a:before {
content: "#";
margin-right: 2px;
-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);
}
.widget.widget_tag_cloud .tagcloud a .tag-link-count {
-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);
}
.widget.widget_recent_entries ul li {
position: relative;
display: flex;
flex-direction: column-reverse;
margin-bottom: 20px;
}
.widget.widget_recent_entries ul li:last-child {
margin: 0;
padding-bottom: 0;
border: none;
}
.widget.widget_recent_entries ul li a {
display: inline;
position: relative;
font-size: 18px;
line-height: 1.3;
}
.widget.widget_recent_entries ul li .post-date {
display: block;
font-size: 14px;
margin: 0 0 3px 0;
}
.widget.widget_recent_comments ul li {
position: relative;
margin-bottom: 20px;
font-size: 14px;
}
.widget.widget_recent_comments ul li:last-child {
margin: 0;
}
.widget.widget_recent_comments ul li a:not(.url) {
display: block !important;
position: relative;
font-size: 18px;
line-height: 1.3;
}
.widget.widget_recent_comments ul li .comment-author-link a {
color: inherit;
}
.widget.widget_rss .rss-widget-icon {
display: none;
}
.widget.widget_rss ul li {
position: relative;
margin-bottom: 40px;
display: flex;
flex-direction: column;
}
.widget.widget_rss ul li:last-child {
margin: 0;
}
.widget.widget_rss ul li a.rsswidget {
display: block;
position: relative;
order: 2;
margin: 0 0 20px 0;
font-size: 18px;
line-height: 1.3;
}
.widget.widget_rss ul li .rss-date {
order: 1;
font-size: 14px;
margin-bottom: 3px;
}
.widget.widget_rss ul li .rssSummary {
order: 3;
}
.widget.widget_rss ul li cite {
order: 4;
-webkit-opacity: 0.4;
-khtml-opacity: 0.4;
-moz-opacity: 0.4;
opacity: 0.4;
-ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=40);
filter: alpha(opacity=40);
}
.widget.widget_text .wp-caption {
margin-bottom: 20px;
}
.widget.widget_text .wp-caption img {
margin-bottom: 10px;
}
.widget.widget_text img {
margin: 15px 0 20px 0;
}
.widget select[name="monster-widget-just-testing"] option {
width: 220px;
}
.widget.widget_mc4wp_form_widget label {
margin-bottom: 20px;
display: block;
}
.widget.widget_mc4wp_form_widget p {
margin-bottom: 15px;
}
.widget.widget_mc4wp_form_widget input[type="submit"],
.widget.widget_mc4wp_form_widget input[type="email"],
.widget.widget_mc4wp_form_widget input[type="text"] {
width: 100%;
}
.widget.widget_mc4wp_form_widget.style2 .mc4wp-form {
position: relative;
}
.widget.widget_mc4wp_form_widget.style2 .mc4wp-form p {
margin-bottom: 0;
}
.widget.widget_mc4wp_form_widget.style2 .mc4wp-form p label {
font-size: 21px;
line-height: 30px;
position: relative;
padding-left: 85px;
margin-bottom: 30px;
}
.widget.widget_mc4wp_form_widget.style2 .mc4wp-form p label:before {
content: "\ea37";
font-family: "Nucleo";
font-size: 64px;
position: absolute;
left: 0;
top: 50%;
line-height: 1;
transform: translateY(-50%);
}
.widget.widget_mc4wp_form_widget.style2 input[type="email"] {
padding: 15px 0;
background: none;
border: none;
border-bottom: 5px solid;
font-size: 18px;
color: inherit;
}
.widget.widget_mc4wp_form_widget.style2 input[type="submit"] {
position: absolute;
background: none;
padding-right: 0;
padding-left: 0;
bottom: 0;
right: 0;
width: auto;
}
.widget.widget_mc4wp_form_widget.style2 ::-webkit-input-placeholder { color: rgba(255, 255, 255, 0.5);
}
.widget.widget_mc4wp_form_widget.style2 ::-moz-placeholder { color: rgba(255, 255, 255, 0.5);
}
.widget.widget_mc4wp_form_widget.style2 :-ms-input-placeholder { color: rgba(255, 255, 255, 0.5);
}
.widget.widget_mc4wp_form_widget.style2 :-moz-placeholder { color: rgba(255, 255, 255, 0.5);
}
.main-sidebar {
margin-bottom: 60px;
}
.main-sidebar .widget > .widget-title {
padding-top: 30px;
}
.main-sidebar .widget > .widget-title:after {
content: "";
height: 1px;
width: 40px;
position: absolute;
left: 0;
top: 0;
} .site-footer {
position: relative;
}
.site-footer:before {
content: "";
height: 10px;
position: absolute;
top: -5px;
left: 0;
right: 0;
}
.site-footer ::-webkit-input-placeholder {
color: inherit;
}
.site-footer .widget.widget_calendar table {
border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}
.site-footer .widget.widget_calendar table thead {
background: #dddddd;
}
.site-footer .widget.widget_calendar table thead th {
color: #232323;
}
.site-footer .widget.widget_calendar table tbody tr td {
padding: 10px 0;
}
.site-footer .widget.widget_calendar table tbody tr #today {
color: #000000;
}
.site-footer .widget.widget_calendar table tbody tr #today a {
color: inherit;
}
.site-footer .widget.widget_calendar table tbody tr:nth-child(2n) {
background: #232323;
}
.site-footer .widget input,
.site-footer .widget textarea,
.site-footer .widget select {
color: inherit;
border-color: #3d3d3d;
}
.site-footer .widget select {
background-image: url(//www.tectaamerica.com/wp-content/themes/hank/assets/img/arrow-w.svg);
}
.site-footer .widget input:hover,
.site-footer .widget input:focus {
border-color: #999;
}
.site-footer .content-bottom-widgets.content-bottom-full .wrap {
width: 100%;
}
.site-footer .content-bottom-widgets .content-bottom-inner:before {
content: "";
position: absolute;
bottom: 0;
left: 0;
right: 0;
border-bottom: 1px solid;
-webkit-opacity: 0.15;
-khtml-opacity: 0.15;
-moz-opacity: 0.15;
opacity: 0.15;
-ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=15);
filter: alpha(opacity=15);
}
.site-footer .content-bottom-widgets .content-bottom-aside-wrap {
margin: 0 -15px;
}
.site-footer .content-bottom-widgets .content-bottom-aside-wrap:after {
clear: both;
content: "";
display: table;
}
.site-footer .content-bottom-widgets .content-bottom-aside-wrap aside {
padding: 70px 15px;
}
.site-footer .content-bottom-widgets .content-bottom-aside-wrap aside:empty {
display: none;
}
.site-footer .content-bottom-widgets .widget:last-child {
margin-bottom: 0;
}
.site-footer .footer-widgets {
position: relative;
}
.site-footer .footer-widgets.footer-widgets-full .wrap {
width: 100%;
}
.site-footer .footer-widgets .footer-aside-wrap {
margin: 0 -15px;
}
.site-footer .footer-widgets .footer-aside-wrap:after {
clear: both;
content: "";
display: table;
}
.site-footer .footer-widgets .footer-aside-wrap aside {
padding: 80px 15px 30px 15px;
}
.site-footer .footer-widgets .footer-aside-wrap aside:empty {
display: none;
}
.site-footer .footer-widgets .widget:last-child {
margin-bottom: 0;
}
.site-footer .footer-copyright .footer-copyright-inner {
align-items: center;
display: flex;
flex-direction: column;
justify-content: space-between;
}
@media only screen and (min-width: 768px) {
.site-footer .footer-copyright .footer-copyright-inner {
flex-direction: row;
}
}
.site-footer .footer-copyright .footer-copyright-inner:after {
display: none;
}
.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 .footer-copyright-inner {
flex-direction: column-reverse;
}
.site-footer .footer-copyright.footer-copyright-center .social-icons {
margin-bottom: 20px;
}
.site-footer .footer-copyright.footer-copyright-right .footer-copyright-inner {
flex-direction: row-reverse;
}
.site-footer .footer-copyright.footer-copyright-right .copyright-content {
display: flex;
align-items: center;
flex-grow: 1;
flex-direction: row-reverse;
}
.site-footer .footer-copyright.footer-copyright-right .copyright-content img {
margin-left: 30px;
padding-left: 30px;
border-left: 1px solid rgba(255, 255, 255, 0.3);
}
.site-footer .footer-copyright.footer-copyright-right .copyright-content > a {
margin: 0 3px;
}
.site-footer .footer-copyright.footer-copyright-right .go-to-top {
margin-right: 30px;
}
.site-footer .footer-copyright.footer-copyright-left .go-to-top {
margin-left: 30px;
}
.site-footer .footer-copyright.footer-copyright-left .copyright-content {
display: flex;
align-items: center;
flex-grow: 1;
}
.site-footer .footer-copyright.footer-copyright-left .copyright-content img {
margin-right: 30px;
padding-right: 30px;
border-right: 1px solid rgba(255, 255, 255, 0.15);
}
.site-footer .footer-copyright.footer-copyright-left .copyright-content > a {
margin: 0 3px;
}
.site-footer .footer-copyright .social-icons a i {
font-size: 28px;
}  .page-template-default .comments-area {
margin-top: 80px;
}
.comments-area {
clear: both;
position: relative;
padding: 80px 0;
}
.comments-area:after {
content: "";
position: absolute;
left: -1000px;
right: -1000px;
top: 0;
bottom: -80px;
background: #f2f2f2;
z-index: -1;
}
.comments-area .comments-title {
font-size: 1.875rem;
margin: 0 0 40px -1px;
position: relative;
padding-top: 30px;
}
.comments-area .comments-title:after {
content: "";
height: 1px;
width: 40px;
background: #dddddd;
position: absolute;
left: 1px;
top: 0;
}
.comments-area .comment-list {
margin: 0 auto 80px;
padding: 0;
list-style: none;
position: relative;
}
.comments-area .comment-list > li.comment,
.comments-area .comment-list > li.pingback,
.comments-area .comment-list > li.trackback {
padding: 0;
border-bottom: 1px solid rgba(0, 0, 0, 0.1);
position: relative;
}
.comments-area .comment-list > li.comment:before,
.comments-area .comment-list > li.pingback:before,
.comments-area .comment-list > li.trackback:before {
content: "";
position: absolute;
left: -1000px;
right: -1000px;
top: -1px;
bottom: -1px;
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);
}
.comments-area .comment-list > li.comment:hover:before,
.comments-area .comment-list > li.pingback:hover:before,
.comments-area .comment-list > li.trackback: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);
}
.comments-area .comment-list > li.pingback .comment-body,
.comments-area .comment-list > li.trackback .comment-body {
padding-bottom: 30px;
}
.comments-area .comment-list > li.pingback .comment-body .comment-edit-link,
.comments-area .comment-list > li.trackback .comment-body .comment-edit-link {
-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 > li.pingback a.url,
.comments-area .comment-list > li.trackback a.url {
margin-left: 15px;
}
@media only screen and (min-width: 1024px) {
.comments-area .comment-list > li.pingback + li .comment-body .comment-meta .comment-metadata,
.comments-area .comment-list > li.trackback + li .comment-body .comment-meta .comment-metadata {
left: 20%;
}
}
.comments-area .comment-list .children {
margin: 0;
padding: 0;
list-style: none;
}
@media only screen and (min-width: 1024px) {
.comments-area .comment-list .children {
padding-left: 20%;
}
}
@media only screen and (min-width: 768px) {
.comments-area .comment-list .children .children {
padding-left: 45px;
}
}
.comments-area .comment-list .children .comment-body {
padding-top: 0;
}
.comments-area .comment-list .comment-body {
position: relative;
z-index: 2;
padding: 30px 0 60px 0;
}
.comments-area .comment-list .comment-body .comment-content {
margin: 0 45px;
}
.comments-area .comment-list .comment-body .comment-meta {
margin-bottom: 10px;
font-size: 14px;
height: 30px;
line-height: 30px;
}
.comments-area .comment-list .comment-body .comment-meta .comment-metadata {
display: inline;
}
.comments-area .comment-list .comment-body .comment-meta .comment-awaiting-moderation {
text-transform: none;
}
.comments-area .comment-list .comment-body .comment-meta .comment-author {
display: inline;
margin-right: 5px;
}
.comments-area .comment-list .comment-body .comment-meta .comment-author span {
display: none;
}
.comments-area .comment-list .comment-body .comment-meta img {
float: left;
margin-right: 15px;
width: 30px;
filter: grayscale(100%);
-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-meta .fn {
font-weight: inherit;
display: inline-block;
}
.comments-area .comment-list .comment-body .comment-meta a {
color: inherit;
}
.comments-area .comment-list .comment-body .comment-meta time {
-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);
}
.comments-area .comment-list .comment-body .comment-edit-link {
margin-left: 20px;
-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);
}
.comments-area .comment-list .comment-body .comment-edit-link:hover {
-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 .reply {
position: absolute;
left: 45px;
bottom: 25px;
}
.comments-area .comment-list .comment-body .reply a {
font-size: 14px;
height: 30px;
line-height: 30px;
display: block;
}
.comments-area .comment-list .comment-body .comment-awaiting-moderation {
-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);
font-weight: 300;
font-size: 12px;
line-height: 1.2;
}
@media only screen and (min-width: 1024px) {
.comments-area .comment-list .comment-body {
display: flex;
}
.comments-area .comment-list .comment-body .comment-content {
font-size: 1.125rem;
line-height: 1.625;
}
.comments-area .comment-list .comment-body .comment-meta {
width: 20%;
flex-shrink: 0;
margin: 0;
}
.comments-area .comment-list .comment-body .comment-meta .comment-metadata {
position: absolute;
left: calc(20% + 60px);
bottom: 25px;
}
.comments-area .comment-list .comment-body .comment-meta .comment-awaiting-moderation {
display: inline-block;
margin-top: 10px;
}
.comments-area .comment-list .comment-body .comment-content {
margin: 0;
flex-grow: 1;
}
.comments-area .comment-list .comment-body .reply {
left: 20%;
}
.comments-area .comment-list .comment-body + .children .comment-body {
padding-top: 30px;
border-top: 1px solid rgba(0, 0, 0, 0.1);
display: block;
}
.comments-area .comment-list .comment-body + .children .comment-body .comment-meta {
width: 100%;
}
.comments-area .comment-list .comment-body + .children .comment-body .comment-meta .fn {
-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);
}
.comments-area .comment-list .comment-body + .children .comment-body .comment-meta .comment-metadata {
left: 105px;
}
.comments-area .comment-list .comment-body + .children .comment-body .reply {
left: 45px;
}
.comments-area .comment-list .comment-body + .children .comment-content {
position: relative;
margin-left: 45px;
}
.comments-area .comment-list .comment-body + .children .comment-content:before {
position: absolute;
height: 1px;
background: rgba(0, 0, 0, 0.1);
left: 1px;
top: -30px;
width: 50px;
}
.comments-area .comment-list .comment-body + .children .depth-5 .comment-meta .comment-metadata {
left: 45px;
}
}
.comments-area .comment-list #respond {
padding: 0 0 60px 0;
}
.comments-area .comment-list #respond .comment-reply-title {
font-size: 0;
margin: 0;
height: 30px;
line-height: 30px;
border: none;
font-weight: inherit;
}
.comments-area .comment-list #respond .comment-reply-title small a {
font-size: 24px;
line-height: 1.2;
color: #c21323;
position: relative;
}
.comments-area .comment-list #respond .comment-reply-title small a:before {
content: "\ea30";
font-family: "Nucleo";
font-size: 24px;
position: absolute;
left: -30px;
top: 50%;
transform: translateY(-50%);
}
.comments-area .comment-list #respond .comment-reply-title small a:hover {
-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);
}
.comments-area .comment-list #respond .comment-form {
margin-top: 20px;
}
.comments-area .no-comments {
text-align: center;
}
.comments-area .comment-respond .comment-reply-title {
margin: 0 0 30px -3px;
text-transform: uppercase;
font-size: 3rem;
font-weight: inherit;
}
.comments-area .comment-respond .comment-reply-title small {
font-size: 100%;
}
.comments-area #respond {
position: relative;
z-index: 3;
margin: 0 auto;
}
@media only screen and (min-width: 768px) {
.comments-area #respond {
width: 60%;
}
}
.comments-area #respond .comment-form {
margin: 0 -15px;
text-align: left;
}
.comments-area #respond .comment-form:after {
clear: both;
display: table;
content: "";
}
.comments-area #respond .comment-notes,
.comments-area #respond .logged-in-as {
display: none;
}
.comments-area #respond .comment-form-comment {
padding: 0 15px;
margin-bottom: 20px;
}
.comments-area #respond .comment-form-comment textarea {
padding: 8px 0 0 0;
height: 135px;
background-image: linear-gradient(rgba(0, 0, 0, 0.1) 1px, transparent 1px);
background-size: 100% 41px;
line-height: 41px !important;
border: none;
border-bottom: none;
resize: inherit;
font-size: 18px;
width: 100%;
}
.comments-area #respond .comment-form-comment label {
display: inline-block;
padding: 0;
position: relative;
height: 30px;
line-height: 30px;
font-size: 12px;
letter-spacing: 1px;
text-transform: uppercase;
}
.comments-area #respond .comment-form-author,
.comments-area #respond .comment-form-email,
.comments-area #respond .comment-form-url {
display: flex;
float: left;
width: 33.33333333%;
margin: 0;
padding: 0 15px;
margin-bottom: 40px;
}
.comments-area #respond .comment-form-author label,
.comments-area #respond .comment-form-email label,
.comments-area #respond .comment-form-url label {
border-bottom: 1px solid rgba(0, 0, 0, 0.1);
display: flex;
align-items: center;
position: relative;
font-size: 12px;
letter-spacing: 1px;
text-transform: uppercase;
}
.comments-area #respond .comment-form-author label .required,
.comments-area #respond .comment-form-email label .required,
.comments-area #respond .comment-form-url label .required {
margin-left: 5px;
}
.comments-area #respond .comment-form-author input,
.comments-area #respond .comment-form-email input,
.comments-area #respond .comment-form-url input {
padding: 0 0 0 15px;
flex-grow: 1;
height: 30px;
line-height: 30px;
width: 0;
border: none;
border-bottom: 1px solid rgba(0, 0, 0, 0.1);
font-size: 18px;
}
.comments-area #respond .comment-form-cookies-consent {
float: left;
padding: 0 15px;
width: 50%;
display: flex;
align-items: center;
height: 55px;
margin: 0;
}
.comments-area #respond .comment-form-cookies-consent input[type="checkbox"] {
position: relative;
-webkit-appearance: none;
-moz-appearance: none;
appearance: none;
border: 1px solid;
cursor: pointer;
height: 32px;
width: 32px;
margin-right: 20px;
flex-shrink: 0;
-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);
}
.comments-area #respond .comment-form-cookies-consent input[type="checkbox"]:after {
content: "\ea31";
font-family: "Nucleo";
position: absolute;
font-size: 32px;
left: 50%;
top: 50%;
transform: translateX(-50%) translateY(-50%);
display: none;
}
.comments-area #respond .comment-form-cookies-consent input[type="checkbox"]:checked {
-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 #respond .comment-form-cookies-consent input[type="checkbox"]:checked:after {
display: block;
}
.comments-area #respond .comment-form-cookies-consent label {
font-size: 14px;
line-height: 1.3;
margin-top: 1px;
-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);
}
.comments-area #respond .form-submit {
padding: 0 15px;
float: right;
width: 50%;
}
.comments-area #respond .form-submit input {
width: 100%;
}
.logged-in .comments-area #respond .form-submit {
float: none;
width: 100%;
margin: 0;
} .navigation {
clear: both;
}
.navigation.pager-numeric .pagination:after {
content: "";
clear: both;
display: table;
}
.navigation.pager-numeric .page-numbers {
height: 60px;
width: 60px;
line-height: 60px;
text-align: center;
background: #f2f2f2;
color: #000000;
margin: 0 1px 0 0;
font-size: 15px;
float: left;
}
.navigation.pager-numeric .page-numbers.next {
width: auto;
float: right;
color: #ffffff;
width: calc(25% - 45px);
text-transform: uppercase;
letter-spacing: 1px;
font-size: 14px;
margin: 0;
display: none;
}
.navigation.pager-numeric .page-numbers.next:hover {
background: #232323;
}
.navigation.pager-numeric .page-numbers.prev {
display: none;
}
.navigation.pager-numeric .page-numbers.current {
color: #ffffff;
}
.navigation.post-navigation .nav-links {
margin: 0;
padding: 0;
list-style: none;
position: relative;
display: flex;
align-items: baseline;
}
.navigation.post-navigation .nav-links:before {
content: "";
position: absolute;
left: 50%;
top: 30px;
bottom: 0;
width: 1px;
background: rgba(0, 0, 0, 0.1);
}
.navigation.post-navigation .nav-links li {
width: 50%;
flex-shrink: 0;
height: 100%;
}
.navigation.post-navigation .nav-links li a {
display: block;
height: 100%;
}
.navigation.post-navigation .nav-links li.prev-post a {
padding-right: 30px;
}
.navigation.post-navigation .nav-links li.next-post a {
padding-left: 30px;
}
.navigation.comment-navigation {
text-align: center;
margin-bottom: 60px;
}
.navigation.comment-navigation .screen-reader-text {
display: none;
}
.navigation.comment-navigation > div {
display: inline-block;
}
.navigation.comment-navigation > div a {
display: block;
border: 1px solid rgba(0, 0, 0, 0.1);
background: #ffffff;
padding: 7px 20px 5px 20px;
color: inherit;
font-size: 15px;
margin: 0 5px 5px 5px;
-webkit-box-shadow: 0 2px 4px rgba(0, 0, 0, 0.06);
-moz-box-shadow: 0 2px 4px rgba(0, 0, 0, 0.06);
-ms-box-shadow: 0 2px 4px rgba(0, 0, 0, 0.06);
-o-box-shadow: 0 2px 4px rgba(0, 0, 0, 0.06);
box-shadow: 0 2px 4px rgba(0, 0, 0, 0.06);
-webkit-border-radius: 50px;
-moz-border-radius: 50px;
-ms-border-radius: 50px;
-o-border-radius: 50px;
border-radius: 50px;
}
.navigation.comment-navigation > div a:hover {
border: 1px solid rgba(0, 0, 0, 0.2);
-webkit-box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
-moz-box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
-ms-box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
-o-box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}
.navigation.comment-navigation > div.nav-previous a {
margin-left: 0;
}
.navigation.comment-navigation > div.nav-next a {
margin-right: 0;
}
.page-links {
padding-top: 30px;
clear: both;
font-size: 14px;
overflow: hidden;
line-height: 40px;
}
.page-links .page-links-title {
float: left;
margin-right: 10px;
line-height: 40px;
display: none;
}
.page-links a {
color: inherit;
float: left;
}
.page-links a span,
.page-links span:not(.page-links-title) {
float: left;
position: relative;
width: 40px;
height: 40px;
line-height: 40px;
text-align: center;
display: inline-block;
background: #f2f2f2;
margin-right: 1px;
}
.page-links .current {
color: #ffffff;
}
.post-author-box {
display: flex;
margin-bottom: 50px;
}
.post-author-box img {
-webkit-border-radius: 100%;
-moz-border-radius: 100%;
-ms-border-radius: 100%;
-o-border-radius: 100%;
border-radius: 100%;
margin-right: 30px;
width: 50px;
height: 50px;
flex-shrink: 0;
}
.post-author-box .author-description {
font-size: 15px;
-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);
}
.post-author-box .author-recent-posts ul {
margin: 20px 0 0 0;
padding: 0;
}
.post-author-box .author-recent-posts ul li {
list-style: none;
}
.post-author-box .author-recent-posts ul li a {
line-height: 1.3;
margin: 0 0 15px 0;
padding-left: 30px;
position: relative;
color: inherit;
display: inline-block;
}
.post-author-box .author-recent-posts ul li a:hover {
-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);
}
.post-author-box .author-recent-posts ul li a:before {
content: "";
width: 15px;
position: absolute;
left: 0;
height: 1px;
top: 9px;
background-color: rgba(0, 0, 0, 0.15);
}
.post-author-box .author-recent-posts ul li:last-child a {
margin-bottom: 0;
}
.post-author-box .author-recent-posts .author-more-posts {
display: none;
}
body.author .author-recent-posts {
display: none;
} .search-results .main-content .content:after,
.search-no-results .main-content .content:after {
content: "";
display: table;
clear: both;
}
.search-results .main-content .content .search-results,
.search-no-results .main-content .content .search-results {
display: flex;
flex-wrap: wrap;
margin-left: -15px;
margin-right: -15px;
}
.search-results .main-content .content .search-results .post,
.search-no-results .main-content .content .search-results .post {
width: 100%;
padding: 0 15px;
margin-bottom: 30px;
}
@media only screen and (min-width: 544px) and (max-width: 992px) {
.search-results .main-content .content .search-results .post,
.search-no-results .main-content .content .search-results .post {
width: 50%;
}
}
@media only screen and (min-width: 992px) {
.search-results .main-content .content .search-results .post,
.search-no-results .main-content .content .search-results .post {
width: 33.3333333%;
}
}
.search-results .main-content .content .search-results .post .post-index,
.search-no-results .main-content .content .search-results .post .post-index {
position: absolute;
right: 30px;
bottom: 25px;
line-height: 1;
font-size: 48px;
-webkit-opacity: 0.1;
-khtml-opacity: 0.1;
-moz-opacity: 0.1;
opacity: 0.1;
-ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=10);
filter: alpha(opacity=10);
}
.search-results .main-content .content .search-results .post .post-index:before,
.search-no-results .main-content .content .search-results .post .post-index:before {
content: "#";
font-size: 32px;
margin: 0 -5px 0 0;
}
.search-results .main-content .content .search-results .post a,
.search-no-results .main-content .content .search-results .post a {
padding: 120px 90px 80px 30px;
background: #f2f2f2;
display: block;
height: 100%;
color: inherit;
position: relative;
}
.search-results .main-content .content .search-results .post a:before,
.search-no-results .main-content .content .search-results .post a:before {
content: "\ea37";
font-family: "Nucleo";
font-size: 64px;
position: absolute;
left: 30px;
top: 30px;
line-height: 1;
-webkit-opacity: 0.1;
-khtml-opacity: 0.1;
-moz-opacity: 0.1;
opacity: 0.1;
-ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=10);
filter: alpha(opacity=10);
}
.search-results .main-content .content .search-results .post a:hover:before,
.search-no-results .main-content .content .search-results .post 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);
}
.search-results .main-content .content .search-results .post a:hover .post-title:after,
.search-no-results .main-content .content .search-results .post a:hover .post-title:after {
width: 64px;
background: #232323;
}
.search-results .main-content .content .search-results .post .post-title,
.search-no-results .main-content .content .search-results .post .post-title {
margin: 0;
font-size: 21px;
line-height: 1.2;
position: relative;
padding-top: 30px;
}
.search-results .main-content .content .search-results .post .post-title:after,
.search-no-results .main-content .content .search-results .post .post-title:after {
content: "";
height: 1px;
width: 32px;
background: #dddddd;
position: absolute;
left: 0;
top: 0;
}
.search-results .main-content .content .search-results .post .post-meta,
.search-no-results .main-content .content .search-results .post .post-meta {
position: absolute;
left: 30px;
bottom: 30px;
font-size: 15px;
}
.search-results .main-content .content .search-results .post .post-meta .post-type:after,
.search-no-results .main-content .content .search-results .post .post-meta .post-type:after {
content: "/";
margin: 0 8px;
-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);
}
.search-results .main-content .content .search-results .post .post-meta .post-date,
.search-no-results .main-content .content .search-results .post .post-meta .post-date {
-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);
}
.search-results .main-content .content .search-results .post.page a:before,
.search-no-results .main-content .content .search-results .post.page a:before {
content: "\ea32";
}
.search-results .main-content .content .search-results .post.nproject a:before,
.search-no-results .main-content .content .search-results .post.nproject a:before {
content: "\ea36";
}
.search-results .main-content .content .search-results .post.product a:before,
.search-no-results .main-content .content .search-results .post.product a:before {
content: "\ea38";
}
.search-results .main-content .content .search-no-results,
.search-no-results .main-content .content .search-no-results {
margin-bottom: 30px;
}
.search-results .main-content .content .search-no-results h3,
.search-no-results .main-content .content .search-no-results h3 {
text-transform: uppercase;
font-weight: inherit;
margin: 0 0 10px 0;
}
.search-results .main-content .content .search-no-results p,
.search-no-results .main-content .content .search-no-results p {
font-size: 18px;
-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);
}
.search-results .main-content .content .search-form,
.search-no-results .main-content .content .search-form {
display: flex;
width: 100%;
}
@media only screen and (min-width: 768px) {
.search-results .main-content .content .search-form,
.search-no-results .main-content .content .search-form {
width: 50%;
}
}
.search-results .main-content .content .search-form label,
.search-no-results .main-content .content .search-form label {
flex-grow: 1;
margin-right: 15px;
}
.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-form .screen-reader-text,
.search-no-results .main-content .content .search-form .screen-reader-text {
display: none;
}
.search-results .main-content .navigation,
.search-no-results .main-content .navigation {
margin-top: 30px;
}
@media only screen and (min-width: 544px) and (max-width: 992px) {
.search-results .main-content .navigation.pager-numeric .pagination .page-numbers.next,
.search-no-results .main-content .navigation.pager-numeric .pagination .page-numbers.next {
display: block;
width: calc(50% - 15px);
}
}
@media only screen and (min-width: 992px) {
.search-results .main-content .navigation.pager-numeric .pagination .page-numbers.next,
.search-no-results .main-content .navigation.pager-numeric .pagination .page-numbers.next {
display: block;
width: calc(33.3333333% - 20px);
}
}  .error404 .main-content .content .content-404 .content-404-inner {
margin-bottom: 30px;
}
.error404 .main-content .content .content-404 h3 {
text-transform: uppercase;
font-weight: inherit;
margin: 0 0 10px 0;
}
.error404 .main-content .content .content-404 p {
font-size: 18px;
-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);
}
.error404 .main-content .content .content-404 .search-form {
display: flex;
width: 100%;
}
@media only screen and (min-width: 768px) {
.error404 .main-content .content .content-404 .search-form {
width: 50%;
}
}
.error404 .main-content .content .content-404 .search-form label {
flex-grow: 1;
margin-right: 15px;
}
.error404 .main-content .content .content-404 .search-form .search-field {
width: 100%;
}
.error404 .main-content .content .content-404 .search-form .screen-reader-text {
display: none;
} .social-icons a {
display: inline-block;
margin: 0 10px;
}
.social-icons a:last-child {
margin-right: 0;
}
.social-icons a:first-child {
margin-left: 0;
}
.social-icons a i {
vertical-align: middle;
}
.gallery {
margin: 0 -5px 20px -5px;
position: relative;
}
.gallery:after {
clear: both;
content: "";
display: block;
}
.gallery .gallery-item {
float: left;
padding: 0 5px;
overflow: hidden;
position: relative;
margin: 0 0 10px 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-4.gallery-size-thumbnail .gallery-item:nth-of-type(4n+1) {
clear: left;
}
.gallery.gallery-columns-5 .gallery-item {
max-width: 20%;
}
.gallery.gallery-columns-5.gallery-size-thumbnail .gallery-item:nth-of-type(5n+1) {
clear: left;
}
.gallery.gallery-columns-6 .gallery-item {
max-width: 16.6666667%;
}
.gallery.gallery-columns-6.gallery-size-thumbnail .gallery-item:nth-of-type(6n+1) {
clear: left;
}
.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 {
color: #ffffff;
text-shadow: 0 2px 3px rgba(0, 0, 0, 0.5);
max-height: 100%;
margin: 0;
padding: 10px;
position: absolute;
bottom: 0;
left: 5px;
right: 5px;
margin-bottom: -100%;
line-height: 1.2;
-webkit-border-radius: 0 0 5px 5px;
-moz-border-radius: 0 0 5px 5px;
-ms-border-radius: 0 0 5px 5px;
-o-border-radius: 0 0 5px 5px;
border-radius: 0 0 5px 5px;
-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);
background-color: transparent;
background: -webkit-linear-gradient(-180deg, transparent, #000000 80%) transparent no-repeat;
background: -moz-linear-gradient(-180deg, transparent, #000000 80%) transparent no-repeat;
background: -ms-linear-gradient(-180deg, transparent, #000000 80%) transparent no-repeat;
background: -o-linear-gradient(-180deg, transparent, #000000 80%) transparent no-repeat;
background: linear-gradient(-180deg, transparent, #000000 80%) transparent no-repeat;
}
.go-to-top {
margin-top: 30px;
}
@media only screen and (min-width: 768px) {
.go-to-top {
margin-top: 0;
}
}
.go-to-top a {
position: relative;
text-transform: uppercase;
font-size: 11px;
letter-spacing: 1px;
padding-right: 45px;
display: inline-block;
}
.go-to-top a span {
display: inline-block;
white-space: nowrap;
}
.go-to-top a:before {
position: absolute;
right: 0;
top: calc(50% - 3px);
transform: translateY(-50%);
content: "\ea12";
font-family: "Nucleo";
font-size: 16px;
width: 32px;
height: 32px;
text-align: center;
border: 1px solid;
line-height: 30px;
-webkit-border-radius: 16px;
-moz-border-radius: 16px;
-ms-border-radius: 16px;
-o-border-radius: 16px;
border-radius: 16px;
}
.go-to-top a:hover:before {
border-color: transparent;
}
.info-list {
display: flex;
text-align: left;
flex-direction: column;
}
.info-list li {
display: flex;
align-items: center;
margin: 0 0 30px 0;
}
.info-list li:last-child {
margin-bottom: 0;
}
.info-list li i {
font-size: 24px;
width: 50px;
height: 50px;
text-align: center;
line-height: 50px;
flex-shrink: 0;
margin-right: 15px;
-webkit-border-radius: 50px;
-moz-border-radius: 50px;
-ms-border-radius: 50px;
-o-border-radius: 50px;
border-radius: 50px;
}
.info-list li:hover i {
background: #ffffff;
}
.info-list li:hover a:after {
width: 100%;
right: auto;
left: 0;
}
.info-list li span {
display: block;
-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);
}
.info-list li a {
font-size: 1rem;
position: relative;
z-index: 2;
}
.info-list li a:after {
content: "";
width: 0;
height: 1px;
bottom: -1px;
position: absolute;
right: 0;
background: #c21323;
z-index: -1;
-webkit-transition: 0.5s cubic-bezier(0.25, 0.8, 0.25, 1) 0s;
-moz-transition: 0.5s cubic-bezier(0.25, 0.8, 0.25, 1) 0s;
-ms-transition: 0.5s cubic-bezier(0.25, 0.8, 0.25, 1) 0s;
-o-transition: 0.5s cubic-bezier(0.25, 0.8, 0.25, 1) 0s;
transition: 0.5s cubic-bezier(0.25, 0.8, 0.25, 1) 0s;
}
@media only screen and (min-width: 544px) and (max-width: 768px) {
.info-list {
flex-direction: row;
}
.info-list li {
margin: 0 15px;
}
.info-list li:first-child {
margin-left: 0;
}
.info-list li:last-child {
margin-right: 0;
}
}
@media only screen and (min-width: 769px) {
.info-list {
flex-direction: row;
}
.info-list li {
margin: 0 30px;
}
.info-list li:first-child {
margin-left: 0;
}
.info-list li:last-child {
margin-right: 0;
}
}
.contactExperts {
display: flex;
align-items: center;
}
.contactExperts .images {
display: flex;
align-items: center;
padding-left: 15px;
text-align: left;
margin-right: 60px;
position: relative;
}
.contactExperts .images:after {
content: "";
position: absolute;
height: 60px;
right: -30px;
top: 50%;
transform: translateY(-50%);
border-left: 1px solid;
-webkit-opacity: 0.15;
-khtml-opacity: 0.15;
-moz-opacity: 0.15;
opacity: 0.15;
-ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=15);
filter: alpha(opacity=15);
}
.contactExperts .images span {
display: block;
width: 100px;
height: 100px;
overflow: hidden;
position: relative;
margin-left: -20px;
border: 5px solid #ffffff;
-webkit-border-radius: 50%;
-moz-border-radius: 50%;
-ms-border-radius: 50%;
-o-border-radius: 50%;
border-radius: 50%;
}
.contactExperts .images img {
position: absolute;
margin: 0;
}
.contactExperts.center {
justify-content: center;
}
.contactExperts.sm .images {
padding-left: 7px;
}
.contactExperts.sm .images:after {
height: 30px;
}
.contactExperts.sm .images span {
width: 50px;
height: 50px;
margin-left: -10px;
border-width: 3px;
}
.contactExperts.dark .images span {
border-color: #000000;
}
.contactExperts.dark .images span:after {
border-color: #ffffff;
}
.contactExperts.no-border .images {
margin-right: 30px;
}
.contactExperts.no-border .images:after {
display: none;
}
.site-content span[id*="more-"] {
margin: 30px 0;
display: inline-block;
}
.site-content ul.list-style1,
.site-content ol.list-style1 {
list-style: none;
margin: 0 0 30px 0;
padding: 0;
}
.site-content ul.list-style1 li,
.site-content ol.list-style1 li {
line-height: 1.3;
margin: 15px 0;
padding-left: 30px;
position: relative;
}
.site-content ul.list-style1 li:before,
.site-content ol.list-style1 li:before {
content: "";
width: 6px;
position: absolute;
left: 4px;
height: 6px;
top: 8px;
transform: rotate(45deg);
}
.site-content ul.list-style2,
.site-content ol.list-style2 {
list-style: none;
margin: 0 0 30px 0;
padding: 0;
}
.site-content ul.list-style2 li,
.site-content ol.list-style2 li {
line-height: 1.3;
margin: 15px 0;
padding-left: 50px;
padding-right: 50px;
position: relative;
}
.site-content ul.list-style2 li:before,
.site-content ol.list-style2 li:before {
content: "";
width: 30px;
position: absolute;
left: 0;
height: 1px;
top: 9px;
background-color: rgba(0, 0, 0, 0.15);
}
.site-content ul.list-style3,
.site-content ol.list-style3 {
list-style: none;
margin: 0 0 30px 0;
padding: 0;
}
.site-content ul.list-style3:after,
.site-content ol.list-style3:after {
content: "";
clear: both;
display: table;
}
.site-content ul.list-style3 li,
.site-content ol.list-style3 li {
line-height: 1.3;
margin: 5px 0;
padding-left: 50px;
padding-right: 20px;
position: relative;
float: left;
width: 50%;
}
.site-content ul.list-style3 li:before,
.site-content ol.list-style3 li:before {
content: "";
width: 30px;
position: absolute;
left: 0;
height: 1px;
top: 9px;
background-color: rgba(0, 0, 0, 0.15);
}
.site-content ul.list-style3 li:nth-of-type(2n+1),
.site-content ol.list-style3 li:nth-of-type(2n+1) {
clear: left;
}
.site-content ul.list-style4,
.site-content ol.list-style4 {
list-style: none;
margin: 0 0 30px 0;
padding: 0;
font-size: 14px;
}
.site-content ul.list-style4 li,
.site-content ol.list-style4 li {
line-height: 1.3;
margin: 10px 0;
padding-left: 35px;
position: relative;
}
.site-content ul.list-style4 li:before,
.site-content ol.list-style4 li:before {
content: "\ea31";
font-family: "Nucleo";
font-size: 32px;
position: absolute;
left: 0;
top: 50%;
transform: translateY(-50%);
color: #232323;
}
.site-content .wp-block-group.has-background {
padding: 5%;
}
.site-content .wp-block-table {
margin-bottom: 30px;
}
.site-content .wp-block-table.is-style-stripes {
border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
.site-content .wp-block-table.is-style-stripes tbody tr {
border: none;
}
.site-content .wp-block-table.is-style-stripes tbody tr td,
.site-content .wp-block-table.is-style-stripes tbody tr th {
padding-left: 30px;
padding-right: 30px;
}
.site-content .wp-block-button {
margin-bottom: 30px;
}
.site-content .wp-block-button__link {
padding: 15px 40px;
font-size: 1rem;
line-height: 20px;
}
.site-content .wp-block-cover,
.site-content .wp-block-cover-image,
.site-content .wp-block-video,
.site-content .wp-block-audio,
.site-content .wp-block-embed,
.site-content .wp-block-pullquote {
margin-bottom: 30px;
}
.site-content .wp-block-cover.alignleft,
.site-content .wp-block-cover-image.alignleft,
.site-content .wp-block-video.alignleft,
.site-content .wp-block-audio.alignleft,
.site-content .wp-block-embed.alignleft,
.site-content .wp-block-pullquote.alignleft {
margin-right: 30px;
}
.site-content .wp-block-cover.alignright,
.site-content .wp-block-cover-image.alignright,
.site-content .wp-block-video.alignright,
.site-content .wp-block-audio.alignright,
.site-content .wp-block-embed.alignright,
.site-content .wp-block-pullquote.alignright {
margin-left: 30px;
}
.site-content .wp-block-cover .wp-block-cover-text {
color: #ffffff;
}
.site-content .has-drop-cap:not(:focus)::first-letter {
margin: 10px 25px 10px 0;
font-size: 5em;
font-weight: 500;
}
.site-content .has-small-font-size {
font-size: 14px;
}
.site-content .has-medium-font-size {
line-height: 150%;
}
.site-content .has-large-font-size,
.site-content .has-larger-font-size {
line-height: 1.3;
}
.site-content blockquote.wp-block-quote:not(.is-style-large) cite {
margin-top: -10px;
}
.site-content blockquote.is-style-large {
margin: 30px 0 50px 0;
padding: 80px 5% 0 5%;
background: #f2f2f2;
}
.site-content blockquote.is-style-large p {
font-style: normal;
}
.site-content blockquote.is-style-large cite {
font-size: 1rem;
margin: 0;
}
.site-content blockquote.is-style-large cite em {
font-style: normal;
border-top: 1px solid rgba(0, 0, 0, 0.5);
padding-top: 10px;
}
.site-content blockquote[style*="text-align:right"],
.site-content blockquote[style*="text-align: right"] {
border-right-width: 15px;
border-style: solid;
border-top: none;
border-bottom: none;
border-left: none;
}
.site-content .wp-block-pullquote:not(.is-style-solid-color) {
border-top: 5px solid;
border-bottom: 5px solid;
padding: 30px 0;
}
.site-content .wp-block-pullquote:not(.is-style-solid-color).alignleft p,
.site-content .wp-block-pullquote:not(.is-style-solid-color).alignright p {
font-size: 1rem;
line-height: 150%;
}
.site-content .wp-block-pullquote:not(.is-style-solid-color) cite {
margin: -10px 0 0;
}
.site-content .wp-block-pullquote:not(.is-style-solid-color) blockquote {
margin: 0;
padding: 0;
border: none;
}
.site-content .wp-block-pullquote.is-style-solid-color {
padding: 0;
}
.site-content .wp-block-pullquote.is-style-solid-color blockquote {
padding: 40px 60px;
margin: 0;
max-width: 100%;
border: none;
text-align: center;
}
.site-content .wp-block-pullquote.is-style-solid-color blockquote cite {
margin-top: -10px;
}
.site-content p.wp-block-subhead {
font-size: 1rem;
}
.site-content .wp-block-image {
margin: 0 0 30px 0;
}
.site-content .wp-block-image:after {
clear: both;
display: table;
}
.site-content .wp-block-image:last-child:after {
content: "";
}
.site-content .wp-block-image figcaption {
line-height: 1.2;
margin: 15px 0;
}
.site-content .wp-block-image .alignleft {
margin-right: 30px;
}
.site-content .wp-block-image .alignright {
margin-left: 30px;
}
.site-content .wp-block-gallery {
margin-bottom: 30px;
}
.site-content .wp-block-gallery .blocks-gallery-image figcaption,
.site-content .wp-block-gallery .blocks-gallery-item figcaption {
padding-bottom: 10px;
}
.site-content .wp-block-gallery.alignleft {
margin-right: 30px;
}
.site-content .wp-block-gallery.alignright {
margin-left: 30px;
}
.site-content .wp-block-archives {
margin: 0 0 30px 0;
padding: 0;
list-style: none;
}
.site-content .wp-block-archives li a {
font-size: 15px;
position: relative;
}
.site-content .wp-block-archives li a:after {
content: "";
width: 0;
height: 0;
border-top: 1px solid;
bottom: 0;
position: absolute;
right: 0;
-webkit-transition: width 0.5s cubic-bezier(0.25, 0.8, 0.25, 1) 0s;
-moz-transition: width 0.5s cubic-bezier(0.25, 0.8, 0.25, 1) 0s;
-ms-transition: width 0.5s cubic-bezier(0.25, 0.8, 0.25, 1) 0s;
-o-transition: width 0.5s cubic-bezier(0.25, 0.8, 0.25, 1) 0s;
transition: width 0.5s cubic-bezier(0.25, 0.8, 0.25, 1) 0s;
}
.site-content .wp-block-archives li a:hover:after {
width: 100%;
right: auto;
left: 0;
}
.site-content .wp-block-archives .screen-reader-text {
display: block;
margin-bottom: 5px;
}
.site-content .wp-block-archives select {
line-height: 19px;
}
.site-content .wp-block-calendar {
margin-bottom: 30px;
position: relative;
}
.site-content .wp-block-calendar a {
text-decoration: none;
}
.site-content .wp-block-calendar .wp-calendar-nav-prev a,
.site-content .wp-block-calendar .wp-calendar-nav-next a {
position: absolute;
right: 0;
top: 0;
width: 24px;
height: 24px;
line-height: 24px;
text-indent: -9999px;
color: inherit;
text-align: center;
}
.site-content .wp-block-calendar .wp-calendar-nav-prev a:after,
.site-content .wp-block-calendar .wp-calendar-nav-next a:after {
text-indent: 0;
position: absolute;
content: "\ea0e";
font-family: "Nucleo";
font-size: 14px;
width: 24px;
height: 24px;
line-height: 24px;
right: 0;
top: 0;
}
.site-content .wp-block-calendar .wp-calendar-nav-prev a {
right: auto;
left: 0;
}
.site-content .wp-block-calendar .wp-calendar-nav-prev a:after {
content: "\ea10";
}
.site-content .wp-block-calendar #wp-calendar {
font-size: 13px;
}
.site-content .wp-block-calendar caption {
margin-bottom: 10px;
text-transform: uppercase;
font-size: 12px;
letter-spacing: 1px;
line-height: 24px;
}
.site-content .wp-block-calendar table {
table-layout: fixed;
border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
.site-content .wp-block-calendar table thead {
text-align: center;
border: none;
}
.site-content .wp-block-calendar table thead th {
padding: 4px;
text-align: center;
color: #ffffff;
border: none;
}
.site-content .wp-block-calendar table tbody tr {
border: none;
}
.site-content .wp-block-calendar table tbody tr:nth-child(2n) {
background: #f2f2f2;
}
.site-content .wp-block-calendar table tbody tr td,
.site-content .wp-block-calendar table tbody tr th {
text-align: center;
padding: 5px 0 4px 0;
border: none;
}
.site-content .wp-block-calendar table tbody tr td a,
.site-content .wp-block-calendar table tbody tr th a {
border-bottom: 1px solid;
}
.site-content .wp-block-calendar table tbody tr td#today,
.site-content .wp-block-calendar table tbody tr th#today {
background: #232323;
color: #ffffff;
}
.site-content .wp-block-calendar table tfoot {
position: absolute;
top: 0;
left: 0;
right: 0;
}
.site-content .wp-block-calendar table tfoot tr td {
border: none;
padding: 0;
}
.site-content .wp-block-calendar table tfoot tr td.pad {
display: none;
}
.site-content .wp-block-search {
position: relative;
margin-bottom: 30px;
}
.site-content .wp-block-search .wp-block-search__label {
display: none;
}
.site-content .wp-block-tag-cloud:after {
clear: both;
display: table;
content: "";
}
.site-content .wp-block-tag-cloud a {
float: left;
font-size: 14px !important;
margin: 0 10px 5px 0;
position: relative;
}
.site-content .wp-block-tag-cloud a:after {
content: "";
width: 0;
height: 0;
border-top: 1px solid;
bottom: 3px;
position: absolute;
right: 0;
-webkit-transition: width 0.5s cubic-bezier(0.25, 0.8, 0.25, 1) 0s;
-moz-transition: width 0.5s cubic-bezier(0.25, 0.8, 0.25, 1) 0s;
-ms-transition: width 0.5s cubic-bezier(0.25, 0.8, 0.25, 1) 0s;
-o-transition: width 0.5s cubic-bezier(0.25, 0.8, 0.25, 1) 0s;
transition: width 0.5s cubic-bezier(0.25, 0.8, 0.25, 1) 0s;
}
.site-content .wp-block-tag-cloud a:hover:after {
width: 100%;
right: auto;
left: 0;
}
.site-content .wp-block-tag-cloud a:before {
content: "#";
margin-right: 2px;
-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);
}
.site-content .wp-block-tag-cloud a .tag-link-count {
-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);
}
.site-content .wp-block-latest-comments {
margin: 0;
padding: 0;
}
.site-content .wp-block-latest-comments li {
margin-bottom: 30px;
}
.site-content .wp-block-latest-comments li .wp-block-latest-comments__comment-excerpt p {
margin-top: 5px;
font-size: 21px;
line-height: 1.3;
}
.site-content .wp-block-latest-posts {
list-style: none;
margin: 0 0 30px 0;
padding: 0;
}
.site-content .wp-block-latest-posts.has-dates time {
text-transform: uppercase;
font-size: 11px;
letter-spacing: 1px;
margin-top: 5px;
}
.site-content .wp-block-latest-posts li {
margin-bottom: 20px;
}
.site-content .wp-block-latest-posts li a {
line-height: 1.3;
font-size: 1rem;
font-weight: 400;
display: block;
}
.site-content .wp-block-categories {
margin-bottom: 30px;
}
.site-content .wp-block-categories.wp-block-categories-list {
margin: 0 0 30px 0;
padding: 0;
list-style: none;
}
.site-content .wp-block-categories.wp-block-categories-list li a {
font-size: 15px;
position: relative;
}
.site-content .wp-block-categories.wp-block-categories-list li a:after {
content: "";
width: 0;
height: 0;
border-top: 1px solid;
bottom: 0;
position: absolute;
right: 0;
-webkit-transition: width 0.5s cubic-bezier(0.25, 0.8, 0.25, 1) 0s;
-moz-transition: width 0.5s cubic-bezier(0.25, 0.8, 0.25, 1) 0s;
-ms-transition: width 0.5s cubic-bezier(0.25, 0.8, 0.25, 1) 0s;
-o-transition: width 0.5s cubic-bezier(0.25, 0.8, 0.25, 1) 0s;
transition: width 0.5s cubic-bezier(0.25, 0.8, 0.25, 1) 0s;
}
.site-content .wp-block-categories.wp-block-categories-list li a:hover:after {
width: 100%;
right: auto;
left: 0;
}
.site-content .wp-block-categories.wp-block-categories-list li .children,
.site-content .wp-block-categories.wp-block-categories-list li .sub-menu {
list-style: none;
padding: 0;
margin: 10px 0 10px 15px;
}
.site-content .wp-block-categories select {
line-height: 19px;
}
.site-content .is-grid[class*="columns-"] {
width: 100%;
}
.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 .wp-block-column {
margin-bottom: 30px;
}
.wp-block-columns figure,
.wp-block-columns figcaption {
margin: 0;
}
blockquote.wp-block-quote.is-large,
blockquote.wp-block-quote.is-style-large {
margin: 50px 0;
padding: 4% 6%;
}
hr,
.wp-block-separator {
border: none;
height: 1px;
background: rgba(0, 0, 0, 0.1);
margin: 30px 0;
}
.wp-block-embed iframe {
max-width: 100%;
}
@keyframes sk-rotateplane {
0% {
transform: perspective(120px) rotateX(0deg) rotateY(0deg);
}
50% {
transform: perspective(120px) rotateX(-180deg) rotateY(0deg);
}
100% {
transform: perspective(120px) rotateX(-180deg) rotateY(-180deg);
}
}
.delay-1 {
animation-delay: 0s;
}
.delay-2 {
animation-delay: 0.2s;
}
.delay-3 {
animation-delay: 0.4s;
}
.delay-4 {
animation-delay: 0.6s;
}
.delay-5 {
animation-delay: 0.8s;
}
.delay-6 {
animation-delay: 1s;
}
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
p.vc_custom_heading {
text-rendering: optimizeLegibility;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
}
}
.projects-filter img {
display: none;
}
.projects-filter ul {
margin: 0 -5px 30px -5px;
padding: 0;
list-style: none;
display: flex;
flex-wrap: wrap;
position: relative;
}
@media only screen and (min-width: 1025px) {
.projects-filter ul {
margin: 0 0 60px 0;
border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
.projects-filter ul:before {
content: "";
}
.projects-filter ul:hover li[data-filter="*"] a {
-webkit-opacity: 1;
-khtml-opacity: 1;
-moz-opacity: 1;
opacity: 1;
-ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=100);
filter: alpha(opacity=100);
}
.projects-filter ul:hover a {
-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);
}
.projects-filter ul:hover 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);
}
}
.projects-filter ul li {
width: 50%;
padding: 0 5px;
margin-bottom: 10px;
}
@media only screen and (min-width: 544px) and (max-width: 1024px) {
.projects-filter ul li {
width: 33.3333333%;
}
}
@media only screen and (min-width: 1025px) {
.projects-filter ul li {
width: auto;
padding: 0 0 10px 0;
margin: 0;
}
.projects-filter ul li[data-filter="*"] {
margin-right: 25px;
}
.projects-filter ul li[data-filter="*"] a:before {
content: "";
position: absolute;
right: -25px;
bottom: 0;
width: 1px;
background: rgba(0, 0, 0, 0.1);
height: 36px;
}
.projects-filter ul li img {
display: block;
margin-bottom: 10px;
}
}
.projects-filter ul li a {
color: inherit;
display: flex;
justify-content: flex-end;
flex-direction: column;
align-items: baseline;
padding: 15px 20px;
background: #f2f2f2;
height: 100%;
position: relative;
line-height: 18px;
}
.projects-filter ul li a span {
display: block;
}
.projects-filter ul li a:after {
content: "";
position: absolute;
left: 0;
right: 0;
bottom: -11px;
height: 4px;
background: #232323;
-webkit-opacity: 0;
-khtml-opacity: 0;
-moz-opacity: 0;
opacity: 0;
-ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=0);
filter: alpha(opacity=0);
}
@media only screen and (min-width: 1025px) {
.projects-filter ul li a {
background: none !important;
padding: 5px 0;
margin-right: 25px;
}
}
.projects-filter ul li.active a {
background: #dddddd;
}
@media only screen and (min-width: 1025px) {
.projects-filter ul li.active a:after {
-webkit-opacity: 1;
-khtml-opacity: 1;
-moz-opacity: 1;
opacity: 1;
-ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=100);
filter: alpha(opacity=100);
}
}
.project-info-list {
display: flex;
flex-wrap: wrap;
overflow: hidden;
margin: 0 -15px;
}
.project-info-list .item {
padding: 0 15px;
width: 50%;
}
.project-info-list h6 {
margin: 0 0 5px 0;
}
.project-info-list p {
font-size: 14px;
line-height: 1.4;
margin-bottom: 25px;
}
.projects-grid .project .project-inner {
position: relative;
}
@media only screen and (min-width: 1025px) {
.projects-grid .project .project-inner:hover .item {
-webkit-opacity: 1;
-khtml-opacity: 1;
-moz-opacity: 1;
opacity: 1;
-ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=100);
filter: alpha(opacity=100);
overflow: visible;
max-height: 500px;
}
}
.projects-grid .project .project-thumbnail {
margin: 0 0 30px 0;
}
@media only screen and (min-width: 1025px) {
.projects-grid .project .project-thumbnail {
margin: 0;
padding-bottom: 50px;
}
}
.projects-grid .project .project-info {
overflow: hidden;
}
@media only screen and (min-width: 1025px) {
.projects-grid .project .project-info {
background: #ffffff;
padding: 30px 30px 0 30px;
position: absolute;
bottom: 0;
left: 50px;
width: 50%;
-webkit-box-shadow: 0 30px 50px rgba(0, 0, 0, 0.12);
-moz-box-shadow: 0 30px 50px rgba(0, 0, 0, 0.12);
-ms-box-shadow: 0 30px 50px rgba(0, 0, 0, 0.12);
-o-box-shadow: 0 30px 50px rgba(0, 0, 0, 0.12);
box-shadow: 0 30px 50px rgba(0, 0, 0, 0.12);
}
}
@media only screen and (min-width: 1025px) and (max-width: 1280px) {
.projects-grid .project .project-info {
width: auto;
right: 50px;
}
}
.projects-grid .project .project-title {
font-size: 18px;
margin: 0 0 15px 0;
line-height: 1.2;
}
.projects-grid .project .project-summary {
font-size: 15px;
line-height: 1.4;
margin-bottom: 25px;
}
@media only screen and (min-width: 1025px) {
.projects-grid .project .project-info-list .item {
max-height: 0;
overflow: hidden;
transition: all 0.5s ease-in-out;
-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 .project .project-info-list .item:nth-child(1),
.projects-grid .project .project-info-list .item:nth-child(2) {
max-height: 100%;
overflow: 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 .project .project-readmore .button {
margin-bottom: 30px;
}
.projects-masonry .project .project-inner {
position: relative;
overflow: hidden;
}
@media only screen and (min-width: 1025px) {
.projects-masonry .project .project-inner:hover .project-thumbnail {
transform: translateX(85%);
}
}
.projects-masonry .project .project-thumbnail {
margin: 0 0 30px 0;
}
@media only screen and (min-width: 1025px) {
.projects-masonry .project .project-thumbnail {
margin: 0;
position: relative;
z-index: 2;
-webkit-overflow-scrolling: touch;
transform: translateZ(0);
-webkit-backface-visibility: hidden;
backface-visibility: hidden;
transform: translateX(0);
-webkit-transition: 0.3s cubic-bezier(0.4, 0.01, 0.3, 0.3) 0s;
-moz-transition: 0.3s cubic-bezier(0.4, 0.01, 0.3, 0.3) 0s;
-ms-transition: 0.3s cubic-bezier(0.4, 0.01, 0.3, 0.3) 0s;
-o-transition: 0.3s cubic-bezier(0.4, 0.01, 0.3, 0.3) 0s;
transition: 0.3s cubic-bezier(0.4, 0.01, 0.3, 0.3) 0s;
-webkit-box-shadow: 0 30px 50px rgba(0, 0, 0, 0.12);
-moz-box-shadow: 0 30px 50px rgba(0, 0, 0, 0.12);
-ms-box-shadow: 0 30px 50px rgba(0, 0, 0, 0.12);
-o-box-shadow: 0 30px 50px rgba(0, 0, 0, 0.12);
box-shadow: 0 30px 50px rgba(0, 0, 0, 0.12);
}
}
.projects-masonry .project .project-info {
overflow: hidden;
}
@media only screen and (min-width: 1025px) {
.projects-masonry .project .project-info {
background: #232323;
padding: 6.5% 8%;
position: absolute;
bottom: 0;
top: 0;
left: 0;
width: 85%;
color: #ffffff;
}
.projects-masonry .project .project-info:after {
content: "";
background-image: linear-gradient(0deg, #232323 20%, rgba(255, 255, 255, 0) 80%);
position: absolute;
left: 0;
right: 0;
bottom: 0;
height: 120px;
display: block;
}
}
.projects-masonry .project .project-title {
font-size: 24px;
margin: 0 0 5px 0;
line-height: 1.1;
}
.projects-masonry .project .project-summary {
margin-bottom: 30px;
line-height: 1.2;
}
@media only screen and (min-width: 1025px) {
.projects-masonry .project .project-summary {
-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);
}
}
@media only screen and (min-width: 1025px) {
.projects-masonry .project .project-info-list .item h6 {
color: inherit;
-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);
}
}
@media only screen and (min-width: 1025px) {
.projects-masonry .project .project-readmore .button {
position: absolute;
bottom: 0;
left: 0;
height: 100%;
width: 100%;
text-indent: -9999px;
padding: 0;
color: #ffffff;
background: none;
}
.projects-masonry .project .project-readmore .button:after {
text-indent: 0;
content: "\ea06";
font-size: 48px;
line-height: 48px;
width: 64px;
font-family: "Nucleo";
position: absolute;
left: 8%;
bottom: 6.5%;
-webkit-transition: 0.3s cubic-bezier(0.4, 0.01, 0.3, 0.3) 0s;
-moz-transition: 0.3s cubic-bezier(0.4, 0.01, 0.3, 0.3) 0s;
-ms-transition: 0.3s cubic-bezier(0.4, 0.01, 0.3, 0.3) 0s;
-o-transition: 0.3s cubic-bezier(0.4, 0.01, 0.3, 0.3) 0s;
transition: 0.3s cubic-bezier(0.4, 0.01, 0.3, 0.3) 0s;
}
.projects-masonry .project .project-readmore .button:hover:after {
transform: translateX(30px);
}
}
.projects-grid-alt .project .project-inner {
position: relative;
}
.projects-grid-alt .project .project-thumbnail {
margin: 0 0 30px 0;
}
.projects-grid-alt .project .project-title {
font-size: 24px;
margin: 0 0 15px 0;
line-height: 1.2;
}
.projects-grid-alt .project .project-summary {
font-size: 15px;
line-height: 1.4;
margin-bottom: 25px;
}
@media only screen and (min-width: 1280px) {
.projects-grid-alt .project .project-info-list .item {
width: 33.333333%;
}
}
.projects-grid-alt .project .project-readmore .button {
margin-bottom: 30px;
}
.project-carousel .owl-wrapper {
cursor: grab;
}
.project-carousel .owl-item .project-info {
-webkit-opacity: 0;
-khtml-opacity: 0;
-moz-opacity: 0;
opacity: 0;
-ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=0);
filter: alpha(opacity=0);
transition: all 0.5s ease-in-out;
animation-delay: 0.5s;
transform: scale(0.5);
}
.project-carousel .owl-item.active .project-info {
-webkit-opacity: 1;
-khtml-opacity: 1;
-moz-opacity: 1;
opacity: 1;
-ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=100);
filter: alpha(opacity=100);
transform: scale(1);
}
@media only screen and (min-width: 1025px) {
.single-nproject .main-content .project-inner {
display: flex;
justify-content: space-between;
}
.single-nproject .main-content .project-inner .project-info-list {
width: 220px;
margin-right: 80px;
margin-left: 0;
flex-shrink: 0;
display: block;
}
.single-nproject .main-content .project-inner .project-info-list .item {
padding: 0;
width: 100%;
}
.single-nproject .main-content .project-inner .project-info-list p {
font-size: 18px;
}
.single-nproject .project-content {
flex-grow: 1;
overflow: hidden;
}
}
.single-nproject .project-thumbnail {
margin-bottom: 40px;
}
.single-nproject .project-thumbnail .featured-image-caption {
display: block;
position: relative;
font-size: 14px;
padding: 15px 0 30px 0;
-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);
}
.single-nproject .project-thumbnail .featured-image-caption:after {
content: "";
width: 40px;
height: 1px;
position: absolute;
bottom: -10px;
left: 0;
background: rgba(0, 0, 0, 0.5);
}
.single-nproject .project-detail {
margin-bottom: 40px;
font-size: 17px;
line-height: 1.6;
}
.single-nproject .project-footer {
display: flex;
justify-content: space-between;
align-items: center;
border-top: 1px solid rgba(0, 0, 0, 0.1);
padding-top: 35px;
font-size: 14px;
clear: both;
}
.single-nproject .project-footer .project-tags span {
margin-right: 10px;
}
.single-nproject .project-footer .project-tags a {
display: inline-block;
margin: 0 5px 0 0;
position: relative;
}
.single-nproject .project-footer .project-tags a:before {
content: "#";
margin-right: 2px;
}
.single-nproject .project-gallery {
clear: both;
}
.single-nproject .project-gallery .project-media-item a {
display: block;
position: relative;
}
.single-nproject .project-gallery .project-media-item a:after {
content: "\ea30";
font-family: 'Nucleo';
font-size: 48px;
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%);
}
.single-nproject .project-gallery .project-media-item a:before {
content: "";
position: absolute;
left: 0;
right: 0;
top: 0;
bottom: 0;
background: #232323;
z-index: 1;
-webkit-border-radius: 5px;
-moz-border-radius: 5px;
-ms-border-radius: 5px;
-o-border-radius: 5px;
border-radius: 5px;
}
.single-nproject .project-gallery .project-media-item a:after,
.single-nproject .project-gallery .project-media-item 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 .project-media-item a:hover:after {
-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-item a:hover:before {
-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);
visibility: visible;
}
.single-nproject .project-gallery .project-media-item a:hover img {
-webkit-filter: grayscale(100%);
filter: grayscale(100%);
}
.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-slider .project-media-thumbs {
padding: 10px 0 0 0;
}
.single-nproject .project-media-slider .project-media-thumbs .swiper-slide {
cursor: pointer;
-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);
}
.single-nproject .project-media-slider .project-media-thumbs .swiper-slide:hover {
-webkit-opacity: 1;
-khtml-opacity: 1;
-moz-opacity: 1;
opacity: 1;
-ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=100);
filter: alpha(opacity=100);
}
.single-nproject .project-media-slider .project-media-thumbs .swiper-slide.swiper-slide-active {
-webkit-opacity: 1;
-khtml-opacity: 1;
-moz-opacity: 1;
opacity: 1;
-ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=100);
filter: alpha(opacity=100);
}
.single-nproject .project-media-slider .swiper-button-prev,
.single-nproject .project-media-slider .swiper-button-next {
display: none;
}
.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-inner:after {
content: "";
display: table;
clear: both;
}
.single-nproject.project-gallery-right .content-inner .project-content {
float: left;
padding-right: 15px;
width: 50%;
}
.single-nproject.project-gallery-right .content-inner .project-gallery {
float: right;
padding-left: 15px;
width: 50%;
}
.single-nproject.project-gallery-bottom .project-gallery {
margin-top: 60px;
}
.single-nproject.project-gallery-bottom .project-gallery.project-media-slider {
margin-bottom: 30px;
}
.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: 15px;
width: 50%;
}
.single-nproject.project-gallery-left .content-inner .project-gallery {
float: left;
padding-right: 15px;
width: 50%;
}
.projects-related {
clear: both;
padding: 80px 0;
position: relative;
}
.projects-related:after {
content: "";
background: #f2f2f2;
position: absolute;
bottom: 0;
left: -1000px;
right: -1000px;
height: 50%;
z-index: -1;
}
.projects-related .projects-related-title {
font-size: 1.875rem;
margin: 0 0 30px -1px;
position: relative;
padding-top: 30px;
}
.projects-related .projects-related-title:after {
content: "";
height: 1px;
width: 40px;
background: #dddddd;
position: absolute;
left: 1px;
top: 0;
}
.projects-related .projects-related-wrap {
margin: 0 -15px;
}
.projects-related .projects-related-wrap .project {
padding: 0 15px;
}
.projects-related .projects-related-wrap .project .project-inner {
box-shadow: 0 2px 2px rgba(0, 0, 0, 0.06), 0 4px 4px rgba(0, 0, 0, 0.06), 0 8px 8px rgba(0, 0, 0, 0.06), 0 16px 16px rgba(0, 0, 0, 0.06), 0 32px 32px rgba(0, 0, 0, 0.06);
}
.projects-related .projects-related-wrap .project .project-inner img {
filter: grayscale(1);
}
.post-title {
word-wrap: break-word;
overflow-wrap: break-word;
}
.post-image {
margin-bottom: 20px;
}
.post-image .featured-image {
display: block;
position: relative;
}
.post-image .featured-image img {
width: 100%;
}
.post-image .featured-image .more {
position: absolute;
z-index: 2;
left: 50%;
top: 50%;
text-align: center;
line-height: 0.9;
font-size: 0;
font-weight: normal;
transform: translateX(-50%) translateY(-50%);
color: transparent;
-webkit-text-stroke: 1px #ffffff;
white-space: nowrap;
-webkit-opacity: 0;
-khtml-opacity: 0;
-moz-opacity: 0;
opacity: 0;
-ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=0);
filter: alpha(opacity=0);
}
@media only screen and (min-width: 1024px) and (max-width: 1366px) {
.post-image .featured-image .more {
font-size: 2.5rem;
}
}
@media only screen and (min-width: 1367px) {
.post-image .featured-image .more {
font-size: 3rem;
}
}
@media only screen and (min-width: 1680px) {
.post-image .featured-image .more {
font-size: 4rem;
}
}
.post-image .featured-image:hover .more {
color: #ffffff;
-webkit-text-stroke: 1px transparent;
}
.blog-grid .content-inner[data-grid-normal] {
display: flex;
flex-wrap: wrap;
}
.blog-grid .content-inner[data-grid-normal]:after {
display: none;
}
@media only screen and (min-width: 1025px) {
.blog-grid .content-inner[data-grid-normal][data-columns="2"] .post:after {
display: block;
}
.blog-grid .content-inner[data-grid-normal][data-columns="2"] .post:nth-child(2n):after {
display: none;
}
}
@media only screen and (min-width: 992px) and (max-width: 1024px) {
.blog-grid .content-inner[data-grid-normal][data-columns="2"] .post:after {
display: block;
}
.blog-grid .content-inner[data-grid-normal][data-columns="2"] .post:nth-child(3n):after {
display: none;
}
}
@media only screen and (min-width: 544px) and (max-width: 992px) {
.blog-grid .content-inner[data-grid-normal][data-columns="2"] .post:after {
display: block;
}
.blog-grid .content-inner[data-grid-normal][data-columns="2"] .post:nth-child(2n):after {
display: none;
}
}
@media only screen and (min-width: 1025px) {
.blog-grid .content-inner[data-grid-normal][data-columns="3"] .post:after {
display: block;
}
.blog-grid .content-inner[data-grid-normal][data-columns="3"] .post:nth-child(3n):after {
display: none;
}
}
@media only screen and (min-width: 992px) and (max-width: 1024px) {
.blog-grid .content-inner[data-grid-normal][data-columns="3"] .post:after {
display: block;
}
.blog-grid .content-inner[data-grid-normal][data-columns="3"] .post:nth-child(3n):after {
display: none;
}
}
@media only screen and (min-width: 544px) and (max-width: 992px) {
.blog-grid .content-inner[data-grid-normal][data-columns="3"] .post:after {
display: block;
}
.blog-grid .content-inner[data-grid-normal][data-columns="3"] .post:nth-child(2n):after {
display: none;
}
}
@media only screen and (min-width: 1025px) {
.blog-grid .content-inner[data-grid-normal][data-columns="4"] .post:after {
display: block;
}
.blog-grid .content-inner[data-grid-normal][data-columns="4"] .post:nth-child(4n):after {
display: none;
}
}
@media only screen and (min-width: 992px) and (max-width: 1024px) {
.blog-grid .content-inner[data-grid-normal][data-columns="4"] .post:after {
display: block;
}
.blog-grid .content-inner[data-grid-normal][data-columns="4"] .post:nth-child(3n):after {
display: none;
}
}
@media only screen and (min-width: 544px) and (max-width: 992px) {
.blog-grid .content-inner[data-grid-normal][data-columns="4"] .post:after {
display: block;
}
.blog-grid .content-inner[data-grid-normal][data-columns="4"] .post:nth-child(2n):after {
display: none;
}
}
@media only screen and (min-width: 1025px) {
.blog-grid .content-inner[data-grid-normal][data-columns="5"] .post:after {
display: block;
}
.blog-grid .content-inner[data-grid-normal][data-columns="5"] .post:nth-child(5n):after {
display: none;
}
}
@media only screen and (min-width: 992px) and (max-width: 1024px) {
.blog-grid .content-inner[data-grid-normal][data-columns="5"] .post:after {
display: block;
}
.blog-grid .content-inner[data-grid-normal][data-columns="5"] .post:nth-child(3n):after {
display: none;
}
}
@media only screen and (min-width: 544px) and (max-width: 992px) {
.blog-grid .content-inner[data-grid-normal][data-columns="5"] .post:after {
display: block;
}
.blog-grid .content-inner[data-grid-normal][data-columns="5"] .post:nth-child(2n):after {
display: none;
}
}
.blog-grid .post {
float: none;
position: relative;
}
.blog-grid .post.sticky:after {
width: 100%;
top: -30px;
bottom: -30px;
z-index: -1;
background: none;
border: 3px solid;
}
.blog-grid .post:after {
content: "";
position: absolute;
right: 0;
top: 0;
bottom: 0;
width: 1px;
background: rgba(0, 0, 0, 0.1);
display: none;
}
.blog-grid .post .post-categories {
margin-bottom: 7px;
font-size: 13px;
line-height: 1.5;
}
.blog-grid .post .post-categories:after {
content: "";
clear: both;
display: table;
}
.blog-grid .post .post-categories a,
.blog-grid .post .post-categories span {
font-size: 13px;
padding: 3px 4px 1.5px 4px;
color: #ffffff;
background: #000000;
float: left;
margin: 0 3px 3px 0;
line-height: 1.08;
}
.blog-grid .post .post-categories a:hover,
.blog-grid .post .post-categories span:hover {
color: #ffffff;
}
.blog-grid .post .post-categories span {
color: #ffffff;
background: #dddddd;
}
.blog-grid .post .post-header .post-title {
margin: 0 0 20px 0;
font-size: 24px;
line-height: 1.2;
}
.blog-grid .post .post-header .post-title a {
color: inherit;
}
.blog-grid .post .post-content {
font-size: 15px;
}
.blog-grid .post .post-inner {
height: 100%;
position: relative;
padding-bottom: 60px;
}
@media only screen and (min-width: 1024px) {
.blog-grid .post .post-inner:hover .more {
-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 .post-footer {
position: absolute;
left: 0;
right: 0;
bottom: 0;
}
.blog-grid .post .post-footer .post-meta {
display: flex;
font-size: 14px;
line-height: 1.2;
align-items: center;
text-transform: lowercase;
}
.blog-grid .post .post-footer .post-meta a {
color: inherit;
position: relative;
}
.blog-grid .post .post-footer .post-author-content {
display: flex;
align-items: center;
}
.blog-grid .post .post-footer .post-author-content img {
width: 24px;
margin-right: 8px;
-webkit-border-radius: 30px;
-moz-border-radius: 30px;
-ms-border-radius: 30px;
-o-border-radius: 30px;
border-radius: 30px;
filter: grayscale(100);
}
.blog-grid .post .post-footer .post-author-content a {
margin-left: 3px;
}
.blog-grid .post .post-footer .post-author-content span {
-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);
}
.blog-grid .post .post-footer .post-comments {
border-left: 1px solid rgba(0, 0, 0, 0.3);
padding-left: 12px;
margin-left: 12px;
-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);
}
@media only screen and (min-width: 1025px) {
.blog-large.sidebar-left .post-inner {
flex-direction: row-reverse;
}
}
@media only screen and (min-width: 1025px) {
.blog-large.sidebar-left .post-meta {
margin: 0 0 0 80px;
}
}
.blog-large .post {
margin-bottom: 40px;
}
@media only screen and (min-width: 1025px) {
.blog-large .post {
margin-bottom: 80px;
}
}
.blog-large .post-inner {
display: flex;
flex-direction: column;
}
@media only screen and (min-width: 1025px) {
.blog-large .post-inner {
flex-direction: row;
}
}
.blog-large .post-wrap {
border-bottom: 10px solid;
padding-bottom: 40px;
flex-grow: 1;
overflow: hidden;
}
.blog-large .post-meta {
display: flex;
align-items: center;
padding: 20px 0;
justify-content: space-between;
font-size: 14px;
}
@media only screen and (min-width: 1025px) {
.blog-large .post-meta {
flex-shrink: 0;
width: 220px;
margin: 0 80px 0 0;
align-items: baseline;
flex-direction: column;
justify-content: initial;
font-size: 18px;
padding: 30px 0 0 0;
border-top: 1px solid rgba(0, 0, 0, 0.1);
}
.blog-large .post-meta span {
display: inline-block;
text-transform: lowercase;
width: 25px;
}
}
.blog-large .post-meta .post-author-meta {
position: relative;
padding-left: 50px;
}
@media only screen and (min-width: 1025px) {
.blog-large .post-meta .post-author-meta {
padding: 0;
}
}
.blog-large .post-meta .post-author-meta p {
margin: 0;
line-height: 1.3;
}
@media only screen and (min-width: 1025px) {
.blog-large .post-meta .post-author-meta p {
margin-bottom: 5px;
}
}
.blog-large .post-meta .post-author-meta img {
width: 40px;
filter: grayscale(100);
position: absolute;
left: 0;
top: 50%;
margin-top: -25px;
-webkit-border-radius: 100%;
-moz-border-radius: 100%;
-ms-border-radius: 100%;
-o-border-radius: 100%;
border-radius: 100%;
}
@media only screen and (min-width: 1025px) {
.blog-large .post-meta .post-author-meta img {
display: none;
}
}
.blog-large .post-meta .post-categories a:after {
content: ",";
margin: 0 3px 0 1px;
}
.blog-large .post-meta .post-categories a:last-child:after {
display: none;
}
.blog-large .post-image {
margin-bottom: 30px;
}
.blog-large .post-header {
position: relative;
padding: 30px 0 0;
}
.blog-large .post-header:after {
content: "";
height: 1px;
width: 40px;
background: #dddddd;
position: absolute;
left: 2px;
top: 0;
}
.blog-large .post-header .post-title {
margin: 0 0 20px -2px;
font-size: 2rem;
text-transform: uppercase;
line-height: 1;
}
.blog-large .post-header .post-title a {
color: inherit;
}
@media only screen and (min-width: 1025px) {
.blog-large .post-header .post-title {
font-size: 3rem;
}
}
.blog-large .post-content p {
-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);
}
@media only screen and (min-width: 1025px) {
.blog-large .post-content {
font-size: 21px;
line-height: 150%;
}
}
.blog-large .button {
width: 100%;
}
.blog-masonry .post-inner {
text-align: center;
border-bottom: 1px solid rgba(0, 0, 0, 0.1);
padding-bottom: 35px;
}
.blog-masonry .post-image {
margin-bottom: 30px;
}
.blog-masonry .post-image img {
filter: grayscale(100);
}
.blog-masonry .post-meta {
display: flex;
justify-content: center;
font-size: 14px;
margin-bottom: 5px;
}
.blog-masonry .post-date {
-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);
}
.blog-masonry .post-categories a {
color: inherit;
-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);
}
.blog-masonry .post-categories a:before {
content: ",";
margin: 0 3px 0 1px;
}
.blog-masonry .post-categories a:first-child:before {
content: "-";
margin: 0 5px;
}
.blog-masonry .post-categories 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-title {
font-size: 1.125rem;
line-height: 1.25;
margin: 0 30px;
font-weight: inherit;
}
.blog-masonry .post-title a {
color: inherit;
}
.single-post .post-meta,
.single-attachment .post-meta {
border-top: 1px solid rgba(0, 0, 0, 0.1);
border-bottom: 1px solid rgba(0, 0, 0, 0.1);
display: flex;
justify-content: space-between;
align-items: center;
margin: 40px 0;
padding: 25px 0;
}
.single-post .post-meta .post-author-meta,
.single-attachment .post-meta .post-author-meta {
display: flex;
align-items: center;
max-width: 60%;
}
.single-post .post-meta .post-author-meta .post-avatar,
.single-attachment .post-meta .post-author-meta .post-avatar {
margin-right: 20px;
flex-shrink: 0;
display: none;
}
@media only screen and (min-width: 544px) {
.single-post .post-meta .post-author-meta .post-avatar,
.single-attachment .post-meta .post-author-meta .post-avatar {
display: block;
}
}
.single-post .post-meta .post-author-meta .post-avatar img,
.single-attachment .post-meta .post-author-meta .post-avatar img {
width: 45px;
height: 45px;
-webkit-border-radius: 100%;
-moz-border-radius: 100%;
-ms-border-radius: 100%;
-o-border-radius: 100%;
border-radius: 100%;
filter: grayscale(1);
}
.single-post .post-meta .post-author-meta .post-author-content p,
.single-attachment .post-meta .post-author-meta .post-author-content p {
margin: 0;
font-size: 14px;
line-height: 1.2;
}
.single-post .post-meta .post-author-meta .post-author-content p.post-name,
.single-attachment .post-meta .post-author-meta .post-author-content p.post-name {
font-size: 24px;
}
.single-post .post-meta .post-author-meta .post-author-content p.post-name span,
.single-attachment .post-meta .post-author-meta .post-author-content p.post-name span {
text-transform: lowercase;
}
.single-post .post-meta .post-author-meta .post-author-content p.post-data span,
.single-attachment .post-meta .post-author-meta .post-author-content p.post-data span {
-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);
}
.single-post .post-meta .post-author-meta .post-author-content p.post-data a:after,
.single-attachment .post-meta .post-author-meta .post-author-content p.post-data a:after {
content: "/";
margin: 0 5px;
}
.single-post .post-meta .post-author-meta .post-author-content p.post-data a:last-child:after,
.single-attachment .post-meta .post-author-meta .post-author-content p.post-data a:last-child:after {
display: none;
}
.single-post .post-meta .post-date,
.single-attachment .post-meta .post-date {
font-size: 14px;
line-height: 1.2;
border-left: 1px solid rgba(0, 0, 0, 0.1);
padding-left: 20px;
margin-left: 20px;
}
.single-post .post-meta .post-date .post-day,
.single-attachment .post-meta .post-date .post-day {
font-size: 24px;
display: block;
-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-meta .post-date span,
.single-attachment .post-meta .post-date span {
-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);
}
.single-post .post-meta .post-comments,
.single-attachment .post-meta .post-comments {
font-size: 24px;
line-height: 1.2;
border-left: 1px solid rgba(0, 0, 0, 0.1);
padding-left: 20px;
margin-left: 20px;
}
.single-post .post-meta .post-comments a,
.single-attachment .post-meta .post-comments a {
color: inherit;
}
.single-post .post-meta .post-comments span,
.single-attachment .post-meta .post-comments span {
font-size: 14px;
line-height: 1.2;
display: block;
-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);
}
@media only screen and (max-width: 1024px) {
.single-post .post-meta .addtoany_list,
.single-attachment .post-meta .addtoany_list {
display: none;
}
}
.single-post .content .has-post-thumbnail .post-thumbnail,
.single-attachment .content .has-post-thumbnail .post-thumbnail {
margin-bottom: 40px;
}
.single-post .content .has-post-thumbnail .post-thumbnail .featured-image-caption,
.single-attachment .content .has-post-thumbnail .post-thumbnail .featured-image-caption {
display: block;
position: relative;
font-size: 14px;
padding: 15px 0 30px 0;
-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);
}
.single-post .content .has-post-thumbnail .post-thumbnail .featured-image-caption:after,
.single-attachment .content .has-post-thumbnail .post-thumbnail .featured-image-caption:after {
content: "";
width: 40px;
height: 1px;
position: absolute;
bottom: -10px;
left: 0;
background: rgba(0, 0, 0, 0.5);
}
.single-post .content .post-header,
.single-attachment .content .post-header {
position: relative;
padding: 30px 0 0;
}
.single-post .content .post-header:after,
.single-attachment .content .post-header:after {
content: "";
height: 1px;
width: 40px;
background: #dddddd;
position: absolute;
left: 2px;
top: 0;
}
@media only screen and (min-width: 1025px) {
.single-post .content .post-header,
.single-attachment .content .post-header {
width: 80%;
}
}
.single-post .content .post-header .post-title,
.single-attachment .content .post-header .post-title {
margin: 0 0 20px -2px;
font-size: 2rem;
text-transform: uppercase;
}
@media only screen and (min-width: 1025px) {
.single-post .content .post-header .post-title,
.single-attachment .content .post-header .post-title {
font-size: 3rem;
}
}
.single-post .content .post-header p,
.single-attachment .content .post-header p {
font-size: 21px;
line-height: 1.5;
-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);
}
.single-post .content .post-content .post-right,
.single-attachment .content .post-content .post-right {
margin-top: 40px;
}
.single-post .content .post-content .post-right .post-author-box,
.single-attachment .content .post-content .post-right .post-author-box {
display: flex;
padding: 30px 0;
position: relative;
z-index: 1;
font-size: 15px;
}
.single-post .content .post-content .post-right .post-author-box:after,
.single-attachment .content .post-content .post-right .post-author-box:after {
background: #f2f2f2;
position: absolute;
content: "";
left: -5%;
right: -5%;
top: 0;
bottom: 0;
z-index: -1;
}
@media only screen and (min-width: 769px) and (max-width: 1024px) {
.single-post .content .post-content .post-right .post-author-box,
.single-attachment .content .post-content .post-right .post-author-box {
padding-left: 30px;
padding-right: 30px;
}
.single-post .content .post-content .post-right .post-author-box:after,
.single-attachment .content .post-content .post-right .post-author-box:after {
left: 0;
right: 0;
}
}
.single-post .content .post-content .post-right .post-author-box img,
.single-attachment .content .post-content .post-right .post-author-box img {
flex-shrink: 0;
width: 50px;
height: 100%;
margin-right: 20px;
-webkit-border-radius: 100%;
-moz-border-radius: 100%;
-ms-border-radius: 100%;
-o-border-radius: 100%;
border-radius: 100%;
}
.single-post .content .post-content .post-right .post-author-box .author-box-title,
.single-attachment .content .post-content .post-right .post-author-box .author-box-title {
line-height: 1.3;
}
.single-post .content .post-content .post-right .post-author-box .author-description,
.single-attachment .content .post-content .post-right .post-author-box .author-description {
margin-top: 15px;
}
.single-post .content .post-content .post-right .navigation .nav-links li,
.single-attachment .content .post-content .post-right .navigation .nav-links li {
margin-top: 30px;
line-height: 1.2;
}
.single-post .content .post-content .post-right .navigation .nav-links li:first-child,
.single-attachment .content .post-content .post-right .navigation .nav-links li:first-child {
margin-top: 0;
}
.single-post .content .post-content .post-right .navigation .nav-links li.disabled,
.single-attachment .content .post-content .post-right .navigation .nav-links li.disabled {
display: none;
}
.single-post .content .post-content .post-right .navigation .nav-links li.disabled + .next-post,
.single-attachment .content .post-content .post-right .navigation .nav-links li.disabled + .next-post {
margin-top: 0;
}
.single-post .content .post-content .post-right .navigation .nav-links li a,
.single-attachment .content .post-content .post-right .navigation .nav-links li a {
color: inherit;
font-size: 15px;
}
.single-post .content .post-content .post-right .navigation .nav-links li a .meta-nav,
.single-attachment .content .post-content .post-right .navigation .nav-links li a .meta-nav {
display: block;
margin-bottom: 3px;
}
.single-post .content .post-content .post-right .navigation .nav-links li a .post-title,
.single-attachment .content .post-content .post-right .navigation .nav-links li a .post-title {
-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);
font-size: 13px;
}
.single-post .content .post-content .post-right .navigation .nav-links li a:hover .post-title,
.single-attachment .content .post-content .post-right .navigation .nav-links li a:hover .post-title {
-webkit-opacity: 1;
-khtml-opacity: 1;
-moz-opacity: 1;
opacity: 1;
-ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=100);
filter: alpha(opacity=100);
box-shadow: inset 0 -1px 0 0 #232323;
}
@media only screen and (min-width: 1025px) {
.single-post .content .post-content,
.single-attachment .content .post-content {
display: flex;
justify-content: space-between;
}
.single-post .content .post-content .post-content-inner,
.single-attachment .content .post-content .post-content-inner {
flex-grow: 1;
overflow: hidden;
}
.single-post .content .post-content .post-content-inner ul,
.single-attachment .content .post-content .post-content-inner ul {
clear: both;
}
.single-post .content .post-content .post-right,
.single-attachment .content .post-content .post-right {
width: 220px;
margin-left: 80px;
margin-top: 0;
flex-shrink: 0;
display: flex;
flex-direction: column;
justify-content: space-between;
}
.single-post .content .post-content .post-right:empty,
.single-attachment .content .post-content .post-right:empty {
display: none;
}
.single-post .content .post-content .post-right .post-author-box,
.single-attachment .content .post-content .post-right .post-author-box {
padding: 0;
}
.single-post .content .post-content .post-right .post-author-box:after,
.single-attachment .content .post-content .post-right .post-author-box:after {
display: none;
}
.single-post .content .post-content .post-right .post-author-box img,
.single-attachment .content .post-content .post-right .post-author-box img {
display: none;
}
.single-post .content .post-content .navigation.post-navigation .nav-links,
.single-attachment .content .post-content .navigation.post-navigation .nav-links {
flex-direction: column;
}
.single-post .content .post-content .navigation.post-navigation .nav-links:before,
.single-attachment .content .post-content .navigation.post-navigation .nav-links:before {
display: none;
}
.single-post .content .post-content .navigation.post-navigation .nav-links li,
.single-attachment .content .post-content .navigation.post-navigation .nav-links li {
width: 100%;
}
.single-post .content .post-content .navigation.post-navigation .nav-links li a,
.single-attachment .content .post-content .navigation.post-navigation .nav-links li a {
padding: 0;
}
}
.single-post .content .post-detail,
.single-attachment .content .post-detail {
margin-bottom: 60px;
font-size: 17px;
line-height: 1.6;
}
.single-post .content .post-detail p,
.single-attachment .content .post-detail p {
margin-bottom: 30px;
}
.single-post .content .post-detail p:last-child,
.single-attachment .content .post-detail p:last-child {
margin-bottom: 0;
}
.single-post .content .post-detail p:last-child:after,
.single-attachment .content .post-detail p:last-child:after {
clear: both;
display: table;
content: "";
}
.single-post .content .post-detail p span[id*="more-"],
.single-attachment .content .post-detail p span[id*="more-"] {
display: inherit;
margin: 0;
}
.single-post .content .post-footer,
.single-attachment .content .post-footer {
display: flex;
justify-content: space-between;
align-items: center;
font-size: 14px;
clear: both;
position: relative;
}
.single-post .content .post-footer .post-tags,
.single-attachment .content .post-footer .post-tags {
display: flex;
flex-direction: row-reverse;
}
.single-post .content .post-footer .post-tags a,
.single-attachment .content .post-footer .post-tags a {
display: inline-block;
margin: 0 5px 0 0;
position: relative;
}
.single-post .content .post-footer .post-tags a:before,
.single-attachment .content .post-footer .post-tags a:before {
content: "#";
margin-right: 2px;
}
.single-post .content .post-footer .post-tags p:empty + p,
.single-attachment .content .post-footer .post-tags p:empty + p {
display: none;
}
.single-post .content .post-footer .post-tags p,
.single-attachment .content .post-footer .post-tags p {
margin: 0;
padding-top: 35px;
padding-bottom: 35px;
}
.single-post .content .post-footer .post-tags p:last-child,
.single-attachment .content .post-footer .post-tags p:last-child {
margin-right: 10px;
}
.single-post .content .post-footer .post-tags p:last-child:after,
.single-attachment .content .post-footer .post-tags p:last-child:after {
content: "";
position: absolute;
left: 0;
right: 0;
top: 0;
height: 1px;
background: rgba(0, 0, 0, 0.1);
}
.single-post .content .post-footer .post-tags p:empty,
.single-attachment .content .post-footer .post-tags p:empty {
display: none;
}
.single-post .content .post-footer .addtoany_list,
.single-attachment .content .post-footer .addtoany_list {
flex-shrink: 0;
}
.single-post .addtoany_list a,
.single-attachment .addtoany_list a {
margin: 0;
padding: 0 20px;
border-right: 1px solid rgba(0, 0, 0, 0.1);
position: relative;
}
.single-post .addtoany_list a:after,
.single-attachment .addtoany_list a:after {
background: #232323;
color: #ffffff;
content: attr(title);
padding: 8px;
font-size: 10px;
line-height: 1.3;
text-transform: uppercase;
letter-spacing: 1px;
position: absolute;
text-align: center;
left: 50%;
transform: translateX(-50%);
bottom: calc(100% + 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);
}
.single-post .addtoany_list a:before,
.single-attachment .addtoany_list a:before {
content: "\ea0c";
font-family: "Nucleo";
font-size: 16px;
position: absolute;
left: 50%;
transform: translateX(-50%);
top: -25px;
color: #232323;
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);
}
.single-post .addtoany_list a:hover,
.single-attachment .addtoany_list a:hover {
border-right: 1px solid rgba(0, 0, 0, 0.1);
}
.single-post .addtoany_list a:hover:after,
.single-attachment .addtoany_list a:hover:after,
.single-post .addtoany_list a:hover:before,
.single-attachment .addtoany_list 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-post .addtoany_list a:last-child,
.single-attachment .addtoany_list a:last-child {
border-right: none;
}
.single-post .addtoany_list a span,
.single-attachment .addtoany_list a span {
vertical-align: middle;
}
@media only screen and (min-width: 1025px) {
.single-post.sidebar-right .content .post-content,
.single-attachment.sidebar-right .content .post-content {
flex-direction: row-reverse;
}
.single-post.sidebar-right .content .post-content .post-right,
.single-attachment.sidebar-right .content .post-content .post-right {
margin-left: 0;
margin-right: 80px;
}
}
.related-posts {
clear: both;
padding: 80px 0;
}
.related-posts .grid-posts {
display: flex;
flex-wrap: wrap;
margin: 0 -20px;
}
.related-posts .grid-posts:hover .post .post-inner {
-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);
}
.related-posts .grid-posts[data-columns="2"] .post:nth-child(2n):before {
display: none;
}
.related-posts .grid-posts[data-columns="3"] .post:nth-child(3n):before {
display: none;
}
.related-posts .grid-posts[data-columns="4"] .post:nth-child(4n):before {
display: none;
}
.related-posts .grid-posts[data-columns="5"] .post:nth-child(5n):before {
display: none;
}
.related-posts .grid-posts .post {
padding: 0 20px;
float: none;
position: relative;
margin-bottom: 40px;
}
@media only screen and (min-width: 1025px) {
.related-posts .grid-posts .post {
margin-bottom: 0;
}
}
@media only screen and (min-width: 320px) and (max-width: 544px) {
.related-posts .grid-posts .post {
width: 50%;
}
}
.related-posts .grid-posts .post .post-inner {
height: 100%;
position: relative;
padding-bottom: 35px;
}
.related-posts .grid-posts .post .post-inner:hover {
-webkit-opacity: 1;
-khtml-opacity: 1;
-moz-opacity: 1;
opacity: 1;
-ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=100);
filter: alpha(opacity=100);
}
.related-posts .grid-posts .post .post-inner:hover .post-title a {
box-shadow: inset 0 -1px 0 0 #dddddd;
}
.related-posts .grid-posts .post .post-inner:hover .featured-image img {
filter: grayscale(0);
}
.related-posts .grid-posts .post:before {
content: "";
position: absolute;
width: 1px;
top: 0;
bottom: 0;
right: 0;
background: rgba(0, 0, 0, 0.1);
}
.related-posts .grid-posts .post .featured-image img {
filter: grayscale(1);
}
.related-posts .grid-posts .post .post-title {
font-size: 18px;
margin: 0;
line-height: 1.2;
}
.related-posts .grid-posts .post .post-title a {
color: inherit;
}
.related-posts .grid-posts .post .post-date {
font-size: 14px;
position: absolute;
bottom: 0;
left: 0;
-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);
}
.related-posts .related-posts-title {
font-size: 1.875rem;
margin: 0 0 30px -1px;
position: relative;
padding-top: 30px;
}
.related-posts .related-posts-title:after {
content: "";
height: 1px;
width: 40px;
background: #dddddd;
position: absolute;
left: 1px;
top: 0;
}
.widget_shopping_cart_content .woocommerce-mini-cart__empty-message {
font-weight: 300;
font-size: 14px;
-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);
}
.widget_shopping_cart_content ul.cart_list {
padding: 10px 0;
margin: 0;
list-style: none;
border-top: 1px solid rgba(0, 0, 0, 0.1);
border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
.widget_shopping_cart_content ul.cart_list li {
padding: 15px 20px 15px 60px;
display: flex;
flex-direction: column-reverse;
position: relative;
line-height: 125%;
}
.widget_shopping_cart_content ul.cart_list li:hover .remove {
-webkit-opacity: 1;
-khtml-opacity: 1;
-moz-opacity: 1;
opacity: 1;
-ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=100);
filter: alpha(opacity=100);
}
.widget_shopping_cart_content ul.cart_list li .remove {
font-size: 24px;
position: absolute;
right: 0;
top: 50%;
transform: translateY(-50%);
font-weight: 200;
-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);
}
.widget_shopping_cart_content ul.cart_list li img {
width: 50px;
position: absolute;
left: 0;
top: 50%;
transform: translateY(-50%);
}
.widget_shopping_cart_content ul.cart_list li .quantity {
font-weight: 300;
font-size: 14px;
}
.widget_shopping_cart_content ul.cart_list li a {
display: block;
color: inherit;
}
.widget_shopping_cart_content .total {
padding: 15px 0;
margin-bottom: 0;
display: flex;
justify-content: space-between;
}
.widget_shopping_cart_content .buttons .button {
font-size: 15px;
display: block;
text-align: center;
margin-bottom: 10px;
height: 45px;
line-height: 45px;
padding: 0 10px;
}
.widget_shopping_cart_content .buttons .button.checkout {
margin-bottom: 0;
}
.widget_shopping_cart_content .buttons .button.checkout:before {
display: none;
}
.woocommerce .clear {
clear: both;
}
.woocommerce .woocommerce-result-count {
font-weight: 300;
border-bottom: 1px solid rgba(0, 0, 0, 0.1);
padding-bottom: 20px;
margin-bottom: 60px;
font-size: 15px;
}
.woocommerce .woocommerce-ordering {
position: absolute;
right: 0;
top: 0;
}
.woocommerce .woocommerce-ordering select {
border: none;
background-color: transparent;
background-position: 100% right;
padding: 0;
}
.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 {
color: #21ab74;
margin: 0 0 80px 0;
position: relative;
list-style: none;
display: flex;
align-items: center;
justify-content: center;
}
.woocommerce .woocommerce-message:before,
.woocommerce .woocommerce-info:before,
.woocommerce .woocommerce-error:before {
content: "\ea31";
font-size: 32px;
font-family: "Nucleo";
margin-right: 10px;
background: #f2f2f2;
height: 40px;
line-height: 40px;
width: 40px;
text-align: center;
-webkit-border-radius: 100%;
-moz-border-radius: 100%;
-ms-border-radius: 100%;
-o-border-radius: 100%;
border-radius: 100%;
}
.woocommerce .woocommerce-message .button,
.woocommerce .woocommerce-info .button,
.woocommerce .woocommerce-error .button {
order: 3;
margin-left: 5px;
color: inherit;
background: none;
padding: 0;
line-height: inherit;
}
.woocommerce .woocommerce-message .button:before,
.woocommerce .woocommerce-info .button:before,
.woocommerce .woocommerce-error .button:before {
height: 1px;
background: #232323;
border: none;
top: auto;
bottom: 2px;
-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);
}
.woocommerce .woocommerce-message .button:hover:before,
.woocommerce .woocommerce-info .button:hover:before,
.woocommerce .woocommerce-error .button:hover:before {
-webkit-opacity: 0;
-khtml-opacity: 0;
-moz-opacity: 0;
opacity: 0;
-ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=0);
filter: alpha(opacity=0);
}
.woocommerce .woocommerce-message .showlogin,
.woocommerce .woocommerce-info .showlogin,
.woocommerce .woocommerce-error .showlogin,
.woocommerce .woocommerce-message .showcoupon,
.woocommerce .woocommerce-info .showcoupon,
.woocommerce .woocommerce-error .showcoupon {
color: #232323;
border-bottom: 1px solid rgba(0, 0, 0, 0.5);
margin-left: 10px;
}
.woocommerce .woocommerce-message .showlogin:hover,
.woocommerce .woocommerce-info .showlogin:hover,
.woocommerce .woocommerce-error .showlogin:hover,
.woocommerce .woocommerce-message .showcoupon:hover,
.woocommerce .woocommerce-info .showcoupon:hover,
.woocommerce .woocommerce-error .showcoupon:hover {
border-color: rgba(0, 0, 0, 0.1);
}
.woocommerce .woocommerce-info {
color: #34b8e1;
}
.woocommerce .woocommerce-info:before {
content: "\ea7e";
background: none;
}
.woocommerce .woocommerce-error {
color: #c21323;
}
.woocommerce .woocommerce-error:before {
content: "\ea30";
}
.woocommerce ul.woocommerce-error {
display: block;
padding: 0 0 0 60px;
}
.woocommerce ul.woocommerce-error:before {
position: absolute;
top: 0;
left: 0;
}
.woocommerce .checkout_coupon {
margin-bottom: 60px;
}
.woocommerce .onsale {
position: absolute;
top: 15px;
left: 15px;
z-index: 2;
font-size: 12px;
letter-spacing: 2px;
background: #ffffff;
text-transform: uppercase;
line-height: 1;
padding: 5px 10px;
-webkit-box-shadow: 0 30px 50px rgba(0, 0, 0, 0.12);
-moz-box-shadow: 0 30px 50px rgba(0, 0, 0, 0.12);
-ms-box-shadow: 0 30px 50px rgba(0, 0, 0, 0.12);
-o-box-shadow: 0 30px 50px rgba(0, 0, 0, 0.12);
box-shadow: 0 30px 50px rgba(0, 0, 0, 0.12);
}
.woocommerce .star-rating {
overflow: hidden;
position: relative;
height: 14px;
line-height: 14px;
width: 65px;
color: inherit;
}
.woocommerce .star-rating:before {
font-size: 12px;
content: "\eaae\eaae\eaae\eaae\eaae";
font-family: "Nucleo";
float: left;
left: 1px;
position: absolute;
top: 0;
letter-spacing: 1px;
}
.woocommerce .star-rating span {
float: left;
left: 0;
top: 0;
overflow: hidden;
padding-top: 1.5em;
position: absolute;
}
.woocommerce .star-rating span:before {
font-size: 12px;
font-family: "Nucleo";
left: 1px;
position: absolute;
top: 0;
content: "\eaad\eaad\eaad\eaad\eaad";
letter-spacing: 1px;
}
.woocommerce .products {
margin: 0;
padding: 0;
list-style: none;
display: flex;
flex-wrap: wrap;
}
.woocommerce .products[data-grid-normal] {
margin-left: -7.5px;
margin-right: -7.5px;
}
.woocommerce .products li {
position: relative;
padding-bottom: 30px;
float: none;
padding-left: 7.5px;
padding-right: 7.5px;
}
.woocommerce .products li .woocommerce-LoopProduct-link {
margin: 0;
padding: 0;
position: relative;
color: inherit;
display: block;
}
.woocommerce .products li .woocommerce-LoopProduct-link img {
width: 100%;
display: block;
margin-bottom: 20px;
}
.woocommerce .products li .woocommerce-loop-product__title {
font-size: 18px;
line-height: 1.2;
margin: 0 20px 0 0;
font-weight: 300;
display: inline;
}
.woocommerce .products li .star-rating {
position: absolute;
right: 15px;
top: 19px;
}
.woocommerce .products li .price {
font-size: 15px;
padding: 0;
font-weight: 300;
display: block;
line-height: 1.45em;
overflow: hidden;
margin-top: 5px;
color: #c21323;
}
.woocommerce .products li .price del {
font-size: 12px;
-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);
}
.woocommerce .products li .price ins {
text-decoration: none;
}
.woocommerce .products li .price .amount {
display: inline-block;
}
.woocommerce .products li .button {
color: inherit;
padding: 20px 0;
border: none;
background: none;
text-transform: uppercase;
font-weight: 600;
font-size: 12px;
letter-spacing: 1px;
line-height: 22px;
}
.woocommerce .products li .button:before {
-webkit-opacity: 1;
-khtml-opacity: 1;
-moz-opacity: 1;
opacity: 1;
-ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=100);
filter: alpha(opacity=100);
top: auto;
bottom: 15px;
border: none;
height: 3px;
background: #dddddd;
}
.woocommerce .products li .button:after {
content: "\eaaf";
font-family: "Nucleo";
font-size: 20px;
font-weight: normal;
position: absolute;
top: 50%;
transform: translateY(-50%);
left: 0;
display: none;
}
.woocommerce .products li .button.loading {
-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);
}
.woocommerce .products li .button.loading:before {
-webkit-opacity: 0;
-khtml-opacity: 0;
-moz-opacity: 0;
opacity: 0;
-ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=0);
filter: alpha(opacity=0);
}
.woocommerce .products li .button.added {
display: none;
}
.woocommerce .products li .wc-forward {
color: inherit;
padding: 20px 0 20px 30px;
border: none;
background: none;
text-transform: uppercase;
font-weight: 600;
font-size: 12px;
letter-spacing: 1px;
line-height: 22px;
position: relative;
display: inline-block;
}
.woocommerce .products li .wc-forward:before {
content: "\ea31";
font-family: "Nucleo";
font-size: 20px;
font-weight: normal;
position: absolute;
top: 50%;
transform: translateY(-50%);
left: 0;
color: #ffffff;
background: #232323;
width: 20px;
height: 20px;
text-align: center;
line-height: 20px;
-webkit-border-radius: 100%;
-moz-border-radius: 100%;
-ms-border-radius: 100%;
-o-border-radius: 100%;
border-radius: 100%;
}
.woocommerce .product {
position: relative;
}
.woocommerce .product .images {
position: relative;
margin-bottom: 60px;
}
@media only screen and (min-width: 768px) {
.woocommerce .product .images {
float: left;
width: calc(50% - 30px);
}
}
.woocommerce .product .images .woocommerce-product-gallery__trigger {
position: absolute;
z-index: 2;
top: 15px;
right: 15px;
width: 32px;
height: 32px;
text-indent: -9999px;
}
.woocommerce .product .images .woocommerce-product-gallery__trigger:after {
content: "\ea62";
font-family: "Nucleo";
font-size: 32px;
line-height: 32px;
height: 32px;
width: 32px;
text-align: center;
color: #232323;
position: absolute;
left: 0;
top: 0;
text-indent: 0;
}
.woocommerce .product .images .woocommerce-product-gallery__wrapper {
margin: 0;
}
.woocommerce .product .images .flex-control-thumbs {
list-style: none;
margin: 5px -5px 0 -5px;
padding: 0;
}
.woocommerce .product .images .flex-control-thumbs:after {
clear: both;
display: table;
content: "";
}
.woocommerce .product .images .flex-control-thumbs li {
float: left;
width: 25%;
padding: 5px;
}
.woocommerce .product .images .flex-control-thumbs li img {
width: 100%;
cursor: pointer;
-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);
}
.woocommerce .product .images .flex-control-thumbs li img.flex-active {
-webkit-opacity: 1;
-khtml-opacity: 1;
-moz-opacity: 1;
opacity: 1;
-ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=100);
filter: alpha(opacity=100);
}
@media only screen and (min-width: 768px) {
.woocommerce .product .summary {
float: right;
width: calc(50% - 30px);
}
}
.woocommerce .product .summary .product_title {
margin: 0 0 20px 0;
font-size: 2.25rem;
}
.woocommerce .product .summary .woocommerce-product-rating {
display: flex;
align-items: center;
margin: 20px 0 15px 0;
}
.woocommerce .product .summary .woocommerce-product-rating .star-rating {
height: 24px;
line-height: 24px;
width: 124px;
margin-right: 10px;
top: -2px;
}
.woocommerce .product .summary .woocommerce-product-rating .star-rating:before {
font-size: 24px;
}
.woocommerce .product .summary .woocommerce-product-rating .star-rating span:before {
font-size: 24px;
}
.woocommerce .product .summary .woocommerce-product-rating .woocommerce-review-link {
color: inherit;
-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);
font-size: 13px;
}
.woocommerce .product .summary .woocommerce-product-rating .woocommerce-review-link:hover {
-webkit-opacity: 1;
-khtml-opacity: 1;
-moz-opacity: 1;
opacity: 1;
-ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=100);
filter: alpha(opacity=100);
}
.woocommerce .product .summary .price {
font-weight: 300;
}
.woocommerce .product .summary .price ins {
text-decoration: none;
}
.woocommerce .product .summary .price del {
-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);
}
.woocommerce .product .summary .price del .amount {
font-size: 1.2rem;
}
.woocommerce .product .summary .price .amount {
font-size: 1.5rem;
line-height: 1;
}
.woocommerce .product .summary .out-of-stock {
margin: 0;
background: rgba(0, 0, 0, 0.05);
display: inline-block;
padding: 2px 10px 0 10px;
font-size: 14px;
}
.woocommerce .product .summary .woocommerce-product-details__short-description {
margin-bottom: 35px;
color: #232323;
}
.woocommerce .product .summary .woocommerce-product-details__short-description ul.list-style4 {
color: #666;
}
.woocommerce .product .summary .cart {
border-top: 1px solid rgba(0, 0, 0, 0.1);
margin-bottom: 20px;
}
.woocommerce .product .summary .cart .quantity {
display: flex;
align-items: center;
justify-content: space-between;
border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
.woocommerce .product .summary .cart .quantity .screen-reader-text {
font-size: 15px;
line-height: 145%;
-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);
width: 50%;
flex-shrink: 0;
}
.woocommerce .product .summary .cart .quantity .input-text {
flex-grow: 1;
line-height: 20px;
padding: 5px 0;
font-size: 2rem;
border: none;
}
.woocommerce .product .summary .cart .single_add_to_cart_button {
padding: 20px 40px;
font-family: inherit;
font-size: 14px;
letter-spacing: 1px;
text-transform: uppercase;
margin: 15px 0;
width: 100%;
display: flex;
align-items: center;
justify-content: center;
}
.woocommerce .product .summary .cart .single_add_to_cart_button:before {
content: "\eaac";
font-size: 24px;
font-family: "Nucleo";
position: static;
z-index: 0;
border: none;
-webkit-opacity: 1;
-khtml-opacity: 1;
-moz-opacity: 1;
opacity: 1;
-ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=100);
filter: alpha(opacity=100);
margin-right: 15px;
}
.woocommerce .product .summary .cart .single_add_to_cart_button.disabled {
background: #dddddd;
cursor: no-drop;
}
.woocommerce .product .summary .variations_form {
display: block;
position: relative;
}
.woocommerce .product .summary .variations_form .single_variation_wrap {
font-size: 15px;
}
.woocommerce .product .summary .variations_form .single_variation_wrap .single_variation {
padding: 20px 0;
border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
.woocommerce .product .summary .variations_form .single_variation_wrap .single_variation .woocommerce-variation-description {
margin-bottom: 20px;
}
.woocommerce .product .summary .variations_form table {
border: none;
background: transparent;
}
.woocommerce .product .summary .variations_form table tbody tr {
border: none;
}
.woocommerce .product .summary .variations_form table tbody tr td {
padding: 0;
border: none;
border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
.woocommerce .product .summary .variations_form table tbody tr td.value select {
width: 100%;
text-align: center;
}
.woocommerce .product .summary .variations_form table tbody tr td.label {
-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);
width: 50%;
}
.woocommerce .product .summary .variations_form table tbody .reset_variations {
position: absolute;
right: 0;
bottom: -44px;
font-size: 11px;
text-transform: uppercase;
letter-spacing: 1px;
padding: 0 0 0 30px;
}
.woocommerce .product .summary .variations_form table tbody .reset_variations:before {
position: absolute;
content: "\ea30";
font-family: "Nucleo";
font-size: 32px;
text-indent: 0;
top: 0;
left: 0;
}
.woocommerce .product .summary .variations_form table.variations select {
border: none;
padding: 15px 0;
font-weight: normal;
font-size: 18px;
}
.woocommerce .product .summary .grouped_form table tr td {
padding: 0;
border: none;
border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
.woocommerce .product .summary .grouped_form table tr td .quantity {
border-bottom: none;
display: block;
}
.woocommerce .product .summary .grouped_form table tr td .quantity .screen-reader-text {
display: none;
}
.woocommerce .product .summary .grouped_form table tr td .quantity .input-text {
font-size: 18px;
width: 100%;
}
.woocommerce .product .summary .grouped_form table tr td.woocommerce-grouped-product-list-item__quantity {
width: 10%;
}
.woocommerce .product .summary .grouped_form table tr td.woocommerce-grouped-product-list-item__label {
padding: 10px 20px;
}
.woocommerce .product .summary .grouped_form table tr td.woocommerce-grouped-product-list-item__label a {
font-weight: 500;
font-size: 18px;
color: inherit;
}
.woocommerce .product .summary .grouped_form table tr td.woocommerce-grouped-product-list-item__price del {
-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);
}
.woocommerce .product .summary .grouped_form table tr td.woocommerce-grouped-product-list-item__price ins {
text-decoration: none;
}
.woocommerce .product .summary .product_meta {
font-size: 11px;
text-transform: uppercase;
letter-spacing: 1px;
margin-bottom: 60px;
}
.woocommerce .product .summary .product_meta > span {
display: inline-block;
margin: 0 20px 0 0;
}
.woocommerce .product .summary .product_meta > span:last-child {
margin: 0;
}
.woocommerce .product .woocommerce-tabs {
clear: both;
margin: 0;
margin-bottom: 60px;
}
@media only screen and (min-width: 768px) {
.woocommerce .product .woocommerce-tabs {
float: right;
clear: right;
width: calc(50% - 30px);
}
}
.woocommerce .product .woocommerce-tabs .tabs {
list-style: none;
margin: 0 0 30px;
padding: 0;
display: flex;
position: relative;
}
.woocommerce .product .woocommerce-tabs .tabs:after {
content: "";
background: rgba(0, 0, 0, 0.1);
position: absolute;
bottom: 0;
left: 0;
right: 0;
height: 1px;
}
.woocommerce .product .woocommerce-tabs .tabs li {
padding: 0;
border: none;
margin: 0 20px;
}
.woocommerce .product .woocommerce-tabs .tabs li:last-child {
margin-right: 0;
}
.woocommerce .product .woocommerce-tabs .tabs li:first-child {
margin-left: 0;
}
.woocommerce .product .woocommerce-tabs .tabs li a {
padding: 0 0 30px 0;
display: block;
position: relative;
color: inherit;
font-size: 1.2rem;
font-weight: 500;
height: 100%;
-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);
}
.woocommerce .product .woocommerce-tabs .tabs li a:after {
content: "";
width: 0;
right: 0;
position: absolute;
height: 5px;
bottom: 0;
background: #232323;
-webkit-transition: width 0.5s cubic-bezier(0.25, 0.8, 0.25, 1) 0s;
-moz-transition: width 0.5s cubic-bezier(0.25, 0.8, 0.25, 1) 0s;
-ms-transition: width 0.5s cubic-bezier(0.25, 0.8, 0.25, 1) 0s;
-o-transition: width 0.5s cubic-bezier(0.25, 0.8, 0.25, 1) 0s;
transition: width 0.5s cubic-bezier(0.25, 0.8, 0.25, 1) 0s;
}
.woocommerce .product .woocommerce-tabs .tabs li.active a,
.woocommerce .product .woocommerce-tabs .tabs li:hover a {
-webkit-opacity: 1;
-khtml-opacity: 1;
-moz-opacity: 1;
opacity: 1;
-ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=100);
filter: alpha(opacity=100);
}
.woocommerce .product .woocommerce-tabs .tabs li.active a:after,
.woocommerce .product .woocommerce-tabs .tabs li:hover a:after {
width: 100%;
left: 0;
right: auto;
}
.woocommerce .product .woocommerce-tabs .woocommerce-product-attributes tr {
border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
.woocommerce .product .woocommerce-tabs .woocommerce-product-attributes tr th,
.woocommerce .product .woocommerce-tabs .woocommerce-product-attributes tr td {
border: none;
padding: 10px 0;
}
.woocommerce .product .woocommerce-tabs .woocommerce-product-attributes tr th {
width: 100px;
}
.woocommerce .product .woocommerce-tabs .woocommerce-product-attributes tr:first-child th,
.woocommerce .product .woocommerce-tabs .woocommerce-product-attributes tr:first-child td {
padding-top: 0;
}
.woocommerce .product .woocommerce-tabs .woocommerce-product-attributes tr:last-child {
border: none;
}
.woocommerce .product .woocommerce-tabs .woocommerce-product-attributes tr:last-child th,
.woocommerce .product .woocommerce-tabs .woocommerce-product-attributes tr:last-child td {
padding-bottom: 0;
}
.woocommerce .product .woocommerce-tabs .woocommerce-Tabs-panel > h2,
.woocommerce .product .woocommerce-tabs .woocommerce-Tabs-panel .woocommerce-Reviews-title {
display: none;
}
.woocommerce .product section.products {
clear: both;
margin: 0;
padding: 0;
}
.woocommerce .product section.products h2:not(.woocommerce-loop-product__title) {
font-size: 1.875rem;
margin: 0 0 30px -1px;
position: relative;
padding-top: 30px;
}
.woocommerce .product section.products h2:not(.woocommerce-loop-product__title):after {
content: "";
height: 1px;
width: 40px;
background: #dddddd;
position: absolute;
left: 1px;
top: 0;
}
.woocommerce .product section.products.related {
display: block;
}
@media only screen and (min-width: 1025px) {
.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.checkout_coupon label {
display: block;
}
.woocommerce > form.checkout_coupon label.inline {
display: inline-block;
}
.woocommerce > form.checkout_coupon .form-row-first {
float: left;
width: 50%;
padding-right: 15px;
}
.woocommerce > form.checkout_coupon .form-row-last {
float: right;
width: 50%;
padding-left: 15px;
}
.woocommerce > form.checkout_coupon input {
width: 100%;
}
.woocommerce > form.checkout_coupon input[type="checkbox"] {
width: auto;
}
.woocommerce > form.checkout_coupon input.button {
width: calc(50% - 15px);
margin-right: 30px;
}
.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 tr {
border-bottom: 1px solid #ddd;
}
.woocommerce .shop_table tr th,
.woocommerce .shop_table tr td {
border: none;
padding-top: 20px;
padding-bottom: 20px;
}
.woocommerce .shop_table tr:hover .product-quantity input {
border-color: #232323;
}
.woocommerce .shop_table .product-thumbnail {
width: 75px;
}
.woocommerce .shop_table .product-remove {
width: 40px;
}
.woocommerce .shop_table .product-remove a {
font-weight: 200;
font-size: 24px;
color: #232323;
}
.woocommerce .shop_table .product-remove a:hover {
color: #dddddd;
}
.woocommerce .shop_table .product-name a {
color: inherit;
font-size: 18px;
}
.woocommerce .shop_table .product-price .amount {
-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);
}
.woocommerce .shop_table .product-quantity .screen-reader-text {
display: none;
}
.woocommerce .shop_table .product-quantity input {
width: 70px;
text-align: center;
font-size: 21px;
padding: 5px 0;
border: none;
border-bottom: 1px solid transparent;
}
.woocommerce .shop_table .product-subtotal {
text-align: right;
}
.woocommerce .shop_table thead tr {
border-bottom: 5px solid;
}
.woocommerce .shop_table thead tr th {
padding-top: 0;
}
.woocommerce .shop_table tbody {
text-align: center;
}
.woocommerce .shop_table tbody tr:last-child {
border: none;
}
.woocommerce .shop_table td.actions {
text-align: center;
padding: 30px 0 60px 0;
}
.woocommerce .shop_table td.actions .coupon {
display: inline-block;
margin-right: 10px;
}
.woocommerce .shop_table td.actions .coupon label {
display: none;
}
.woocommerce .shop_table td.actions .coupon .input-text {
border: none;
border-bottom: 1px solid;
padding: 0;
height: 54px;
line-height: 54px;
font-size: 18px;
}
.woocommerce .shop_table td.actions .button {
margin-left: 10px;
font-family: inherit;
height: 55px;
line-height: 50px;
padding: 0 40px;
}
@media only screen and (max-width: 768px) {
.woocommerce .shop_table.shop_table_responsive tr td:before {
content: attr(data-title) " ";
float: left;
margin-right: 15px;
}
}
@media only screen and (max-width: 768px) {
.woocommerce .shop_table.woocommerce-cart-form__contents {
display: block;
}
.woocommerce .shop_table.woocommerce-cart-form__contents thead {
display: none;
}
.woocommerce .shop_table.woocommerce-cart-form__contents tbody {
width: 100%;
display: block;
}
.woocommerce .shop_table.woocommerce-cart-form__contents tbody tr .actions {
display: block;
}
.woocommerce .shop_table.woocommerce-cart-form__contents tbody tr .actions .coupon {
margin: 0;
width: 100%;
}
.woocommerce .shop_table.woocommerce-cart-form__contents tbody tr .actions .coupon .input-text {
width: 100%;
margin: 0 0 10px 0;
}
.woocommerce .shop_table.woocommerce-cart-form__contents tbody tr .actions .button {
margin: 0 0 10px 0;
width: 100%;
}
.woocommerce .shop_table.woocommerce-cart-form__contents tbody .woocommerce-cart-form__cart-item {
position: relative;
width: 100%;
display: flex;
flex-direction: column;
border: 1px solid rgba(0, 0, 0, 0.1);
margin-bottom: 10px;
padding: 30px 30px 30px 120px;
}
.woocommerce .shop_table.woocommerce-cart-form__contents tbody .woocommerce-cart-form__cart-item td {
padding: 0;
display: flex;
align-items: center;
justify-content: space-between;
}
.woocommerce .shop_table.woocommerce-cart-form__contents .product-remove {
position: absolute;
left: 10px;
top: 10px;
z-index: 3;
}
.woocommerce .shop_table.woocommerce-cart-form__contents .product-remove:before {
display: none;
}
.woocommerce .shop_table.woocommerce-cart-form__contents .product-remove a {
background: #dddddd;
display: block;
width: 40px;
height: 40px;
text-align: center;
line-height: 38px;
-webkit-border-radius: 20px;
-moz-border-radius: 20px;
-ms-border-radius: 20px;
-o-border-radius: 20px;
border-radius: 20px;
}
.woocommerce .shop_table.woocommerce-cart-form__contents .product-remove a:hover {
color: inherit;
}
.woocommerce .shop_table.woocommerce-cart-form__contents .product-thumbnail {
position: absolute;
left: 30px;
top: 30px;
width: 70px;
display: block;
}
.woocommerce .shop_table.woocommerce-cart-form__contents .product-thumbnail:before {
display: none;
}
.woocommerce .shop_table.woocommerce-cart-form__contents .product-thumbnail img {
max-width: 70px;
}
.woocommerce .shop_table.woocommerce-cart-form__contents .product-quantity .quantity input {
text-align: right;
padding: 0;
font-size: 15px;
}
}
@media only screen and (min-width: 1025px) {
.woocommerce .cart-collaterals {
float: right;
padding-left: 30px;
width: 30%;
}
}
.woocommerce .cart-collaterals h2 {
font-size: 2rem;
text-align: center;
margin: 0 0 20px 0;
}
.woocommerce .cart-collaterals .cross-sells {
display: none;
}
.woocommerce .cart-collaterals .cart_totals {
background: #f2f2f2;
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 {
background: transparent;
text-align: left;
padding: 15px 0;
}
.woocommerce .cart-collaterals .cart_totals .shop_table td {
text-align: right;
}
.woocommerce .cart-collaterals .cart_totals .shop_table th {
color: #999;
}
.woocommerce .cart-collaterals .cart_totals .shop_table .order-total .amount {
font-size: 1.2rem;
}
.woocommerce .cart-collaterals .cart_totals .button {
display: block;
width: 100%;
text-align: center;
}
.woocommerce .woocomerce-form.woocommerce-form-login {
margin: 0 0 30px 0;
}
.woocommerce .woocomerce-form.woocommerce-form-login label {
display: block;
margin: 0 0 5px 0;
font-size: 14px;
}
.woocommerce .woocomerce-form.woocommerce-form-login label.inline {
display: inline-block;
margin: 0 0 0 15px;
}
.woocommerce .woocommerce-checkout {
font-size: 14px;
}
.woocommerce .woocommerce-checkout:after {
display: table;
content: "";
clear: both;
}
.woocommerce .woocommerce-checkout #customer_details {
margin-bottom: 60px;
}
@media only screen and (min-width: 1025px) {
.woocommerce .woocommerce-checkout #customer_details {
float: left;
width: 70%;
padding-right: 30px;
}
}
.woocommerce .woocommerce-checkout #customer_details h3 {
font-size: 2em;
margin: 0 0 30px 0;
border-bottom: 5px solid;
padding: 0 0 14px 0;
}
.woocommerce .woocommerce-checkout #customer_details label {
display: block;
margin: 0 0 5px 0;
}
.woocommerce .woocommerce-checkout #customer_details label.checkbox {
display: inline-block;
}
.woocommerce .woocommerce-checkout #customer_details input {
width: 100%;
padding: 12px 15px;
background: #f2f2f2;
border: 1px solid transparent;
}
.woocommerce .woocommerce-checkout #customer_details input:hover,
.woocommerce .woocommerce-checkout #customer_details input:focus {
border-color: #232323;
}
.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 {
height: 100px;
max-height: 100px;
width: 100%;
padding: 15px;
background: #f2f2f2;
border: 1px solid transparent;
}
.woocommerce .woocommerce-checkout #customer_details .woocommerce-shipping-fields textarea:hover,
.woocommerce .woocommerce-checkout #customer_details .woocommerce-additional-fields textarea:hover,
.woocommerce .woocommerce-checkout #customer_details .woocommerce-shipping-fields textarea:focus,
.woocommerce .woocommerce-checkout #customer_details .woocommerce-additional-fields textarea:focus {
border-color: #232323;
}
.woocommerce .woocommerce-checkout #customer_details .woocommerce-account-fields {
clear: both;
}
.woocommerce .woocommerce-checkout #order_review_heading {
display: none;
}
@media only screen and (min-width: 1025px) {
.woocommerce .woocommerce-checkout #order_review {
float: right;
width: 30%;
padding-left: 30px;
}
}
.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 .product-total {
text-align: right;
}
.woocommerce .woocommerce-checkout #order_review .shop_table .product-total .amount {
-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);
}
.woocommerce .woocommerce-checkout #order_review .shop_table tfoot {
border-top: 1px solid #ddd;
}
.woocommerce .woocommerce-checkout #order_review .shop_table tfoot th,
.woocommerce .woocommerce-checkout #order_review .shop_table tfoot td {
text-align: left;
}
.woocommerce .woocommerce-checkout .woocommerce-checkout-payment ul {
list-style: none;
padding: 0;
margin: 0 0 30px 0;
border-top: 3px solid rgba(2, 6, 32, 0.1);
}
.woocommerce .woocommerce-checkout .woocommerce-checkout-payment ul li {
border-bottom: 1px solid rgba(2, 6, 32, 0.1);
padding: 20px 0;
}
.woocommerce .woocommerce-checkout .woocommerce-checkout-payment ul li label {
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;
font-family: inherit;
margin-top: 30px;
}
.woocommerce #comments:after {
display: table;
content: "";
clear: both;
}
.woocommerce #comments .woocommerce-noreviews {
margin: 0 0 15px 0;
text-align: center;
font-size: 14px;
}
.woocommerce #comments .commentlist {
margin: 0 0 30px 0;
padding: 0;
list-style: none;
font-size: 14px;
border-bottom: 1px solid rgba(0, 0, 0, 0.1);
padding-bottom: 30px;
}
.woocommerce #comments .commentlist li {
margin: 0 0 30px 0;
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;
width: 50px;
-webkit-border-radius: 50px;
-moz-border-radius: 50px;
-ms-border-radius: 50px;
-o-border-radius: 50px;
border-radius: 50px;
}
.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: 0;
right: 0;
}
.woocommerce #comments .commentlist li .comment_container .woocommerce-review__published-date {
-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);
font-weight: 300;
}
.woocommerce #respond {
position: relative;
z-index: 3;
margin: 0 auto;
}
.woocommerce #respond .comment-reply-title {
display: none;
}
.woocommerce #respond .comment-form {
margin: 0 -15px;
text-align: left;
}
.woocommerce #respond .comment-form:after {
clear: both;
display: table;
content: "";
}
.woocommerce #respond .comment-notes,
.woocommerce #respond .logged-in-as {
display: none;
}
.woocommerce #respond .comment-form-rating {
display: flex;
align-items: center;
flex-direction: column;
padding: 10px 15px 20px 15px;
position: relative;
margin: 15px 0 30px 0;
}
.woocommerce #respond .comment-form-rating:after {
content: "";
position: absolute;
left: 15px;
right: 15px;
bottom: 0;
top: 0;
background: #f2f2f2;
z-index: -1;
}
.woocommerce #respond .comment-form-rating label {
height: 30px;
line-height: 34px;
font-size: 12px;
letter-spacing: 1px;
text-transform: uppercase;
}
.woocommerce #respond .comment-form-rating .stars {
display: inline-block;
overflow: hidden;
margin: 0;
top: 0;
position: relative;
height: 24px;
line-height: 24px;
width: 124px;
}
.woocommerce #respond .comment-form-rating .stars:before {
content: "\eaae\eaae\eaae\eaae\eaae";
font-family: "Nucleo";
font-size: 24px;
float: left;
left: 0;
position: absolute;
top: 0;
letter-spacing: 1px;
}
.woocommerce #respond .comment-form-rating .stars span a {
color: inherit;
float: left;
height: 0;
left: 0;
overflow: hidden;
padding-top: 24px;
position: absolute;
top: 0;
letter-spacing: 1px;
}
.woocommerce #respond .comment-form-rating .stars span a:before {
left: 0;
position: absolute;
top: 0;
visibility: hidden;
content: "\eaad\eaad\eaad\eaad\eaad";
font-size: 24px;
font-family: "Nucleo";
}
.woocommerce #respond .comment-form-rating .stars span a.star-1 {
width: 24px;
z-index: 10;
}
.woocommerce #respond .comment-form-rating .stars span a.star-2 {
width: 49px;
z-index: 9;
}
.woocommerce #respond .comment-form-rating .stars span a.star-3 {
width: 74px;
z-index: 8;
}
.woocommerce #respond .comment-form-rating .stars span a.star-4 {
width: 99px;
z-index: 7;
}
.woocommerce #respond .comment-form-rating .stars span a.star-5 {
width: 124px;
z-index: 6;
}
.woocommerce #respond .comment-form-rating .stars span a.active:before {
visibility: visible;
}
.woocommerce #respond .comment-form-comment {
padding: 0 15px;
margin-bottom: 20px;
}
.woocommerce #respond .comment-form-comment textarea {
padding: 8px 0 0 0;
height: 135px;
background-image: linear-gradient(rgba(0, 0, 0, 0.1) 1px, transparent 1px);
background-size: 100% 41px;
line-height: 41px !important;
border: none;
border-bottom: none;
resize: inherit;
font-size: 18px;
width: 100%;
}
.woocommerce #respond .comment-form-comment label {
display: inline-block;
padding: 0;
position: relative;
height: 30px;
line-height: 30px;
font-size: 12px;
letter-spacing: 1px;
text-transform: uppercase;
}
.woocommerce #respond .comment-form-author,
.woocommerce #respond .comment-form-email {
display: flex;
float: left;
width: 50%;
margin: 0;
padding: 0 15px;
margin-bottom: 40px;
}
.woocommerce #respond .comment-form-author label,
.woocommerce #respond .comment-form-email label {
border-bottom: 1px solid rgba(0, 0, 0, 0.1);
display: flex;
align-items: center;
position: relative;
font-size: 12px;
letter-spacing: 1px;
text-transform: uppercase;
}
.woocommerce #respond .comment-form-author label .required,
.woocommerce #respond .comment-form-email label .required {
margin-left: 5px;
}
.woocommerce #respond .comment-form-author input,
.woocommerce #respond .comment-form-email input {
padding: 0 0 0 15px;
flex-grow: 1;
height: 30px;
line-height: 30px;
width: 0;
border: none;
border-bottom: 1px solid rgba(0, 0, 0, 0.1);
font-size: 18px;
}
.woocommerce #respond .comment-form-cookies-consent {
float: left;
padding: 0 15px;
width: 50%;
display: flex;
align-items: center;
height: 55px;
margin: 0;
}
.woocommerce #respond .comment-form-cookies-consent input[type="checkbox"] {
position: relative;
-webkit-appearance: none;
-moz-appearance: none;
appearance: none;
border: 1px solid;
cursor: pointer;
height: 32px;
width: 32px;
margin-right: 20px;
flex-shrink: 0;
-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);
}
.woocommerce #respond .comment-form-cookies-consent input[type="checkbox"]:after {
content: "\ea31";
font-family: "Nucleo";
position: absolute;
font-size: 32px;
left: 50%;
top: 50%;
transform: translateX(-50%) translateY(-50%);
display: none;
}
.woocommerce #respond .comment-form-cookies-consent input[type="checkbox"]:checked {
-webkit-opacity: 1;
-khtml-opacity: 1;
-moz-opacity: 1;
opacity: 1;
-ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=100);
filter: alpha(opacity=100);
}
.woocommerce #respond .comment-form-cookies-consent input[type="checkbox"]:checked:after {
display: block;
}
.woocommerce #respond .comment-form-cookies-consent label {
font-size: 14px;
line-height: 1.3;
margin-top: 1px;
-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);
}
.woocommerce #respond .form-submit {
padding: 0 15px;
float: right;
width: 50%;
}
.woocommerce #respond .form-submit input {
width: 100%;
}
.logged-in #respond .form-submit {
float: none;
width: 100%;
margin: 0;
}
.widget.woocommerce > form {
width: 100%;
padding: 0;
float: none;
}
.widget.widget_product_search .woocommerce-product-search .search-field {
width: 100%;
}
.widget.widget_product_search .woocommerce-product-search button[type="submit"],
.widget.widget_product_search .woocommerce-product-search .screen-reader-text {
display: none;
}
.widget.widget_layered_nav ul,
.widget.widget_layered_nav_filters ul {
display: flex;
flex-wrap: wrap;
}
.widget.widget_layered_nav ul li,
.widget.widget_layered_nav_filters ul li {
border: 1px solid rgba(0, 0, 0, 0.1);
padding: 0 10px;
margin: 0 5px 5px 0;
font-size: 14px;
-webkit-border-radius: 30px;
-moz-border-radius: 30px;
-ms-border-radius: 30px;
-o-border-radius: 30px;
border-radius: 30px;
}
.widget.widget_layered_nav ul li:hover,
.widget.widget_layered_nav_filters ul li:hover,
.widget.widget_layered_nav ul li.chosen,
.widget.widget_layered_nav_filters ul li.chosen {
border-color: #232323;
}
.widget.widget_layered_nav ul li a,
.widget.widget_layered_nav_filters ul li a {
color: #232323;
padding: 3px 0;
display: inline-block;
}
.widget.widget_layered_nav ul li a[aria-label="Remove filter"],
.widget.widget_layered_nav_filters ul li a[aria-label="Remove filter"] {
position: relative;
display: flex;
align-items: center;
}
.widget.widget_layered_nav ul li a[aria-label="Remove filter"]:after,
.widget.widget_layered_nav_filters ul li a[aria-label="Remove filter"]:after {
content: "\ea30";
font-family: "Nucleo";
margin-left: 3px;
font-size: 16px;
}
.widget.widget_layered_nav ul li .amount,
.widget.widget_layered_nav_filters ul li .amount {
margin-left: 5px;
}
.widget.widget_layered_nav ul li .count,
.widget.widget_layered_nav_filters ul li .count {
-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);
}
.widget.widget_layered_nav ul:not(.woocommerce-widget-layered-nav-list) li,
.widget.widget_layered_nav_filters ul:not(.woocommerce-widget-layered-nav-list) li {
border-color: transparent;
background: #f2f2f2;
}
.widget.widget_layered_nav ul:not(.woocommerce-widget-layered-nav-list) li:hover,
.widget.widget_layered_nav_filters ul:not(.woocommerce-widget-layered-nav-list) li:hover {
background: #dddddd;
}
.widget.widget_layered_nav form button,
.widget.widget_layered_nav_filters form button {
font-family: inherit;
width: 100%;
margin-top: 15px;
}
.widget.widget_price_filter .price_slider_wrapper {
padding-top: 10px;
}
.widget.widget_price_filter .price_slider_wrapper .ui-slider-horizontal {
height: 5px;
background: #f2f2f2;
-webkit-border-radius: 10px;
-moz-border-radius: 10px;
-ms-border-radius: 10px;
-o-border-radius: 10px;
border-radius: 10px;
}
.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: 15px;
width: 15px;
cursor: pointer;
position: absolute;
z-index: 2;
top: -5px;
outline: 0;
background: #dddddd;
-webkit-box-shadow: 0 30px 50px rgba(0, 0, 0, 0.12);
-moz-box-shadow: 0 30px 50px rgba(0, 0, 0, 0.12);
-ms-box-shadow: 0 30px 50px rgba(0, 0, 0, 0.12);
-o-box-shadow: 0 30px 50px rgba(0, 0, 0, 0.12);
box-shadow: 0 30px 50px rgba(0, 0, 0, 0.12);
-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: -15px;
}
.widget.widget_price_filter .price_slider_wrapper .price_slider_amount {
margin-top: 25px;
}
.widget.widget_price_filter .price_slider_wrapper .price_slider_amount .button {
font-family: inherit;
width: 100%;
}
.widget.widget_price_filter .price_slider_wrapper .price_slider_amount .button:before {
display: none;
}
.widget.widget_price_filter .price_slider_wrapper .price_slider_amount .price_label {
color: #999;
margin-top: 15px;
}
.widget.widget_rating_filter ul li {
margin-bottom: 15px;
}
.widget.widget_rating_filter ul li:last-child {
margin-bottom: 0;
}
.widget.widget_rating_filter ul li a {
color: #999;
display: flex;
align-items: center;
font-size: 14px;
}
.widget.widget_rating_filter ul li a .star-rating {
color: #232323;
margin-right: 15px;
height: 24px;
line-height: 24px;
width: 124px;
}
.widget.widget_rating_filter ul li a .star-rating:before {
font-size: 24px;
}
.widget.widget_rating_filter ul li a .star-rating span:before {
font-size: 24px;
}
.widget.widget_product_tag_cloud .tagcloud:after {
clear: both;
display: table;
content: "";
}
.widget.widget_product_tag_cloud .tagcloud a {
float: left;
font-size: 14px !important;
margin: 0 10px 5px 0;
position: relative;
}
.widget.widget_product_tag_cloud .tagcloud a:after {
content: "";
width: 0;
height: 0;
border-top: 1px solid;
bottom: 0;
position: absolute;
right: 0;
-webkit-transition: width 0.5s cubic-bezier(0.25, 0.8, 0.25, 1) 0s;
-moz-transition: width 0.5s cubic-bezier(0.25, 0.8, 0.25, 1) 0s;
-ms-transition: width 0.5s cubic-bezier(0.25, 0.8, 0.25, 1) 0s;
-o-transition: width 0.5s cubic-bezier(0.25, 0.8, 0.25, 1) 0s;
transition: width 0.5s cubic-bezier(0.25, 0.8, 0.25, 1) 0s;
}
.widget.widget_product_tag_cloud .tagcloud a:hover:after {
width: 100%;
right: auto;
left: 0;
}
.widget.widget_product_tag_cloud .tagcloud a:before {
content: "#";
margin-right: 2px;
-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);
}
.widget.widget_product_tag_cloud .tagcloud a .tag-link-count {
-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);
}
.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 {
padding: 10px 55px 10px 0;
position: relative;
border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
.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 {
border-bottom: none;
}
.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: 40px;
position: absolute;
right: 0;
top: 50%;
min-height: 35px;
transform: translateY(-50%);
}
.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;
line-height: 22px;
color: inherit;
}
.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_products ul li a .product-title,
.widget.widget_recently_viewed_products ul li a .product-title,
.widget.widget_recent_reviews ul li a .product-title,
.widget.widget_top_rated_products ul li a .product-title {
font-size: 18px;
font-weight: 300;
}
.widget.widget_products ul li del,
.widget.widget_recently_viewed_products ul li del,
.widget.widget_recent_reviews ul li del,
.widget.widget_top_rated_products ul li del {
-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);
}
.widget.widget_products ul li ins,
.widget.widget_recently_viewed_products ul li ins,
.widget.widget_recent_reviews ul li ins,
.widget.widget_top_rated_products ul li ins {
text-decoration: none;
}
.widget.widget_products ul li .amount,
.widget.widget_recently_viewed_products ul li .amount,
.widget.widget_recent_reviews ul li .amount,
.widget.widget_top_rated_products ul li .amount {
font-size: 14px;
}
.widget.widget_products ul li .star-rating,
.widget.widget_recently_viewed_products ul li .star-rating,
.widget.widget_recent_reviews ul li .star-rating,
.widget.widget_top_rated_products ul li .star-rating {
margin: 5px 0;
}
.woocommerce-pagination {
clear: both;
margin-top: 10px;
font-size: 15px;
}
.woocommerce-pagination ul {
margin: 0;
padding: 0;
list-style: none;
}
.woocommerce-pagination ul:after {
content: "";
clear: both;
display: table;
}
.woocommerce-pagination li {
float: left;
}
.woocommerce-pagination li .page-numbers {
position: relative;
display: inline-block;
width: 60px;
height: 60px;
line-height: 60px;
color: inherit;
background: #f2f2f2;
text-align: center;
margin: 0 1px 0 0;
}
.woocommerce-pagination li .page-numbers.current {
color: #ffffff;
}
.woocommerce-pagination li .page-numbers.prev,
.woocommerce-pagination li .page-numbers.next {
display: none;
}
.sidebar-none .woocommerce-Reviews {
width: 70%;
margin: 0 auto;
}
.woocommerce-account .woocommerce {
font-size: 14px;
}
.woocommerce-account .woocommerce > h2 {
display: none;
}
.woocommerce-account .woocommerce .woocommerce-form-login {
padding: 20px 30px;
margin: 0 auto;
width: 320px;
background: #f2f2f2;
}
.woocommerce-account .woocommerce .woocommerce-form-login label {
display: inline-block;
padding: 0;
position: relative;
height: 30px;
line-height: 30px;
font-size: 12px;
letter-spacing: 1px;
text-transform: uppercase;
}
.woocommerce-account .woocommerce .woocommerce-form-login input {
width: 100%;
}
.woocommerce-account .woocommerce .woocommerce-form-login input[type="checkbox"] {
width: auto;
margin: 0 5px 0 0;
}
.woocommerce-account .woocommerce .woocommerce-form-login .woocommerce-LostPassword {
margin: 0;
padding: 15px 0 0 ;
border-top: 1px solid rgba(0, 0, 0, 0.15);
}
.woocommerce-account .woocommerce .woocommerce-form-login .button {
margin: 0 0 20px 0;
}
.woocommerce-account .woocommerce-MyAccount-navigation ul {
margin: 0 0 30px 0;
padding: 0 0 10px 0;
border-bottom: 1px solid rgba(0, 0, 0, 0.15);
}
.woocommerce-account .woocommerce-MyAccount-navigation ul li {
display: inline-block;
margin: 0 20px 0 0;
}
#site .vc_section,
#site .vc_row {
overflow: visible;
}
#site .vc_section.vc_parallax,
#site .vc_row.vc_parallax {
overflow: hidden;
}
#site .vc_section.shadow,
#site .vc_row.shadow {
z-index: 2;
box-shadow: 0 2px 2px rgba(0, 0, 0, 0.06), 0 4px 4px rgba(0, 0, 0, 0.06), 0 8px 8px rgba(0, 0, 0, 0.06), 0 16px 16px rgba(0, 0, 0, 0.06), 0 32px 32px rgba(0, 0, 0, 0.06);
}
#site .vc_section.shape-1:before,
#site .vc_row.shape-1:before {
content: "";
position: absolute;
bottom: 0;
background: #ffffff;
left: 0;
right: 0;
height: 100px;
display: flex;
}
#site .vc_section.overlay-1:before,
#site .vc_row.overlay-1:before {
content: "";
background: linear-gradient(-90deg, #ffffff 0%, rgba(255, 255, 255, 0) 100%);
position: absolute;
left: 0;
top: 0;
bottom: 0;
width: 100%;
display: block;
}
#site .vc_section.overlay-1:after,
#site .vc_row.overlay-1:after {
content: "";
background: linear-gradient(0deg, #ffffff 0%, rgba(255, 255, 255, 0) 100%);
position: absolute;
right: 0;
bottom: 0;
width: 100%;
height: 70%;
display: block;
}
#site .vc_section.overlay-1 .row-inner,
#site .vc_row.overlay-1 .row-inner {
z-index: 2;
}
#site .vc_section.shape-2:before,
#site .vc_row.shape-2:before,
#site .vc_section.shape-3:before,
#site .vc_row.shape-3:before {
content: "";
position: absolute;
width: 80px;
height: 80%;
background: repeating-linear-gradient(-45deg, transparent, transparent 4px, #fe350f 5px, #fe350f 10px, transparent 11px);
z-index: 2;
bottom: 0;
right: -50px;
display: block;
}
#site .vc_section.shape-4:before,
#site .vc_row.shape-4:before,
#site .vc_section.shape-5:before,
#site .vc_row.shape-5:before {
content: "";
position: absolute;
width: 90%;
height: 20px;
background: repeating-linear-gradient(-45deg, transparent, transparent 4px, #fe350f 5px, #fe350f 10px, transparent 11px);
z-index: 2;
bottom: -10px;
left: 5%;
display: block;
}
#site .vc_section .row-inner:after,
#site .vc_row .row-inner:after {
content: "";
display: table;
clear: both;
}
#site .vc_section .vc_row:not([class*="vc_column-gap-"]) > .vc_column_container {
padding-left: 0;
padding-right: 0;
}
#site .vc_section[data-vc-full-width="true"] .vc_row.vc_column-gap-10 {
margin-left: -5px;
margin-right: -5px;
}
#site .vc_section[data-vc-full-width="true"] .vc_row.vc_column-gap-15 {
margin-left: -7.5px;
margin-right: -7.5px;
}
#site .vc_section[data-vc-full-width="true"] .vc_row.vc_column-gap-20 {
margin-left: -10px;
margin-right: -10px;
}
#site .vc_section[data-vc-full-width="true"] .vc_row.vc_column-gap-25 {
margin-left: -12.5px;
margin-right: -12.5px;
}
#site .vc_section[data-vc-full-width="true"] .vc_row.vc_column-gap-30 {
margin-left: -15px;
margin-right: -15px;
}
#site .vc_section[data-vc-full-width="true"] .vc_row.vc_column-gap-35 {
margin-left: -17.5px;
margin-right: -17.5px;
}
#site .vc_row.vc_row-flex .row-inner {
display: -webkit-box;
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
-webkit-flex-wrap: wrap;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
}
#site .vc_row.vc_row-flex .row-inner > .vc_column_container {
display: -webkit-box;
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
}
#site .vc_row.vc_row-flex .row-inner > .vc_column_container > .vc_column-inner {
-webkit-box-flex: 1;
-webkit-flex-grow: 1;
-ms-flex-positive: 1;
flex-grow: 1;
display: -webkit-box;
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-webkit-flex-direction: column;
-ms-flex-direction: column;
flex-direction: column;
z-index: 1;
}
#site .vc_row.vc_row-o-equal-height .row-inner > .vc_column_container > .vc_column-inner {
height: 100%;
}
#site .vc_row.vc_row-o-equal-height:not([class*="vc_row-o-content-"]) .row-inner > .vc_column_container > .vc_column-inner > .wpb_wrapper {
height: 100%;
}
#site .vc_row.vc_row-o-content-top .row-inner > .vc_column_container > .vc_column-inner {
-webkit-box-pack: start;
-webkit-justify-content: flex-start;
-ms-flex-pack: start;
justify-content: flex-start;
}
#site .vc_row.vc_row-o-content-top:not(.vc_row-o-equal-height) .vc-inner > .vc_column_container {
-webkit-box-align: start;
-webkit-align-items: flex-start;
-ms-flex-align: start;
align-items: flex-start;
}
#site .vc_row.vc_row-o-content-middle .row-inner > .vc_column_container > .vc_column-inner {
-webkit-box-pack: center;
-webkit-justify-content: center;
-ms-flex-pack: center;
justify-content: center;
}
#site .vc_row.vc_row-o-content-middle:not(.vc_row-o-equal-height) .vc-inner > .vc_column_container {
-webkit-box-align: center;
-webkit-align-items: center;
-ms-flex-align: center;
align-items: center;
}
#site .vc_row.vc_row-o-content-bottom .row-inner > .vc_column_container > .vc_column-inner {
-webkit-box-pack: end;
-webkit-justify-content: flex-end;
-ms-flex-pack: end;
justify-content: flex-end;
}
#site .vc_row.vc_row-o-content-bottom:not(.vc_row-o-equal-height) .vc-inner > .vc_column_container {
-webkit-box-align: end;
-webkit-align-items: flex-end;
-ms-flex-align: end;
align-items: flex-end;
}
#site .vc_row.vc_column-gap-1 {
margin-left: -0.5px;
margin-right: -0.5px;
}
#site .vc_row.vc_column-gap-1 .row-inner > .vc_column_container {
padding: 0 0.5px;
}
#site .vc_row.vc_column-gap-1 .testimonial {
margin: 0 calc(-15px - 1px/2);
}
#site .vc_row.vc_column-gap-1 .testimonial .testimonial-content,
#site .vc_row.vc_column-gap-1 .testimonial .testimonial-meta {
padding: 0 calc(15px + 1px/2);
}
#site .vc_row.vc_column-gap-2 {
margin-left: -1px;
margin-right: -1px;
}
#site .vc_row.vc_column-gap-2 .row-inner > .vc_column_container {
padding: 0 1px;
}
#site .vc_row.vc_column-gap-2 .testimonial {
margin: 0 calc(-15px - 2px/2);
}
#site .vc_row.vc_column-gap-2 .testimonial .testimonial-content,
#site .vc_row.vc_column-gap-2 .testimonial .testimonial-meta {
padding: 0 calc(15px + 2px/2);
}
#site .vc_row.vc_column-gap-3 {
margin-left: -1.5px;
margin-right: -1.5px;
}
#site .vc_row.vc_column-gap-3 .row-inner > .vc_column_container {
padding: 0 1.5px;
}
#site .vc_row.vc_column-gap-3 .testimonial {
margin: 0 calc(-15px - 3px/2);
}
#site .vc_row.vc_column-gap-3 .testimonial .testimonial-content,
#site .vc_row.vc_column-gap-3 .testimonial .testimonial-meta {
padding: 0 calc(15px + 3px/2);
}
#site .vc_row.vc_column-gap-4 {
margin-left: -2px;
margin-right: -2px;
}
#site .vc_row.vc_column-gap-4 .row-inner > .vc_column_container {
padding: 0 2px;
}
#site .vc_row.vc_column-gap-4 .testimonial {
margin: 0 calc(-15px - 4px/2);
}
#site .vc_row.vc_column-gap-4 .testimonial .testimonial-content,
#site .vc_row.vc_column-gap-4 .testimonial .testimonial-meta {
padding: 0 calc(15px + 4px/2);
}
#site .vc_row.vc_column-gap-5 {
margin-left: -2.5px;
margin-right: -2.5px;
}
#site .vc_row.vc_column-gap-5 .row-inner > .vc_column_container {
padding: 0 2.5px;
}
#site .vc_row.vc_column-gap-5 .testimonial {
margin: 0 calc(-15px - 5px/2);
}
#site .vc_row.vc_column-gap-5 .testimonial .testimonial-content,
#site .vc_row.vc_column-gap-5 .testimonial .testimonial-meta {
padding: 0 calc(15px + 5px/2);
}
#site .vc_row.vc_column-gap-10 {
margin-left: -5px;
margin-right: -5px;
}
#site .vc_row.vc_column-gap-10 .row-inner > .vc_column_container {
padding: 0 5px;
}
#site .vc_row.vc_column-gap-10 .testimonial {
margin: 0 calc(-15px - 10px/2);
}
#site .vc_row.vc_column-gap-10 .testimonial .testimonial-content,
#site .vc_row.vc_column-gap-10 .testimonial .testimonial-meta {
padding: 0 calc(15px + 10px/2);
}
#site .vc_row.vc_column-gap-15 {
margin-left: -7.5px;
margin-right: -7.5px;
}
#site .vc_row.vc_column-gap-15 .row-inner > .vc_column_container {
padding: 0 7.5px;
}
#site .vc_row.vc_column-gap-15 .testimonial {
margin: 0 calc(-15px - 15px/2);
}
#site .vc_row.vc_column-gap-15 .testimonial .testimonial-content,
#site .vc_row.vc_column-gap-15 .testimonial .testimonial-meta {
padding: 0 calc(15px + 15px/2);
}
#site .vc_row.vc_column-gap-20 {
margin-left: -10px;
margin-right: -10px;
}
#site .vc_row.vc_column-gap-20 .row-inner > .vc_column_container {
padding: 0 10px;
}
#site .vc_row.vc_column-gap-20 .testimonial {
margin: 0 calc(-15px - 20px/2);
}
#site .vc_row.vc_column-gap-20 .testimonial .testimonial-content,
#site .vc_row.vc_column-gap-20 .testimonial .testimonial-meta {
padding: 0 calc(15px + 20px/2);
}
#site .vc_row.vc_column-gap-25 {
margin-left: -12.5px;
margin-right: -12.5px;
}
#site .vc_row.vc_column-gap-25 .row-inner > .vc_column_container {
padding: 0 12.5px;
}
#site .vc_row.vc_column-gap-25 .testimonial {
margin: 0 calc(-15px - 25px/2);
}
#site .vc_row.vc_column-gap-25 .testimonial .testimonial-content,
#site .vc_row.vc_column-gap-25 .testimonial .testimonial-meta {
padding: 0 calc(15px + 25px/2);
}
#site .vc_row.vc_column-gap-30 {
margin-left: -15px;
margin-right: -15px;
}
#site .vc_row.vc_column-gap-30 .row-inner > .vc_column_container {
padding: 0 15px;
}
#site .vc_row.vc_column-gap-30 .testimonial {
margin: 0 calc(-15px - 30px/2);
}
#site .vc_row.vc_column-gap-30 .testimonial .testimonial-content,
#site .vc_row.vc_column-gap-30 .testimonial .testimonial-meta {
padding: 0 calc(15px + 30px/2);
}
#site .vc_row.vc_column-gap-35 {
margin-left: -17.5px;
margin-right: -17.5px;
}
#site .vc_row.vc_column-gap-35 .row-inner > .vc_column_container {
padding: 0 17.5px;
}
#site .vc_row.vc_column-gap-35 .testimonial {
margin: 0 calc(-15px - 35px/2);
}
#site .vc_row.vc_column-gap-35 .testimonial .testimonial-content,
#site .vc_row.vc_column-gap-35 .testimonial .testimonial-meta {
padding: 0 calc(15px + 35px/2);
}
#site .vc_custom_heading {
margin: 0;
}
@media only screen and (min-width: 320px) and (max-width: 1024px) {
#site .vc_custom_heading br {
display: none;
}
}
#site .vc_custom_heading u {
text-decoration: none;
}
#site .vc_custom_heading.style1 {
-webkit-text-stroke: 1px #feeb35;
}
@media only screen and (min-width: 320px) and (max-width: 768px) {
#site h2.vc_custom_heading,
#site h3.vc_custom_heading,
#site div.vc_custom_heading {
font-size: 2rem !important;
line-height: 1.1 !important;
}
}
@media only screen and (min-width: 769px) and (max-width: 1024px) {
#site h2.vc_custom_heading,
#site h3.vc_custom_heading,
#site div.vc_custom_heading {
font-size: 2.5rem !important;
line-height: 1.1 !important;
}
}
@media only screen and (min-width: 320px) and (max-width: 1280px) {
#site h2.vc_custom_heading br,
#site h3.vc_custom_heading br,
#site div.vc_custom_heading br {
display: none;
}
}
@media only screen and (min-width: 1025px) {
#site .vc_wp_custommenu.columns-2 .menu > li {
width: 50%;
}
}
@media only screen and (min-width: 1025px) {
#site .vc_wp_custommenu.columns-3 .menu > li {
width: 33.3333333%;
}
}
@media only screen and (min-width: 1025px) {
#site .vc_wp_custommenu.columns-4 .menu > li {
width: 25%;
}
}
@media only screen and (min-width: 1025px) {
#site .vc_wp_custommenu.columns-5 .menu > li {
width: 20%;
}
}
@media only screen and (min-width: 1025px) {
#site .vc_wp_custommenu.columns-6 .menu > li {
width: 16.6666666%;
}
}
@media only screen and (min-width: 1025px) {
#site .vc_wp_custommenu.columns-7 .menu > li {
width: 14.2857143%;
}
}
@media only screen and (min-width: 1025px) {
#site .vc_wp_custommenu.columns-8 .menu > li {
width: 12.5%;
}
}
@media only screen and (min-width: 1025px) {
#site .vc_wp_custommenu.columns-9 .menu > li {
width: 11.1111111%;
}
}
#site .vc_wp_custommenu .menu {
width: calc(100% + 30px);
margin: 0 -15px;
display: flex;
flex-wrap: wrap;
justify-content: space-between;
counter-reset: my-badass-counter;
}
#site .vc_wp_custommenu .menu > li {
padding: 0 15px;
margin-bottom: 30px;
width: 50%;
flex-grow: 1;
position: relative;
}
#site .vc_wp_custommenu .menu > li:before {
content: counter(my-badass-counter);
counter-increment: my-badass-counter;
font-size: 18px;
line-height: 1.1;
color: #dddddd;
position: absolute;
left: 15px;
top: 50%;
transform: translateY(-50%);
border-bottom: 1px solid transparent;
-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);
}
#site .vc_wp_custommenu .menu > li:after {
content: ".";
position: absolute;
top: calc(50% + 1px);
transform: translateY(-50%);
line-height: 1;
left: 27px;
font-weight: normal;
color: #dddddd;
-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);
}
@media only screen and (min-width: 544px) and (max-width: 768px) {
#site .vc_wp_custommenu .menu > li {
width: 33.3333333%;
}
}
@media only screen and (min-width: 769px) and (max-width: 1024px) {
#site .vc_wp_custommenu .menu > li {
width: 25%;
}
}
#site .vc_wp_custommenu .menu > li > a {
display: flex;
align-items: center;
height: 100%;
padding: 15px 20px 15px 25px;
text-transform: uppercase;
letter-spacing: 1px;
font-size: 18px;
line-height: 1.1;
color: #dddddd;
}
#site .vc_wp_custommenu .menu > li > a:after {
width: 100%;
-webkit-opacity: 0.15;
-khtml-opacity: 0.15;
-moz-opacity: 0.15;
opacity: 0.15;
-ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=15);
filter: alpha(opacity=15);
}
#site .vc_wp_custommenu .menu > li > a:before {
content: "\ea06";
font-size: 14px;
font-family: "Nucleo";
position: absolute;
right: 0;
top: 50%;
transform: translateY(-50%) rotate(-45deg);
-webkit-opacity: 0.35;
-khtml-opacity: 0.35;
-moz-opacity: 0.35;
opacity: 0.35;
-ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=35);
filter: alpha(opacity=35);
-webkit-transition: 0.5s cubic-bezier(0.25, 0.8, 0.25, 1) 0s;
-moz-transition: 0.5s cubic-bezier(0.25, 0.8, 0.25, 1) 0s;
-ms-transition: 0.5s cubic-bezier(0.25, 0.8, 0.25, 1) 0s;
-o-transition: 0.5s cubic-bezier(0.25, 0.8, 0.25, 1) 0s;
transition: 0.5s cubic-bezier(0.25, 0.8, 0.25, 1) 0s;
}
#site .vc_wp_custommenu .menu > li > a .badge {
text-align: center;
line-height: 18px;
font-size: 12px;
text-transform: uppercase;
position: relative;
bottom: 2px;
margin-left: 10px;
padding: 0 6px;
}
#site .vc_wp_custommenu .menu > li.current-menu-item a:after,
#site .vc_wp_custommenu .menu > li.current_page_item a:after,
#site .vc_wp_custommenu .menu > li:hover a:after {
border-width: 7px;
-webkit-opacity: 1;
-khtml-opacity: 1;
-moz-opacity: 1;
opacity: 1;
-ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=100);
filter: alpha(opacity=100);
}
#site .vc_wp_custommenu .menu > li.current-menu-item a:before,
#site .vc_wp_custommenu .menu > li.current_page_item a:before,
#site .vc_wp_custommenu .menu > li: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 .vc_wp_custommenu .menu > li:hover a:before {
transform: translateY(-50%) rotate(0);
}
#site .wpb_gallery .wpb_image_grid_items {
margin: 0 -5px;
padding: 0;
}
#site .wpb_gallery .wpb_image_grid_items:after {
content: "";
clear: both;
display: table;
}
#site .wpb_gallery .wpb_image_grid_items .item {
float: left;
margin: 0 0 10px 0;
padding: 0 5px;
width: 16.6666666%;
will-change: transform;
}
#site .wpb_gallery .wpb_image_grid_items .item img {
will-change: transform;
filter: grayscale(1);
}
#site .wpb_gallery .wpb_image_grid_items .item:hover {
position: relative;
z-index: 99;
}
#site .wpb_gallery .wpb_image_grid_items .item:hover img {
transform: scale(1.1);
filter: grayscale(0);
-webkit-box-shadow: 0 10px 30px rgba(0, 0, 0, 0.35);
-moz-box-shadow: 0 10px 30px rgba(0, 0, 0, 0.35);
-ms-box-shadow: 0 10px 30px rgba(0, 0, 0, 0.35);
-o-box-shadow: 0 10px 30px rgba(0, 0, 0, 0.35);
box-shadow: 0 10px 30px rgba(0, 0, 0, 0.35);
}
#site .wpb_gallery .wpb_image_grid_items .item a {
display: block;
}
#site .wpb_gallery.columns-2 .item {
width: 50%;
}
#site .wpb_gallery.columns-3 .item {
width: 33.3333333%;
}
#site .wpb_gallery.columns-4 .item {
width: 25%;
}
#site .wpb_gallery.columns-5 .item {
width: 20%;
}
#site .wpb_gallery.columns-6 .item {
width: 16.6666666%;
}
#site .wpb_gallery.columns-7 .item {
width: 14.2857142%;
}
#site .wpb_gallery.columns-8 .item {
width: 12.5%;
}
#site .wpb_gallery.columns-9 .item {
width: 11.1111111%;
}
#site .wpb_gallery.columns-10 .item {
width: 10%;
}
#site .wpb_gallery.columns-11 .item {
width: 9.09090909%;
}
#site .wpb_gallery.columns-12 .item {
width: 8.3333333%;
}
#site .vc_separator h4 {
text-transform: uppercase;
letter-spacing: 3px;
font-size: 14px;
-webkit-opacity: 0.35;
-khtml-opacity: 0.35;
-moz-opacity: 0.35;
opacity: 0.35;
-ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=35);
filter: alpha(opacity=35);
}
#site .wpb_single_image .vc_single_image-wrapper.vc_box_shadow {
box-shadow: 0 2px 2px rgba(0, 0, 0, 0.06), 0 4px 4px rgba(0, 0, 0, 0.06), 0 8px 8px rgba(0, 0, 0, 0.06), 0 16px 16px rgba(0, 0, 0, 0.06), 0 32px 32px rgba(0, 0, 0, 0.06);
}
#site .vc_tta-tabs.vc_tta-tabs-position-top.vc_tta-style-classic {
background-color: #ffffff;
padding: 35px 10%;
-webkit-box-shadow: 0 30px 50px rgba(0, 0, 0, 0.12);
-moz-box-shadow: 0 30px 50px rgba(0, 0, 0, 0.12);
-ms-box-shadow: 0 30px 50px rgba(0, 0, 0, 0.12);
-o-box-shadow: 0 30px 50px rgba(0, 0, 0, 0.12);
box-shadow: 0 30px 50px rgba(0, 0, 0, 0.12);
}
#site .vc_tta-tabs.vc_tta-tabs-position-top.vc_tta-style-classic .vc_tta-tabs-container {
margin: 0;
}
#site .vc_tta-tabs.vc_tta-tabs-position-top.vc_tta-style-classic .vc_tta-tabs-container .vc_tta-tabs-list {
margin: 0 0 30px 0;
overflow: visible;
display: table;
table-layout: fixed;
width: 100%;
border-bottom: 3px solid rgba(0, 0, 0, 0.1);
}
#site .vc_tta-tabs.vc_tta-tabs-position-top.vc_tta-style-classic .vc_tta-tabs-container .vc_tta-tabs-list .vc_tta-tab {
margin: 0;
display: table-cell;
}
#site .vc_tta-tabs.vc_tta-tabs-position-top.vc_tta-style-classic .vc_tta-tabs-container .vc_tta-tabs-list .vc_tta-tab a {
border: none;
background: none;
padding: 0 0 5px 0;
color: inherit;
font-size: 1rem;
position: relative;
-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);
-webkit-border-radius: 0;
-moz-border-radius: 0;
-ms-border-radius: 0;
-o-border-radius: 0;
border-radius: 0;
}
#site .vc_tta-tabs.vc_tta-tabs-position-top.vc_tta-style-classic .vc_tta-tabs-container .vc_tta-tabs-list .vc_tta-tab 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);
}
#site .vc_tta-tabs.vc_tta-tabs-position-top.vc_tta-style-classic .vc_tta-tabs-container .vc_tta-tabs-list .vc_tta-tab a:after {
content: "";
background-color: #232323;
position: absolute;
height: 3px;
bottom: -3px;
top: auto;
width: 0;
right: 0;
-webkit-transition: 0.5s cubic-bezier(0.25, 0.8, 0.25, 1) 0s;
-moz-transition: 0.5s cubic-bezier(0.25, 0.8, 0.25, 1) 0s;
-ms-transition: 0.5s cubic-bezier(0.25, 0.8, 0.25, 1) 0s;
-o-transition: 0.5s cubic-bezier(0.25, 0.8, 0.25, 1) 0s;
transition: 0.5s cubic-bezier(0.25, 0.8, 0.25, 1) 0s;
}
#site .vc_tta-tabs.vc_tta-tabs-position-top.vc_tta-style-classic .vc_tta-tabs-container .vc_tta-tabs-list .vc_tta-tab a:before {
display: none;
}
#site .vc_tta-tabs.vc_tta-tabs-position-top.vc_tta-style-classic .vc_tta-tabs-container .vc_tta-tabs-list .vc_tta-tab.vc_active a {
-webkit-opacity: 1;
-khtml-opacity: 1;
-moz-opacity: 1;
opacity: 1;
-ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=100);
filter: alpha(opacity=100);
}
#site .vc_tta-tabs.vc_tta-tabs-position-top.vc_tta-style-classic .vc_tta-tabs-container .vc_tta-tabs-list .vc_tta-tab.vc_active a:after {
width: 100%;
left: 0;
right: auto;
}
#site .vc_tta-tabs.vc_tta-tabs-position-top.vc_tta-style-classic .vc_tta-panels-container .vc_tta-panels {
border: none;
background: none;
-webkit-border-radius: 0;
-moz-border-radius: 0;
-ms-border-radius: 0;
-o-border-radius: 0;
border-radius: 0;
}
#site .vc_tta-tabs.vc_tta-tabs-position-top.vc_tta-style-classic .vc_tta-panels-container .vc_tta-panels .vc_tta-panel {
margin: 0;
}
#site .vc_tta-tabs.vc_tta-tabs-position-top.vc_tta-style-classic .vc_tta-panels-container .vc_tta-panels .vc_tta-panel .vc_tta-panel-body {
padding: 0;
}
#site .vc_tta-tabs.vc_tta-tabs-position-left.vc_tta-style-classic .vc_tta-tabs-container {
width: 50%;
margin: 0;
padding: 0 30px 0 0;
border-right: 1px solid rgba(0, 0, 0, 0.1);
}
#site .vc_tta-tabs.vc_tta-tabs-position-left.vc_tta-style-classic .vc_tta-tabs-container .vc_tta-tabs-list {
margin: 0;
padding: 0;
}
#site .vc_tta-tabs.vc_tta-tabs-position-left.vc_tta-style-classic .vc_tta-tabs-container .vc_tta-tabs-list .vc_tta-tab {
margin: 0 0 20px 0;
position: relative;
}
#site .vc_tta-tabs.vc_tta-tabs-position-left.vc_tta-style-classic .vc_tta-tabs-container .vc_tta-tabs-list .vc_tta-tab:last-child {
margin-bottom: 0;
}
#site .vc_tta-tabs.vc_tta-tabs-position-left.vc_tta-style-classic .vc_tta-tabs-container .vc_tta-tabs-list .vc_tta-tab:after {
content: "\ea05";
font-family: "Nucleo";
font-size: 32px;
position: absolute;
left: 0;
top: 50%;
transform: translateY(-50%);
display: none;
}
#site .vc_tta-tabs.vc_tta-tabs-position-left.vc_tta-style-classic .vc_tta-tabs-container .vc_tta-tabs-list .vc_tta-tab.vc_active:after {
display: block;
}
#site .vc_tta-tabs.vc_tta-tabs-position-left.vc_tta-style-classic .vc_tta-tabs-container .vc_tta-tabs-list .vc_tta-tab.vc_active a {
color: #232323;
}
#site .vc_tta-tabs.vc_tta-tabs-position-left.vc_tta-style-classic .vc_tta-tabs-container .vc_tta-tabs-list .vc_tta-tab a {
border: none;
background: none;
color: #dddddd;
font-weight: bold;
font-size: 4rem;
line-height: 1;
padding: 0 0 0 60px;
margin: 0;
-webkit-border-radius: 0;
-moz-border-radius: 0;
-ms-border-radius: 0;
-o-border-radius: 0;
border-radius: 0;
}
#site .vc_tta-tabs.vc_tta-tabs-position-left.vc_tta-style-classic .vc_tta-panels-container .vc_tta-panels {
background: none;
border: none;
margin: 0;
padding: 0;
-webkit-border-radius: 0;
-moz-border-radius: 0;
-ms-border-radius: 0;
-o-border-radius: 0;
border-radius: 0;
}
#site .vc_tta-tabs.vc_tta-tabs-position-left.vc_tta-style-classic .vc_tta-panels-container .vc_tta-panels .vc_tta-panel {
margin: 0;
}
#site .vc_tta-tabs.vc_tta-tabs-position-left.vc_tta-style-classic .vc_tta-panels-container .vc_tta-panels .vc_tta-panel .vc_tta-panel-body {
padding: 0 0 0 60px;
-webkit-transition: none;
-moz-transition: none;
-ms-transition: none;
-o-transition: none;
transition: none;
}
#site .vc_tta-accordion.vc_tta-style-classic .vc_tta-panel {
border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
#site .vc_tta-accordion.vc_tta-style-classic .vc_tta-panel .vc_tta-panel-heading {
border: none;
margin: 0;
background: none;
-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-style-classic .vc_tta-panel .vc_tta-panel-heading .vc_tta-panel-title a {
padding: 0;
color: inherit;
}
#site .vc_tta-accordion.vc_tta-style-classic .vc_tta-panel .vc_tta-panel-heading .vc_tta-panel-title a i {
display: none;
}
#site .vc_tta-accordion.vc_tta-style-modern .vc_tta-panels-container .vc_tta-panels {
display: flex;
counter-reset: my-badass-counter;
}
#site .vc_tta-accordion.vc_tta-style-modern .vc_tta-panels-container .vc_tta-panels .vc_tta-panel {
width: 110px;
flex-shrink: 0;
border-right: 1px solid rgba(0, 0, 0, 0.2);
}
#site .vc_tta-accordion.vc_tta-style-modern .vc_tta-panels-container .vc_tta-panels .vc_tta-panel:last-child {
border: none;
}
#site .vc_tta-accordion.vc_tta-style-modern .vc_tta-panels-container .vc_tta-panels .vc_tta-panel.vc_active {
flex-grow: 1;
padding: 0 6%;
}
#site .vc_tta-accordion.vc_tta-style-modern .vc_tta-panels-container .vc_tta-panels .vc_tta-panel.vc_active .vc_tta-panel-heading:before {
font-size: 6rem;
}
#site .vc_tta-accordion.vc_tta-style-modern .vc_tta-panels-container .vc_tta-panels .vc_tta-panel.vc_active .vc_tta-panel-heading .vc_tta-panel-title {
margin: 20px 0 40px 0;
font-weight: normal;
font-size: 24px;
}
#site .vc_tta-accordion.vc_tta-style-modern .vc_tta-panels-container .vc_tta-panels .vc_tta-panel:not(.vc_active) .vc_tta-panel-heading {
height: 100%;
}
#site .vc_tta-accordion.vc_tta-style-modern .vc_tta-panels-container .vc_tta-panels .vc_tta-panel:not(.vc_active) .vc_tta-panel-heading:before {
display: block;
text-align: center;
font-size: 24px;
}
#site .vc_tta-accordion.vc_tta-style-modern .vc_tta-panels-container .vc_tta-panels .vc_tta-panel:not(.vc_active) .vc_tta-panel-heading .vc_tta-panel-title {
height: 100%;
}
#site .vc_tta-accordion.vc_tta-style-modern .vc_tta-panels-container .vc_tta-panels .vc_tta-panel:not(.vc_active) .vc_tta-panel-heading .vc_tta-panel-title a {
height: 100%;
padding-top: 75px;
}
#site .vc_tta-accordion.vc_tta-style-modern .vc_tta-panels-container .vc_tta-panels .vc_tta-panel:not(.vc_active) .vc_tta-panel-heading .vc_tta-panel-title a span {
display: block;
transform-origin: center;
transform: rotate(90deg) translateY(0);
white-space: nowrap;
-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);
}
#site .vc_tta-accordion.vc_tta-style-modern .vc_tta-panels-container .vc_tta-panels .vc_tta-panel .vc_tta-panel-heading {
margin: 0;
background: none;
border: none;
position: relative;
-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-style-modern .vc_tta-panels-container .vc_tta-panels .vc_tta-panel .vc_tta-panel-heading:before {
content: counter(my-badass-counter);
counter-increment: my-badass-counter;
line-height: 1;
}
#site .vc_tta-accordion.vc_tta-style-modern .vc_tta-panels-container .vc_tta-panels .vc_tta-panel .vc_tta-panel-heading .vc_tta-panel-title {
font-size: 21px;
line-height: 1;
font-weight: inherit;
}
#site .vc_tta-accordion.vc_tta-style-modern .vc_tta-panels-container .vc_tta-panels .vc_tta-panel .vc_tta-panel-heading .vc_tta-panel-title a {
color: inherit;
padding: 0;
}
#site .vc_tta-accordion.vc_tta-style-modern .vc_tta-panels-container .vc_tta-panels .vc_tta-panel .vc_tta-panel-heading .vc_tta-panel-title a i {
display: none;
}
#site .vc_tta-accordion.vc_tta-style-modern .vc_tta-panels-container .vc_tta-panels .vc_tta-panel .vc_tta-panel-body {
padding: 0;
border: none;
background: none;
-webkit-transition: none;
-moz-transition: none;
-ms-transition: none;
-o-transition: none;
transition: none;
-webkit-border-radius: 0;
-moz-border-radius: 0;
-ms-border-radius: 0;
-o-border-radius: 0;
border-radius: 0;
}
#site .vc_carousel-control {
width: 80px;
height: 80px;
line-height: 80px;
text-align: center;
text-shadow: none;
margin: 0;
padding: 0;
top: 50%;
transform: translateY(-50%);
right: -100px;
left: auto;
-webkit-border-radius: 40px;
-moz-border-radius: 40px;
-ms-border-radius: 40px;
-o-border-radius: 40px;
border-radius: 40px;
-webkit-opacity: 1;
-khtml-opacity: 1;
-moz-opacity: 1;
opacity: 1;
-ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=100);
filter: alpha(opacity=100);
}
#site .vc_carousel-control:before {
font-family: "Nucleo";
content: "\ea06";
font-size: 32px;
position: absolute;
left: 50%;
top: 50%;
transform: translate(-50%, -50%);
color: inherit;
}
#site .vc_carousel-control span {
display: none;
}
#site .vc_carousel-control.vc_left {
left: -100px;
right: auto;
}
#site .vc_carousel-control.vc_left:before {
content: "\ea14";
}
#site .vc_carousel-control[style*="display: none;"] {
display: block !important;
background: #f2f2f2;
color: inherit;
}
#site .vc_carousel-control[style*="display: none;"]:hover {
background: #f2f2f2;
color: inherit;
cursor: default;
}
#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 .vc_row,
#site .vc_section {
position: relative;
}
#site .vc_row > canvas,
#site .vc_section > canvas {
position: absolute;
top: 0;
left: 0;
right: 0;
bottom: 0;
}
#site .member .member-subtitle {
text-transform: uppercase;
font-size: 12px;
letter-spacing: 1px;
line-height: 1.4;
-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);
}
#site .member .member-desc {
font-size: 15px;
position: relative;
padding: 30px 0 0 0;
margin: 20px 0 10px 0;
}
#site .member .member-desc:empty {
display: none;
}
#site .member .member-desc:after {
content: "";
width: 50px;
height: 3px;
position: absolute;
left: 0;
top: 0;
}
#site .member .member-desc dl {
margin: 0;
}
#site .member .member-desc dl:after {
display: table;
content: "";
clear: both;
}
#site .member .member-desc dl dt {
float: left;
}
#site .member .member-desc dl dd {
margin-bottom: 15px;
margin-left: 50%;
}
#site .member .social-links {
display: flex;
margin: 25px -2.5px 0 -2.5px;
flex-wrap: wrap;
}
#site .member .social-links a {
color: inherit;
flex-shrink: 0;
width: 50px;
height: 50px;
text-align: center;
background: #f2f2f2;
margin: 0 2.5px 5px 2.5px;
flex-grow: 1;
}
#site .member .social-links a i {
font-size: 21px;
line-height: 50px;
}
#site .member:not(.style1) {
position: relative;
display: flex;
flex-direction: column;
height: 100%;
border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
#site .member:not(.style1):hover {
border-color: #232323;
}
#site .member:not(.style1) .member-image {
margin-bottom: 30px;
}
#site .member:not(.style1) .member-info {
padding: 0 30px 30px 30px;
flex-grow: 1;
display: flex;
flex-direction: column;
}
#site .member:not(.style1) .member-info .member-name {
font-size: 2.5rem;
margin: 0 0 5px 0;
line-height: 1;
position: relative;
z-index: 3;
left: -2.5px;
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
#site .member:not(.style1) .member-info .member-name {
font-size: 1.85rem;
}
}
@media only screen and (min-width: 1024px) and (max-width: 1366px) {
#site .member:not(.style1) .member-info .member-name {
font-size: 2.125rem;
}
}
#site .member:not(.style1) .member-info .member-subtitle {
flex-grow: 1;
}
#site .member:not(.style1) .member-info .member-desc {
flex-grow: 1;
}
#site .member.style1 {
display: flex;
flex-direction: row;
}
#site .member.style1 .member-info {
position: relative;
flex-grow: 1;
}
#site .member.style1 .member-image {
margin: 0 30px 0 0;
width: 30%;
}
#site .member.style1 .member-image img {
-webkit-border-radius: 100%;
-moz-border-radius: 100%;
-ms-border-radius: 100%;
-o-border-radius: 100%;
border-radius: 100%;
}
#site .member.style1 .member-subtitle {
text-transform: none;
letter-spacing: 0;
font-size: 15px;
-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);
}
#site .member.style1 .member-name {
font-size: 21px;
margin: 5px 0;
}
#site .member.style1 .member-desc {
padding: 0;
}
#site .member.style1 .member-desc:after {
display: none;
}
#site .member.style1 .member-desc dl dd {
margin-bottom: 10px;
}
#site .member.style2 .member-image {
margin-bottom: 20px;
}
#site .member.style2 .member-image:before {
display: none;
}
#site .member.style2 .member-subtitle {
text-transform: none;
letter-spacing: 0;
font-size: 15px;
-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);
}
#site .member.style2 .member-info {
padding: 0 0 20px 0;
}
#site .member.style2 .member-info .member-name {
font-size: 21px;
margin: 0 0 5px 0;
left: 0;
}
#site .testimonial {
display: flex;
flex-direction: column;
align-items: baseline;
margin: 0 -15px;
}
@media only screen and (min-width: 991px) {
#site .testimonial {
flex-direction: row-reverse;
}
}
#site .testimonial .testimonial-meta {
flex-shrink: 0;
padding: 0 15px;
display: flex;
align-items: center;
margin-top: 20px;
}
@media only screen and (min-width: 991px) {
#site .testimonial .testimonial-meta {
width: 25%;
margin: 0;
}
}
#site .testimonial .testimonial-meta .testimonial-image {
margin-right: 15px;
width: 55px;
flex-shrink: 0;
}
#site .testimonial .testimonial-meta .testimonial-image img {
width: 55px;
height: 55px;
filter: grayscale(1);
-webkit-border-radius: 100%;
-moz-border-radius: 100%;
-ms-border-radius: 100%;
-o-border-radius: 100%;
border-radius: 100%;
}
#site .testimonial .testimonial-meta .testimonial-author {
line-height: 1.35;
}
#site .testimonial .testimonial-meta .testimonial-author .author-name {
font-weight: inherit;
}
#site .testimonial .testimonial-meta .testimonial-author .author-info {
font-size: 14px;
}
#site .testimonial .testimonial-meta .testimonial-author .subtitle,
#site .testimonial .testimonial-meta .testimonial-author .divider,
#site .testimonial .testimonial-meta .testimonial-author span.company {
-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);
}
#site .testimonial .testimonial-meta .testimonial-author a.company {
position: relative;
}
#site .testimonial .testimonial-meta .testimonial-author a.company:before {
content: "";
height: 0;
position: absolute;
width: 100%;
right: 0;
bottom: -1px;
border-bottom: 1px solid;
-webkit-transition: width 0.5s cubic-bezier(0.25, 0.8, 0.25, 1) 0s;
-moz-transition: width 0.5s cubic-bezier(0.25, 0.8, 0.25, 1) 0s;
-ms-transition: width 0.5s cubic-bezier(0.25, 0.8, 0.25, 1) 0s;
-o-transition: width 0.5s cubic-bezier(0.25, 0.8, 0.25, 1) 0s;
transition: width 0.5s cubic-bezier(0.25, 0.8, 0.25, 1) 0s;
}
#site .testimonial .testimonial-meta .testimonial-author a.company:hover:before {
width: 0;
}
#site .testimonial .testimonial-content {
flex-grow: 1;
padding: 0 15px;
}
#site .testimonial .testimonial-content blockquote {
padding: 0;
margin: 0;
border: none;
font-size: 24px;
line-height: 155%;
}
#site .testimonial:not(.has-image) {
flex-direction: column;
background: #ffffff;
padding: 60px 40px;
position: relative;
border-top: 10px solid;
}
#site .testimonial:not(.has-image):after {
content: "";
width: 72px;
height: 45px;
line-height: 0;
font-size: 10rem;
font-style: italic;
position: absolute;
bottom: 40px;
right: 50px;
background-image: url(//www.tectaamerica.com/wp-content/themes/hank/assets/img/quote.svg);
background-size: 72px 45px;
background-repeat: no-repeat;
transform: rotate(180deg);
}
#site .testimonial:not(.has-image) .testimonial-content p {
display: inline;
font-size: 30px;
line-height: 1.3;
box-shadow: inset 0 -1px 0 0 rgba(0, 0, 0, 0.15);
}
#site .testimonial:not(.has-image) .testimonial-meta {
width: 100%;
margin-top: 50px;
}
#site .iconlist {
margin: 0;
padding: 0;
list-style: none;
position: relative;
z-index: 1;
}
#site .iconlist.aligncenter li {
justify-content: center;
}
#site .iconlist li {
margin-bottom: 15px;
display: flex;
flex-direction: row;
}
#site .iconlist li:last-child {
margin-bottom: 0;
}
#site .iconlist li .iconlist-item-icon {
margin-right: 10px;
}
#site .iconlist li .iconlist-item-content {
text-align: left;
}
#site .iconlist.iconlist-icon-mini {
font-size: 15px;
line-height: 150%;
}
#site .iconlist.iconlist-icon-mini .iconlist-item-icon {
flex-shrink: 0;
width: 24px;
}
#site .iconlist.iconlist-icon-mini .iconlist-item-icon i {
font-size: 1rem;
line-height: 22px;
position: relative;
z-index: 2;
}
#site .iconlist.iconlist-icon-mini .iconlist-item-icon i.fa {
font-size: 14px;
}
#site .iconlist.iconlist-icon-small {
display: flex;
flex-wrap: wrap;
margin: 0 -25px;
}
#site .iconlist.iconlist-icon-small li {
padding: 0 25px 25px 95px;
margin-bottom: 50px;
position: relative;
}
#site .iconlist.iconlist-icon-small li .iconlist-item-icon {
position: absolute;
left: 25px;
top: 0;
width: 50px;
}
#site .iconlist.iconlist-icon-small li .iconlist-item-icon i {
font-size: 3rem;
position: relative;
z-index: 2;
-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 .iconlist.iconlist-icon-small li .iconlist-item-icon i.fa {
font-size: 42px;
}
#site .iconlist.iconlist-icon-small li .iconlist-item-content > h1:first-child,
#site .iconlist.iconlist-icon-small li .iconlist-item-content > h2:first-child,
#site .iconlist.iconlist-icon-small li .iconlist-item-content > h3:first-child,
#site .iconlist.iconlist-icon-small li .iconlist-item-content > h4:first-child,
#site .iconlist.iconlist-icon-small li .iconlist-item-content > h5:first-child,
#site .iconlist.iconlist-icon-small li .iconlist-item-content > h6:first-child {
margin: 0 0 50px 0;
position: relative;
}
#site .iconlist.iconlist-icon-small li .iconlist-item-content > h1:first-child:after,
#site .iconlist.iconlist-icon-small li .iconlist-item-content > h2:first-child:after,
#site .iconlist.iconlist-icon-small li .iconlist-item-content > h3:first-child:after,
#site .iconlist.iconlist-icon-small li .iconlist-item-content > h4:first-child:after,
#site .iconlist.iconlist-icon-small li .iconlist-item-content > h5:first-child:after,
#site .iconlist.iconlist-icon-small li .iconlist-item-content > h6:first-child:after {
content: "";
position: absolute;
left: 0;
bottom: -20px;
width: 50px;
height: 3px;
}
#site .iconlist.iconlist-icon-small li:hover .iconlist-item-icon i {
-webkit-opacity: 1;
-khtml-opacity: 1;
-moz-opacity: 1;
opacity: 1;
-ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=100);
filter: alpha(opacity=100);
}
#site .iconlist.iconlist-icon-small.has-border {
margin: 0;
}
#site .iconlist.iconlist-icon-small.has-border li {
border: 1px solid #dddddd;
margin: 0 -1px -1px 0;
padding: 35px 30px 35px 100px;
}
#site .iconlist.iconlist-icon-small.has-border li .iconlist-item-icon {
top: 50%;
transform: translateY(-50%);
margin: 0;
}
#site .iconlist.iconlist-icon-small.has-border li .iconlist-item-icon i {
vertical-align: middle;
}
#site .iconlist.iconlist-icon-small.has-border li:hover {
border-color: #232323;
z-index: 2;
-webkit-box-shadow: 0 30px 50px rgba(0, 0, 0, 0.12);
-moz-box-shadow: 0 30px 50px rgba(0, 0, 0, 0.12);
-ms-box-shadow: 0 30px 50px rgba(0, 0, 0, 0.12);
-o-box-shadow: 0 30px 50px rgba(0, 0, 0, 0.12);
box-shadow: 0 30px 50px rgba(0, 0, 0, 0.12);
}
#site .iconlist.iconlist-icon-medium {
display: flex;
flex-wrap: wrap;
margin: 0 -25px;
}
#site .iconlist.iconlist-icon-medium li {
padding: 85px 25px 25px 25px;
margin-bottom: 50px;
position: relative;
}
#site .iconlist.iconlist-icon-medium li .iconlist-item-icon {
position: absolute;
left: 25px;
top: 0;
}
#site .iconlist.iconlist-icon-medium li .iconlist-item-icon i {
font-size: 4rem;
position: relative;
z-index: 2;
-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 .iconlist.iconlist-icon-medium li .iconlist-item-icon i.fa {
font-size: 56px;
}
#site .iconlist.iconlist-icon-medium li .iconlist-item-content {
line-height: 1.75;
}
#site .iconlist.iconlist-icon-medium li .iconlist-item-content > h1:first-child,
#site .iconlist.iconlist-icon-medium li .iconlist-item-content > h2:first-child,
#site .iconlist.iconlist-icon-medium li .iconlist-item-content > h3:first-child,
#site .iconlist.iconlist-icon-medium li .iconlist-item-content > h4:first-child,
#site .iconlist.iconlist-icon-medium li .iconlist-item-content > h5:first-child,
#site .iconlist.iconlist-icon-medium li .iconlist-item-content > h6:first-child {
margin: 0 0 50px 0;
position: relative;
}
#site .iconlist.iconlist-icon-medium li .iconlist-item-content > h1:first-child:after,
#site .iconlist.iconlist-icon-medium li .iconlist-item-content > h2:first-child:after,
#site .iconlist.iconlist-icon-medium li .iconlist-item-content > h3:first-child:after,
#site .iconlist.iconlist-icon-medium li .iconlist-item-content > h4:first-child:after,
#site .iconlist.iconlist-icon-medium li .iconlist-item-content > h5:first-child:after,
#site .iconlist.iconlist-icon-medium li .iconlist-item-content > h6:first-child:after {
content: "";
position: absolute;
left: 0;
bottom: -20px;
width: 50px;
height: 3px;
}
#site .iconlist.iconlist-icon-medium li:hover .iconlist-item-icon i {
-webkit-opacity: 1;
-khtml-opacity: 1;
-moz-opacity: 1;
opacity: 1;
-ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=100);
filter: alpha(opacity=100);
}
#site .iconlist.iconlist-icon-large {
display: flex;
flex-wrap: wrap;
margin: 0 -60px;
counter-reset: my-badass-counter;
}
#site .iconlist.iconlist-icon-large li {
padding: 0 60px 120px 60px;
margin-bottom: 80px;
flex-direction: column;
position: relative;
}
#site .iconlist.iconlist-icon-large li:after {
content: "";
position: absolute;
bottom: -45px;
left: 60px;
right: 60px;
height: 1px;
background: rgba(0, 0, 0, 0.1);
}
@media only screen and (min-width: 544px) {
#site .iconlist.iconlist-icon-large li:after {
bottom: 0;
top: 0;
height: auto;
width: 1px;
left: auto;
right: 0;
}
}
#site .iconlist.iconlist-icon-large li:before {
content: counter(my-badass-counter) ".";
counter-increment: my-badass-counter;
line-height: 1;
font-size: 2rem;
margin-bottom: 25px;
-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 .iconlist.iconlist-icon-large li .iconlist-item-icon {
position: absolute;
bottom: 0;
left: 60px;
margin: 0;
max-width: 128px;
}
#site .iconlist.iconlist-icon-large li i {
font-size: 4rem;
position: relative;
line-height: 1;
z-index: 2;
vertical-align: bottom;
}
#site .iconlist.iconlist-icon-large li i.fa {
font-size: 56px;
}
#site .iconlist.iconlist-icon-large li .iconlist-item-content {
font-size: 1.125rem;
line-height: 150%;
}
#site .iconlist.iconlist-icon-large li .iconlist-item-content > h1:first-child,
#site .iconlist.iconlist-icon-large li .iconlist-item-content > h2:first-child,
#site .iconlist.iconlist-icon-large li .iconlist-item-content > h3:first-child,
#site .iconlist.iconlist-icon-large li .iconlist-item-content > h4:first-child,
#site .iconlist.iconlist-icon-large li .iconlist-item-content > h5:first-child,
#site .iconlist.iconlist-icon-large li .iconlist-item-content > h6:first-child {
margin: 0 0 20px 0;
}
#site .iconlist.iconlist-icon-xlarge {
display: flex;
justify-content: space-between;
margin: 0 -15px;
flex-wrap: wrap;
text-align: center;
}
@media only screen and (min-width: 1025px) {
#site .iconlist.iconlist-icon-xlarge {
flex-wrap: inherit;
margin: 0 -30px;
}
}
#site .iconlist.iconlist-icon-xlarge .iconlist-item-icon {
height: 100%;
display: flex;
align-items: center;
margin: 0;
}
#site .iconlist.iconlist-icon-xlarge .iconlist-item-icon i {
font-size: 4rem;
line-height: 1;
-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 .iconlist.iconlist-icon-xlarge .iconlist-item-icon i.fa {
font-size: 56px;
}
#site .iconlist.iconlist-icon-xlarge .iconlist-item-icon img {
filter: grayscale(1);
}
#site .iconlist.iconlist-icon-xlarge .iconlist-item-content {
margin-top: 30px;
line-height: 1.75;
text-align: inherit;
}
#site .iconlist.iconlist-icon-xlarge .iconlist-item-content:empty {
display: none;
}
#site .iconlist.iconlist-icon-xlarge .iconlist-item-content > h1:first-child,
#site .iconlist.iconlist-icon-xlarge .iconlist-item-content > h2:first-child,
#site .iconlist.iconlist-icon-xlarge .iconlist-item-content > h3:first-child,
#site .iconlist.iconlist-icon-xlarge .iconlist-item-content > h4:first-child,
#site .iconlist.iconlist-icon-xlarge .iconlist-item-content > h5:first-child,
#site .iconlist.iconlist-icon-xlarge .iconlist-item-content > h6:first-child {
margin: 0 0 50px 0;
position: relative;
}
#site .iconlist.iconlist-icon-xlarge .iconlist-item-content > h1:first-child:after,
#site .iconlist.iconlist-icon-xlarge .iconlist-item-content > h2:first-child:after,
#site .iconlist.iconlist-icon-xlarge .iconlist-item-content > h3:first-child:after,
#site .iconlist.iconlist-icon-xlarge .iconlist-item-content > h4:first-child:after,
#site .iconlist.iconlist-icon-xlarge .iconlist-item-content > h5:first-child:after,
#site .iconlist.iconlist-icon-xlarge .iconlist-item-content > h6:first-child:after {
content: "";
position: absolute;
left: 50%;
margin-left: -25px;
bottom: -20px;
width: 50px;
height: 3px;
}
#site .iconlist.iconlist-icon-xlarge li {
flex-direction: column;
margin: 0 0 30px 0;
padding: 0 15px;
width: 33.3333333%;
align-items: center;
}
@media only screen and (min-width: 768px) {
#site .iconlist.iconlist-icon-xlarge li {
width: 20%;
}
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
#site .iconlist.iconlist-icon-xlarge li {
width: 25%;
}
}
@media only screen and (min-width: 1025px) {
#site .iconlist.iconlist-icon-xlarge li {
width: auto;
padding: 0 30px;
}
}
#site .iconlist.iconlist-icon-xlarge li:hover .iconlist-item-icon img {
-webkit-opacity: 1;
-khtml-opacity: 1;
-moz-opacity: 1;
opacity: 1;
-ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=100);
filter: alpha(opacity=100);
filter: grayscale(0);
}
#site .iconlist.iconlist-icon-xlarge li:hover .iconlist-item-icon i {
-webkit-opacity: 1;
-khtml-opacity: 1;
-moz-opacity: 1;
opacity: 1;
-ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=100);
filter: alpha(opacity=100);
}
#site .iconlist.iconlist-icon-xlarge[class*="columns-"] {
flex-wrap: wrap;
align-items: flex-start;
}
#site .iconlist.iconlist-icon-xlarge[class*="columns-"] li {
margin-bottom: 80px;
}
#site .iconlist.iconlist-icon-xlarge:hover .iconlist-item-icon img {
-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 .iconlist.columns-2 li {
width: 100%;
}
@media only screen and (min-width: 544px) and (max-width: 768px) {
#site .iconlist.columns-2 li {
width: 50%;
}
}
@media only screen and (min-width: 769px) and (max-width: 1024px) {
#site .iconlist.columns-2 li {
width: 50%;
}
}
@media only screen and (min-width: 1025px) {
#site .iconlist.columns-2 li {
width: 50%;
}
}
#site .iconlist.columns-3 li {
width: 100%;
}
@media only screen and (min-width: 544px) and (max-width: 768px) {
#site .iconlist.columns-3 li {
width: 50%;
}
#site .iconlist.columns-3 li:after {
display: block;
}
#site .iconlist.columns-3 li:nth-child(2n):after {
display: none;
}
}
@media only screen and (min-width: 769px) and (max-width: 1024px) {
#site .iconlist.columns-3 li {
width: 33.3333333%;
}
#site .iconlist.columns-3 li:after {
display: block;
}
#site .iconlist.columns-3 li:nth-child(3n):after {
display: none;
}
}
@media only screen and (min-width: 1025px) {
#site .iconlist.columns-3 li {
width: 33.3333333%;
}
#site .iconlist.columns-3 li:after {
display: block;
}
#site .iconlist.columns-3 li:nth-child(3n):after {
display: none;
}
}
#site .iconlist.columns-4 li {
width: 100%;
}
@media only screen and (min-width: 544px) and (max-width: 768px) {
#site .iconlist.columns-4 li {
width: 50%;
}
#site .iconlist.columns-4 li:after {
display: block;
}
#site .iconlist.columns-4 li:nth-child(2n):after {
display: none;
}
}
@media only screen and (min-width: 769px) and (max-width: 1024px) {
#site .iconlist.columns-4 li {
width: 50%;
}
#site .iconlist.columns-4 li:after {
display: block;
}
#site .iconlist.columns-4 li:nth-child(2n):after {
display: none;
}
}
@media only screen and (min-width: 1025px) {
#site .iconlist.columns-4 li {
width: 25%;
}
#site .iconlist.columns-4 li:after {
display: block;
}
#site .iconlist.columns-4 li:nth-child(4n):after {
display: none;
}
}
#site .iconlist.columns-5 li {
width: 100%;
}
@media only screen and (min-width: 544px) and (max-width: 768px) {
#site .iconlist.columns-5 li {
width: 50%;
}
}
@media only screen and (min-width: 769px) and (max-width: 1024px) {
#site .iconlist.columns-5 li {
width: 33.3333333%;
}
}
@media only screen and (min-width: 1025px) {
#site .iconlist.columns-5 li {
width: 20%;
}
}
#site .iconbox {
background: #ffffff;
padding: 40px 40px 100px 40px;
position: relative;
height: 100%;
min-height: 280px;
}
#site .iconbox .box-header {
margin-bottom: 15px;
}
#site .iconbox .box-title {
margin: 0;
font-size: 2.1rem;
line-height: 1.1;
display: inline;
background-image: linear-gradient(180deg, transparent 65%, #ffffff 0);
background-size: 0 100%;
background-repeat: no-repeat;
-webkit-transition: background-size 0.9s ease;
-moz-transition: background-size 0.9s ease;
-ms-transition: background-size 0.9s ease;
-o-transition: background-size 0.9s ease;
transition: background-size 0.9s ease;
}
#site .iconbox h3.box-title {
letter-spacing: 1px;
text-transform: uppercase;
font-weight: 300;
}
#site .iconbox .box-icon {
position: absolute;
bottom: 40px;
right: 40px;
}
#site .iconbox .box-icon i {
font-size: 4rem;
vertical-align: bottom;
}
#site .iconbox .box-content {
font-size: 15px;
}
#site .iconbox .box-content > p:first-child {
min-height: 80px;
}
#site .iconbox .box-content ul {
font-size: 15px;
margin: 30px 0 0 0;
}
#site .iconbox .box-readmore {
position: absolute;
left: 0;
bottom: 0;
top: 0;
right: 0;
line-height: 1;
}
#site .iconbox .box-readmore a {
text-transform: uppercase;
font-size: 12px;
letter-spacing: 1px;
color: inherit;
line-height: 1.3;
display: flex;
flex-direction: column-reverse;
height: 100%;
padding: 40px 50% 40px 40px;
}
#site .iconbox.accent {
color: rgba(255, 255, 255, 0.7);
}
#site .iconbox.accent:not(:hover) {
-webkit-box-shadow: none;
-moz-box-shadow: none;
-ms-box-shadow: none;
-o-box-shadow: none;
box-shadow: none;
}
#site .iconbox.accent .box-title {
color: #ffffff;
background-image: linear-gradient(180deg, transparent 65%, rgba(255, 255, 255, 0.2) 0);
}
#site .iconbox:hover {
transform: translateY(-10px);
}
#site .iconbox:hover .box-title {
background-size: 100% 100%;
}
#site .iconbox.style1 {
background-color: #f2f2f2;
}
#site .iconbox.style1:not(:hover) {
-webkit-box-shadow: none;
-moz-box-shadow: none;
-ms-box-shadow: none;
-o-box-shadow: none;
box-shadow: none;
}
#site .iconbox.style2 {
padding-top: 140px;
padding-bottom: 40px;
min-height: 310px;
}
#site .iconbox.style2:not(:hover) {
-webkit-box-shadow: none;
-moz-box-shadow: none;
-ms-box-shadow: none;
-o-box-shadow: none;
box-shadow: none;
}
#site .iconbox.style2 .box-icon {
bottom: auto;
top: 45px;
right: auto;
left: 40px;
}
#site .iconbox.style2 .box-content p {
margin: 0;
}
#site .iconbox.style2 .box-content .box-readmore a {
text-indent: -9999px;
}
#site .iconbox.style2 .box-content .box-readmore:before {
content: "\ea06";
font-family: "Nucleo";
text-indent: 0;
position: absolute;
right: 35px;
bottom: 35px;
font-size: 24px;
width: 50px;
height: 50px;
text-align: center;
line-height: 50px;
background: #ffffff;
box-shadow: 0 2px 2px rgba(0, 0, 0, 0.06), 0 4px 4px rgba(0, 0, 0, 0.06), 0 8px 8px rgba(0, 0, 0, 0.06), 0 16px 16px rgba(0, 0, 0, 0.06), 0 32px 32px rgba(0, 0, 0, 0.06);
-webkit-border-radius: 100%;
-moz-border-radius: 100%;
-ms-border-radius: 100%;
-o-border-radius: 100%;
border-radius: 100%;
}
@media only screen and (min-width: 1024px) and (max-width: 1366px) {
#site .iconbox {
min-height: 250px;
padding-right: 60px;
}
#site .iconbox .box-title {
font-size: 2rem;
}
}
@media only screen and (min-width: 1367px) {
#site .iconbox {
min-height: 280px;
padding-right: 80px;
}
}
@media only screen and (min-width: 1680px) {
#site .iconbox {
min-height: 330px;
}
}
#site .imagebox .box-image {
display: block;
position: relative;
background: #000000;
}
#site .imagebox .box-image img {
box-shadow: 0 2px 2px rgba(0, 0, 0, 0.06), 0 4px 4px rgba(0, 0, 0, 0.06), 0 8px 8px rgba(0, 0, 0, 0.06), 0 16px 16px rgba(0, 0, 0, 0.06), 0 32px 32px rgba(0, 0, 0, 0.06);
-webkit-opacity: 0.85;
-khtml-opacity: 0.85;
-moz-opacity: 0.85;
opacity: 0.85;
-ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=85);
filter: alpha(opacity=85);
}
#site .imagebox .box-title {
margin: 0;
position: absolute;
font-size: 3rem;
z-index: 2;
left: 50%;
top: 50%;
text-align: center;
line-height: 0.9;
font-weight: normal;
transform: translateX(-50%) translateY(-50%);
white-space: nowrap;
font-family:revert;
}
@media only screen and (min-width: 1024px) and (max-width: 1366px) {
#site .imagebox .box-title {
font-size: 3.5rem;
}
}
@media only screen and (min-width: 1367px) {
#site .imagebox .box-title {
font-size: 4rem;
}
}
@media only screen and (min-width: 1680px) {
#site .imagebox .box-title {
font-size: 5rem;
}
}
#site .imagebox .box-title span:not(.box-subtitle) {
font-weight: 900;
display: block;
color: transparent;
-webkit-text-stroke: 1px #ffffff;
}
@media only screen and (min-width: 1367px) {
#site .imagebox .box-title span:not(.box-subtitle) {
-webkit-text-stroke: 1.5px #ffffff;
}
}
#site .imagebox .box-subtitle {
display: block;
font-size: 50%;
font-weight: inherit;
color: #ffffff;
}
#site .imagebox .box-content {
border-bottom: 1px solid rgba(0, 0, 0, 0.1);
margin-bottom: 30px;
padding-bottom: 30px;
}
#site .imagebox .box-button {
display: inline-block;
font-size: 1.125rem;
position: relative;
padding: 30px 30px 30px 42px;
color: inherit;
}
#site .imagebox .box-button:after {
content: "";
position: absolute;
z-index: -1;
top: 50%;
left: 0;
width: 32px;
height: 32px;
background-color: #f2f2f2;
transform: translateY(-50%);
-webkit-border-radius: 30px;
-moz-border-radius: 30px;
-ms-border-radius: 30px;
-o-border-radius: 30px;
border-radius: 30px;
-webkit-transition: 0.5s cubic-bezier(0.25, 0.8, 0.25, 1) 0s;
-moz-transition: 0.5s cubic-bezier(0.25, 0.8, 0.25, 1) 0s;
-ms-transition: 0.5s cubic-bezier(0.25, 0.8, 0.25, 1) 0s;
-o-transition: 0.5s cubic-bezier(0.25, 0.8, 0.25, 1) 0s;
transition: 0.5s cubic-bezier(0.25, 0.8, 0.25, 1) 0s;
}
#site .imagebox .box-button:before {
font-size: 24px;
font-family: "Nucleo";
content: "\ea05";
position: absolute;
top: 50%;
left: 0;
width: 32px;
text-align: center;
transform: translateY(-50%);
-webkit-transition: 0.5s cubic-bezier(0.25, 0.8, 0.25, 1) 0s;
-moz-transition: 0.5s cubic-bezier(0.25, 0.8, 0.25, 1) 0s;
-ms-transition: 0.5s cubic-bezier(0.25, 0.8, 0.25, 1) 0s;
-o-transition: 0.5s cubic-bezier(0.25, 0.8, 0.25, 1) 0s;
transition: 0.5s cubic-bezier(0.25, 0.8, 0.25, 1) 0s;
}
#site .imagebox:hover .box-image img {
filter: grayscale(0);
-webkit-opacity: 0.9;
-khtml-opacity: 0.9;
-moz-opacity: 0.9;
opacity: 0.9;
-ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=90);
filter: alpha(opacity=90);
}
#site .imagebox:hover .box-image span:not(.box-subtitle) {
color: #ffffff;
text-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
}
#site .imagebox:hover .box-button:after {
width: 100%;
}
#site .imagebox:hover .box-button:before {
transform: translateX(8px) translateY(-50%);
}
#site .imagebox.style1 a {
color: inherit;
}
#site .imagebox.style1 .box-image img {
filter: grayscale(1);
-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.style1 .box-title {
text-align: left;
transform: none;
white-space: inherit;
font-weight: inherit;
font-size: 2.5rem;
line-height: 1.1;
left: 40px;
bottom: 40px;
top: auto;
width: 33.3333333%;
padding: 17px 40px 25px 20px;
}
@media only screen and (min-width: 320px) and (max-width: 768px) {
#site .imagebox.style1 .box-title {
width: 100%;
position: relative;
left: 0;
bottom: 0;
}
}
@media only screen and (min-width: 769px) and (max-width: 1024px) {
#site .imagebox.style1 .box-title {
width: 75%;
left: 20px;
bottom: 20px;
}
}
@media only screen and (min-width: 1025px) and (max-width: 1280px) {
#site .imagebox.style1 .box-title {
width: 50%;
left: 20px;
bottom: 20px;
}
}
@media only screen and (min-width: 1281px) and (max-width: 1440px) {
#site .imagebox.style1 .box-title {
width: 40%;
left: 30px;
bottom: 30px;
}
}
#site .imagebox.style1 .box-title span {
color: inherit;
-webkit-text-stroke: 0;
position: relative;
left: -1.5px;
}
#site .imagebox.style1 .box-title .box-subtitle {
font-size: 1rem;
line-height: 1.3;
margin-top: 10px;
left: 0;
}
#site .imagebox.style1 .box-title:after {
content: "";
position: absolute;
left: 0;
top: 0;
bottom: 0;
right: 0;
z-index: -1;
background-color: #ffffff;
-webkit-transition: 0.5s cubic-bezier(0.25, 0.8, 0.25, 1) 0s;
-moz-transition: 0.5s cubic-bezier(0.25, 0.8, 0.25, 1) 0s;
-ms-transition: 0.5s cubic-bezier(0.25, 0.8, 0.25, 1) 0s;
-o-transition: 0.5s cubic-bezier(0.25, 0.8, 0.25, 1) 0s;
transition: 0.5s cubic-bezier(0.25, 0.8, 0.25, 1) 0s;
}
#site .imagebox.style1 .box-title:before {
content: "\ea06";
font-family: "Nucleo";
font-size: 24px;
position: absolute;
right: 17px;
top: 17px;
color: inherit;
transform: rotate(-45deg);
}
#site .imagebox.style1:hover .box-title span:not(.box-subtitle) {
color: inherit;
text-shadow: none;
}
#site .imagebox.style1:hover .box-title:after {
transform: scale(1.1);
}
@media only screen and (min-width: 320px) and (max-width: 1024px) {
#site .imagebox.style1:hover .box-title:after {
transform: scale(1);
}
}
#site .imagebox.style2 .box-image {
background: #ffffff;
color: inherit;
padding: 0 0 10px;
position: relative;
}
#site .imagebox.style2 .box-image:before {
content: "";
background: linear-gradient(-90deg, #ffffff 0%, rgba(255, 255, 255, 0) 100%);
position: absolute;
right: 0;
top: 0;
bottom: 0;
width: 60%;
display: block;
z-index: 2;
}
#site .imagebox.style2 .box-image img {
-webkit-opacity: 1;
-khtml-opacity: 1;
-moz-opacity: 1;
opacity: 1;
-ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=100);
filter: alpha(opacity=100);
box-shadow: none;
margin: 0;
filter: grayscale(1);
}
#site .imagebox.style2 .box-image .box-title {
padding: 0 40px;
margin-top: -30px;
position: relative;
text-align: inherit;
transform: none;
font-size: 2rem;
white-space: normal;
left: 0;
}
#site .imagebox.style2 .box-image .box-title span:not(.box-subtitle) {
-webkit-text-stroke: 0;
color: inherit;
text-shadow: none;
text-transform: uppercase;
}
#site .imagebox.style2 .box-image .box-title .box-subtitle {
color: inherit;
}
#site .imagebox.style2 .box-image .box-title:after {
content: "";
background: linear-gradient(0deg, #ffffff 0%, rgba(255, 255, 255, 0) 100%);
position: absolute;
right: 0;
bottom: calc(100% - 30px);
width: 100%;
height: 200%;
display: block;
z-index: -1;
}
#site .imagebox.style2 .box-content {
background: #ffffff;
padding: 10px 40px 25px;
margin-bottom: 5px;
border: none;
}
#site .imagebox.style2 .box-button {
display: block;
padding: 20px 40px;
background: #ffffff;
font-size: 21px;
}
#site .imagebox.style2 .box-button:before {
left: auto;
right: 30px;
}
#site .imagebox.style2 .box-button:after {
display: none;
}
#site .elements-carousel {
margin: 0 -15px;
}
#site .elements-carousel .owl-item {
padding: 0 15px;
}
#site .elements-carousel .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 .elements-carousel .owl-item .imagebox.style1 .box-title {
-webkit-opacity: 0;
-khtml-opacity: 0;
-moz-opacity: 0;
opacity: 0;
-ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=0);
filter: alpha(opacity=0);
transition: all 0.5s ease-in-out;
animation-delay: 0.5s;
transform: scale(0.5);
}
#site .elements-carousel .owl-item.active .imagebox.style1 .box-title {
-webkit-opacity: 1;
-khtml-opacity: 1;
-moz-opacity: 1;
opacity: 1;
-ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=100);
filter: alpha(opacity=100);
transform: scale(1);
}
#site .elements-carousel .owl-carousel .owl-wrapper-outer {
overflow: visible;
}
#site .elements-carousel .owl-controls {
padding: 50px 15px 0 15px;
display: flex;
justify-content: space-between;
align-items: center;
width: 100%;
}
#site .elements-carousel .owl-pagination {
flex-grow: 1;
display: flex;
align-items: flex-end;
}
#site .elements-carousel .owl-pagination .owl-page {
height: 5px;
background: transparent;
width: 15%;
display: inline-block;
margin: 0 10px;
border-bottom: 1px solid rgba(0, 0, 0, 0.15);
}
#site .elements-carousel .owl-pagination .owl-page:first-child {
margin-left: 0;
}
#site .elements-carousel .owl-pagination .owl-page span {
display: none;
}
#site .elements-carousel .owl-buttons {
display: flex;
}
#site .elements-carousel .owl-buttons div {
position: relative;
width: 80px;
height: 80px;
line-height: 80px;
text-align: center;
text-shadow: none;
margin: 0;
padding: 0;
text-indent: -9999px;
flex-shrink: 0;
-webkit-border-radius: 40px;
-moz-border-radius: 40px;
-ms-border-radius: 40px;
-o-border-radius: 40px;
border-radius: 40px;
-webkit-opacity: 1;
-khtml-opacity: 1;
-moz-opacity: 1;
opacity: 1;
-ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=100);
filter: alpha(opacity=100);
}
#site .elements-carousel .owl-buttons div:before {
font-family: "Nucleo";
content: "\ea06";
font-size: 32px;
position: absolute;
left: 50%;
top: 50%;
transform: translate(-50%, -50%);
color: inherit;
text-indent: 0;
}
#site .elements-carousel .owl-buttons div.owl-prev {
margin: 0 20px;
}
#site .elements-carousel .owl-buttons div.owl-prev:before {
content: "\ea14";
}
#site .elements-carousel .owl-buttons div.disabled {
background: rgba(0, 0, 0, 0.05);
color: inherit;
cursor: default;
}
#site .elements-carousel.timeline {
font-size: 14px;
position: relative;
}
#site .elements-carousel.timeline:before {
content: "";
position: absolute;
left: -1000px;
right: -1000px;
background: rgba(0, 0, 0, 0.15);
top: 60px;
height: 1px;
}
#site .elements-carousel.timeline .title {
margin: 0 0 60px 0;
font-size: 24px;
line-height: 1.2;
position: relative;
}
#site .elements-carousel.timeline .title:after {
background: rgba(0, 0, 0, 0.15);
width: 1px;
content: "";
position: absolute;
left: 30px;
bottom: -60px;
height: 30px;
}
#site .elements-carousel.timeline .title:before {
content: "";
position: absolute;
width: 14px;
height: 14px;
background: #dddddd;
border: 3px solid #ffffff;
left: 23.5px;
bottom: -38.5px;
z-index: 1;
-webkit-border-radius: 100%;
-moz-border-radius: 100%;
-ms-border-radius: 100%;
-o-border-radius: 100%;
border-radius: 100%;
-webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.15);
-moz-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.15);
-ms-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.15);
-o-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.15);
box-shadow: 0 1px 2px rgba(0, 0, 0, 0.15);
}
#site .elements-carousel.timeline img {
margin: 0 0 20px 0;
filter: grayscale(1);
-webkit-box-shadow: 0 5px 35px rgba(0, 0, 0, 0.2);
-moz-box-shadow: 0 5px 35px rgba(0, 0, 0, 0.2);
-ms-box-shadow: 0 5px 35px rgba(0, 0, 0, 0.2);
-o-box-shadow: 0 5px 35px rgba(0, 0, 0, 0.2);
box-shadow: 0 5px 35px rgba(0, 0, 0, 0.2);
}
#site .elements-carousel.style2 .owl-item {
-webkit-opacity: 0.15;
-khtml-opacity: 0.15;
-moz-opacity: 0.15;
opacity: 0.15;
-ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=15);
filter: alpha(opacity=15);
}
#site .elements-carousel.style2 .owl-item.active {
-webkit-opacity: 1;
-khtml-opacity: 1;
-moz-opacity: 1;
opacity: 1;
-ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=100);
filter: alpha(opacity=100);
}
#site .elements-carousel.style2 .owl-pagination {
justify-content: center;
}
#site .elements-carousel.style2 .owl-pagination .owl-page {
width: 15px;
margin: 0 7px;
}
#site .elements-carousel.style2 .testimonial {
cursor: grab;
}
#site .counter {
position: relative;
display: flex;
align-items: center;
}
#site .counter .counter-image {
position: absolute;
left: 0;
top: 0;
width: 75px;
}
#site .counter .counter-image i {
font-size: 4rem;
}
#site .counter .counter-image + .counter-content {
padding-left: 90px;
}
#site .counter .counter-content {
display: flex;
align-items: baseline;
font-size: 5rem;
line-height: 1;
margin: 0;
width: 30%;
flex-shrink: 0;
}
@media only screen and (min-width: 320px) and (max-width: 544px) {
#site .counter .counter-content {
width: 45%;
}
}
#site .counter .counter-content .counter-suffix {
font-size: 2rem;
margin-left: 5px;
}
#site .counter .counter-title {
font-size: 21px;
line-height: 1.3;
-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);
}
@media only screen and (min-width: 320px) and (max-width: 544px) {
#site .counter .counter-title {
font-size: 18px;
}
}
#site .blog-shortcode .blog-grid {
display: flex;
flex-wrap: wrap;
}
#site .blog-shortcode .blog-grid:hover .post {
-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 .blog-shortcode.post-thumbnail-cover .blog-grid .content-inner {
margin: 0 -20px;
}
#site .blog-shortcode.post-thumbnail-cover .blog-grid .post {
padding: 0 20px;
margin-bottom: 40px;
}
@media only screen and (min-width: 320px) and (max-width: 544px) {
#site .blog-shortcode.post-thumbnail-cover .blog-grid .post {
width: 50%;
}
#site .blog-shortcode.post-thumbnail-cover .blog-grid .post:after {
display: block;
}
}
#site .blog-shortcode.post-thumbnail-cover .blog-grid .post:after {
background-color: transparent;
border-right: 1px dashed #ffffff;
-webkit-opacity: 0.1;
-khtml-opacity: 0.1;
-moz-opacity: 0.1;
opacity: 0.1;
-ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=10);
filter: alpha(opacity=10);
}
#site .blog-shortcode.post-thumbnail-cover .blog-grid .post:first-child {
flex-grow: 1;
}
#site .blog-shortcode.post-thumbnail-cover .blog-grid .post:last-child:after {
display: none;
}
#site .blog-shortcode.post-thumbnail-cover .blog-grid .post:hover {
-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.post-thumbnail-cover .blog-grid .post:hover .post-title {
box-shadow: inset 0 -1px 0 0 #dddddd;
}
#site .blog-shortcode.post-thumbnail-cover .blog-grid .post .post-categories {
position: absolute;
z-index: 2;
left: 20px;
bottom: 0;
margin: 0;
}
#site .blog-shortcode.post-thumbnail-cover .blog-grid .post .post-categories span {
padding: 0;
margin: 0;
background: transparent;
-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);
}
#site .blog-shortcode.post-thumbnail-cover .blog-grid .post .post-categories a {
padding: 0;
margin: 0 0 0 5px;
background: transparent;
color: #ffffff;
position: relative;
}
#site .blog-shortcode.post-thumbnail-cover .blog-grid .post .post-categories a:before {
content: "";
height: 0;
position: absolute;
width: 100%;
right: 0;
bottom: -2px;
border-bottom: 1px solid;
-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);
-webkit-transition: width 0.5s cubic-bezier(0.25, 0.8, 0.25, 1) 0s;
-moz-transition: width 0.5s cubic-bezier(0.25, 0.8, 0.25, 1) 0s;
-ms-transition: width 0.5s cubic-bezier(0.25, 0.8, 0.25, 1) 0s;
-o-transition: width 0.5s cubic-bezier(0.25, 0.8, 0.25, 1) 0s;
transition: width 0.5s cubic-bezier(0.25, 0.8, 0.25, 1) 0s;
}
#site .blog-shortcode.post-thumbnail-cover .blog-grid .post .post-categories a:hover:before {
width: 0;
}
#site .blog-shortcode.post-thumbnail-cover .blog-grid .post .post-inner {
display: block;
color: inherit;
padding-bottom: 35px;
color: #ffffff;
}
#site .blog-shortcode.post-thumbnail-cover .blog-grid .post .post-inner img {
filter: grayscale(1);
margin-bottom: 20px;
box-shadow: 0 2px 2px rgba(0, 0, 0, 0.06), 0 4px 4px rgba(0, 0, 0, 0.06), 0 8px 8px rgba(0, 0, 0, 0.06), 0 16px 16px rgba(0, 0, 0, 0.06), 0 32px 32px rgba(0, 0, 0, 0.06);
}
#site .blog-shortcode.post-thumbnail-cover .blog-grid .post .post-inner .post-title {
display: inline;
font-size: 18px;
margin: 0;
line-height: 1.2;
}
#site .blog-shortcode.post-thumbnail-cover .blog-grid .post .post-inner .post-content {
position: relative;
margin-top: 15px;
color: #999;
}
#site .blog-shortcode.post-thumbnail-cover .blog-grid .post .post-inner .read-more {
font-size: 14px;
position: absolute;
bottom: 0;
right: 0;
text-indent: -9999px;
}
#site .blog-shortcode.post-thumbnail-cover .blog-grid .post .post-inner .read-more:after {
font-size: 14px;
font-family: "Nucleo";
content: "\ea06";
position: absolute;
width: 32px;
height: 32px;
line-height: 32px;
text-align: center;
right: 0;
background-color: #000000;
text-indent: 0;
-webkit-border-radius: 100%;
-moz-border-radius: 100%;
-ms-border-radius: 100%;
-o-border-radius: 100%;
border-radius: 100%;
}
#site .blog-shortcode.post-date-cover .blog-grid .post .post-inner {
background: #f2f2f2;
padding: 50px 30px 150px 30px;
color: inherit;
display: block;
position: relative;
}
#site .blog-shortcode.post-date-cover .blog-grid .post-date {
font-size: 12px;
text-transform: uppercase;
letter-spacing: 1px;
}
#site .blog-shortcode.post-date-cover .blog-grid .post-title {
margin: 0 0 20px 0;
font-size: 24px;
line-height: 1.2;
}
#site .blog-shortcode.post-date-cover .blog-grid .read-more {
display: block;
position: absolute;
left: 30px;
right: 30px;
bottom: 50px;
border-bottom: 5px solid;
text-transform: uppercase;
font-size: 12px;
letter-spacing: 1px;
padding: 5px 0;
}
@media only screen and (min-width: 1025px) {
#site .posts-carousel .elements-carousel .owl-controls .owl-buttons {
position: absolute;
right: 20px;
top: -140px;
z-index: 4;
}
#site .posts-carousel .elements-carousel .owl-controls .owl-buttons div:not(.disabled) {
background: #ffffff;
}
#site .posts-carousel .elements-carousel .owl-controls .owl-buttons div:not(.disabled):hover {
background: #000000;
}
}
#site .posts-carousel .post-inner:hover img {
transform: translateY(-10px);
}
#site .posts-carousel .post-image {
display: block;
position: relative;
}
#site .posts-carousel .post-image img {
filter: grayscale(1);
box-shadow: 0 2px 2px rgba(0, 0, 0, 0.06), 0 4px 4px rgba(0, 0, 0, 0.06), 0 8px 8px rgba(0, 0, 0, 0.06), 0 16px 16px rgba(0, 0, 0, 0.06), 0 32px 32px rgba(0, 0, 0, 0.06);
}
#site .posts-carousel .post-image .read-more {
display: none;
}
#site .posts-carousel .post-categories {
margin-bottom: 7px;
}
#site .posts-carousel .post-categories a {
font-size: 12px;
text-transform: uppercase;
line-height: 1.2;
letter-spacing: 0.5px;
}
#site .posts-carousel .post-categories a:after {
content: "/";
margin: 0 2px 0 5px;
}
#site .posts-carousel .post-categories a:last-child:after {
display: none;
}
#site .posts-carousel .post-title {
margin: 0 0 20px 0;
font-size: 18px;
line-height: 1.2;
}
#site .posts-carousel .post-title a {
color: inherit;
}
#site .posts-carousel .post-content {
font-size: 15px;
-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);
}
#site .posts-carousel .post-date {
margin-top: 20px;
font-size: 14px;
-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);
}
#site .projects-shortcode .projects-items {
margin: 0 -30px;
}
#site .projects-shortcode .projects-items .project {
padding: 0 30px;
margin-bottom: 60px;
}
.wrap_svl_center .pins_animation {
border: none;
width: 30px !important;
height: 30px !important;
top: 50% !important;
left: 50% !important;
margin-top: -15px;
margin-left: -15px;
-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);
-webkit-border-radius: 50px;
-moz-border-radius: 50px;
-ms-border-radius: 50px;
-o-border-radius: 50px;
border-radius: 50px;
-webkit-box-shadow: none;
-moz-box-shadow: none;
-ms-box-shadow: none;
-o-box-shadow: none;
box-shadow: none;
}
body #powerTip {
background: #232323;
width: 320px;
padding: 25px 30px;
cursor: pointer;
-webkit-border-radius: 0;
-moz-border-radius: 0;
-ms-border-radius: 0;
-o-border-radius: 0;
border-radius: 0;
-webkit-box-shadow: 0 30px 50px rgba(0, 0, 0, 0.12);
-moz-box-shadow: 0 30px 50px rgba(0, 0, 0, 0.12);
-ms-box-shadow: 0 30px 50px rgba(0, 0, 0, 0.12);
-o-box-shadow: 0 30px 50px rgba(0, 0, 0, 0.12);
box-shadow: 0 30px 50px rgba(0, 0, 0, 0.12);
}
body #powerTip .box_view_html {
color: #dddddd;
font-size: 15px;
line-height: 150%;
}
body #powerTip:before {
display: none;
}
body #powerTip .close_ihp svg {
fill: rgba(255, 255, 255, 0.3) !important;
}
.drag_element {
cursor: pointer;
}
.pp_pic_holder.pp_default .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.tectaamerica.com/wp-content/themes/hank/assets/img/cursor_right.svg), auto !important;
}
.pp_pic_holder.pp_default .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.tectaamerica.com/wp-content/themes/hank/assets/img/cursor_left.svg), auto !important;
}
.pp_pic_holder.pp_default .ppt,
.pp_pic_holder.pp_default .pp_top,
.pp_pic_holder.pp_default .pp_bottom,
.pp_pic_holder.pp_default .pp_expand,
.pp_pic_holder.pp_default .pp_contract {
visibility: hidden;
}
.pp_pic_holder.pp_default .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 {
padding: 0;
background: transparent;
}
.pp_pic_holder.pp_default .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 {
margin: 0 auto;
background: transparent;
}
.pp_pic_holder.pp_default .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 {
display: none !important;
height: 0;
}
.pp_pic_holder.pp_default .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 {
content: "\ea30";
font-family: 'Nucleo';
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 {
display: none;
}
.admin-bar .pp_pic_holder.pp_default .pp_content_container .pp_left .pp_right .pp_content .pp_details .pp_close {
top: 52px;
}
#site .wpcf7-form .field > p {
width: 100%;
}
#site .wpcf7-form .field {
margin-bottom: 30px;
display: flex;
justify-content: space-between;
flex-direction: column;
align-items: baseline;
}
#site .wpcf7-form .field .wpcf7-form-control,
#site .wpcf7-form .field .wpcf7-form-control-wrap {
width: 100%;
}
#site .wpcf7-form .field.line {
border-bottom: 1px solid rgba(0, 0, 0, 0.1);
position: relative;
flex-wrap: wrap;
align-items: center;
flex-direction: row;
}
@media only screen and (min-width: 991px) {
#site .wpcf7-form .field.line {
flex-wrap: inherit;
}
}
#site .wpcf7-form .field.line:after {
content: "\ea0a";
font-family: "Nucleo";
font-size: 32px;
text-align: center;
position: absolute;
right: 0;
top: 50%;
transform: translateY(-50%);
}
#site .wpcf7-form .field.line .wpcf7-form-control-wrap {
flex-grow: 1;
width: auto;
}
#site .wpcf7-form .field.line label {
width: 100%;
flex-shrink: 0;
margin: 0;
-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);
}
@media only screen and (min-width: 991px) {
#site .wpcf7-form .field.line label {
width: 30%;
font-size: 1.5rem;
margin: 0 10px 0 0;
}
}
#site .wpcf7-form .field.line select {
width: 100%;
border: none;
padding: 15px 45px 15px 0;
font-size: 1.5rem;
line-height: 1.2;
background: none;
}
#site .wpcf7-form .field.grid {
margin-left: -15px;
margin-right: -15px;
margin-bottom: 0;
flex-direction: row;
align-items: flex-start;
flex-wrap: wrap;
}
#site .wpcf7-form .field.grid .field {
padding: 0 15px;
width: 100%;
}
@media only screen and (min-width: 991px) {
#site .wpcf7-form .field.grid .field {
width: 50%;
}
}
#site .wpcf7-form .field br {
display: none;
}
#site .wpcf7-form .field label {
margin: 0 0 10px 0;
}
#site .wpcf7-form .field textarea,
#site .wpcf7-form .field select,
#site .wpcf7-form .field input[type="text"],
#site .wpcf7-form .field input[type="email"],
#site .wpcf7-form .field input[type="url"],
#site .wpcf7-form .field input[type="tel"],
#site .wpcf7-form .field input[type="number"],
#site .wpcf7-form .field input[type="date"] {
line-height: 20px;
background-color: #f2f2f2;
background-blend-mode: color-burn;
border: 1px solid #f2f2f2;
}
#site .wpcf7-form .field textarea:hover,
#site .wpcf7-form .field select:hover,
#site .wpcf7-form .field input[type="text"]:hover,
#site .wpcf7-form .field input[type="email"]:hover,
#site .wpcf7-form .field input[type="url"]:hover,
#site .wpcf7-form .field input[type="tel"]:hover,
#site .wpcf7-form .field input[type="number"]:hover,
#site .wpcf7-form .field input[type="date"]:hover,
#site .wpcf7-form .field textarea:focus,
#site .wpcf7-form .field select:focus,
#site .wpcf7-form .field input[type="text"]:focus,
#site .wpcf7-form .field input[type="email"]:focus,
#site .wpcf7-form .field input[type="url"]:focus,
#site .wpcf7-form .field input[type="tel"]:focus,
#site .wpcf7-form .field input[type="number"]:focus,
#site .wpcf7-form .field input[type="date"]:focus {
border-color: #232323;
}
#site .wpcf7-form .field textarea.wpcf7-not-valid,
#site .wpcf7-form .field select.wpcf7-not-valid,
#site .wpcf7-form .field input[type="text"].wpcf7-not-valid,
#site .wpcf7-form .field input[type="email"].wpcf7-not-valid,
#site .wpcf7-form .field input[type="url"].wpcf7-not-valid,
#site .wpcf7-form .field input[type="tel"].wpcf7-not-valid,
#site .wpcf7-form .field input[type="number"].wpcf7-not-valid,
#site .wpcf7-form .field input[type="date"].wpcf7-not-valid {
border-color: red;
}
#site .wpcf7-form .field input[type="file"] {
border: 1px dashed #232323;
}
#site .wpcf7-form .field textarea {
width: 100%;
height: 60px;
resize: none;
}
#site .wpcf7-form .field textarea:focus {
height: 120px;
resize: vertical;
}
#site .wpcf7-form .contact-light {
padding: 45px 10% 30px;
background: #ffffff;
}
#site div.wpcf7 .ajax-loader {
display: none;
margin: 20px auto 0;
}
#site div.wpcf7 .ajax-loader.is-active {
display: block;
}
#site div.wpcf7-validation-errors {
margin-left: 0;
margin-right: 0;
color: #ffffff;
background: #c21323;
text-align: center;
border: none;
padding: 25px;
}
#site div.wpcf7-mail-sent-ok {
margin-left: 0;
margin-right: 0;
color: #ffffff;
text-align: center;
background: #34b8e1;
border: none;
padding: 25px;
}
#site .wpcf7-not-valid-tip {
font-size: 13px;
margin-top: 5px;
font-weight: inherit;
}
#site .wpcf7-checkbox {
display: block;
}
#site .wpcf7-checkbox .wpcf7-list-item {
display: flex;
align-items: center;
margin: 0 0 15px 0;
}
#site .wpcf7-checkbox .wpcf7-list-item label {
display: flex;
align-items: center;
}
#site .wpcf7-checkbox .wpcf7-list-item input[type="checkbox"] {
position: relative;
-webkit-appearance: none;
-moz-appearance: none;
appearance: none;
border: 1px solid;
cursor: pointer;
height: 32px;
width: 32px;
margin-right: 20px;
flex-shrink: 0;
-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 .wpcf7-checkbox .wpcf7-list-item input[type="checkbox"]:after {
content: "\ea31";
font-family: "Nucleo";
position: absolute;
font-size: 32px;
left: 50%;
top: 50%;
transform: translateX(-50%) translateY(-50%);
display: none;
}
#site .wpcf7-checkbox .wpcf7-list-item input[type="checkbox"]:checked {
-webkit-opacity: 1;
-khtml-opacity: 1;
-moz-opacity: 1;
opacity: 1;
-ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=100);
filter: alpha(opacity=100);
}
#site .wpcf7-checkbox .wpcf7-list-item input[type="checkbox"]:checked:after {
display: block;
}
#site .wpcf7-checkbox .wpcf7-list-item label {
cursor: pointer;
color: inherit;
}
#site .wpcf7-checkbox .wpcf7-list-item label:hover input[type="checkbox"] {
border-color: #232323;
}
#site .wpcf7-checkbox .wpcf7-list-item label .wpcf7-list-item-label {
margin: 0;
}
#site .wpcf7-radio {
display: block;
}
#site .wpcf7-radio .wpcf7-list-item {
display: flex;
align-items: center;
margin: 0 0 15px 0;
}
#site .wpcf7-radio .wpcf7-list-item label {
display: flex;
align-items: center;
}
#site .wpcf7-radio .wpcf7-list-item input[type="radio"] {
position: relative;
-webkit-appearance: none;
-moz-appearance: none;
appearance: none;
border: 1px solid;
cursor: pointer;
height: 32px;
width: 32px;
margin-right: 20px;
flex-shrink: 0;
-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);
-webkit-border-radius: 16px;
-moz-border-radius: 16px;
-ms-border-radius: 16px;
-o-border-radius: 16px;
border-radius: 16px;
}
#site .wpcf7-radio .wpcf7-list-item input[type="radio"]:after {
content: "\ea31";
font-family: "Nucleo";
position: absolute;
font-size: 32px;
left: 50%;
top: 50%;
transform: translateX(-50%) translateY(-50%);
display: none;
}
#site .wpcf7-radio .wpcf7-list-item input[type="radio"]:checked {
-webkit-opacity: 1;
-khtml-opacity: 1;
-moz-opacity: 1;
opacity: 1;
-ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=100);
filter: alpha(opacity=100);
}
#site .wpcf7-radio .wpcf7-list-item input[type="radio"]:checked:after {
display: block;
}
#site .wpcf7-radio .wpcf7-list-item label {
cursor: pointer;
color: inherit;
}
#site .wpcf7-radio .wpcf7-list-item label:hover input[type="radio"] {
border-color: #232323;
}
#site .wpcf7-radio .wpcf7-list-item label .wpcf7-list-item-label {
margin: 0;
}
#site .wpcf7-acceptance .wpcf7-list-item {
display: block;
margin: 14px 0;
}
#site .wpcf7-acceptance .wpcf7-list-item input[type="checkbox"] {
position: relative;
-webkit-appearance: none;
-moz-appearance: none;
appearance: none;
border: 1px solid;
cursor: pointer;
height: 32px;
width: 32px;
margin-right: 20px;
flex-shrink: 0;
-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 .wpcf7-acceptance .wpcf7-list-item input[type="checkbox"]:after {
content: "\ea31";
font-family: "Nucleo";
position: absolute;
font-size: 32px;
left: 50%;
top: 50%;
transform: translateX(-50%) translateY(-50%);
display: none;
}
#site .wpcf7-acceptance .wpcf7-list-item input[type="checkbox"]:checked {
-webkit-opacity: 1;
-khtml-opacity: 1;
-moz-opacity: 1;
opacity: 1;
-ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=100);
filter: alpha(opacity=100);
}
#site .wpcf7-acceptance .wpcf7-list-item input[type="checkbox"]:checked:after {
display: block;
}
#site .wpcf7-acceptance .wpcf7-list-item label {
cursor: pointer;
display: flex;
align-items: center;
color: inherit;
margin: 0;
}
#site .wpcf7-acceptance .wpcf7-list-item label:hover input[type="checkbox"] {
border-color: #232323;
}
#site .wpcf7-acceptance .wpcf7-list-item .wpcf7-list-item-label {
margin: 0;
font-size: 13px;
line-height: 16px;
-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);
}
.rtl {
direction: rtl;
unicode-bidi: embed;
}
.rtl .owl-carousel {
direction: ltr;
}
.rtl .owl-carousel .owl-item {
direction: rtl;
}
.rtl .text-right {
text-align: left;
}
.rtl.search-results .main-content .content .search-form .search-submit,
.rtl.search-no-results .main-content .content .search-form .search-submit {
right: auto;
left: 18px;
}
.rtl.search-results .main-content .content .search-results .post .post-date,
.rtl.search-no-results .main-content .content .search-results .post .post-date {
left: auto;
right: 30px;
}
.rtl.search-results .main-content .content .search-results .post .post-index,
.rtl.search-no-results .main-content .content .search-results .post .post-index {
left: 10px;
right: auto;
}
.rtl.search-results .main-content .content .search-results .post .post-index:after,
.rtl.search-no-results .main-content .content .search-results .post .post-index:after {
right: -10px;
left: auto;
}
.rtl.error404 .main-content .content .content-404 .search-form .search-submit {
right: auto;
left: 18px;
}
.rtl.error404 .main-content .content .heading-404 {
margin: 0 0 0 50px;
}
.rtl textarea,
.rtl input[type="text"],
.rtl input[type="password"],
.rtl input[type="datetime"],
.rtl input[type="datetime-local"],
.rtl input[type="date"],
.rtl input[type="month"],
.rtl input[type="time"],
.rtl input[type="week"],
.rtl input[type="number"],
.rtl input[type="email"],
.rtl input[type="url"],
.rtl input[type="search"],
.rtl input[type="tel"],
.rtl input[type="color"],
.rtl input.input-text {
text-align: right;
}
.rtl select {
direction: rtl;
background-position: 6% center;
}
.rtl blockquote {
border-left: none;
border-right: 5px solid;
}
.rtl input[type="submit"].line,
.rtl button[type="submit"].line,
.rtl .button.line {
padding: 15px 0 10px 50px;
}
.rtl input[type="submit"].line:before,
.rtl button[type="submit"].line:before,
.rtl .button.line:before {
right: -50px;
left: auto;
content: "\f3d5";
}
.rtl input[type="submit"].line:after,
.rtl button[type="submit"].line:after,
.rtl .button.line:after {
right: auto;
left: 0;
content: "\f3d5";
}
.rtl input[type="submit"].line:hover,
.rtl button[type="submit"].line:hover,
.rtl .button.line:hover {
padding: 15px 50px 10px 0;
}
.rtl input[type="submit"].line:hover:after,
.rtl button[type="submit"].line:hover:after,
.rtl .button.line:hover:after {
left: -50px;
-webkit-transform: translateY(-50%);
transform: translateY(-50%);
}
.rtl input[type="submit"].line:hover:before,
.rtl button[type="submit"].line:hover:before,
.rtl .button.line:hover:before {
right: 0;
}
.rtl input[type="submit"].no-bg,
.rtl button[type="submit"].no-bg,
.rtl .button.no-bg {
padding: 10px 0 8px 18px;
}
.rtl input[type="submit"].no-bg:before,
.rtl button[type="submit"].no-bg:before,
.rtl .button.no-bg:before {
left: 0;
right: auto;
content: "\f108";
}
.rtl input[type="submit"] i,
.rtl button[type="submit"] i,
.rtl .button i {
margin-right: 0;
margin-left: 15px;
}
.rtl table thead th {
text-align: right;
}
.rtl table tbody tr td,
.rtl table tbody tr th {
text-align: right;
}
.rtl .navigation.post-navigation .nav-links li.next-post a {
text-align: left;
}
.rtl .site-header.site-header-classic.header-brand-left .menu-extras {
padding: 0 25px 0 0;
}
.rtl .site-header.site-header-classic.header-brand-left .menu-extras:after {
left: auto;
right: 25px;
}
.rtl .site-header.site-header-classic.header-brand-left .menu-extras li {
padding: 0 20px 0 0;
}
.rtl .site-header.site-header-classic.header-brand-left .menu-extras .search-box .widget_search {
left: -18px;
right: auto;
}
.rtl .site-header.site-header-classic.header-brand-left .icons-info .icons {
margin-right: 0;
margin-left: 15px;
}
.rtl .site-header.site-header-classic .navigator .menu-primary li .sub-menu,
.rtl .site-header.site-header-classic .navigator .menu-primary li .children {
text-align: right;
}
.rtl .site-header.site-header-classic .navigator .menu-primary li .sub-menu li:before,
.rtl .site-header.site-header-classic .navigator .menu-primary li .children li:before {
left: auto;
right: 10px;
content: "\f108";
}
.rtl .site-header.site-header-classic .navigator .menu-primary li .sub-menu li:hover:before,
.rtl .site-header.site-header-classic .navigator .menu-primary li .children li:hover:before,
.rtl .site-header.site-header-classic .navigator .menu-primary li .sub-menu li.current-menu-item:before,
.rtl .site-header.site-header-classic .navigator .menu-primary li .children li.current-menu-item:before,
.rtl .site-header.site-header-classic .navigator .menu-primary li .sub-menu li.current_page_item:before,
.rtl .site-header.site-header-classic .navigator .menu-primary li .children li.current_page_item:before,
.rtl .site-header.site-header-classic .navigator .menu-primary li .sub-menu li.current-menu-ancestor:before,
.rtl .site-header.site-header-classic .navigator .menu-primary li .children li.current-menu-ancestor:before,
.rtl .site-header.site-header-classic .navigator .menu-primary li .sub-menu li.current-menu-parent:before,
.rtl .site-header.site-header-classic .navigator .menu-primary li .children li.current-menu-parent:before {
right: 20px;
left: auto;
}
.rtl .site-header.site-header-classic .navigator .menu-primary li.click > a:before {
right: auto;
left: -20px;
}
.rtl .site-header.site-header-classic .navigator .menu-primary li.click > a:after {
right: auto;
left: -15px;
}
.rtl .site-header.site-header-classic .navigator .menu-primary li.click.menu-item-expand > a:before {
left: -15px;
-webkit-transform: translateX(-5px) rotate(-45deg);
transform: translateX(-5px) rotate(-45deg);
}
.rtl .site-header.site-header-classic .navigator .menu-primary li.click.menu-item-expand > a:after {
-webkit-transform: translateX(-5px) rotate(45deg);
transform: translateX(-5px) rotate(45deg);
}
.rtl .site-header.site-header-classic .navigator .menu-primary li.mega > .sub-menu li:after,
.rtl .site-header.site-header-classic .navigator .menu-primary li.mega .children li:after {
left: auto;
right: 0;
}
.rtl .site-header-sticky.header-brand-left .menu-extras {
padding: 0 25px 0 0;
}
.rtl .site-header-sticky.header-brand-left .menu-extras:after {
left: auto;
right: 25px;
}
.rtl .site-header-sticky.header-brand-left .menu-extras li {
padding: 0 20px 0 0;
}
.rtl .site-header-sticky.header-brand-left .menu-extras .search-box .widget_search {
left: -18px;
right: auto;
}
.rtl .site-header-sticky.header-brand-left .icons-info .icons {
margin-right: 0;
margin-left: 15px;
}
.rtl .site-header-sticky .navigator .menu-primary li .sub-menu,
.rtl .site-header-sticky .navigator .menu-primary li .children {
text-align: right;
}
.rtl .site-header-sticky .navigator .menu-primary li .sub-menu li:before,
.rtl .site-header-sticky .navigator .menu-primary li .children li:before {
left: auto;
right: 10px;
content: "\f108";
}
.rtl .site-header-sticky .navigator .menu-primary li .sub-menu li:hover:before,
.rtl .site-header-sticky .navigator .menu-primary li .children li:hover:before,
.rtl .site-header-sticky .navigator .menu-primary li .sub-menu li.current-menu-item:before,
.rtl .site-header-sticky .navigator .menu-primary li .children li.current-menu-item:before,
.rtl .site-header-sticky .navigator .menu-primary li .sub-menu li.current_page_item:before,
.rtl .site-header-sticky .navigator .menu-primary li .children li.current_page_item:before,
.rtl .site-header-sticky .navigator .menu-primary li .sub-menu li.current-menu-ancestor:before,
.rtl .site-header-sticky .navigator .menu-primary li .children li.current-menu-ancestor:before,
.rtl .site-header-sticky .navigator .menu-primary li .sub-menu li.current-menu-parent:before,
.rtl .site-header-sticky .navigator .menu-primary li .children li.current-menu-parent:before {
right: 20px;
left: auto;
}
.rtl .site-header-sticky .navigator .menu-primary li.click > a:before {
right: auto;
left: -20px;
}
.rtl .site-header-sticky .navigator .menu-primary li.click > a:after {
right: auto;
left: -15px;
}
.rtl .site-header-sticky .navigator .menu-primary li.click.menu-item-expand > a:before {
left: -15px;
-webkit-transform: translateX(-5px) rotate(-45deg);
transform: translateX(-5px) rotate(-45deg);
}
.rtl .site-header-sticky .navigator .menu-primary li.click.menu-item-expand > a:after {
-webkit-transform: translateX(-5px) rotate(45deg);
transform: translateX(-5px) rotate(45deg);
}
.rtl .site-header-sticky .navigator .menu-primary li.mega > .sub-menu li:after,
.rtl .site-header-sticky .navigator .menu-primary li.mega .children li:after {
left: auto;
right: 0;
}
.rtl .site-header.header-full .off-canvas-toggle[data-target="off-canvas-right"],
.rtl .site-header-sticky.header-full .off-canvas-toggle[data-target="off-canvas-right"] {
margin-left: 0;
margin-right: 20px;
}
.rtl .sliding-menu .off-canvas-toggle {
left: 40px;
right: auto;
}
.rtl .menu-sliding li .menu-item-toggle {
right: auto;
left: 0;
}
.rtl .menu-sliding li .menu-item-toggle:after {
content: "\f104";
}
.rtl .menu-sliding li.menu-item-has-children > a {
padding-left: 60px;
padding-right: 0;
}
.rtl .menu-sliding li .sub-menu,
.rtl .menu-sliding li .children {
margin: 15px 15px 15px 0;
}
.rtl #site .iconlist.iconlist-icon-mini li {
padding: 0 36px 0 0;
}
.rtl #site .iconlist.iconlist-icon-mini li .iconlist-item-icon {
left: auto;
right: 0;
}
.rtl #site .iconlist.iconlist-icon-xlarge > li .iconlist-item-icon {
margin-left: 0;
margin-right: 10%;
}
.rtl #site .iconlist.iconlist-icon-xlarge > li:after {
left: 0;
right: auto;
}
.rtl #site .iconlist.iconlist-icon-small li .iconlist-item-icon {
margin-right: 0;
margin-left: 30px;
}
.rtl #site .iconlist.iconlist-icon-large li .iconlist-item-icon:after {
right: 100%;
left: auto;
content: "\e605";
}
.rtl #site .iconlist.iconlist-icon-large li .iconlist-item-content {
padding-right: 75px;
padding-left: 0;
}
.rtl #site .iconlist.iconlist-icon-large li .iconlist-item-content:before {
right: 0;
left: auto;
}
.rtl #site .blog-shortcode.post-thumbnail-cover .blog-entries .blog-grid .post .post-inner .post-image .post-meta {
left: auto;
right: 0;
}
.rtl #site .blog-shortcode.post-thumbnail-cover .blog-entries .blog-grid .post .post-inner .post-wrap .post-date {
left: auto;
right: 10%;
}
.rtl #site .blog-shortcode.post-thumbnail-cover .blog-entries .blog-grid .post.format-video .post-title:before {
margin-left: 5px;
margin-right: 0;
}
.rtl #site .blog-shortcode.post-date-cover .blog-entries .entries-wrapper:not(.blog-grid) .post .post-inner a {
padding: 6% 10% 6% 15%;
}
.rtl #site .blog-shortcode.post-date-cover .blog-entries .entries-wrapper:not(.blog-grid) .post .post-inner a:after {
content: "\f124";
left: 30px;
right: auto;
}
.rtl #site .testimonial.style2 .testimonial-wrap .testimonial-content {
padding-left: 0;
padding-right: 5%;
}
.rtl #site .testimonial.style2 .testimonial-wrap .testimonial-content .testimonial-text:before {
left: auto;
right: -30px;
}
.rtl #site .testimonial.style2.has-image .testimonial-image {
left: auto;
right: 0;
}
.rtl #site .posts-carousel .post-inner .post-image .post-date {
left: auto;
right: 20px;
}
.rtl #site .vc_toggle .vc_toggle_title h4 {
padding: 25px 40px 25px 60px;
}
.rtl #site .vc_toggle .vc_toggle_title h4:after {
content: "\f124";
right: auto;
left: 30px;
}
.rtl #site .vc_toggle.vc_toggle_active .vc_toggle_title h4:after {
content: "\f123";
}
.rtl #site .vc_tta-tabs.vc_tta-style-modern.vc_tta-shape-round .vc_tta-tabs-container ul.vc_tta-tabs-list li:last-child a {
-webkit-border-radius: 50px 0 0 50px;
-moz-border-radius: 50px 0 0 50px;
-ms-border-radius: 50px 0 0 50px;
-o-border-radius: 50px 0 0 50px;
border-radius: 50px 0 0 50px;
}
.rtl #site .vc_tta-tabs.vc_tta-style-modern.vc_tta-shape-round .vc_tta-tabs-container ul.vc_tta-tabs-list li:first-child a {
-webkit-border-radius: 0 50px 50px 0;
-moz-border-radius: 0 50px 50px 0;
-ms-border-radius: 0 50px 50px 0;
-o-border-radius: 0 50px 50px 0;
border-radius: 0 50px 50px 0;
}
.rtl .projects-filter ul li:last-child {
margin-right: 15px;
margin-left: 0;
}
.rtl .projects-filter ul li:first-child {
margin-left: 15px;
margin-right: 0;
}
.rtl.projects-grid-alt .project .project-inner .project-thumbnail .project-category,
.rtl .projects-grid-alt .project .project-inner .project-thumbnail .project-category {
text-align: right;
}
.rtl.single-nproject .project-tags a {
margin: 0 5px 5px 0;
}
.rtl .post-meta .post-avatar {
margin-right: 0;
margin-left: 10px;
}
.rtl.blog-grid .post.format-video .post-header .post-title:before {
margin-left: 5px;
margin-right: 0;
}
.rtl.blog-grid .post .post-header .post-title:after {
left: auto;
right: 0;
}
.rtl.blog-masonry .post.format-video .post-header .post-title:before,
.rtl.blog-medium .post.format-video .post-header .post-title:before {
margin-left: 5px;
margin-right: 0;
}
.rtl.blog-medium .post.has-post-thumbnail .post-image {
margin-right: 0;
margin-left: 50px;
}
.rtl.single-post .post-tags a,
.rtl.single-attachment .post-tags a {
margin: 0 5px 5px 0;
}
.rtl.single-post .related-posts .grid-posts .post-date,
.rtl.single-attachment .related-posts .grid-posts .post-date {
right: 10%;
left: auto;
}
.rtl .widget ul li .children,
.rtl .widget ul li .sub-menu {
margin: 15px 15px 15px 0;
}
.rtl .widget.widget_search .search-form .search-submit {
left: 18px;
right: auto;
}
.rtl .widget.fixed-menu .widget-title {
margin: 0 0 0 30px;
}
.rtl .widget.fixed-menu ul.menu li:last-child {
margin-left: 0;
margin-right: 15px;
}
.rtl .widget.fixed-menu ul.menu li:first-child {
margin-right: 0;
margin-left: 15px;
}
.site-header-classic,
.site-header-sticky {
position: relative;
z-index: 99;
}
.site-header-classic.header-brand-left .header-content,
.site-header-sticky.header-brand-left .header-content {
align-items: center;
display: flex;
justify-content: space-between;
flex-direction: row;
}
.site-header-classic.header-brand-left .header-brand,
.site-header-sticky.header-brand-left .header-brand {
flex-shrink: 0;
}
.site-header-classic.header-brand-left .extras,
.site-header-sticky.header-brand-left .extras {
justify-content: flex-end;
flex-grow: 1;
align-items: center;
}
.site-header-classic.header-brand-left .extras .header-info-text,
.site-header-sticky.header-brand-left .extras .header-info-text {
position: relative;
padding-right: 30px;
}
.site-header-classic.header-brand-left .extras .header-info-text:after,
.site-header-sticky.header-brand-left .extras .header-info-text:after {
content: "";
position: absolute;
right: 0;
top: -5px;
bottom: -5px;
width: 0;
border-right: 1px solid rgba(255, 255, 255, 0.15);
}
.site-header-classic.header-brand-left .off-canvas-toggle,
.site-header-sticky.header-brand-left .off-canvas-toggle {
flex-shrink: 0;
margin: 0 0 0 30px;
padding: 0;
}
.site-header-classic.header-brand-left .social-icons,
.site-header-sticky.header-brand-left .social-icons {
margin-left: 30px;
}
.site-header-classic.header-brand-center .header-content,
.site-header-sticky.header-brand-center .header-content {
min-height: 120px;
display: flex;
align-items: center;
justify-content: space-between;
}
.site-header-classic.header-brand-center .header-content .header-brand,
.site-header-sticky.header-brand-center .header-content .header-brand {
position: absolute;
left: 50%;
transform: translateX(-50%);
}
.site-header-classic.header-brand-center .header-content .navigator,
.site-header-sticky.header-brand-center .header-content .navigator {
margin: 0;
}
.site-header-classic.header-brand-center .header-content .navigator .menu-primary > li:first-child,
.site-header-sticky.header-brand-center .header-content .navigator .menu-primary > li:first-child {
margin-left: 0;
}
.site-header-classic.header-brand-center .header-content .off-canvas-toggle[data-target="off-canvas-right"],
.site-header-sticky.header-brand-center .header-content .off-canvas-toggle[data-target="off-canvas-right"] {
margin-left: 0;
}
.site-header-classic.header-brand-right .header-content,
.site-header-sticky.header-brand-right .header-content {
align-items: center;
display: flex;
justify-content: space-between;
}
@media only screen and (min-width: 1025px) {
.site-header-classic.header-brand-right .header-content,
.site-header-sticky.header-brand-right .header-content {
justify-content: flex-start;
}
}
.site-header-classic.header-brand-right .header-content .extras,
.site-header-sticky.header-brand-right .header-content .extras {
flex-grow: 1;
}
.site-header-classic.header-brand-right .header-content .extras .header-info-text,
.site-header-sticky.header-brand-right .header-content .extras .header-info-text {
flex-grow: 1;
}
.site-header-classic.header-brand-right .header-content nav.navigator,
.site-header-sticky.header-brand-right .header-content nav.navigator {
position: absolute;
right: 120px;
}
.site-header-classic.header-shadow,
.site-header-sticky.header-shadow {
-webkit-box-shadow: rgba(0, 0, 0, 0.12) 0 10px 60px;
-moz-box-shadow: rgba(0, 0, 0, 0.12) 0 10px 60px;
-ms-box-shadow: rgba(0, 0, 0, 0.12) 0 10px 60px;
-o-box-shadow: rgba(0, 0, 0, 0.12) 0 10px 60px;
box-shadow: rgba(0, 0, 0, 0.12) 0 10px 60px;
}
.site-header-classic.header-full .wrap,
.site-header-sticky.header-full .wrap {
width: 100%;
}
.site-header-classic.header-transparent,
.site-header-sticky.header-transparent {
position: absolute;
left: 0;
right: 0;
z-index: 99;
}
.site-header-classic .navigator,
.site-header-sticky .navigator {
margin-left: 30px;
}
.site-header-classic .navigator .menu-primary,
.site-header-sticky .navigator .menu-primary {
margin: 0;
padding: 0;
display: flex;
}
.site-header-classic .navigator .menu-primary:hover > li > a,
.site-header-sticky .navigator .menu-primary:hover > li > a {
-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-header-classic .navigator .menu-primary:hover > li:hover > a,
.site-header-sticky .navigator .menu-primary:hover > li:hover > a {
-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-primary:hover > li.menu-item-has-children:after,
.site-header-sticky .navigator .menu-primary:hover > li.menu-item-has-children:after,
.site-header-classic .navigator .menu-primary:hover > li.page_item_has_children:after,
.site-header-sticky .navigator .menu-primary:hover > li.page_item_has_children:after {
-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-header-classic .navigator .menu-primary:hover > li.menu-item-has-children:hover > a,
.site-header-sticky .navigator .menu-primary:hover > li.menu-item-has-children:hover > a,
.site-header-classic .navigator .menu-primary:hover > li.page_item_has_children:hover > a,
.site-header-sticky .navigator .menu-primary:hover > li.page_item_has_children:hover > a {
color: #000000;
}
.site-header-classic .navigator .menu-primary:hover > li.menu-item-has-children:hover:after,
.site-header-sticky .navigator .menu-primary:hover > li.menu-item-has-children:hover:after,
.site-header-classic .navigator .menu-primary:hover > li.page_item_has_children:hover:after,
.site-header-sticky .navigator .menu-primary:hover > li.page_item_has_children:hover:after {
-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-primary > li,
.site-header-sticky .navigator .menu-primary > li {
margin: 0 10px;
}
@media only screen and (min-width: 1280px) {
.site-header-classic .navigator .menu-primary > li,
.site-header-sticky .navigator .menu-primary > li {
margin: 0 15px;
}
}
.site-header-classic .navigator .menu-primary > li > a:before,
.site-header-sticky .navigator .menu-primary > li > a:before {
content: "";
height: 0;
position: absolute;
width: 0;
right: 0;
bottom: -1px;
border-bottom: 1px solid;
z-index: 3;
-webkit-transition: width 0.5s cubic-bezier(0.25, 0.8, 0.25, 1) 0s;
-moz-transition: width 0.5s cubic-bezier(0.25, 0.8, 0.25, 1) 0s;
-ms-transition: width 0.5s cubic-bezier(0.25, 0.8, 0.25, 1) 0s;
-o-transition: width 0.5s cubic-bezier(0.25, 0.8, 0.25, 1) 0s;
transition: width 0.5s cubic-bezier(0.25, 0.8, 0.25, 1) 0s;
}
.site-header-classic .navigator .menu-primary > li:hover > a:before,
.site-header-sticky .navigator .menu-primary > li:hover > a:before {
width: 100%;
left: 0;
right: auto;
}
.site-header-classic .navigator .menu-primary li,
.site-header-sticky .navigator .menu-primary li {
list-style: none;
position: relative;
}
.site-header-classic .navigator .menu-primary li:hover > .sub-menu,
.site-header-sticky .navigator .menu-primary li:hover > .sub-menu,
.site-header-classic .navigator .menu-primary li:hover > .children,
.site-header-sticky .navigator .menu-primary li:hover > .children {
display: block\9;
visibility: visible;
transform: translateY(0);
-webkit-opacity: 1;
-khtml-opacity: 1;
-moz-opacity: 1;
opacity: 1;
-ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=100);
filter: alpha(opacity=100);
-webkit-transition: 0.5s cubic-bezier(0.25, 0.8, 0.25, 1) 0s;
-moz-transition: 0.5s cubic-bezier(0.25, 0.8, 0.25, 1) 0s;
-ms-transition: 0.5s cubic-bezier(0.25, 0.8, 0.25, 1) 0s;
-o-transition: 0.5s cubic-bezier(0.25, 0.8, 0.25, 1) 0s;
transition: 0.5s cubic-bezier(0.25, 0.8, 0.25, 1) 0s;
}
.site-header-classic .navigator .menu-primary li a,
.site-header-sticky .navigator .menu-primary li a {
display: block;
position: relative;
z-index: 3;
}
.site-header-classic .navigator .menu-primary li .sub-menu,
.site-header-sticky .navigator .menu-primary li .sub-menu,
.site-header-classic .navigator .menu-primary li .children,
.site-header-sticky .navigator .menu-primary li .children {
position: absolute;
min-width: 250px;
left: -40px;
top: 100%;
z-index: 2;
padding: 25px 0;
display: none\9;
visibility: hidden;
transform: translateY(10px);
-webkit-opacity: 0;
-khtml-opacity: 0;
-moz-opacity: 0;
opacity: 0;
-ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=0);
filter: alpha(opacity=0);
-webkit-transition: all 0s;
-moz-transition: all 0s;
-ms-transition: all 0s;
-o-transition: all 0s;
transition: all 0s;
}
.site-header-classic .navigator .menu-primary li .sub-menu:after,
.site-header-sticky .navigator .menu-primary li .sub-menu:after,
.site-header-classic .navigator .menu-primary li .children:after,
.site-header-sticky .navigator .menu-primary li .children:after {
content: "";
position: absolute;
left: 0;
right: 0;
bottom: 0;
top: -50px;
background: #ffffff;
z-index: -1;
-webkit-box-shadow: 0 30px 50px rgba(0, 0, 0, 0.12);
-moz-box-shadow: 0 30px 50px rgba(0, 0, 0, 0.12);
-ms-box-shadow: 0 30px 50px rgba(0, 0, 0, 0.12);
-o-box-shadow: 0 30px 50px rgba(0, 0, 0, 0.12);
box-shadow: 0 30px 50px rgba(0, 0, 0, 0.12);
}
.site-header-classic .navigator .menu-primary li .sub-menu li a,
.site-header-sticky .navigator .menu-primary li .sub-menu li a,
.site-header-classic .navigator .menu-primary li .children li a,
.site-header-sticky .navigator .menu-primary li .children li a {
white-space: nowrap;
padding: 5px 90px 5px 40px;
color: inherit;
font-size: 1.3125rem;
line-height: 1.2;
letter-spacing: 0;
-webkit-opacity: 0.35;
-khtml-opacity: 0.35;
-moz-opacity: 0.35;
opacity: 0.35;
-ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=35);
filter: alpha(opacity=35);
}
.site-header-classic .navigator .menu-primary li .sub-menu li:hover > a,
.site-header-sticky .navigator .menu-primary li .sub-menu li:hover > a,
.site-header-classic .navigator .menu-primary li .children li:hover > a,
.site-header-sticky .navigator .menu-primary li .children li:hover > a,
.site-header-classic .navigator .menu-primary li .sub-menu li.current-menu-item > a,
.site-header-sticky .navigator .menu-primary li .sub-menu li.current-menu-item > a,
.site-header-classic .navigator .menu-primary li .children li.current-menu-item > a,
.site-header-sticky .navigator .menu-primary li .children li.current-menu-item > a,
.site-header-classic .navigator .menu-primary li .sub-menu li.current-menu-parent > a,
.site-header-sticky .navigator .menu-primary li .sub-menu li.current-menu-parent > a,
.site-header-classic .navigator .menu-primary li .children li.current-menu-parent > a,
.site-header-sticky .navigator .menu-primary li .children li.current-menu-parent > a,
.site-header-classic .navigator .menu-primary li .sub-menu li.current-menu-ancestor > a,
.site-header-sticky .navigator .menu-primary li .sub-menu li.current-menu-ancestor > a,
.site-header-classic .navigator .menu-primary li .children li.current-menu-ancestor > a,
.site-header-sticky .navigator .menu-primary li .children li.current-menu-ancestor > a,
.site-header-classic .navigator .menu-primary li .sub-menu li.current_page_item > a,
.site-header-sticky .navigator .menu-primary li .sub-menu li.current_page_item > a,
.site-header-classic .navigator .menu-primary li .children li.current_page_item > a,
.site-header-sticky .navigator .menu-primary li .children li.current_page_item > a,
.site-header-classic .navigator .menu-primary li .sub-menu li.current_page_parent > a,
.site-header-sticky .navigator .menu-primary li .sub-menu li.current_page_parent > a,
.site-header-classic .navigator .menu-primary li .children li.current_page_parent > a,
.site-header-sticky .navigator .menu-primary li .children li.current_page_parent > a,
.site-header-classic .navigator .menu-primary li .sub-menu li.current_page_ancestor > a,
.site-header-sticky .navigator .menu-primary li .sub-menu li.current_page_ancestor > a,
.site-header-classic .navigator .menu-primary li .children li.current_page_ancestor > a,
.site-header-sticky .navigator .menu-primary li .children li.current_page_ancestor > a {
-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-primary li .sub-menu li:hover.menu-item-object-custom > a,
.site-header-sticky .navigator .menu-primary li .sub-menu li:hover.menu-item-object-custom > a,
.site-header-classic .navigator .menu-primary li .children li:hover.menu-item-object-custom > a,
.site-header-sticky .navigator .menu-primary li .children li:hover.menu-item-object-custom > a,
.site-header-classic .navigator .menu-primary li .sub-menu li.current-menu-item.menu-item-object-custom > a,
.site-header-sticky .navigator .menu-primary li .sub-menu li.current-menu-item.menu-item-object-custom > a,
.site-header-classic .navigator .menu-primary li .children li.current-menu-item.menu-item-object-custom > a,
.site-header-sticky .navigator .menu-primary li .children li.current-menu-item.menu-item-object-custom > a,
.site-header-classic .navigator .menu-primary li .sub-menu li.current-menu-parent.menu-item-object-custom > a,
.site-header-sticky .navigator .menu-primary li .sub-menu li.current-menu-parent.menu-item-object-custom > a,
.site-header-classic .navigator .menu-primary li .children li.current-menu-parent.menu-item-object-custom > a,
.site-header-sticky .navigator .menu-primary li .children li.current-menu-parent.menu-item-object-custom > a,
.site-header-classic .navigator .menu-primary li .sub-menu li.current-menu-ancestor.menu-item-object-custom > a,
.site-header-sticky .navigator .menu-primary li .sub-menu li.current-menu-ancestor.menu-item-object-custom > a,
.site-header-classic .navigator .menu-primary li .children li.current-menu-ancestor.menu-item-object-custom > a,
.site-header-sticky .navigator .menu-primary li .children li.current-menu-ancestor.menu-item-object-custom > a,
.site-header-classic .navigator .menu-primary li .sub-menu li.current_page_item.menu-item-object-custom > a,
.site-header-sticky .navigator .menu-primary li .sub-menu li.current_page_item.menu-item-object-custom > a,
.site-header-classic .navigator .menu-primary li .children li.current_page_item.menu-item-object-custom > a,
.site-header-sticky .navigator .menu-primary li .children li.current_page_item.menu-item-object-custom > a,
.site-header-classic .navigator .menu-primary li .sub-menu li.current_page_parent.menu-item-object-custom > a,
.site-header-sticky .navigator .menu-primary li .sub-menu li.current_page_parent.menu-item-object-custom > a,
.site-header-classic .navigator .menu-primary li .children li.current_page_parent.menu-item-object-custom > a,
.site-header-sticky .navigator .menu-primary li .children li.current_page_parent.menu-item-object-custom > a,
.site-header-classic .navigator .menu-primary li .sub-menu li.current_page_ancestor.menu-item-object-custom > a,
.site-header-sticky .navigator .menu-primary li .sub-menu li.current_page_ancestor.menu-item-object-custom > a,
.site-header-classic .navigator .menu-primary li .children li.current_page_ancestor.menu-item-object-custom > a,
.site-header-sticky .navigator .menu-primary li .children li.current_page_ancestor.menu-item-object-custom > a {
-webkit-opacity: 0.35;
-khtml-opacity: 0.35;
-moz-opacity: 0.35;
opacity: 0.35;
-ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=35);
filter: alpha(opacity=35);
}
.site-header-classic .navigator .menu-primary li .sub-menu li:hover.menu-item-object-custom:hover > a,
.site-header-sticky .navigator .menu-primary li .sub-menu li:hover.menu-item-object-custom:hover > a,
.site-header-classic .navigator .menu-primary li .children li:hover.menu-item-object-custom:hover > a,
.site-header-sticky .navigator .menu-primary li .children li:hover.menu-item-object-custom:hover > a,
.site-header-classic .navigator .menu-primary li .sub-menu li.current-menu-item.menu-item-object-custom:hover > a,
.site-header-sticky .navigator .menu-primary li .sub-menu li.current-menu-item.menu-item-object-custom:hover > a,
.site-header-classic .navigator .menu-primary li .children li.current-menu-item.menu-item-object-custom:hover > a,
.site-header-sticky .navigator .menu-primary li .children li.current-menu-item.menu-item-object-custom:hover > a,
.site-header-classic .navigator .menu-primary li .sub-menu li.current-menu-parent.menu-item-object-custom:hover > a,
.site-header-sticky .navigator .menu-primary li .sub-menu li.current-menu-parent.menu-item-object-custom:hover > a,
.site-header-classic .navigator .menu-primary li .children li.current-menu-parent.menu-item-object-custom:hover > a,
.site-header-sticky .navigator .menu-primary li .children li.current-menu-parent.menu-item-object-custom:hover > a,
.site-header-classic .navigator .menu-primary li .sub-menu li.current-menu-ancestor.menu-item-object-custom:hover > a,
.site-header-sticky .navigator .menu-primary li .sub-menu li.current-menu-ancestor.menu-item-object-custom:hover > a,
.site-header-classic .navigator .menu-primary li .children li.current-menu-ancestor.menu-item-object-custom:hover > a,
.site-header-sticky .navigator .menu-primary li .children li.current-menu-ancestor.menu-item-object-custom:hover > a,
.site-header-classic .navigator .menu-primary li .sub-menu li.current_page_item.menu-item-object-custom:hover > a,
.site-header-sticky .navigator .menu-primary li .sub-menu li.current_page_item.menu-item-object-custom:hover > a,
.site-header-classic .navigator .menu-primary li .children li.current_page_item.menu-item-object-custom:hover > a,
.site-header-sticky .navigator .menu-primary li .children li.current_page_item.menu-item-object-custom:hover > a,
.site-header-classic .navigator .menu-primary li .sub-menu li.current_page_parent.menu-item-object-custom:hover > a,
.site-header-sticky .navigator .menu-primary li .sub-menu li.current_page_parent.menu-item-object-custom:hover > a,
.site-header-classic .navigator .menu-primary li .children li.current_page_parent.menu-item-object-custom:hover > a,
.site-header-sticky .navigator .menu-primary li .children li.current_page_parent.menu-item-object-custom:hover > a,
.site-header-classic .navigator .menu-primary li .sub-menu li.current_page_ancestor.menu-item-object-custom:hover > a,
.site-header-sticky .navigator .menu-primary li .sub-menu li.current_page_ancestor.menu-item-object-custom:hover > a,
.site-header-classic .navigator .menu-primary li .children li.current_page_ancestor.menu-item-object-custom:hover > a,
.site-header-sticky .navigator .menu-primary li .children li.current_page_ancestor.menu-item-object-custom:hover > a {
-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-primary li .sub-menu li.sm a,
.site-header-sticky .navigator .menu-primary li .sub-menu li.sm a,
.site-header-classic .navigator .menu-primary li .children li.sm a,
.site-header-sticky .navigator .menu-primary li .children li.sm a {
font-size: 1rem;
color: inherit;
-webkit-opacity: 0.4;
-khtml-opacity: 0.4;
-moz-opacity: 0.4;
opacity: 0.4;
-ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=40);
filter: alpha(opacity=40);
}
.site-header-classic .navigator .menu-primary li .sub-menu li.sm:hover a,
.site-header-sticky .navigator .menu-primary li .sub-menu li.sm:hover a,
.site-header-classic .navigator .menu-primary li .children li.sm:hover a,
.site-header-sticky .navigator .menu-primary li .children li.sm:hover a {
-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-primary li .sub-menu li.has-border,
.site-header-sticky .navigator .menu-primary li .sub-menu li.has-border,
.site-header-classic .navigator .menu-primary li .children li.has-border,
.site-header-sticky .navigator .menu-primary li .children li.has-border {
margin-top: 10px;
padding-top: 10px;
}
.site-header-classic .navigator .menu-primary li .sub-menu li.has-border:after,
.site-header-sticky .navigator .menu-primary li .sub-menu li.has-border:after,
.site-header-classic .navigator .menu-primary li .children li.has-border:after,
.site-header-sticky .navigator .menu-primary li .children li.has-border:after {
content: "";
height: 1px;
background: rgba(0, 0, 0, 0.1);
position: absolute;
left: 40px;
right: 40px;
top: 0;
}
.site-header-classic .navigator .menu-primary li .sub-menu li .sub-menu,
.site-header-sticky .navigator .menu-primary li .sub-menu li .sub-menu,
.site-header-classic .navigator .menu-primary li .children li .sub-menu,
.site-header-sticky .navigator .menu-primary li .children li .sub-menu,
.site-header-classic .navigator .menu-primary li .sub-menu li .children,
.site-header-sticky .navigator .menu-primary li .sub-menu li .children,
.site-header-classic .navigator .menu-primary li .children li .children,
.site-header-sticky .navigator .menu-primary li .children li .children {
left: calc(100% + 1px);
top: -25px;
padding: 25px 0;
}
.site-header-classic .navigator .menu-primary li .sub-menu li .sub-menu:after,
.site-header-sticky .navigator .menu-primary li .sub-menu li .sub-menu:after,
.site-header-classic .navigator .menu-primary li .children li .sub-menu:after,
.site-header-sticky .navigator .menu-primary li .children li .sub-menu:after,
.site-header-classic .navigator .menu-primary li .sub-menu li .children:after,
.site-header-sticky .navigator .menu-primary li .sub-menu li .children:after,
.site-header-classic .navigator .menu-primary li .children li .children:after,
.site-header-sticky .navigator .menu-primary li .children li .children:after {
top: 0;
}
.site-header-classic .navigator,
.site-header-sticky .navigator,
.site-header-classic .extras,
.site-header-sticky .extras {
display: none;
}
@media only screen and (min-width: 1025px) {
.site-header-classic .navigator,
.site-header-sticky .navigator,
.site-header-classic .extras,
.site-header-sticky .extras {
display: flex;
}
}
.admin-bar .site-header-sticky {
top: 32px;
}
@media only screen and (max-width: 782px) {
.admin-bar .site-header-sticky {
top: 46px;
}
}
@media only screen and (max-width: 600px) {
.admin-bar .site-header-sticky {
top: 0;
}
}
#site-header-sticky .extras .header-info-text .info-list i {
font-size: 32px;
-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);
}
#site-header-sticky .extras .header-info-text .info-list span:not(.lg) {
display: none;
}
#site-header-sticky .extras .header-info-text .info-list span.lg:after {
border-width: 1px;
width: 100%;
left: 0;
z-index: -1;
}
#site-header-sticky .extras .header-info-text .info-list a {
color: inherit;
}
#site-header-sticky .extras .header-info-text .info-list a:hover span.lg:after {
width: 0;
}
#site-header-sticky.header-brand-center .header-content {
min-height: 90px;
}
.site-header-sticky {
position: fixed;
top: 0;
left: 0;
right: 0;
z-index: 999;
transform: translateY(-100%);
-webkit-transition: 0.5s cubic-bezier(0.25, 0.8, 0.25, 1) 0s;
-moz-transition: 0.5s cubic-bezier(0.25, 0.8, 0.25, 1) 0s;
-ms-transition: 0.5s cubic-bezier(0.25, 0.8, 0.25, 1) 0s;
-o-transition: 0.5s cubic-bezier(0.25, 0.8, 0.25, 1) 0s;
transition: 0.5s cubic-bezier(0.25, 0.8, 0.25, 1) 0s;
}
.site-header-sticky.header-brand-left .extras .header-info-text:after {
border-color: rgba(0, 0, 0, 0.15);
}
.site.scrolling_up .site-header-sticky.active {
transform: translateY(0);
}
#site-header .menu-extras,
#site-header-sticky .menu-extras {
display: flex;
margin: 0;
padding: 0;
list-style: none;
}
#site-header .menu-extras > li,
#site-header-sticky .menu-extras > li {
margin: 0 0 0 25px;
}
#site-header .menu-extras > li > a,
#site-header-sticky .menu-extras > li > a {
padding: 0;
margin: 0;
position: relative;
}
#site-header .menu-extras > li > a i,
#site-header-sticky .menu-extras > li > a i {
vertical-align: middle;
}
#site-header .menu-extras > li.search-box .widget_search,
#site-header-sticky .menu-extras > li.search-box .widget_search {
display: flex;
align-items: center;
position: absolute;
top: 0;
left: 0;
right: 0;
height: 100%;
width: 100%;
padding: 20px 0;
z-index: 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-header .menu-extras > li.search-box .widget_search:after,
#site-header-sticky .menu-extras > li.search-box .widget_search:after {
content: "";
left: -2000px;
right: -2000px;
position: absolute;
top: 0;
bottom: 0;
z-index: -1;
}
#site-header .menu-extras > li.search-box .widget_search .search-form,
#site-header-sticky .menu-extras > li.search-box .widget_search .search-form {
width: 100%;
}
#site-header .menu-extras > li.search-box .widget_search .search-form label,
#site-header-sticky .menu-extras > li.search-box .widget_search .search-form label {
display: flex;
align-items: center;
}
#site-header .menu-extras > li.search-box .widget_search .search-form label .screen-reader-text,
#site-header-sticky .menu-extras > li.search-box .widget_search .search-form label .screen-reader-text {
display: block;
white-space: nowrap;
font-size: 2rem;
line-height: 150%;
margin-right: 25px;
text-indent: 0;
position: static;
width: auto;
height: auto;
color: #ffffff;
}
#site-header .menu-extras > li.search-box .widget_search .search-form label .screen-reader-text:after,
#site-header-sticky .menu-extras > li.search-box .widget_search .search-form label .screen-reader-text:after {
content: "\ea04";
font-family: "Nucleo";
font-size: 32px;
position: absolute;
height: 64px;
width: 64px;
line-height: 64px;
text-align: right;
right: 0;
left: auto;
top: 50%;
transform: translateY(-50%);
}
#site-header .menu-extras > li.search-box .widget_search .search-form label .search-field,
#site-header-sticky .menu-extras > li.search-box .widget_search .search-form label .search-field {
font-size: 2rem;
background: none;
padding: 0;
border: none;
height: 50px;
line-height: 50px;
border-bottom: 1px solid rgba(255, 255, 255, 0);
color: #ffffff;
-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-header .menu-extras > li.search-box .widget_search .search-form label ::-webkit-input-placeholder,
#site-header-sticky .menu-extras > li.search-box .widget_search .search-form label ::-webkit-input-placeholder { color: rgba(255, 255, 255, 0.5);
}
#site-header .menu-extras > li.search-box .widget_search .search-form label ::-moz-placeholder,
#site-header-sticky .menu-extras > li.search-box .widget_search .search-form label ::-moz-placeholder { color: rgba(255, 255, 255, 0.5);
}
#site-header .menu-extras > li.search-box .widget_search .search-form label :-ms-input-placeholder,
#site-header-sticky .menu-extras > li.search-box .widget_search .search-form label :-ms-input-placeholder { color: rgba(255, 255, 255, 0.5);
}
#site-header .menu-extras > li.search-box .widget_search .search-form label :-moz-placeholder,
#site-header-sticky .menu-extras > li.search-box .widget_search .search-form label :-moz-placeholder { color: rgba(255, 255, 255, 0.5);
}
#site-header .menu-extras > li.search-box .widget_search .search-form .search-submit,
#site-header-sticky .menu-extras > li.search-box .widget_search .search-form .search-submit {
position: absolute;
width: 64px;
height: 64px;
right: 0;
top: 50%;
transform: translateY(-50%);
text-indent: -9999px;
background: transparent;
-webkit-border-radius: 50px;
-moz-border-radius: 50px;
-ms-border-radius: 50px;
-o-border-radius: 50px;
border-radius: 50px;
z-index: 2;
}
#site-header .menu-extras > li.search-box.active,
#site-header-sticky .menu-extras > li.search-box.active {
z-index: 10;
}
#site-header .menu-extras > li.search-box.active .widget_search,
#site-header-sticky .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 .menu-extras > li.shopping-cart,
#site-header-sticky .menu-extras > li.shopping-cart {
position: relative;
}
#site-header .menu-extras > li.shopping-cart:hover > a,
#site-header-sticky .menu-extras > li.shopping-cart:hover > a {
color: inherit;
-webkit-transition: 0.5s cubic-bezier(0.25, 0.8, 0.25, 1) 0s;
-moz-transition: 0.5s cubic-bezier(0.25, 0.8, 0.25, 1) 0s;
-ms-transition: 0.5s cubic-bezier(0.25, 0.8, 0.25, 1) 0s;
-o-transition: 0.5s cubic-bezier(0.25, 0.8, 0.25, 1) 0s;
transition: 0.5s cubic-bezier(0.25, 0.8, 0.25, 1) 0s;
}
#site-header .menu-extras > li.shopping-cart > a,
#site-header-sticky .menu-extras > li.shopping-cart > a {
z-index: 9;
top: -1px;
-webkit-transition: none;
-moz-transition: none;
-ms-transition: none;
-o-transition: none;
transition: none;
}
#site-header .menu-extras > li.shopping-cart > a .shopping-cart-items-count,
#site-header-sticky .menu-extras > li.shopping-cart > a .shopping-cart-items-count {
position: absolute;
right: -6px;
top: -8px;
width: 18px;
height: 18px;
color: #232323;
text-align: center;
font-size: 12px;
line-height: 18px;
-webkit-border-radius: 100%;
-moz-border-radius: 100%;
-ms-border-radius: 100%;
-o-border-radius: 100%;
border-radius: 100%;
}
#site-header .menu-extras > li.shopping-cart > a .shopping-cart-items-count.no-items:after,
#site-header-sticky .menu-extras > li.shopping-cart > a .shopping-cart-items-count.no-items:after {
content: "0";
}
#site-header .menu-extras > li.shopping-cart > a .shopping-cart-items-count.no-items,
#site-header-sticky .menu-extras > li.shopping-cart > a .shopping-cart-items-count.no-items {
display: none;
}
#site-header .menu-extras > li.shopping-cart:hover .sub-menu,
#site-header-sticky .menu-extras > li.shopping-cart:hover .sub-menu {
display: block\9;
visibility: visible;
transform: translateX(0) translateY(0);
-webkit-opacity: 1;
-khtml-opacity: 1;
-moz-opacity: 1;
opacity: 1;
-ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=100);
filter: alpha(opacity=100);
-webkit-transition: 0.5s cubic-bezier(0.25, 0.8, 0.25, 1) 0s;
-moz-transition: 0.5s cubic-bezier(0.25, 0.8, 0.25, 1) 0s;
-ms-transition: 0.5s cubic-bezier(0.25, 0.8, 0.25, 1) 0s;
-o-transition: 0.5s cubic-bezier(0.25, 0.8, 0.25, 1) 0s;
transition: 0.5s cubic-bezier(0.25, 0.8, 0.25, 1) 0s;
}
#site-header .menu-extras > li.shopping-cart .sub-menu,
#site-header-sticky .menu-extras > li.shopping-cart .sub-menu {
position: absolute;
min-width: 300px;
right: -40px;
top: 100%;
z-index: 2;
padding: 15px 0 25px 0;
display: none\9;
visibility: hidden;
transform: translateY(10px);
-webkit-opacity: 0;
-khtml-opacity: 0;
-moz-opacity: 0;
opacity: 0;
-ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=0);
filter: alpha(opacity=0);
-webkit-transition: all 0s;
-moz-transition: all 0s;
-ms-transition: all 0s;
-o-transition: all 0s;
transition: all 0s;
}
#site-header .menu-extras > li.shopping-cart .sub-menu:after,
#site-header-sticky .menu-extras > li.shopping-cart .sub-menu:after {
content: "";
position: absolute;
left: 0;
right: 0;
bottom: 0;
top: -55px;
background: #ffffff;
z-index: -1;
-webkit-box-shadow: 0 30px 50px rgba(0, 0, 0, 0.12);
-moz-box-shadow: 0 30px 50px rgba(0, 0, 0, 0.12);
-ms-box-shadow: 0 30px 50px rgba(0, 0, 0, 0.12);
-o-box-shadow: 0 30px 50px rgba(0, 0, 0, 0.12);
box-shadow: 0 30px 50px rgba(0, 0, 0, 0.12);
}
#site-header .menu-extras > li.shopping-cart .sub-menu .woocommerce-mini-cart__empty-message,
#site-header-sticky .menu-extras > li.shopping-cart .sub-menu .woocommerce-mini-cart__empty-message {
text-align: center;
}
#site-header .menu-extras > li.shopping-cart .sub-menu .widget_shopping_cart_content,
#site-header-sticky .menu-extras > li.shopping-cart .sub-menu .widget_shopping_cart_content {
padding: 10px 30px;
}
#site-header .header-info-text .info-list,
#site-header-sticky .header-info-text .info-list {
margin: 0;
padding: 0;
}
@media only screen and (min-width: 1025px) and (max-width: 1366px) {
#site-header .header-info-text .info-list li,
#site-header-sticky .header-info-text .info-list li {
margin: 0 30px 0 0;
}
#site-header .header-info-text .info-list li:last-child,
#site-header-sticky .header-info-text .info-list li:last-child {
margin: 0;
}
#site-header .header-info-text .info-list li i,
#site-header-sticky .header-info-text .info-list li i {
margin: 0;
}
#site-header .header-info-text .info-list li p,
#site-header-sticky .header-info-text .info-list li p {
display: none;
}
}
#site-header .header-info-text .info-list a,
#site-header-sticky .header-info-text .info-list a {
display: flex;
align-items: center;
}
#site-header .header-info-text .info-list a:after,
#site-header-sticky .header-info-text .info-list a:after {
display: none;
}
#site-header .header-info-text .info-list a:hover .lg:after,
#site-header-sticky .header-info-text .info-list a:hover .lg:after {
width: 100%;
left: 0;
right: auto;
}
#site-header .header-info-text .info-list i,
#site-header-sticky .header-info-text .info-list i {
font-size: 48px;
width: auto;
height: auto;
line-height: inherit;
background: none;
-webkit-border-radius: 0;
-moz-border-radius: 0;
-ms-border-radius: 0;
-o-border-radius: 0;
border-radius: 0;
}
#site-header .header-info-text .info-list span,
#site-header-sticky .header-info-text .info-list span {
font-size: 14px;
line-height: 1.25;
}
#site-header .header-info-text .info-list span.lg,
#site-header-sticky .header-info-text .info-list span.lg {
font-size: 18px;
position: relative;
-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 .header-info-text .info-list span.lg:after,
#site-header-sticky .header-info-text .info-list span.lg:after {
content: "";
height: 0;
position: absolute;
width: 0;
right: 0;
bottom: -1px;
border-bottom: 1px solid;
-webkit-transition: 0.5s cubic-bezier(0.25, 0.8, 0.25, 1) 0s;
-moz-transition: 0.5s cubic-bezier(0.25, 0.8, 0.25, 1) 0s;
-ms-transition: 0.5s cubic-bezier(0.25, 0.8, 0.25, 1) 0s;
-o-transition: 0.5s cubic-bezier(0.25, 0.8, 0.25, 1) 0s;
transition: 0.5s cubic-bezier(0.25, 0.8, 0.25, 1) 0s;
}
#site-header.header-brand-right .header-info-text .info-list,
#site-header-sticky.header-brand-right .header-info-text .info-list {
margin-left: 40px;
}
#site-header.header-brand-right .header-info-text .info-list i,
#site-header-sticky.header-brand-right .header-info-text .info-list i {
font-size: 32px;
}
#site-header.header-brand-right .header-info-text .info-list p .lg,
#site-header-sticky.header-brand-right .header-info-text .info-list p .lg {
font-size: 1rem;
}
#site-header .social-icons a,
#site-header-sticky .social-icons a {
display: inline-block;
}
#site-header .social-icons a i,
#site-header-sticky .social-icons a i {
font-size: 28px;
}
.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);
overflow: hidden;
}
.rev_slider_wrapper {
left: 0 !important;
}
.admin-bar #off-canvas-left {
top: 46px;
}
@media only screen and (min-width: 1024px) {
.admin-bar #off-canvas-left {
top: 32px;
}
}
.admin-bar .sliding-menu {
top: 46px;
}
@media only screen and (min-width: 782px) {
.admin-bar .sliding-menu {
top: 32px;
}
}
@media only screen and (max-width: 600px) {
.admin-bar .sliding-menu {
top: 0;
}
}
.site-header.header-full .off-canvas-toggle[data-target="off-canvas-right"],
.site-header-sticky.header-full .off-canvas-toggle[data-target="off-canvas-right"] {
margin-left: 20px;
color: inherit;
}
.off-canvas-toggle {
width: 24px;
position: relative;
float: right;
display: inline-block;
line-height: 40px;
}
.off-canvas-toggle:before {
width: 24px;
height: 2px;
content: "";
position: absolute;
top: 50%;
border: 1px solid;
margin-top: -1px;
left: 0;
-webkit-border-radius: 5px;
-moz-border-radius: 5px;
-ms-border-radius: 5px;
-o-border-radius: 5px;
border-radius: 5px;
}
.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;
-webkit-border-radius: 5px;
-moz-border-radius: 5px;
-ms-border-radius: 5px;
-o-border-radius: 5px;
border-radius: 5px;
}
.off-canvas-toggle span:before {
top: auto;
bottom: 50%;
margin-bottom: -10px;
}
.off-canvas-toggle[data-target="off-canvas-right"] {
width: 60px;
height: 60px;
text-align: center;
border: 2px solid transparent;
margin-left: 30px;
-webkit-border-radius: 60px;
-moz-border-radius: 60px;
-ms-border-radius: 60px;
-o-border-radius: 60px;
border-radius: 60px;
}
.off-canvas-toggle[data-target="off-canvas-right"]:hover {
color: inherit;
background-color: transparent;
}
.off-canvas-toggle[data-target="off-canvas-right"]:before {
left: 50%;
margin-left: -12px;
}
.off-canvas-toggle[data-target="off-canvas-right"] span:after,
.off-canvas-toggle[data-target="off-canvas-right"] span:before {
left: auto;
margin-right: -12px;
right: 50%;
}
#off-canvas-left {
position: fixed;
z-index: 1;
top: 0;
left: 0;
bottom: 0;
width: 280px;
visibility: hidden;
-webkit-transition: visibility 0s 0.3s;
-moz-transition: visibility 0s 0.3s;
transition: visibility 0s 0.3s;
-webkit-box-shadow: 0 30px 50px rgba(0, 0, 0, 0.12);
-moz-box-shadow: 0 30px 50px rgba(0, 0, 0, 0.12);
-ms-box-shadow: 0 30px 50px rgba(0, 0, 0, 0.12);
-o-box-shadow: 0 30px 50px rgba(0, 0, 0, 0.12);
box-shadow: 0 30px 50px rgba(0, 0, 0, 0.12);
}
#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;
}
#off-canvas-right .widget_search {
width: calc(100% - 170px);
position: absolute;
left: 40px;
top: 40px;
}
#off-canvas-right .social-icons a {
margin: 0 5px 0 0;
overflow: hidden;
-webkit-border-radius: 50px;
-moz-border-radius: 50px;
-ms-border-radius: 50px;
-o-border-radius: 50px;
border-radius: 50px;
}
#off-canvas-right .search-field {
border: 1px solid;
}
.sliding-menu {
position: fixed;
right: 0;
top: 0;
bottom: 0;
overflow-y: scroll;
}
.sliding-menu .off-canvas-toggle[data-target="off-canvas-right"] {
position: absolute;
z-index: 100;
right: 40px;
top: 40px;
width: 60px;
height: 60px;
border: none;
background: #ffffff;
-webkit-border-radius: 100%;
-moz-border-radius: 100%;
-ms-border-radius: 100%;
-o-border-radius: 100%;
border-radius: 100%;
}
.sliding-menu .off-canvas-toggle[data-target="off-canvas-right"]:before {
display: none;
}
.sliding-menu .off-canvas-toggle[data-target="off-canvas-right"] span:after,
.sliding-menu .off-canvas-toggle[data-target="off-canvas-right"] span:before {
right: auto;
left: 50%;
margin-left: -12px;
margin-right: auto;
}
.sliding-menu .off-canvas-toggle[data-target="off-canvas-right"] span:after {
-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);
}
.sliding-menu .off-canvas-toggle[data-target="off-canvas-right"] span:before {
-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);
}
.sliding-menu .off-canvas-wrap {
display: flex;
flex-direction: column;
justify-content: space-between;
height: 100%;
}
.sliding-menu .header-info-text .info-list {
margin: 0 0 40px 0;
padding: 0;
text-transform: none;
line-height: 1.3;
}
.sliding-menu .header-info-text .info-list a {
display: flex;
align-items: center;
}
.sliding-menu .header-info-text .info-list i {
font-size: 32px;
height: 64px;
line-height: 64px;
width: 64px;
}
.sliding-menu .header-info-text .info-list .lg {
font-size: 18px;
font-weight: normal;
}
.sliding-menu .header-info-text .info-list span {
-webkit-opacity: 1;
-khtml-opacity: 1;
-moz-opacity: 1;
opacity: 1;
-ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=100);
filter: alpha(opacity=100);
}
.menu-sliding {
margin: 100px 0 0 0;
padding: 30px 0;
border-top: 5px solid;
}
.menu-sliding li {
list-style: none;
position: relative;
}
.menu-sliding li > .sub-menu,
.menu-sliding li > .children {
display: none;
font-size: 1.125rem;
}
.menu-sliding li .menu-item-toggle {
width: 60px;
height: 60px;
cursor: pointer;
position: absolute;
right: 0;
top: 0;
-webkit-border-radius: 50px;
-moz-border-radius: 50px;
-ms-border-radius: 50px;
-o-border-radius: 50px;
border-radius: 50px;
}
.menu-sliding li .menu-item-toggle:after {
content: "\ea05";
font-family: "Nucleo";
font-size: 48px;
position: absolute;
left: 0;
top: 0;
line-height: 60px;
text-align: center;
width: 60px;
}
.menu-sliding li.menu-item-has-children > a {
padding-right: 60px;
}
.menu-sliding li.menu-item-expand > .sub-menu,
.menu-sliding li.menu-item-expand > .children {
display: block;
}
.menu-sliding li.menu-item-expand > .menu-item-toggle {
background: #ffffff;
}
.menu-sliding li.menu-item-expand > .menu-item-toggle:after {
content: "\ea0a";
}
.menu-sliding li .sub-menu,
.menu-sliding li .children {
margin: 0 0 10px 30px;
padding: 0;
}
.menu-sliding li .sub-menu > li:last-child > a,
.menu-sliding li .children > li:last-child > a {
border-bottom: none;
}
.menu-sliding li .sub-menu > li a,
.menu-sliding li .children > li a {
padding: 5px 0;
}
.menu-sliding li .sub-menu > li .menu-item-toggle,
.menu-sliding li .children > li .menu-item-toggle {
border-color: transparent;
}
.menu-sliding li a {
display: inline-block;
padding: 15px 0;
position: relative;
}
.sliding-overlay .sliding-menu {
left: 0;
z-index: 101;
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);
}
@media only screen and (min-width: 1024px) {
.sliding-overlay .sliding-menu {
left: 50%;
}
}
.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-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);
}
@media only screen and (min-width: 1025px) {
.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);
}
.button.accent,
.button.primary:hover,
.button.checkout:hover,
.button.primary.border,
.button.accent.border:hover,
#site-header .header-info-text .info-list i,
.sliding-menu .info-list i,
.widget.menu-style2 .menu > li .sub-menu li a i,
rs-module-wrap .custom-arrow:hover,
.iconlist.iconlist-icon-mini i,
#site .imagebox:hover .box-title span:not(.box-subtitle),
#site .vc_carousel-control:hover,
#site .owl-buttons div:hover,
#site .timeline .owl-buttons div,
#site .iconbox.accent .box-icon i,
rs-module-wrap .video-button.play:before,
.vc_custom_heading.style1,
.badge.style2,
h6.badge.style2,
#site .blog-shortcode.post-thumbnail-cover .blog-grid .post .post-inner .post-date {
color: #feeb35;
}
.button.primary,
.button.checkout,
.button.primary.border:hover,
.button.accent:hover,
.bg-primary,
.navigation.pager-numeric .page-numbers:hover,
.widget.widget_calendar table tbody tr td#today,
.widget.widget_calendar table tbody tr th#today,
.navigation.post-navigation .nav-links li a:before,
.page-links a:hover span,
#respond .comment-form-cookies-consent input[type="checkbox"]:checked,
#site .wpcf7-acceptance .wpcf7-list-item input[type="checkbox"]:checked,
.info-list li i,
.info-list li a:after,
.widget.menu-style2 .menu > li .sub-menu li a:after,
.widget.menu-style1 ul li a:after,
.go-to-top a:hover:before,
.site-content .down-arrow a:hover:before,
.off-canvas-toggle[data-target="off-canvas-right"],
.blog-grid .post .post-categories a,
.post-image .featured-image,
.projects-filter ul li.active a,
.projects-filter ul li a:after,
.list-style1 li:before,
rs-module-wrap .custom-arrow,
rs-module-wrap rs-bullets.custom .tp-bullet.selected,
rs-module-wrap .custom .tp-bullet:hover,
#site .vc_carousel-control,
#site .owl-buttons div,
#site .iconbox:hover,
#site .iconbox.primary,
#site .iconbox.style2,
#site .member .member-info .member-desc:after,
#site .member .social-links a:hover,
#site .elements-carousel.timeline .title:before,
#site .iconlist li .iconlist-item-content > h1:first-child:after,
#site .iconlist li .iconlist-item-content > h2:first-child:after,
#site .iconlist li .iconlist-item-content > h3:first-child:after,
#site .iconlist li .iconlist-item-content > h4:first-child:after,
#site .iconlist li .iconlist-item-content > h5:first-child:after,
#site .iconlist li .iconlist-item-content > h6:first-child:after,
#site .imagebox .box-button:after,
#site .imagebox.style1 .box-title:after,
#site .imagebox.style2:hover .box-button,
.badge,
.dotActive,
a.video-lightbox:before,
.projects-related:after,
.shopping-cart .shopping-cart-items-count,
.woocommerce-pagination li .page-numbers:hover,
.woocommerce .products li .button:hover:before {
background-color: #feeb35;
}
.button.primary.border:before,
blockquote,
.widget.widget_mc4wp_form_widget.style2 input[type="email"]:focus,
.off-canvas-toggle[data-target="off-canvas-right"]:hover,
.blog-large .post-wrap,
.blog-grid .post.sticky:after,
rs-module-wrap .video-button.play:after,
#site .testimonial:not(.has-image),
#site-header-sticky .extras .header-info-text .info-list span.lg:after {
border-color: #feeb35;
}
.button:hover,
.button.primary,
.button.checkout,
.button.accent.border,
.button.primary.border:hover,
.info-list li i,
.go-to-top a:hover:before,
.site-content .down-arrow a:hover:before,
.off-canvas-toggle[data-target="off-canvas-right"],
.blog-grid .post .post-categories a,
rs-module-wrap .custom-arrow,
#site .vc_carousel-control,
#site .owl-buttons div,
.menu .badge,
a.video-lightbox:after {
color: #000000;
}
.button.accent,
.button.primary:hover,
.button.checkout:hover,
.button.border:hover,
.button.accent.border:hover,
.bg-accent,
.navigation.pager-numeric .page-numbers.current,
.navigation.pager-numeric .page-numbers.next,
.post-page-numbers.current span,
.menu-extras > li.search-box .widget_search:after,
.single-post .content .post-header:after,
.single-attachment .content .post-header:after,
.blog-large .post-header:after,
.widget .widget-title:after,
.widget.widget_calendar table thead,
.site-content .wp-block-calendar table thead th,
.related-posts .related-posts-title:after,
.projects-related .projects-related-title:after,
.comments-area .comments-title:after,
.navigation.post-navigation .nav-links li:hover a:before,
.sliding-menu .header-info-text .info-list i,
.blog-grid .post .post-categories a:hover,
.blog-grid .post .post-categories span,
rs-module-wrap .custom-arrow:hover,
.badge.style2,
#site .vc_carousel-control:hover,
#site .owl-buttons div:hover,
#site .timeline .owl-buttons div,
#site .owl-pagination .owl-page.active,
#site .owl-pagination .owl-page:hover,
#site .iconbox.accent,
#site .elements-carousel.timeline .owl-item:hover .title:before,
#site .blog-shortcode.post-thumbnail-cover .blog-grid .post .post-inner .post-thumbnail .post-date .post-month,
.woocommerce-pagination li .page-numbers.current,
.woocommerce .product section.products h2:not(.woocommerce-loop-product__title):after {
background-color: #000000;
}
.button:hover:before,
.button.accent.border:before,
.button.outline:before {
border-color: #000000;
}
::selection {
background: #feeb35;
}
::-moz-selection {
background: #feeb35;
}
.related-posts .grid-posts .post .post-inner:hover .post-title a,
.blog-masonry .post-inner:hover .post-title a,
.single-post .content .post-content .post-right .navigation .nav-links li a:hover .post-title,
.blog-grid .post .post-inner:hover .post-title a,
#site .posts-carousel .post-inner:hover .post-title a,
#site .blog-shortcode.post-thumbnail-cover .blog-grid .post .post-inner:hover .post-title,
.woocommerce .products li:hover .woocommerce-loop-product__title,
.woocommerce .product .summary .grouped_form table tr td.woocommerce-grouped-product-list-item__label a:hover {
box-shadow: inset 0 -1px 0 0 #feeb35;
}
#site .imagebox:hover .box-title span:not(.box-subtitle) {
-webkit-text-stroke-color: #feeb35;
}
.vc_custom_heading u {
background-image: linear-gradient(180deg, transparent 65%, #feeb35 0);
}
#site .vc_custom_heading.style1 {
-webkit-text-stroke-color: #000000;
}
#site .vc_section.shape-2:before,
#site .vc_row.shape-2:before,
#site .vc_section.shape-4:before,
#site .vc_row.shape-4:before,
.site-footer:before {
background: repeating-linear-gradient(-45deg, transparent, transparent 4px, #feeb35 5px, #feeb35 10px, transparent 11px);
}
#site .vc_section.shape-3:before,
#site .vc_row.shape-3:before,
#site .vc_section.shape-5:before,
#site .vc_row.shape-5:before {
background: repeating-linear-gradient(-45deg, transparent, transparent 4px, #000000 5px, #000000 10px, transparent 11px);
}
.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.tectaamerica.com/wp-content/themes/hank/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);
}