@charset "UTF-8";
@charset "UTF-8";
.wpcf7 .screen-reader-response {
position: absolute;
overflow: hidden;
clip: rect(1px, 1px, 1px, 1px);
clip-path: inset(50%);
height: 1px;
width: 1px;
margin: -1px;
padding: 0;
border: 0;
word-wrap: normal !important;
}
.wpcf7 form .wpcf7-response-output {
margin: 2em 0.5em 1em;
padding: 0.2em 1em;
border: 2px solid #00a0d2; }
.wpcf7 form.init .wpcf7-response-output,
.wpcf7 form.resetting .wpcf7-response-output,
.wpcf7 form.submitting .wpcf7-response-output {
display: none;
}
.wpcf7 form.sent .wpcf7-response-output {
border-color: #46b450; }
.wpcf7 form.failed .wpcf7-response-output,
.wpcf7 form.aborted .wpcf7-response-output {
border-color: #dc3232; }
.wpcf7 form.spam .wpcf7-response-output {
border-color: #f56e28; }
.wpcf7 form.invalid .wpcf7-response-output,
.wpcf7 form.unaccepted .wpcf7-response-output,
.wpcf7 form.payment-required .wpcf7-response-output {
border-color: #ffb900; }
.wpcf7-form-control-wrap {
position: relative;
}
.wpcf7-not-valid-tip {
color: #dc3232; font-size: 1em;
font-weight: normal;
display: block;
}
.use-floating-validation-tip .wpcf7-not-valid-tip {
position: relative;
top: -2ex;
left: 1em;
z-index: 100;
border: 1px solid #dc3232;
background: #fff;
padding: .2em .8em;
width: 24em;
}
.wpcf7-list-item {
display: inline-block;
margin: 0 0 0 1em;
}
.wpcf7-list-item-label::before,
.wpcf7-list-item-label::after {
content: " ";
}
.wpcf7-spinner {
visibility: hidden;
display: inline-block;
background-color: #23282d; opacity: 0.75;
width: 24px;
height: 24px;
border: none;
border-radius: 100%;
padding: 0;
margin: 0 24px;
position: relative;
}
form.submitting .wpcf7-spinner {
visibility: visible;
}
.wpcf7-spinner::before {
content: '';
position: absolute;
background-color: #fbfbfc; top: 4px;
left: 4px;
width: 6px;
height: 6px;
border: none;
border-radius: 100%;
transform-origin: 8px 8px;
animation-name: spin;
animation-duration: 1000ms;
animation-timing-function: linear;
animation-iteration-count: infinite;
}
@media (prefers-reduced-motion: reduce) {
.wpcf7-spinner::before {
animation-name: blink;
animation-duration: 2000ms;
}
}
@keyframes spin {
from {
transform: rotate(0deg);
}
to {
transform: rotate(360deg);
}
}
@keyframes blink {
from {
opacity: 0;
}
50% {
opacity: 1;
}
to {
opacity: 0;
}
}
.wpcf7 input[type="file"] {
cursor: pointer;
}
.wpcf7 input[type="file"]:disabled {
cursor: default;
}
.wpcf7 .wpcf7-submit:disabled {
cursor: not-allowed;
}
.wpcf7 input[type="url"],
.wpcf7 input[type="email"],
.wpcf7 input[type="tel"] {
direction: ltr;
}
.wpcf7-reflection > output {
display: list-item;
list-style: none;
}
.wpcf7-reflection > output[hidden] {
display: none;
}.bx-wrapper {
position: relative;
margin: 0 auto 60px;
padding: 0;
*zoom: 1;
}
.bx-wrapper img {
max-width: 100%;
display: block;
} .bx-wrapper .bx-viewport {
-moz-box-shadow: 0 0 5px #ccc;
-webkit-box-shadow: 0 0 5px #ccc;
box-shadow: 0 0 5px #ccc;
border:  5px solid #fff;
left: -5px;
background: #fff; -webkit-transform: translatez(0);
-moz-transform: translatez(0);
-ms-transform: translatez(0);
-o-transform: translatez(0);
transform: translatez(0);
}
.bx-wrapper .bx-pager,
.bx-wrapper .bx-controls-auto {
position: absolute;
bottom: -30px;
width: 100%;
} .bx-wrapper .bx-loading {
min-height: 50px;
background: url(/wp-content/themes/eight-sec/css/images/bx_loader.gif) center center no-repeat #fff;
height: 100%;
width: 100%;
position: absolute;
top: 0;
left: 0;
z-index: 2000;
} .bx-wrapper .bx-pager {
text-align: center;
font-size: .85em;
font-family: Arial;
font-weight: bold;
color: #666;
padding-top: 20px;
}
.bx-wrapper .bx-pager .bx-pager-item,
.bx-wrapper .bx-controls-auto .bx-controls-auto-item {
display: inline-block;
*zoom: 1;
*display: inline;
}
.bx-wrapper .bx-pager.bx-default-pager a {
background: #666;
text-indent: -9999px;
display: block;
width: 10px;
height: 10px;
margin: 0 5px;
outline: 0;
-moz-border-radius: 5px;
-webkit-border-radius: 5px;
border-radius: 5px;
}
.bx-wrapper .bx-pager.bx-default-pager a:hover,
.bx-wrapper .bx-pager.bx-default-pager a.active {
background: #000;
} .bx-wrapper .bx-prev {
left: 10px;
background: url(/wp-content/themes/eight-sec/css/images/controls.png) no-repeat 0 -32px;
}
.bx-wrapper .bx-next {
right: 10px;
background: url(/wp-content/themes/eight-sec/css/images/controls.png) no-repeat -43px -32px;
}
.bx-wrapper .bx-prev:hover {
background-position: 0 0;
}
.bx-wrapper .bx-next:hover {
background-position: -43px 0;
}
.bx-wrapper .bx-controls-direction a {
position: absolute;
top: 50%;
margin-top: -16px;
outline: 0;
width: 32px;
height: 32px;
text-indent: -9999px;
z-index: 9999;
}
.bx-wrapper .bx-controls-direction a.disabled {
display: none;
} .bx-wrapper .bx-controls-auto {
text-align: center;
}
.bx-wrapper .bx-controls-auto .bx-start {
display: block;
text-indent: -9999px;
width: 10px;
height: 11px;
outline: 0;
background: url(/wp-content/themes/eight-sec/css/images/controls.png) -86px -11px no-repeat;
margin: 0 3px;
}
.bx-wrapper .bx-controls-auto .bx-start:hover,
.bx-wrapper .bx-controls-auto .bx-start.active {
background-position: -86px 0;
}
.bx-wrapper .bx-controls-auto .bx-stop {
display: block;
text-indent: -9999px;
width: 9px;
height: 11px;
outline: 0;
background: url(/wp-content/themes/eight-sec/css/images/controls.png) -86px -44px no-repeat;
margin: 0 3px;
}
.bx-wrapper .bx-controls-auto .bx-stop:hover,
.bx-wrapper .bx-controls-auto .bx-stop.active {
background-position: -86px -33px;
} .bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-pager {
text-align: left;
width: 80%;
}
.bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-controls-auto {
right: 0;
width: 35px;
} .bx-wrapper .bx-caption {
position: absolute;
bottom: 0;
left: 0;
background: #666\9;
background: rgba(80, 80, 80, 0.75);
width: 100%;
}
.bx-wrapper .bx-caption span {
color: #fff;
font-family: Arial;
display: block;
font-size: .85em;
padding: 10px;
}@font-face {
font-family: 'FontAwesome';
src: url(/wp-content/themes/eight-sec/fonts/fontawesome-webfont.eot?v=4.6.1);
src: url(/wp-content/themes/eight-sec/fonts/fontawesome-webfont.eot#iefix&v=4.6.1) format('embedded-opentype'), url(/wp-content/themes/eight-sec/fonts/fontawesome-webfont.woff2?v=4.6.1) format('woff2'), url(/wp-content/themes/eight-sec/fonts/fontawesome-webfont.woff?v=4.6.1) format('woff'), url(/wp-content/themes/eight-sec/fonts/fontawesome-webfont.ttf?v=4.6.1) format('truetype'), url(/wp-content/themes/eight-sec/fonts/fontawesome-webfont.svg?v=4.6.1#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:before {
content: "\f1a7";
}
.fa-pied-piper-alt:before {
content: "\f1a8";
}
.fa-drupal:before {
content: "\f1a9";
}
.fa-joomla:before {
content: "\f1aa";
}
.fa-language:before {
content: "\f1ab";
}
.fa-fax:before {
content: "\f1ac";
}
.fa-building:before {
content: "\f1ad";
}
.fa-child:before {
content: "\f1ae";
}
.fa-paw:before {
content: "\f1b0";
}
.fa-spoon:before {
content: "\f1b1";
}
.fa-cube:before {
content: "\f1b2";
}
.fa-cubes:before {
content: "\f1b3";
}
.fa-behance:before {
content: "\f1b4";
}
.fa-behance-square:before {
content: "\f1b5";
}
.fa-steam:before {
content: "\f1b6";
}
.fa-steam-square:before {
content: "\f1b7";
}
.fa-recycle:before {
content: "\f1b8";
}
.fa-automobile:before,
.fa-car:before {
content: "\f1b9";
}
.fa-cab:before,
.fa-taxi:before {
content: "\f1ba";
}
.fa-tree:before {
content: "\f1bb";
}
.fa-spotify:before {
content: "\f1bc";
}
.fa-deviantart:before {
content: "\f1bd";
}
.fa-soundcloud:before {
content: "\f1be";
}
.fa-database:before {
content: "\f1c0";
}
.fa-file-pdf-o:before {
content: "\f1c1";
}
.fa-file-word-o:before {
content: "\f1c2";
}
.fa-file-excel-o:before {
content: "\f1c3";
}
.fa-file-powerpoint-o:before {
content: "\f1c4";
}
.fa-file-photo-o:before,
.fa-file-picture-o:before,
.fa-file-image-o:before {
content: "\f1c5";
}
.fa-file-zip-o:before,
.fa-file-archive-o:before {
content: "\f1c6";
}
.fa-file-sound-o:before,
.fa-file-audio-o:before {
content: "\f1c7";
}
.fa-file-movie-o:before,
.fa-file-video-o:before {
content: "\f1c8";
}
.fa-file-code-o:before {
content: "\f1c9";
}
.fa-vine:before {
content: "\f1ca";
}
.fa-codepen:before {
content: "\f1cb";
}
.fa-jsfiddle:before {
content: "\f1cc";
}
.fa-life-bouy:before,
.fa-life-buoy:before,
.fa-life-saver:before,
.fa-support:before,
.fa-life-ring:before {
content: "\f1cd";
}
.fa-circle-o-notch:before {
content: "\f1ce";
}
.fa-ra:before,
.fa-rebel:before {
content: "\f1d0";
}
.fa-ge:before,
.fa-empire:before {
content: "\f1d1";
}
.fa-git-square:before {
content: "\f1d2";
}
.fa-git:before {
content: "\f1d3";
}
.fa-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-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";
}
.sr-only {
position: absolute;
width: 1px;
height: 1px;
padding: 0;
margin: -1px;
overflow: hidden;
clip: rect(0, 0, 0, 0);
border: 0;
}
.sr-only-focusable:active,
.sr-only-focusable:focus {
position: static;
width: auto;
height: auto;
margin: 0;
overflow: visible;
clip: auto;
}

html {
font-family: sans-serif; -ms-text-size-adjust: 100%; -webkit-text-size-adjust: 100%; } body {
margin: 0;
}  article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
display: block;
} audio,
canvas,
progress,
video {
display: inline-block; vertical-align: baseline; } audio:not([controls]) {
display: none;
height: 0;
} [hidden],
template {
display: none;
}  a {
background-color: transparent;
} a:active,
a:hover {
outline: 0;
}  abbr[title] {
border-bottom: 1px dotted;
} b,
strong {
font-weight: bold;
} dfn {
font-style: italic;
}       sub,
sup {
font-size: 75%;
line-height: 0;
position: relative;
vertical-align: baseline;
}
sup {
top: -0.5em;
}
sub {
bottom: -0.25em;
}  img {
border: 0;
} svg:not(:root) {
overflow: hidden;
}    hr {
box-sizing: content-box;
height: 0;
} pre {
overflow: auto;
} code,
kbd,
pre,
samp {
font-family: monospace, monospace;
font-size: 1em;
}   button,
input,
optgroup,
select,
textarea {
color: inherit; font: inherit; margin: 0; } button {
overflow: visible;
} button,
select {
text-transform: none;
} button,
html input[type="button"], input[type="reset"],
input[type="submit"] {
-webkit-appearance: button; cursor: pointer; } button[disabled],
html input[disabled] {
cursor: default;
} button::-moz-focus-inner,
input::-moz-focus-inner {
border: 0;
padding: 0;
} input {
line-height: normal;
} input[type="checkbox"],
input[type="radio"] {
box-sizing: border-box; padding: 0; } input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
height: auto;
} input[type="search"] {
-webkit-appearance: textfield; box-sizing: content-box; } input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
-webkit-appearance: none;
}   legend {
border: 0; padding: 0; } textarea {
overflow: auto;
} optgroup {
font-weight: bold;
}  table {
border-collapse: collapse;
border-spacing: 0;
}
td,
th {
padding: 0;
} .animate-item-size-item {
float: left;
} .animate-item-size-item,
.animate-item-size-item__content {
width: 60px;
height: 60px;
} .animate-item-size-item__content {
background: #8DF;
border: 2px solid #333;
border-color: hsla(0, 0%, 0%, 0.7);
-webkit-transition: width 0.4s, height 0.4s;
-moz-transition: width 0.4s, height 0.4s;
-o-transition: width 0.4s, height 0.4s;
transition: width 0.4s, height 0.4s;
}
.animate-item-size-item:hover .animate-item-size-item__content {
border-color: white;
background: #4BF;
cursor: pointer;
} .animate-item-size-item.is-expanded,
.animate-item-size-item.is-expanded .animate-item-size-item__content {
width: 180px;
height: 120px;
}
.animate-item-size-item.is-expanded {
z-index: 2;
}
.animate-item-size-item.is-expanded .animate-item-size-item__content {
background: #F90;
} .grid--animate-item-size-responsive .animate-item-size-item,
.grid--animate-item-size-responsive .grid-sizer {
width: 20%;
}
.grid--animate-item-size-responsive .animate-item-size-item__content,
.grid--animate-item-size-responsive .animate-item-size-item.is-expanded .animate-item-size-item__content {
width: 100%;
height: 100%;
} .grid--animate-item-size-responsive .animate-item-size-item.is-expanded {
width: 60%;
} .bootstrap-3__container-fluid {
padding-right: 15px;
padding-left: 15px;
margin-right: auto;
margin-left: auto;
}
.bootstrap-3__col-xs-4,
.bootstrap-3__col-xs-6,
.bootstrap-3__col-xs-8,
.bootstrap-3__col-xs-12 {
padding-right: 15px;
padding-left: 15px;
}
.bootstrap-3__col-xs-4 { width: 33.333%; }
.bootstrap-3__col-xs-6 { width: 50%; }
.bootstrap-3__col-xs-8 { width: 66.666%; }
.bootstrap-3__grid-item-content {
height: 100px;
background: #e6e5e4;
border: 2px solid #b6b5b4;
border-color: hsla(0, 0%, 0%, 0.4);
}
.bootstrap-3__grid-item-content--height2 { height: 200px; } @media (min-width: 768px) {
.bootstrap-3__col-sm-4 { width: 33.333%; }
.bootstrap-3__col-sm-8 { width: 66.666%; }
} @media (min-width: 992px) {
.bootstrap-3__col-md-3 { width: 25%; }
.bootstrap-3__col-md-6 { width: 50%; }
} .button {
display: inline-block;
padding: 5px 15px;
margin-bottom: 10px;
background: #EEE;
border: none;
border-radius: 7px;
background-image: linear-gradient( to bottom, hsla(0, 0%, 0%, 0), hsla(0, 0%, 0%, 0.2) );
color: #222;
font-weight: 500;
text-shadow: 0 1px white;
cursor: pointer;
}
.button:hover {
background-color: #8CF;
text-shadow: 0 1px hsla(0, 0%, 100%, 0.5);
color: #222;
}
.button:active,
.button.is-checked,
.button.is-selected {
background-color: #28F;
}
.button.is-checked,
.button.is-selected {
color: white;
text-shadow: 0 -1px hsla(0, 0%, 0%, 0.8);
}
.button:active {
box-shadow: inset 0 1px 10px hsla(0, 0%, 0%, 0.8);
} .button input[type="radio"] { display: none; } .button-group:after {
content: '';
display: block;
clear: both;
}
.button-group .button {
float: left;
border-radius: 0;
margin-right: 1px;
}
.button-group .button:first-child { border-radius: 0.5em 0 0 0.5em; }
.button-group .button:last-child { border-radius: 0 0.5em 0.5em 0; } .buy-button {
display: block;
margin-bottom: 10px;
line-height: 1.3em;
border-radius: 8px;
padding: 10px 100px 10px 10px;
background: #161615;
color: #1FB;
position: relative;
text-align: center;
}
.buy-button__for {
display: block;
font-style: italic;
}
.buy-button__price {
position: absolute;
right: 0;
top: 0;
height: 100%;
width: 80px;
border-radius: 0 8px 8px 0;
font-size: 1.6em;
background: #1BF;
color: white;
text-align: center;
line-height: 64px;
}
.buy-button__price__dollar {
font-size: 0.6em;
margin-right: 3px;
vertical-align: top;
}
.buy-button:hover {
color: #FB4;
}
.buy-button:hover .buy-button__price {
background: #FB4;
}
@media screen and (min-width: 768px) { .buy-button-trio {
margin-top: 40px;
margin-bottom: 50px;
}
.buy-button-trio:after {
content: '';
display: block;
clear: both;
} .buy-button-trio .buy-button {
float: left;
width: 31.33%;
margin-right: 3%;
}
.buy-button-trio .buy-button:nth-child(3) {
margin-right: 0;
}
.buy-button-trio .buy-button {
transition: transform 0.2s;
padding: 20px 0 0;
}
.buy-button-trio .buy-button > span {
display: block;
padding-left: 10px;
padding-right: 10px;
}
.buy-button-trio .buy-button__project,
.buy-button-trio .buy-button__license {
font-size: 1.1em;
}
.buy-button-trio .buy-button__title {
font-size: 1.9em;
line-height: 1.2;
}
.buy-button-trio .buy-button__license {
margin-bottom: 15px;
}
.buy-button-trio .buy-button__for {
margin-bottom: 20px;
font-size: 1.1em;
}
.buy-button-trio .buy-button__price {
position: relative;
width: auto;
font-size: 2.4em;
line-height: 1.3;
padding-top: 15px;
padding-bottom: 10px;
border-radius: 0 0 8px 8px;
}
.buy-button-trio .buy-button__price__dollar {
position: relative;
top: 8px;
}
.buy-button-trio .buy-button:hover {
transform: translateY(-5px);
}
} .call-out {
border-top: 2px solid #FB4;
border-bottom: 2px solid #FB4;
padding-left: 40px;
position: relative;
margin: 20px 0;
} .call-out:before {
content: 'i';
display: block;
width: 20px;
height: 20px;
position: absolute;
left: 5px;
top: 20px;
background: #FB4;
border-radius: 50%;
text-align: center;
color: white;
font-family: Consolas, Georgia, serif;
font-style: italic;
}
.call-out h2 {
margin-top: 0;
padding-top: 10px;
border-top: none;
}
.call-out--chill { border-color: #1FB; }
.call-out--chill:before { background: #1FB; }
@media screen and (min-width: 768px) {
.call-out {
border: 2px solid #FB4;
padding: 10px 20px 10px 80px;
border-radius: 6px;
position: relative;
margin: 20px 0;
}
.call-out--chill { border-color: #1FB; }
.call-out:before {
width: 40px;
height: 40px;
left: 20px;
top: 30px;
font-size: 1.9em;
line-height: 46px;
}
}
.color-shape {
width: 70px;
height: 70px;
margin: 5px;
float: left;
}
.color-shape.round {
border-radius: 35px;
}
.color-shape.big.round {
border-radius: 75px;
}
.color-shape.red { background: red; }
.color-shape.blue { background: blue; }
.color-shape.yellow { background: yellow; }
.color-shape.wide, .color-shape.big { width: 150px; }
.color-shape.tall, .color-shape.big { height: 150px; }
*[data-license-property] {
color: #4BF;
}  .duo:after {
content: '';
display: block;
clear: both;
}
.duo__cell {
margin-bottom: 10px;
} .duo--legal__plain {
padding: 0 0.8em;
background: #161615;
color: #AAA;
}
.duo--legal--first .duo--legal__official:before,
.duo--legal--first .duo--legal__plain:before {
display: block;
padding-top: 0.5em;
font-size: 0.88em;
color: #888;
}
.duo--legal--first .duo--legal__official:before {
content: 'Official legal copy'
}
.duo--legal--first  .duo--legal__plain:before {
content: 'Plain English'
}
@media screen and ( min-width: 768px ) {
.duo__cell {
float: left;
width: 48.5%;
}
.duo__cell:first-child {
margin-right: 3%;
}
.duo__cell--license-option p { margin-top: 0; }
} .edit-demo {
clear: both;
font-size: 0.92em;
} .element-item {
position: relative;
float: left;
width: 100px;
height: 100px;
margin: 5px;
padding: 10px;
background: #888;
color: #262524;
}
.element-item > * {
margin: 0;
padding: 0;
}
.element-item .name {
position: absolute;
left: 10px;
top: 60px;
text-transform: none;
letter-spacing: 0;
font-size: 0.8em;
font-weight: normal;
}
.element-item .symbol {
position: absolute;
left: 10px;
top: 0px;
font-size: 2.8em;
font-weight: bold;
color: white;
}
.element-item .number {
position: absolute;
right: 8px;
top: 5px;
}
.element-item .weight {
position: absolute;
left: 10px;
top: 76px;
font-size: 0.8em;
}
.element-item.alkali          { background: #F00; background: hsl(   0, 100%, 50%); }
.element-item.alkaline-earth  { background: #F80; background: hsl(  36, 100%, 50%); }
.element-item.lanthanoid      { background: #FF0; background: hsl(  72, 100%, 50%); }
.element-item.actinoid        { background: #0F0; background: hsl( 108, 100%, 50%); }
.element-item.transition      { background: #0F8; background: hsl( 144, 100%, 50%); }
.element-item.post-transition { background: #0FF; background: hsl( 180, 100%, 50%); }
.element-item.metalloid       { background: #08F; background: hsl( 216, 100%, 50%); }
.element-item.diatomic        { background: #00F; background: hsl( 252, 100%, 50%); }
.element-item.halogen         { background: #F0F; background: hsl( 288, 100%, 50%); }
.element-item.noble-gas       { background: #F08; background: hsl( 324, 100%, 50%); } .grid {
border: 2px solid #484542;
background: hsla(0, 0%, 0%, 0.15);
position: relative;
} .grid:after {
content: '';
display: block;
clear: both;
} .grid--counting {
counter-reset: item;
}
.grid--counting .grid-item:before {
counter-increment: item;
content: counter(item);
display: block;
color: #555;
padding-top: 0.2em;
text-align: center;
font-size: 18px;
}  .grid--horizontal {
height: 334px;
} .grid--has-banner {
position: relative;
}
.static-banner {
position: absolute;
left: 10px;
top: 10px;
background: hsla(210, 100%, 50%, 0.8);
z-index: 1;
padding: 2px 20px;
color: white;
pointer-events: none;
} .grid--fixed-width {
width: 304px;
} .grid--has-stamp {
position: relative;
}  .grid--fit-width {
margin: 0 auto;
} .grid-image-item,
.grid--images .grid-sizer { width: 33.33%; }
.grid-image-item {
float: left;
}
.grid-image-item img {
display: block;
max-width: 100%;
} .grid-item {
float: left;
width: 50px;
height: 50px;
background: #e6e5e4;
border: 2px solid #b6b5b4;
border-color: hsla(0, 0%, 0%, 0.4);
}
.grid-item--width2 { width: 100px; }
.grid-item--height2 { height: 100px; }
.grid-item--width3 { width: 150px; }
.grid-item--height3 { height: 150px; }
.grid-item--gigante {
width: 150px;
height: 200px;
}
.grid--clickable .grid-item:hover {
border-color: #28F;
background: #8CF;
cursor: pointer;
} .grid-item .number {
line-height: 50px;
text-align: center;
color: #333;
margin: 0;
font-size: 1.3rem;
} .grid--fluid-5-col .grid-item,
.grid--fluid-5-col .grid-sizer { width: 20%; }
.grid--fluid-5-col .grid-item--width2 { width: 40%; } .grid--has-gutter .grid-item--width2 {
width: 110px;
} .grid--masonry-gutter-bottom .grid-item {
margin-bottom: 10px;
}
.grid--masonry-gutter-bottom .grid-item--height2 {
height: 110px;
} .grid--packery-gutter .grid-item--width2 { width: 110px; }
.grid--packery-gutter .grid-item--height2 { height: 110px; } .grid--fluid-gutter .grid-item,
.grid--fluid-gutter .grid-sizer {
width: 22%;
}
.grid--fluid-gutter .gutter-sizer {
width: 4%;
}
.grid--fluid-gutter .grid-item--width2 {
width: 48%;
} .grid--masonry-horizontal-gutter .grid-item--height2 {
height: 110px;
} .grid--masonry-horizontal-gutter-right .grid-item {
margin-right: 10px;
}
.grid--masonry-horizontal-gutter-right .grid-item--width2 {
width: 110px;
} .grid--cells-by-row-element-sizing .grid-item {
width: 13%;
}
.grid--cells-by-row-element-sizing .grid-item--width2 {
width: 23%;
}
.grid--cells-by-row-element-sizing .grid-sizer {
width: 25%;
height: 110px;
} .grid--cells-by-column-element-sizing .grid-item {
height: 13%;
}
.grid--cells-by-column-element-sizing .grid-item--width2 {
height: 23%;
}
.grid--cells-by-column-element-sizing .grid-sizer {
height: 25%;
width: 110px;
} .grid--fit-rows-gutter .grid-item--width2 { width: 110px; }
.grid--fit-rows-gutter .grid-item--width3 { width: 170px; } .grid-splash-item {
float: left;
width: 100px;
height: 100px;
margin: 5px;
padding: 20px;
background: red;
color: white;
font-size: 3.0rem;
font-weight: bold;
line-height: 1.0;
}
.grid-splash-item--width2 { width: 210px; }
.grid-splash-item--height2 { height: 210px; }
.grid-splash-item:nth-child(10n+0) { background: hsl(   0, 100%, 50%); }
.grid-splash-item:nth-child(10n+1) { background: hsl(  36, 100%, 50%); }
.grid-splash-item:nth-child(10n+2) { background: hsl(  72, 100%, 50%); }
.grid-splash-item:nth-child(10n+3) { background: hsl( 108, 100%, 50%); }
.grid-splash-item:nth-child(10n+4) { background: hsl( 144, 100%, 50%); }
.grid-splash-item:nth-child(10n+5) { background: hsl( 180, 100%, 50%); }
.grid-splash-item:nth-child(10n+6) { background: hsl( 216, 100%, 50%); }
.grid-splash-item:nth-child(10n+7) { background: hsl( 252, 100%, 50%); }
.grid-splash-item:nth-child(10n+8) { background: hsl( 288, 100%, 50%); }
.grid-splash-item:nth-child(10n+9) { background: hsl( 324, 100%, 50%); } .hero__title {
font-size: 4.6rem;
line-height: 1.2;
letter-spacing: -0.01em;
margin-bottom: 0.1em;
}
.hero__tagline {
font-size: 1.6rem;
margin-bottom: 0.8em;
line-height: 1.2;
} .hero__big-buttons__button {
display: block;
position: relative;
padding: 10px 10px 10px 50px;
min-height: 52px;
font-size: 1.2rem;
background: #161615;
color: #FB4;
border-radius: 8px;
margin-bottom: 20px;
}
.hero__big-buttons__button:hover {
background: #4FB;
color: #222;
text-shadow: none;
}
.hero__big-buttons__button .icon {
position: absolute;
left: 10px;
top: 10px;
font-size: 32px;
} @media screen and ( min-width: 960px ) {
.hero__title {
font-size: 7.0rem;
}
.hero__tagline {
font-size: 2.1rem;
} .hero__big-buttons__button {
float: left;
width: 31.333%;
margin-right: 3%;
font-size: 1.3rem;
line-height: 1.2;
padding-left: 86px;
padding-top: 16px;
min-height: 94px;
margin-bottom: 40px;
}
.hero__big-buttons__button:last-child {
margin-right: 0;
}
.hero__big-buttons__button .icon {
font-size: 56px;
left: 18px;
top: 16px;
}
} .in-use-grid .grid-sizer,
.in-use-grid__item { width: 23.5%; }
.in-use-grid .gutter-sizer { width: 2%; }
.in-use-grid__item {
display: block;
background: #161615;
float: left;
margin-bottom: 20px;
border-radius: 5px;
}
.in-use-grid__item__title {
margin: 0;
padding: 10px;
}
.in-use-grid__item__image {
display: block;
max-width: 100%;
border-radius: 0 0 5px 5px;
} .metafizzy-wordmark {
fill: white;
} .grid-multi-item {
float: left;
width: 100px;
height: 100px;
background: #e6e5e4;
border: 2px solid #b6b5b4;
border-color: hsla(0, 0%, 0%, 0.4);
}
.grid-multi-item[data-color="blue"] { background: #19F; }
.grid-multi-item[data-color="red"] { background: #D00; }
.grid-multi-item[data-color="yellow"] { background: #FD0; }
.grid-multi-item .number {
font-size: 4.0rem;
font-weight: 600;
color: white;
padding-top: 0.1em;
text-align: center;
line-height: 90px;
margin: 0;
} .nav__title {
float: left;
margin: 0;
line-height: 44px;
font-size: 1.5rem;
}
.nav__title a {
padding: 0 0.8em;
display: block;
color: #4FB;
}
.nav__title a:hover {
background: #D26;
color: white;
}
@media screen and ( min-width: 768px ) {  .page--index .nav__title {
visibility: hidden;
}
} .other-products {
margin-bottom: 30px;
}
.other-products__product > a {
position: relative; display: block;
padding: 0px;
background: #262524;
border-radius: 5px;
color: #4BF;
}
.other-products__product > a:hover {
background: #1FB;
color: #262524;
}
.other-products__product > a:after {
content: '';
display: block;
clear: both;
}
.other-products__product__image {
float: left;
display: block;
width: 100%;
max-width: 140px;
margin-right: 1.0em;
border-radius: 5px 0 0 5px;
}
.other-products__product__title {
font-weight: bold;
font-size: 2.0em;
margin-bottom: 0.25em;
margin-top: 0px;
padding-top: 5px;
}
.other-products__product__description {
line-height: 1.2;
}
 .page-nav {
padding: 1.0em 10px;
font-size: 0.8rem;
}
.page-nav__item {
display: inline-block;
}
.page-nav__item:after {
content: ' •';
margin: 0 0.3em;
opacity: 0.5;
}
.page-nav__item:last-child:after {
content: none;
}
.page-nav a {
color: #4BF;
}
.page-nav a:hover {
color: #FB4;
}
@media screen and ( min-width: 768px ) {
.page-nav {
list-style: none;
padding: 0;
padding-top: 20px;
}
.page-nav.is-fixed {
position: fixed;
left: 0;
top: 0;
width: 200px;
}
.page-nav__item {
display: block;
margin: 0;
}
.page-nav__item:after {
content: none;
}
.page-nav__item a {
display: block;
padding: 3px 20px;
} .page-nav__item--h3 a,
.page-nav__item--h4 a {
padding-left: 30px;
}
} .primary-content {
margin-left: 10px;
margin-right: 10px;
max-width: 1200px;
}
.main .primary-content > * {
max-width: 700px;
}
.main .primary-content .go-wide,
.main .primary-content .example {
max-width: none;
} @media screen and ( min-width: 768px ) {
.primary-content {
margin-left: 220px;
}
.main .primary-content > * {
max-width: 900px;
}
} @media screen and ( min-width: 960px ) {
.primary-content {
margin-right: 6%;
}
} .refactor-shirt {
margin: 40px 0;
}
.refactor-shirt__title {
font-size: 1.6rem;
}
.refactor-shirt__image {
display: block;
width: 100%;
max-width: 1000px;
margin-bottom: 10px;
}  }*/ .site-footer__brand {
padding: 0 10px;
}
.site-footer .metafizzy-logo {
display: inline-block;
width: 50px;
}
.site-footer .metafizzy-wordmark {
display: inline-block;
width: 160px;
height: auto;
}
.site-footer__brand__link:hover .metafizzy-wordmark {
fill: #4BF;
} .footer-copy {
font-size: 1.2rem;
} @media screen and ( min-width: 768px ) { .site-footer__brand {
width: 200px;
position: absolute;
left: 10px;
top: 50px;
}
.site-footer .metafizzy-logo {
display: block;
width: 100px;
margin: 20px auto 10px;
}
.site-footer .metafizzy-wordmark {
display: block;
width: 140px;
margin: 0 auto;
}
}  .site-nav {
list-style: none;
margin-bottom: 0;
padding: 0;
} .site-nav:after {
content: '';
display: block;
clear: both;
}
.site-nav__item {
display: block;
float: left;
line-height: 44px; }
.site-nav__item__link {
display: block;
padding: 0 1.0em;
}
.site-nav__item__link:hover {
background: #161615;
color: white;
} .page--filtering .site-nav__item--filtering .site-nav__item__link,
.page--sorting .site-nav__item--sorting .site-nav__item__link,
.page--layout .site-nav__item--layout .site-nav__item__link,
.page--layout-modes .site-nav__item--layout-modes .site-nav__item__link,
.page--options .site-nav__item--options .site-nav__item__link,
.page--methods .site-nav__item--methods .site-nav__item__link,
.page--events .site-nav__item--events .site-nav__item__link,
.page--draggable .site-nav__item--draggable .site-nav__item__link,
.page--license .site-nav__item--license .site-nav__item__link,
.page--appendix .site-nav__item--appendix .site-nav__item__link,
.page--faq .site-nav__item--faq a {
color: #4Bf;
background: #161615;
}
@media screen and ( min-width: 768px ) {
.site-nav__item {
float: none;
}
.site-nav__item {
float: none;
font-size: 1.1rem;
line-height: 1.25;
}
.site-nav__item__link {
padding: 7px 20px;
}
} .stamp {
position: absolute;
width: 30%;
height: 60px;
background: orange;
border: 4px dotted #161615;
} .stamp--stamp-option-demo-stamp1 {
left: 30%;
top: 10px;
width: 20%;
height: 100px;
}
.stamp--stamp-option-demo-stamp2 {
right: 10%;
top: 20px;
width: 70%;
height: 30px;
}
.stamp--packery {
right: 20%;
top: 80px;
width: 45%;
height: 90px;
} .grid--stamp-methods-demo .grid-item {
opacity: 0.8;
}
.stamp--stamp-methods-demo {
left: 10px;
top: 10px;
} .sub-nav {
display: none;
}
@media screen and ( min-width: 768px ) {
.sub-nav-parent {
position: relative;
max-height: 2em;
}
.sub-nav {
display: block; position: absolute;
left: 100%;
top: 0;
list-style: none;
width: 0;
overflow: hidden;
opacity: 0;
transition: width 0.2s, opacity 0.2s;
margin: 0;
padding: 0;
}
.sub-nav-parent:hover .sub-nav {
opacity: 1;
width: 190px;
z-index: 2; }
.sub-nav-parent:hover,
.sub-nav {
background: #161615;
}
.sub-nav-parent > a:after { content: '...'; }
.sub-nav-parent:hover > a:after { content: none; }
.sub-nav__item__link {
display: block;
padding: 5px 10px;
}
.sub-nav__item {
font-size: 1.0rem;
}
} .ui-group {
display: inline-block;
}
.ui-group__title {
display: inline-block;
vertical-align: top;
font-size: 1.2rem;
line-height: 40px;
margin: 0 10px 0 0;
font-weight: bold;
}
.ui-group .button-group {
display: inline-block;
margin-right: 20px;
}
 .variable {
margin: 0.5em 0;
padding: 5px 10px;
border-radius: 5px;
background: hsla(0, 0%, 100%, 0.1);
}
.variable__type {
color: #ADF;
}
.variable__type,
.variable__description {
margin-left: 10px;
}
.variable__type:before,
.variable__description:before {
content: '·';
padding-right: 0.4em;
display: inline-block;
} .vertical-list {
list-style: none;
margin: 0;
padding: 0;
border: 2px solid #484542;
background: hsla(0, 0%, 0%, 0.15);
}
.vertical-list__item {
width: 100%;
border-top: 1px solid #484542;
}
.vertical-list__item > * {
display: inline-block;
padding: 3px 4px;
}
.vertical-list__item .name { width: 20%; }
.vertical-list__item .symbol { width: 10%; }
.vertical-list__item .weight { width: 15%; }
.vertical-list__item .number { width: 10%; }
.vertical-list__item .category { width: 25%; } * {
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
}         code .string,
code .tag .value { color: #0C4; }
code .number, code .cp, code .literal { color: #38F; } code .keyword { color: #F73; } code .kd, code .attribute { color: #DC8; } code .title { color: #9CF; }
code .params { color: #98D; }
code .regexp  { color: #FC8; } code .o  { color: #F63; } code .nb { color: #AA97AC;}  code .comment { color: #999; font-style: italic; }
code .tag { color: #6CF; } code .id { color: #ABC; } code .class { color: #A63; } code .rules { color: #FED; }
code .m  { color: #DE8E50; } code .nd { color: #9FAD7E; } code .hexcolor { color: #F63; }
code .at_rule { color: #088; } code .isotope_var { color: #F3F; }
code .jquery_var { color: #DF8; }
code .isotope_keyword { color: #0FF; text-decoration: underline; }
.code-display code {
font-size: 18px;
}    @font-face {
font-family: 'Texta';
font-weight: bold;
font-style: normal;
src: url(/wp-content/themes/eight-sec/fonts/2D333F_0_0.woff2) format('woff2'),
url(/wp-content/themes/eight-sec/fonts/2D333F_0_0.woff) format('woff');
} @font-face {
font-family: 'Texta';
font-weight: normal;
font-style: italic;
src: url(/wp-content/themes/eight-sec/fonts/2D333F_1_0.woff2) format('woff2'),
url(/wp-content/themes/eight-sec/fonts/2D333F_1_0.woff) format('woff');
} @font-face {
font-family: 'Texta';
src: url(/wp-content/themes/eight-sec/fonts/2D333F_2_0.woff2) format('woff2'),
url(/wp-content/themes/eight-sec/fonts/2D333F_2_0.woff) format('woff');
}
@font-face {
font-family: 'icomoon';
src:url(/wp-content/themes/eight-sec/fonts/icomoon.eot);
src:url(/wp-content/themes/eight-sec/fonts/icomoon.eot#iefix) format('embedded-opentype'),
url(/wp-content/themes/eight-sec/fonts/icomoon.woff) format('woff'),
url(/wp-content/themes/eight-sec/fonts/icomoon.ttf) format('truetype'),
url(/wp-content/themes/eight-sec/fonts/icomoon.svg#icomoon) format('svg');
font-weight: normal;
font-style: normal;
} [data-icon]:before {
font-family: 'icomoon';
content: attr(data-icon);
speak: none;
font-weight: normal;
font-variant: normal;
font-style: normal;
text-transform: none;
line-height: 1;
-webkit-font-smoothing: antialiased;
}  .icon {
font-family: 'icomoon';
speak: none;
font-style: normal;
font-weight: normal;
font-variant: normal;
text-transform: none;
line-height: 1;
-webkit-font-smoothing: antialiased;
}
.icon-file-download:before {
content: "\e001";
}
.icon-folder-download:before {
content: "\e002";
}
.icon-github:before {
content: "\e000";
} .main h1 {
font-size: 3.8rem;
}
.main h2 {
font-size: 1.6rem;
font-weight: normal;
border-top: 2px solid #484542;
padding-top: 1.1em;
margin-top: 1.4em;
}
.main h2:target {
padding-left: 0.5em;
background: #D26;
color: white;
}
.main h3 {
font-size: 1.3rem;
border-top: 1px solid #484542;
padding-top: 0.8em;
margin: 1.4em 0 0.5em;
}
@media screen and ( min-width: 800px ) {
.main {
padding-top: 20px;
min-height: 540px; }
.main h2 {
font-size: 2.4rem;
}
.main h3 {
font-size: 1.5rem;
padding-top: 30px;
}
} .instruction {
font-size: 18px;
margin-bottom: 0.2em;
color: #888;
} #notification {
display: none; position: fixed;
z-index: 20; bottom: 0px;
right: 0px;
background: #A2C;
padding: 0.5em;
color: white;
font-size: 20px;
pointer-events: none;
} .support-button {
font-size: 20px;
}html {
font-family: sans-serif;
-webkit-text-size-adjust: 100%;
-ms-text-size-adjust: 100%;
}
body {
margin: 0;
color: #313131;
font-size: 15px;
font-family: 'Raleway', sans-serif;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
display: block;
}
audio,
canvas,
progress,
video {
display: inline-block;
vertical-align: baseline;
}
audio:not([controls]) {
display: none;
height: 0;
}
[hidden],
template {
display: none;
}
a {
background-color: transparent;
}
a:active,
a:hover {
outline: 0;
}
abbr[title] {
border-bottom: 1px dotted;
}
b,
strong {
font-weight: bold;
}
dfn {
font-style: italic;
}
h1 {
font-size: 2em;
margin: 0.67em 0;
}
mark {
background: #ff0;
color: #000;
}
small {
font-size: 80%;
}
sub,
sup {
font-size: 75%;
line-height: 0;
position: relative;
vertical-align: baseline;
}
sup {
top: -0.5em;
}
sub {
bottom: -0.25em;
}
img {
border: 0;
}
svg:not(:root) {
overflow: hidden;
}
figure {
margin: 0;
line-height: 0;
}
figure figcaption {
line-height: normal;
}
hr {
box-sizing: content-box;
height: 0;
}
pre {
overflow: auto;
}
code,
kbd,
pre,
samp {
font-family: monospace, monospace;
font-size: 1em;
}
button,
input,
optgroup,
select,
textarea {
color: inherit;
font: inherit;
margin: 0;
}
button {
overflow: visible;
}
button,
select {
text-transform: none;
}
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
-webkit-appearance: button;
cursor: pointer;
}
button[disabled],
html input[disabled] {
cursor: default;
}
button::-moz-focus-inner,
input::-moz-focus-inner {
border: 0;
padding: 0;
}
input {
line-height: normal;
}
input[type="checkbox"],
input[type="radio"] {
box-sizing: border-box;
padding: 0;
}
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
height: auto;
}
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
-webkit-appearance: none;
}
fieldset {
border: 1px solid #c0c0c0;
margin: 0 2px;
padding: 0.35em 0.625em 0.75em;
}
legend {
border: 0;
padding: 0;
}
textarea {
overflow: auto;
}
optgroup {
font-weight: bold;
}
table {
border-collapse: collapse;
border-spacing: 0;
}
td,
th {
padding: 0;
} body,
button,
input,
select,
textarea {
color: #313131;
font-family: "Raleway", sans-serif;
font-size: 16px;
line-height: 1.5;
}
h1,
h2,
h3,
h4,
h5,
h6 {
clear: both;
}
p {
margin-bottom: 1.5em;
}
dfn,
cite,
em,
i {
font-style: italic;
}
blockquote {
margin: 0 1.5em;
}
address {
margin: 0 0 1.5em;
}
pre {
background: #eee;
font-family: "Courier 10 Pitch", Courier, monospace;
font-size: 15px;
font-size: 0.9375rem;
line-height: 1.6;
margin-bottom: 1.6em;
max-width: 100%;
overflow: auto;
padding: 1.6em;
}
code,
kbd,
tt,
var {
font-family: Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
font-size: 15px;
font-size: 0.9375rem;
}
abbr,
acronym {
border-bottom: 1px dotted #666;
cursor: help;
}
mark,
ins {
background: #fff9c0;
text-decoration: none;
}
big {
font-size: 125%;
} html {
box-sizing: border-box;
-ms-overflow-x: hidden;
overflow-x: hidden;
}
*,
*:before,
*:after { box-sizing: inherit;
}
body {
background: #fff; overflow-x: hidden;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
content: "";
}
blockquote,
q {
quotes: "" "";
}
hr {
background-color: #ccc;
border: 0;
height: 1px;
margin-bottom: 1.5em;
}
ul,
ol {
margin: 0 0 1.5em 3em;
}
ul {
list-style: disc;
}
ol {
list-style: decimal;
}
li>ul,
li>ol {
margin-bottom: 0;
margin-left: 1.5em;
}
dt {
font-weight: bold;
}
dd {
margin: 0 1.5em 1.5em;
}
img {
height: auto; max-width: 100%; line-height: 0;
}
table {
margin: 0 0 1.5em;
width: 100%;
} button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
background: #d95c5c none repeat scroll 0 0;
border: 2px solid #d95c5c;
color: #fff;
display: inline-block;
font-family: "open sans";
font-size: 15px;
line-height: 18px;
padding: 10px 25px;
text-transform: uppercase;
transition: all ease-in-out 0.4s;
-webkit-transition: all ease-in-out 0.4s;
}
button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover,
button:focus,
input[type="button"]:focus,
input[type="reset"]:focus,
input[type="submit"]:focus,
button:active,
input[type="button"]:active,
input[type="reset"]:active,
input[type="submit"]:active {
background: transparent;
color: #d95c5c;
}
input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="number"],
input[type="tel"],
input[type="range"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="color"],
textarea {
color: #666;
border: 1px solid #ccc;
border-radius: 0px;
width: 100%;
height: 50px;
}
select {
border: 1px solid #ccc;
}
input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
input[type="number"]:focus,
input[type="tel"]:focus,
input[type="range"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="week"]:focus,
input[type="time"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="color"]:focus,
textarea:focus {
color: #111;
}
input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="number"],
input[type="tel"],
input[type="range"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="color"] {
font-size: 14px;
padding: 5px 10px;
box-sizing: border-box;
-webkit-box-sizing: border-box;
}
textarea {
font-size: 14px;
padding: 5px 10px;
width: 100%;
}  a {
color: inherit;
text-decoration: none;
transition: all ease-in-out 0.4s;
-webkit-transition: all ease-in-out 0.4s;
}
a:hover,
a:focus,
a:active {
color: #d95c5c;
text-decoration: none;
}
a:hover,
a:active {
outline: 0;
}
.site-main .comment-navigation,
.site-main .posts-navigation,
.site-main .post-navigation {
margin: 0 0 1.5em;
overflow: hidden;
}
.nav-links a p {
display: none;
}
.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
float: left;
width: 50%;
}
.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
float: right;
text-align: right;
width: 50%;
}
.nav-links .nav-previous>a,
.nav-links .nav-next>a {
background: #ddd none repeat scroll 0 0;
display: inline-block;
font-size: 14px;
padding: 10px 20px;
color: #d95c5c;
}
.nav-links .nav-previous>a:hover,
.nav-links .nav-next>a:hover {
background: #d95c5c;
color: #fff;
} .page-num-links {
padding: 5px 15px;
margin: 2px;
color: #d95c5c;
border: 1px solid #d95c5c;
position: relative;
-webkit-transition: all ease-in-out 0.4s;
-o-transition: all ease-in-out 0.4s;
transition: all ease-in-out 0.4s;
}
.page-links a .page-num-links {
color: #525252;
border: 1px solid #afafaf;
}
.page-links a:hover .page-num-links {
color: #d95c5c;
border: 1px solid #d95c5c;
}  .screen-reader-text {
clip: rect(1px, 1px, 1px, 1px);
position: absolute !important;
height: 1px;
width: 1px;
overflow: hidden;
}
.screen-reader-text:focus {
background-color: #f1f1f1;
border-radius: 3px;
box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
clip: auto !important;
color: #21759b;
display: block;
font-size: 14px;
font-size: 0.875rem;
font-weight: bold;
height: auto;
left: 5px;
line-height: normal;
padding: 15px 23px 14px;
text-decoration: none;
top: 5px;
width: auto;
z-index: 100000; } #content[tabindex="-1"]:focus {
outline: 0;
} .alignleft {
display: inline;
float: left;
margin-right: 1.5em;
}
.alignright {
display: inline;
float: right;
margin-left: 1.5em;
}
.aligncenter {
clear: both;
display: block;
margin-left: auto;
margin-right: auto;
} .clear:before,
.clear:after,
.entry-content:before,
.entry-content:after,
.comment-content:before,
.comment-content:after,
.site-header:before,
.site-header:after,
.site-content:before,
.site-content:after,
.site-footer:before,
.site-footer:after {
content: "";
display: table;
table-layout: fixed;
}
.clear:after,
.entry-content:after,
.comment-content:after,
.site-header:after,
.site-content:after,
.site-footer:after {
clear: both;
} .widget {
margin: 0 0 1.5em;
} .widget select {
max-width: 100%;
}  .sticky {
display: block;
}
.sticky .entry-footer {
border-bottom: 2px solid #949494;
}
.hentry {
margin: 0 0 1.5em;
}
.byline,
.updated:not(.published) {
display: none;
}
.single .byline,
.group-blog .byline {
display: inline;
}
.page-content,
.entry-content,
.entry-summary {
margin: 1.5em 0 0;
}
.page-links {
clear: both;
padding-top: 1.5em;
margin: 0 0 1.5em;
} .blog .format-aside .entry-title,
.archive .format-aside .entry-title {
display: none;
} .comment-content a {
word-wrap: break-word;
}
.bypostauthor {
display: block;
}  .infinite-scroll .posts-navigation, .infinite-scroll.neverending .site-footer { display: none;
} .infinity-end.neverending .site-footer {
display: block;
} .page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
border: none;
margin-bottom: 0;
margin-top: 0;
padding: 0;
} embed,
iframe,
object {
max-width: 100%;
} .wp-caption {
margin-bottom: 1.5em;
max-width: 100%;
}
.wp-caption img[class*="wp-image-"] {
display: block;
margin-left: auto;
margin-right: auto;
}
.wp-caption .wp-caption-text {
margin: 0.8075em 0;
}
.wp-caption-text {
text-align: center;
line-height: initial;
} .gallery {
margin-bottom: 1.5em;
}
.gallery-item {
display: inline-block;
text-align: center;
vertical-align: top;
width: 100%;
}
.gallery-columns-2 .gallery-item {
max-width: 50%;
}
.gallery-columns-3 .gallery-item {
max-width: 33.33%;
}
.gallery-columns-4 .gallery-item {
max-width: 25%;
}
.gallery-columns-5 .gallery-item {
max-width: 20%;
}
.gallery-columns-6 .gallery-item {
max-width: 16.66%;
}
.gallery-columns-7 .gallery-item {
max-width: 14.28%;
}
.gallery-columns-8 .gallery-item {
max-width: 12.5%;
}
.gallery-columns-9 .gallery-item {
max-width: 11.11%;
}
.gallery-caption {
display: block;
line-height: initial;
} .comments-area {
border: 1px solid #ddd;
margin-top: 40px;
padding: 10px;
}
.comments-title {
border-bottom: 1px solid #ddd;
margin: 0px 0 15px 0;
padding-bottom: 5px;
}
.comments-area ol {
list-style: outside none none;
margin: 0;
padding: 0;
}
.comments-area ol li {
font-size: 13px;
}
.comments-area ol.comment-list>li {
border-bottom: 1px solid #ddd;
margin-bottom: 20px;
padding-bottom: 20px;
}
.comments-area ol.comment-list>li:last-child {
border-bottom: medium none;
margin-bottom: 0;
}
.comments-area ol.comment-list>li .comment-body {
margin-bottom: 20px;
}
.comments-area ol.comment-list>li .comment-body:last-child {
margin-bottom: 0;
}
.comments-area ol.children {
margin-left: 20px;
}
.comment-meta {
position: relative;
}
.comment-metadata {
font-style: italic;
margin-top: 10px;
text-decoration: underline;
}
.comment-awaiting-moderation {
color: red;
font-family: open sans;
font-style: italic;
margin: 0;
position: absolute;
right: 0;
top: 20px;
}
.reply a {
background: #ddd none repeat scroll 0 0;
display: inline-block;
padding: 5px 15px;
}
.reply a:hover {
color: #fff;
background: #d95c5c;
}
.comment-respond h3 {
background: #ddd none repeat scroll 0 0;
padding: 5px 15px;
}
.comment-notes {
font-size: 14px;
}
.required {
color: red;
display: inline-block;
font-size: 30px;
line-height: 20px;
position: relative;
top: 5px;
}
.comment-form textarea,
.comment-form input[type="text"],
.comment-form input[type="email"],
.comment-form input[type="url"] {
font-size: 13px;
height: 40px;
margin-top: 5px;
}
.comment-form textarea {
height: 120px;
} #go-to-top {
background: rgba(0, 0, 0, 0.5);
bottom: 0px;
color: #fff;
display: inline-block;
font-size: 30px;
height: 0px;
line-height: 50px;
position: fixed;
right: 0px;
text-align: center;
width: 0px;
opacity: 0;
visibility: hidden;
overflow: hidden;
z-index: 9999;
}
#go-to-top.show {
height: 50px;
width: 50px;
opacity: 1;
filter: alpha(opacity=100);
visibility: visible;
}
#go-to-top:hover {
background: rgba(0, 0, 0, 0.75);
} .ed-container {
margin: 0 auto;
width: 1140px;
}
.section-title {
text-align: center;
}
.eight_sec_plx_about_section .section-title h2::after,
.eight_sec_plx_portfolio_section .section-title h2:after,
.eight_sec_plx_team_section h2.team-sec:after,
.eight_sec_plx_cta_section h2.cta-sec:after,
.eight_sec_plx_blog_section h2.blog-sec:after,
.eight_sec_plx_testimonial_section h2.testimonial-sec:after,
.eight_sec_plx_contact_section h2.contact-sec:after {
border-bottom: 1px solid #d0d0d0;
bottom: 0;
content: "";
left: 0;
margin: 0 auto;
position: absolute;
right: 0;
width: 20%;
}
.eight_sec_plx_about_section .section-title h2,
.eight_sec_plx_portfolio_section .section-title h2,
.eight_sec_plx_team_section h2.team-sec,
.eight_sec_plx_cta_section h2.cta-sec,
.eight_sec_plx_blog_section h2.blog-sec,
.eight_sec_plx_testimonial_section h2.testimonial-sec,
.eight_sec_plx_contact_section h2.contact-sec {
color: #3e3e3e;
display: inline-block;
font-family: "oswald";
font-size: 60px;
font-weight: 400;
margin: 0 0 30px;
padding-bottom: 10px;
position: relative;
text-align: center;
}
.bttn {
background: transparent;
border: 2px solid #fff;
color: #fff;
display: inline-block;
font-family: "open sans";
font-size: 15px;
line-height: 18px;
padding: 10px 25px;
text-transform: uppercase;
}
.bttn:hover {
background: #fff;
color: #d95c5c;
}
.single .entry-title:after,
.widget-title:after,
.page-title:after {
border-bottom: 1px solid #d0d0d0;
bottom: 0;
content: "";
left: 0;
position: absolute;
width: 20%;
}
.single .entry-title,
.widget-title,
.page-title {
color: #3e3e3e;
display: inline-block;
font-family: "oswald";
font-size: 27px;
font-weight: 400;
margin: 0 0 25px;
padding-bottom: 10px;
position: relative;
}
.widget ul {
list-style: outside none none;
margin: 0;
padding: 0;
}
.widget ul li::before {
content: "\f105";
font-family: fontawesome;
font-size: 16px;
left: 0;
position: absolute;
top: 0;
}
.widget ul li {
font-size: 15px;
margin-bottom: 5px;
padding-left: 15px;
position: relative;
}
#primary {
float: left;
padding-right: 30px;
width: 70%;
margin-bottom: 70px;
}
.no-sidebar #primary {
width: 100%;
}
#secondary {
float: right;
width: 30%;
margin-bottom: 70px;
}
.single .site-content,
.archive .site-content,
.page .site-content,
.search .site-content,
.error404 .site-content {
padding-top: 110px;
}
.home.page .site-content,
.home.blog .site-content {
padding-top: 0px;
}
.home.page.no-slider .site-content,
.home.blog.no-slider .site-content,
.no-slider .site-content {
padding-top: 110px;
}
.entry-footer {
border-bottom: 1px solid #ddd;
border-top: 1px solid #ddd;
padding: 5px 0;
}
.entry-footer span::after {
content: "/";
margin: 0 10px;
}
.entry-footer span span:after,
.entry-footer span:last-child:after {
display: none;
}
.entry-footer span {
font-size: 13px;
position: relative;
} header.page-header {
perspective: 1000px;
-webkit-perspective: 1000px;
}
#eight-sec-breadcrumbs {
font-size: 13px;
transform: skew(-40deg);
-webkit-transform: skew(-40deg);
position: relative;
top: -15px;
z-index: 1;
}
#eight-sec-breadcrumbs .ed-container {
width: auto;
}
#eight-sec-breadcrumbs a,
#eight-sec-breadcrumbs span {
display: inline-block;
padding: 0 5px;
transform: skew(40deg);
-webkit-transform: skew(40deg);
}
#eight-sec-breadcrumbs span.current {
color: #d95c5c;
text-decoration: underline;
}
#eight-sec-breadcrumbs p {
display: none;
} .sort-table ul {
list-style: outside none none;
margin: 0 0 20px 0;
padding: 0 0 10px 0;
text-align: center;
border-bottom: 1px solid #ddd;
}
.button-group .button:first-child {
border-radius: 0;
}
.button-group .button {
border-radius: 0;
float: none;
margin-right: 0px;
}
.button.is-checked,
.button.is-selected {
color: #d95c5c;
text-shadow: none;
}
.button:active,
.button.is-checked,
.button.is-selected {
background-color: transparent;
}
.button {
background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
border: medium none;
border-radius: 0px;
color: #333;
cursor: pointer;
display: inline-block;
font-weight: 300;
margin-bottom: 0;
padding: 0;
text-shadow: none;
transition: all ease-in-out 0.4s;
-webkit-transition: all ease-in-out 0.4s;
}
.button:hover {
background-color: transparent;
color: #d95c5c;
text-shadow: none;
}
.sort-table ul li::after {
content: "/";
padding: 0 10px;
}
.sort-table ul li:last-child::after {
content: "";
padding: 0;
}
.element-item {
background: none;
padding: 10px;
margin: 0;
line-height: 0;
width: 255px;
height: auto;
}
.element-item::after {
background: rgba(0, 0, 0, 0.5) none repeat scroll 0 0;
bottom: 10px;
content: "";
left: 10px;
position: absolute;
right: 10px;
top: 10px;
opacity: 0;
visibility: hidden;
transform: scale(0.5);
-webkit-transform: scale(0.5);
transition: all ease-in-out 0.4s;
-webkit-transition: all ease-in-out 0.4s;
}
.element-item:hover::after {
opacity: 1;
filter: alpha(opacity=100);
visibility: visible;
transform: scale(1);
-webkit-transform: scale(1);
}
.ed-grid-hover {
color: #fff;
left: 0;
line-height: initial;
margin-top: -100px;
padding: 20px;
position: absolute;
right: 0;
text-align: center;
top: 50%;
z-index: 1;
opacity: 0;
visibility: hidden;
transform: scale(1.5);
-webkit-transform: scale(1.5);
transition: all ease-in-out 0.4s;
-webkit-transition: all ease-in-out 0.4s;
}
.element-item:hover .ed-grid-hover {
opacity: 1;
filter: alpha(opacity=100);
visibility: visible;
transform: scale(1);
-webkit-transform: scale(1);
transition-delay: 0.2s;
-webkit-transition-delay: 0.2s;
}
.element-item .ed-grid-hover h6 {
font-family: "oswald";
font-size: 20px;
font-weight: 400;
margin: 0;
}
.ed-grid-hover>p {
font-size: 14px;
margin: 10px 0;
}
.element-item .ed-readmore {
margin-top: 20px;
}
.element-item .ed-readmore>a {
border: 2px solid #fff;
display: inline-block;
font-family: "open sans";
font-weight: 600;
padding: 5px 15px;
} .bx-wrapper .bx-viewport {
background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
border: medium none;
box-shadow: none;
left: 0;
}
.bx-wrapper .bx-viewport ul {
margin: 0;
padding: 0;
list-style: none;
}
.bx-wrapper .bx-controls-direction a {
background: rgba(255, 255, 255, 0.3) none repeat scroll 0 0;
height: 70px;
line-height: 70px;
overflow: hidden;
text-indent: -50px;
width: 40px;
}
.bx-wrapper .bx-controls-direction a:hover {
background: rgba(255, 255, 255, 0.7) none repeat scroll 0 0;
}
.bx-wrapper .bx-prev {
left: 0;
}
.bx-wrapper .bx-prev::after,
.bx-wrapper .bx-prev::before {
color: #fff;
content: "\f104";
font-family: fontawesome;
font-size: 35px;
position: absolute;
text-indent: 0;
left: 0;
right: 0;
text-align: center;
transition: all ease-in-out 0.4s;
-webkit-transition: all ease-in-out 0.4s;
}
.bx-wrapper .bx-prev::before {
left: 100px;
color: #d95c5c;
opacity: 0;
}
.bx-wrapper .bx-prev:hover::before {
left: 0;
opacity: 1;
filter: alpha(opacity=100);
}
.bx-wrapper .bx-prev:hover::after {
left: -100px;
opacity: 0;
}
.bx-wrapper .bx-next {
right: 0;
}
.bx-wrapper .bx-next::after,
.bx-wrapper .bx-next::before {
color: #fff;
content: "\f105";
font-family: fontawesome;
font-size: 35px;
position: absolute;
text-indent: 0;
left: 0;
right: 0;
text-align: center;
transition: all ease-in-out 0.4s;
-webkit-transition: all ease-in-out 0.4s;
}
.bx-wrapper .bx-next::before {
left: -100px;
color: #d95c5c;
}
.bx-wrapper .bx-next:hover::before {
left: 0;
}
.bx-wrapper .bx-next:hover::after {
right: -100px;
}
.bx-wrapper .bx-pager,
.bx-wrapper .bx-controls-auto {
bottom: 10px;
}
.bx-wrapper .bx-pager.bx-default-pager a {
background: #fff;
border-radius: 0;
height: 5px;
width: 20px;
}
.bx-wrapper .bx-pager.bx-default-pager a:hover,
.bx-wrapper .bx-pager.bx-default-pager a.active {
background: #d95c5c;
} .site-header {
left: 0;
padding: 0 30px;
position: fixed;
right: 0;
top: 0;
z-index: 99999;
transition: all ease-in-out 0.4s;
-webkit-transition: all ease-in-out 0.4s;
}
.home .site-header {
background: none;
}
.site-header,
.site-header.fixed,
.no-slider .site-header {
background: #444;
}
.admin-bar .site-header {
padding-top: 32px;
}
.site-header .site-branding {
display: inline-block;
padding-right: 20px;
width: 20%;
vertical-align: middle;
}
.site-header .site-title {
color: #fff;
font-family: "oswald", sans-serif;
font-size: 27px;
font-weight: 400;
margin: 0;
}
.site-header .site-title a:hover {
color: #fff;
}
.site-header .site-description {
color: #ffd3d3;
font-size: 14px;
margin: 0;
} .site-header .main-navigation {
display: inline-block;
vertical-align: middle;
width: 76%;
text-align: right;
font-family: 'oswald';
}
.main-navigation .toggle-btn {
display: none;
}
.site-header .main-navigation ul {
list-style: outside none none;
margin: 0;
padding: 0;
}
.main-navigation ul li {
display: inline-block;
position: relative;
}
.main-navigation ul li a {
color: #fff;
border-bottom: 2px solid transparent;
display: inline-block;
font-size: 17px;
font-weight: 300;
padding: 20px 15px;
position: relative;
}
.fixed .main-navigation ul li a {
padding-bottom: 25px;
padding-top: 25px;
}
.main-navigation ul li a:before {
content: "";
background: #d95c5c;
height: 2px;
width: 100%;
position: absolute;
bottom: -2px;
left: 0;
right: 0;
opacity: 0;
visibility: hidden;
text-align: center;
transition: all ease-in-out 0.4s;
-webkit-transition: all ease-in-out 0.4s;
}
.main-navigation .menu>li>a:after {
content: "\f0d8";
font-family: fontawesome;
font-size: 16px;
color: #d95c5c;
position: absolute;
bottom: -9px;
left: 0;
right: 0;
text-align: center;
opacity: 0;
visibility: hidden;
transition: all ease-in-out 0.4s;
-webkit-transition: all ease-in-out 0.4s;
}
.main-navigation ul li a:hover:before,
.main-navigation ul li.active a:before,
.main-navigation ul li a:hover:after,
.main-navigation ul li.active a:after,
.main-navigation ul li.current-menu-item>a:before,
.main-navigation ul li.current_page_item>a:before,
.main-navigation ul li.current-menu-item a:after,
.main-navigation ul li.current_page_item a:after {
opacity: 1;
filter: alpha(opacity=100);
visibility: visible;
}
.main-navigation ul li.menu-item-home.current-menu-item>a:before,
.main-navigation ul li.menu-item-home.current_page_item>a:before,
.main-navigation ul li.menu-item-home.current-menu-item a:after,
.main-navigation ul li.menu-item-home.current_page_item a:after {
display: none;
}
.main-navigation ul li.menu-item-home.current-menu-item.active>a:before,
.main-navigation ul li.menu-item-home.current_page_item.active>a:before,
.main-navigation ul li.menu-item-home.current-menu-item.active a:after,
.main-navigation ul li.menu-item-home.current_page_item.active a:after {
display: block;
}
.site-header .main-navigation ul ul {
background: rgba(0, 0, 0, 0.75) none repeat scroll 0 0;
left: 0;
min-width: 150px;
position: absolute;
text-align: left;
top: 100%;
opacity: 0;
visibility: hidden;
transition: all ease-in-out 0.4s;
-webkit-transition: all ease-in-out 0.4s;
}
.site-header .main-navigation ul li:hover>ul {
opacity: 1;
filter: alpha(opacity=100);
visibility: visible;
}
.site-header .main-navigation ul ul ul {
left: 100%;
top: 0;
}
.site-header .main-navigation ul ul li {
display: block;
}
.site-header .main-navigation ul ul li a {
padding-bottom: 5px;
padding-top: 5px;
border-bottom: 1px solid #555;
width: 100%;
}
.site-header .main-navigation ul ul li:last-child a {
border-bottom: none;
}
.site-header .main-navigation ul ul li a:after {
display: none;
} .site-header .ed-search-wrap {
display: inline-block;
vertical-align: middle;
width: 3%;
}
.site-header .ed-search-wrap .fa {
color: #fff;
cursor: pointer;
display: inline-block;
padding: 5px;
border-radius: 100%;
transition: all ease-in-out 0.4s;
-webkit-transition: all ease-in-out 0.4s;
}
.site-header .ed-search-wrap .fa:hover {
background: rgba(255, 255, 255, 0.7);
color: #333;
}
.site-header .ed-search {
background: rgba(0, 0, 0, 0.75) none repeat scroll 0 0;
bottom: 0;
left: 0;
position: fixed;
right: 0;
top: 0;
z-index: 99999999;
opacity: 0;
visibility: hidden;
transform: scale(0.9);
-webkit-transform: scale(0.9);
transition: all ease-in-out 0.4s;
-webkit-transition: all ease-in-out 0.4s;
}
.site-header .ed-search-wrap.show .ed-search {
opacity: 1;
visibility: visible;
transform: scale(1);
-webkit-transform: scale(1);
}
.site-header .ed-search .search-close {
font-size: 30px;
font-weight: normal;
padding: 0;
position: absolute;
right: 40px;
text-align: center;
top: 10px;
}
.admin-bar .site-header .ed-search .search-close {
top: 40px;
}
.site-header .ed-search-wrap .fa.fa-close {
height: 40px;
line-height: 40px;
padding: 0;
width: 40px;
}
.site-header .ed-search .search-form {
left: 0;
margin: -50px auto 0;
position: absolute;
right: 0;
top: 50%;
width: 70%;
}
.site-header .ed-search .search-form label {
display: inline-block;
width: 85%;
}
.site-header .ed-search .search-form .search-field {
border: medium none;
display: inline-block;
font-size: 16px;
}
.site-header .ed-search .search-form .search-submit {
display: inline-block;
min-height: 50px;
width: 14%;
padding: 0;
}
.site-header .ed-search .search-form .search-submit:hover {
background: #fff;
border-color: #fff;
color: #f95c5c;
} .logo-center .site-branding {
margin: 0 auto;
padding: 10px 0 0;
text-align: center;
width: 100%;
}
.site-header.logo-center .main-navigation {
text-align: center;
width: 100%;
}
.site-header.logo-center .main-navigation ul li a,
.site-header.logo-center.fixed .main-navigation ul li a {
padding-top: 10px;
padding-bottom: 10px;
}
.site-header.logo-center .ed-search-wrap {
padding-bottom: 10px;
text-align: center;
width: 100%;
} .site-header.logo-right .site-branding {
float: right;
padding-left: 20px;
padding-right: 0;
padding-top: 10px;
text-align: right;
}
.site-header.logo-right .main-navigation {
text-align: left;
}
.site-header.logo-right .ed-search-wrap {
float: left;
padding: 20px 0;
} .boxed-layout #page {
box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
margin: 0 auto;
width: 1200px;
}
.boxed-layout .site-header {
margin: 0 auto;
padding: 0 20px;
width: 1200px;
}
.boxed-layout .site-header .ed-search {
margin: 0 auto;
width: 1200px;
} .eight_sec_plx_slider_section {
position: relative;
}
.eight_sec_plx_slider_section .bx-wrapper {
margin-bottom: 0;
}
.eight_sec_plx_slider_section .main-slider {
list-style: outside none none;
margin: 0;
padding: 0;
}
.eight_sec_plx_slider_section .slide {
background-attachment: fixed;
background-size: cover;
height: 100vh !important;
}
.eight_sec_plx_slider_section .slide:after {
content: "";
background: url(/wp-content/themes/eight-sec/images/slider-caption-bg.png) repeat;
position: absolute;
top: 0;
left: 0;
right: 0;
width: 100%;
height: 100%;
}
.eight_sec_plx_slider_section .slide-caption {
font-family: open sans;
left: 0;
margin-top: -110px;
position: absolute;
right: 0;
text-align: center;
top: 50%;
z-index: 1;
}
.eight_sec_plx_slider_section .slide-caption .caption-title {
color: #fff;
font-size: 4em;
font-weight: 700;
margin: 0;
position: relative;
}
.eight_sec_plx_slider_section .slide-caption .caption-title:after {
content: "";
background: #fff;
height: 2px;
width: 20%;
position: absolute;
bottom: 0;
left: 0;
right: 0;
margin: 0 auto;
}
.eight_sec_plx_slider_section .slide-caption .slide-content {
color: #fff;
}
.eight_sec_plx_slider_section .slide-caption .slide-content p {
font-family: open sans;
font-size: 25px;
font-weight: 300;
margin: 30px 0;
}
.eight_sec_plx_slider_section .slide-caption .slide-content .slide-readmore {
background: transparent none repeat scroll 0 0;
border: 2px solid #fff;
display: inline-block;
font-size: 16px;
font-weight: 400;
padding: 10px 25px;
text-transform: uppercase;
}
.eight_sec_plx_slider_section .slide-caption .slide-content .slide-readmore:hover {
background: #d95c5c;
color: #fff;
border-color: #d95c5c;
} .eight_sec_plx_about_section {
padding: 70px 0;
}
.eight_sec_plx_about_section .about-description {
margin: 0 auto;
text-align: center;
width: 80%;
}
.eight_sec_plx_about_section .about-description p {
margin: 0;
}
.eight_sec_plx_about_section .section-content {
float: left;
padding: 10px;
width: 25%;
text-align: center;
}
.eight_sec_plx_about_section .section-content .about-image {
background: #f6f6f6 none repeat scroll 0 0;
border: 7px solid #fff;
border-radius: 100%;
box-shadow: 0 0 0 1px #ececec;
display: inline-block;
height: 110px;
line-height: 140px;
width: 110px;
position: relative;
z-index: 1;
top: 50px;
transition: all ease-in-out 0.4s;
-webkit-transition: all ease-in-out 0.4s;
}
.eight_sec_plx_about_section .section-content:hover .about-image {
background: #d95c5c;
}
.eight_sec_plx_about_section .section-content .about-content-wrap {
border: 1px solid #ececec;
padding: 70px 15px 35px; border-radius: 5px;
}
.about-service .about-title {
color: #333;
font-family: "oswald";
font-size: 22px;
font-weight: 400;
margin: 0 0 15px;
}
.about-service .section-content p {
color: #313131;
margin: 0;
} .eight_sec_plx_portfolio_section {
padding: 70px 0;
background: #d95c5c;
text-align: center;
}
.eight_sec_plx_portfolio_section .section-title h2:after {
border-bottom-color: #fff;
}
.eight_sec_plx_portfolio_section .section-title h2 {
color: #fff;
}
.eight_sec_plx_portfolio_section .portfolio-description {
color: #fff;
margin: 40px auto;
width: 80%;
}
.eight_sec_plx_portfolio_section .portfolio-wrap .portfolio-content-img {
display: inline-block;
padding: 10px;
position: relative;
overflow: hidden;
width: 32.66%;
} .eight_sec_plx_portfolio_section .portfolio-wrap .portfolio-content-img .portfolio-image {
line-height: 0;
}
.eight_sec_plx_portfolio_section .portfolio-wrap .portfolio-content-img .portfolio-content-wrap {
font-family: "oswald";
color: #fff;
left: 10px;
right: 10px;
bottom: 10px;
position: absolute;
top: 50%;
z-index: 1;
padding: 0 15px;
opacity: 0;
visibility: hidden;
transform: scale(1.3) translateY(-50%);
-webkit-transform: scale(1.3) translateY(-50%);
transition: all ease-in-out 0.4s;
-webkit-transition: all ease-in-out 0.4s;
}
.eight_sec_plx_portfolio_section .portfolio-wrap .portfolio-content-img:hover .portfolio-content-wrap {
opacity: 1;
filter: alpha(opacity=100);
visibility: visible;
transform: scale(1) translateY(-50%);
-webkit-transform: scale(1) translateY(-50%);
transition-delay: 0.2s;
-webkit-transition-delay: 0.2s;
}
.portfolio-content-wrap .portfolio-title {
font-size: 24px;
font-weight: 400;
margin: 0 0 20px;
text-transform: uppercase;
}
.portfolio-content-wrap .portfolio-title a::after {
background: #fff none repeat scroll 0 0;
bottom: -5px;
content: "";
height: 1px;
left: 0;
margin: 0 auto;
position: absolute;
right: 0;
width: 30%;
transition: all ease-in-out 0.4s;
-webkit-transition: all ease-in-out 0.4s;
}
.portfolio-content-wrap .portfolio-title a {
position: relative;
}
.portfolio-content-wrap .portfolio-title a:hover {
color: #ff9797;
}
.portfolio-content-wrap .portfolio-title a:hover:after {
background: #ff9797;
}
.eight_sec_plx_portfolio_section .portfolio-wrap .portfolio-content-img .portfolio-content-wrap .portfolio-content {
font-weight: 300;
}
.eight_sec_plx_portfolio_section .portfolio-wrap .portfolio-content-img .portfolio-content-wrap .portfolio-content p {
margin: 0;
} .eight_sec_plx_team_section {
padding: 70px 0;
text-align: center;
}
.eight_sec_plx_team_section .team-description {
margin: 20px auto 40px auto;
width: 80%;
}
.team-wrap .team-content-img {
float: left;
padding: 0 15px;
width: 33.33%;
}
.team-wrap .team-content-img:nth-child(3n) {
margin-right: 0;
}
.team-wrap .team-image {
line-height: 0;
}
.team-wrap .team-content-img .team-content-wrap {
border-left: 1px solid #ddd;
border-right: 1px solid #ddd;
border-bottom: 1px solid #ddd;
padding: 20px 15px;
}
.team-wrap .team-content-img .team-content-wrap .team-title {
font-family: "open sans";
font-size: 18px;
font-weight: 600;
margin-bottom: 30px;
margin-top: 0;
}
.team-wrap .team-content-img .team-content-wrap .team-title a::after {
background: #313131 none repeat scroll 0 0;
bottom: -10px;
content: "";
height: 1px;
left: 0;
margin: 0 auto;
position: absolute;
right: 0;
width: 50%;
transition: all ease-in-out 0.4s;
-webkit-transition: all ease-in-out 0.4s;
}
.team-wrap .team-content-img .team-content-wrap .team-title a:hover::after {
background: #d95c5c;
}
.team-wrap .team-content-img .team-content-wrap .team-title a {
position: relative;
display: inline-block;
}
.team-wrap .team-content-img .team-content-wrap .team-title a p {
color: #808080;
font-size: 15px;
font-weight: 400;
margin: 0;
}
.team-wrap .team-content-img .team-content-wrap .team-content {
color: #808080;
} .eight_sec_plx_cta_section {
background: url(/wp-content/themes/eight-sec/images/cta-bg.jpg) no-repeat;
background-size: cover;
background-attachment: fixed;
padding: 70px 0;
position: relative;
text-align: center;
z-index: 1;
}
.eight_sec_plx_cta_section:after {
content: "";
background: url(/wp-content/themes/eight-sec/images/slider-caption-bg.png) repeat;
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
z-index: -1;
}
.eight_sec_plx_cta_section h2.cta-sec:after {
border-bottom-color: #fff;
}
.eight_sec_plx_cta_section h2.cta-sec {
color: #fff;
}
.eight_sec_plx_cta_section .cta-description {
font-size: 17px;
margin: 0 auto 50px auto;
text-align: center;
color: #fff;
width: 80%;
} .eight_sec_plx_blog_section {
background: url(/wp-content/themes/eight-sec/images/blog-bg.jpg) no-repeat;
background-attachment: fixed;
background-size: cover;
padding: 70px 0;
text-align: center;
}
.eight_sec_plx_blog_section .bttn,
.eight_sec_plx_team_section .bttn {
background: #d95c5c none repeat scroll 0 0;
border: 2px solid #d95c5c;
color: #fff;
display: inline-block;
font-family: "open sans";
font-size: 15px;
line-height: 18px;
padding: 10px 25px;
text-transform: uppercase;
transition: all ease-in-out 0.4s;
-webkit-transition: all ease-in-out 0.4s;
}
.eight_sec_plx_blog_section .bttn:hover,
.eight_sec_plx_team_section .bttn:hover {
background: transparent;
color: #d95c5c;
}
.eight_sec_plx_blog_section .blog-description,
.eight_sec_plx_testimonial_section .portfolio-description {
margin: 20px auto 40px;
width: 80%;
}
.blog-wrap {
text-align: left;
}
.blog-wrap .blog-content-img {
float: left;
padding: 0 15px;
width: 33.33%;
}
.blog-wrap .blog-content-img:nth-child(3n) {
margin-right: 0;
}
.blog-wrap .blog-image {
position: relative;
line-height: 0;
transition: all ease-in-out 0.4s;
-webkit-transition: all ease-in-out 0.4s;
}
.blog-wrap .blog-content-img .blog-image:after {
background: #d95c5c;
content: "";
height: 2px;
width: 0;
position: absolute;
bottom: 0;
left: 0;
transition: all ease-in-out 0.4s;
-webkit-transition: all ease-in-out 0.4s;
}
.blog-wrap .blog-content-img:hover .blog-image:after {
width: 100%;
}
.blog-content-img .blog-content-wrap {
background: #fff;
border-left: 1px solid #ddd;
border-right: 1px solid #ddd;
border-bottom: 1px solid #ddd;
padding: 20px 15px;
}
.blog-content-wrap .blog-title {
font-family: "open sans";
font-size: 18px;
color: #d95c5c;
font-weight: 300;
margin-bottom: 30px;
margin-top: 0;
}
.blog-content-wrap .blog-title a::after {
background: #808080 none repeat scroll 0 0;
bottom: -10px;
content: "";
height: 1px;
left: 0;
position: absolute;
width: 30%;
transition: all ease-in-out 0.4s;
-webkit-transition: all ease-in-out 0.4s;
}
.blog-content-wrap .blog-title a:hover::after {
background: #d95c5c;
width: 40%;
}
.blog-content-wrap .blog-title a {
position: relative;
display: inline-block;
}
.blog-content-wrap .blog-content {
color: #808080;
}
.eight_sec_plx_blog_section .blog-footer:before,
.eight_sec_plx_blog_section .blog-footer:after {
content: "";
display: table;
clear: both;
}
.eight_sec_plx_blog_section .blog-footer {
border-top: 1px solid #ccc;
color: #333;
font-family: "open sans";
font-size: 12px;
padding: 20px 0 0 0;
text-transform: uppercase;
}
.eight_sec_plx_blog_section .blog-footer .blog-footer-left {
float: left;
padding-right: 10px;
width: 50%;
}
.eight_sec_plx_blog_section .blog-footer .blog-footer-right {
float: right;
padding-left: 10px;
text-align: right;
width: 50%;
} .eight_sec_plx_testimonial_section {
background: url(/wp-content/themes/eight-sec/images/testimonial-bg.jpg) no-repeat;
background-attachment: fixed;
background-size: cover;
padding: 70px 0;
text-align: center;
position: relative;
z-index: 1;
}
.eight_sec_plx_testimonial_section:after {
content: "";
background: url(/wp-content/themes/eight-sec/images/testimonial-pattern.png) repeat;
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
z-index: -1;
}
.eight_sec_plx_testimonial_section h2.testimonial-sec,
.eight_sec_plx_testimonial_section .testimonial-description {
color: #fff;
}
.eight_sec_plx_testimonial_section .testimonial-description {
width: 80%;
margin: auto;
}
.eight_sec_plx_testimonial_section .slide>a {
border-radius: 100%;
display: block;
height: 122px;
margin: 0 auto 30px;
overflow: hidden;
width: 122px;
}
.eight_sec_plx_testimonial_section .slide .testimonial-content {
color: #fff;
margin: 0 auto;
width: 80%;
}
.eight_sec_plx_testimonial_section .slide .testimonial-title {
color: #fff;
font-size: 18px;
font-weight: 300;
margin-bottom: 0;
margin-top: 0;
text-transform: uppercase;
}
.eight_sec_plx_testimonial_section .slide .testimonial-title a {
display: inline-block;
}
.eight_sec_plx_testimonial_section .slide .testimonial-title a:hover {
color: #ffaaaa;
}
.eight_sec_plx_testimonial_section .slide .testimonial-title p {
font-size: 14px;
font-weight: 600;
line-height: 24px;
margin: 0;
} .eight_sec_plx_contact_section {
padding: 70px 0;
text-align: center;
}
.eight_sec_plx_contact_section .contact-description {
margin: 0 auto 40px;
width: 80%;
}
.eight_sec_plx_contact_section .ufbl-form-wrapper.ufbl-default-template {
box-shadow: none;
padding: 0;
margin: 0;
}
.eight_sec_plx_contact_section .ufbl-default-template .ufbl-form-title {
display: none;
}
.eight_sec_plx_contact_section .contact-form form p,
.eight_sec_plx_contact_section .contact-form form div.ufbl-form-field-wrap {
display: inline-block;
margin-bottom: 15px;
margin-top: 0;
text-align: left;
padding: 0 10px;
width: 33%;
}
.eight_sec_plx_contact_section .contact-form form p:nth-last-of-type(1),
.eight_sec_plx_contact_section .contact-form form p:nth-last-of-type(2),
.eight_sec_plx_contact_section .contact-form form .ufbl-form-field-wrap.textarea,
.eight_sec_plx_contact_section .contact-form form .ufbl-form-field-wrap.submit {
display: block;
width: 100%;
}
.eight_sec_plx_contact_section .contact-form form p textarea,
.eight_sec_plx_contact_section .contact-form form .ufbl-form-field-wrap.textarea textarea {
height: 150px;
}
.eight_sec_plx_contact_section .contact-form form p:nth-last-of-type(1),
.eight_sec_plx_contact_section .contact-form form .ufbl-form-field-wrap.submit {
text-align: center;
} footer.site-footer {
background: #3e3e3e none repeat scroll 0 0;
color: #fff;
}
.top-footer {
border-bottom: 1px solid #777;
padding: 70px 0;
}
.top-footer .footer-block {
float: left;
padding: 0 15px;
width: 25%;
}
.top-footer .widget {
margin-bottom: 0;
}
.top-footer .widget-title {
color: #fff;
font-weight: 300;
font-size: 25px;
}
.site-footer .site-info {
font-family: "open sans";
font-size: 14px;
padding: 25px 0;
text-align: center;
}
.site-footer .site-info .copyright+.ed-social-icon {
margin-top: 20px;
}
.social-icons a {
border: 1px solid #e2e2e2;
border-radius: 100%;
color: #e2e2e2;
display: inline-block;
font-size: 18px;
height: 40px;
line-height: 38px;
margin: 0 3px;
text-align: center;
width: 40px;
}
.social-icons a.facebook:hover {
background: #385c9a;
border-color: #385c9a;
}
.social-icons a.twitter:hover {
background: #24abe2;
border-color: #24abe2;
}
.social-icons a.gplus:hover {
background: #dd4c37;
border-color: #dd4c37;
}
.social-icons a.youtube:hover {
background: #c93033;
border-color: #c93033;
}
.social-icons a.pinterest:hover {
background: #cc2129;
border-color: #cc2129;
}
.social-icons a.linkedin:hover {
background: #0d7cc1;
border-color: #0d7cc1;
}
.social-icons a.flickr:hover {
background: #f2178f;
border-color: #f2178f;
}
.social-icons a.vimeo:hover {
background: #20b7ec;
border-color: #20b7ec;
}
.social-icons a.instagram:hover {
background: #5084a9;
border-color: #5084a9;
}
.social-icons a.tumblr:hover {
background: #2f516c;
border-color: #2f516c;
}
.social-icons a.delicious:hover {
background: #3399fe;
border-color: #3399fe;
}
.social-icons a.rss:hover {
background: #faa936;
border-color: #faa936;
}
.social-icons a.github:hover {
background: #000000;
border-color: #000000;
}
.social-icons a.skype:hover {
background: #1fb1e0;
border-color: #1fb1e0;
} .widget_calendar table {
margin: 0;
}
.widget_calendar table caption {
background: #d95c5c none repeat scroll 0 0;
color: #fff;
padding: 5px;
}
.widget_calendar table tr th,
.widget_calendar table tr td {
border: 1px solid #666;
text-align: center;
}
.widget_calendar table tfoot tr td#prev a {
text-align: left;
padding: 3px 10px;
display: block;
}
.widget_calendar table tfoot tr td#next a {
text-align: right;
padding: 3px 10px;
display: block;
}
.widget_calendar table tfoot tr td#prev a:hover,
.widget_calendar table tfoot tr td#next a:hover {
background: #d95c5c;
color: #fff;
}
.widget_calendar table tbody tr td a {
color: #d95c5c;
}
.widget_calendar table tbody tr td#today a {
background: #666 none repeat scroll 0 0;
color: #ff8686;
display: block;
} .widget.widget_search {
text-align: right;
}
.widget_search .fa {
display: none;
}
.widget_search .search-form::before,
.widget_search .search-form::after {
content: "";
display: table;
}
.widget_search .search-form::after {
clear: both;
}
.widget_search .search-form label {
float: left;
width: 75%;
}
.widget_search .search-submit {
float: left;
height: 50px;
padding: 0;
width: 25%;
margin-top: 0;
} .widget_recent_entries ul li p {
margin: 0;
}
.widget_recent_entries ul li a p {
font-size: 13px;
font-style: italic;
} .single article .entry-header {
display: none;
}
.single .entry-content,
body.page .entry-content {
padding: 20px 20px 10px;
} .archive.category-team article {
display: inline-block;
padding: 0 10px;
width: 32.66%;
vertical-align: top;
}
.archive.category-team article .entry-title {
color: #666;
font-family: "oswald";
font-size: 18px;
}
.archive.category-team article .entry-content {
background: none;
}
.archive.category-team .blog_image_alt_medium figure,
.archive.category-team .blog_image_medium figure {
float: none;
padding: 0;
width: 100%;
}
.entry-title p {
color: #aaa;
font-family: "open sans";
font-size: 13px;
font-style: italic;
margin: 0;
}
article .ed-readmore a {
background: #d95c5c none repeat scroll 0 0;
border: 2px solid #d95c5c;
color: #fff;
display: inline-block;
font-family: "open sans";
font-size: 15px;
line-height: 18px;
padding: 10px 25px;
text-transform: uppercase;
transition: all 0.4s ease-in-out 0s;
-webkit-transition: all 0.4s ease-in-out 0s;
}
article .ed-readmore a:hover {
background: transparent none repeat scroll 0 0;
color: #d95c5c;
} article {
margin-bottom: 40px;
}
article .entry-title {
font-family: "oswald";
font-size: 20px;
font-weight: 400;
}
article .entry-content {
background: #eee none repeat scroll 0 0;
}
article .entry-content .archive-content,
article .entry-content .entry-footer {
padding-left: 15px;
padding-right: 15px;
}
article .entry-content .entry-footer {
margin-top: 15px;
} .blog_image_medium article figure,
.blog_image_alt_medium article figure {
float: left;
width: 30%;
padding-top: 15px;
padding-left: 15px;
}
.blog_image_alt_medium article:nth-child(odd) figure {
float: right;
padding-left: 0;
padding-right: 15px;
}
.blog_image_medium article .archive-content,
.blog_image_alt_medium article .archive-content {
float: left;
padding-left: 20px;
width: 70%;
}
.blog_image_alt_medium article:nth-child(odd) .archive-content {
float: left;
padding-left: 15px;
padding-right: 20px;
}
.blog_image_medium article .archive-content p,
.blog_image_alt_medium article .archive-content p {
margin-top: 15px;
}
.blog_image_medium article .entry-footer,
.blog_image_alt_medium article .entry-footer {
clear: both;
display: inline-block;
float: none;
width: 100%;
}
.blog-fullwidth .archive-content {
float: none !important;
padding: 0 15px !important;
width: 100% !important;
} .search.search-no-results .no-results form {
text-align: right;
}
.search.search-no-results .no-results .search-submit {
margin-top: 10px;
}
.search-no-results .no-results .fa {
display: none;
} .error404 #primary {
float: none;
padding-right: 0;
width: 100%;
}
.error-404-text {
font-family: "oswald";
font-size: 35px;
font-weight: 300;
margin: 0 auto;
text-align: center;
width: 350px;
color: #eee;
}
.error-404-text p {
margin: 0;
text-align: right;
line-height: 35px;
}
.error-404-text h1 {
font-size: 6em;
line-height: 1;
margin: 0;
} @media only screen and (min-width: 768px) {
.alignfull {
margin-left: calc(50% - 50vw);
margin-right: calc(50% - 50vw);
width: auto;
max-width: 1000%;
}
.alignwide {
margin-left: calc(25% - 25vw);
margin-right: calc(25% - 25vw);
width: auto;
max-width: 1000%;
}
.alignwide img,
.alignfull img {
display: block;
margin: 0 auto;
} .left-sidebar .alignfull,
.left-sidebar .alignwide,
.right-sidebar .alignfull,
.right-sidebar .alignwide {
margin-left: 0;
margin-right: 0;
}
}
.wp-block-gallery.alignnone {
margin-left: 0;
} .wp-block-latest-posts {
list-style: none;
margin: 0;
padding: 0;
}
.wp-block-latest-posts ul {
list-style: none;
padding: 0;
} .wp-block-pullquote blockquote:before {
content: '\f10d';
position: absolute;
top: 15px;
left: 0;
right: 0;
font-family: 'fontawesome';
font-size: 30px;
color: #999;
}
.wp-block-pullquote blockquote {
position: relative;
padding-top: 30px;
border-left: none;
}
.wp-block-quote {
padding: 20px 20px 20px 75px;
}
.wp-block-quote.is-large p,
.wp-block-quote.is-style-large p,
.wp-block-quote p,
.wp-block-pullquote p blockquote p {
margin-bottom: 0px;
}
.wp-block-quote.is-large,
.wp-block-quote.is-style-large {
padding: 20px 20px 20px 75px;
} .wp-block-categories,
.wp-block-archives {
list-style: none;
padding: 0;
margin: 0;
}
.wp-block-categories ul,
.wp-block-archives ul {
list-style: none;
padding: 0;
margin: 0;
}
.wp-block-categories a,
.wp-block-archives a,
.wp-block-latest-posts a {
color: #808080;
}
.wp-block-categories a:hover,
.wp-block-archives a:hover,
.wp-block-latest-posts a:hover {
color: #1c9cdb;
}
.wp-block-categories.aligncenter {
text-align: center;
}@media screen and (max-width: 1220px) { .boxed-layout #page, .boxed-layout .site-header, .boxed-layout .site-header .ed-search {
width: 95%;
}
}
@media screen and (max-width: 1170px) {
.ed-container {
width: 100%;
}
.site-header, .eight_sec_plx_slider_section .slide-caption .slide-content, .eight_sec_plx_about_section, .eight_sec_plx_portfolio_section, 
.eight_sec_plx_team_section, .eight_sec_plx_cta_section, .eight_sec_plx_blog_section, .eight_sec_plx_testimonial_section, 
.eight_sec_plx_contact_section, .top-footer, .site-footer .site-info {
padding-left: 10px;
padding-right: 10px;
} #primary {
padding-left: 10px;
}
.no-sidebar #primary {
padding-left: 10px;
padding-right: 10px;
}
#secondary {
padding-right: 10px;
}
}
@media screen and (max-width: 980px) {
.admin-bar .site-header {
padding-top: 40px;
}
.admin-bar .site-header.fixed{
top: 32px;
} .site-header, .site-header.fixed {
padding-top: 5px;
padding-bottom: 5px;
}
.site-header .site-branding {
width: 70%;
}
.site-header .main-navigation {
width: 23%;
}
.site-header .ed-search-wrap {
width: 5%;
text-align: right;
}
.site-header .ed-search .search-form {
padding: 0 10px;
width: 100%;
}
.main-navigation .toggle-btn {
display: block;
float: right;
width: 40px;
height: 40px;
background: #fff;
position: relative;
cursor: pointer;
transition: all ease-in-out 0.4s;
-webkit-transition: all ease-in-out 0.4s;
}
.main-navigation.toggled .toggle-btn, .main-navigation .toggle-btn:hover {
background: #d95c5c;
z-index: 999999;
}
.main-navigation .toggle-btn .toggle-bar {
background: #d95c5c;
height: 5px;
position: absolute;
top: 8px;
left: 6px;
right: 6px; 
transition: all ease-in-out 0.4s;
-webkit-transition: all ease-in-out 0.4s;
}
.main-navigation .toggle-btn .toggle-bar.toggle-bar2 {
top: 18px;
}
.main-navigation .toggle-btn .toggle-bar.toggle-bar3 {
top: 28px;
}
.main-navigation.toggled .toggle-btn .toggle-bar, .main-navigation .toggle-btn:hover .toggle-bar {
background: #fff;
}
.main-navigation.toggled .toggle-btn .toggle-bar.toggle-bar1 {
transform: rotate(45deg);
-webkit-transform: rotate(45deg);
transform-origin: 3px 7px 0;
-webkit-transform-origin: 3px 7px 0;
}
.main-navigation.toggled .toggle-btn .toggle-bar.toggle-bar2 {
transform: scale(0.2);
-webkit-transform: scale(0.2);
opacity: 0;
visibility: hidden;
}
.main-navigation.toggled .toggle-btn .toggle-bar.toggle-bar3 {
transform: rotate(-45deg);
-webkit-transform: rotate(-45deg);
transform-origin: 1px -2px 0;
-webkit-transform-origin: 1px -2px 0;
}
.site-header .main-navigation ul {
background: #313131 none repeat scroll 0 0;
height: 100%;
position: fixed;
right: 0;
top: 0;
width: 60%;
z-index: 99999;
padding-top: 50px;
overflow-y: scroll;
transform: translate(100%);
-webkit-transform: translate(100%);
transition: all ease-in-out 0.4s;
-webkit-transition: all ease-in-out 0.4s;
display: none;
}
.site-header .toggled ul {
display: block;
}
.admin-bar ul.nav.plx_nav, 
.site-header .main-navigation ul {
padding-top: 110px;
}
.site-header .main-navigation.toggled ul {
transform: translate(0%);
-webkit-transform: translate(0%);
}
.main-navigation ul li {
display: block;
}
.main-navigation ul li a, .fixed .main-navigation ul li a {
padding: 10px 15px;
width: 100%;
border-bottom: 1px solid #3f3f3f;
}
.main-navigation ul li a::after {
display: none;
}
.site-header .main-navigation ul ul {
opacity: 1;
padding: 0 10px 0 0;
position: static;
text-align: right;
visibility: visible;
width: 100%;
overflow: visible;
}
.site-header .main-navigation ul ul li:last-child a {
border-bottom: 1px solid #555;
} .site-header.logo-center {
text-align: center;
}
.site-header.logo-center .site-branding {
width: 100%;
padding-top: 0; 
}
.site-header.logo-center .main-navigation {
width: auto;
text-align: right;
}
.logo-center .toggled .toggle-btn {
position: absolute;
right: 10px;
top: 10px;
}
.site-header.logo-center .ed-search-wrap {
width: auto;
padding-bottom: 0;
} .site-header.logo-right .site-branding {
padding-top: 0;
}
.site-header.logo-right .main-navigation {
width: auto;
}
.site-header.logo-right .ed-search-wrap {
padding: 10px;
width: auto;
} .eight_sec_plx_contact_section .contact-form form p, .eight_sec_plx_contact_section .contact-form form div.ufbl-form-field-wrap {
width: 32.66%;
} .archive.category-team article {
width: 49%;
}
}
@media screen and (max-width: 800px) {
.eight_sec_plx_about_section .section-title h2, .eight_sec_plx_portfolio_section .section-title h2, .eight_sec_plx_team_section h2.team-sec, 
.eight_sec_plx_cta_section h2.cta-sec, .eight_sec_plx_blog_section h2.blog-sec, .eight_sec_plx_testimonial_section h2.testimonial-sec, 
.eight_sec_plx_contact_section h2.contact-sec {
font-size: 30px;
}
.eight_sec_plx_about_section .about-description, .eight_sec_plx_portfolio_section .portfolio-description, 
.eight_sec_plx_team_section .team-description, .eight_sec_plx_blog_section .blog-description, 
.eight_sec_plx_testimonial_section .slide .testimonial-content, .eight_sec_plx_contact_section .contact-description, 
.eight_sec_plx_testimonial_section .testimonial-description {
width: 100%;
} .eight_sec_plx_slider_section .slide-caption .caption-title {
font-size: 2.2em;
}
.eight_sec_plx_slider_section .slide-caption .slide-content p {
font-size: 18px;
line-height: 25px;
margin: 20px 0;
} .eight_sec_plx_about_section .section-content {
width: 50%;
} .eight_sec_plx_portfolio_section .portfolio-wrap .portfolio-content-img {
width: 49%;
padding: 5px;
}
.eight_sec_plx_portfolio_section .portfolio-wrap .portfolio-content-img::after {
top: 5px;
right: 5px;
bottom: 5px;
left: 5px;	
}
.eight_sec_plx_portfolio_section .portfolio-wrap .portfolio-content-img .portfolio-content-wrap {
right: 5px;
bottom: 5px;
left: 5px;
} .team-wrap .team-content-img, .blog-wrap .blog-content-img {
margin-bottom: 20px;
padding: 0 10px;
width: 50%;
} .eight_sec_plx_contact_section .contact-form form p, 
.eight_sec_plx_contact_section .contact-form form div.ufbl-form-field-wrap {
vertical-align: top;
width: 49%;
}
.eight_sec_plx_contact_section .contact-form form p:nth-last-of-type(2), 
.eight_sec_plx_contact_section .contact-form form .ufbl-form-field-wrap.textarea {
display: inline-block;
width: 49%;
} .top-footer .footer-block {
float: none;
display: inline-block;
vertical-align: top;
margin-bottom: 40px;
width: 49%;
}
.top-footer .footer-block:nth-last-of-type(1), 
.top-footer .footer-block:nth-last-of-type(2) {
margin-bottom: 0;
} #primary {
float: none;
margin-bottom: 70px;
padding-right: 10px;
padding-left: 10px;
width: 100%;
}
.error404 #primary {
padding-right: 10px;
}
#secondary {
float: none;
margin-bottom: 70px;
padding-right: 10px;
padding-left: 10px;
width: 100%;
} .archive.category-team article {
width: 32.66%;
}
}
@media screen and (max-width: 782px) {
.admin-bar .site-header {
padding-top: 55px;
}
.admin-bar .site-header.fixed {
padding-top: 8px;
top: 46px;
}
}
@media screen and ( min-width: 600px ) {
.wp-block-columns .wp-block-column {
flex-basis: 100%;
margin-left: 0;
margin-right: 0;
}
}
@media screen and ( min-width: 782px ) {
.wp-block-columns .wp-block-column {
flex-basis: 50%;
margin-left: 0;
margin-right: 0;
}
}
@media screen and (max-width: 640px) { .site-header .site-branding {
width: 60%;
}
.site-header .main-navigation {
width: 25%;
}
.site-header .ed-search-wrap {
width: 10%;
}
.site-header .ed-search .search-form label {
width: 75%;
}
.site-header .ed-search .search-form .search-submit {
width: 24%;
} .eight_sec_plx_contact_section .contact-form form p, 
.eight_sec_plx_contact_section .contact-form form div.ufbl-form-field-wrap {
margin-bottom: 0;
padding: 0;
width: 100%;
}
.eight_sec_plx_contact_section .contact-form form .ufbl-form-field-wrap.textarea {
width: 100%;
} .archive.category-team article {
width: 49%;
}
.home .site-header {
background: transparent;
}
.site-header {
background: #444;
}
.eight_sec_plx_slider_section .slide {
background-repeat: no-repeat;
background-size: 100%;
height: 50vw !important;
}
.eight_sec_plx_slider_section .slide-caption {
display: none;
}
}
@media screen and (max-width: 600px) {	
.admin-bar .site-header.fixed{
top: 0;
}
}
@media screen and (max-width: 540px) {
.comment-awaiting-moderation {
position: static;
margin-top: 10px;
}
.site-header .ed-search .search-form label {
margin-bottom: 10px;
width: 100%;
}
.site-header .ed-search .search-form .search-submit {
width: 100%;
} .eight_sec_plx_slider_section .slide-caption .caption-title {
font-size: 1.7em;
}
.eight_sec_plx_slider_section .slide-caption .slide-content p {
font-size: 16px;
line-height: 22px;
} .eight_sec_plx_about_section .section-content {
float: none;
padding: 0;
width: 100%;
} .eight_sec_plx_portfolio_section .portfolio-description {
margin-top: 20px;
margin-bottom: 20px;
}
.eight_sec_plx_portfolio_section .portfolio-wrap .portfolio-content-img {
margin-bottom: 10px;
padding: 0;
width: 100%;
}
.eight_sec_plx_portfolio_section .portfolio-wrap .portfolio-content-img:last-child {
margin-bottom: 0;
}
.eight_sec_plx_portfolio_section .portfolio-wrap .portfolio-content-img::after {
top: 0;
right: 0;
bottom: 0;
left: 0;	
}
.eight_sec_plx_portfolio_section .portfolio-wrap .portfolio-content-img .portfolio-content-wrap {
right: 0;
bottom: 0;
left: 0;
} .team-wrap .team-content-img, 
.blog-wrap .blog-content-img {
float: none;
padding: 0;
width: 100%;
}
.team-wrap .team-content-img:last-child, 
.blog-wrap .blog-content-img:last-child {
margin-bottom: 0;
} .eight_sec_plx_cta_section .cta-description {
margin-bottom: 30px;
} .top-footer .footer-block {
float: none;
margin-bottom: 40px;
padding: 0;
width: 100%;
}
.top-footer .footer-block:nth-last-of-type(2) {
margin-bottom: 40px;
}
.top-footer .footer-block:last-child {
margin-bottom: 0;
} .button {
font-size: 14px;
}
.element-item {
float: none;
margin: 0 auto;
right: 0;
} .archive.category-team article {
padding: 0;
width: 100%;
} .archive .blog_image_medium article figure, 
.archive .blog_image_alt_medium article figure, 
.archive .blog_image_medium article .archive-content, 
.archive .blog_image_alt_medium article .archive-content {
float: none;
width: 100%;
}
.archive .blog_image_alt_medium article:nth-child(odd) figure, 
.archive .blog_image_alt_medium article:nth-child(odd) .archive-content {
float: none;
}
.archive .blog_image_alt_medium article:nth-child(odd) figure {
padding-left: 15px;
}
.archive .blog_image_medium article figure, 
.archive .blog_image_alt_medium article figure {
padding-right: 15px;
} .error-404-text {
width: 100%;
font-size: 30px;
}
}.home .site-header,
.site-header,
.site-header.fixed,
.no-slider .site-header {
background: #fff;
}
.main-navigation ul li a {
color: #313131;
}
.eight_sec_plx_slider_section .slide-caption .slide-content .slide-readmore {
margin-top: 20px;
}
h4.caption-category {
color: #fff;
margin: 0;
}
.eight_sec_plx_portfolio_section .section-title h2,
.eight_sec_plx_portfolio_section .portfolio-description {
color: inherit;
}
a.portfolio-viewall.bttn {
border-color: #343434;
color: inherit;
}
.eight_sec_plx_portfolio_section,
.eight_sec_plx_blog_section {
background: #f6f6f6;
}
.team-wrap,
.team-wrap .team-image {
align-items: center;
display: flex;
flex-wrap: wrap;
justify-content: center;
}
.category .page-title,
.single .page-title {
font-size: 3em;
margin-bottom: .75em;
}
.category-description p {
margin-top: 0;
}
.category .entry-content {
align-items: center;
background-color: #fff;
display: flex;
}
.category article .archive-content {
margin-left: 1.75em;
padding-left: 0;
padding-right: 0;
}
.category article .archive-content>p {
margin: 0;
}
.category article .entry-image {
max-width: 200px;
min-width: 200px;
}
.custom-info {
line-height: 1.75em;
margin-top: 1em;
}
.custom-info p {
margin: 0;
}
.category hr {
margin: 1.5em 0;
}
#map-container {
align-items: center;
display: flex;
justify-content: center;
}
.footer-wrap {
display: flex;
justify-content: center;
}
.top-footer {
padding-top: 40px;
padding-bottom: 40px;
}
article .ed-readmore a {
margin-top: 20px;
}
.ml-30 {
margin-left: 30px;
}
.eight_sec_plx_about_section,
.eight_sec_plx_portfolio_section,
.eight_sec_plx_team_section,
.eight_sec_plx_blog_section,
.eight_sec_plx_contact_section {
padding-top: 30px;
}
.blog-wrap .blog-content-img {
display: flex;
flex-direction: column;
float: none;
}
.blog-content-img .blog-content-wrap {
border-top: 1px solid #ddd;
height: 100%;
}
.gm-blog-wrapper {
display: flex;
margin-bottom: 20px;
}
.team-wrap .team-content-img {
float: none;
margin: 20px 0;
width: 127px;
}
.eight_sec_plx_cta_section,
.eight_sec_plx_cta_section:after {
background: none;
}
.eight_sec_plx_cta_section .cta-description,
.eight_sec_plx_cta_section h2.cta-sec {
color: inherit;
}
.site-header .ed-search-wrap .fa {
color: #313131;
padding-top: 0;
}
.site-header .ed-search-wrap .fa.fa-close {
color: #fff;
}
.search-results .entry-footer {
border-bottom: 0;
} @media all and (max-width: 768px) {
#map-container,
.team-wrap,
.footer-wrap,
.category .entry-content {
flex-direction: column;
}
.footer-block {
width: 100%;
}
.top-footer .footer-block:nth-last-of-type(2) {
margin-bottom: 0;
}
.main-navigation .toggle-btn {
outline: none;
position: absolute;
right: 5px;
top: 5px;
}
.site-header .main-navigation ul {
padding-top: 60px;
}
.main-navigation ul li a,
.fixed .main-navigation ul li a {
color: #fff;
}
.eight_sec_plx_contact_section .contact-form form p:nth-last-of-type(2),
.eight_sec_plx_contact_section .contact-form form .ufbl-form-field-wrap.textarea {
width: 100%;
}
.ml-30 {
margin-left: 0;
}
article .entry-title {
text-align: center;
}
.category article .archive-content {
margin-top: 20px;
}
.eight_sec_plx_slider_section .slide-caption .caption-title {
font-size: 1.25em;
}
.blog-wrap {
display: flex;
flex-wrap: wrap;
}
.blog-content-img .blog-content-wrap {
height: 100%;
}
}
@media screen and (max-width: 640px) {
.eight_sec_plx_slider_section .slide-caption {
display: block;
margin-top: -30px;
}
.eight_sec_plx_slider_section .slide-caption .caption-title:after {
margin: -5px auto;
}
}
@media screen and (max-width: 540px) {
.team-wrap {
flex-direction: row;
}
.team-wrap .team-content-img {
flex-basis: 33.33%;
margin-left: 10px;
margin-right: 10px;
}
.gm-blog-wrapper {
display: block;
}
}:root{--joinchat-ico:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='%23fff' d='M3.516 3.516c4.686-4.686 12.284-4.686 16.97 0 4.686 4.686 4.686 12.283 0 16.97a12.004 12.004 0 0 1-13.754 2.299l-5.814.735a.392.392 0 0 1-.438-.44l.748-5.788A12.002 12.002 0 0 1 3.517 3.517zm3.61 17.043.3.158a9.846 9.846 0 0 0 11.534-1.758c3.843-3.843 3.843-10.074 0-13.918-3.843-3.843-10.075-3.843-13.918 0a9.846 9.846 0 0 0-1.747 11.554l.16.303-.51 3.942a.196.196 0 0 0 .219.22l3.961-.501zm6.534-7.003-.933 1.164a9.843 9.843 0 0 1-3.497-3.495l1.166-.933a.792.792 0 0 0 .23-.94L9.561 6.96a.793.793 0 0 0-.924-.445 1291.6 1291.6 0 0 0-2.023.524.797.797 0 0 0-.588.88 11.754 11.754 0 0 0 10.005 10.005.797.797 0 0 0 .88-.587l.525-2.023a.793.793 0 0 0-.445-.923L14.6 13.327a.792.792 0 0 0-.94.23z'/%3E%3C/svg%3E");--joinchat-font:-apple-system,blinkmacsystemfont,"Segoe UI",roboto,oxygen-sans,ubuntu,cantarell,"Helvetica Neue",sans-serif}.joinchat{--bottom:20px;--sep:20px;--s:60px;display:none;position:fixed;z-index:9000;right:var(--sep);bottom:var(--bottom);font:normal normal normal 16px/1.625em var(--joinchat-font);letter-spacing:0;animation:joinchat_show .5s cubic-bezier(.18,.89,.32,1.28) 10ms both;transform:scale3d(0,0,0);transform-origin:calc(var(--s)/-2) calc(var(--s)/-4);-webkit-user-select:none;-moz-user-select:none;user-select:none;touch-action:manipulation;-webkit-font-smoothing:antialiased;-webkit-tap-highlight-color:rgb(0 0 0/0)}.joinchat *,.joinchat :after,.joinchat :before{box-sizing:border-box}.joinchat--show{display:block;transform:scaleX(1)}.joinchat--left{right:auto;left:var(--sep)}.joinchat--noanim{animation:none}.joinchat__button{position:absolute;z-index:2;bottom:8px;right:8px;height:var(--s);min-width:var(--s);background:#25d366;color:inherit;border-radius:calc(var(--s)/2);box-shadow:1px 6px 24px 0 rgba(7,94,84,.24);cursor:pointer;transition:background-color .2s linear}.joinchat__button:hover{background:#128c7e}.joinchat__button:active{background:#128c7e;transition:none}.joinchat--left .joinchat__button{right:auto;left:8px}.joinchat__button__open{width:var(--s);height:var(--s);border-radius:50%;background:rgb(0 0 0/0) var(--joinchat-ico) 50% no-repeat;background-size:60%;overflow:hidden}.joinchat__button__image{position:absolute;top:1px;right:1px;width:calc(var(--s) - 2px);height:calc(var(--s) - 2px);border-radius:50%;overflow:hidden;opacity:0}.joinchat__button__image img{display:block;width:100%;height:100%;object-fit:cover}.joinchat--show .joinchat__button__image{animation:joinchat_image_loop 20s linear 5s infinite normal both}.joinchat--image .joinchat__button__image{opacity:1;animation:none}.joinchat__tooltip{position:absolute;top:calc(var(--s)/2 - 16px);right:calc(var(--s) + 16px);max-width:calc(100vw - var(--s) - 45px);height:32px;padding:0 14px;border:none;border-radius:16px;background:#fff;color:rgba(0,0,0,.8);line-height:31px;white-space:nowrap;opacity:0;transition:opacity .3s ease-out .4s;filter:drop-shadow(0 1px 4px rgba(0,0,0,.4));pointer-events:none}.joinchat__tooltip:after{content:"";display:block;position:absolute;top:10px;right:-6px;border:8px solid transparent;border-width:6px 0 6px 8px;border-left-color:#fff}.joinchat__tooltip div{width:-moz-max-content;width:max-content;max-width:100%;overflow:hidden;text-overflow:ellipsis}.joinchat--tooltip .joinchat__tooltip{animation:joinchat_tootlip 20s linear 5s 1 normal both}.joinchat--left .joinchat__tooltip{right:auto;left:calc(var(--s) + 16px)}.joinchat--left .joinchat__tooltip:after{left:-6px;right:auto;border-color:transparent;border-width:6px 8px 6px 0;border-right-color:#fff}.joinchat__qr{position:absolute;bottom:calc(var(--s) + 16px);right:0;display:none;flex-direction:column-reverse;width:228px;min-height:200px;padding:14px 14px 10px;border:none;border-radius:16px;background:#fff;color:rgba(0,0,0,.8);text-align:center;white-space:nowrap;filter:drop-shadow(0 1px 4px rgba(0,0,0,.4));animation:joinchat_badge_in .4s cubic-bezier(.11,.84,.83,1.01) .5s both;pointer-events:none}.joinchat__qr:after{content:"";display:block;position:absolute;bottom:-6px;right:calc(var(--s)/2 - 6px);border:8px solid transparent;border-width:8px 6px 0;border-top-color:#fff}.joinchat--left .joinchat__qr{left:0;right:auto}.joinchat--left .joinchat__qr:after{left:calc(var(--s)/2 - 6px);right:auto}.joinchat__qr div{font-size:14px;color:#4a4a4a;overflow:hidden;text-overflow:ellipsis}.joinchat__qr canvas{display:block;width:200px;height:200px;margin:0}@keyframes joinchat_show{0%{transform:scale3d(0,0,0)}to{transform:scaleX(1)}}@keyframes joinchat_badge_in{0%{opacity:0;transform:translate3d(0,50px,0)}to{opacity:1;transform:translateZ(0)}}@keyframes joinchat_image_loop{0%{opacity:0}3%,20%{opacity:1}25%,to{opacity:0}}@keyframes joinchat_tootlip{0%{opacity:0;transform:scaleY(0)}1%,20%{opacity:1;transform:scaleX(1)}25%,to{opacity:0;transform:scaleX(1)}}.joinchat__woo-btn__wrapper{clear:both}.joinchat__woo-btn{--s:40px;display:inline-block;box-sizing:border-box;height:var(--s);max-width:100%;padding:0 calc(var(--s)/2) 0 var(--s);background:#25d366 var(--joinchat-ico) calc(var(--s)*0.2) 50% no-repeat;background-size:calc(var(--s)*0.6);color:#fff;border-radius:calc(var(--s)/2);font:700 normal calc(var(--s)*0.35)/var(--s) var(--joinchat-font);white-space:nowrap;text-overflow:ellipsis;overflow:hidden;cursor:pointer;transition:background-color .2s}.joinchat__woo-btn:empty{padding-right:0}.joinchat__woo-btn:hover{background-color:#128c7e}@media (orientation:landscape) and (height >= 481px),(orientation:portrait) and (width >= 481px){.joinchat--mobile{display:none!important}}@media (width <= 767px){.joinchat--footer-bar{--bottom:76px!important}}@media (orientation:landscape) and (height <= 480px),(width <= 480px){.joinchat{--bottom:6px;--sep:6px}}@media (hover:hover){.joinchat__button:hover .joinchat__tooltip{opacity:1;animation:none;transition:opacity .2s}.joinchat--btn .joinchat__button:hover .joinchat__qr{display:flex}}@media (prefers-reduced-motion){.joinchat{animation:none}}