@charset "UTF-8";
    html {
line-height: 1.15; -webkit-text-size-adjust: 100%; }  body {
margin: 0; } main {
display: block; } h1 {
font-size: 2em;
margin: 0.67em 0; }  hr {
-webkit-box-sizing: content-box;
box-sizing: content-box; height: 0; overflow: visible; } pre {
font-family: monospace, monospace; font-size: 1em; }  a {
background-color: transparent; } abbr[title] {
border-bottom: none; text-decoration: underline; -webkit-text-decoration: underline dotted;
text-decoration: underline dotted; } b,
strong {
font-weight: bolder; } code,
kbd,
samp {
font-family: monospace, monospace; font-size: 1em; } small {
font-size: 80%; } sub,
sup {
font-size: 75%;
line-height: 0;
position: relative;
vertical-align: baseline; }
sub {
bottom: -0.25em; }
sup {
top: -0.5em; }  img {
border-style: none; }  button,
input,
optgroup,
select,
textarea {
font-family: inherit; font-size: 100%; line-height: 1.15; margin: 0; } button,
input { overflow: visible; } button,
select { text-transform: none; } button,
[type="button"],
[type="reset"],
[type="submit"] {
-webkit-appearance: button; } button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
border-style: none;
padding: 0; } button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
outline: 1px dotted ButtonText; } fieldset {
padding: 0.35em 0.75em 0.625em; } legend {
-webkit-box-sizing: border-box;
box-sizing: border-box; color: inherit; display: table; max-width: 100%; padding: 0; white-space: normal; } progress {
vertical-align: baseline; } textarea {
overflow: auto; } [type="checkbox"],
[type="radio"] {
-webkit-box-sizing: border-box;
box-sizing: border-box; padding: 0; } [type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
height: auto; } [type="search"] {
-webkit-appearance: textfield; outline-offset: -2px; } [type="search"]::-webkit-search-decoration {
-webkit-appearance: none; } ::-webkit-file-upload-button {
-webkit-appearance: button; font: inherit; }  details {
display: block; } summary {
display: list-item; }  template {
display: none; } [hidden] {
display: none; }   @-webkit-keyframes scale {
0% {
-webkit-transform: scale(1);
transform: scale(1);
opacity: 1; }
45% {
-webkit-transform: scale(0.1);
transform: scale(0.1);
opacity: 0.7; }
80% {
-webkit-transform: scale(1);
transform: scale(1);
opacity: 1; } }
@keyframes scale {
0% {
-webkit-transform: scale(1);
transform: scale(1);
opacity: 1; }
45% {
-webkit-transform: scale(0.1);
transform: scale(0.1);
opacity: 0.7; }
80% {
-webkit-transform: scale(1);
transform: scale(1);
opacity: 1; } }
.ball-pulse > div:nth-child(0) {
-webkit-animation: scale 0.75s -0.36s infinite cubic-bezier(0.2, 0.68, 0.18, 1.08);
animation: scale 0.75s -0.36s infinite cubic-bezier(0.2, 0.68, 0.18, 1.08); }
.ball-pulse > div:nth-child(1) {
-webkit-animation: scale 0.75s -0.24s infinite cubic-bezier(0.2, 0.68, 0.18, 1.08);
animation: scale 0.75s -0.24s infinite cubic-bezier(0.2, 0.68, 0.18, 1.08); }
.ball-pulse > div:nth-child(2) {
-webkit-animation: scale 0.75s -0.12s infinite cubic-bezier(0.2, 0.68, 0.18, 1.08);
animation: scale 0.75s -0.12s infinite cubic-bezier(0.2, 0.68, 0.18, 1.08); }
.ball-pulse > div:nth-child(3) {
-webkit-animation: scale 0.75s 0s infinite cubic-bezier(0.2, 0.68, 0.18, 1.08);
animation: scale 0.75s 0s infinite cubic-bezier(0.2, 0.68, 0.18, 1.08); }
.ball-pulse > div {
background-color: #fff;
width: 15px;
height: 15px;
border-radius: 100%;
margin: 2px;
-webkit-animation-fill-mode: both;
animation-fill-mode: both;
display: inline-block; }
@-webkit-keyframes ball-pulse-sync {
33% {
-webkit-transform: translateY(10px);
transform: translateY(10px); }
66% {
-webkit-transform: translateY(-10px);
transform: translateY(-10px); }
100% {
-webkit-transform: translateY(0);
transform: translateY(0); } }
@keyframes ball-pulse-sync {
33% {
-webkit-transform: translateY(10px);
transform: translateY(10px); }
66% {
-webkit-transform: translateY(-10px);
transform: translateY(-10px); }
100% {
-webkit-transform: translateY(0);
transform: translateY(0); } }
.ball-pulse-sync > div:nth-child(0) {
-webkit-animation: ball-pulse-sync 0.6s -0.21s infinite ease-in-out;
animation: ball-pulse-sync 0.6s -0.21s infinite ease-in-out; }
.ball-pulse-sync > div:nth-child(1) {
-webkit-animation: ball-pulse-sync 0.6s -0.14s infinite ease-in-out;
animation: ball-pulse-sync 0.6s -0.14s infinite ease-in-out; }
.ball-pulse-sync > div:nth-child(2) {
-webkit-animation: ball-pulse-sync 0.6s -0.07s infinite ease-in-out;
animation: ball-pulse-sync 0.6s -0.07s infinite ease-in-out; }
.ball-pulse-sync > div:nth-child(3) {
-webkit-animation: ball-pulse-sync 0.6s 0s infinite ease-in-out;
animation: ball-pulse-sync 0.6s 0s infinite ease-in-out; }
.ball-pulse-sync > div {
background-color: #fff;
width: 15px;
height: 15px;
border-radius: 100%;
margin: 2px;
-webkit-animation-fill-mode: both;
animation-fill-mode: both;
display: inline-block; }
@-webkit-keyframes ball-scale {
0% {
-webkit-transform: scale(0);
transform: scale(0); }
100% {
-webkit-transform: scale(1);
transform: scale(1);
opacity: 0; } }
@keyframes ball-scale {
0% {
-webkit-transform: scale(0);
transform: scale(0); }
100% {
-webkit-transform: scale(1);
transform: scale(1);
opacity: 0; } }
.ball-scale > div {
background-color: #fff;
width: 15px;
height: 15px;
border-radius: 100%;
margin: 2px;
-webkit-animation-fill-mode: both;
animation-fill-mode: both;
display: inline-block;
height: 60px;
width: 60px;
-webkit-animation: ball-scale 1s 0s ease-in-out infinite;
animation: ball-scale 1s 0s ease-in-out infinite; }
@keyframes ball-scale {
0% {
-webkit-transform: scale(0);
transform: scale(0); }
100% {
-webkit-transform: scale(1);
transform: scale(1);
opacity: 0; } }
.ball-scale > div {
background-color: #fff;
width: 15px;
height: 15px;
border-radius: 100%;
margin: 2px;
-webkit-animation-fill-mode: both;
animation-fill-mode: both;
display: inline-block;
height: 60px;
width: 60px;
-webkit-animation: ball-scale 1s 0s ease-in-out infinite;
animation: ball-scale 1s 0s ease-in-out infinite; }
.ball-scale-random {
width: 37px;
height: 40px; }
.ball-scale-random > div {
background-color: #fff;
width: 15px;
height: 15px;
border-radius: 100%;
margin: 2px;
-webkit-animation-fill-mode: both;
animation-fill-mode: both;
position: absolute;
display: inline-block;
height: 30px;
width: 30px;
-webkit-animation: ball-scale 1s 0s ease-in-out infinite;
animation: ball-scale 1s 0s ease-in-out infinite; }
.ball-scale-random > div:nth-child(1) {
margin-left: -7px;
-webkit-animation: ball-scale 1s 0.2s ease-in-out infinite;
animation: ball-scale 1s 0.2s ease-in-out infinite; }
.ball-scale-random > div:nth-child(3) {
margin-left: -2px;
margin-top: 9px;
-webkit-animation: ball-scale 1s 0.5s ease-in-out infinite;
animation: ball-scale 1s 0.5s ease-in-out infinite; }
@-webkit-keyframes rotate {
0% {
-webkit-transform: rotate(0deg);
transform: rotate(0deg); }
50% {
-webkit-transform: rotate(180deg);
transform: rotate(180deg); }
100% {
-webkit-transform: rotate(360deg);
transform: rotate(360deg); } }
@keyframes rotate {
0% {
-webkit-transform: rotate(0deg);
transform: rotate(0deg); }
50% {
-webkit-transform: rotate(180deg);
transform: rotate(180deg); }
100% {
-webkit-transform: rotate(360deg);
transform: rotate(360deg); } }
.ball-rotate {
position: relative; }
.ball-rotate > div {
background-color: #fff;
width: 15px;
height: 15px;
border-radius: 100%;
margin: 2px;
-webkit-animation-fill-mode: both;
animation-fill-mode: both;
position: relative; }
.ball-rotate > div:first-child {
-webkit-animation: rotate 1s 0s cubic-bezier(0.7, -0.13, 0.22, 0.86) infinite;
animation: rotate 1s 0s cubic-bezier(0.7, -0.13, 0.22, 0.86) infinite; }
.ball-rotate > div:before, .ball-rotate > div:after {
background-color: #fff;
width: 15px;
height: 15px;
border-radius: 100%;
margin: 2px;
content: "";
position: absolute;
opacity: 0.8; }
.ball-rotate > div:before {
top: 0px;
left: -28px; }
.ball-rotate > div:after {
top: 0px;
left: 25px; }
@keyframes rotate {
0% {
-webkit-transform: rotate(0deg) scale(1);
transform: rotate(0deg) scale(1); }
50% {
-webkit-transform: rotate(180deg) scale(0.6);
transform: rotate(180deg) scale(0.6); }
100% {
-webkit-transform: rotate(360deg) scale(1);
transform: rotate(360deg) scale(1); } }
.ball-clip-rotate > div {
background-color: #fff;
width: 15px;
height: 15px;
border-radius: 100%;
margin: 2px;
-webkit-animation-fill-mode: both;
animation-fill-mode: both;
border: 2px solid #fff;
border-bottom-color: transparent;
height: 25px;
width: 25px;
background: transparent !important;
display: inline-block;
-webkit-animation: rotate 0.75s 0s linear infinite;
animation: rotate 0.75s 0s linear infinite; }
@keyframes rotate {
0% {
-webkit-transform: rotate(0deg) scale(1);
transform: rotate(0deg) scale(1); }
50% {
-webkit-transform: rotate(180deg) scale(0.6);
transform: rotate(180deg) scale(0.6); }
100% {
-webkit-transform: rotate(360deg) scale(1);
transform: rotate(360deg) scale(1); } }
@keyframes scale {
30% {
-webkit-transform: scale(0.3);
transform: scale(0.3); }
100% {
-webkit-transform: scale(1);
transform: scale(1); } }
.ball-clip-rotate-pulse {
position: relative;
-webkit-transform: translateY(-15px);
transform: translateY(-15px); }
.ball-clip-rotate-pulse > div {
-webkit-animation-fill-mode: both;
animation-fill-mode: both;
position: absolute;
top: 0px;
left: 0px;
border-radius: 100%; }
.ball-clip-rotate-pulse > div:first-child {
background: #fff;
height: 16px;
width: 16px;
top: 7px;
left: -7px;
-webkit-animation: scale 1s 0s cubic-bezier(0.09, 0.57, 0.49, 0.9) infinite;
animation: scale 1s 0s cubic-bezier(0.09, 0.57, 0.49, 0.9) infinite; }
.ball-clip-rotate-pulse > div:last-child {
position: absolute;
border: 2px solid #fff;
width: 30px;
height: 30px;
left: -16px;
top: -2px;
background: transparent;
border: 2px solid;
border-color: #fff transparent #fff transparent;
-webkit-animation: rotate 1s 0s cubic-bezier(0.09, 0.57, 0.49, 0.9) infinite;
animation: rotate 1s 0s cubic-bezier(0.09, 0.57, 0.49, 0.9) infinite;
-webkit-animation-duration: 1s;
animation-duration: 1s; }
@keyframes rotate {
0% {
-webkit-transform: rotate(0deg) scale(1);
transform: rotate(0deg) scale(1); }
50% {
-webkit-transform: rotate(180deg) scale(0.6);
transform: rotate(180deg) scale(0.6); }
100% {
-webkit-transform: rotate(360deg) scale(1);
transform: rotate(360deg) scale(1); } }
.ball-clip-rotate-multiple {
position: relative; }
.ball-clip-rotate-multiple > div {
-webkit-animation-fill-mode: both;
animation-fill-mode: both;
position: absolute;
left: -20px;
top: -20px;
border: 2px solid #fff;
border-bottom-color: transparent;
border-top-color: transparent;
border-radius: 100%;
height: 35px;
width: 35px;
-webkit-animation: rotate 1s 0s ease-in-out infinite;
animation: rotate 1s 0s ease-in-out infinite; }
.ball-clip-rotate-multiple > div:last-child {
display: inline-block;
top: -10px;
left: -10px;
width: 15px;
height: 15px;
-webkit-animation-duration: 0.5s;
animation-duration: 0.5s;
border-color: #fff transparent #fff transparent;
animation-direction: reverse; }
@-webkit-keyframes ball-scale-ripple {
0% {
-webkit-transform: scale(0.1);
transform: scale(0.1);
opacity: 1; }
70% {
-webkit-transform: scale(1);
transform: scale(1);
opacity: 0.7; }
100% {
opacity: 0.0; } }
@keyframes ball-scale-ripple {
0% {
-webkit-transform: scale(0.1);
transform: scale(0.1);
opacity: 1; }
70% {
-webkit-transform: scale(1);
transform: scale(1);
opacity: 0.7; }
100% {
opacity: 0.0; } }
.ball-scale-ripple > div {
-webkit-animation-fill-mode: both;
animation-fill-mode: both;
height: 50px;
width: 50px;
border-radius: 100%;
border: 2px solid #fff;
-webkit-animation: ball-scale-ripple 1s 0s infinite cubic-bezier(0.21, 0.53, 0.56, 0.8);
animation: ball-scale-ripple 1s 0s infinite cubic-bezier(0.21, 0.53, 0.56, 0.8); }
@-webkit-keyframes ball-scale-ripple-multiple {
0% {
-webkit-transform: scale(0.1);
transform: scale(0.1);
opacity: 1; }
70% {
-webkit-transform: scale(1);
transform: scale(1);
opacity: 0.7; }
100% {
opacity: 0.0; } }
@keyframes ball-scale-ripple-multiple {
0% {
-webkit-transform: scale(0.1);
transform: scale(0.1);
opacity: 1; }
70% {
-webkit-transform: scale(1);
transform: scale(1);
opacity: 0.7; }
100% {
opacity: 0.0; } }
.ball-scale-ripple-multiple {
position: relative;
-webkit-transform: translateY(-25px);
transform: translateY(-25px); }
.ball-scale-ripple-multiple > div:nth-child(0) {
-webkit-animation-delay: -0.8s;
animation-delay: -0.8s; }
.ball-scale-ripple-multiple > div:nth-child(1) {
-webkit-animation-delay: -0.6s;
animation-delay: -0.6s; }
.ball-scale-ripple-multiple > div:nth-child(2) {
-webkit-animation-delay: -0.4s;
animation-delay: -0.4s; }
.ball-scale-ripple-multiple > div:nth-child(3) {
-webkit-animation-delay: -0.2s;
animation-delay: -0.2s; }
.ball-scale-ripple-multiple > div {
-webkit-animation-fill-mode: both;
animation-fill-mode: both;
position: absolute;
top: -2px;
left: -26px;
width: 50px;
height: 50px;
border-radius: 100%;
border: 2px solid #fff;
-webkit-animation: ball-scale-ripple-multiple 1.25s 0s infinite cubic-bezier(0.21, 0.53, 0.56, 0.8);
animation: ball-scale-ripple-multiple 1.25s 0s infinite cubic-bezier(0.21, 0.53, 0.56, 0.8); }
@-webkit-keyframes ball-beat {
50% {
opacity: 0.2;
-webkit-transform: scale(0.75);
transform: scale(0.75); }
100% {
opacity: 1;
-webkit-transform: scale(1);
transform: scale(1); } }
@keyframes ball-beat {
50% {
opacity: 0.2;
-webkit-transform: scale(0.75);
transform: scale(0.75); }
100% {
opacity: 1;
-webkit-transform: scale(1);
transform: scale(1); } }
.ball-beat > div {
background-color: #fff;
width: 15px;
height: 15px;
border-radius: 100%;
margin: 2px;
-webkit-animation-fill-mode: both;
animation-fill-mode: both;
display: inline-block;
-webkit-animation: ball-beat 0.7s 0s infinite linear;
animation: ball-beat 0.7s 0s infinite linear; }
.ball-beat > div:nth-child(2n-1) {
-webkit-animation-delay: -0.35s !important;
animation-delay: -0.35s !important; }
@-webkit-keyframes ball-scale-multiple {
0% {
-webkit-transform: scale(0);
transform: scale(0);
opacity: 0; }
5% {
opacity: 1; }
100% {
-webkit-transform: scale(1);
transform: scale(1);
opacity: 0; } }
@keyframes ball-scale-multiple {
0% {
-webkit-transform: scale(0);
transform: scale(0);
opacity: 0; }
5% {
opacity: 1; }
100% {
-webkit-transform: scale(1);
transform: scale(1);
opacity: 0; } }
.ball-scale-multiple {
position: relative;
-webkit-transform: translateY(-30px);
transform: translateY(-30px); }
.ball-scale-multiple > div:nth-child(2) {
-webkit-animation-delay: -0.4s;
animation-delay: -0.4s; }
.ball-scale-multiple > div:nth-child(3) {
-webkit-animation-delay: -0.2s;
animation-delay: -0.2s; }
.ball-scale-multiple > div {
background-color: #fff;
width: 15px;
height: 15px;
border-radius: 100%;
margin: 2px;
-webkit-animation-fill-mode: both;
animation-fill-mode: both;
position: absolute;
left: -30px;
top: 0px;
opacity: 0;
margin: 0;
width: 60px;
height: 60px;
-webkit-animation: ball-scale-multiple 1s 0s linear infinite;
animation: ball-scale-multiple 1s 0s linear infinite; }
@-webkit-keyframes ball-triangle-path-1 {
33% {
-webkit-transform: translate(25px, -50px);
transform: translate(25px, -50px); }
66% {
-webkit-transform: translate(50px, 0px);
transform: translate(50px, 0px); }
100% {
-webkit-transform: translate(0px, 0px);
transform: translate(0px, 0px); } }
@keyframes ball-triangle-path-1 {
33% {
-webkit-transform: translate(25px, -50px);
transform: translate(25px, -50px); }
66% {
-webkit-transform: translate(50px, 0px);
transform: translate(50px, 0px); }
100% {
-webkit-transform: translate(0px, 0px);
transform: translate(0px, 0px); } }
@-webkit-keyframes ball-triangle-path-2 {
33% {
-webkit-transform: translate(25px, 50px);
transform: translate(25px, 50px); }
66% {
-webkit-transform: translate(-25px, 50px);
transform: translate(-25px, 50px); }
100% {
-webkit-transform: translate(0px, 0px);
transform: translate(0px, 0px); } }
@keyframes ball-triangle-path-2 {
33% {
-webkit-transform: translate(25px, 50px);
transform: translate(25px, 50px); }
66% {
-webkit-transform: translate(-25px, 50px);
transform: translate(-25px, 50px); }
100% {
-webkit-transform: translate(0px, 0px);
transform: translate(0px, 0px); } }
@-webkit-keyframes ball-triangle-path-3 {
33% {
-webkit-transform: translate(-50px, 0px);
transform: translate(-50px, 0px); }
66% {
-webkit-transform: translate(-25px, -50px);
transform: translate(-25px, -50px); }
100% {
-webkit-transform: translate(0px, 0px);
transform: translate(0px, 0px); } }
@keyframes ball-triangle-path-3 {
33% {
-webkit-transform: translate(-50px, 0px);
transform: translate(-50px, 0px); }
66% {
-webkit-transform: translate(-25px, -50px);
transform: translate(-25px, -50px); }
100% {
-webkit-transform: translate(0px, 0px);
transform: translate(0px, 0px); } }
.ball-triangle-path {
position: relative;
-webkit-transform: translate(-29.994px, -37.50938px);
transform: translate(-29.994px, -37.50938px); }
.ball-triangle-path > div:nth-child(1) {
-webkit-animation-name: ball-triangle-path-1;
animation-name: ball-triangle-path-1;
-webkit-animation-delay: 0;
animation-delay: 0;
-webkit-animation-duration: 2s;
animation-duration: 2s;
-webkit-animation-timing-function: ease-in-out;
animation-timing-function: ease-in-out;
-webkit-animation-iteration-count: infinite;
animation-iteration-count: infinite; }
.ball-triangle-path > div:nth-child(2) {
-webkit-animation-name: ball-triangle-path-2;
animation-name: ball-triangle-path-2;
-webkit-animation-delay: 0;
animation-delay: 0;
-webkit-animation-duration: 2s;
animation-duration: 2s;
-webkit-animation-timing-function: ease-in-out;
animation-timing-function: ease-in-out;
-webkit-animation-iteration-count: infinite;
animation-iteration-count: infinite; }
.ball-triangle-path > div:nth-child(3) {
-webkit-animation-name: ball-triangle-path-3;
animation-name: ball-triangle-path-3;
-webkit-animation-delay: 0;
animation-delay: 0;
-webkit-animation-duration: 2s;
animation-duration: 2s;
-webkit-animation-timing-function: ease-in-out;
animation-timing-function: ease-in-out;
-webkit-animation-iteration-count: infinite;
animation-iteration-count: infinite; }
.ball-triangle-path > div {
-webkit-animation-fill-mode: both;
animation-fill-mode: both;
position: absolute;
width: 10px;
height: 10px;
border-radius: 100%;
border: 1px solid #fff; }
.ball-triangle-path > div:nth-of-type(1) {
top: 50px; }
.ball-triangle-path > div:nth-of-type(2) {
left: 25px; }
.ball-triangle-path > div:nth-of-type(3) {
top: 50px;
left: 50px; }
@-webkit-keyframes ball-pulse-rise-even {
0% {
-webkit-transform: scale(1.1);
transform: scale(1.1); }
25% {
-webkit-transform: translateY(-30px);
transform: translateY(-30px); }
50% {
-webkit-transform: scale(0.4);
transform: scale(0.4); }
75% {
-webkit-transform: translateY(30px);
transform: translateY(30px); }
100% {
-webkit-transform: translateY(0);
transform: translateY(0);
-webkit-transform: scale(1);
transform: scale(1); } }
@keyframes ball-pulse-rise-even {
0% {
-webkit-transform: scale(1.1);
transform: scale(1.1); }
25% {
-webkit-transform: translateY(-30px);
transform: translateY(-30px); }
50% {
-webkit-transform: scale(0.4);
transform: scale(0.4); }
75% {
-webkit-transform: translateY(30px);
transform: translateY(30px); }
100% {
-webkit-transform: translateY(0);
transform: translateY(0);
-webkit-transform: scale(1);
transform: scale(1); } }
@-webkit-keyframes ball-pulse-rise-odd {
0% {
-webkit-transform: scale(0.4);
transform: scale(0.4); }
25% {
-webkit-transform: translateY(30px);
transform: translateY(30px); }
50% {
-webkit-transform: scale(1.1);
transform: scale(1.1); }
75% {
-webkit-transform: translateY(-30px);
transform: translateY(-30px); }
100% {
-webkit-transform: translateY(0);
transform: translateY(0);
-webkit-transform: scale(0.75);
transform: scale(0.75); } }
@keyframes ball-pulse-rise-odd {
0% {
-webkit-transform: scale(0.4);
transform: scale(0.4); }
25% {
-webkit-transform: translateY(30px);
transform: translateY(30px); }
50% {
-webkit-transform: scale(1.1);
transform: scale(1.1); }
75% {
-webkit-transform: translateY(-30px);
transform: translateY(-30px); }
100% {
-webkit-transform: translateY(0);
transform: translateY(0);
-webkit-transform: scale(0.75);
transform: scale(0.75); } }
.ball-pulse-rise > div {
background-color: #fff;
width: 15px;
height: 15px;
border-radius: 100%;
margin: 2px;
-webkit-animation-fill-mode: both;
animation-fill-mode: both;
display: inline-block;
-webkit-animation-duration: 1s;
animation-duration: 1s;
-webkit-animation-timing-function: cubic-bezier(0.15, 0.46, 0.9, 0.6);
animation-timing-function: cubic-bezier(0.15, 0.46, 0.9, 0.6);
-webkit-animation-iteration-count: infinite;
animation-iteration-count: infinite;
-webkit-animation-delay: 0;
animation-delay: 0; }
.ball-pulse-rise > div:nth-child(2n) {
-webkit-animation-name: ball-pulse-rise-even;
animation-name: ball-pulse-rise-even; }
.ball-pulse-rise > div:nth-child(2n-1) {
-webkit-animation-name: ball-pulse-rise-odd;
animation-name: ball-pulse-rise-odd; }
@-webkit-keyframes ball-grid-beat {
50% {
opacity: 0.7; }
100% {
opacity: 1; } }
@keyframes ball-grid-beat {
50% {
opacity: 0.7; }
100% {
opacity: 1; } }
.ball-grid-beat {
width: 57px; }
.ball-grid-beat > div:nth-child(1) {
-webkit-animation-delay: 0.62s;
animation-delay: 0.62s;
-webkit-animation-duration: 0.96s;
animation-duration: 0.96s; }
.ball-grid-beat > div:nth-child(2) {
-webkit-animation-delay: 0.39s;
animation-delay: 0.39s;
-webkit-animation-duration: 1.02s;
animation-duration: 1.02s; }
.ball-grid-beat > div:nth-child(3) {
-webkit-animation-delay: 0.71s;
animation-delay: 0.71s;
-webkit-animation-duration: 1.56s;
animation-duration: 1.56s; }
.ball-grid-beat > div:nth-child(4) {
-webkit-animation-delay: 0.26s;
animation-delay: 0.26s;
-webkit-animation-duration: 1.25s;
animation-duration: 1.25s; }
.ball-grid-beat > div:nth-child(5) {
-webkit-animation-delay: 0.78s;
animation-delay: 0.78s;
-webkit-animation-duration: 0.9s;
animation-duration: 0.9s; }
.ball-grid-beat > div:nth-child(6) {
-webkit-animation-delay: -0.06s;
animation-delay: -0.06s;
-webkit-animation-duration: 1.6s;
animation-duration: 1.6s; }
.ball-grid-beat > div:nth-child(7) {
-webkit-animation-delay: 0.65s;
animation-delay: 0.65s;
-webkit-animation-duration: 1.39s;
animation-duration: 1.39s; }
.ball-grid-beat > div:nth-child(8) {
-webkit-animation-delay: 0.7s;
animation-delay: 0.7s;
-webkit-animation-duration: 1.3s;
animation-duration: 1.3s; }
.ball-grid-beat > div:nth-child(9) {
-webkit-animation-delay: 0.63s;
animation-delay: 0.63s;
-webkit-animation-duration: 0.68s;
animation-duration: 0.68s; }
.ball-grid-beat > div {
background-color: #fff;
width: 15px;
height: 15px;
border-radius: 100%;
margin: 2px;
-webkit-animation-fill-mode: both;
animation-fill-mode: both;
display: inline-block;
float: left;
-webkit-animation-name: ball-grid-beat;
animation-name: ball-grid-beat;
-webkit-animation-iteration-count: infinite;
animation-iteration-count: infinite;
-webkit-animation-delay: 0;
animation-delay: 0; }
@-webkit-keyframes ball-grid-pulse {
0% {
-webkit-transform: scale(1);
transform: scale(1); }
50% {
-webkit-transform: scale(0.5);
transform: scale(0.5);
opacity: 0.7; }
100% {
-webkit-transform: scale(1);
transform: scale(1);
opacity: 1; } }
@keyframes ball-grid-pulse {
0% {
-webkit-transform: scale(1);
transform: scale(1); }
50% {
-webkit-transform: scale(0.5);
transform: scale(0.5);
opacity: 0.7; }
100% {
-webkit-transform: scale(1);
transform: scale(1);
opacity: 1; } }
.ball-grid-pulse {
width: 57px; }
.ball-grid-pulse > div:nth-child(1) {
-webkit-animation-delay: 0.74s;
animation-delay: 0.74s;
-webkit-animation-duration: 0.77s;
animation-duration: 0.77s; }
.ball-grid-pulse > div:nth-child(2) {
-webkit-animation-delay: 0.38s;
animation-delay: 0.38s;
-webkit-animation-duration: 1.06s;
animation-duration: 1.06s; }
.ball-grid-pulse > div:nth-child(3) {
-webkit-animation-delay: 0.53s;
animation-delay: 0.53s;
-webkit-animation-duration: 1.16s;
animation-duration: 1.16s; }
.ball-grid-pulse > div:nth-child(4) {
-webkit-animation-delay: -0.09s;
animation-delay: -0.09s;
-webkit-animation-duration: 1.19s;
animation-duration: 1.19s; }
.ball-grid-pulse > div:nth-child(5) {
-webkit-animation-delay: 0.35s;
animation-delay: 0.35s;
-webkit-animation-duration: 1.08s;
animation-duration: 1.08s; }
.ball-grid-pulse > div:nth-child(6) {
-webkit-animation-delay: -0.1s;
animation-delay: -0.1s;
-webkit-animation-duration: 0.65s;
animation-duration: 0.65s; }
.ball-grid-pulse > div:nth-child(7) {
-webkit-animation-delay: 0.53s;
animation-delay: 0.53s;
-webkit-animation-duration: 1.5s;
animation-duration: 1.5s; }
.ball-grid-pulse > div:nth-child(8) {
-webkit-animation-delay: -0.04s;
animation-delay: -0.04s;
-webkit-animation-duration: 0.67s;
animation-duration: 0.67s; }
.ball-grid-pulse > div:nth-child(9) {
-webkit-animation-delay: 0.22s;
animation-delay: 0.22s;
-webkit-animation-duration: 1.26s;
animation-duration: 1.26s; }
.ball-grid-pulse > div {
background-color: #fff;
width: 15px;
height: 15px;
border-radius: 100%;
margin: 2px;
-webkit-animation-fill-mode: both;
animation-fill-mode: both;
display: inline-block;
float: left;
-webkit-animation-name: ball-grid-pulse;
animation-name: ball-grid-pulse;
-webkit-animation-iteration-count: infinite;
animation-iteration-count: infinite;
-webkit-animation-delay: 0;
animation-delay: 0; }
@-webkit-keyframes ball-spin-fade-loader {
50% {
opacity: 0.3;
-webkit-transform: scale(0.4);
transform: scale(0.4); }
100% {
opacity: 1;
-webkit-transform: scale(1);
transform: scale(1); } }
@keyframes ball-spin-fade-loader {
50% {
opacity: 0.3;
-webkit-transform: scale(0.4);
transform: scale(0.4); }
100% {
opacity: 1;
-webkit-transform: scale(1);
transform: scale(1); } }
.ball-spin-fade-loader {
position: relative;
top: -10px;
left: -10px; }
.ball-spin-fade-loader > div:nth-child(1) {
top: 25px;
left: 0;
-webkit-animation: ball-spin-fade-loader 1s -0.96s infinite linear;
animation: ball-spin-fade-loader 1s -0.96s infinite linear; }
.ball-spin-fade-loader > div:nth-child(2) {
top: 17.04545px;
left: 17.04545px;
-webkit-animation: ball-spin-fade-loader 1s -0.84s infinite linear;
animation: ball-spin-fade-loader 1s -0.84s infinite linear; }
.ball-spin-fade-loader > div:nth-child(3) {
top: 0;
left: 25px;
-webkit-animation: ball-spin-fade-loader 1s -0.72s infinite linear;
animation: ball-spin-fade-loader 1s -0.72s infinite linear; }
.ball-spin-fade-loader > div:nth-child(4) {
top: -17.04545px;
left: 17.04545px;
-webkit-animation: ball-spin-fade-loader 1s -0.6s infinite linear;
animation: ball-spin-fade-loader 1s -0.6s infinite linear; }
.ball-spin-fade-loader > div:nth-child(5) {
top: -25px;
left: 0;
-webkit-animation: ball-spin-fade-loader 1s -0.48s infinite linear;
animation: ball-spin-fade-loader 1s -0.48s infinite linear; }
.ball-spin-fade-loader > div:nth-child(6) {
top: -17.04545px;
left: -17.04545px;
-webkit-animation: ball-spin-fade-loader 1s -0.36s infinite linear;
animation: ball-spin-fade-loader 1s -0.36s infinite linear; }
.ball-spin-fade-loader > div:nth-child(7) {
top: 0;
left: -25px;
-webkit-animation: ball-spin-fade-loader 1s -0.24s infinite linear;
animation: ball-spin-fade-loader 1s -0.24s infinite linear; }
.ball-spin-fade-loader > div:nth-child(8) {
top: 17.04545px;
left: -17.04545px;
-webkit-animation: ball-spin-fade-loader 1s -0.12s infinite linear;
animation: ball-spin-fade-loader 1s -0.12s infinite linear; }
.ball-spin-fade-loader > div {
background-color: #fff;
width: 15px;
height: 15px;
border-radius: 100%;
margin: 2px;
-webkit-animation-fill-mode: both;
animation-fill-mode: both;
position: absolute; }
@-webkit-keyframes ball-spin-loader {
75% {
opacity: 0.2; }
100% {
opacity: 1; } }
@keyframes ball-spin-loader {
75% {
opacity: 0.2; }
100% {
opacity: 1; } }
.ball-spin-loader {
position: relative; }
.ball-spin-loader > span:nth-child(1) {
top: 45px;
left: 0;
-webkit-animation: ball-spin-loader 2s 0.9s infinite linear;
animation: ball-spin-loader 2s 0.9s infinite linear; }
.ball-spin-loader > span:nth-child(2) {
top: 30.68182px;
left: 30.68182px;
-webkit-animation: ball-spin-loader 2s 1.8s infinite linear;
animation: ball-spin-loader 2s 1.8s infinite linear; }
.ball-spin-loader > span:nth-child(3) {
top: 0;
left: 45px;
-webkit-animation: ball-spin-loader 2s 2.7s infinite linear;
animation: ball-spin-loader 2s 2.7s infinite linear; }
.ball-spin-loader > span:nth-child(4) {
top: -30.68182px;
left: 30.68182px;
-webkit-animation: ball-spin-loader 2s 3.6s infinite linear;
animation: ball-spin-loader 2s 3.6s infinite linear; }
.ball-spin-loader > span:nth-child(5) {
top: -45px;
left: 0;
-webkit-animation: ball-spin-loader 2s 4.5s infinite linear;
animation: ball-spin-loader 2s 4.5s infinite linear; }
.ball-spin-loader > span:nth-child(6) {
top: -30.68182px;
left: -30.68182px;
-webkit-animation: ball-spin-loader 2s 5.4s infinite linear;
animation: ball-spin-loader 2s 5.4s infinite linear; }
.ball-spin-loader > span:nth-child(7) {
top: 0;
left: -45px;
-webkit-animation: ball-spin-loader 2s 6.3s infinite linear;
animation: ball-spin-loader 2s 6.3s infinite linear; }
.ball-spin-loader > span:nth-child(8) {
top: 30.68182px;
left: -30.68182px;
-webkit-animation: ball-spin-loader 2s 7.2s infinite linear;
animation: ball-spin-loader 2s 7.2s infinite linear; }
.ball-spin-loader > div {
-webkit-animation-fill-mode: both;
animation-fill-mode: both;
position: absolute;
width: 15px;
height: 15px;
border-radius: 100%;
background: green; }
@-webkit-keyframes ball-zig {
33% {
-webkit-transform: translate(-15px, -30px);
transform: translate(-15px, -30px); }
66% {
-webkit-transform: translate(15px, -30px);
transform: translate(15px, -30px); }
100% {
-webkit-transform: translate(0, 0);
transform: translate(0, 0); } }
@keyframes ball-zig {
33% {
-webkit-transform: translate(-15px, -30px);
transform: translate(-15px, -30px); }
66% {
-webkit-transform: translate(15px, -30px);
transform: translate(15px, -30px); }
100% {
-webkit-transform: translate(0, 0);
transform: translate(0, 0); } }
@-webkit-keyframes ball-zag {
33% {
-webkit-transform: translate(15px, 30px);
transform: translate(15px, 30px); }
66% {
-webkit-transform: translate(-15px, 30px);
transform: translate(-15px, 30px); }
100% {
-webkit-transform: translate(0, 0);
transform: translate(0, 0); } }
@keyframes ball-zag {
33% {
-webkit-transform: translate(15px, 30px);
transform: translate(15px, 30px); }
66% {
-webkit-transform: translate(-15px, 30px);
transform: translate(-15px, 30px); }
100% {
-webkit-transform: translate(0, 0);
transform: translate(0, 0); } }
.ball-zig-zag {
position: relative;
-webkit-transform: translate(-15px, -15px);
transform: translate(-15px, -15px); }
.ball-zig-zag > div {
background-color: #fff;
width: 15px;
height: 15px;
border-radius: 100%;
margin: 2px;
-webkit-animation-fill-mode: both;
animation-fill-mode: both;
position: absolute;
margin-left: 15px;
top: 4px;
left: -7px; }
.ball-zig-zag > div:first-child {
-webkit-animation: ball-zig 0.7s 0s infinite linear;
animation: ball-zig 0.7s 0s infinite linear; }
.ball-zig-zag > div:last-child {
-webkit-animation: ball-zag 0.7s 0s infinite linear;
animation: ball-zag 0.7s 0s infinite linear; }
@-webkit-keyframes ball-zig-deflect {
17% {
-webkit-transform: translate(-15px, -30px);
transform: translate(-15px, -30px); }
34% {
-webkit-transform: translate(15px, -30px);
transform: translate(15px, -30px); }
50% {
-webkit-transform: translate(0, 0);
transform: translate(0, 0); }
67% {
-webkit-transform: translate(15px, -30px);
transform: translate(15px, -30px); }
84% {
-webkit-transform: translate(-15px, -30px);
transform: translate(-15px, -30px); }
100% {
-webkit-transform: translate(0, 0);
transform: translate(0, 0); } }
@keyframes ball-zig-deflect {
17% {
-webkit-transform: translate(-15px, -30px);
transform: translate(-15px, -30px); }
34% {
-webkit-transform: translate(15px, -30px);
transform: translate(15px, -30px); }
50% {
-webkit-transform: translate(0, 0);
transform: translate(0, 0); }
67% {
-webkit-transform: translate(15px, -30px);
transform: translate(15px, -30px); }
84% {
-webkit-transform: translate(-15px, -30px);
transform: translate(-15px, -30px); }
100% {
-webkit-transform: translate(0, 0);
transform: translate(0, 0); } }
@-webkit-keyframes ball-zag-deflect {
17% {
-webkit-transform: translate(15px, 30px);
transform: translate(15px, 30px); }
34% {
-webkit-transform: translate(-15px, 30px);
transform: translate(-15px, 30px); }
50% {
-webkit-transform: translate(0, 0);
transform: translate(0, 0); }
67% {
-webkit-transform: translate(-15px, 30px);
transform: translate(-15px, 30px); }
84% {
-webkit-transform: translate(15px, 30px);
transform: translate(15px, 30px); }
100% {
-webkit-transform: translate(0, 0);
transform: translate(0, 0); } }
@keyframes ball-zag-deflect {
17% {
-webkit-transform: translate(15px, 30px);
transform: translate(15px, 30px); }
34% {
-webkit-transform: translate(-15px, 30px);
transform: translate(-15px, 30px); }
50% {
-webkit-transform: translate(0, 0);
transform: translate(0, 0); }
67% {
-webkit-transform: translate(-15px, 30px);
transform: translate(-15px, 30px); }
84% {
-webkit-transform: translate(15px, 30px);
transform: translate(15px, 30px); }
100% {
-webkit-transform: translate(0, 0);
transform: translate(0, 0); } }
.ball-zig-zag-deflect {
position: relative;
-webkit-transform: translate(-15px, -15px);
transform: translate(-15px, -15px); }
.ball-zig-zag-deflect > div {
background-color: #fff;
width: 15px;
height: 15px;
border-radius: 100%;
margin: 2px;
-webkit-animation-fill-mode: both;
animation-fill-mode: both;
position: absolute;
margin-left: 15px;
top: 4px;
left: -7px; }
.ball-zig-zag-deflect > div:first-child {
-webkit-animation: ball-zig-deflect 1.5s 0s infinite linear;
animation: ball-zig-deflect 1.5s 0s infinite linear; }
.ball-zig-zag-deflect > div:last-child {
-webkit-animation: ball-zag-deflect 1.5s 0s infinite linear;
animation: ball-zag-deflect 1.5s 0s infinite linear; } @-webkit-keyframes line-scale {
0% {
-webkit-transform: scaley(1);
transform: scaley(1); }
50% {
-webkit-transform: scaley(0.4);
transform: scaley(0.4); }
100% {
-webkit-transform: scaley(1);
transform: scaley(1); } }
@keyframes line-scale {
0% {
-webkit-transform: scaley(1);
transform: scaley(1); }
50% {
-webkit-transform: scaley(0.4);
transform: scaley(0.4); }
100% {
-webkit-transform: scaley(1);
transform: scaley(1); } }
.line-scale > div:nth-child(1) {
-webkit-animation: line-scale 1s -0.4s infinite cubic-bezier(0.2, 0.68, 0.18, 1.08);
animation: line-scale 1s -0.4s infinite cubic-bezier(0.2, 0.68, 0.18, 1.08); }
.line-scale > div:nth-child(2) {
-webkit-animation: line-scale 1s -0.3s infinite cubic-bezier(0.2, 0.68, 0.18, 1.08);
animation: line-scale 1s -0.3s infinite cubic-bezier(0.2, 0.68, 0.18, 1.08); }
.line-scale > div:nth-child(3) {
-webkit-animation: line-scale 1s -0.2s infinite cubic-bezier(0.2, 0.68, 0.18, 1.08);
animation: line-scale 1s -0.2s infinite cubic-bezier(0.2, 0.68, 0.18, 1.08); }
.line-scale > div:nth-child(4) {
-webkit-animation: line-scale 1s -0.1s infinite cubic-bezier(0.2, 0.68, 0.18, 1.08);
animation: line-scale 1s -0.1s infinite cubic-bezier(0.2, 0.68, 0.18, 1.08); }
.line-scale > div:nth-child(5) {
-webkit-animation: line-scale 1s 0s infinite cubic-bezier(0.2, 0.68, 0.18, 1.08);
animation: line-scale 1s 0s infinite cubic-bezier(0.2, 0.68, 0.18, 1.08); }
.line-scale > div {
background-color: #fff;
width: 4px;
height: 35px;
border-radius: 2px;
margin: 2px;
-webkit-animation-fill-mode: both;
animation-fill-mode: both;
display: inline-block; }
@-webkit-keyframes line-scale-party {
0% {
-webkit-transform: scale(1);
transform: scale(1); }
50% {
-webkit-transform: scale(0.5);
transform: scale(0.5); }
100% {
-webkit-transform: scale(1);
transform: scale(1); } }
@keyframes line-scale-party {
0% {
-webkit-transform: scale(1);
transform: scale(1); }
50% {
-webkit-transform: scale(0.5);
transform: scale(0.5); }
100% {
-webkit-transform: scale(1);
transform: scale(1); } }
.line-scale-party > div:nth-child(1) {
-webkit-animation-delay: 0.16s;
animation-delay: 0.16s;
-webkit-animation-duration: 0.71s;
animation-duration: 0.71s; }
.line-scale-party > div:nth-child(2) {
-webkit-animation-delay: 0.07s;
animation-delay: 0.07s;
-webkit-animation-duration: 0.72s;
animation-duration: 0.72s; }
.line-scale-party > div:nth-child(3) {
-webkit-animation-delay: 0.48s;
animation-delay: 0.48s;
-webkit-animation-duration: 0.74s;
animation-duration: 0.74s; }
.line-scale-party > div:nth-child(4) {
-webkit-animation-delay: 0.53s;
animation-delay: 0.53s;
-webkit-animation-duration: 0.34s;
animation-duration: 0.34s; }
.line-scale-party > div {
background-color: #fff;
width: 4px;
height: 35px;
border-radius: 2px;
margin: 2px;
-webkit-animation-fill-mode: both;
animation-fill-mode: both;
display: inline-block;
-webkit-animation-name: line-scale-party;
animation-name: line-scale-party;
-webkit-animation-iteration-count: infinite;
animation-iteration-count: infinite;
-webkit-animation-delay: 0;
animation-delay: 0; }
@-webkit-keyframes line-scale-pulse-out {
0% {
-webkit-transform: scaley(1);
transform: scaley(1); }
50% {
-webkit-transform: scaley(0.4);
transform: scaley(0.4); }
100% {
-webkit-transform: scaley(1);
transform: scaley(1); } }
@keyframes line-scale-pulse-out {
0% {
-webkit-transform: scaley(1);
transform: scaley(1); }
50% {
-webkit-transform: scaley(0.4);
transform: scaley(0.4); }
100% {
-webkit-transform: scaley(1);
transform: scaley(1); } }
.line-scale-pulse-out > div {
background-color: #fff;
width: 4px;
height: 35px;
border-radius: 2px;
margin: 2px;
-webkit-animation-fill-mode: both;
animation-fill-mode: both;
display: inline-block;
-webkit-animation: line-scale-pulse-out 0.9s -0.6s infinite cubic-bezier(0.85, 0.25, 0.37, 0.85);
animation: line-scale-pulse-out 0.9s -0.6s infinite cubic-bezier(0.85, 0.25, 0.37, 0.85); }
.line-scale-pulse-out > div:nth-child(2), .line-scale-pulse-out > div:nth-child(4) {
-webkit-animation-delay: -0.4s !important;
animation-delay: -0.4s !important; }
.line-scale-pulse-out > div:nth-child(1), .line-scale-pulse-out > div:nth-child(5) {
-webkit-animation-delay: -0.2s !important;
animation-delay: -0.2s !important; }
@-webkit-keyframes line-scale-pulse-out-rapid {
0% {
-webkit-transform: scaley(1);
transform: scaley(1); }
80% {
-webkit-transform: scaley(0.3);
transform: scaley(0.3); }
90% {
-webkit-transform: scaley(1);
transform: scaley(1); } }
@keyframes line-scale-pulse-out-rapid {
0% {
-webkit-transform: scaley(1);
transform: scaley(1); }
80% {
-webkit-transform: scaley(0.3);
transform: scaley(0.3); }
90% {
-webkit-transform: scaley(1);
transform: scaley(1); } }
.line-scale-pulse-out-rapid > div {
background-color: #fff;
width: 4px;
height: 35px;
border-radius: 2px;
margin: 2px;
-webkit-animation-fill-mode: both;
animation-fill-mode: both;
display: inline-block;
vertical-align: middle;
-webkit-animation: line-scale-pulse-out-rapid 0.9s -0.5s infinite cubic-bezier(0.11, 0.49, 0.38, 0.78);
animation: line-scale-pulse-out-rapid 0.9s -0.5s infinite cubic-bezier(0.11, 0.49, 0.38, 0.78); }
.line-scale-pulse-out-rapid > div:nth-child(2), .line-scale-pulse-out-rapid > div:nth-child(4) {
-webkit-animation-delay: -0.25s !important;
animation-delay: -0.25s !important; }
.line-scale-pulse-out-rapid > div:nth-child(1), .line-scale-pulse-out-rapid > div:nth-child(5) {
-webkit-animation-delay: 0s !important;
animation-delay: 0s !important; }
@-webkit-keyframes line-spin-fade-loader {
50% {
opacity: 0.3; }
100% {
opacity: 1; } }
@keyframes line-spin-fade-loader {
50% {
opacity: 0.3; }
100% {
opacity: 1; } }
.line-spin-fade-loader {
position: relative;
top: -10px;
left: -4px; }
.line-spin-fade-loader > div:nth-child(1) {
top: 20px;
left: 0;
-webkit-animation: line-spin-fade-loader 1.2s -0.84s infinite ease-in-out;
animation: line-spin-fade-loader 1.2s -0.84s infinite ease-in-out; }
.line-spin-fade-loader > div:nth-child(2) {
top: 13.63636px;
left: 13.63636px;
-webkit-transform: rotate(-45deg);
transform: rotate(-45deg);
-webkit-animation: line-spin-fade-loader 1.2s -0.72s infinite ease-in-out;
animation: line-spin-fade-loader 1.2s -0.72s infinite ease-in-out; }
.line-spin-fade-loader > div:nth-child(3) {
top: 0;
left: 20px;
-webkit-transform: rotate(90deg);
transform: rotate(90deg);
-webkit-animation: line-spin-fade-loader 1.2s -0.6s infinite ease-in-out;
animation: line-spin-fade-loader 1.2s -0.6s infinite ease-in-out; }
.line-spin-fade-loader > div:nth-child(4) {
top: -13.63636px;
left: 13.63636px;
-webkit-transform: rotate(45deg);
transform: rotate(45deg);
-webkit-animation: line-spin-fade-loader 1.2s -0.48s infinite ease-in-out;
animation: line-spin-fade-loader 1.2s -0.48s infinite ease-in-out; }
.line-spin-fade-loader > div:nth-child(5) {
top: -20px;
left: 0;
-webkit-animation: line-spin-fade-loader 1.2s -0.36s infinite ease-in-out;
animation: line-spin-fade-loader 1.2s -0.36s infinite ease-in-out; }
.line-spin-fade-loader > div:nth-child(6) {
top: -13.63636px;
left: -13.63636px;
-webkit-transform: rotate(-45deg);
transform: rotate(-45deg);
-webkit-animation: line-spin-fade-loader 1.2s -0.24s infinite ease-in-out;
animation: line-spin-fade-loader 1.2s -0.24s infinite ease-in-out; }
.line-spin-fade-loader > div:nth-child(7) {
top: 0;
left: -20px;
-webkit-transform: rotate(90deg);
transform: rotate(90deg);
-webkit-animation: line-spin-fade-loader 1.2s -0.12s infinite ease-in-out;
animation: line-spin-fade-loader 1.2s -0.12s infinite ease-in-out; }
.line-spin-fade-loader > div:nth-child(8) {
top: 13.63636px;
left: -13.63636px;
-webkit-transform: rotate(45deg);
transform: rotate(45deg);
-webkit-animation: line-spin-fade-loader 1.2s 0s infinite ease-in-out;
animation: line-spin-fade-loader 1.2s 0s infinite ease-in-out; }
.line-spin-fade-loader > div {
background-color: #fff;
width: 4px;
height: 35px;
border-radius: 2px;
margin: 2px;
-webkit-animation-fill-mode: both;
animation-fill-mode: both;
position: absolute;
width: 5px;
height: 15px; } @-webkit-keyframes triangle-skew-spin {
25% {
-webkit-transform: perspective(100px) rotateX(180deg) rotateY(0);
transform: perspective(100px) rotateX(180deg) rotateY(0); }
50% {
-webkit-transform: perspective(100px) rotateX(180deg) rotateY(180deg);
transform: perspective(100px) rotateX(180deg) rotateY(180deg); }
75% {
-webkit-transform: perspective(100px) rotateX(0) rotateY(180deg);
transform: perspective(100px) rotateX(0) rotateY(180deg); }
100% {
-webkit-transform: perspective(100px) rotateX(0) rotateY(0);
transform: perspective(100px) rotateX(0) rotateY(0); } }
@keyframes triangle-skew-spin {
25% {
-webkit-transform: perspective(100px) rotateX(180deg) rotateY(0);
transform: perspective(100px) rotateX(180deg) rotateY(0); }
50% {
-webkit-transform: perspective(100px) rotateX(180deg) rotateY(180deg);
transform: perspective(100px) rotateX(180deg) rotateY(180deg); }
75% {
-webkit-transform: perspective(100px) rotateX(0) rotateY(180deg);
transform: perspective(100px) rotateX(0) rotateY(180deg); }
100% {
-webkit-transform: perspective(100px) rotateX(0) rotateY(0);
transform: perspective(100px) rotateX(0) rotateY(0); } }
.triangle-skew-spin > div {
-webkit-animation-fill-mode: both;
animation-fill-mode: both;
width: 0;
height: 0;
border-left: 20px solid transparent;
border-right: 20px solid transparent;
border-bottom: 20px solid #fff;
-webkit-animation: triangle-skew-spin 3s 0s cubic-bezier(0.09, 0.57, 0.49, 0.9) infinite;
animation: triangle-skew-spin 3s 0s cubic-bezier(0.09, 0.57, 0.49, 0.9) infinite; }
@-webkit-keyframes square-spin {
25% {
-webkit-transform: perspective(100px) rotateX(180deg) rotateY(0);
transform: perspective(100px) rotateX(180deg) rotateY(0); }
50% {
-webkit-transform: perspective(100px) rotateX(180deg) rotateY(180deg);
transform: perspective(100px) rotateX(180deg) rotateY(180deg); }
75% {
-webkit-transform: perspective(100px) rotateX(0) rotateY(180deg);
transform: perspective(100px) rotateX(0) rotateY(180deg); }
100% {
-webkit-transform: perspective(100px) rotateX(0) rotateY(0);
transform: perspective(100px) rotateX(0) rotateY(0); } }
@keyframes square-spin {
25% {
-webkit-transform: perspective(100px) rotateX(180deg) rotateY(0);
transform: perspective(100px) rotateX(180deg) rotateY(0); }
50% {
-webkit-transform: perspective(100px) rotateX(180deg) rotateY(180deg);
transform: perspective(100px) rotateX(180deg) rotateY(180deg); }
75% {
-webkit-transform: perspective(100px) rotateX(0) rotateY(180deg);
transform: perspective(100px) rotateX(0) rotateY(180deg); }
100% {
-webkit-transform: perspective(100px) rotateX(0) rotateY(0);
transform: perspective(100px) rotateX(0) rotateY(0); } }
.square-spin > div {
-webkit-animation-fill-mode: both;
animation-fill-mode: both;
width: 50px;
height: 50px;
background: #fff;
-webkit-animation: square-spin 3s 0s cubic-bezier(0.09, 0.57, 0.49, 0.9) infinite;
animation: square-spin 3s 0s cubic-bezier(0.09, 0.57, 0.49, 0.9) infinite; }
@-webkit-keyframes rotate_pacman_half_up {
0% {
-webkit-transform: rotate(270deg);
transform: rotate(270deg); }
50% {
-webkit-transform: rotate(360deg);
transform: rotate(360deg); }
100% {
-webkit-transform: rotate(270deg);
transform: rotate(270deg); } }
@keyframes rotate_pacman_half_up {
0% {
-webkit-transform: rotate(270deg);
transform: rotate(270deg); }
50% {
-webkit-transform: rotate(360deg);
transform: rotate(360deg); }
100% {
-webkit-transform: rotate(270deg);
transform: rotate(270deg); } }
@-webkit-keyframes rotate_pacman_half_down {
0% {
-webkit-transform: rotate(90deg);
transform: rotate(90deg); }
50% {
-webkit-transform: rotate(0deg);
transform: rotate(0deg); }
100% {
-webkit-transform: rotate(90deg);
transform: rotate(90deg); } }
@keyframes rotate_pacman_half_down {
0% {
-webkit-transform: rotate(90deg);
transform: rotate(90deg); }
50% {
-webkit-transform: rotate(0deg);
transform: rotate(0deg); }
100% {
-webkit-transform: rotate(90deg);
transform: rotate(90deg); } }
@-webkit-keyframes pacman-balls {
75% {
opacity: 0.7; }
100% {
-webkit-transform: translate(-100px, -6.25px);
transform: translate(-100px, -6.25px); } }
@keyframes pacman-balls {
75% {
opacity: 0.7; }
100% {
-webkit-transform: translate(-100px, -6.25px);
transform: translate(-100px, -6.25px); } }
.pacman {
position: relative; }
.pacman > div:nth-child(2) {
-webkit-animation: pacman-balls 1s -0.99s infinite linear;
animation: pacman-balls 1s -0.99s infinite linear; }
.pacman > div:nth-child(3) {
-webkit-animation: pacman-balls 1s -0.66s infinite linear;
animation: pacman-balls 1s -0.66s infinite linear; }
.pacman > div:nth-child(4) {
-webkit-animation: pacman-balls 1s -0.33s infinite linear;
animation: pacman-balls 1s -0.33s infinite linear; }
.pacman > div:nth-child(5) {
-webkit-animation: pacman-balls 1s 0s infinite linear;
animation: pacman-balls 1s 0s infinite linear; }
.pacman > div:first-of-type {
width: 0px;
height: 0px;
border-right: 25px solid transparent;
border-top: 25px solid #fff;
border-left: 25px solid #fff;
border-bottom: 25px solid #fff;
border-radius: 25px;
-webkit-animation: rotate_pacman_half_up 0.5s 0s infinite;
animation: rotate_pacman_half_up 0.5s 0s infinite;
position: relative;
left: -30px; }
.pacman > div:nth-child(2) {
width: 0px;
height: 0px;
border-right: 25px solid transparent;
border-top: 25px solid #fff;
border-left: 25px solid #fff;
border-bottom: 25px solid #fff;
border-radius: 25px;
-webkit-animation: rotate_pacman_half_down 0.5s 0s infinite;
animation: rotate_pacman_half_down 0.5s 0s infinite;
margin-top: -50px;
position: relative;
left: -30px; }
.pacman > div:nth-child(3),
.pacman > div:nth-child(4),
.pacman > div:nth-child(5),
.pacman > div:nth-child(6) {
background-color: #fff;
width: 15px;
height: 15px;
border-radius: 100%;
margin: 2px;
width: 10px;
height: 10px;
position: absolute;
-webkit-transform: translate(0, -6.25px);
transform: translate(0, -6.25px);
top: 25px;
left: 70px; }
@-webkit-keyframes cube-transition {
25% {
-webkit-transform: translateX(50px) scale(0.5) rotate(-90deg);
transform: translateX(50px) scale(0.5) rotate(-90deg); }
50% {
-webkit-transform: translate(50px, 50px) rotate(-180deg);
transform: translate(50px, 50px) rotate(-180deg); }
75% {
-webkit-transform: translateY(50px) scale(0.5) rotate(-270deg);
transform: translateY(50px) scale(0.5) rotate(-270deg); }
100% {
-webkit-transform: rotate(-360deg);
transform: rotate(-360deg); } }
@keyframes cube-transition {
25% {
-webkit-transform: translateX(50px) scale(0.5) rotate(-90deg);
transform: translateX(50px) scale(0.5) rotate(-90deg); }
50% {
-webkit-transform: translate(50px, 50px) rotate(-180deg);
transform: translate(50px, 50px) rotate(-180deg); }
75% {
-webkit-transform: translateY(50px) scale(0.5) rotate(-270deg);
transform: translateY(50px) scale(0.5) rotate(-270deg); }
100% {
-webkit-transform: rotate(-360deg);
transform: rotate(-360deg); } }
.cube-transition {
position: relative;
-webkit-transform: translate(-25px, -25px);
transform: translate(-25px, -25px); }
.cube-transition > div {
-webkit-animation-fill-mode: both;
animation-fill-mode: both;
width: 10px;
height: 10px;
position: absolute;
top: -5px;
left: -5px;
background-color: #fff;
-webkit-animation: cube-transition 1.6s 0s infinite ease-in-out;
animation: cube-transition 1.6s 0s infinite ease-in-out; }
.cube-transition > div:last-child {
-webkit-animation-delay: -0.8s;
animation-delay: -0.8s; }
@-webkit-keyframes spin-rotate {
0% {
-webkit-transform: rotate(0deg);
transform: rotate(0deg); }
50% {
-webkit-transform: rotate(180deg);
transform: rotate(180deg); }
100% {
-webkit-transform: rotate(360deg);
transform: rotate(360deg); } }
@keyframes spin-rotate {
0% {
-webkit-transform: rotate(0deg);
transform: rotate(0deg); }
50% {
-webkit-transform: rotate(180deg);
transform: rotate(180deg); }
100% {
-webkit-transform: rotate(360deg);
transform: rotate(360deg); } }
.semi-circle-spin {
position: relative;
width: 35px;
height: 35px;
overflow: hidden; }
.semi-circle-spin > div {
position: absolute;
border-width: 0px;
border-radius: 100%;
-webkit-animation: spin-rotate 0.6s 0s infinite linear;
animation: spin-rotate 0.6s 0s infinite linear;
background-image: -webkit-gradient(linear, left top, left bottom, from(transparent), color-stop(70%, transparent), color-stop(30%, #fff), to(#fff));
background-image: linear-gradient(transparent 0%, transparent 70%, #fff 30%, #fff 100%);
width: 100%;
height: 100%; }  @font-face {
font-family: 'FontAwesome';
src: url(//crown.org.nz/wp-content/themes/crane/assets/fonts/fontawesome-webfont.eot?v=4.7.0);
src: url(//crown.org.nz/wp-content/themes/crane/assets/fonts/fontawesome-webfont.eot?#iefix&v=4.7.0) format("embedded-opentype"), url(//crown.org.nz/wp-content/themes/crane/assets/fonts/fontawesome-webfont.woff2?v=4.7.0) format("woff2"), url(//crown.org.nz/wp-content/themes/crane/assets/fonts/fontawesome-webfont.woff?v=4.7.0) format("woff"), url(//crown.org.nz/wp-content/themes/crane/assets/fonts/fontawesome-webfont.ttf?v=4.7.0) format("truetype"), url(//crown.org.nz/wp-content/themes/crane/assets/fonts/fontawesome-webfont.svg?v=4.7.0#fontawesomeregular) format("svg");
font-weight: normal;
font-style: normal; }
.fa {
display: inline-block;
font: normal normal normal 14px/1 FontAwesome;
font-size: inherit;
text-rendering: auto;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale; } .fa-lg {
font-size: 1.33333em;
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.28571em;
text-align: center; }
.fa-ul {
padding-left: 0;
margin-left: 2.14286em;
list-style-type: none; }
.fa-ul > li {
position: relative; }
.fa-li {
position: absolute;
left: -2.14286em;
width: 2.14286em;
top: 0.14286em;
text-align: center; }
.fa-li.fa-lg {
left: -1.85714em; }
.fa-border {
padding: .2em .25em .15em;
border: solid 0.08em #eee;
border-radius: .1em; }
.fa-pull-left {
float: left; }
.fa-pull-right {
float: right; }
.fa.fa-pull-left {
margin-right: .3em; }
.fa.fa-pull-right {
margin-left: .3em; } .pull-right {
float: right; }
.pull-left {
float: left; }
.fa.pull-left {
margin-right: .3em; }
.fa.pull-right {
margin-left: .3em; }
.fa-spin {
-webkit-animation: fa-spin 2s infinite linear;
animation: fa-spin 2s infinite linear; }
.fa-pulse {
-webkit-animation: fa-spin 1s infinite steps(8);
animation: fa-spin 1s infinite steps(8); }
@-webkit-keyframes fa-spin {
0% {
-webkit-transform: rotate(0deg);
transform: rotate(0deg); }
100% {
-webkit-transform: rotate(359deg);
transform: rotate(359deg); } }
@keyframes fa-spin {
0% {
-webkit-transform: rotate(0deg);
transform: rotate(0deg); }
100% {
-webkit-transform: rotate(359deg);
transform: rotate(359deg); } }
.fa-rotate-90 {
-ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";
-webkit-transform: rotate(90deg);
transform: rotate(90deg); }
.fa-rotate-180 {
-ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";
-webkit-transform: rotate(180deg);
transform: rotate(180deg); }
.fa-rotate-270 {
-ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";
-webkit-transform: rotate(270deg);
transform: rotate(270deg); }
.fa-flip-horizontal {
-ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";
-webkit-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);
transform: scale(1, -1); }
:root .fa-rotate-90,
:root .fa-rotate-180,
:root .fa-rotate-270,
:root .fa-flip-horizontal,
:root .fa-flip-vertical {
-webkit-filter: none;
filter: none; }
.fa-stack {
position: relative;
display: inline-block;
width: 2em;
height: 2em;
line-height: 2em;
vertical-align: middle; }
.fa-stack-1x, .fa-stack-2x {
position: absolute;
left: 0;
width: 100%;
text-align: center; }
.fa-stack-1x {
line-height: inherit; }
.fa-stack-2x {
font-size: 2em; }
.fa-inverse {
color: #fff; } .fa-glass:before {
content: ""; }
.fa-music:before {
content: ""; }
.fa-search:before {
content: ""; }
.fa-envelope-o:before {
content: ""; }
.fa-heart:before {
content: ""; }
.fa-star:before {
content: ""; }
.fa-star-o:before {
content: ""; }
.fa-user:before {
content: ""; }
.fa-film:before {
content: ""; }
.fa-th-large:before {
content: ""; }
.fa-th:before {
content: ""; }
.fa-th-list:before {
content: ""; }
.fa-check:before {
content: ""; }
.fa-remove:before,
.fa-close:before,
.fa-times:before {
content: ""; }
.fa-search-plus:before {
content: ""; }
.fa-search-minus:before {
content: ""; }
.fa-power-off:before {
content: ""; }
.fa-signal:before {
content: ""; }
.fa-gear:before,
.fa-cog:before {
content: ""; }
.fa-trash-o:before {
content: ""; }
.fa-home:before {
content: ""; }
.fa-file-o:before {
content: ""; }
.fa-clock-o:before {
content: ""; }
.fa-road:before {
content: ""; }
.fa-download:before {
content: ""; }
.fa-arrow-circle-o-down:before {
content: ""; }
.fa-arrow-circle-o-up:before {
content: ""; }
.fa-inbox:before {
content: ""; }
.fa-play-circle-o:before {
content: ""; }
.fa-rotate-right:before,
.fa-repeat:before {
content: ""; }
.fa-refresh:before {
content: ""; }
.fa-list-alt:before {
content: ""; }
.fa-lock:before {
content: ""; }
.fa-flag:before {
content: ""; }
.fa-headphones:before {
content: ""; }
.fa-volume-off:before {
content: ""; }
.fa-volume-down:before {
content: ""; }
.fa-volume-up:before {
content: ""; }
.fa-qrcode:before {
content: ""; }
.fa-barcode:before {
content: ""; }
.fa-tag:before {
content: ""; }
.fa-tags:before {
content: ""; }
.fa-book:before {
content: ""; }
.fa-bookmark:before {
content: ""; }
.fa-print:before {
content: ""; }
.fa-camera:before {
content: ""; }
.fa-font:before {
content: ""; }
.fa-bold:before {
content: ""; }
.fa-italic:before {
content: ""; }
.fa-text-height:before {
content: ""; }
.fa-text-width:before {
content: ""; }
.fa-align-left:before {
content: ""; }
.fa-align-center:before {
content: ""; }
.fa-align-right:before {
content: ""; }
.fa-align-justify:before {
content: ""; }
.fa-list:before {
content: ""; }
.fa-dedent:before,
.fa-outdent:before {
content: ""; }
.fa-indent:before {
content: ""; }
.fa-video-camera:before {
content: ""; }
.fa-photo:before,
.fa-image:before,
.fa-picture-o:before {
content: ""; }
.fa-pencil:before {
content: ""; }
.fa-map-marker:before {
content: ""; }
.fa-adjust:before {
content: ""; }
.fa-tint:before {
content: ""; }
.fa-edit:before,
.fa-pencil-square-o:before {
content: ""; }
.fa-share-square-o:before {
content: ""; }
.fa-check-square-o:before {
content: ""; }
.fa-arrows:before {
content: ""; }
.fa-step-backward:before {
content: ""; }
.fa-fast-backward:before {
content: ""; }
.fa-backward:before {
content: ""; }
.fa-play:before {
content: ""; }
.fa-pause:before {
content: ""; }
.fa-stop:before {
content: ""; }
.fa-forward:before {
content: ""; }
.fa-fast-forward:before {
content: ""; }
.fa-step-forward:before {
content: ""; }
.fa-eject:before {
content: ""; }
.fa-chevron-left:before {
content: ""; }
.fa-chevron-right:before {
content: ""; }
.fa-plus-circle:before {
content: ""; }
.fa-minus-circle:before {
content: ""; }
.fa-times-circle:before {
content: ""; }
.fa-check-circle:before {
content: ""; }
.fa-question-circle:before {
content: ""; }
.fa-info-circle:before {
content: ""; }
.fa-crosshairs:before {
content: ""; }
.fa-times-circle-o:before {
content: ""; }
.fa-check-circle-o:before {
content: ""; }
.fa-ban:before {
content: ""; }
.fa-arrow-left:before {
content: ""; }
.fa-arrow-right:before {
content: ""; }
.fa-arrow-up:before {
content: ""; }
.fa-arrow-down:before {
content: ""; }
.fa-mail-forward:before,
.fa-share:before {
content: ""; }
.fa-expand:before {
content: ""; }
.fa-compress:before {
content: ""; }
.fa-plus:before {
content: ""; }
.fa-minus:before {
content: ""; }
.fa-asterisk:before {
content: ""; }
.fa-exclamation-circle:before {
content: ""; }
.fa-gift:before {
content: ""; }
.fa-leaf:before {
content: ""; }
.fa-fire:before {
content: ""; }
.fa-eye:before {
content: ""; }
.fa-eye-slash:before {
content: ""; }
.fa-warning:before,
.fa-exclamation-triangle:before {
content: ""; }
.fa-plane:before {
content: ""; }
.fa-calendar:before {
content: ""; }
.fa-random:before {
content: ""; }
.fa-comment:before {
content: ""; }
.fa-magnet:before {
content: ""; }
.fa-chevron-up:before {
content: ""; }
.fa-chevron-down:before {
content: ""; }
.fa-retweet:before {
content: ""; }
.fa-shopping-cart:before {
content: ""; }
.fa-folder:before {
content: ""; }
.fa-folder-open:before {
content: ""; }
.fa-arrows-v:before {
content: ""; }
.fa-arrows-h:before {
content: ""; }
.fa-bar-chart-o:before,
.fa-bar-chart:before {
content: ""; }
.fa-twitter-square:before {
content: ""; }
.fa-facebook-square:before {
content: ""; }
.fa-camera-retro:before {
content: ""; }
.fa-key:before {
content: ""; }
.fa-gears:before,
.fa-cogs:before {
content: ""; }
.fa-comments:before {
content: ""; }
.fa-thumbs-o-up:before {
content: ""; }
.fa-thumbs-o-down:before {
content: ""; }
.fa-star-half:before {
content: ""; }
.fa-heart-o:before {
content: ""; }
.fa-sign-out:before {
content: ""; }
.fa-linkedin-square:before {
content: ""; }
.fa-thumb-tack:before {
content: ""; }
.fa-external-link:before {
content: ""; }
.fa-sign-in:before {
content: ""; }
.fa-trophy:before {
content: ""; }
.fa-github-square:before {
content: ""; }
.fa-upload:before {
content: ""; }
.fa-lemon-o:before {
content: ""; }
.fa-phone:before {
content: ""; }
.fa-square-o:before {
content: ""; }
.fa-bookmark-o:before {
content: ""; }
.fa-phone-square:before {
content: ""; }
.fa-twitter:before {
content: ""; }
.fa-facebook-f:before,
.fa-facebook:before {
content: ""; }
.fa-github:before {
content: ""; }
.fa-unlock:before {
content: ""; }
.fa-credit-card:before {
content: ""; }
.fa-feed:before,
.fa-rss:before {
content: ""; }
.fa-hdd-o:before {
content: ""; }
.fa-bullhorn:before {
content: ""; }
.fa-bell:before {
content: ""; }
.fa-certificate:before {
content: ""; }
.fa-hand-o-right:before {
content: ""; }
.fa-hand-o-left:before {
content: ""; }
.fa-hand-o-up:before {
content: ""; }
.fa-hand-o-down:before {
content: ""; }
.fa-arrow-circle-left:before {
content: ""; }
.fa-arrow-circle-right:before {
content: ""; }
.fa-arrow-circle-up:before {
content: ""; }
.fa-arrow-circle-down:before {
content: ""; }
.fa-globe:before {
content: ""; }
.fa-wrench:before {
content: ""; }
.fa-tasks:before {
content: ""; }
.fa-filter:before {
content: ""; }
.fa-briefcase:before {
content: ""; }
.fa-arrows-alt:before {
content: ""; }
.fa-group:before,
.fa-users:before {
content: ""; }
.fa-chain:before,
.fa-link:before {
content: ""; }
.fa-cloud:before {
content: ""; }
.fa-flask:before {
content: ""; }
.fa-cut:before,
.fa-scissors:before {
content: ""; }
.fa-copy:before,
.fa-files-o:before {
content: ""; }
.fa-paperclip:before {
content: ""; }
.fa-save:before,
.fa-floppy-o:before {
content: ""; }
.fa-square:before {
content: ""; }
.fa-navicon:before,
.fa-reorder:before,
.fa-bars:before {
content: ""; }
.fa-list-ul:before {
content: ""; }
.fa-list-ol:before {
content: ""; }
.fa-strikethrough:before {
content: ""; }
.fa-underline:before {
content: ""; }
.fa-table:before {
content: ""; }
.fa-magic:before {
content: ""; }
.fa-truck:before {
content: ""; }
.fa-pinterest:before {
content: ""; }
.fa-pinterest-square:before {
content: ""; }
.fa-google-plus-square:before {
content: ""; }
.fa-google-plus:before {
content: ""; }
.fa-money:before {
content: ""; }
.fa-caret-down:before {
content: ""; }
.fa-caret-up:before {
content: ""; }
.fa-caret-left:before {
content: ""; }
.fa-caret-right:before {
content: ""; }
.fa-columns:before {
content: ""; }
.fa-unsorted:before,
.fa-sort:before {
content: ""; }
.fa-sort-down:before,
.fa-sort-desc:before {
content: ""; }
.fa-sort-up:before,
.fa-sort-asc:before {
content: ""; }
.fa-envelope:before {
content: ""; }
.fa-linkedin:before {
content: ""; }
.fa-rotate-left:before,
.fa-undo:before {
content: ""; }
.fa-legal:before,
.fa-gavel:before {
content: ""; }
.fa-dashboard:before,
.fa-tachometer:before {
content: ""; }
.fa-comment-o:before {
content: ""; }
.fa-comments-o:before {
content: ""; }
.fa-flash:before,
.fa-bolt:before {
content: ""; }
.fa-sitemap:before {
content: ""; }
.fa-umbrella:before {
content: ""; }
.fa-paste:before,
.fa-clipboard:before {
content: ""; }
.fa-lightbulb-o:before {
content: ""; }
.fa-exchange:before {
content: ""; }
.fa-cloud-download:before {
content: ""; }
.fa-cloud-upload:before {
content: ""; }
.fa-user-md:before {
content: ""; }
.fa-stethoscope:before {
content: ""; }
.fa-suitcase:before {
content: ""; }
.fa-bell-o:before {
content: ""; }
.fa-coffee:before {
content: ""; }
.fa-cutlery:before {
content: ""; }
.fa-file-text-o:before {
content: ""; }
.fa-building-o:before {
content: ""; }
.fa-hospital-o:before {
content: ""; }
.fa-ambulance:before {
content: ""; }
.fa-medkit:before {
content: ""; }
.fa-fighter-jet:before {
content: ""; }
.fa-beer:before {
content: ""; }
.fa-h-square:before {
content: ""; }
.fa-plus-square:before {
content: ""; }
.fa-angle-double-left:before {
content: ""; }
.fa-angle-double-right:before {
content: ""; }
.fa-angle-double-up:before {
content: ""; }
.fa-angle-double-down:before {
content: ""; }
.fa-angle-left:before {
content: ""; }
.fa-angle-right:before {
content: ""; }
.fa-angle-up:before {
content: ""; }
.fa-angle-down:before {
content: ""; }
.fa-desktop:before {
content: ""; }
.fa-laptop:before {
content: ""; }
.fa-tablet:before {
content: ""; }
.fa-mobile-phone:before,
.fa-mobile:before {
content: ""; }
.fa-circle-o:before {
content: ""; }
.fa-quote-left:before {
content: ""; }
.fa-quote-right:before {
content: ""; }
.fa-spinner:before {
content: ""; }
.fa-circle:before {
content: ""; }
.fa-mail-reply:before,
.fa-reply:before {
content: ""; }
.fa-github-alt:before {
content: ""; }
.fa-folder-o:before {
content: ""; }
.fa-folder-open-o:before {
content: ""; }
.fa-smile-o:before {
content: ""; }
.fa-frown-o:before {
content: ""; }
.fa-meh-o:before {
content: ""; }
.fa-gamepad:before {
content: ""; }
.fa-keyboard-o:before {
content: ""; }
.fa-flag-o:before {
content: ""; }
.fa-flag-checkered:before {
content: ""; }
.fa-terminal:before {
content: ""; }
.fa-code:before {
content: ""; }
.fa-mail-reply-all:before,
.fa-reply-all:before {
content: ""; }
.fa-star-half-empty:before,
.fa-star-half-full:before,
.fa-star-half-o:before {
content: ""; }
.fa-location-arrow:before {
content: ""; }
.fa-crop:before {
content: ""; }
.fa-code-fork:before {
content: ""; }
.fa-unlink:before,
.fa-chain-broken:before {
content: ""; }
.fa-question:before {
content: ""; }
.fa-info:before {
content: ""; }
.fa-exclamation:before {
content: ""; }
.fa-superscript:before {
content: ""; }
.fa-subscript:before {
content: ""; }
.fa-eraser:before {
content: ""; }
.fa-puzzle-piece:before {
content: ""; }
.fa-microphone:before {
content: ""; }
.fa-microphone-slash:before {
content: ""; }
.fa-shield:before {
content: ""; }
.fa-calendar-o:before {
content: ""; }
.fa-fire-extinguisher:before {
content: ""; }
.fa-rocket:before {
content: ""; }
.fa-maxcdn:before {
content: ""; }
.fa-chevron-circle-left:before {
content: ""; }
.fa-chevron-circle-right:before {
content: ""; }
.fa-chevron-circle-up:before {
content: ""; }
.fa-chevron-circle-down:before {
content: ""; }
.fa-html5:before {
content: ""; }
.fa-css3:before {
content: ""; }
.fa-anchor:before {
content: ""; }
.fa-unlock-alt:before {
content: ""; }
.fa-bullseye:before {
content: ""; }
.fa-ellipsis-h:before {
content: ""; }
.fa-ellipsis-v:before {
content: ""; }
.fa-rss-square:before {
content: ""; }
.fa-play-circle:before {
content: ""; }
.fa-ticket:before {
content: ""; }
.fa-minus-square:before {
content: ""; }
.fa-minus-square-o:before {
content: ""; }
.fa-level-up:before {
content: ""; }
.fa-level-down:before {
content: ""; }
.fa-check-square:before {
content: ""; }
.fa-pencil-square:before {
content: ""; }
.fa-external-link-square:before {
content: ""; }
.fa-share-square:before {
content: ""; }
.fa-compass:before {
content: ""; }
.fa-toggle-down:before,
.fa-caret-square-o-down:before {
content: ""; }
.fa-toggle-up:before,
.fa-caret-square-o-up:before {
content: ""; }
.fa-toggle-right:before,
.fa-caret-square-o-right:before {
content: ""; }
.fa-euro:before,
.fa-eur:before {
content: ""; }
.fa-gbp:before {
content: ""; }
.fa-dollar:before,
.fa-usd:before {
content: ""; }
.fa-rupee:before,
.fa-inr:before {
content: ""; }
.fa-cny:before,
.fa-rmb:before,
.fa-yen:before,
.fa-jpy:before {
content: ""; }
.fa-ruble:before,
.fa-rouble:before,
.fa-rub:before {
content: ""; }
.fa-won:before,
.fa-krw:before {
content: ""; }
.fa-bitcoin:before,
.fa-btc:before {
content: ""; }
.fa-file:before {
content: ""; }
.fa-file-text:before {
content: ""; }
.fa-sort-alpha-asc:before {
content: ""; }
.fa-sort-alpha-desc:before {
content: ""; }
.fa-sort-amount-asc:before {
content: ""; }
.fa-sort-amount-desc:before {
content: ""; }
.fa-sort-numeric-asc:before {
content: ""; }
.fa-sort-numeric-desc:before {
content: ""; }
.fa-thumbs-up:before {
content: ""; }
.fa-thumbs-down:before {
content: ""; }
.fa-youtube-square:before {
content: ""; }
.fa-youtube:before {
content: ""; }
.fa-xing:before {
content: ""; }
.fa-xing-square:before {
content: ""; }
.fa-youtube-play:before {
content: ""; }
.fa-dropbox:before {
content: ""; }
.fa-stack-overflow:before {
content: ""; }
.fa-instagram:before {
content: ""; }
.fa-flickr:before {
content: ""; }
.fa-adn:before {
content: ""; }
.fa-bitbucket:before {
content: ""; }
.fa-bitbucket-square:before {
content: ""; }
.fa-tumblr:before {
content: ""; }
.fa-tumblr-square:before {
content: ""; }
.fa-long-arrow-down:before {
content: ""; }
.fa-long-arrow-up:before {
content: ""; }
.fa-long-arrow-left:before {
content: ""; }
.fa-long-arrow-right:before {
content: ""; }
.fa-apple:before {
content: ""; }
.fa-windows:before {
content: ""; }
.fa-android:before {
content: ""; }
.fa-linux:before {
content: ""; }
.fa-dribbble:before {
content: ""; }
.fa-skype:before {
content: ""; }
.fa-foursquare:before {
content: ""; }
.fa-trello:before {
content: ""; }
.fa-female:before {
content: ""; }
.fa-male:before {
content: ""; }
.fa-gittip:before,
.fa-gratipay:before {
content: ""; }
.fa-sun-o:before {
content: ""; }
.fa-moon-o:before {
content: ""; }
.fa-archive:before {
content: ""; }
.fa-bug:before {
content: ""; }
.fa-vk:before {
content: ""; }
.fa-weibo:before {
content: ""; }
.fa-renren:before {
content: ""; }
.fa-pagelines:before {
content: ""; }
.fa-stack-exchange:before {
content: ""; }
.fa-arrow-circle-o-right:before {
content: ""; }
.fa-arrow-circle-o-left:before {
content: ""; }
.fa-toggle-left:before,
.fa-caret-square-o-left:before {
content: ""; }
.fa-dot-circle-o:before {
content: ""; }
.fa-wheelchair:before {
content: ""; }
.fa-vimeo-square:before {
content: ""; }
.fa-turkish-lira:before,
.fa-try:before {
content: ""; }
.fa-plus-square-o:before {
content: ""; }
.fa-space-shuttle:before {
content: ""; }
.fa-slack:before {
content: ""; }
.fa-envelope-square:before {
content: ""; }
.fa-wordpress:before {
content: ""; }
.fa-openid:before {
content: ""; }
.fa-institution:before,
.fa-bank:before,
.fa-university:before {
content: ""; }
.fa-mortar-board:before,
.fa-graduation-cap:before {
content: ""; }
.fa-yahoo:before {
content: ""; }
.fa-google:before {
content: ""; }
.fa-reddit:before {
content: ""; }
.fa-reddit-square:before {
content: ""; }
.fa-stumbleupon-circle:before {
content: ""; }
.fa-stumbleupon:before {
content: ""; }
.fa-delicious:before {
content: ""; }
.fa-digg:before {
content: ""; }
.fa-pied-piper-pp:before {
content: ""; }
.fa-pied-piper-alt:before {
content: ""; }
.fa-drupal:before {
content: ""; }
.fa-joomla:before {
content: ""; }
.fa-language:before {
content: ""; }
.fa-fax:before {
content: ""; }
.fa-building:before {
content: ""; }
.fa-child:before {
content: ""; }
.fa-paw:before {
content: ""; }
.fa-spoon:before {
content: ""; }
.fa-cube:before {
content: ""; }
.fa-cubes:before {
content: ""; }
.fa-behance:before {
content: ""; }
.fa-behance-square:before {
content: ""; }
.fa-steam:before {
content: ""; }
.fa-steam-square:before {
content: ""; }
.fa-recycle:before {
content: ""; }
.fa-automobile:before,
.fa-car:before {
content: ""; }
.fa-cab:before,
.fa-taxi:before {
content: ""; }
.fa-tree:before {
content: ""; }
.fa-spotify:before {
content: ""; }
.fa-deviantart:before {
content: ""; }
.fa-soundcloud:before {
content: ""; }
.fa-database:before {
content: ""; }
.fa-file-pdf-o:before {
content: ""; }
.fa-file-word-o:before {
content: ""; }
.fa-file-excel-o:before {
content: ""; }
.fa-file-powerpoint-o:before {
content: ""; }
.fa-file-photo-o:before,
.fa-file-picture-o:before,
.fa-file-image-o:before {
content: ""; }
.fa-file-zip-o:before,
.fa-file-archive-o:before {
content: ""; }
.fa-file-sound-o:before,
.fa-file-audio-o:before {
content: ""; }
.fa-file-movie-o:before,
.fa-file-video-o:before {
content: ""; }
.fa-file-code-o:before {
content: ""; }
.fa-vine:before {
content: ""; }
.fa-codepen:before {
content: ""; }
.fa-jsfiddle:before {
content: ""; }
.fa-life-bouy:before,
.fa-life-buoy:before,
.fa-life-saver:before,
.fa-support:before,
.fa-life-ring:before {
content: ""; }
.fa-circle-o-notch:before {
content: ""; }
.fa-ra:before,
.fa-resistance:before,
.fa-rebel:before {
content: ""; }
.fa-ge:before,
.fa-empire:before {
content: ""; }
.fa-git-square:before {
content: ""; }
.fa-git:before {
content: ""; }
.fa-y-combinator-square:before,
.fa-yc-square:before,
.fa-hacker-news:before {
content: ""; }
.fa-tencent-weibo:before {
content: ""; }
.fa-qq:before {
content: ""; }
.fa-wechat:before,
.fa-weixin:before {
content: ""; }
.fa-send:before,
.fa-paper-plane:before {
content: ""; }
.fa-send-o:before,
.fa-paper-plane-o:before {
content: ""; }
.fa-history:before {
content: ""; }
.fa-circle-thin:before {
content: ""; }
.fa-header:before {
content: ""; }
.fa-paragraph:before {
content: ""; }
.fa-sliders:before {
content: ""; }
.fa-share-alt:before {
content: ""; }
.fa-share-alt-square:before {
content: ""; }
.fa-bomb:before {
content: ""; }
.fa-soccer-ball-o:before,
.fa-futbol-o:before {
content: ""; }
.fa-tty:before {
content: ""; }
.fa-binoculars:before {
content: ""; }
.fa-plug:before {
content: ""; }
.fa-slideshare:before {
content: ""; }
.fa-twitch:before {
content: ""; }
.fa-yelp:before {
content: ""; }
.fa-newspaper-o:before {
content: ""; }
.fa-wifi:before {
content: ""; }
.fa-calculator:before {
content: ""; }
.fa-paypal:before {
content: ""; }
.fa-google-wallet:before {
content: ""; }
.fa-cc-visa:before {
content: ""; }
.fa-cc-mastercard:before {
content: ""; }
.fa-cc-discover:before {
content: ""; }
.fa-cc-amex:before {
content: ""; }
.fa-cc-paypal:before {
content: ""; }
.fa-cc-stripe:before {
content: ""; }
.fa-bell-slash:before {
content: ""; }
.fa-bell-slash-o:before {
content: ""; }
.fa-trash:before {
content: ""; }
.fa-copyright:before {
content: ""; }
.fa-at:before {
content: ""; }
.fa-eyedropper:before {
content: ""; }
.fa-paint-brush:before {
content: ""; }
.fa-birthday-cake:before {
content: ""; }
.fa-area-chart:before {
content: ""; }
.fa-pie-chart:before {
content: ""; }
.fa-line-chart:before {
content: ""; }
.fa-lastfm:before {
content: ""; }
.fa-lastfm-square:before {
content: ""; }
.fa-toggle-off:before {
content: ""; }
.fa-toggle-on:before {
content: ""; }
.fa-bicycle:before {
content: ""; }
.fa-bus:before {
content: ""; }
.fa-ioxhost:before {
content: ""; }
.fa-angellist:before {
content: ""; }
.fa-cc:before {
content: ""; }
.fa-shekel:before,
.fa-sheqel:before,
.fa-ils:before {
content: ""; }
.fa-meanpath:before {
content: ""; }
.fa-buysellads:before {
content: ""; }
.fa-connectdevelop:before {
content: ""; }
.fa-dashcube:before {
content: ""; }
.fa-forumbee:before {
content: ""; }
.fa-leanpub:before {
content: ""; }
.fa-sellsy:before {
content: ""; }
.fa-shirtsinbulk:before {
content: ""; }
.fa-simplybuilt:before {
content: ""; }
.fa-skyatlas:before {
content: ""; }
.fa-cart-plus:before {
content: ""; }
.fa-cart-arrow-down:before {
content: ""; }
.fa-diamond:before {
content: ""; }
.fa-ship:before {
content: ""; }
.fa-user-secret:before {
content: ""; }
.fa-motorcycle:before {
content: ""; }
.fa-street-view:before {
content: ""; }
.fa-heartbeat:before {
content: ""; }
.fa-venus:before {
content: ""; }
.fa-mars:before {
content: ""; }
.fa-mercury:before {
content: ""; }
.fa-intersex:before,
.fa-transgender:before {
content: ""; }
.fa-transgender-alt:before {
content: ""; }
.fa-venus-double:before {
content: ""; }
.fa-mars-double:before {
content: ""; }
.fa-venus-mars:before {
content: ""; }
.fa-mars-stroke:before {
content: ""; }
.fa-mars-stroke-v:before {
content: ""; }
.fa-mars-stroke-h:before {
content: ""; }
.fa-neuter:before {
content: ""; }
.fa-genderless:before {
content: ""; }
.fa-facebook-official:before {
content: ""; }
.fa-pinterest-p:before {
content: ""; }
.fa-whatsapp:before {
content: ""; }
.fa-server:before {
content: ""; }
.fa-user-plus:before {
content: ""; }
.fa-user-times:before {
content: ""; }
.fa-hotel:before,
.fa-bed:before {
content: ""; }
.fa-viacoin:before {
content: ""; }
.fa-train:before {
content: ""; }
.fa-subway:before {
content: ""; }
.fa-medium:before {
content: ""; }
.fa-yc:before,
.fa-y-combinator:before {
content: ""; }
.fa-optin-monster:before {
content: ""; }
.fa-opencart:before {
content: ""; }
.fa-expeditedssl:before {
content: ""; }
.fa-battery-4:before,
.fa-battery:before,
.fa-battery-full:before {
content: ""; }
.fa-battery-3:before,
.fa-battery-three-quarters:before {
content: ""; }
.fa-battery-2:before,
.fa-battery-half:before {
content: ""; }
.fa-battery-1:before,
.fa-battery-quarter:before {
content: ""; }
.fa-battery-0:before,
.fa-battery-empty:before {
content: ""; }
.fa-mouse-pointer:before {
content: ""; }
.fa-i-cursor:before {
content: ""; }
.fa-object-group:before {
content: ""; }
.fa-object-ungroup:before {
content: ""; }
.fa-sticky-note:before {
content: ""; }
.fa-sticky-note-o:before {
content: ""; }
.fa-cc-jcb:before {
content: ""; }
.fa-cc-diners-club:before {
content: ""; }
.fa-clone:before {
content: ""; }
.fa-balance-scale:before {
content: ""; }
.fa-hourglass-o:before {
content: ""; }
.fa-hourglass-1:before,
.fa-hourglass-start:before {
content: ""; }
.fa-hourglass-2:before,
.fa-hourglass-half:before {
content: ""; }
.fa-hourglass-3:before,
.fa-hourglass-end:before {
content: ""; }
.fa-hourglass:before {
content: ""; }
.fa-hand-grab-o:before,
.fa-hand-rock-o:before {
content: ""; }
.fa-hand-stop-o:before,
.fa-hand-paper-o:before {
content: ""; }
.fa-hand-scissors-o:before {
content: ""; }
.fa-hand-lizard-o:before {
content: ""; }
.fa-hand-spock-o:before {
content: ""; }
.fa-hand-pointer-o:before {
content: ""; }
.fa-hand-peace-o:before {
content: ""; }
.fa-trademark:before {
content: ""; }
.fa-registered:before {
content: ""; }
.fa-creative-commons:before {
content: ""; }
.fa-gg:before {
content: ""; }
.fa-gg-circle:before {
content: ""; }
.fa-tripadvisor:before {
content: ""; }
.fa-odnoklassniki:before {
content: ""; }
.fa-odnoklassniki-square:before {
content: ""; }
.fa-get-pocket:before {
content: ""; }
.fa-wikipedia-w:before {
content: ""; }
.fa-safari:before {
content: ""; }
.fa-chrome:before {
content: ""; }
.fa-firefox:before {
content: ""; }
.fa-opera:before {
content: ""; }
.fa-internet-explorer:before {
content: ""; }
.fa-tv:before,
.fa-television:before {
content: ""; }
.fa-contao:before {
content: ""; }
.fa-500px:before {
content: ""; }
.fa-amazon:before {
content: ""; }
.fa-calendar-plus-o:before {
content: ""; }
.fa-calendar-minus-o:before {
content: ""; }
.fa-calendar-times-o:before {
content: ""; }
.fa-calendar-check-o:before {
content: ""; }
.fa-industry:before {
content: ""; }
.fa-map-pin:before {
content: ""; }
.fa-map-signs:before {
content: ""; }
.fa-map-o:before {
content: ""; }
.fa-map:before {
content: ""; }
.fa-commenting:before {
content: ""; }
.fa-commenting-o:before {
content: ""; }
.fa-houzz:before {
content: ""; }
.fa-vimeo:before {
content: ""; }
.fa-black-tie:before {
content: ""; }
.fa-fonticons:before {
content: ""; }
.fa-reddit-alien:before {
content: ""; }
.fa-edge:before {
content: ""; }
.fa-credit-card-alt:before {
content: ""; }
.fa-codiepie:before {
content: ""; }
.fa-modx:before {
content: ""; }
.fa-fort-awesome:before {
content: ""; }
.fa-usb:before {
content: ""; }
.fa-product-hunt:before {
content: ""; }
.fa-mixcloud:before {
content: ""; }
.fa-scribd:before {
content: ""; }
.fa-pause-circle:before {
content: ""; }
.fa-pause-circle-o:before {
content: ""; }
.fa-stop-circle:before {
content: ""; }
.fa-stop-circle-o:before {
content: ""; }
.fa-shopping-bag:before {
content: ""; }
.fa-shopping-basket:before {
content: ""; }
.fa-hashtag:before {
content: ""; }
.fa-bluetooth:before {
content: ""; }
.fa-bluetooth-b:before {
content: ""; }
.fa-percent:before {
content: ""; }
.fa-gitlab:before {
content: ""; }
.fa-wpbeginner:before {
content: ""; }
.fa-wpforms:before {
content: ""; }
.fa-envira:before {
content: ""; }
.fa-universal-access:before {
content: ""; }
.fa-wheelchair-alt:before {
content: ""; }
.fa-question-circle-o:before {
content: ""; }
.fa-blind:before {
content: ""; }
.fa-audio-description:before {
content: ""; }
.fa-volume-control-phone:before {
content: ""; }
.fa-braille:before {
content: ""; }
.fa-assistive-listening-systems:before {
content: ""; }
.fa-asl-interpreting:before,
.fa-american-sign-language-interpreting:before {
content: ""; }
.fa-deafness:before,
.fa-hard-of-hearing:before,
.fa-deaf:before {
content: ""; }
.fa-glide:before {
content: ""; }
.fa-glide-g:before {
content: ""; }
.fa-signing:before,
.fa-sign-language:before {
content: ""; }
.fa-low-vision:before {
content: ""; }
.fa-viadeo:before {
content: ""; }
.fa-viadeo-square:before {
content: ""; }
.fa-snapchat:before {
content: ""; }
.fa-snapchat-ghost:before {
content: ""; }
.fa-snapchat-square:before {
content: ""; }
.fa-pied-piper:before {
content: ""; }
.fa-first-order:before {
content: ""; }
.fa-yoast:before {
content: ""; }
.fa-themeisle:before {
content: ""; }
.fa-google-plus-circle:before,
.fa-google-plus-official:before {
content: ""; }
.fa-fa:before,
.fa-font-awesome:before {
content: ""; }
.fa-handshake-o:before {
content: ""; }
.fa-envelope-open:before {
content: ""; }
.fa-envelope-open-o:before {
content: ""; }
.fa-linode:before {
content: ""; }
.fa-address-book:before {
content: ""; }
.fa-address-book-o:before {
content: ""; }
.fa-vcard:before,
.fa-address-card:before {
content: ""; }
.fa-vcard-o:before,
.fa-address-card-o:before {
content: ""; }
.fa-user-circle:before {
content: ""; }
.fa-user-circle-o:before {
content: ""; }
.fa-user-o:before {
content: ""; }
.fa-id-badge:before {
content: ""; }
.fa-drivers-license:before,
.fa-id-card:before {
content: ""; }
.fa-drivers-license-o:before,
.fa-id-card-o:before {
content: ""; }
.fa-quora:before {
content: ""; }
.fa-free-code-camp:before {
content: ""; }
.fa-telegram:before {
content: ""; }
.fa-thermometer-4:before,
.fa-thermometer:before,
.fa-thermometer-full:before {
content: ""; }
.fa-thermometer-3:before,
.fa-thermometer-three-quarters:before {
content: ""; }
.fa-thermometer-2:before,
.fa-thermometer-half:before {
content: ""; }
.fa-thermometer-1:before,
.fa-thermometer-quarter:before {
content: ""; }
.fa-thermometer-0:before,
.fa-thermometer-empty:before {
content: ""; }
.fa-shower:before {
content: ""; }
.fa-bathtub:before,
.fa-s15:before,
.fa-bath:before {
content: ""; }
.fa-podcast:before {
content: ""; }
.fa-window-maximize:before {
content: ""; }
.fa-window-minimize:before {
content: ""; }
.fa-window-restore:before {
content: ""; }
.fa-times-rectangle:before,
.fa-window-close:before {
content: ""; }
.fa-times-rectangle-o:before,
.fa-window-close-o:before {
content: ""; }
.fa-bandcamp:before {
content: ""; }
.fa-grav:before {
content: ""; }
.fa-etsy:before {
content: ""; }
.fa-imdb:before {
content: ""; }
.fa-ravelry:before {
content: ""; }
.fa-eercast:before {
content: ""; }
.fa-microchip:before {
content: ""; }
.fa-snowflake-o:before {
content: ""; }
.fa-superpowers:before {
content: ""; }
.fa-wpexplorer:before {
content: ""; }
.fa-meetup:before {
content: ""; }
.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; } .mfp-bg {
top: 0;
left: 0;
width: 100%;
height: 100%;
z-index: 1042;
overflow: hidden;
position: fixed;
background: #0b0b0b;
opacity: 0.8; }
.mfp-wrap {
top: 0;
left: 0;
width: 100%;
height: 100%;
z-index: 1043;
position: fixed;
outline: none !important;
-webkit-backface-visibility: hidden; }
.mfp-container {
text-align: center;
position: absolute;
width: 100%;
height: 100%;
left: 0;
top: 0;
padding: 0 8px;
-webkit-box-sizing: border-box;
box-sizing: border-box; }
.mfp-container:before {
content: '';
display: inline-block;
height: 100%;
vertical-align: middle; }
.mfp-align-top .mfp-container:before {
display: none; }
.mfp-content {
position: relative;
display: inline-block;
vertical-align: middle;
margin: 0 auto;
text-align: left;
z-index: 1045; }
.mfp-inline-holder .mfp-content,
.mfp-ajax-holder .mfp-content {
width: 100%;
cursor: auto; }
.mfp-ajax-cur {
cursor: progress; }
.mfp-zoom-out-cur, .mfp-zoom-out-cur .mfp-image-holder .mfp-close {
cursor: -webkit-zoom-out;
cursor: zoom-out; }
.mfp-zoom {
cursor: pointer;
cursor: -webkit-zoom-in;
cursor: zoom-in; }
.mfp-auto-cursor .mfp-content {
cursor: auto; }
.mfp-close,
.mfp-arrow,
.mfp-preloader,
.mfp-counter {
-webkit-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none; }
.mfp-loading.mfp-figure {
display: none; }
.mfp-hide {
display: none !important; }
.mfp-preloader {
color: #CCC;
position: absolute;
top: 50%;
width: auto;
text-align: center;
margin-top: -0.8em;
left: 8px;
right: 8px;
z-index: 1044; }
.mfp-preloader a {
color: #CCC; }
.mfp-preloader a:hover {
color: #FFF; }
.mfp-s-ready .mfp-preloader {
display: none; }
.mfp-s-error .mfp-content {
display: none; }
button.mfp-close, button.mfp-arrow {
overflow: visible;
cursor: pointer;
background: transparent;
border: 0;
-webkit-appearance: none;
display: block;
outline: none;
padding: 0;
z-index: 1046;
-webkit-box-shadow: none;
box-shadow: none;
-ms-touch-action: manipulation;
touch-action: manipulation; }
button::-moz-focus-inner {
padding: 0;
border: 0; }
.mfp-close {
width: 44px;
height: 44px;
line-height: 44px;
position: absolute;
right: 0;
top: 0;
text-decoration: none;
text-align: center;
opacity: 0.65;
padding: 0 0 18px 10px;
color: #FFF;
font-style: normal;
font-size: 28px;
font-family: Arial, Baskerville, monospace; }
.mfp-close:hover, .mfp-close:focus {
opacity: 1; }
.mfp-close:active {
top: 1px; }
.mfp-close-btn-in .mfp-close {
color: #333; }
.mfp-image-holder .mfp-close,
.mfp-iframe-holder .mfp-close {
color: #FFF;
right: -6px;
text-align: right;
padding-right: 6px;
width: 100%; }
.mfp-counter {
position: absolute;
top: 0;
right: 0;
color: #CCC;
font-size: 12px;
line-height: 18px;
white-space: nowrap; }
.mfp-arrow {
position: absolute;
opacity: 0.65;
margin: 0;
top: 50%;
margin-top: -55px;
padding: 0;
width: 90px;
height: 110px;
-webkit-tap-highlight-color: rgba(0, 0, 0, 0); }
.mfp-arrow:active {
margin-top: -54px; }
.mfp-arrow:hover, .mfp-arrow:focus {
opacity: 1; }
.mfp-arrow:before, .mfp-arrow:after {
content: '';
display: block;
width: 0;
height: 0;
position: absolute;
left: 0;
top: 0;
margin-top: 35px;
margin-left: 35px;
border: medium inset transparent; }
.mfp-arrow:after {
border-top-width: 13px;
border-bottom-width: 13px;
top: 8px; }
.mfp-arrow:before {
border-top-width: 21px;
border-bottom-width: 21px;
opacity: 0.7; }
.mfp-arrow-left {
left: 0; }
.mfp-arrow-left:after {
border-right: 17px solid #FFF;
margin-left: 31px; }
.mfp-arrow-left:before {
margin-left: 25px;
border-right: 27px solid #3F3F3F; }
.mfp-arrow-right {
right: 0; }
.mfp-arrow-right:after {
border-left: 17px solid #FFF;
margin-left: 39px; }
.mfp-arrow-right:before {
border-left: 27px solid #3F3F3F; }
.mfp-iframe-holder {
padding-top: 40px;
padding-bottom: 40px; }
.mfp-iframe-holder .mfp-content {
line-height: 0;
width: 100%;
max-width: 900px; }
.mfp-iframe-holder .mfp-close {
top: -40px; }
.mfp-iframe-scaler {
width: 100%;
height: 0;
overflow: hidden;
padding-top: 56.25%; }
.mfp-iframe-scaler iframe {
position: absolute;
display: block;
top: 0;
left: 0;
width: 100%;
height: 100%;
-webkit-box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
background: #000; } img.mfp-img {
width: auto;
max-width: 100%;
height: auto;
display: block;
line-height: 0;
-webkit-box-sizing: border-box;
box-sizing: border-box;
padding: 40px 0 40px;
margin: 0 auto; } .mfp-figure {
line-height: 0; }
.mfp-figure:after {
content: '';
position: absolute;
left: 0;
top: 40px;
bottom: 40px;
display: block;
right: 0;
width: auto;
height: auto;
z-index: -1;
-webkit-box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
background: #444; }
.mfp-figure small {
color: #BDBDBD;
display: block;
font-size: 12px;
line-height: 14px; }
.mfp-figure figure {
margin: 0; }
.mfp-bottom-bar {
margin-top: -36px;
position: absolute;
top: 100%;
left: 0;
width: 100%;
cursor: auto; }
.mfp-title {
text-align: left;
line-height: 18px;
color: #F3F3F3;
word-wrap: break-word;
padding-right: 36px; }
.mfp-image-holder .mfp-content {
max-width: 100%; }
.mfp-gallery .mfp-image-holder .mfp-figure {
cursor: pointer; }
@media screen and (max-width: 800px) and (orientation: landscape), screen and (max-height: 300px) { .mfp-img-mobile .mfp-image-holder {
padding-left: 0;
padding-right: 0; }
.mfp-img-mobile img.mfp-img {
padding: 0; }
.mfp-img-mobile .mfp-figure:after {
top: 0;
bottom: 0; }
.mfp-img-mobile .mfp-figure small {
display: inline;
margin-left: 5px; }
.mfp-img-mobile .mfp-bottom-bar {
background: rgba(0, 0, 0, 0.6);
bottom: 0;
margin: 0;
top: auto;
padding: 3px 5px;
position: fixed;
-webkit-box-sizing: border-box;
box-sizing: border-box; }
.mfp-img-mobile .mfp-bottom-bar:empty {
padding: 0; }
.mfp-img-mobile .mfp-counter {
right: 5px;
top: 3px; }
.mfp-img-mobile .mfp-close {
top: 0;
right: 0;
width: 35px;
height: 35px;
line-height: 35px;
background: rgba(0, 0, 0, 0.6);
position: fixed;
text-align: center;
padding: 0; } }
@media all and (max-width: 900px) {
.mfp-arrow {
-webkit-transform: scale(0.75);
transform: scale(0.75); }
.mfp-arrow-left {
-webkit-transform-origin: 0;
transform-origin: 0; }
.mfp-arrow-right {
-webkit-transform-origin: 100%;
transform-origin: 100%; }
.mfp-container {
padding-left: 6px;
padding-right: 6px; } }
.select2-container {
-webkit-box-sizing: border-box;
box-sizing: border-box;
display: inline-block;
margin: 0;
position: relative;
vertical-align: middle; }
.select2-container .select2-selection--single {
-webkit-box-sizing: border-box;
box-sizing: border-box;
cursor: pointer;
display: block;
height: 28px;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
-webkit-user-select: none; }
.select2-container .select2-selection--single .select2-selection__rendered {
display: block;
padding-left: 8px;
padding-right: 20px;
overflow: hidden;
text-overflow: ellipsis;
white-space: nowrap; }
.select2-container .select2-selection--single .select2-selection__clear {
position: relative; }
.select2-container[dir="rtl"] .select2-selection--single .select2-selection__rendered {
padding-right: 8px;
padding-left: 20px; }
.select2-container .select2-selection--multiple {
-webkit-box-sizing: border-box;
box-sizing: border-box;
cursor: pointer;
display: block;
min-height: 32px;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
-webkit-user-select: none; }
.select2-container .select2-selection--multiple .select2-selection__rendered {
display: inline-block;
overflow: hidden;
padding-left: 8px;
text-overflow: ellipsis;
white-space: nowrap; }
.select2-container .select2-search--inline {
float: left; }
.select2-container .select2-search--inline .select2-search__field {
-webkit-box-sizing: border-box;
box-sizing: border-box;
border: none;
font-size: 100%;
margin-top: 5px;
padding: 0; }
.select2-container .select2-search--inline .select2-search__field::-webkit-search-cancel-button {
-webkit-appearance: none; }
.select2-dropdown {
background-color: white;
border: 1px solid #aaa;
border-radius: 4px;
-webkit-box-sizing: border-box;
box-sizing: border-box;
display: block;
position: absolute;
left: -100000px;
width: 100%;
z-index: 1051; }
.select2-results {
display: block; }
.select2-results__options {
list-style: none;
margin: 0;
padding: 0; }
.select2-results__option {
padding: 6px;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
-webkit-user-select: none; }
.select2-results__option[aria-selected] {
cursor: pointer; }
.select2-container--open .select2-dropdown {
left: 0; }
.select2-container--open .select2-dropdown--above {
border-bottom: none;
border-bottom-left-radius: 0;
border-bottom-right-radius: 0; }
.select2-container--open .select2-dropdown--below {
border-top: none;
border-top-left-radius: 0;
border-top-right-radius: 0; }
.select2-search--dropdown {
display: block;
padding: 4px; }
.select2-search--dropdown .select2-search__field {
padding: 4px;
width: 100%;
-webkit-box-sizing: border-box;
box-sizing: border-box; }
.select2-search--dropdown .select2-search__field::-webkit-search-cancel-button {
-webkit-appearance: none; }
.select2-search--dropdown.select2-search--hide {
display: none; }
.select2-close-mask {
border: 0;
margin: 0;
padding: 0;
display: block;
position: fixed;
left: 0;
top: 0;
min-height: 100%;
min-width: 100%;
height: auto;
width: auto;
opacity: 0;
z-index: 99;
background-color: #fff;
filter: alpha(opacity=0); }
.select2-hidden-accessible {
border: 0 !important;
clip: rect(0 0 0 0) !important;
-webkit-clip-path: inset(50%) !important;
clip-path: inset(50%) !important;
height: 1px !important;
overflow: hidden !important;
padding: 0 !important;
position: absolute !important;
width: 1px !important;
white-space: nowrap !important; }
.select2-container--default .select2-selection--single {
background-color: #fff;
border: 1px solid #aaa;
border-radius: 4px; }
.select2-container--default .select2-selection--single .select2-selection__rendered {
color: #444;
line-height: 28px; }
.select2-container--default .select2-selection--single .select2-selection__clear {
cursor: pointer;
float: right;
font-weight: bold; }
.select2-container--default .select2-selection--single .select2-selection__placeholder {
color: #999; }
.select2-container--default .select2-selection--single .select2-selection__arrow {
height: 26px;
position: absolute;
top: 1px;
right: 1px;
width: 20px; }
.select2-container--default .select2-selection--single .select2-selection__arrow b {
border-color: #888 transparent transparent transparent;
border-style: solid;
border-width: 5px 4px 0 4px;
height: 0;
left: 50%;
margin-left: -4px;
margin-top: -2px;
position: absolute;
top: 50%;
width: 0; }
.select2-container--default[dir="rtl"] .select2-selection--single .select2-selection__clear {
float: left; }
.select2-container--default[dir="rtl"] .select2-selection--single .select2-selection__arrow {
left: 1px;
right: auto; }
.select2-container--default.select2-container--disabled .select2-selection--single {
background-color: #eee;
cursor: default; }
.select2-container--default.select2-container--disabled .select2-selection--single .select2-selection__clear {
display: none; }
.select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b {
border-color: transparent transparent #888 transparent;
border-width: 0 4px 5px 4px; }
.select2-container--default .select2-selection--multiple {
background-color: white;
border: 1px solid #aaa;
border-radius: 4px;
cursor: text; }
.select2-container--default .select2-selection--multiple .select2-selection__rendered {
-webkit-box-sizing: border-box;
box-sizing: border-box;
list-style: none;
margin: 0;
padding: 0 5px;
width: 100%; }
.select2-container--default .select2-selection--multiple .select2-selection__rendered li {
list-style: none; }
.select2-container--default .select2-selection--multiple .select2-selection__clear {
cursor: pointer;
float: right;
font-weight: bold;
margin-top: 5px;
margin-right: 10px;
padding: 1px; }
.select2-container--default .select2-selection--multiple .select2-selection__choice {
background-color: #e4e4e4;
border: 1px solid #aaa;
border-radius: 4px;
cursor: default;
float: left;
margin-right: 5px;
margin-top: 5px;
padding: 0 5px; }
.select2-container--default .select2-selection--multiple .select2-selection__choice__remove {
color: #999;
cursor: pointer;
display: inline-block;
font-weight: bold;
margin-right: 2px; }
.select2-container--default .select2-selection--multiple .select2-selection__choice__remove:hover {
color: #333; }
.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice, .select2-container--default[dir="rtl"] .select2-selection--multiple .select2-search--inline {
float: right; }
.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice {
margin-left: 5px;
margin-right: auto; }
.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice__remove {
margin-left: 2px;
margin-right: auto; }
.select2-container--default.select2-container--focus .select2-selection--multiple {
border: solid black 1px;
outline: 0; }
.select2-container--default.select2-container--disabled .select2-selection--multiple {
background-color: #eee;
cursor: default; }
.select2-container--default.select2-container--disabled .select2-selection__choice__remove {
display: none; }
.select2-container--default.select2-container--open.select2-container--above .select2-selection--single, .select2-container--default.select2-container--open.select2-container--above .select2-selection--multiple {
border-top-left-radius: 0;
border-top-right-radius: 0; }
.select2-container--default.select2-container--open.select2-container--below .select2-selection--single, .select2-container--default.select2-container--open.select2-container--below .select2-selection--multiple {
border-bottom-left-radius: 0;
border-bottom-right-radius: 0; }
.select2-container--default .select2-search--dropdown .select2-search__field {
border: 1px solid #aaa; }
.select2-container--default .select2-search--inline .select2-search__field {
background: transparent;
border: none;
outline: 0;
-webkit-box-shadow: none;
box-shadow: none;
-webkit-appearance: textfield; }
.select2-container--default .select2-results > .select2-results__options {
max-height: 200px;
overflow-y: auto; }
.select2-container--default .select2-results__option[role=group] {
padding: 0; }
.select2-container--default .select2-results__option[aria-disabled=true] {
color: #999; }
.select2-container--default .select2-results__option[aria-selected=true] {
background-color: #ddd; }
.select2-container--default .select2-results__option .select2-results__option {
padding-left: 1em; }
.select2-container--default .select2-results__option .select2-results__option .select2-results__group {
padding-left: 0; }
.select2-container--default .select2-results__option .select2-results__option .select2-results__option {
margin-left: -1em;
padding-left: 2em; }
.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
margin-left: -2em;
padding-left: 3em; }
.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
margin-left: -3em;
padding-left: 4em; }
.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
margin-left: -4em;
padding-left: 5em; }
.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
margin-left: -5em;
padding-left: 6em; }
.select2-container--default .select2-results__option--highlighted[aria-selected] {
background-color: #5897fb;
color: white; }
.select2-container--default .select2-results__group {
cursor: default;
display: block;
padding: 6px; }
.select2-container--classic .select2-selection--single {
background-color: #f7f7f7;
border: 1px solid #aaa;
border-radius: 4px;
outline: 0;
background-image: -webkit-gradient(linear, left top, left bottom, color-stop(50%, white), to(#eeeeee));
background-image: linear-gradient(to bottom, white 50%, #eeeeee 100%);
background-repeat: repeat-x;
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFFFF', endColorstr='#FFEEEEEE', GradientType=0); }
.select2-container--classic .select2-selection--single:focus {
border: 1px solid #5897fb; }
.select2-container--classic .select2-selection--single .select2-selection__rendered {
color: #444;
line-height: 28px; }
.select2-container--classic .select2-selection--single .select2-selection__clear {
cursor: pointer;
float: right;
font-weight: bold;
margin-right: 10px; }
.select2-container--classic .select2-selection--single .select2-selection__placeholder {
color: #999; }
.select2-container--classic .select2-selection--single .select2-selection__arrow {
background-color: #ddd;
border: none;
border-left: 1px solid #aaa;
border-top-right-radius: 4px;
border-bottom-right-radius: 4px;
height: 26px;
position: absolute;
top: 1px;
right: 1px;
width: 20px;
background-image: -webkit-gradient(linear, left top, left bottom, color-stop(50%, #eeeeee), to(#cccccc));
background-image: linear-gradient(to bottom, #eeeeee 50%, #cccccc 100%);
background-repeat: repeat-x;
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFEEEEEE', endColorstr='#FFCCCCCC', GradientType=0); }
.select2-container--classic .select2-selection--single .select2-selection__arrow b {
border-color: #888 transparent transparent transparent;
border-style: solid;
border-width: 5px 4px 0 4px;
height: 0;
left: 50%;
margin-left: -4px;
margin-top: -2px;
position: absolute;
top: 50%;
width: 0; }
.select2-container--classic[dir="rtl"] .select2-selection--single .select2-selection__clear {
float: left; }
.select2-container--classic[dir="rtl"] .select2-selection--single .select2-selection__arrow {
border: none;
border-right: 1px solid #aaa;
border-radius: 0;
border-top-left-radius: 4px;
border-bottom-left-radius: 4px;
left: 1px;
right: auto; }
.select2-container--classic.select2-container--open .select2-selection--single {
border: 1px solid #5897fb; }
.select2-container--classic.select2-container--open .select2-selection--single .select2-selection__arrow {
background: transparent;
border: none; }
.select2-container--classic.select2-container--open .select2-selection--single .select2-selection__arrow b {
border-color: transparent transparent #888 transparent;
border-width: 0 4px 5px 4px; }
.select2-container--classic.select2-container--open.select2-container--above .select2-selection--single {
border-top: none;
border-top-left-radius: 0;
border-top-right-radius: 0;
background-image: -webkit-gradient(linear, left top, left bottom, from(white), color-stop(50%, #eeeeee));
background-image: linear-gradient(to bottom, white 0%, #eeeeee 50%);
background-repeat: repeat-x;
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFFFF', endColorstr='#FFEEEEEE', GradientType=0); }
.select2-container--classic.select2-container--open.select2-container--below .select2-selection--single {
border-bottom: none;
border-bottom-left-radius: 0;
border-bottom-right-radius: 0;
background-image: -webkit-gradient(linear, left top, left bottom, color-stop(50%, #eeeeee), to(white));
background-image: linear-gradient(to bottom, #eeeeee 50%, white 100%);
background-repeat: repeat-x;
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFEEEEEE', endColorstr='#FFFFFFFF', GradientType=0); }
.select2-container--classic .select2-selection--multiple {
background-color: white;
border: 1px solid #aaa;
border-radius: 4px;
cursor: text;
outline: 0; }
.select2-container--classic .select2-selection--multiple:focus {
border: 1px solid #5897fb; }
.select2-container--classic .select2-selection--multiple .select2-selection__rendered {
list-style: none;
margin: 0;
padding: 0 5px; }
.select2-container--classic .select2-selection--multiple .select2-selection__clear {
display: none; }
.select2-container--classic .select2-selection--multiple .select2-selection__choice {
background-color: #e4e4e4;
border: 1px solid #aaa;
border-radius: 4px;
cursor: default;
float: left;
margin-right: 5px;
margin-top: 5px;
padding: 0 5px; }
.select2-container--classic .select2-selection--multiple .select2-selection__choice__remove {
color: #888;
cursor: pointer;
display: inline-block;
font-weight: bold;
margin-right: 2px; }
.select2-container--classic .select2-selection--multiple .select2-selection__choice__remove:hover {
color: #555; }
.select2-container--classic[dir="rtl"] .select2-selection--multiple .select2-selection__choice {
float: right;
margin-left: 5px;
margin-right: auto; }
.select2-container--classic[dir="rtl"] .select2-selection--multiple .select2-selection__choice__remove {
margin-left: 2px;
margin-right: auto; }
.select2-container--classic.select2-container--open .select2-selection--multiple {
border: 1px solid #5897fb; }
.select2-container--classic.select2-container--open.select2-container--above .select2-selection--multiple {
border-top: none;
border-top-left-radius: 0;
border-top-right-radius: 0; }
.select2-container--classic.select2-container--open.select2-container--below .select2-selection--multiple {
border-bottom: none;
border-bottom-left-radius: 0;
border-bottom-right-radius: 0; }
.select2-container--classic .select2-search--dropdown .select2-search__field {
border: 1px solid #aaa;
outline: 0; }
.select2-container--classic .select2-search--inline .select2-search__field {
outline: 0;
-webkit-box-shadow: none;
box-shadow: none; }
.select2-container--classic .select2-dropdown {
background-color: white;
border: 1px solid transparent; }
.select2-container--classic .select2-dropdown--above {
border-bottom: none; }
.select2-container--classic .select2-dropdown--below {
border-top: none; }
.select2-container--classic .select2-results > .select2-results__options {
max-height: 200px;
overflow-y: auto; }
.select2-container--classic .select2-results__option[role=group] {
padding: 0; }
.select2-container--classic .select2-results__option[aria-disabled=true] {
color: grey; }
.select2-container--classic .select2-results__option--highlighted[aria-selected] {
background-color: #3875d7;
color: white; }
.select2-container--classic .select2-results__group {
cursor: default;
display: block;
padding: 6px; }
.select2-container--classic.select2-container--open .select2-dropdown {
border-color: #5897fb; }  .slick-slider {
position: relative;
display: block;
-webkit-box-sizing: border-box;
box-sizing: border-box;
-webkit-touch-callout: none;
-webkit-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
-ms-touch-action: pan-y;
touch-action: pan-y;
-webkit-tap-highlight-color: transparent; }
.slick-list {
position: relative;
overflow: hidden;
display: block;
margin: 0;
padding: 0; }
.slick-list:focus {
outline: none; }
.slick-list.dragging {
cursor: pointer;
cursor: hand; }
.slick-slider .slick-track,
.slick-slider .slick-list {
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0); }
.slick-track {
position: relative;
left: 0;
top: 0;
display: block;
margin-left: auto;
margin-right: auto; }
.slick-track:before, .slick-track:after {
content: "";
display: table; }
.slick-track:after {
clear: both; }
.slick-loading .slick-track {
visibility: hidden; }
.slick-slide {
float: left;
height: 100%;
min-height: 1px;
display: none; }
[dir="rtl"] .slick-slide {
float: right; }
.slick-slide img {
display: block; }
.slick-slide.slick-loading img {
display: none; }
.slick-slide.dragging img {
pointer-events: none; }
.slick-initialized .slick-slide {
display: block; }
.slick-loading .slick-slide {
visibility: hidden; }
.slick-vertical .slick-slide {
display: block;
height: auto;
border: 1px solid transparent; }
.slick-arrow.slick-hidden {
display: none; } .ps {
overflow: hidden !important;
overflow-anchor: none;
-ms-overflow-style: none;
touch-action: auto;
-ms-touch-action: auto; } .ps__rail-x {
display: none;
opacity: 0;
transition: background-color .2s linear, opacity .2s linear;
-webkit-transition: background-color .2s linear, opacity .2s linear;
height: 15px; bottom: 0px; position: absolute; }
.ps__rail-y {
display: none;
opacity: 0;
transition: background-color .2s linear, opacity .2s linear;
-webkit-transition: background-color .2s linear, opacity .2s linear;
width: 15px; right: 0; position: absolute; }
.ps--active-x > .ps__rail-x,
.ps--active-y > .ps__rail-y {
display: block;
background-color: transparent; }
.ps:hover > .ps__rail-x,
.ps:hover > .ps__rail-y,
.ps--focus > .ps__rail-x,
.ps--focus > .ps__rail-y,
.ps--scrolling-x > .ps__rail-x,
.ps--scrolling-y > .ps__rail-y {
opacity: 0.6; }
.ps .ps__rail-x:hover,
.ps .ps__rail-y:hover,
.ps .ps__rail-x:focus,
.ps .ps__rail-y:focus,
.ps .ps__rail-x.ps--clicking,
.ps .ps__rail-y.ps--clicking {
background-color: #eee;
opacity: 0.9; } .ps__thumb-x {
background-color: #aaa;
border-radius: 6px;
transition: background-color .2s linear, height .2s ease-in-out;
-webkit-transition: background-color .2s linear, height .2s ease-in-out;
height: 6px; bottom: 2px; position: absolute; }
.ps__thumb-y {
background-color: #aaa;
border-radius: 6px;
transition: background-color .2s linear, width .2s ease-in-out;
-webkit-transition: background-color .2s linear, width .2s ease-in-out;
width: 6px; right: 2px; position: absolute; }
.ps__rail-x:hover > .ps__thumb-x,
.ps__rail-x:focus > .ps__thumb-x,
.ps__rail-x.ps--clicking .ps__thumb-x {
background-color: #999;
height: 11px; }
.ps__rail-y:hover > .ps__thumb-y,
.ps__rail-y:focus > .ps__thumb-y,
.ps__rail-y.ps--clicking .ps__thumb-y {
background-color: #999;
width: 11px; } @supports (-ms-overflow-style: none) {
.ps {
overflow: auto !important; } }
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
.ps {
overflow: auto !important; } }
.lazyload,
.lazyloading {
opacity: 0; }
.lazyloaded {
opacity: 1;
-webkit-transition: opacity 0.2s;
transition: opacity 0.2s; }
.mfp-with-zoom .mfp-container,
.mfp-with-zoom.mfp-bg {
opacity: 0;
-webkit-transition: all 0.3s ease-out;
transition: all 0.3s ease-out; }
.mfp-with-zoom.mfp-ready .mfp-container {
opacity: 1; }
.mfp-with-zoom.mfp-ready.mfp-bg {
opacity: 0.8; }
.mfp-with-zoom.mfp-removing .mfp-container,
.mfp-with-zoom.mfp-removing.mfp-bg {
opacity: 0; }
.mfp-arrow-right::before {
border-left: none; }
.mfp-arrow-left::before {
border-right: none; }
.subscribe-basic .mc4wp-form .mc4wp-form-fields,
.crane-coming-soon-modal .mc4wp-form .mc4wp-form-fields {
position: relative;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-ms-flex-wrap: wrap;
flex-wrap: wrap; }
.subscribe-basic .mc4wp-form .mc4wp-form-fields p,
.crane-coming-soon-modal .mc4wp-form .mc4wp-form-fields p {
-webkit-box-flex: 1;
-ms-flex: 1 1 100%;
flex: 1 1 100%; }
.subscribe-basic .mc4wp-form .mc4wp-form-fields input[type="email"],
.crane-coming-soon-modal .mc4wp-form .mc4wp-form-fields input[type="email"] {
color: inherit;
border: none;
border-radius: 0;
background: #333 none; }
.mc4wp-form-fields > input,
#content .mc4wp-form .mc4wp-form-fields > input {
margin-bottom: 15px; }
.gallery {
overflow: hidden; }
.gallery .slick-slide img {
max-width: none;
width: 100%; }
.gallery .slick-arrow {
position: absolute;
top: 50%;
color: transparent;
width: 47px;
height: 78px;
line-height: 0;
font-size: 0;
padding: 0;
z-index: 999;
-webkit-transition: -webkit-transform 0.2s;
transition: -webkit-transform 0.2s;
transition: transform 0.2s;
transition: transform 0.2s, -webkit-transform 0.2s;
background-color: rgba(0, 0, 0, 0.7) !important; }
.gallery .crane-slick-next,
.gallery .crane-slick-prev {
margin: 0; }
.gallery .crane-slick-next::before, .gallery .crane-slick-next::after,
.gallery .crane-slick-prev::before,
.gallery .crane-slick-prev::after {
font-family: FontAwesome;
font-size: 24px;
line-height: 1;
color: #fff;
opacity: 1; }
.gallery .crane-slick-prev {
-webkit-transform: translate(-47px, -50%);
transform: translate(-47px, -50%);
left: 0; }
.gallery .crane-slick-prev::before {
content: "\f104"; }
.gallery .crane-slick-next {
-webkit-transform: translate(47px, -50%);
transform: translate(47px, -50%);
right: 0; }
.gallery .crane-slick-next::before {
content: "\f105"; }
.gallery:hover .crane-slick-prev {
-webkit-transform: translate(0, -50%);
transform: translate(0, -50%); }
.gallery:hover .crane-slick-next {
-webkit-transform: translate(0, -50%);
transform: translate(0, -50%); } [dir=rtl] .gallery .crane-slick-next {
right: auto !important;
-webkit-transform: translate(-47px, -50%) rotate(180deg);
transform: translate(-47px, -50%) rotate(180deg); }
[dir=rtl] .gallery .crane-slick-prev {
-webkit-transform: translate(47px, -50%) rotate(180deg);
transform: translate(47px, -50%) rotate(180deg); }
[dir=rtl] .gallery:hover .crane-slick-prev {
-webkit-transform: translate(0, -50%) rotate(180deg);
transform: translate(0, -50%) rotate(180deg); }
[dir=rtl] .gallery:hover .crane-slick-next {
-webkit-transform: translate(0, -50%) rotate(180deg);
transform: translate(0, -50%) rotate(180deg); }  .wpb_row,
.wpb_content_element {
margin-bottom: 0; }
ul.wpb_thumbnails-fluid > li,
.last_toggle_el_margin,
.wpb_button {
margin-bottom: 0 !important; }
.form-allowed-tags {
display: none; }
.vc_col-has-fill > .vc_column-inner,
.vc_row-has-fill + .vc_row-full-width + .vc_row > .vc_column_container > .vc_column-inner,
.vc_row-has-fill + .vc_row > .vc_column_container > .vc_column-inner,
.vc_row-has-fill + .vc_vc_row > .vc_row > .vc_vc_column > .vc_column_container > .vc_column-inner,
.vc_row-has-fill + .vc_vc_row_inner > .vc_row > .vc_vc_column_inner > .vc_column_container > .vc_column-inner,
.vc_row-has-fill > .vc_column_container > .vc_column-inner,
.vc_row-has-fill > .vc_row > .vc_vc_column > .vc_column_container > .vc_column-inner,
.vc_row-has-fill > .vc_vc_column_inner > .vc_column_container > .vc_column-inner {
padding-top: 0; }
.crane-section {
position: relative; }
.crane-background {
background-position: center;
background-size: cover;
background-repeat: no-repeat; }
.crane-background,
.crane-background-overlay {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%; }
.no-touch .crane-parallax-fixed .crane-background {
background-attachment: fixed; }
.ult-carousel-wrapper .slick-dots li i {
-webkit-appearance: none;
-moz-appearance: none;
appearance: none; }
.ubtn + .ubtn {
margin-left: 15px !important; }
@media (max-width: 768px) {
.ubtn + .ubtn {
margin-left: 0 !important; } }
.adv-tab-1 .ult_tabmenu.style3 > li.ult_tab_li a {
color: #808080 !important;
background: transparent !important; }
.adv-tab-1 .ult_tabmenu.style3 > li.ult_tab_li a:hover {
color: #808080 !important;
background: transparent !important; }
.adv-tab-1 .ult_tab_li.current a {
color: #808080 !important;
border-bottom: 3px solid #a0dd58;
background: transparent !important; }
.adv-tab-1 .ult_tabmenu.style3 > li.ult_tab_li::before {
content: none; }
.adv-tab-1 .ult_tab_li.current,
.adv-tab-1 .ult_tab_li {
position: relative;
top: 4px;
color: #808080 !important;
border: none !important;
border-top-left-radius: 0 !important;
border-top-right-radius: 0 !important;
background: transparent !important; }
.adv-tab-1 .ult_tab_li.current:hover,
.adv-tab-1 .ult_tab_li:hover {
color: #808080 !important;
background: transparent !important; }
.aio-icon-box,
.ult-new-ib,
.wpb_column > .wpb_wrapper .aio-icon-component .aio-icon-box,
.wpb_column > .wpb_wrapper .ult-new-ib {
margin-bottom: 0 !important; }
.aio-icon-read {
color: inherit !important; }
.uvc-heading.ult-adjust-bottom-margin,
.ultimate-map-wrapper.ult-adjust-bottom-margin,
.ubtn-ctn-center,
.uvc-type-wrap.ult-adjust-bottom-margin,
.ult_dual_button.ult-adjust-bottom-margin,
.aio-icon-component {
margin-bottom: 0 !important; } .instagram-pics {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
margin-left: -3px;
margin-right: -3px; }
.instagram-pics li {
padding: 0 3px !important;
margin-bottom: 6px !important;
border-bottom: none !important; }
.instagram-pics li a {
display: block;
position: relative;
text-transform: none;
border-bottom: none;
font-family: 'Ingenicons';
font-weight: normal;
font-style: normal;
font-variant: normal;
line-height: 1;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
speak: none; }
.instagram-pics li a::before {
position: absolute;
z-index: 1;
top: 50%;
left: 50%;
display: block;
width: 34px;
height: 34px;
padding: 10px;
content: '\e62c';
-webkit-transition: opacity 0.3s;
transition: opacity 0.3s;
-webkit-transform: translate(-50%, -50%);
transform: translate(-50%, -50%);
opacity: 0;
color: #fff;
border-radius: 50%;
font-size: 16px;
line-height: 16px; }
.instagram-pics li a::after {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
content: '';
-webkit-transition: opacity 0.3s;
transition: opacity 0.3s;
opacity: 0;
background: rgba(0, 0, 0, 0.7); }
.instagram-pics li a:hover::before, .instagram-pics li a:hover::after {
opacity: 1; }
.instagram-pics.instagram-size-thumbnail img {
max-width: 118px;
height: auto; } div,
span,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
samp,
small,
strong,
sub,
sup,
var,
b,
i,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
figcaption,
figure,
footer,
header,
menu,
section,
summary,
time,
mark,
audio,
video {
margin: 0;
padding: 0;
vertical-align: baseline;
border: 0;
outline: 0;
background: transparent; } article,
aside,
footer,
header,
nav,
section {
display: block; }
figure {
margin: 0; }
img {
vertical-align: middle; }
iframe {
width: 100%;
max-width: 100%; } h1,
h2,
h3,
h4,
h5,
h6 {
margin: 0 0 1.5rem;
line-height: 1.4; }
.wp-block-cover-image .wp-block-subhead,
.wp-block-cover-image h1,
.wp-block-cover-image h2,
.wp-block-cover-image h3,
.wp-block-cover-image h4,
.wp-block-cover-image h5,
.wp-block-cover-image h6,
.wp-block-cover-image p,
.wp-block-cover .wp-block-subhead,
.wp-block-cover h1,
.wp-block-cover h2,
.wp-block-cover h3,
.wp-block-cover h4,
.wp-block-cover h5,
.wp-block-cover h6,
.wp-block-cover p {
max-width: 100%; }
p:not(:only-child),
ul,
ol,
dl,
address,
pre,
table,
blockquote,
fieldset {
margin: 0 0 1.5rem; }
a {
text-decoration: none; }
p:last-child,
ul:last-child,
ol:last-child,
pre:last-child,
table:last-child,
address:last-child,
fieldset:last-child {
margin-bottom: 0 !important; }
blockquote:not(.crane-blockquote-main):not(.wp-block-pullquote) {
padding: 17px 0 20px 28px;
border-left-width: 4px;
border-left-style: solid;
font-style: italic; }
hr {
border: none;
border-bottom: 1px solid;
clear: both; } * {
-webkit-box-sizing: border-box;
box-sizing: border-box; }
*::before,
*::after {
-webkit-box-sizing: border-box;
box-sizing: border-box; }
html {
overflow-x: hidden;
font-size: 100%;
-webkit-font-smoothing: antialiased;
-webkit-tap-highlight-color: rgba(0, 0, 0, 0); }
body {
overflow: hidden;
-webkit-font-smoothing: antialiased;
-webkit-text-size-adjust: 100%;
line-height: 1.8;
background-color: #fff;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-ms-flex-direction: column;
flex-direction: column;
min-height: 100vh; }
.crane-content {
-webkit-box-flex: 1;
-ms-flex-positive: 1;
flex-grow: 1;
position: relative;
z-index: 99; }
::-moz-selection {
color: #fff; }
::selection {
color: #fff; }
img {
position: relative;
max-width: 100%;
height: auto; }
ul,
ol {
list-style-position: inside; }
code,
pre {
border-radius: 3px;
border-width: 1px;
border-style: solid; }
code {
padding: 2px 6px;
display: inline-block;
vertical-align: baseline; }
pre {
padding: 15px;
overflow: auto; }
a,
p {
word-wrap: break-word; }
a {
-webkit-transition: color 0.3s, background 0.3s;
transition: color 0.3s, background 0.3s; }
ul {
list-style-type: disc; }
li > ul,
li > ol {
margin-left: 20px;
margin-top: 15px; }
dl {
display: block; }
dl dt {
font-weight: bold;
display: block; }
dl dd {
margin: 0 1rem 1rem;
display: block; }
.clearfix::before,
.clearfix::after,
.container::before,
.container::after,
.container-fluid::before,
.container-fluid::after,
.row::before,
.row::after,
.crane-row::before,
.crane-row::after,
.button-group::before,
.button-group::after,
#content::before,
#content::after,
.woocommerce-checkout .col-1::before,
.woocommerce-checkout .col-1::after,
.woocommerce-checkout .col-2::before,
.woocommerce-checkout .col-2::after,
.blog-single-post__txt-wrapper::before,
.blog-single-post__txt-wrapper::after {
display: table;
content: ""; }
.clearfix::after,
.container::after,
.container-fluid::after,
.row::after,
.crane-row::after,
.button-group::after,
#content::after,
.woocommerce-checkout .col-1::after,
.woocommerce-checkout .col-2::after,
.blog-single-post__txt-wrapper::after {
clear: both; }
#crane-wrapper__inner {
position: relative;
margin-right: auto;
margin-left: auto; }
#portfolio .mix {
display: none; }
.crane-content-inner {
width: 100%; }
body.crane-has-sidebar .page-inner {
padding-left: 15px;
padding-right: 15px; } .img-responsive {
display: block;
max-width: 100%;
height: auto; }
.center-block {
display: block;
margin-right: auto;
margin-left: auto; }
.hide,
.hidden {
display: none !important; }
.show {
display: block !important; }
.invisible {
visibility: hidden !important;
opacity: 0 !important; }
.visible {
visibility: visible !important;
opacity: 1 !important; }
.text-center {
text-align: center; }
@media (max-width: 767px) {
.hidden-xs {
display: none !important; } }
.clear {
clear: both; }
.crane-placeholder {
position: relative; }
.crane-placeholder::after {
content: '';
display: block; }
.crane-placeholder-1 {
background-color: #f44336; }
.crane-placeholder-2 {
background-color: #9c27b0; }
.crane-placeholder-3 {
background-color: #2196f3; }
.crane-placeholder-4 {
background-color: #009688; }
.crane-placeholder-5 {
background-color: #ff9800; }
.crane-placeholder-6 {
background-color: #607d8b; }
.crane-placeholder-7 {
background-color: #4caf50; }
.crane-placeholder-8 {
background-color: #3f51b5; }
.crane-placeholder-9 {
background-color: #ffcdd2; }
.crane-placeholder-10 {
background-color: #8e24aa; }
figure:not(:last-child):not(.gallery-item) {
margin-bottom: 1.5rem; } .container,
.container-fluid {
position: relative;
margin-right: auto;
margin-left: auto;
padding-right: 15px;
padding-left: 15px; }
.crane-row {
margin-right: -15px;
margin-left: -15px; }
.row {
margin-right: -15px;
margin-left: -15px; }
.col-xs-1,
.col-sm-1,
.col-md-1,
.col-lg-1,
.col-xs-2,
.col-sm-2,
.col-md-2,
.col-lg-2,
.col-xs-3,
.col-sm-3,
.col-md-3,
.col-lg-3,
.col-xs-4,
.col-sm-4,
.col-md-4,
.col-lg-4,
.col-xs-5,
.col-sm-5,
.col-md-5,
.col-lg-5,
.col-xs-6,
.col-sm-6,
.col-md-6,
.col-lg-6,
.col-xs-7,
.col-sm-7,
.col-md-7,
.col-lg-7,
.col-xs-8,
.col-sm-8,
.col-md-8,
.col-lg-8,
.col-xs-9,
.col-sm-9,
.col-md-9,
.col-lg-9,
.col-xs-10,
.col-sm-10,
.col-md-10,
.col-lg-10,
.col-xs-11,
.col-sm-11,
.col-md-11,
.col-lg-11,
.col-xs-12,
.col-sm-12,
.col-md-12,
.col-lg-12 {
position: relative;
min-height: 1px;
padding-right: 15px;
padding-left: 15px; }
.col-xs-1,
.col-xs-2,
.col-xs-3,
.col-xs-4,
.col-xs-5,
.col-xs-6,
.col-xs-7,
.col-xs-8,
.col-xs-9,
.col-xs-10,
.col-xs-11,
.col-xs-12 {
float: left; }
.col-xs-12 {
width: 100%; }
.col-xs-11 {
width: 91.66666667%; }
.col-xs-10 {
width: 83.33333333%; }
.col-xs-9 {
width: 75%; }
.col-xs-8 {
width: 66.66666667%; }
.col-xs-7 {
width: 58.33333333%; }
.col-xs-6 {
width: 50%; }
.col-xs-5 {
width: 41.66666667%; }
.col-xs-4 {
width: 33.33333333%; }
.col-xs-3 {
width: 25%; }
.col-xs-2 {
width: 16.66666667%; }
.col-xs-1 {
width: 8.33333333%; }
.col-xs-pull-12 {
right: 100%; }
.col-xs-pull-11 {
right: 91.66666667%; }
.col-xs-pull-10 {
right: 83.33333333%; }
.col-xs-pull-9 {
right: 75%; }
.col-xs-pull-8 {
right: 66.66666667%; }
.col-xs-pull-7 {
right: 58.33333333%; }
.col-xs-pull-6 {
right: 50%; }
.col-xs-pull-5 {
right: 41.66666667%; }
.col-xs-pull-4 {
right: 33.33333333%; }
.col-xs-pull-3 {
right: 25%; }
.col-xs-pull-2 {
right: 16.66666667%; }
.col-xs-pull-1 {
right: 8.33333333%; }
.col-xs-pull-0 {
right: auto; }
.col-xs-push-12 {
left: 100%; }
.col-xs-push-11 {
left: 91.66666667%; }
.col-xs-push-10 {
left: 83.33333333%; }
.col-xs-push-9 {
left: 75%; }
.col-xs-push-8 {
left: 66.66666667%; }
.col-xs-push-7 {
left: 58.33333333%; }
.col-xs-push-6 {
left: 50%; }
.col-xs-push-5 {
left: 41.66666667%; }
.col-xs-push-4 {
left: 33.33333333%; }
.col-xs-push-3 {
left: 25%; }
.col-xs-push-2 {
left: 16.66666667%; }
.col-xs-push-1 {
left: 8.33333333%; }
.col-xs-push-0 {
left: auto; }
.col-xs-offset-12 {
margin-left: 100%; }
.col-xs-offset-11 {
margin-left: 91.66666667%; }
.col-xs-offset-10 {
margin-left: 83.33333333%; }
.col-xs-offset-9 {
margin-left: 75%; }
.col-xs-offset-8 {
margin-left: 66.66666667%; }
.col-xs-offset-7 {
margin-left: 58.33333333%; }
.col-xs-offset-6 {
margin-left: 50%; }
.col-xs-offset-5 {
margin-left: 41.66666667%; }
.col-xs-offset-4 {
margin-left: 33.33333333%; }
.col-xs-offset-3 {
margin-left: 25%; }
.col-xs-offset-2 {
margin-left: 16.66666667%; }
.col-xs-offset-1 {
margin-left: 8.33333333%; }
.col-xs-offset-0 {
margin-left: 0; }
@media (min-width: 768px) {
.col-sm-1,
.col-sm-2,
.col-sm-3,
.col-sm-4,
.col-sm-5,
.col-sm-6,
.col-sm-7,
.col-sm-8,
.col-sm-9,
.col-sm-10,
.col-sm-11,
.col-sm-12 {
float: left; }
.col-sm-12 {
width: 100%; }
.col-sm-11 {
width: 91.66666667%; }
.col-sm-10 {
width: 83.33333333%; }
.col-sm-9 {
width: 75%; }
.col-sm-8 {
width: 66.66666667%; }
.col-sm-7 {
width: 58.33333333%; }
.col-sm-6 {
width: 50%; }
.col-sm-5 {
width: 41.66666667%; }
.col-sm-4 {
width: 33.33333333%; }
.col-sm-3 {
width: 25%; }
.col-sm-2 {
width: 16.66666667%; }
.col-sm-1 {
width: 8.33333333%; }
.col-sm-pull-12 {
right: 100%; }
.col-sm-pull-11 {
right: 91.66666667%; }
.col-sm-pull-10 {
right: 83.33333333%; }
.col-sm-pull-9 {
right: 75%; }
.col-sm-pull-8 {
right: 66.66666667%; }
.col-sm-pull-7 {
right: 58.33333333%; }
.col-sm-pull-6 {
right: 50%; }
.col-sm-pull-5 {
right: 41.66666667%; }
.col-sm-pull-4 {
right: 33.33333333%; }
.col-sm-pull-3 {
right: 25%; }
.col-sm-pull-2 {
right: 16.66666667%; }
.col-sm-pull-1 {
right: 8.33333333%; }
.col-sm-pull-0 {
right: auto; }
.col-sm-push-12 {
left: 100%; }
.col-sm-push-11 {
left: 91.66666667%; }
.col-sm-push-10 {
left: 83.33333333%; }
.col-sm-push-9 {
left: 75%; }
.col-sm-push-8 {
left: 66.66666667%; }
.col-sm-push-7 {
left: 58.33333333%; }
.col-sm-push-6 {
left: 50%; }
.col-sm-push-5 {
left: 41.66666667%; }
.col-sm-push-4 {
left: 33.33333333%; }
.col-sm-push-3 {
left: 25%; }
.col-sm-push-2 {
left: 16.66666667%; }
.col-sm-push-1 {
left: 8.33333333%; }
.col-sm-push-0 {
left: auto; }
.col-sm-offset-12 {
margin-left: 100%; }
.col-sm-offset-11 {
margin-left: 91.66666667%; }
.col-sm-offset-10 {
margin-left: 83.33333333%; }
.col-sm-offset-9 {
margin-left: 75%; }
.col-sm-offset-8 {
margin-left: 66.66666667%; }
.col-sm-offset-7 {
margin-left: 58.33333333%; }
.col-sm-offset-6 {
margin-left: 50%; }
.col-sm-offset-5 {
margin-left: 41.66666667%; }
.col-sm-offset-4 {
margin-left: 33.33333333%; }
.col-sm-offset-3 {
margin-left: 25%; }
.col-sm-offset-2 {
margin-left: 16.66666667%; }
.col-sm-offset-1 {
margin-left: 8.33333333%; }
.col-sm-offset-0 {
margin-left: 0; } }
@media (min-width: 992px) {
.col-md-1,
.col-md-2,
.col-md-3,
.col-md-4,
.col-md-5,
.col-md-6,
.col-md-7,
.col-md-8,
.col-md-9,
.col-md-10,
.col-md-11,
.col-md-12 {
float: left; }
.col-md-12 {
width: 100%; }
.col-md-11 {
width: 91.66666667%; }
.col-md-10 {
width: 83.33333333%; }
.col-md-9 {
width: 75%; }
.col-md-8 {
width: 66.66666667%; }
.col-md-7 {
width: 58.33333333%; }
.col-md-6 {
width: 50%; }
.col-md-5 {
width: 41.66666667%; }
.col-md-4 {
width: 33.33333333%; }
.col-md-3 {
width: 25%; }
.col-md-2 {
width: 16.66666667%; }
.col-md-1 {
width: 8.33333333%; }
.col-md-pull-12 {
right: 100%; }
.col-md-pull-11 {
right: 91.66666667%; }
.col-md-pull-10 {
right: 83.33333333%; }
.col-md-pull-9 {
right: 75%; }
.col-md-pull-8 {
right: 66.66666667%; }
.col-md-pull-7 {
right: 58.33333333%; }
.col-md-pull-6 {
right: 50%; }
.col-md-pull-5 {
right: 41.66666667%; }
.col-md-pull-4 {
right: 33.33333333%; }
.col-md-pull-3 {
right: 25%; }
.col-md-pull-2 {
right: 16.66666667%; }
.col-md-pull-1 {
right: 8.33333333%; }
.col-md-pull-0 {
right: auto; }
.col-md-push-12 {
left: 100%; }
.col-md-push-11 {
left: 91.66666667%; }
.col-md-push-10 {
left: 83.33333333%; }
.col-md-push-9 {
left: 75%; }
.col-md-push-8 {
left: 66.66666667%; }
.col-md-push-7 {
left: 58.33333333%; }
.col-md-push-6 {
left: 50%; }
.col-md-push-5 {
left: 41.66666667%; }
.col-md-push-4 {
left: 33.33333333%; }
.col-md-push-3 {
left: 25%; }
.col-md-push-2 {
left: 16.66666667%; }
.col-md-push-1 {
left: 8.33333333%; }
.col-md-push-0 {
left: auto; }
.col-md-offset-12 {
margin-left: 100%; }
.col-md-offset-11 {
margin-left: 91.66666667%; }
.col-md-offset-10 {
margin-left: 83.33333333%; }
.col-md-offset-9 {
margin-left: 75%; }
.col-md-offset-8 {
margin-left: 66.66666667%; }
.col-md-offset-7 {
margin-left: 58.33333333%; }
.col-md-offset-6 {
margin-left: 50%; }
.col-md-offset-5 {
margin-left: 41.66666667%; }
.col-md-offset-4 {
margin-left: 33.33333333%; }
.col-md-offset-3 {
margin-left: 25%; }
.col-md-offset-2 {
margin-left: 16.66666667%; }
.col-md-offset-1 {
margin-left: 8.33333333%; }
.col-md-offset-0 {
margin-left: 0; } }
@media (min-width: 1230px) {
.col-lg-1,
.col-lg-2,
.col-lg-3,
.col-lg-4,
.col-lg-5,
.col-lg-6,
.col-lg-7,
.col-lg-8,
.col-lg-9,
.col-lg-10,
.col-lg-11,
.col-lg-12 {
float: left; }
.col-lg-12 {
width: 100%; }
.col-lg-11 {
width: 91.66666667%; }
.col-lg-10 {
width: 83.33333333%; }
.col-lg-9 {
width: 75%; }
.col-lg-8 {
width: 66.66666667%; }
.col-lg-7 {
width: 58.33333333%; }
.col-lg-6 {
width: 50%; }
.col-lg-5 {
width: 41.66666667%; }
.col-lg-4 {
width: 33.33333333%; }
.col-lg-3 {
width: 25%; }
.col-lg-2 {
width: 16.66666667%; }
.col-lg-1 {
width: 8.33333333%; }
.col-lg-pull-12 {
right: 100%; }
.col-lg-pull-11 {
right: 91.66666667%; }
.col-lg-pull-10 {
right: 83.33333333%; }
.col-lg-pull-9 {
right: 75%; }
.col-lg-pull-8 {
right: 66.66666667%; }
.col-lg-pull-7 {
right: 58.33333333%; }
.col-lg-pull-6 {
right: 50%; }
.col-lg-pull-5 {
right: 41.66666667%; }
.col-lg-pull-4 {
right: 33.33333333%; }
.col-lg-pull-3 {
right: 25%; }
.col-lg-pull-2 {
right: 16.66666667%; }
.col-lg-pull-1 {
right: 8.33333333%; }
.col-lg-pull-0 {
right: auto; }
.col-lg-push-12 {
left: 100%; }
.col-lg-push-11 {
left: 91.66666667%; }
.col-lg-push-10 {
left: 83.33333333%; }
.col-lg-push-9 {
left: 75%; }
.col-lg-push-8 {
left: 66.66666667%; }
.col-lg-push-7 {
left: 58.33333333%; }
.col-lg-push-6 {
left: 50%; }
.col-lg-push-5 {
left: 41.66666667%; }
.col-lg-push-4 {
left: 33.33333333%; }
.col-lg-push-3 {
left: 25%; }
.col-lg-push-2 {
left: 16.66666667%; }
.col-lg-push-1 {
left: 8.33333333%; }
.col-lg-push-0 {
left: auto; }
.col-lg-offset-12 {
margin-left: 100%; }
.col-lg-offset-11 {
margin-left: 91.66666667%; }
.col-lg-offset-10 {
margin-left: 83.33333333%; }
.col-lg-offset-9 {
margin-left: 75%; }
.col-lg-offset-8 {
margin-left: 66.66666667%; }
.col-lg-offset-7 {
margin-left: 58.33333333%; }
.col-lg-offset-6 {
margin-left: 50%; }
.col-lg-offset-5 {
margin-left: 41.66666667%; }
.col-lg-offset-4 {
margin-left: 33.33333333%; }
.col-lg-offset-3 {
margin-left: 25%; }
.col-lg-offset-2 {
margin-left: 16.66666667%; }
.col-lg-offset-1 {
margin-left: 8.33333333%; }
.col-lg-offset-0 {
margin-left: 0; } }
.col--no-padding {
padding-right: 0;
padding-left: 0; } .crane-container,
.crane-container-fluid {
position: relative;
width: 100%;
margin-right: auto;
margin-left: auto;
padding-right: 15px;
padding-left: 15px; }
.crane-container--no-padding {
padding-left: 0;
padding-right: 0; }
.crane-container .crane-container {
padding-left: 0 !important;
padding-right: 0 !important; }
.crane-row-flex {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-orient: horizontal;
-webkit-box-direction: normal;
-ms-flex-direction: row;
flex-direction: row;
margin-right: -15px;
margin-left: -15px;
-webkit-box-flex: 0;
-ms-flex: 0 1 auto;
flex: 0 1 auto;
-ms-flex-wrap: wrap;
flex-wrap: wrap; }
.crane-row-flex.reverse {
-webkit-box-orient: horizontal;
-webkit-box-direction: reverse;
-ms-flex-direction: row-reverse;
flex-direction: row-reverse; }
.crane-col.reverse {
-webkit-box-orient: vertical;
-webkit-box-direction: reverse;
-ms-flex-direction: column-reverse;
flex-direction: column-reverse; }
.crane-col-xs,
.crane-col-xs-1,
.crane-col-xs-2,
.crane-col-xs-3,
.crane-col-xs-4,
.crane-col-xs-5,
.crane-col-xs-6,
.crane-col-xs-7,
.crane-col-xs-8,
.crane-col-xs-9,
.crane-col-xs-10,
.crane-col-xs-11,
.crane-col-xs-12,
.crane-col-sm,
.crane-col-sm-1,
.crane-col-sm-2,
.crane-col-sm-3,
.crane-col-sm-4,
.crane-col-sm-5,
.crane-col-sm-6,
.crane-col-sm-7,
.crane-col-sm-8,
.crane-col-sm-9,
.crane-col-sm-10,
.crane-col-sm-11,
.crane-col-sm-12,
.crane-col-md,
.crane-col-md-1,
.crane-col-md-2,
.crane-col-md-3,
.crane-col-md-4,
.crane-col-md-5,
.crane-col-md-6,
.crane-col-md-7,
.crane-col-md-8,
.crane-col-md-9,
.crane-col-md-10,
.crane-col-md-11,
.crane-col-md-12,
.crane-col-lg,
.crane-col-lg-1,
.crane-col-lg-2,
.crane-col-lg-3,
.crane-col-lg-4,
.crane-col-lg-5,
.crane-col-lg-6,
.crane-col-lg-7,
.crane-col-lg-8,
.crane-col-lg-9,
.crane-col-lg-10,
.crane-col-lg-11,
.crane-col-lg-12 {
padding-right: 15px;
padding-left: 15px;
-webkit-box-flex: 1;
-ms-flex: 1 1 auto;
flex: 1 1 auto; }
.crane-col-xs {
max-width: 100%;
-ms-flex-preferred-size: 0;
flex-basis: 0;
-webkit-box-flex: 1;
-ms-flex-positive: 1;
flex-grow: 1; }
.crane-col-xs-1 {
max-width: 8.333%;
-ms-flex-preferred-size: 8.333%;
flex-basis: 8.333%; }
.crane-col-xs-2 {
max-width: 16.667%;
-ms-flex-preferred-size: 16.667%;
flex-basis: 16.667%; }
.crane-col-xs-3 {
max-width: 25%;
-ms-flex-preferred-size: 25%;
flex-basis: 25%; }
.crane-col-xs-4 {
max-width: 33.333%;
-ms-flex-preferred-size: 33.333%;
flex-basis: 33.333%; }
.crane-col-xs-5 {
max-width: 41.667%;
-ms-flex-preferred-size: 41.667%;
flex-basis: 41.667%; }
.crane-col-xs-6 {
max-width: 50%;
-ms-flex-preferred-size: 50%;
flex-basis: 50%; }
.crane-col-xs-7 {
max-width: 58.333%;
-ms-flex-preferred-size: 58.333%;
flex-basis: 58.333%; }
.crane-col-xs-8 {
max-width: 66.667%;
-ms-flex-preferred-size: 66.667%;
flex-basis: 66.667%; }
.crane-col-xs-9 {
max-width: 75%;
-ms-flex-preferred-size: 75%;
flex-basis: 75%; }
.crane-col-xs-10 {
max-width: 83.333%;
-ms-flex-preferred-size: 83.333%;
flex-basis: 83.333%; }
.crane-col-xs-11 {
max-width: 91.667%;
-ms-flex-preferred-size: 91.667%;
flex-basis: 91.667%; }
.crane-col-xs-12 {
max-width: 100%;
-ms-flex-preferred-size: 100%;
flex-basis: 100%; }
.crane-col-xs-offset-1 {
margin-left: 8.333%; }
.crane-col-xs-offset-2 {
margin-left: 16.667%; }
.crane-col-xs-offset-3 {
margin-left: 25%; }
.crane-col-xs-offset-4 {
margin-left: 33.333%; }
.crane-col-xs-offset-5 {
margin-left: 41.667%; }
.crane-col-xs-offset-6 {
margin-left: 50%; }
.crane-col-xs-offset-7 {
margin-left: 58.333%; }
.crane-col-xs-offset-8 {
margin-left: 66.667%; }
.crane-col-xs-offset-9 {
margin-left: 75%; }
.crane-col-xs-offset-10 {
margin-left: 83.333%; }
.crane-col-xs-offset-11 {
margin-left: 91.667%; }
.crane-start-xs {
text-align: start;
-webkit-box-pack: start;
-ms-flex-pack: start;
justify-content: flex-start; }
.crane-center-xs {
text-align: center;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center; }
.crane-end-xs {
text-align: end;
-webkit-box-pack: end;
-ms-flex-pack: end;
justify-content: flex-end; }
.crane-top-xs {
-webkit-box-align: start;
-ms-flex-align: start;
align-items: flex-start; }
.crane-middle-xs {
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center; }
.crane-bottom-xs {
-webkit-box-align: end;
-ms-flex-align: end;
align-items: flex-end; }
.crane-around-xs {
-ms-flex-pack: distribute;
justify-content: space-around; }
.crane-between-xs {
-webkit-box-pack: justify;
-ms-flex-pack: justify;
justify-content: space-between; }
.crane-first-xs {
-webkit-box-ordinal-group: 0;
-ms-flex-order: -1;
order: -1; }
.crane-last-xs {
-webkit-box-ordinal-group: 2;
-ms-flex-order: 1;
order: 1; }
@media only screen and (min-width: 768px) {
.crane-col-sm {
max-width: 100%;
-ms-flex-preferred-size: 0;
flex-basis: 0;
-webkit-box-flex: 1;
-ms-flex-positive: 1;
flex-grow: 1; }
.crane-col-sm-1 {
max-width: 8.333%;
-ms-flex-preferred-size: 8.333%;
flex-basis: 8.333%; }
.crane-col-sm-2 {
max-width: 16.667%;
-ms-flex-preferred-size: 16.667%;
flex-basis: 16.667%; }
.crane-col-sm-3 {
max-width: 25%;
-ms-flex-preferred-size: 25%;
flex-basis: 25%; }
.crane-col-sm-4 {
max-width: 33.333%;
-ms-flex-preferred-size: 33.333%;
flex-basis: 33.333%; }
.crane-col-sm-5 {
max-width: 41.667%;
-ms-flex-preferred-size: 41.667%;
flex-basis: 41.667%; }
.crane-col-sm-6 {
max-width: 50%;
-ms-flex-preferred-size: 50%;
flex-basis: 50%; }
.crane-col-sm-7 {
max-width: 58.333%;
-ms-flex-preferred-size: 58.333%;
flex-basis: 58.333%; }
.crane-col-sm-8 {
max-width: 66.667%;
-ms-flex-preferred-size: 66.667%;
flex-basis: 66.667%; }
.crane-col-sm-9 {
max-width: 75%;
-ms-flex-preferred-size: 75%;
flex-basis: 75%; }
.crane-col-sm-10 {
max-width: 83.333%;
-ms-flex-preferred-size: 83.333%;
flex-basis: 83.333%; }
.crane-col-sm-11 {
max-width: 91.667%;
-ms-flex-preferred-size: 91.667%;
flex-basis: 91.667%; }
.crane-col-sm-12 {
max-width: 100%;
-ms-flex-preferred-size: 100%;
flex-basis: 100%; }
.crane-col-sm-offset-1 {
margin-left: 8.333%; }
.crane-col-sm-offset-2 {
margin-left: 16.667%; }
.crane-col-sm-offset-3 {
margin-left: 25%; }
.crane-col-sm-offset-4 {
margin-left: 33.333%; }
.crane-col-sm-offset-5 {
margin-left: 41.667%; }
.crane-col-sm-offset-6 {
margin-left: 50%; }
.crane-col-sm-offset-7 {
margin-left: 58.333%; }
.crane-col-sm-offset-8 {
margin-left: 66.667%; }
.crane-col-sm-offset-9 {
margin-left: 75%; }
.crane-col-sm-offset-10 {
margin-left: 83.333%; }
.crane-col-sm-offset-11 {
margin-left: 91.667%; }
.crane-start-sm {
text-align: start;
-webkit-box-pack: start;
-ms-flex-pack: start;
justify-content: flex-start; }
.crane-center-sm {
text-align: center;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center; }
.crane-end-sm {
text-align: end;
-webkit-box-pack: end;
-ms-flex-pack: end;
justify-content: flex-end; }
.crane-top-sm {
-webkit-box-align: start;
-ms-flex-align: start;
align-items: flex-start; }
.crane-middle-sm {
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center; }
.crane-bottom-sm {
-webkit-box-align: end;
-ms-flex-align: end;
align-items: flex-end; }
.crane-around-sm {
-ms-flex-pack: distribute;
justify-content: space-around; }
.crane-between-sm {
-webkit-box-pack: justify;
-ms-flex-pack: justify;
justify-content: space-between; }
.crane-first-sm {
-webkit-box-ordinal-group: 0;
-ms-flex-order: -1;
order: -1; }
.crane-last-sm {
-webkit-box-ordinal-group: 2;
-ms-flex-order: 1;
order: 1; } }
@media only screen and (min-width: 992px) {
.crane-col-md {
max-width: 100%;
-ms-flex-preferred-size: 0;
flex-basis: 0;
-webkit-box-flex: 1;
-ms-flex-positive: 1;
flex-grow: 1; }
.crane-col-md-1 {
max-width: 8.333%;
-ms-flex-preferred-size: 8.333%;
flex-basis: 8.333%; }
.crane-col-md-2 {
max-width: 16.667%;
-ms-flex-preferred-size: 16.667%;
flex-basis: 16.667%; }
.crane-col-md-3 {
max-width: 25%;
-ms-flex-preferred-size: 25%;
flex-basis: 25%; }
.crane-col-md-4 {
max-width: 33.333%;
-ms-flex-preferred-size: 33.333%;
flex-basis: 33.333%; }
.crane-col-md-5 {
max-width: 41.667%;
-ms-flex-preferred-size: 41.667%;
flex-basis: 41.667%; }
.crane-col-md-6 {
max-width: 50%;
-ms-flex-preferred-size: 50%;
flex-basis: 50%; }
.crane-col-md-7 {
max-width: 58.333%;
-ms-flex-preferred-size: 58.333%;
flex-basis: 58.333%; }
.crane-col-md-8 {
max-width: 66.667%;
-ms-flex-preferred-size: 66.667%;
flex-basis: 66.667%; }
.crane-col-md-9 {
max-width: 75%;
-ms-flex-preferred-size: 75%;
flex-basis: 75%; }
.crane-col-md-10 {
max-width: 83.333%;
-ms-flex-preferred-size: 83.333%;
flex-basis: 83.333%; }
.crane-col-md-11 {
max-width: 91.667%;
-ms-flex-preferred-size: 91.667%;
flex-basis: 91.667%; }
.crane-col-md-12 {
max-width: 100%;
-ms-flex-preferred-size: 100%;
flex-basis: 100%; }
.crane-col-md-offset-1 {
margin-left: 8.333%; }
.crane-col-md-offset-2 {
margin-left: 16.667%; }
.crane-col-md-offset-3 {
margin-left: 25%; }
.crane-col-md-offset-4 {
margin-left: 33.333%; }
.crane-col-md-offset-5 {
margin-left: 41.667%; }
.crane-col-md-offset-6 {
margin-left: 50%; }
.crane-col-md-offset-7 {
margin-left: 58.333%; }
.crane-col-md-offset-8 {
margin-left: 66.667%; }
.crane-col-md-offset-9 {
margin-left: 75%; }
.crane-col-md-offset-10 {
margin-left: 83.333%; }
.crane-col-md-offset-11 {
margin-left: 91.667%; }
.crane-start-md {
text-align: start;
-webkit-box-pack: start;
-ms-flex-pack: start;
justify-content: flex-start; }
.crane-center-md {
text-align: center;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center; }
.crane-end-md {
text-align: end;
-webkit-box-pack: end;
-ms-flex-pack: end;
justify-content: flex-end; }
.crane-top-md {
-webkit-box-align: start;
-ms-flex-align: start;
align-items: flex-start; }
.crane-middle-md {
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center; }
.crane-bottom-md {
-webkit-box-align: end;
-ms-flex-align: end;
align-items: flex-end; }
.crane-around-md {
-ms-flex-pack: distribute;
justify-content: space-around; }
.crane-between-md {
-webkit-box-pack: justify;
-ms-flex-pack: justify;
justify-content: space-between; }
.crane-first-md {
-webkit-box-ordinal-group: 0;
-ms-flex-order: -1;
order: -1; }
.crane-last-md {
-webkit-box-ordinal-group: 2;
-ms-flex-order: 1;
order: 1; } }
@media only screen and (min-width: 1200px) {
.crane-col-lg {
max-width: 100%;
-ms-flex-preferred-size: 0;
flex-basis: 0;
-webkit-box-flex: 1;
-ms-flex-positive: 1;
flex-grow: 1; }
.crane-col-lg-1 {
max-width: 8.333%;
-ms-flex-preferred-size: 8.333%;
flex-basis: 8.333%; }
.crane-col-lg-2 {
max-width: 16.667%;
-ms-flex-preferred-size: 16.667%;
flex-basis: 16.667%; }
.crane-col-lg-3 {
max-width: 25%;
-ms-flex-preferred-size: 25%;
flex-basis: 25%; }
.crane-col-lg-4 {
max-width: 33.333%;
-ms-flex-preferred-size: 33.333%;
flex-basis: 33.333%; }
.crane-col-lg-5 {
max-width: 41.667%;
-ms-flex-preferred-size: 41.667%;
flex-basis: 41.667%; }
.crane-col-lg-6 {
max-width: 50%;
-ms-flex-preferred-size: 50%;
flex-basis: 50%; }
.crane-col-lg-7 {
max-width: 58.333%;
-ms-flex-preferred-size: 58.333%;
flex-basis: 58.333%; }
.crane-col-lg-8 {
max-width: 66.667%;
-ms-flex-preferred-size: 66.667%;
flex-basis: 66.667%; }
.crane-col-lg-9 {
max-width: 75%;
-ms-flex-preferred-size: 75%;
flex-basis: 75%; }
.crane-col-lg-10 {
max-width: 83.333%;
-ms-flex-preferred-size: 83.333%;
flex-basis: 83.333%; }
.crane-col-lg-11 {
max-width: 91.667%;
-ms-flex-preferred-size: 91.667%;
flex-basis: 91.667%; }
.crane-col-lg-12 {
max-width: 100%;
-ms-flex-preferred-size: 100%;
flex-basis: 100%; }
.crane-col-lg-offset-1 {
margin-left: 8.333%; }
.crane-col-lg-offset-2 {
margin-left: 16.667%; }
.crane-col-lg-offset-3 {
margin-left: 25%; }
.crane-col-lg-offset-4 {
margin-left: 33.333%; }
.crane-col-lg-offset-5 {
margin-left: 41.667%; }
.crane-col-lg-offset-6 {
margin-left: 50%; }
.crane-col-lg-offset-7 {
margin-left: 58.333%; }
.crane-col-lg-offset-8 {
margin-left: 66.667%; }
.crane-col-lg-offset-9 {
margin-left: 75%; }
.crane-col-lg-offset-10 {
margin-left: 83.333%; }
.crane-col-lg-offset-11 {
margin-left: 91.667%; }
.crane-start-lg {
text-align: start;
-webkit-box-pack: start;
-ms-flex-pack: start;
justify-content: flex-start; }
.crane-center-lg {
text-align: center;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center; }
.crane-end-lg {
text-align: end;
-webkit-box-pack: end;
-ms-flex-pack: end;
justify-content: flex-end; }
.crane-top-lg {
-webkit-box-align: start;
-ms-flex-align: start;
align-items: flex-start; }
.crane-middle-lg {
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center; }
.crane-bottom-lg {
-webkit-box-align: end;
-ms-flex-align: end;
align-items: flex-end; }
.crane-around-lg {
-ms-flex-pack: distribute;
justify-content: space-around; }
.crane-between-lg {
-webkit-box-pack: justify;
-ms-flex-pack: justify;
justify-content: space-between; }
.crane-first-lg {
-webkit-box-ordinal-group: 0;
-ms-flex-order: -1;
order: -1; }
.crane-last-lg {
-webkit-box-ordinal-group: 2;
-ms-flex-order: 1;
order: 1; } } @font-face {
font-family: 'Ingenicons';
src: url(//crown.org.nz/wp-content/themes/crane/assets/fonts/Ingenicons.eot?wp1c07);
src: url(//crown.org.nz/wp-content/themes/crane/assets/fonts/Ingenicons.woff?wp1c07) format("woff");
font-weight: normal;
font-style: normal; }
i {
font-family: 'Ingenicons';
speak: none;
font-style: normal;
font-weight: normal;
font-variant: normal;
text-transform: none;
line-height: 1; -webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale; }
.icon-Horn::before {
content: "\e664"; }
.icon-Add::before {
content: "\e600"; }
.icon-Anchor::before {
content: "\e601"; }
.icon-Attach::before {
content: "\e602"; }
.icon-Award::before {
content: "\e603"; }
.icon-Bin::before {
content: "\e604"; }
.icon-Bluetooth::before {
content: "\e605"; }
.icon-Book::before {
content: "\e606"; }
.icon-Calendar::before {
content: "\e607"; }
.icon-Cancelmark::before {
content: "\e608"; }
.icon-Card::before {
content: "\e609"; }
.icon-Card-add::before {
content: "\e60a"; }
.icon-Cart::before {
content: "\e60b"; }
.icon-CD::before {
content: "\e60c"; }
.icon-Chat::before {
content: "\e60d"; }
.icon-Check::before {
content: "\e60e"; }
.icon-Checklist::before {
content: "\e60f"; }
.icon-Checkmark::before {
content: "\e610"; }
.icon-Clock::before {
content: "\e611"; }
.icon-Cloud::before {
content: "\e612"; }
.icon-Coins::before {
content: "\e613"; }
.icon-Deliver::before {
content: "\e614"; }
.icon-Delivery::before {
content: "\e615"; }
.icon-Dialpad::before {
content: "\e616"; }
.icon-Diamond::before {
content: "\e617"; }
.icon-Display::before {
content: "\e618"; }
.icon-Divide::before {
content: "\e619"; }
.icon-Dollar::before {
content: "\e61a"; }
.icon-Earth::before {
content: "\e61b"; }
.icon-Empty-cart::before {
content: "\e61c"; }
.icon-Empty-folder::before {
content: "\e61d"; }
.icon-Equal::before {
content: "\e61e"; }
.icon-Equalizer::before {
content: "\e61f"; }
.icon-Fingerprint::before {
content: "\e620"; }
.icon-Flag::before {
content: "\e621"; }
.icon-Flower::before {
content: "\e622"; }
.icon-Folder::before {
content: "\e623"; }
.icon-Full-screen::before {
content: "\e624"; }
.icon-Glasses::before {
content: "\e625"; }
.icon-Heart::before {
content: "\e626"; }
.icon-Home::before {
content: "\e627"; }
.icon-ID::before {
content: "\e628"; }
.icon-Laptop::before {
content: "\e629"; }
.icon-Left::before {
content: "\e62a"; }
.icon-Light-bulb::before {
content: "\e62b"; }
.icon-Link::before {
content: "\e62c"; }
.icon-List::before {
content: "\e62d"; }
.icon-Lock::before {
content: "\e62e"; }
.icon-Loop::before {
content: "\e62f"; }
.icon-Mac::before {
content: "\e630"; }
.icon-Mail::before {
content: "\e631"; }
.icon-Man::before {
content: "\e632"; }
.icon-Map::before {
content: "\e633"; }
.icon-Media::before {
content: "\e634"; }
.icon-Menu::before {
content: "\e635"; }
.icon-Mic::before {
content: "\e636"; }
.icon-Mobile::before {
content: "\e637"; }
.icon-Multiply::before {
content: "\e638"; }
.icon-Music::before {
content: "\e639"; }
.icon-Note::before {
content: "\e63a"; }
.icon-OFF::before {
content: "\e63b"; }
.icon-ON::before {
content: "\e63c"; }
.icon-Open::before {
content: "\e63d"; }
.icon-Open-Mail::before {
content: "\e63e"; }
.icon-OS::before {
content: "\e63f"; }
.icon-Pencil::before {
content: "\e640"; }
.icon-Phone::before {
content: "\e641"; }
.icon-Photo::before {
content: "\e642"; }
.icon-Picture::before {
content: "\e643"; }
.icon-Pin::before {
content: "\e644"; }
.icon-Play::before {
content: "\e645"; }
.icon-Potion::before {
content: "\e646"; }
.icon-Printer::before {
content: "\e647"; }
.icon-Radio::before {
content: "\e648"; }
.icon-Rain::before {
content: "\e649"; }
.icon-Right::before {
content: "\e64a"; }
.icon-Scissors::before {
content: "\e64b"; }
.icon-Scope::before {
content: "\e64c"; }
.icon-Send::before {
content: "\e64d"; }
.icon-Servers::before {
content: "\e64e"; }
.icon-Settings::before {
content: "\e64f"; }
.icon-Shut-down::before {
content: "\e650"; }
.icon-Signal::before {
content: "\e651"; }
.icon-Star::before {
content: "\e652"; }
.icon-Station::before {
content: "\e653"; }
.icon-Substract::before {
content: "\e654"; }
.icon-Sun::before {
content: "\e655"; }
.icon-Tablet::before {
content: "\e656"; }
.icon-Tag::before {
content: "\e657"; }
.icon-Target::before {
content: "\e658"; }
.icon-Thumbs::before {
content: "\e659"; }
.icon-Thunder::before {
content: "\e65a"; }
.icon-Timer::before {
content: "\e65b"; }
.icon-Unlock::before {
content: "\e65c"; }
.icon-Up::before {
content: "\e65d"; }
.icon-Upload::before {
content: "\e65e"; }
.icon-Watch::before {
content: "\e65f"; }
.icon-Web::before {
content: "\e660"; }
.icon-WIfi::before {
content: "\e661"; }
.icon-Window::before {
content: "\e662"; }
.icon-Women::before {
content: "\e663"; }
.alignnone,
a img.alignnone,
.wp-caption.alignnone {
margin-bottom: 20px; }
@media (min-width: 601px) {
.alignleft,
a img.alignleft {
float: left; }
.alignleft,
a img.alignleft,
.wp-caption.alignleft {
margin: 0 20px 20px 0; }
.alignright,
a img.alignright {
float: right; }
.alignright,
a img.alignright,
.wp-caption.alignright {
margin: 0 0 20px 20px; } }
.aligncenter,
div.aligncenter,
a img.aligncenter {
margin-left: auto;
margin-right: auto;
clear: both; }
img.aligncenter {
display: block; }
.wp-caption {
background: #fff;
border: 1px solid #f0f0f0;
max-width: 100%; padding: 5px 3px 10px;
text-align: center; }
.wp-caption img {
border: 0 none;
height: auto;
margin: 0;
max-width: 98.5%;
padding: 0;
width: auto; }
.wp-caption p.wp-caption-text {
font-size: 11px;
line-height: 17px;
margin: 0;
padding: 0 4px 5px; }
.gallery-caption {
background: #fff; }
.screen-reader-text {
position: absolute;
width: 1px;
height: 1px;
padding: 0;
margin: -1px;
overflow: hidden;
clip: rect(0, 0, 0, 0);
border: 0; }
.screen-reader-text:active, .screen-reader-text:focus {
position: static;
width: auto;
height: auto;
margin: 0;
overflow: visible;
clip: auto; }
table {
text-align: left;
border-collapse: collapse;
border-spacing: 0;
width: 100%; }
td,
th {
padding: 12px 15px;
border-width: 1px;
border-style: solid; } .blog-single-post__txt-wrapper {
margin-bottom: 25px; }
.blog-single-post__txt-wrapper > * {
margin-bottom: 1.5rem; }
.blog-single-post__txt-wrapper > *:last-child {
margin-bottom: 0 !important; }
.blog-single-post__txt-wrapper .mejs-container.mejs-audio {
margin-top: 10px;
height: 47px !important; }
.crane-related-posts-container {
margin-left: -14px;
margin-right: -14px; }
.crane-related-posts-container .crane-related-post {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-ms-flex-direction: column;
flex-direction: column;
padding-left: 14px;
padding-right: 14px; }
.crane-related-posts-container .crane-related-post__link {
margin-bottom: 8px; }
.crane-related-posts-container .crane-related-post__link .crane-related-post__img-wrapper {
margin-bottom: 12px;
display: block;
position: relative;
background-size: cover;
background-repeat: no-repeat;
background-position: center; }
.crane-related-posts-container .crane-related-post__link .crane-related-post__img-wrapper::before {
position: absolute;
content: '';
left: 0;
top: 0;
width: 100%;
height: 100%;
opacity: 0;
-webkit-transition: opacity 0.2s;
transition: opacity 0.2s;
z-index: 10; }
.crane-related-posts-container .crane-related-post__link .crane-related-post__img-wrapper::after {
content: '';
display: block;
padding-bottom: 56.25%; }
.crane-related-posts-container .crane-related-post__link .crane-related-post__img-wrapper:hover::before {
opacity: 0.55; }
.crane-related-posts-container .crane-related-post__link span {
font-size: 14px;
font-weight: 600; }
.crane-related-posts-container .crane-related-post__date {
font-size: 12px; }
.crane-blog-inner-title {
overflow-wrap: break-word;
word-wrap: break-word; }
.crane-post-meta {
margin-bottom: 23px; } [dir='rtl'] .crane-post-meta > span,
[dir='rtl'] .crane-post-meta > a {
display: inline-block; } .crane-author-info {
background-color: #f7f7f7; }
.crane-author-info__bio {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-ms-flex-direction: column;
flex-direction: column; }
@media (min-width: 568px) {
.crane-author-info {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
padding: 24px 12px 21px 32px; }
.crane-author-info__avatar {
margin-right: 23px; }
.crane-related-posts-container {
display: -webkit-box;
display: -ms-flexbox;
display: flex; }
.crane-related-post {
width: 33.333%; } }
@media (max-width: 567px) {
.crane-author-info {
padding: 20px; }
.crane-author-info__avatar {
margin-bottom: 20px; }
.crane-related-post {
margin-bottom: 25px; } }
.crane-author-info__avatar img {
border-radius: 50%;
max-width: none; }
.crane-author-info__name {
font-size: 16px;
font-weight: 600; }
.crane-author__txt {
margin-bottom: 9px; }
.crane-blog-single .crane-blog-tag-list {
margin-bottom: 25px; }
.crane-blog-archive-layout-standard .format-audio .mejs-container {
height: 46px !important; }
.post-divider {
margin-top: 47px;
margin-bottom: 41px; }
.post__main__txt-wrapper {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-ms-flex-direction: column;
flex-direction: column; }
.post__main__txt > a,
.post__main__txt-wrapper > a {
-ms-flex-item-align: start;
align-self: flex-start; }
.post__readmore {
color: #454545;
font-weight: 600; }
.post__readmore > span {
display: -webkit-inline-box;
display: -ms-inline-flexbox;
display: inline-flex; }
.post__readmore .fa {
font-size: 10px;
margin-right: 5px; }
.crane-blog-grid-meta .post__readmore:not(:last-child) {
margin-bottom: 15px; } [dir='rtl'] .post__readmore .fa-chevron-right {
-webkit-transform: rotate(180deg);
transform: rotate(180deg); } .post__main__txt {
margin-bottom: 23px;
font-size: 14px;
font-weight: 400;
line-height: 25px; }
.crane-blog-post__title {
margin-bottom: 16px; }
.crane-blog-post__title a {
color: inherit; }
.embeded-content,
.post__main__placeholder {
margin-bottom: 28px; }
.post__main__placeholder.crane-placeholder::after {
padding-bottom: 56.25%; }
.vc_column-inner .post {
margin-right: 0;
margin-left: 0; }
.vc_column-inner .post__main {
padding-right: 0;
padding-left: 0; }
.crane-taxonomy-description {
margin: 0 0 20px 0;
clear: both; } .crane-blockquote-main {
position: relative;
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-ms-flex-direction: column;
flex-direction: column;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
padding: 73px 22px 22px 28px;
color: #fff;
font-size: 28px;
font-weight: 600;
line-height: 39px;
margin-bottom: 17px; }
.crane-blockquote-main::after {
-ms-flex-item-align: end;
align-self: flex-end;
content: '';
width: 23px;
height: 18px;
background: transparent url(//crown.org.nz/wp-content/themes/crane/assets/images/quote--lower.png) center no-repeat; }
.crane-blockquote-main cite {
font-size: 14px;
font-style: normal;
margin-bottom: 28px; }
.blog-single-post .crane-blockquote-main {
background-color: #efefef;
color: #686868;
padding: 92px 66px 64px 117px; }
.blog-single-post .crane-blockquote-main::after {
content: '';
position: absolute;
top: 107px;
left: 31px;
width: 58px;
height: 46px;
background: transparent url(//crown.org.nz/wp-content/themes/crane/assets/images/quote-alt.png) center no-repeat; }
.blog-single-post .crane-blockquote-main p {
font-size: 26px;
margin-bottom: 13px; }
.blog-single-post .crane-blockquote-main cite {
color: #999;
font-style: italic;
-ms-flex-item-align: end;
align-self: flex-end; }
@media (max-width: 768px) {
.crane-blockquote-main {
padding: 42px 23px; }
.crane-blockquote-main p {
font-size: 16px;
line-height: 28px; } } .crane-column-1 .crane-blog-grid-item,
.crane-column-1 .crane-blog-grid-sizer {
width: 100%; }
.crane-column-2 .crane-blog-grid-item,
.crane-column-2 .crane-blog-grid-sizer {
width: 50%; }
.crane-column-3 .crane-blog-grid-item,
.crane-column-3 .crane-blog-grid-sizer {
width: 33.33%; }
.crane-column-4 .crane-blog-grid-item,
.crane-column-4 .crane-blog-grid-sizer {
width: 25%; }
.crane-column-5 .crane-blog-grid-item,
.crane-column-5 .crane-blog-grid-sizer {
width: 20%; }
.crane-column-6 .crane-blog-grid-item,
.crane-column-6 .crane-blog-grid-sizer {
width: 16.66%; }
.crane-column-7 .crane-blog-grid-item,
.crane-column-7 .crane-blog-grid-sizer {
width: 14.28%; }
.crane-column-8 .crane-blog-grid-item,
.crane-column-8 .crane-blog-grid-sizer {
width: 12.5%; }
.crane-comments {
position: relative;
text-align: center;
padding-bottom: 20px;
margin-bottom: 25px;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-ms-flex-direction: column;
flex-direction: column;
color: #d9d9d9;
font-size: 35px;
z-index: 1; }
.crane-comments:hover {
color: #9b9b9b; }
.crane-comments:not(:last-child)::after {
width: 18px;
height: 1px;
left: 0;
right: 0;
bottom: 0;
margin-left: auto;
margin-right: auto;
background-color: #d9d9d9;
position: absolute;
content: ""; }
.crane-comments__count {
padding-top: 9px;
color: #acacac;
font-size: 13px;
font-weight: 600; }
@media (max-width: 767px) {
.crane-share-icon {
display: none; }
.crane-share-list {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
text-align: center;
margin-left: -4px;
margin-right: -4px; }
.crane-share-list a {
border-radius: 3px;
margin-left: 4px;
margin-right: 4px;
margin-top: 15px;
background-color: #ccc;
color: #fff;
width: 46px;
height: 35px;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center; } }
@media (min-width: 768px) {
.crane-share {
position: relative;
text-align: center;
z-index: 1; }
.crane-share-icon {
cursor: pointer;
color: #d9d9d9;
font-size: 35px;
-webkit-transition: color 0.2s;
transition: color 0.2s; }
.crane-share-icon:hover {
color: #9b9b9b; }
.crane-share-list {
position: absolute;
visibility: hidden;
opacity: 0;
z-index: 999;
top: 65px;
left: 50%;
text-align: center;
-webkit-transition: visibility 0.25s, opacity 0.25s;
transition: visibility 0.25s, opacity 0.25s;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-ms-flex-direction: column;
flex-direction: column;
width: 55px;
padding: 10px;
-webkit-transform: translateX(-50%);
transform: translateX(-50%);
background: #333;
-webkit-box-pack: justify;
-ms-flex-pack: justify;
justify-content: space-between; }
.crane-share-list::after {
position: absolute;
top: -9px;
right: 0;
left: 0;
width: 0;
height: 0;
margin-right: auto;
margin-left: auto;
content: "";
border-width: 0 9px 9px;
border-style: solid;
border-color: transparent transparent #333; } }
.crane-share-list__link {
padding: 10px 0;
color: #a8a8a8;
font-size: 20px; }
.crane-share-list__link:hover {
color: #fff; } .crane-blog-tag-list {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
margin-bottom: 7px; }
.crane-blog-tag-list > span {
padding-right: 6px;
font-size: 13px;
line-height: 19px; }
.crane-blog-tag-list:last-child {
margin-bottom: -8px; }
.crane-blog-grid .crane-blog-tag-list {
-webkit-box-flex: 0;
-ms-flex: none;
flex: none; }
.crane-blog-tag-item {
margin-bottom: 8px;
padding-left: 4px;
padding-right: 4px; }
.crane-blog-layout-masonry .slick-arrow,
.crane-blog-layout-cell .slick-arrow {
position: absolute;
top: 7px;
color: transparent;
width: 34px;
height: 34px;
line-height: 0;
font-size: 0;
padding: 0;
z-index: 999;
-webkit-transform: none !important;
transform: none !important;
background-color: #212122 !important; }
.crane-blog-layout-masonry .crane-slick-next,
.crane-blog-layout-masonry .crane-slick-prev,
.crane-blog-layout-cell .crane-slick-next,
.crane-blog-layout-cell .crane-slick-prev {
margin: 0; }
.crane-blog-layout-masonry .crane-slick-next::before, .crane-blog-layout-masonry .crane-slick-next::after,
.crane-blog-layout-masonry .crane-slick-prev::before,
.crane-blog-layout-masonry .crane-slick-prev::after,
.crane-blog-layout-cell .crane-slick-next::before,
.crane-blog-layout-cell .crane-slick-next::after,
.crane-blog-layout-cell .crane-slick-prev::before,
.crane-blog-layout-cell .crane-slick-prev::after {
font-family: FontAwesome;
font-size: 10px;
line-height: 1;
color: #fff;
opacity: 1; }
.crane-blog-layout-masonry .crane-slick-prev::before,
.crane-blog-layout-cell .crane-slick-prev::before {
content: "\f104"; }
.crane-blog-layout-masonry .crane-slick-next::before,
.crane-blog-layout-cell .crane-slick-next::before {
content: "\f105"; }
.crane-blog-layout-masonry .crane-slick-prev {
left: 8px; }
.crane-blog-layout-masonry .crane-slick-next {
left: 45px; }
.crane-blog-layout-cell .crane-slick-prev {
left: 25px; }
.crane-blog-layout-cell .crane-slick-next {
left: 62px; }
.post-format-link__top {
margin-left: 122px;
padding-left: 27px;
border-left: 1px solid #e5e5e5;
position: relative;
min-height: 72px;
margin-bottom: 13px; }
.post-format-link__top::after {
content: '';
position: absolute;
left: -102px;
top: 0;
background: transparent url(//crown.org.nz/wp-content/themes/crane/assets/images/post-format-link.png) 0 0 no-repeat;
width: 72px;
height: 72px; }
.post-format-link__top .crane-blog-post__title {
margin-bottom: 2px; }
.post-format-link__link {
color: inherit;
display: block;
margin-bottom: 17px; }
.crane-regular-page .page-links,
.crane-blog-single .page-links {
margin-bottom: 25px; }
.blog-inner {
padding-left: 15px;
padding-right: 15px; }
.blog-inner .page-links {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
margin-left: -3px;
margin-right: -3px; }
.blog-inner .page-links .post-page-numbers span,
.blog-inner .page-links .current span {
margin-right: 3px;
margin-bottom: 6px;
margin-left: 3px;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
padding: 12px 17px;
cursor: pointer;
-webkit-transition: background-color linear 0.3s;
transition: background-color linear 0.3s;
white-space: nowrap;
text-decoration: none;
color: #fff;
border: none;
background-color: #393b3f;
font-size: 13px;
font-weight: 700;
line-height: 1.4 !important;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center; }
.blog-inner .page-links .post-page-numbers span:hover, .blog-inner .page-links .post-page-numbers span:focus,
.blog-inner .page-links .current span:hover,
.blog-inner .page-links .current span:focus {
color: #fff; }
.crane-regular-page .page-links {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
margin-left: -3px;
margin-right: -3px; }
.crane-regular-page .page-links .post-page-numbers span,
.crane-regular-page .page-links .current span {
margin-right: 3px;
margin-bottom: 6px;
margin-left: 3px;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
padding: 12px 17px;
cursor: pointer;
-webkit-transition: background-color linear 0.3s;
transition: background-color linear 0.3s;
white-space: nowrap;
text-decoration: none;
color: #fff;
border: none;
background-color: #393b3f;
font-size: 13px;
font-weight: 700;
line-height: 1.4 !important;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center; }
.crane-regular-page .page-links .post-page-numbers span:hover, .crane-regular-page .page-links .post-page-numbers span:focus,
.crane-regular-page .page-links .current span:hover,
.crane-regular-page .page-links .current span:focus {
color: #fff; }
.crane-blog-meta > * {
display: inline-block; }
.crane-blog-meta:not(:only-child) {
margin-bottom: 20px; } .portfolio-single-inner {
padding-left: 15px;
padding-right: 15px; }
.crane-portfolio-single-featured-image {
position: relative; }
.crane-portfolio-single-featured-image > div {
position: relative;
width: 100%;
margin-right: auto;
margin-left: auto;
background-repeat: no-repeat;
background-position: 50% 50%;
background-size: cover; }
.crane-portfolio-featured-image__btn {
position: absolute;
right: 50px;
bottom: 50px;
display: block;
width: 26px;
height: 26px;
text-indent: -100%;
background-image: url(//crown.org.nz/wp-content/themes/crane/assets/images/wp/all-works.png); }
.crane-portfolio__meta {
margin-left: -15px;
margin-right: -15px;
position: relative;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
-webkit-box-align: start;
-ms-flex-align: start;
align-items: flex-start;
-ms-flex-preferred-size: 100%;
flex-basis: 100%; }
.crane-portfolio__meta .portfolio-categories {
display: -webkit-box;
display: -ms-flexbox;
display: flex; }
.crane-portfolio__meta .portfolio-categories a {
margin-left: 5px; }
.crane-portfolio__meta > div {
padding-left: 15px;
padding-right: 15px;
margin-bottom: 20px; }
.crane-portfolio__meta > div:nth-last-of-type(2) {
-webkit-box-flex: 1;
-ms-flex-positive: 1;
flex-grow: 1; }
.crane-portfolio__meta--border {
margin: 32px 0; }
.portfolio__single-project__info__tags a {
color: inherit; }
.portfolio__single-project__info__date i,
.portfolio__single-project__info__tags i {
margin-right: 8px; }
@media (max-width: 768px) {
.crane-portfolio__meta {
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-ms-flex-direction: column;
flex-direction: column; } }
.portfolio-single-grid {
margin-bottom: 40px; }
.portfolio-single-grid .portfolio-grid-item {
height: auto !important; }
.portfolio-single-grid .portfolio-grid-item img {
display: block; }
.portfolio-single-grid .portfolio-grid-item:hover .portfolio-hover {
opacity: 1; }
.portfolio-single-grid .portfolio-grid-item:hover .portfolio-zoomlink {
top: 50%; }
.portfolio-single-grid .portfolio-hover {
position: absolute;
top: 0;
left: 0;
overflow: hidden;
width: 100%;
height: 100%;
-webkit-transition: opacity ease 0.2s;
transition: opacity ease 0.2s;
opacity: 0;
background: rgba(0, 0, 0, 0.5); }
.portfolio-single-grid .portfolio-hover .portfolio-zoomlink {
position: absolute;
top: 75%;
left: 50%;
display: block;
width: 60px;
height: 60px;
margin-top: -30px;
margin-left: -30px;
-webkit-transition: all ease 0.2s;
transition: all ease 0.2s;
-webkit-transform: scale(1);
transform: scale(1);
text-align: center;
color: #fff;
border-radius: 50%;
font-size: 30px; }
.portfolio-single-grid .portfolio-hover .portfolio-zoomlink:hover {
-webkit-transform: scale(1.1);
transform: scale(1.1);
background-color: #fff; }
.portfolio-single-grid .portfolio-hover .portfolio-zoomlink i {
position: absolute;
z-index: 999;
top: 50%;
left: 50%;
-webkit-transition: all ease 0.2s;
transition: all ease 0.2s;
-webkit-transform: translate(-50%, -50%);
transform: translate(-50%, -50%); }
.portfolio-single-grid .portfolio-hover .portfolio-zoomlink:hover i {
color: #1f2020; }
@media (max-width: 767px) {
.portfolio-single-grid .portfolio-grid-item {
width: 100% !important; } }
.portfolio-single-grid[data-columns="1"] .portfolio-grid-item {
width: 100%; }
.portfolio-single-grid[data-columns="2"] .portfolio-grid-item {
width: 50%; }
.portfolio-single-grid[data-columns="3"] .portfolio-grid-item {
width: 33.334%; }
.portfolio-single-grid[data-columns="4"] .portfolio-grid-item {
width: 25%; }
.portfolio-single-grid[data-columns="5"] .portfolio-grid-item {
width: 20%; }
.crane-portfolio__content {
max-width: 33.333%;
padding-right: 15px;
padding-left: 15px;
-webkit-box-flex: 0;
-ms-flex: 0 0 auto;
flex: 0 0 auto; }
.single-portfolio-top .crane-portfolio-single__img {
display: block;
margin-left: auto;
margin-right: auto; }
.crane-portfolio-single__img {
margin-bottom: 30px; } .crane-portfolio-slider {
overflow: hidden;
margin-bottom: 30px; }
.crane-portfolio-slider .slick-arrow {
position: absolute;
top: 50%;
color: transparent;
width: 40px;
height: 70px;
line-height: 0;
font-size: 0;
padding: 0;
z-index: 999;
-webkit-transition: -webkit-transform 0.2s;
transition: -webkit-transform 0.2s;
transition: transform 0.2s;
transition: transform 0.2s, -webkit-transform 0.2s;
background: rgba(224, 224, 224, 0.2) !important; }
.crane-portfolio-slider .crane-slick-next,
.crane-portfolio-slider .crane-slick-prev {
margin: 0; }
.crane-portfolio-slider .crane-slick-next::before, .crane-portfolio-slider .crane-slick-next::after,
.crane-portfolio-slider .crane-slick-prev::before,
.crane-portfolio-slider .crane-slick-prev::after {
font-family: FontAwesome;
font-size: 24px;
line-height: 1;
color: #fff;
opacity: 1 !important; }
.crane-portfolio-slider .crane-slick-prev {
-webkit-transform: translate(-40px, -50%);
transform: translate(-40px, -50%);
left: 0; }
.crane-portfolio-slider .crane-slick-prev::before {
content: "\f104"; }
.crane-portfolio-slider .crane-slick-next {
-webkit-transform: translate(40px, -50%);
transform: translate(40px, -50%);
right: 0; }
.crane-portfolio-slider .crane-slick-next::before {
content: "\f105"; }
.crane-portfolio-slider:hover .crane-slick-prev {
-webkit-transform: translate(0, -50%);
transform: translate(0, -50%); }
.crane-portfolio-slider:hover .crane-slick-next {
-webkit-transform: translate(0, -50%);
transform: translate(0, -50%); } [dir='rtl'] .crane-portfolio-slider .crane-slick-prev::before {
display: block;
-webkit-transform: rotate(180deg);
transform: rotate(180deg); }
[dir='rtl'] .crane-portfolio-slider .crane-slick-next {
right: auto; }
[dir='rtl'] .crane-portfolio-slider .crane-slick-next::before {
display: block;
-webkit-transform: rotate(180deg);
transform: rotate(180deg); } .crane-portfolio-category-title {
margin-bottom: 30px; }
.portfolio-archive-inner {
padding-left: 15px;
padding-right: 15px; } .footer {
z-index: 10; }
@media (min-width: 1200px) {
.footer-appearance-fixed {
position: fixed;
right: 0;
bottom: 0;
left: 0; } }
.crane-base-footer {
background: #000;
padding: 40px 15px;
color: #fff;
text-align: center; } input,
select,
textarea {
font-family: inherit;
font-size: inherit;
line-height: inherit; }
input:focus {
outline: none; }
input[type="file"]:focus,
input[type="radio"]:focus,
input[type="checkbox"]:focus {
outline: 5px auto -webkit-focus-ring-color;
outline-offset: -2px; }
input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
-webkit-transition: color 0.2s;
transition: color 0.2s;
color: #b0b0b0; }
input::-moz-placeholder,
textarea::-moz-placeholder {
-moz-transition: color 0.2s;
transition: color 0.2s;
color: #b0b0b0; }
input:-ms-input-placeholder,
textarea:-ms-input-placeholder {
-ms-transition: color 0.2s;
transition: color 0.2s;
color: #b0b0b0; }
input:focus::-webkit-input-placeholder,
textarea:focus::-webkit-input-placeholder {
color: transparent; }
input:focus:-moz-placeholder,
textarea:focus:-moz-placeholder {
color: transparent; }
input:focus::-moz-placeholder,
textarea:focus::-moz-placeholder {
color: transparent; }
input:focus:-ms-input-placeholder,
textarea:focus:-ms-input-placeholder {
color: transparent; }
input[disabled],
input[readonly],
fieldset[disabled] input {
opacity: 1;
background-color: #eee; }
input[disabled],
fieldset[disabled] input {
cursor: not-allowed; }
input[disabled] {
opacity: 0.5;
cursor: not-allowed; }
label {
cursor: pointer; }
input[type="text"],
input[type="password"],
input[type="email"],
input[type="url"],
input[type="tel"],
input[type="number"],
input[type="date"],
input[type="search"],
textarea,
select {
font-weight: 400;
width: 100%;
padding: 10px;
font-size: 16px;
border: 1px solid;
border-radius: 2px;
background: #fff none;
-webkit-transition: all 0.2s;
transition: all 0.2s; }
input[type="text"]:focus,
input[type="password"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="tel"]:focus,
input[type="number"]:focus,
input[type="date"]:focus,
input[type="search"]:focus,
textarea:focus,
select:focus {
border: 1px solid;
outline: none; }
select {
cursor: pointer; }
select[multiple],
select[size] {
height: auto; }
textarea {
height: 272px;
resize: vertical; }
legend {
font-weight: 600;
font-size: 20px;
margin-bottom: 20px; }
.form-group {
margin-bottom: 15px;
position: relative; }
.form-inline {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
margin-left: -5px;
margin-right: -5px; }
.form-inline p,
.form-inline .form-group {
-webkit-box-flex: 1;
-ms-flex-positive: 1;
flex-grow: 1;
padding-left: 5px;
padding-right: 5px; }
@media (max-width: 768px) {
.form-inline {
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-ms-flex-direction: column;
flex-direction: column; }
.form-inline p,
.form-inline .form-group {
margin-bottom: 1.5rem !important; } }
.select2-container--default .select2-selection--single {
border-radius: 2px;
height: 51px; }
.select2-container--default .select2-selection--single .select2-selection__rendered {
line-height: 51px;
color: #444;
padding-left: 12px; }
.select2-container--default .select2-selection--single .select2-selection__arrow {
height: 49px; }
.select2-results__option {
margin-bottom: 0; }
.select2-dropdown {
border-radius: 2px; }
.widget .select2-container {
width: 100% !important; }
.select2-container .select2-choice {
border-radius: 2px;
padding-left: 12px;
height: 51px; }
.select2-container .select2-choice > .select2-chosen {
line-height: 49px; }
.select2-results {
padding: 0; }
.select2-results li {
margin: 0;
padding: 6px 12px; }
.select2-results .select2-highlighted {
border-radius: 0;
color: #fff; }
.select2-results .select2-result-label {
padding: 0; }
.select2-drop {
color: inherit; } .controls p {
position: relative; }
.controls label {
position: absolute;
left: 17px;
margin-bottom: 0;
-webkit-transition: -webkit-transform 0.2s;
transition: -webkit-transform 0.2s;
transition: transform 0.2s;
transition: transform 0.2s, -webkit-transform 0.2s;
-webkit-transform: translateY(12px);
transform: translateY(12px);
top: 0;
pointer-events: none;
font-size: 16px;
font-weight: 400; }
.controls p.active label {
-webkit-transform: translateY(-24px);
transform: translateY(-24px); } .crane-top {
position: fixed;
z-index: 99;
right: 0;
bottom: 50px;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
width: 40px;
height: 40px;
-webkit-transition: all linear 0.3s;
transition: all linear 0.3s;
-webkit-transform: translateX(40px);
transform: translateX(40px);
text-align: center;
vertical-align: top;
opacity: 0.7;
color: #fff;
border-radius: 2px;
background: black;
font-size: 25px;
line-height: 40px;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center; }
@media (max-width: 768px) {
.crane-top {
bottom: 25px;
width: 30px;
height: 30px;
font-size: 20px; } }
.crane-top:hover {
opacity: 1; }
.crane-top.crane-is-visible,
.crane-top.crane-fade-out,
.no-touch .crane-top:hover {
-webkit-transition: all linear 0.3s;
transition: all linear 0.3s; }
.crane-top.crane-is-visible {
visibility: visible;
-webkit-transform: translateX(-27px);
transform: translateX(-27px); }
.no-touch .crane-top:hover {
opacity: 1; } .crane-breadcrumb {
padding-top: 17px;
padding-bottom: 17px;
line-height: 25px; }
.crane-breadcrumb .crane-container {
overflow: hidden; }
.crane-breadcrumb .crane-row-flex {
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
overflow: hidden; }
.crane-page-title-wrapper .crane-breadcrumb {
padding-bottom: 0; }
.crane-page-title-wrapper .crane-breadcrumb:only-child {
padding: 0; }
.crane-content > .crane-breadcrumb {
border-bottom: 1px solid; }
.crane-content > .crane-breadcrumb .crane-row-flex {
-webkit-box-pack: justify;
-ms-flex-pack: justify;
justify-content: space-between; }
@media (max-width: 600px) {
.crane-breadcrumb-title {
display: none; } }
.crane-breadcrumb-nav {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
margin: 0;
list-style: none;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
word-wrap: break-word;
overflow-wrap: break-word;
overflow: hidden; }
.crane-breadcrumb-title,
.crane-breadcrumb-nav {
padding: 0 15px; }
.crane-breadcrumb-nav__item {
margin-bottom: 0;
overflow: hidden;
word-wrap: break-word;
overflow-wrap: break-word; }
.crane-breadcrumb-nav__item + .crane-breadcrumb-nav__item::before {
padding: 0 15px;
content: "/\00a0"; }
@media (max-width: 767px) {
.crane-breadcrumb-nav__item + .crane-breadcrumb-nav__item::before {
padding-right: 0;
padding-left: 6px; } } .navigation {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-ms-flex-preferred-size: 100%;
flex-basis: 100%;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center; }
.navigation.pagination {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
margin-bottom: 29px;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center; }
.nav-links,
.woocommerce-pagination {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center; }
.page-numbers,
.navigation .nav-previous,
.navigation .nav-next {
margin-right: 3px;
margin-bottom: 6px;
margin-left: 3px; }
.crane-pagination .woocommerce-pagination .page-numbers {
margin-right: 3px !important;
margin-bottom: 6px !important;
margin-left: 3px !important; }
.page-numbers.dots {
-ms-flex-item-align: end;
align-self: flex-end; }
.page-numbers:not(.dots),
.navigation .nav-previous a,
.navigation .nav-next a {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
padding: 12px 17px;
cursor: pointer;
-webkit-transition: background-color linear 0.3s;
transition: background-color linear 0.3s;
white-space: nowrap;
text-decoration: none;
color: #fff;
border: none;
background-color: #393b3f;
font-size: 13px;
font-weight: 700;
line-height: 1.4 !important;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center; }
.page-numbers:not(.dots):hover, .page-numbers:not(.dots):focus,
.navigation .nav-previous a:hover,
.navigation .nav-previous a:focus,
.navigation .nav-next a:hover,
.navigation .nav-next a:focus {
color: #fff; } [dir=rtl] .page-numbers .fa-chevron-right,
[dir=rtl] .page-numbers .fa-chevron-left {
-webkit-transform: rotate(180deg);
transform: rotate(180deg); }  .crane-pagination--style-scroll .crane-pagination-show-more {
display: none; }
.crane-pagination {
margin-top: 30px; }
.crane-pagination--style-scroll {
height: 0;
margin-top: 0; }
.paginate-loader {
margin: 0 auto 30px;
min-width: 136px;
-webkit-transition: visibility 0.3s, opacity 0.3s, background-color 0.3s;
transition: visibility 0.3s, opacity 0.3s, background-color 0.3s; }
.paginate-loader .fa {
font-size: 18px; } .crane-blog-tag-txt {
padding: 3px 10px 4px;
color: #fff;
border-radius: 2px;
background-color: #ccc;
font-size: 11px;
font-weight: 700;
line-height: 11px;
display: block; }
.woocommerce .variations .select2 {
width: 100% !important; }
.crane-blog-tag-style--grey {
background-color: #ccc; }
.crane-blog-tag-style--green {
background-color: #93cb52; }
.crane-blog-tag-style--orange {
background-color: #edc53b; }
.crane-blog-tag-style--red {
background-color: #fc5745; }
.crane-blog-tag-style--blue {
background-color: #66b1d8; }
.crane-blog-tag-list > .crane-blog-tag-more-count {
margin-bottom: 8px;
padding-right: 7px;
padding-left: 7px; } .crane-page-title {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
padding: 30px; }
.crane-page-title-holder {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
-ms-flex-negative: 1;
flex-shrink: 1; }
.crane-page-title-heading {
word-wrap: break-word;
margin-bottom: 0;
text-align: center;
overflow: hidden; }
.crane-page-title-heading:not(:only-child) {
padding: 0 20px; }
.crane-page-title-heading-decorator {
width: 25px;
height: 2px;
border-bottom-width: 2px;
border-bottom-style: solid;
border-bottom-color: inherit; }
@media (max-width: 768px) {
.crane-page-title {
padding-left: 0;
padding-right: 0;
text-align: center; }
.crane-page-title-heading-decorator {
display: none; }
.crane-page-title-heading {
max-width: none; }
.crane-page-title-heading:not(:only-child) {
padding: 0; } } .preloader {
position: fixed;
z-index: 99999;
top: 0;
left: 0;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
width: 100%;
height: 100%;
margin: 0;
-webkit-transition: all linear 0.3s 0.12s;
transition: all linear 0.3s 0.12s;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center; }
.loader-inner {
position: relative; }
.preloader.is-hidden {
visibility: hidden;
opacity: 0; } .widget {
margin-bottom: 30px;
width: 100%; }
.widget ul {
list-style: none;
margin-bottom: 0; }
.widget li:last-child {
margin-bottom: 0; } .crane-sidebar {
position: relative;
padding-left: 15px;
padding-right: 15px;
width: 100%;
z-index: 1; }
.crane-sidebar .widget:last-of-type {
margin-bottom: 0; }
.crane-sidebar ul.children {
margin-top: 15px; }
.crane-sidebar--fixed {
position: fixed;
padding-top: 0 !important;
padding-bottom: 15px !important; }
.widget-title {
margin-bottom: 17px;
font-size: 14px;
font-weight: 700;
line-height: 25px;
text-transform: uppercase; }
ul:not(.children) > .cat-item:first-of-type,
ul:not(.children) > .widget .menu-item:first-of-type,
.crane-archive-widget li:first-of-type,
.widget .page_item:first-of-type {
padding-top: 10px; }
.widget .menu-item.page_item:first-of-type {
padding-top: 10px; }
.cat-item,
.widget .menu-item,
.crane-archive-widget li,
.widget .page_item {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
margin-bottom: 0;
padding: 10px 0;
border-bottom: 1px dotted; }
.cat-item .children,
.widget .menu-item .children,
.crane-archive-widget li .children,
.widget .page_item .children {
border-top: 1px dotted;
margin-left: 0;
-webkit-box-flex: 1;
-ms-flex-positive: 1;
flex-grow: 1;
-ms-flex-preferred-size: 100%;
flex-basis: 100%;
margin-top: 10px; }
.cat-item .children li:last-of-type,
.widget .menu-item .children li:last-of-type,
.crane-archive-widget li .children li:last-of-type,
.widget .page_item .children li:last-of-type {
padding-bottom: 0;
border-bottom: none; }
.cat-item .children .children a,
.widget .menu-item .children .children a,
.crane-archive-widget li .children .children a,
.widget .page_item .children .children a {
padding-left: 90px; }
.cat-item .children .children a::after,
.widget .menu-item .children .children a::after,
.crane-archive-widget li .children .children a::after,
.widget .page_item .children .children a::after {
left: 60px; }
.cat-item .children a,
.widget .menu-item .children a,
.crane-archive-widget li .children a,
.widget .page_item .children a {
padding-left: 60px; }
.cat-item .children a::after,
.widget .menu-item .children a::after,
.crane-archive-widget li .children a::after,
.widget .page_item .children a::after {
left: 30px; }
.cat-item a,
.widget .menu-item a,
.crane-archive-widget li a,
.widget .page_item a {
padding-left: 30px;
-webkit-box-flex: 1;
-ms-flex-positive: 1;
flex-grow: 1;
position: relative; }
.cat-item a::after,
.widget .menu-item a::after,
.crane-archive-widget li a::after,
.widget .page_item a::after {
content: '';
position: absolute;
left: 8px;
top: 50%;
-webkit-transform: translateY(-50%);
transform: translateY(-50%);
width: 5px;
height: 5px;
opacity: 0.5;
-webkit-transition: opacity 0.2s;
transition: opacity 0.2s; }
.cat-item:hover > a::after,
.widget .menu-item:hover > a::after,
.crane-archive-widget li:hover > a::after,
.widget .page_item:hover > a::after {
opacity: 1; }
.cat-item.current-cat > a,
.widget .menu-item.current-menu-item > a,
.crane-archive-widget .current-cat a,
.widget .page_item.current-cat > a {
color: inherit; }
.cat-item.current-cat > a::after,
.widget .menu-item.current-menu-item > a::after,
.crane-archive-widget .current-cat a::after,
.widget .page_item.current-cat > a::after {
opacity: 1; }
.widget .menu-item.menu-item-has-children {
padding-top: 0;
padding-bottom: 0;
border-bottom-width: 0; }
.widget .menu-item.menu-item-has-children > a {
padding-top: 10px;
padding-bottom: 10px;
border-bottom: 1px dotted;
border-color: inherit; }
.widget .sub-menu {
margin-top: 0;
width: 100%; }
.widget.widget_nav_menu ul,
.widget.widget_pages ul,
.widget.widget_categories ul,
.widget.widget_archive ul {
list-style-type: none;
margin: 0;
padding: 0; }
.widget.widget_nav_menu .sub-menu,
.widget.widget_pages .sub-menu,
.widget.widget_categories .sub-menu,
.widget.widget_archive .sub-menu {
margin-left: 8px; } [dir=rtl] .crane-archive-widget .select2-selection__rendered {
padding-left: 20px !important;
padding-right: 42px !important; }  button {
padding: 0;
border: none;
font-family: inherit;
font-size: inherit;
line-height: inherit; }
button,
.button,
input[type="submit"],
.btn {
border-radius: 0;
-webkit-appearance: none;
-moz-appearance: none;
appearance: none;
display: inline-block;
padding: 5px 28px;
cursor: pointer;
-webkit-transition: background-color 0.3s, color 0.3s, opacity 0.3s;
transition: background-color 0.3s, color 0.3s, opacity 0.3s;
text-align: center;
vertical-align: middle;
white-space: nowrap;
text-transform: uppercase;
color: #fff;
border: none;
font-size: 13px;
font-weight: 700;
line-height: 3.1; }
button:hover, button:focus,
.button:hover,
.button:focus,
input[type="submit"]:hover,
input[type="submit"]:focus,
.btn:hover,
.btn:focus {
color: #fff; }
button:focus,
.button:focus,
input[type="submit"]:focus,
.btn:focus {
outline: 0; }
button[disabled],
button.disabled {
opacity: 0.8;
cursor: not-allowed; }
.btn-text {
display: inline-block;
vertical-align: middle; }
.dark-btn {
padding: 15px 28px;
background-color: #393b3f; }
.dark-btn:hover {
background-color: #93cb52; }
.primary-btn {
padding: 15px 28px; }
.primary-btn:hover {
background-color: #89bd4c; }
.invered-btn {
padding: 13px 35px;
border: 2px solid #fff;
background-color: transparent; }
.invered-btn--style-2 {
padding: 13px 35px;
-webkit-transition: background-color linear 0.3s !important;
transition: background-color linear 0.3s !important;
color: #606060;
border: 2px solid #606060;
background-color: transparent; }
.invered-btn--style-2:hover {
background-color: #606060; }
.dark-btn:hover,
.dark-btn:focus,
.primary-btn:hover,
.primary-btn:focus,
.invered-btn:hover,
.invered-btn:focus {
text-decoration: none;
color: #fff; }
.button-group {
display: inline-block; }
.button-group > .btn {
float: left;
margin-right: 15px; }
.button-group > .btn:last-child {
margin-right: 0; }
@media (max-width: 767px) {
.primary-btn,
.dark-btn {
padding: 15px; } }
ul li,
ol li {
margin-bottom: 15px; }
ul ul {
list-style-type: circle; }
ol ol {
list-style-type: lower-alpha; }
ul.children {
margin-left: 30px; } body:not(.woocommerce) #comments {
padding-top: 40px;
padding-bottom: 40px; }
body:not(.woocommerce) #comments + .comment-respond {
padding-top: 0 !important; }
body:not(.woocommerce) #comments .children {
margin-left: 40px; }
body:not(.woocommerce) #comments .avatar {
margin-right: 28px; }
body:not(.woocommerce) .comment,
body:not(.woocommerce) .pingback,
body:not(.woocommerce) .trackback {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: start;
-ms-flex-align: start;
align-items: flex-start;
padding: 20px 40px;
overflow: hidden;
margin-top: 40px;
border: 1px solid;
border-radius: 2px;
background-color: #fff;
-webkit-box-shadow: 0 0 3px rgba(0, 0, 0, 0.05);
box-shadow: 0 0 3px rgba(0, 0, 0, 0.05); }
body:not(.woocommerce) .comment.bypostauthor {
background-color: #f8f8f8; }
body:not(.woocommerce) .comment-respond {
padding-top: 40px; }
.comment-body {
-webkit-box-flex: 1;
-ms-flex-positive: 1;
flex-grow: 1;
overflow: hidden;
width: 100%; }
.comment-content {
margin-bottom: 9px; }
.comment-metadata .comment-author {
font-weight: 600;
margin-right: 10px;
font-size: 14px; }
.comment-metadata .comment-date {
color: #bfbfbf;
font-size: 13px; }
.comment-button-group {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-pack: end;
-ms-flex-pack: end;
justify-content: flex-end;
margin-left: -5px;
margin-right: -5px; }
.comment-button-group a {
padding: 0 12px;
margin-left: 5px;
margin-right: 5px;
color: #fff !important;
border-radius: 2px;
background-color: #393b3f;
font-size: 13px;
font-weight: 400;
line-height: 22px; }
.comment-reply-title {
font-weight: 600;
font-size: 20px; }
.comment-reply-title a {
font-size: 14px;
font-weight: 400;
margin-left: 10px; }
.crane-comment-fields {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
margin-left: -15px;
margin-right: -15px; }
.crane-comment-fields p {
padding-left: 15px;
padding-right: 15px;
-ms-flex-preferred-size: 0;
flex-basis: 0;
-webkit-box-flex: 1;
-ms-flex-positive: 1;
flex-grow: 1;
max-width: 100%;
margin-bottom: 1.5rem !important; }
.crane-comment-fields .comment-form-cookies-consent {
-webkit-box-flex: 1;
-ms-flex: 1 1 100%;
flex: 1 1 100%;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center; }
.crane-comment-fields .comment-form-cookies-consent label {
margin-left: 8px; }
.comment-form {
margin-bottom: 25px;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-ms-flex-direction: column;
flex-direction: column; }
.comment-form textarea,
.comment-form input:not([type="submit"]) {
border-radius: 2px 1px 1px 2px;
border: 1px solid #ddd;
background-color: #fbfbfb; }
.comment-form .logged-in-as {
margin-top: 5px;
margin-bottom: 1.5rem; }
@media (max-width: 767px) {
.crane-comment-fields {
display: block; }
#comments .children {
margin-left: 10px; }
body:not(.woocommerce) .comment {
padding: 20px;
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-ms-flex-direction: column;
flex-direction: column; }
body:not(.woocommerce) .comment .comment-body {
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-ms-flex-direction: column;
flex-direction: column; }
body:not(.woocommerce) .comment .comment-metadata {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-ms-flex-direction: column;
flex-direction: column; }
body:not(.woocommerce) .comment .comment-button-group {
-webkit-box-pack: start;
-ms-flex-pack: start;
justify-content: flex-start; } }
.crane-comments-pagination {
margin-top: 40px;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center; }
.crane-comments-pagination a {
margin-left: 10px;
margin-right: 10px;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
padding: 12px 17px;
cursor: pointer;
-webkit-transition: background-color linear 0.3s;
transition: background-color linear 0.3s;
white-space: nowrap;
text-decoration: none;
color: #fff;
border: none;
background-color: #393b3f;
font-size: 13px;
font-weight: 700;
line-height: 1.4 !important;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center; }
.crane-comments-pagination a:hover, .crane-comments-pagination a:focus {
color: #fff; } @media (min-width: 1000px) {
.single-post-nav {
position: fixed;
z-index: 555;
top: 50%;
width: 268px;
height: 110px;
margin-top: -55px;
-webkit-backface-visibility: hidden;
backface-visibility: hidden; }
.single-post-nav-content {
height: 110px; }
.single-post-nav.crane-link-next {
right: 0; }
.single-post-nav.crane-link-previous {
left: 0; }
.crane-link-previous {
-webkit-transform: translate(-224px, 0);
transform: translate(-224px, 0); }
.crane-link-next {
-webkit-transform: translate(224px, 0);
transform: translate(224px, 0); }
.crane-link-previous .single-post-nav-content-info {
text-align: right; }
.single-post-nav.crane-link-next .single-post-nav-content {
-webkit-transform: translate(44px, 0);
transform: translate(44px, 0);
border-top-left-radius: 2px;
border-bottom-left-radius: 2px; }
.single-post-nav.crane-link-next:hover .single-post-nav-content {
-webkit-transform: translate(-268px, 0);
transform: translate(-268px, 0); }
.single-post-nav.crane-link-previous .single-post-nav-content {
-webkit-transform: translate(-44px, 0);
transform: translate(-44px, 0);
border-top-right-radius: 2px;
border-bottom-right-radius: 2px; }
.single-post-nav.crane-link-previous:hover .single-post-nav-content {
-webkit-transform: translate(268px, 0);
transform: translate(268px, 0); }
.single-post-nav-arrow {
position: absolute;
z-index: 99;
top: 0;
width: 44px;
height: 100%; }
.single-post-nav-arrow--next {
left: 0; }
.single-post-nav-arrow--prev {
right: 0; }
.crane-single-post-nav-type-image .single-post-nav.crane-link-next:hover .single-post-nav-content,
.crane-single-post-nav-type-text .single-post-nav.crane-link-next:hover .single-post-nav-content {
-webkit-transform: translate(-110px, 0);
transform: translate(-110px, 0); }
.crane-single-post-nav-type-image .single-post-nav.crane-link-previous:hover .single-post-nav-content,
.crane-single-post-nav-type-text .single-post-nav.crane-link-previous:hover .single-post-nav-content {
-webkit-transform: translate(110px, 0);
transform: translate(110px, 0); } }
@media (max-width: 999px) {
.crane-single-post-nav-wrapper {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-pack: justify;
-ms-flex-pack: justify;
justify-content: space-between;
margin-bottom: 40px; }
.crane-single-post-nav-wrapper .crane-link-next:only-of-type {
margin-left: auto; }
.single-post-nav {
position: relative;
width: 49%;
display: -webkit-box;
display: -ms-flexbox;
display: flex; }
.single-post-nav.crane-link-previous {
-webkit-box-pack: start;
-ms-flex-pack: start;
justify-content: flex-start; }
.single-post-nav.crane-link-next {
-webkit-box-pack: end;
-ms-flex-pack: end;
justify-content: flex-end; }
.single-post-nav-img {
display: none; }
.single-post-nav-arrow {
position: static;
width: 30px; }
.single-post-nav-arrow--next {
-webkit-box-ordinal-group: 3;
-ms-flex-order: 2;
order: 2; }
.single-post-nav-arrow--prev {
-webkit-box-ordinal-group: 0;
-ms-flex-order: -1;
order: -1; }
.single-post-nav-content {
-webkit-box-flex: 1;
-ms-flex-positive: 1;
flex-grow: 1; }
.crane-link-previous .single-post-nav-content-info {
text-align: left; }
.crane-link-next .single-post-nav-content-info {
text-align: right; } }
.single-post-nav-content {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
-webkit-transition: -webkit-transform 0.6s cubic-bezier(0.77, 0, 0.175, 1);
transition: -webkit-transform 0.6s cubic-bezier(0.77, 0, 0.175, 1);
transition: transform 0.6s cubic-bezier(0.77, 0, 0.175, 1);
transition: transform 0.6s cubic-bezier(0.77, 0, 0.175, 1), -webkit-transform 0.6s cubic-bezier(0.77, 0, 0.175, 1);
background-color: #262626;
padding: 15px;
overflow: hidden; } [dir='rtl'] .single-post-nav-content {
-webkit-box-orient: horizontal;
-webkit-box-direction: reverse;
-ms-flex-direction: row-reverse;
flex-direction: row-reverse; }
[dir='rtl'] .crane-link-previous .single-post-nav-content-info {
padding-right: 15px;
padding-left: 0;
text-align: right; }
[dir='rtl'] .crane-link-next .single-post-nav-content-info {
padding-right: 0;
padding-left: 15px;
text-align: left; } .single-post-nav-img {
width: 74px;
height: 74px;
border-radius: 50%;
overflow: hidden; }
.single-post-nav-img img {
max-width: 74px; }
.crane-link-previous .single-post-nav-content-info {
padding-right: 15px; }
.crane-link-next .single-post-nav-content-info {
padding-left: 15px; }
.single-post-nav-content-info {
-webkit-box-flex: 1;
-ms-flex: 1;
flex: 1;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-ms-flex-direction: column;
flex-direction: column;
overflow: hidden; }
.single-post-nav-title,
.single-post-nav-date,
.single-post-nav-price {
color: #fff;
font-weight: 400;
line-height: 27px; }
.single-post-nav-price {
font-weight: bold; }
.single-post-nav-title {
font-size: 14px;
max-height: 30px; }
.single-post-nav-date {
font-size: 12px; } [dir='rtl'] .single-post-nav-arrow {
-webkit-transform: rotate(180deg);
transform: rotate(180deg); } .single-post-nav:hover .single-post-nav-arrow {
border-radius: 0; }
.single-post-nav-arrow {
-webkit-transition: border-radius 0.6s cubic-bezier(0.77, 0, 0.175, 1);
transition: border-radius 0.6s cubic-bezier(0.77, 0, 0.175, 1); }
.crane-single-post-nav-wrapper .single-post-nav-arrow .style-arrow {
width: 18px;
height: 18px;
-webkit-box-sizing: border-box;
box-sizing: border-box;
position: absolute; }
.crane-single-post-nav-wrapper .single-post-nav-arrow .style-arrow::before {
content: '';
width: 100%;
height: 100%;
border-width: 3px 3px 0 0;
border-style: solid;
border-color: #fff;
-webkit-transition: 0.2s ease;
transition: 0.2s ease;
display: block;
-webkit-transform-origin: 100% 0;
transform-origin: 100% 0; }
.single-post-nav-arrow--next {
border-top-left-radius: 2px;
border-bottom-left-radius: 2px;
background: #262626; }
.single-post-nav-arrow--next .style-arrow {
-webkit-transform: rotate(45deg);
transform: rotate(45deg);
left: calc(50% - 11px);
top: calc(50% - 9px); }
.single-post-nav-arrow--prev {
border-top-right-radius: 2px;
border-bottom-right-radius: 2px;
background: #262626; }
.single-post-nav-arrow--prev .style-arrow {
-webkit-transform: rotate(-135deg);
transform: rotate(-135deg);
left: calc(50% - 6px);
top: calc(50% - 9px); }
.mejs-container.wp-video-shortcode {
overflow: hidden;
padding-top: 56.25%; }
.mejs-overlay.mejs-layer {
-webkit-transform: translate(-50%, -50%);
transform: translate(-50%, -50%);
top: 50%;
left: 50%; }
.crane-blog-layout-masonry .mejs-button.mejs-play button,
.crane-blog-layout-masonry .mejs-button.mejs-pause button {
padding: 14px !important; }
.mejs-container {
position: relative; }
.mejs-container .mejs-controls {
height: 46px;
background: #3d3d3d !important;
width: 100%;
max-width: 100%;
padding: 0; }
.mejs-container .mejs-controls > div {
height: 46px;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
width: auto; }
.mejs-container .mejs-controls .mejs-time-rail {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
padding: 0;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
margin: 0;
height: 9px;
-ms-flex-item-align: center;
align-self: center; }
.mejs-container .mejs-controls .mejs-time-rail .mejs-time-total {
background: #000;
height: 9px;
margin: 0;
left: 0; }
.mejs-container .mejs-controls .mejs-time-rail .mejs-time-loaded {
background: #6c6c6c; }
.mejs-container .mejs-controls .mejs-time-rail .mejs-time-current,
.mejs-container .mejs-controls .mejs-time-rail .mejs-time-handle-content {
background: #93cb52; }
.mejs-container .mejs-controls .mejs-time-rail .mejs-time-handle,
.mejs-container .mejs-controls .mejs-time-rail .mejs-time-hovered {
display: none; }
.mejs-container .mejs-controls .mejs-time-rail .mejs-time-handle-content {
border: none; }
.mejs-container .mejs-controls .mejs-button button {
margin: 0;
position: static; }
.mejs-container .mejs-controls .mejs-button.mejs-playpause-button {
width: 64px;
position: relative; }
.mejs-container .mejs-controls .mejs-button.mejs-playpause-button::after {
content: '';
position: absolute;
right: 0;
top: 50%;
-webkit-transform: translateY(-50%);
transform: translateY(-50%);
width: 1px;
height: 33px;
background-color: #2a2a2a; }
.mejs-container .mejs-controls .mejs-button.mejs-play button {
height: 15px;
width: 8px;
background: transparent url(//crown.org.nz/wp-content/themes/crane/assets/images/mejs/icon-play.svg) center no-repeat;
padding: 20px; }
.mejs-container .mejs-controls .mejs-button.mejs-pause button {
width: 10px;
height: 15px;
background: transparent url(//crown.org.nz/wp-content/themes/crane/assets/images/mejs/icon-pause.svg) center no-repeat;
padding: 20px; }
.mejs-container .mejs-controls .mejs-time {
-webkit-box-sizing: border-box;
box-sizing: border-box;
padding: 0 20px; }
.mejs-container .mejs-controls .mejs-horizontal-volume-slider {
width: 76px;
margin-top: 10px;
height: 27px; }
.mejs-container .mejs-controls .mejs-horizontal-volume-slider .mejs-horizontal-volume-current,
.mejs-container .mejs-controls .mejs-horizontal-volume-slider .mejs-horizontal-volume-total {
height: 3px;
width: 76px; }
.mejs-container .mejs-controls .mejs-horizontal-volume-slider .mejs-horizontal-volume-total {
background: rgba(0, 0, 0, 0.55); }
.mejs-container .mejs-controls .mejs-horizontal-volume-slider .mejs-horizontal-volume-current {
background: #93cb52; }
.mejs-container .mejs-controls .mejs-volume-button {
padding-right: 10px; }
.mejs-container .mejs-controls .mejs-volume-button > button {
height: 15px; }
.mejs-container .mejs-controls .mejs-mute button {
background: transparent url(//crown.org.nz/wp-content/themes/crane/assets/images/mejs/icon-volume-mute.svg) 0 0 no-repeat; }
.mejs-container .mejs-controls .mejs-unmute button {
background: transparent url(//crown.org.nz/wp-content/themes/crane/assets/images/mejs/icon-volume-unmute.svg) 0 0 no-repeat; }
.mejs-container .mejs-controls .mejs-fullscreen-button {
padding: 0 20px; }
.mejs-container .mejs-controls .mejs-fullscreen-button button {
height: 14px;
width: 14px;
background: transparent url(//crown.org.nz/wp-content/themes/crane/assets/images/mejs/icon-fullscreen.png) 0 0 no-repeat; }
.mejs-container .mejs-overlay-error {
text-align: center;
position: absolute;
top: 50%;
left: 50%;
-webkit-transform: translate(-50%, -50%);
transform: translate(-50%, -50%);
width: 80%; }
.wp-video,
video.wp-video-shortcode,
.mejs-container.wp-video-shortcode,
.mejs-overlay.load,
.wp-video iframe {
width: 100% !important;
height: 100% !important; }
body:not(.crane-blog-archive-layout-standard) .crane-blog-widget:not(.crane-blog-layout-standard) .crane-blog-grid-item .wp-video {
position: absolute;
top: 0;
left: 0; }
.wp-video,
video.wp-video-shortcode {
max-width: 100% !important; }
.mejs-controls .mejs-volume-button .mejs-volume-slider {
left: 5px !important; }
.mejs-volume-slider {
position: absolute;
z-index: 100;
margin: 0;
border-radius: 0;
background: rgba(50, 50, 50, 0.7);
width: 25px;
height: 115px;
display: none; } .crane-featured-block {
position: relative;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
overflow: hidden;
margin-right: auto;
margin-left: auto;
background-repeat: no-repeat;
background-position: center center;
background-size: cover;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center; }
.crane-featured-block__content {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
position: relative; }
.crane-featured-block__page-title {
position: relative;
margin-bottom: 0; }
.crane-featured-block__page-title::after {
position: absolute;
content: ""; }
.crane-featured-block__categories {
list-style-type: none; }
.crane-featured-block__categories li {
display: inline-block; }
@media (max-width: 767px) {
.crane-featured-block__content {
text-align: center; }
.crane-featured-block__page-title {
margin-bottom: 40px; }
.crane-featured-block__page-title::after {
right: 0;
left: 0;
bottom: -20px;
width: 30%;
margin-left: auto;
margin-right: auto;
height: 1px; } }
@media (min-width: 768px) {
.crane-featured-block__page-title {
padding: 15px 50px;
-ms-flex-preferred-size: 50%;
flex-basis: 50%;
text-align: right; }
.crane-featured-block__page-title::after {
top: 50%;
height: 100px;
-webkit-transform: translateY(-50%);
transform: translateY(-50%);
right: 0;
width: 1px; }
.crane-featured-block__categories {
padding: 15px 50px 0 50px;
-ms-flex-preferred-size: 50%;
flex-basis: 50%; } }
.crane-featured-block__overlay {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
background-color: rgba(0, 0, 0, 0.4); }
.crane-navbar {
background-color: #fff;
-webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
z-index: 100; }
.crane-navbar .crane-container {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-pack: justify;
-ms-flex-pack: justify;
justify-content: space-between; }
.crane-logo {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
margin-right: 30px; }
.crane-logo a {
color: inherit; }
.crane-logo img {
max-height: 70px; }
.crane-logo .crane-text-logo {
font-weight: 700;
font-size: 18px;
display: block;
white-space: nowrap;
overflow: hidden; }
.crane-nav {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-flex: 1;
-ms-flex: 1;
flex: 1;
-webkit-box-pack: end;
-ms-flex-pack: end;
justify-content: flex-end;
-webkit-box-align: stretch;
-ms-flex-align: stretch;
align-items: stretch; }
.crane-nav ul {
list-style-type: none;
margin: 0 !important; }
.crane-menu {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-pack: justify;
-ms-flex-pack: justify;
justify-content: space-between;
-webkit-box-align: stretch;
-ms-flex-align: stretch;
align-items: stretch; }
.crane-menu > .menu-item {
margin: 0;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
color: #5a5a5a;
padding: 5px 15px; }
.crane-menu > .menu-item > a {
padding: 5px 0;
line-height: 25px;
color: inherit;
font-weight: 700;
text-transform: uppercase;
font-size: 14px;
text-decoration: none;
-webkit-box-flex: 1;
-ms-flex: 1;
flex: 1; }
.crane-menu .menu-item {
position: relative; }
.crane-menu .menu-item a:hover {
color: #85bf43; }
.crane-menu > .menu-item-has-children::after {
font-family: FontAwesome;
font-size: inherit;
text-rendering: auto;
-webkit-font-smoothing: antialiased;
content: '\f107';
margin-left: 10px;
cursor: pointer; }
.crane-menu > .menu-item-has-children > .sub-menu {
top: 100%;
left: 0; }
.crane-menu > .menu-item-has-children > .sub-menu .sub-menu {
top: 0;
left: calc(100% + 15px); }
.crane-menu > .menu-item-has-children > .sub-menu--left {
top: 100%;
right: 0;
left: unset; }
.crane-menu > .menu-item-has-children > .sub-menu .sub-menu--left {
top: 0;
right: calc(100% + 15px);
left: unset; }
.crane-menu .sub-menu {
padding: 0 15px;
width: 100%; }
.crane-menu .sub-menu li {
margin: 0; }
.crane-menu .sub-menu a {
display: block;
white-space: initial;
line-height: 1.4;
font-size: 11px;
color: inherit;
text-transform: uppercase;
font-weight: 700;
padding: 12px 0;
-webkit-box-flex: 1;
-ms-flex: 1;
flex: 1; }
.crane-menu .sub-menu li:not(:last-of-type) {
border-bottom: 1px dotted #6e6e6f; }
.crane-menu .sub-menu .menu-item-has-children {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center; }
.crane-menu .sub-menu .menu-item-has-children::after {
font-family: FontAwesome;
line-height: 1;
font-size: inherit;
text-rendering: auto;
-webkit-font-smoothing: antialiased;
cursor: pointer;
padding: 10px 15px;
position: relative;
right: -15px; }
.crane-menu--no-menu {
-ms-flex-item-align: center;
align-self: center; }
@media (min-width: 769px) {
.crane-navbar .crane-container {
height: 100px; }
.crane-menu > .menu-item-has-children {
padding-right: 25px; }
.crane-menu .sub-menu {
position: absolute;
z-index: 1000;
width: 100%;
text-align: left;
min-width: 230px;
background-color: #202022;
-webkit-transition: visibility 0.2s, opacity 0.2s;
transition: visibility 0.2s, opacity 0.2s; }
.crane-menu .sub-menu li {
color: #d9d6d6; }
.crane-menu .sub-menu .menu-item-has-children::after {
content: '\f105'; } }
@media (max-width: 768px) {
.crane-navbar .crane-container {
height: 70px; }
.crane-nav,
.crane-nav ul {
display: block; }
.crane-nav {
position: absolute;
left: 0;
width: 100%;
top: 100%;
z-index: 1000;
background-color: #fff;
padding-left: 15px;
padding-right: 15px; }
.crane-menu > .menu-item {
-webkit-box-pack: justify;
-ms-flex-pack: justify;
justify-content: space-between;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
padding-left: 0;
padding-right: 0; }
.crane-menu > .menu-item:not(:last-of-type) {
border-bottom: 1px dotted #6e6e6f; }
.crane-menu .menu-item-has-children::after {
content: '\f107'; }
.crane-menu .sub-menu {
position: static;
-webkit-box-ordinal-group: 4;
-ms-flex-order: 3;
order: 3;
padding-right: 0;
width: 100%; }
.crane-menu .sub-menu .sub-menu {
border-top: 1px dotted #6e6e6f; }
.crane-menu-btn {
position: relative;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
cursor: pointer; }
.crane-menu-btn::after {
font-family: FontAwesome;
content: "\f0c9";
font-size: 30px; } }
.crane-woo-snackbar {
-webkit-transition-property: opacity, -webkit-transform;
transition-property: opacity, -webkit-transform;
transition-property: opacity, transform;
transition-property: opacity, transform, -webkit-transform;
-webkit-transition-duration: 0.3s;
transition-duration: 0.3s;
-webkit-transition-timing-function: ease;
transition-timing-function: ease;
-webkit-transform: translateY(60px);
transform: translateY(60px);
font-size: 16px;
min-height: 16px;
background-color: rgba(26, 26, 27, 0.92);
position: fixed;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
color: #fff;
line-height: 22px;
padding: 18px 24px;
bottom: 0;
margin-left: auto;
margin-right: auto;
left: 0;
right: 0;
opacity: 0;
z-index: 100; }
@media (min-width: 640px) {
.crane-woo-snackbar {
min-width: 288px;
max-width: 500px;
border-top-left-radius: 3px;
border-top-right-radius: 3px; } }
.alignfull {
width: 100vw;
position: relative;
left: 50%;
right: 50%;
margin-left: -50vw;
margin-right: -50vw;
text-align: center; }
.alignfull img {
width: 100%; }
.alignwide {
width: 100vw;
position: relative;
left: 50%;
right: 50%;
margin-left: -50vw;
margin-right: -50vw;
text-align: center;
padding-left: 15px;
padding-right: 15px; }
@media screen and (min-width: 1025px) {
.alignwide {
width: 80vw;
margin-left: -40vw; } }
.wp-block-cover.alignwide,
.wp-block-cover.alignfull,
.wp-block-gallery.alignwide,
.wp-block-gallery.alignfull {
margin-left: auto;
margin-right: auto;
position: sticky;
padding: 0;
width: 100%;
max-width: 100%; }
@media screen and (max-width: 1024px) {
.wp-block-cover.alignwide,
.wp-block-cover.alignfull,
.wp-block-gallery.alignwide,
.wp-block-gallery.alignfull {
width: 100vw; } }
.wp-block-image.alignwide,
.wp-block-image.alignfull {
width: 80vw;
margin-left: auto;
margin-right: auto;
position: inherit;
padding-left: 0;
padding-right: 0; }
@media screen and (max-width: 1024px) {
.wp-block-image.alignwide,
.wp-block-image.alignfull {
width: 100vw; } }
.alignwide img {
width: 100%; }
.wp-block-media-text.alignwide .wp-block-media-text__media,
.wp-block-media-text.alignfull .wp-block-media-text__media {
margin-left: auto;
margin-right: auto;
margin-bottom: 0;
position: inherit; }
.wp-block-media-text.alignwide,
.wp-block-media-text.alignfull {
padding-left: 0;
padding-right: 0; }
@media screen and (min-width: 1025px) {
.wp-block-media-text.alignwide,
.wp-block-media-text.alignfull {
width: 100%;
margin-left: -50%; } }
@media screen and (min-width: 1025px) {
.crane-has-sidebar .wp-block-media-text.alignwide,
.crane-has-sidebar .wp-block-media-text.alignfull {
width: 100%;
margin-left: -50%; } }
.wp-block-audio.aligncenter {
text-align: center; }
.wp-block-columns.alignwide,
.wp-block-columns.alignfull {
position: inherit;
width: 100%; }
@media screen and (min-width: 1025px) {
.wp-block-columns.alignwide,
.wp-block-columns.alignfull {
width: 100%; } }
.wp-block-embed.alignwide,
.wp-block-embed.alignfull {
position: inherit;
width: 100%;
margin-left: auto;
margin-right: auto;
margin-bottom: 0; }
.wp-block-columns {
margin-left: -15px;
margin-right: -15px; }
.wp-block-column {
padding-left: 15px;
padding-right: 15px; }
.wp-block-pullquote {
border-top-width: 3px;
border-top-style: solid;
border-bottom-width: 3px;
border-bottom-style: solid; } .crane-404-wrapper {
text-align: center; }
.crane-404__header-group {
margin-top: 60px;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-ms-flex-direction: column;
flex-direction: column;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center; }
.crane-404__header {
color: #232829;
font-size: 28px;
font-weight: 600;
line-height: 40px; }
.crane-404__subheader {
color: #6868cc;
font-size: 17px;
font-weight: 400;
line-height: 30px; }
.crane-404__heading-spacer {
width: 35px;
height: 4px;
margin-top: 25px;
margin-bottom: 91px;
background-color: #83b548; }
.crane-404__img {
margin-bottom: 107px; }
.crane-404__form-group {
width: 100%;
max-width: 462px;
margin-right: auto;
margin-bottom: 110px;
margin-left: auto; }
.crane-404__search {
border: 1px solid rgba(0, 1, 0, 0.1);
border-radius: 4px;
-webkit-box-shadow: inset 0.3px 5px 5px rgba(0, 1, 0, 0.02);
box-shadow: inset 0.3px 5px 5px rgba(0, 1, 0, 0.02); }
@media (max-width: 767px) {
.crane-404__heading-spacer {
width: 35px;
height: 4px;
margin-top: 0;
margin-bottom: 1.5rem;
background-color: #83b548; }
.crane-404__img {
margin-bottom: 40px;
max-width: 90%; }
.crane-404__form-group {
margin-bottom: 50px; } }
.attachment__media-wrapper:not(:last-child) {
margin-bottom: 24px; } .search-results .crane-search-title {
position: relative;
margin-bottom: 60px;
text-transform: uppercase; }
.search-results .crane-search-title::after {
position: absolute;
bottom: -28px;
left: 0;
width: 35px;
height: 3px;
content: ""; }
.search-results article {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-ms-flex-direction: column;
flex-direction: column;
width: 100%;
margin: 0 0 30px;
padding: 25px 25px 0;
border-radius: 5px; }
.search-results article .entry-title a {
color: inherit; }
.search-results article .entry-meta {
margin-bottom: 25px; }
.search-results article .entry-summary {
word-wrap: break-word;
margin-bottom: 25px; }
.search-results article .edit-link {
margin-bottom: 25px; } .no-results.not-found {
text-align: center; }
.no-results.not-found p {
font-size: 16px;
margin-bottom: 35px; }
.no-results .search-form {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
max-width: 400px;
margin: auto; }
.no-results .search-form label {
width: 100%; } .woocommerce .price > ins {
text-decoration: none; }
.woocommerce .price > del {
margin-right: 8px;
opacity: 0.5;
font-weight: 400; }
.woocommerce .quantity input.qty {
width: 70px; }
.woocommerce .button.alt {
background-color: #393b3f; }
.woocommerce .button.alt:hover {
color: #fff;
background-color: #393b3f; }
.shop-inner {
padding-left: 15px;
padding-right: 15px; }
.crane-shop-archive .shop-inner {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-ms-flex-item-align: start;
align-self: flex-start;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
-webkit-box-flex: 0;
-ms-flex: 0 1 auto;
flex: 0 1 auto;
-webkit-box-align: start;
-ms-flex-align: start;
align-items: flex-start; }
.woocommerce ul.products {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
width: calc(100% + 20px);
list-style: none;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
margin-bottom: 50px;
margin-left: -10px;
margin-right: -10px; }
.woocommerce ul.products .product {
margin-bottom: 20px;
padding-right: 10px;
padding-left: 10px; }
.woocommerce ul.products .product a > img {
display: block;
margin-right: auto;
margin-left: auto;
width: 100%;
max-width: none; }
.woocommerce ul.products .button {
background-color: #393b3f; }
.woocommerce ul.products .woocommerce-LoopProduct-link {
color: inherit; }
.woocommerce ul.products .price {
display: block;
font-size: 19px;
font-weight: 700;
line-height: 25px;
color: inherit; }
.woocommerce ul.products a.added_to_cart {
display: none !important; }
.woocommerce-products-header,
.woocommerce-result-count,
.woocommerce-ordering,
.term-description {
-ms-flex-item-align: baseline;
align-self: baseline; }
.woocommerce-products-header__title {
margin-right: 15px;
margin-bottom: 1.5rem; }
.woocommerce-result-count {
-webkit-box-flex: 1;
-ms-flex: 1;
flex: 1; }
.woocommerce-ordering {
margin-bottom: 1.5rem; }
@media (max-width: 768px) {
.crane-shop-archive .shop-inner {
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-ms-flex-direction: column;
flex-direction: column; }
.crane-shop-archive .shop-inner .woocommerce-ordering,
.crane-shop-archive .shop-inner .select2-container {
width: 100% !important; } }
.product-inner {
position: relative;
border: 1px solid;
border-radius: 2px;
background-color: white; }
.product-info {
width: 100%;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-ms-flex-direction: column;
flex-direction: column;
position: relative;
z-index: 20;
padding: 20px;
-webkit-transition: background-color 0.3s cubic-bezier(0.78, 0.13, 0.15, 0.86), -webkit-transform 0.3s cubic-bezier(0.78, 0.13, 0.15, 0.86);
transition: background-color 0.3s cubic-bezier(0.78, 0.13, 0.15, 0.86), -webkit-transform 0.3s cubic-bezier(0.78, 0.13, 0.15, 0.86);
transition: transform 0.3s cubic-bezier(0.78, 0.13, 0.15, 0.86), background-color 0.3s cubic-bezier(0.78, 0.13, 0.15, 0.86);
transition: transform 0.3s cubic-bezier(0.78, 0.13, 0.15, 0.86), background-color 0.3s cubic-bezier(0.78, 0.13, 0.15, 0.86), -webkit-transform 0.3s cubic-bezier(0.78, 0.13, 0.15, 0.86);
background-color: #fff; }
.product-info .description {
max-height: 80px; }
.product-info > *:not(:last-child) {
margin-bottom: 15px; }
.product-info h3 {
text-transform: uppercase;
font-size: 15px;
font-weight: 700;
line-height: 1.4; }
.product-info .product-attributes {
list-style-type: none; }
.product-info .product-attributes li:last-child {
margin-bottom: 0; }
.product-info .product-attributes strong {
text-transform: capitalize; }
@media (min-width: 1001px) {
.columns-2 .products .product {
width: 50%; }
.columns-3 .products .product {
width: 33.333%; }
.columns-4 .products .product {
width: 25%; }
.columns-5 .products .product {
width: 20%; } }
@media (min-width: 801px) and (max-width: 1000px) {
.products .product {
width: 33.333%; } }
@media (min-width: 501px) and (max-width: 800px) {
.products .product {
width: 50%; } }
@media (max-width: 500px) {
.products .product {
width: 100%; } }
.no-touch .product-inner.style-float:hover .product-info {
-webkit-transform: translateY(-57px);
transform: translateY(-57px); }
.no-touch .product-inner.style-float .button {
padding-top: 0;
padding-bottom: 0;
position: absolute;
z-index: 15;
left: 50%;
-webkit-transform: translateX(-50%);
transform: translateX(-50%);
bottom: 15px; }
.no-touch .product--catalog .product-inner.style-float:hover .product-info {
-webkit-transform: translateY(0);
transform: translateY(0); }
.touch .product-inner.style-float .button {
display: table;
margin: 0 auto 20px; }
.touch .crane-product-carousel .crane-slick-prev {
-webkit-transform: translate(0, -50%);
transform: translate(0, -50%); }
.touch .crane-product-carousel .crane-slick-next {
-webkit-transform: translate(0, -50%);
transform: translate(0, -50%); }
.product-inner.style-basic .button {
margin: 0 15px 20px;
padding: 0 10px;
font-size: 11px; }
.crane-product-carousel {
overflow: hidden; }
.crane-product-carousel .slick-arrow {
position: absolute;
top: 50%;
color: transparent;
width: 35px;
height: 50px;
line-height: 0;
font-size: 0;
padding: 0;
z-index: 999;
-webkit-transition: -webkit-transform 0.2s;
transition: -webkit-transform 0.2s;
transition: transform 0.2s;
transition: transform 0.2s, -webkit-transform 0.2s;
background: rgba(224, 224, 224, 0.9) !important; }
.crane-product-carousel .crane-slick-next,
.crane-product-carousel .crane-slick-prev {
margin: 0; }
.crane-product-carousel .crane-slick-next::before, .crane-product-carousel .crane-slick-next::after,
.crane-product-carousel .crane-slick-prev::before,
.crane-product-carousel .crane-slick-prev::after {
font-family: FontAwesome;
font-size: 24px;
line-height: 1;
color: #fff;
opacity: 1; }
.crane-product-carousel .crane-slick-prev {
-webkit-transform: translate(-35px, -50%);
transform: translate(-35px, -50%);
left: 0; }
.crane-product-carousel .crane-slick-prev::before {
content: "\f104"; }
.crane-product-carousel .crane-slick-next {
-webkit-transform: translate(35px, -50%);
transform: translate(35px, -50%);
right: 0; }
.crane-product-carousel .crane-slick-next::before {
content: "\f105"; }
.crane-product-carousel:hover .crane-slick-prev {
-webkit-transform: translate(0, -50%);
transform: translate(0, -50%); }
.crane-product-carousel:hover .crane-slick-next {
-webkit-transform: translate(0, -50%);
transform: translate(0, -50%); } [dir='rtl'] .crane-product-carousel .crane-slick-prev::before {
display: block;
-webkit-transform: rotate(180deg);
transform: rotate(180deg); }
[dir='rtl'] .crane-product-carousel .crane-slick-next {
right: auto; }
[dir='rtl'] .crane-product-carousel .crane-slick-next::before {
display: block;
-webkit-transform: rotate(180deg);
transform: rotate(180deg); }  .woocommerce-product-gallery {
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-ms-flex-direction: column;
flex-direction: column;
padding: 0 15px;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
position: relative;
margin-bottom: 60px; }
.woocommerce-product-gallery .flex-viewport {
margin-bottom: 20px; }
.woocommerce-product-gallery .woocommerce-product-gallery__image {
min-height: 0 !important; }
.woocommerce-product-gallery .woocommerce-product-gallery__image a > img {
max-width: none;
width: 100%; }
.woocommerce-product-gallery .flex-control-thumbs {
list-style-type: none;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
margin-left: -5px;
margin-right: -5px; }
.woocommerce-product-gallery .flex-control-thumbs li {
padding-left: 5px;
padding-right: 5px;
cursor: pointer;
width: 25%; }
.woocommerce-product-gallery img {
display: block; }
@media (min-width: 769px) {
.woocommerce-product-gallery {
float: left;
width: 52.33333333%; } }
.woocommerce-product-gallery__trigger {
position: absolute;
top: 26px;
right: 22px;
padding: 0 13px;
z-index: 10;
font-size: 0;
color: rgba(255, 255, 255, 0) !important;
-webkit-transition: -webkit-transform 0.2s;
transition: -webkit-transform 0.2s;
transition: transform 0.2s;
transition: transform 0.2s, -webkit-transform 0.2s; }
.woocommerce-product-gallery__trigger:hover {
-webkit-transform: scale(1.2);
transform: scale(1.2); }
.woocommerce-product-gallery__trigger::before {
content: '\f00e';
font-family: FontAwesome;
font-size: 28px;
text-rendering: auto;
color: #fff !important;
-webkit-font-smoothing: antialiased; }
.woocommerce-product-gallery__trigger img {
display: none !important; }
.crane-shop-single .shop-inner {
padding-left: 0;
padding-right: 0; }
.crane-shop-single .product {
position: relative; }
.crane-shop-single .product::after {
display: block;
content: '';
clear: both; }
.crane-shop-single .summary {
padding: 0 15px;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-ms-flex-direction: column;
flex-direction: column;
margin-bottom: 40px; }
.crane-shop-single .product_title {
font-weight: 400;
font-size: 34px; }
.crane-shop-single .woocommerce-product-rating {
margin-bottom: 20px;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center; }
.crane-shop-single .woocommerce-review-link {
color: inherit;
margin-bottom: 10px;
margin-left: 5px; }
.crane-shop-single .price {
font-size: 18px;
font-weight: 700; }
.crane-shop-single .quantity {
margin-right: 15px; }
.crane-shop-single .added_to_cart {
display: none !important; }
.crane-shop-single .cart {
margin-bottom: 40px;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-ms-flex-wrap: wrap;
flex-wrap: wrap; }
.crane-shop-single .variations_form {
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-ms-flex-direction: column;
flex-direction: column; }
.crane-shop-single .variations_form table {
margin-bottom: 0; }
.crane-shop-single .variations_form .woocommerce-variation p {
margin-bottom: 10px !important; }
.crane-shop-single .variations_form .woocommerce-variation-description p {
margin-bottom: 15px; }
.crane-shop-single .variations_form .woocommerce-variation-price .price {
margin-bottom: 15px;
display: block; }
.crane-shop-single .variations_form .woocommerce-variation-availability p {
margin-bottom: 15px; }
.crane-shop-single .variations_form .reset_variations {
display: none !important; }
.crane-shop-single .variations td {
border: none;
padding: 0 0 25px 0;
vertical-align: middle; }
.crane-shop-single .variations .value {
padding-right: 0; }
.crane-shop-single .variations .label {
padding-left: 0;
width: 80px; }
.crane-shop-single .woocommerce-variation-add-to-cart {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-ms-flex-wrap: wrap;
flex-wrap: wrap; }
.crane-shop-single .ajaxerrors {
color: #ff6347; }
.crane-shop-single .out-of-stock {
font-weight: 700;
margin-bottom: 15px !important; }
.crane-shop-single .related,
.crane-shop-single .upsells,
.crane-shop-single .cross-sells {
position: relative;
clear: both;
padding: 30px 15px 0; }
.crane-shop-single .related h2,
.crane-shop-single .upsells h2,
.crane-shop-single .cross-sells h2 {
margin-bottom: 50px;
text-align: center;
text-transform: uppercase;
font-size: 20px;
font-weight: 700; }
.crane-shop-single #review_form_wrapper {
margin-bottom: 50px; }
@media (min-width: 769px) {
.crane-shop-single .summary {
float: right;
clear: right;
width: 47.665%; } } .crane-shop-single form.cart {
display: block;
-ms-flex-wrap: inherit;
flex-wrap: inherit; }
.crane-shop-single form.cart .quantity {
float: left; }
.woocommerce-product-details__short-description {
margin-top: 7px;
margin-bottom: 28px;
padding-top: 28px;
border-top: 1px solid; }
.product_meta {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-ms-flex-direction: column;
flex-direction: column; }
.product_meta span:not(:last-child) {
margin-bottom: 10px; }
.woocommerce-tabs {
padding: 0 15px; }
.woocommerce-tabs .tabs {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
list-style: none;
border-top: 1px solid;
border-bottom: 1px solid; }
.woocommerce-tabs .tabs > li {
position: relative;
margin-bottom: 0; }
.woocommerce-tabs .tabs > li > a {
display: block;
padding: 12px 15px;
color: inherit !important;
font-size: 14px;
line-height: 25px; }
.woocommerce-tabs .tabs > li.active::before {
position: absolute;
right: 0;
bottom: -3px;
left: 0;
width: 100%;
height: 3px;
margin-right: auto;
margin-left: auto;
content: ""; }
.woocommerce-tabs .tabs > li.active::after {
position: absolute;
right: 0;
bottom: -7px;
left: 0;
width: 0;
height: 0;
margin-right: auto;
margin-left: auto;
content: "";
border-width: 7px 6px 0;
border-style: solid;
border-color: transparent; }
.woocommerce-tabs h2 {
display: none !important; }
.woocommerce-tabs p {
padding-left: 0 !important; }
.woocommerce-tabs .shop_attributes {
text-align: left;
table-layout: fixed;
overflow: hidden; }
.woocommerce-tabs .shop_attributes th {
width: 100px; }
.woocommerce-tabs .shop_attributes th,
.woocommerce-tabs .shop_attributes td {
padding: 15px; }
@media (min-width: 769px) {
.woocommerce-tabs {
width: 47.66666667%;
float: right;
clear: right; } }
.woocommerce-Reviews .commentlist {
list-style: none; }
.woocommerce-Reviews .comment {
margin-bottom: 40px; }
.woocommerce-Reviews .comment_container {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: start;
-ms-flex-align: start;
align-items: flex-start; }
.woocommerce-Reviews .avatar {
margin-right: 15px;
width: 60px; }
.woocommerce-Reviews .commentlist .comment-text {
padding: 14px;
border: 1px solid;
border-radius: 4px;
-webkit-box-flex: 1;
-ms-flex: 1;
flex: 1;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-ms-flex-direction: column;
flex-direction: column; }
.woocommerce-Reviews .comment-form label {
display: block;
margin-bottom: 10px; }
.woocommerce-Reviews .form-submit {
margin-bottom: 31px !important; }
@media (max-width: 1100px) {
.woocommerce-Reviews .comment-form-author,
.woocommerce-Reviews .comment-form-email,
.woocommerce-Reviews .comment-form-url {
width: 100%;
margin-right: 0 !important; } }
@media (min-width: 768px) {
.woocommerce .cart-collaterals {
margin-bottom: 60px; }
.woocommerce .shop_table td,
.woocommerce .shop_table th {
text-transform: uppercase;
font-size: 13px;
font-weight: 700;
border-top: none;
border-left: none;
border-right: none;
border-bottom-width: 1px;
border-bottom-style: solid; }
.woocommerce .woocommerce-shipping-methods li {
list-style-type: none;
margin-bottom: 8px; }
.woocommerce .woocommerce-shipping-methods li .shipping_method {
margin: 0 10px 0 0; }
.woocommerce-cart .crane-content-inner {
padding-left: 15px;
padding-right: 15px; }
.woocommerce-cart .shop_table.cart td:last-child {
width: 142px; }
.woocommerce-cart .shop_table {
vertical-align: middle; }
.woocommerce-cart .shop_table thead {
background-color: #fbfbfb; }
.woocommerce-cart .shop_table th {
padding: 16px 11px; }
.woocommerce-cart .shop_table th:last-child {
text-align: right;
padding-right: 36px; }
.woocommerce-cart .shop_table tr {
text-align: left; }
.woocommerce-cart .shop_table tbody tr {
border-bottom: 1px solid #e9e9e9; }
.woocommerce-cart .shop_table td {
padding: 37px 11px;
vertical-align: middle;
font-size: 15px; }
.woocommerce-cart .shop_table td:last-child {
text-align: right;
padding-right: 36px;
font-weight: 700; }
.woocommerce-cart .shop_table .product-remove {
width: 9px;
padding-left: 26px;
text-align: center; }
.woocommerce-cart .shop_table .product-remove a {
width: 34px;
height: 34px;
display: block;
line-height: 34px;
font-size: 14px;
color: inherit; }
.woocommerce-cart .shop_table .product-thumbnail {
width: 108px; }
.woocommerce-cart .shop_table .product-price {
width: 130px;
text-align: center; }
.woocommerce-cart .shop_table .product-quantity {
width: 160px;
text-align: center; }
.woocommerce-cart .shop_table .product-quantity .quantity {
width: 70px;
margin: auto; }
.woocommerce-cart .shop_table .actions {
padding: 37px 36px;
text-align: right; }
.woocommerce-cart .shop_table .actions .coupon {
float: left;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center; }
.woocommerce-cart .shop_table .actions .coupon label {
display: none; }
.woocommerce-cart .shop_table .actions .coupon .input-text {
width: 238px;
margin-right: 10px; }
.woocommerce-cart .cart_totals .shop_table th {
padding: 37px 36px; }
.woocommerce-cart .cart_totals .shop_table .order-total td {
font-weight: 400; }
.woocommerce-cart .cart_totals .wc-proceed-to-checkout {
text-align: right;
padding: 19px 36px; }
.woocommerce-cart .product-thumbnail a {
border: 1px solid #eaeaea;
padding: 2px;
display: block; }
.woocommerce-cart .product-thumbnail img {
display: block;
margin: 0 auto;
width: 80px; } }
.woocommerce-cart .cart-collaterals h2 {
display: none; }
@media (max-width: 767px) {
.cart-collaterals tr:last-child th,
.cart-collaterals tr:last-child td {
border-bottom: none; }
.cart-collaterals td,
.woocommerce-cart-form__contents td {
text-align: right; }
.cart-collaterals td,
.cart-collaterals th,
.woocommerce-cart-form__contents td {
padding: 14px 0; }
.woocommerce-cart-form__contents thead {
display: none; }
.woocommerce-cart-form__contents tbody,
.woocommerce-cart-form__contents tr,
.woocommerce-cart-form__contents td {
display: table;
width: 100%;
border-collapse: separate; }
.woocommerce-cart-form__contents tr {
margin-bottom: 30px; }
.woocommerce-cart-form__contents td {
padding: 14px 0;
text-align: right; }
.woocommerce-cart-form__contents td[data-title]::before {
content: attr(data-title) ": "; }
.woocommerce-cart-form__contents td::before {
white-space: nowrap;
width: 50%;
display: table-cell;
text-align: left;
font-weight: bold; }
.woocommerce-cart-form__contents td:last-child {
border-bottom: none; }
.woocommerce-cart-form__contents .quantity input.qty {
padding: 5px 10px;
width: 58px;
text-align: right; }
.woocommerce-cart-form__contents .product-thumbnail {
text-align: left; }
.woocommerce-cart-form__contents .product-thumbnail img {
max-width: 50px; }
.woocommerce-cart-form__contents .actions {
margin-bottom: 35px;
border-bottom: none;
padding-bottom: 0; }
.woocommerce-cart-form__contents .actions button[type="submit"] {
width: 100%; }
.woocommerce-cart-form__contents .coupon input,
.woocommerce-cart-form__contents .coupon .button {
margin-bottom: 12px; }
.woocommerce-cart-form__contents .coupon label {
display: none; }
.woocommerce-cart-form__contents .coupon .button {
display: block;
width: 100%; }
.wc-proceed-to-checkout a {
width: 100%; }
.woocommerce-cart-form__cart-item .product-remove {
position: absolute;
border: none;
width: 25px;
right: 15px;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
font-size: 22px; } }
.woocommerce-cart .woocommerce {
padding-left: 15px;
padding-right: 15px; }
.woocommerce-cart-form .variation dt,
.woocommerce-cart-form .variation dd {
float: left; }
.woocommerce-cart-form .variation dt {
clear: left; }
.woocommerce-cart-form .variation dd {
margin-left: 5px; }
.woocommerce .form-row label {
margin-bottom: 8px;
display: inline-block; }
.woocommerce .form-row .required {
text-decoration: none; }
.woocommerce #customer_details::after,
.woocommerce #order_review_heading::after,
.woocommerce #order_review::after,
.woocommerce .form-row::after,
.woocommerce form.woocommerce-checkout::after {
content: "";
display: block;
clear: both; } .woocommerce-checkout-review-order-table,
.woocommerce-table--order-details,
.woocommerce-checkout-payment {
background-color: #202022;
color: #fff; }
.woocommerce-checkout-payment {
padding-top: 30px; }
.woocommerce-checkout-review-order-table {
margin-bottom: 0 !important; }
.woocommerce-checkout-review-order-table,
.woocommerce-table--order-details {
border-collapse: separate;
padding: 0 23px;
word-wrap: break-word;
table-layout: fixed; }
.woocommerce-checkout-review-order-table tr,
.woocommerce-table--order-details tr {
border-bottom: 1px dotted; }
.woocommerce-checkout-review-order-table .product-name,
.woocommerce-checkout-review-order-table .product-total,
.woocommerce-checkout-review-order-table tfoot th,
.woocommerce-checkout-review-order-table tfoot td,
.woocommerce-table--order-details .product-name,
.woocommerce-table--order-details .product-total,
.woocommerce-table--order-details tfoot th,
.woocommerce-table--order-details tfoot td {
padding: 32px 0; }
.woocommerce-checkout-review-order-table .product-name,
.woocommerce-checkout-review-order-table tfoot th,
.woocommerce-table--order-details .product-name,
.woocommerce-table--order-details tfoot th {
text-align: left; }
.woocommerce-checkout-review-order-table .product-total,
.woocommerce-checkout-review-order-table tfoot td,
.woocommerce-table--order-details .product-total,
.woocommerce-table--order-details tfoot td {
text-align: right; }
body.woocommerce-checkout .woocommerce-checkout {
margin-left: -15px;
margin-right: -15px; }
body.woocommerce-checkout .crane-content-inner {
padding-left: 15px;
padding-right: 15px; }
form.woocommerce-checkout p.form-row {
margin-bottom: 15px !important; }
form.woocommerce-checkout .form-row-wide {
width: 100%;
clear: both; }
form.woocommerce-checkout #customer_details,
form.woocommerce-checkout #order_review {
margin-bottom: 60px; }
@media (min-width: 769px) {
form.woocommerce-checkout #customer_details,
form.woocommerce-checkout #order_review_heading,
form.woocommerce-checkout #order_review,
form.woocommerce-checkout .form-row-first,
form.woocommerce-checkout .form-row-last {
width: 50%;
float: left; } }
form.woocommerce-checkout .form-row,
form.woocommerce-checkout h3,
form.woocommerce-checkout #customer_details,
form.woocommerce-checkout #order_review {
position: relative;
padding-left: 15px;
padding-right: 15px; }
form.woocommerce-checkout h3 {
font-size: 16px;
font-weight: 600; }
form.woocommerce-checkout #customer_details .col-1,
form.woocommerce-checkout #customer_details .col-2 {
margin-left: -15px;
margin-right: -15px; }
form.woocommerce-checkout #customer_details div.create-account p {
padding-left: 15px;
padding-right: 15px; }
form.woocommerce-checkout .woocommerce-checkout-payment .payment_methods {
list-style: none;
color: #fff;
margin-bottom: 0;
padding: 0 23px; }
form.woocommerce-checkout .woocommerce-checkout-payment .payment_methods .wc_payment_method {
padding-bottom: 23px;
margin-bottom: 0; }
form.woocommerce-checkout .woocommerce-checkout-payment .payment_methods .wc_payment_method .input-radio {
display: none; }
form.woocommerce-checkout .woocommerce-checkout-payment .payment_methods .wc_payment_method .input-radio:checked + label::after {
opacity: 1; }
form.woocommerce-checkout .woocommerce-checkout-payment .payment_methods .wc_payment_method label {
margin-bottom: 16px;
display: block;
position: relative;
padding-left: 24px; }
form.woocommerce-checkout .woocommerce-checkout-payment .payment_methods .wc_payment_method label::before, form.woocommerce-checkout .woocommerce-checkout-payment .payment_methods .wc_payment_method label::after {
content: "";
position: absolute;
border-radius: 50%;
top: 50%;
-webkit-transform: translateY(-50%);
transform: translateY(-50%); }
form.woocommerce-checkout .woocommerce-checkout-payment .payment_methods .wc_payment_method label::before {
left: 0;
width: 14px;
height: 14px;
background-color: #1a1a1b; }
form.woocommerce-checkout .woocommerce-checkout-payment .payment_methods .wc_payment_method label::after {
left: 4px;
width: 6px;
height: 6px;
background-color: #93cb52;
opacity: 0;
-webkit-transition: opacity 0.3s;
transition: opacity 0.3s; }
form.woocommerce-checkout .woocommerce-checkout-payment .payment_methods .wc_payment_method label a {
font-size: 12px;
margin-left: 8px; }
form.woocommerce-checkout .woocommerce-checkout-payment .payment_methods .payment_box {
opacity: 0.8; }
form.woocommerce-checkout .woocommerce-checkout-payment .payment_method_paypal img {
display: none; }
form.woocommerce-checkout .woocommerce-checkout-payment .place-order {
padding: 0; }
form.woocommerce-checkout .woocommerce-checkout-payment .place-order .button {
width: 100%;
display: block; }
form.woocommerce-checkout .woocommerce-checkout-payment .place-order .woocommerce-terms-and-conditions-wrapper {
padding: 0 23px;
margin-bottom: 23px; } .woocommerce-thankyou-order-received {
font-size: 23px; }
.woocommerce-table--order-details tfoot tr:last-child th,
.woocommerce-table--order-details tfoot tr:last-child td {
border: none; }
.woocommerce-table__line-item.order_item .wc-item-meta {
list-style-type: none; }
.woocommerce-table__line-item.order_item .wc-item-meta li p {
display: inline-block; } .woocommerce-NoticeGroup {
margin-bottom: 25px;
margin-left: 15px;
margin-right: 15px; }
.woocommerce-message,
.woocommerce-info,
.woocommerce-error {
margin-bottom: 25px;
padding: 18px;
color: #fff;
border-top: none;
font-size: 15px;
line-height: 1.4;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
-webkit-box-flex: 1;
-ms-flex: 1 100%;
flex: 1 100%;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center; }
.woocommerce-message .button,
.woocommerce-info .button,
.woocommerce-error .button {
background-color: transparent !important;
color: #fff !important;
border: 2px solid #fff;
margin-left: auto; }
.woocommerce-message .button:hover,
.woocommerce-info .button:hover,
.woocommerce-error .button:hover {
background-color: #fff !important;
color: #686868 !important; }
.woocommerce-message a:not(.button),
.woocommerce-info a:not(.button),
.woocommerce-error a:not(.button) {
margin-left: 8px;
border-bottom: 1px dashed;
color: inherit !important; }
.woocommerce-message,
.woocommerce-info,
.demo_store {
background-color: #89bd4c; }
.woocommerce-error {
background-color: #f45336;
list-style: none;
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-ms-flex-direction: column;
flex-direction: column;
-webkit-box-align: start;
-ms-flex-align: start;
align-items: flex-start;
line-height: 1.8; }
.woocommerce-error li:only-of-type {
margin-bottom: 0; }
.woocommerce-message a.button,
.woocommerce-info a.button {
-webkit-box-ordinal-group: 3;
-ms-flex-order: 2;
order: 2; }
@media (max-width: 600px) {
.woocommerce-message,
.woocommerce-info,
.woocommerce-error {
padding: 15px;
line-height: 20px; } }
.woocommerce form.checkout_coupon p:not(.form-row),
.woocommerce form.login p:not(.form-row) {
padding-left: 15px;
padding-right: 15px; }
.woocommerce form.checkout_coupon .inline,
.woocommerce form.login .inline {
margin-left: 10px; }
p.demo_store {
position: fixed;
bottom: 0;
left: 0;
width: 100%;
z-index: 100;
right: 0;
margin: 0;
font-size: 1em;
padding: 1em 0;
text-align: center;
-webkit-box-shadow: 0 1px 1em rgba(0, 0, 0, 0.2);
box-shadow: 0 1px 1em rgba(0, 0, 0, 0.2);
color: #fff; } .woocommerce .onsale {
position: absolute;
z-index: 10;
cursor: default;
-webkit-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
text-align: center;
text-transform: uppercase;
color: #fff;
padding: 5px 8px;
font-size: 12px;
font-weight: 700;
line-height: 14px;
pointer-events: none; }
.woocommerce ul.products .product .onsale {
top: 14px;
left: 0; }
.crane-shop-single .product .onsale {
top: 27px;
left: 15px;
padding: 10px;
font-size: 14px; } .woocommerce .cart-empty,
.woocommerce .return-to-shop {
text-align: center; }
.woocommerce .cart-empty {
margin-top: 95px;
margin-bottom: 45px;
font-size: 30px; }
.woocommerce .return-to-shop {
margin-bottom: 95px !important; }
.woocommerce-ResetPassword {
max-width: 600px;
margin-left: auto;
margin-right: auto; }
.woocommerce-ResetPassword p:first-of-type {
font-size: 18px; } .woocommerce .star-rating {
position: relative;
float: left;
overflow: hidden;
width: 71px;
height: 15px;
margin-bottom: 10px;
vertical-align: middle;
font-family: FontAwesome;
font-size: 15px;
line-height: 1; }
.woocommerce .star-rating::before {
position: absolute;
top: 0;
left: 0;
float: left;
content: "\f005\f005\f005\f005\f005";
color: #e5e5e5; }
.woocommerce .star-rating span {
position: absolute;
top: 0;
left: 0;
float: left;
overflow: hidden;
padding-top: 15px; }
.woocommerce .star-rating span::before {
position: absolute;
top: 0;
left: 0;
content: "\f005\f005\f005\f005\f005"; }
.woocommerce p.stars a {
position: absolute;
top: 0;
left: 0;
display: block;
overflow: hidden;
width: 26px;
height: 0;
padding-top: 26px;
-webkit-transition: none;
transition: none; }
.woocommerce p.stars a:hover::after {
display: block; }
.woocommerce p.stars a.active {
color: #fab710; }
.woocommerce p.stars a.active::after {
display: block; }
.woocommerce .stars span {
position: relative;
display: block;
width: 100px;
height: 22px;
text-align: left;
white-space: nowrap; }
.woocommerce .stars span::after {
position: absolute;
top: 0;
left: 0;
display: block;
width: 102px;
height: 22px;
content: "\f005\f005\f005\f005\f005";
opacity: 0.5;
color: #999;
font-family: FontAwesome;
font-size: 22px;
line-height: 22px; }
.woocommerce .stars span a::after {
position: absolute;
top: 0;
left: 0;
display: none;
width: 100px;
height: 22px;
content: "\f005\f005\f005\f005\f005";
text-align: center;
font-family: FontAwesome;
font-size: 22px;
line-height: 22px; }
.woocommerce p.stars a.star-1 {
z-index: 10;
width: 20px; }
.woocommerce p.stars a.star-2 {
z-index: 9;
width: 40px; }
.woocommerce p.stars a.star-3 {
z-index: 8;
width: 60px; }
.woocommerce p.stars a.star-4 {
z-index: 7;
width: 80px; }
.woocommerce p.stars a.star-5 {
z-index: 6;
width: 102px; }
.product-category img {
margin-bottom: 10px; }
.product-category .count {
color: inherit; } .woocommerce-account .woocommerce-LostPassword {
padding: 0 !important; }
@media (min-width: 769px) {
.woocommerce-account .woocommerce {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-ms-flex-wrap: wrap;
flex-wrap: wrap; }
.woocommerce-account .woocommerce .woocommerce-form {
width: 100%; }
.woocommerce-account .woocommerce .u-columns {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
width: 100%;
-webkit-box-pack: justify;
-ms-flex-pack: justify;
justify-content: space-between; }
.woocommerce-account .woocommerce .u-columns > div {
width: 47%; }
.woocommerce-MyAccount-navigation {
width: 20%; }
.woocommerce-orders-table__cell:last-child,
.woocommerce-orders-table__header:last-child {
width: 1px;
white-space: nowrap; } } .woocommerce-MyAccount-navigation-link.is-active {
font-weight: bold; }
.woocommerce-MyAccount-navigation ul {
list-style-type: none; }
.woocommerce-MyAccount-navigation a {
color: inherit; } .woocommerce-MyAccount-content {
-webkit-box-flex: 1;
-ms-flex: 1;
flex: 1; } .woocommerce-orders-table__header {
padding-top: 0; }
.woocommerce-orders-table__row:last-child .woocommerce-orders-table__cell {
border-bottom: none; } .woocommerce-address-fields__field-wrapper {
margin-bottom: 35px; }
@media (max-width: 767px) {
.woocommerce-account .u-columns > div:not(:last-of-type) {
margin-bottom: 30px; }
.woocommerce-MyAccount-content thead {
display: none; }
.woocommerce-MyAccount-content tbody,
.woocommerce-MyAccount-content tr,
.woocommerce-MyAccount-content td {
display: table;
width: 100%;
border-collapse: separate; }
.woocommerce-MyAccount-content tr {
margin-bottom: 30px; }
.woocommerce-MyAccount-content td {
padding: 14px 0;
text-align: right; }
.woocommerce-MyAccount-content td[data-title]::before {
content: attr(data-title) ": "; }
.woocommerce-MyAccount-content td::before {
white-space: nowrap;
width: 50%;
display: table-cell;
text-align: left;
font-weight: bold; }
.woocommerce-MyAccount-content td:last-child {
border-bottom: none; } }
.mini_cart_item {
line-height: 22px;
min-height: 85px;
padding-left: 80px;
margin-bottom: 20px !important;
position: relative; }
.mini_cart_item .remove {
position: absolute;
right: 0;
top: 50%;
-webkit-transform: translateY(-50%);
transform: translateY(-50%);
width: 20px;
height: 20px;
text-align: center;
font-size: 18px; }
.mini_cart_item a:not(.remove) {
margin-right: 20px;
display: block; }
.mini_cart_item a:not(.remove) img {
width: 68px;
position: absolute;
top: 0;
left: 0; }
.mini_cart_item > img {
width: 68px;
position: absolute;
top: 0;
left: 0; }
.mini_cart_item .variation {
margin-right: 20px; }
.mini_cart_item .variation dt,
.mini_cart_item .variation dd {
display: inline-block; }
.mini_cart_item .variation dd {
font-weight: 700;
margin-left: 0; }
.mini_cart_item .variation:last-of-type {
margin-bottom: 0; }
.ui-slider-horizontal {
height: 20px;
margin-right: auto;
margin-left: auto;
position: relative; }
.ui-slider-horizontal::before {
content: "";
position: absolute;
border-radius: 4px;
top: 6px;
left: 0;
right: 0;
height: 10px;
-webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.12) inset;
box-shadow: 0 1px 2px rgba(0, 0, 0, 0.12) inset; }
.ui-slider-horizontal .ui-slider-handle {
position: absolute;
top: 0;
width: 20px;
height: 20px;
cursor: pointer;
border-radius: 50%;
background: #f5f5f5;
-webkit-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.25), 0 9px 8px rgba(0, 0, 0, 0.035), 0 1px 0 #fff inset;
box-shadow: 0 1px 4px rgba(0, 0, 0, 0.25), 0 9px 8px rgba(0, 0, 0, 0.035), 0 1px 0 #fff inset;
margin-left: -1px; }
.ui-slider-horizontal .ui-slider-handle:last-child {
margin-left: -19px; }
.ui-slider-horizontal .ui-slider-range {
position: absolute;
height: 10px;
top: 6px; }
.price_slider_amount {
margin-top: 20px;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
-webkit-box-pack: justify;
-ms-flex-pack: justify;
justify-content: space-between;
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-ms-flex-direction: column;
flex-direction: column; }
.price_slider_amount .price_label {
-webkit-box-ordinal-group: 0;
-ms-flex-order: -1;
order: -1;
margin-bottom: 20px; }
.price_slider_amount button {
color: #686868;
border: 2px solid #686868;
background-color: #fff;
line-height: 1.9; }
.price_slider_amount button:hover, .price_slider_amount button:focus {
color: #fff;
border-color: #393b3f;
background-color: #393b3f; }
@media (max-width: 767px) {
.price_slider_amount {
margin-top: 45px; } }
.product_list_widget:not(.cart_list) li {
position: relative;
padding-left: 86px;
line-height: 1.2; }
.product_list_widget:not(.cart_list) li > a,
.product_list_widget:not(.cart_list) li > .star-rating {
display: block;
margin-bottom: 10px; }
.product_list_widget:not(.cart_list) li img {
width: 68px;
position: absolute;
top: 0;
left: 0; }
.product_list_widget:not(.cart_list) li .star-rating {
float: none; }
.product_list_widget:not(.cart_list) li del {
opacity: 0.5;
margin-right: 8px; }
.product_list_widget:not(.cart_list) li ins {
text-decoration: none; } .crane-privacy-toolbar {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
-webkit-box-pack: justify;
-ms-flex-pack: justify;
justify-content: space-between;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
-webkit-box-flex: 1;
-ms-flex: 1 1 100%;
flex: 1 1 100%;
position: fixed;
bottom: 0;
left: 0;
right: 0;
width: 100%;
padding: 14px 24px;
z-index: 999;
background-color: #1b1f26;
-webkit-transition: -webkit-transform ease-in 0.2s;
transition: -webkit-transform ease-in 0.2s;
transition: transform ease-in 0.2s;
transition: transform ease-in 0.2s, -webkit-transform ease-in 0.2s; }
.crane-privacy-toolbar .crane-privacy__preferences,
.crane-privacy-toolbar .crane-privacy__learnmore {
margin-right: 15px;
display: -webkit-inline-box;
display: -ms-inline-flexbox;
display: inline-flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center; }
@media (max-width: 1170px) {
.crane-privacy-toolbar__text {
margin-bottom: 20px;
width: 100%;
font-size: 12px; } }
.crane-privacy-toolbar__action {
display: -webkit-box;
display: -ms-flexbox;
display: flex; }
@media (max-width: 1170px) {
.crane-privacy-toolbar .crane-privacy__btn {
padding: 5px 16px; } }
.crane-privacy-toolbar__text {
color: #fff;
font-family: "Open Sans";
font-weight: 400;
text-transform: none;
font-size: 14px; }
.crane-privacy__btn {
line-height: 1;
height: 36px; }
.crane-privacy__btn--white {
background-color: #fff;
color: #000 !important; }
.crane-privacy__btn--flat {
-webkit-box-shadow: none;
box-shadow: none;
background-color: transparent;
color: #000 !important; }
.crane-privacy__btn--flat:hover {
background-color: rgba(213, 213, 214, 0.9); }
.crane-privacy-dialog {
position: relative;
background: #fff;
padding: 24px;
width: auto;
max-width: 800px;
margin: 24px auto; }
.crane-privacy-dialog__header {
margin-bottom: 24px; }
.crane-privacy-dialog__elem {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
border-top: 1px solid #eaeaea;
-webkit-box-pack: justify;
-ms-flex-pack: justify;
justify-content: space-between;
padding: 16px 0; }
@media (max-width: 767px) {
.crane-privacy-dialog__elem {
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-ms-flex-direction: column;
flex-direction: column; }
.crane-privacy-dialog__elem > *:not(:last-child) {
margin-bottom: 10px; } }
.crane-privacy-dialog__service-name {
padding-right: 16px;
max-width: 180px;
width: 100%;
font-weight: bold; }
.crane-privacy-dialog__service-desc {
padding-right: 16px;
-webkit-box-flex: 1;
-ms-flex-positive: 1;
flex-grow: 1; }
.crane-privacy-dialog__required {
font-weight: bold; }
.crane-privacy-dialog__footer {
border-top: 1px solid #eaeaea;
padding-top: 24px; } .mfp-fade.mfp-bg {
opacity: 0;
-webkit-transition: all 0.15s ease-out;
transition: all 0.15s ease-out; } .mfp-fade.mfp-bg.mfp-ready {
opacity: 0.8; } .mfp-fade.mfp-bg.mfp-removing {
opacity: 0; } .mfp-fade.mfp-wrap .mfp-content {
opacity: 0;
-webkit-transition: all 0.15s ease-out;
transition: all 0.15s ease-out; } .mfp-fade.mfp-wrap.mfp-ready .mfp-content {
opacity: 1; } .mfp-fade.mfp-wrap.mfp-removing .mfp-content {
opacity: 0; }
.crane-privacy-blocked-content {
position: relative;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
-webkit-box-pack: justify;
-ms-flex-pack: justify;
justify-content: space-between;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
background-color: #424242;
width: 100%;
height: 100%; }
.crane-privacy-blocked-content::before {
padding-bottom: 56.25%;
content: ''; }
.crane-privacy-blocked-content .crane-privacy__preferences,
.crane-privacy-blocked-content .crane-privacy__learnmore {
text-decoration: underline; }
.crane-privacy-blocked-content__txt {
color: #fff;
font-family: "Open Sans";
font-weight: 400;
text-transform: none;
font-size: 14px; }
.crane-privacy-blocked-content__txt {
margin: auto;
text-align: center;
width: 70%; }
.crane-blog-ratio_origin .crane-video .crane-privacy-blocked-content {
position: absolute;
left: 0;
top: 0; }
.crane-blog-ratio_origin .crane-video .crane-privacy-blocked-content::before {
content: none; }
.wpb_video_wrapper .crane-privacy-blocked-content {
position: absolute !important;
top: 0;
left: 0; } .crane-toggle__header {
padding-top: 36px;
padding-bottom: 36px; }
.crane-toggle__header-content {
cursor: pointer; }
.crane-toggle__header,
.crane-toggle__header-content {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center; }
.crane-toggle__txt {
margin-right: 42px;
color: #fff;
font-size: 18px;
font-weight: 400;
line-height: 25px; }
.icon-plus {
width: 10px;
height: 10px;
background: url(//crown.org.nz/wp-content/themes/crane/assets/images/icon-plus.svg) center no-repeat;
padding: 15px;
border: 1px solid #fff;
border-radius: 50%; }
.crane-toggle__body--toggled .icon-plus {
background: url(//crown.org.nz/wp-content/themes/crane/assets/images/icon-minus.svg) center no-repeat; } .timeline__scale {
position: relative;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-ms-flex-direction: column;
flex-direction: column; }
.timeline__line {
position: absolute;
left: 91px;
width: 1px;
border-right: 1px solid white; }
.timeline__scale__item {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
margin-bottom: 10px;
margin-left: 29px; }
.timeline__scale__item__year {
position: relative;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: start;
-ms-flex-align: start;
align-items: flex-start;
width: 16%; }
.timeline__scale__item__year-inner {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
cursor: pointer;
color: white;
font-size: 16px;
font-weight: 700;
line-height: 25px; }
.timeline__scale__item__year__circle {
position: relative;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
width: 16px;
height: 16px;
margin-left: 17.5px;
-webkit-transition: all ease 0.15s;
transition: all ease 0.15s;
vertical-align: middle;
border: 2px solid white;
border-radius: 50%;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
-ms-flex-negative: 0;
flex-shrink: 0; }
.timeline__scale__item.selected .timeline__scale__item__year__circle {
width: 20px;
height: 20px;
margin-left: 15.5px;
border-width: 2px; }
.timeline__scale__item__year__circle span {
width: 6px;
height: 6px;
-webkit-transition: all ease 0.15s;
transition: all ease 0.15s;
color: white;
border-radius: 50%;
background-color: #fff; }
.timeline__scale__item.selected .timeline__scale__item__year__circle span {
width: 10px;
height: 10px; }
.timeline__scale__item__txt {
display: block;
width: 70%;
max-width: 420px;
margin-left: 15px;
color: white;
font-size: 14px;
font-weight: 400;
line-height: 25px; }
@media (min-width: 300px) and (max-width: 419px) {
.timeline__scale__item__year {
width: 30%; } }
@media (min-width: 420px) and (max-width: 600px) {
.timeline__scale__item__year {
width: 23%; } }
@media (min-width: 601px) and (max-width: 767px) {
.timeline__scale__item__year {
width: 20%; } } .progress-bar {
position: relative;
margin-bottom: 20px; }
.progress-bar__title {
display: inline-block;
margin-bottom: 6px;
color: #686868;
font-size: 14px;
font-weight: 400;
line-height: 25px; }
.progress-bar__bar-wrapper {
position: relative;
width: 100%;
height: 10px;
background-color: #e8e8e8; }
.progress-bar__bar {
position: absolute;
top: 0;
left: 0;
width: 88%;
height: 100%;
-webkit-transition: 1s;
transition: 1s; }
.progress-bar__bar0 {
width: 0 !important; }
.progress-bar--blue .progress-bar__bar {
background-color: #8aceda; }
.progress-bar--green .progress-bar__bar {
background-color: #93cb52; }
.progress-bar__value {
position: absolute;
top: -31px;
right: -15px;
display: block;
color: #686868;
font-size: 14px;
font-weight: 700;
line-height: 25px; }
.progress-bar--tooltip .progress-bar__value {
right: 0;
padding: 4px 7px;
opacity: 0.75;
color: white;
border-radius: 1px;
background-color: black;
line-height: 1; }
.progress-bar--tooltip .progress-bar__value::after {
position: absolute;
right: 0;
bottom: -5px;
left: 0;
width: 0;
height: 0;
margin-right: auto;
margin-left: auto;
content: '';
border-width: 5px 5px 0 5px;
border-style: solid;
border-color: #000 transparent transparent transparent; } .crane-blog-ratio_origin .crane-video,
.crane-blog-layout-standard .crane-video,
.crane-blog-archive-layout-standard .crane-video,
.crane-blog-single .crane-video {
position: relative;
padding-top: 56.25%;
height: 0; }
.crane-blog-ratio_origin .crane-video iframe,
.crane-blog-layout-standard .crane-video iframe,
.crane-blog-archive-layout-standard .crane-video iframe,
.crane-blog-single .crane-video iframe {
height: 100% !important;
width: 100%;
position: absolute;
top: 0;
left: 0; }
.crane-blog-grid-item.sticky .crane-blog-grid-meta__title {
font-weight: 600; }
.crane-blog-grid-item.sticky .post__main__txt-wrapper {
background-color: rgba(133, 191, 67, 0.2);
padding: 14px; }
.crane-blog-widget-mobile .crane-blog-grid-item {
width: 100%; } .crane-blog-grid-item-placeholder {
position: relative;
background-size: cover;
background-repeat: no-repeat;
background-position: center; }
.crane-blog-grid-item-placeholder a {
height: 100%;
display: block; }
.crane-blog-grid-item-wrapper {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-ms-flex-direction: column;
flex-direction: column;
background-color: #fff; }
.crane-blog-grid-item-wrapper .embeded-content {
margin-bottom: 0;
position: relative;
z-index: 99; }
.crane-blog-grid-item-wrapper .post-format-link__top {
margin-bottom: 0;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-ms-flex-direction: column;
flex-direction: column;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
margin-left: 84px;
padding-left: 10px;
min-height: 90px; }
.crane-blog-grid-item-wrapper .post-format-link__top::after {
width: 56px;
height: 56px;
background-size: cover;
top: 50%;
-webkit-transform: translateY(-50%);
transform: translateY(-50%);
left: -66px; }
.crane-blog-grid-item-wrapper .post-format-link__top .crane-blog-post__title {
font-size: 16px; }
.crane-blog-grid-item-wrapper .post-format-link__link {
margin-bottom: 0; }
.crane-blog-grid-item-wrapper .crane-blockquote-main {
padding: 57px 19px 28px 16px;
margin-bottom: 0 !important;
font-size: 17px;
line-height: 22px; }
.crane-blog-grid-item-wrapper .crane-blockquote-main::after {
content: '';
position: absolute;
top: 19px;
left: 16px;
width: 24px;
height: 18px;
background: transparent url(//crown.org.nz/wp-content/themes/crane/assets/images/quote-alt2.png) center no-repeat; }
.crane-blog-grid-item-wrapper .crane-blockquote-main cite {
margin-bottom: 0;
-ms-flex-item-align: end;
align-self: flex-end;
font-style: italic; }
.crane-blog-grid-meta {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-ms-flex-direction: column;
flex-direction: column; }
.crane-blog-grid-meta > *:last-child {
margin-bottom: 0 !important; }
.crane-blog-grid-meta__title {
margin-bottom: 10px;
font-size: 14px;
font-weight: 600;
line-height: 21px; }
.crane-blog-grid-meta__excerpt {
margin-bottom: 24px !important;
font-size: 14px;
font-weight: 400;
line-height: 25px;
overflow: hidden; }
.crane-blog-grid-meta .crane-blog-grid-meta__wrapper:not(:only-child) {
padding-top: 25px; }
.crane-blog-grid-meta__wrapper {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
margin-left: -5px;
margin-right: -5px;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
-ms-flex-wrap: wrap;
flex-wrap: wrap; }
.crane-blog-grid-meta__wrapper .crane-comments,
.crane-blog-grid-meta__wrapper .crane-share-icon {
font-size: 21px; }
.crane-blog-grid-meta__wrapper .crane-comments {
padding: 0 5px 0;
margin-bottom: 0; }
.crane-blog-grid-meta__wrapper .crane-comments::after {
content: none; }
.crane-blog-grid-meta__wrapper .crane-comments__count {
display: none; }
@media (max-width: 767px) {
.crane-blog-grid-meta__wrapper .crane-share {
margin-top: 25px;
width: 100%; } }
@media (min-width: 768px) {
.crane-blog-grid-meta__wrapper .crane-share {
padding-left: 5px;
padding-right: 5px; } }
.crane-blog-grid-meta__author__avatar {
max-width: 45px;
padding-left: 5px;
padding-right: 5px; }
.crane-blog-grid-meta__author__avatar img {
margin-right: auto;
margin-left: auto;
border-radius: 50%; }
.crane-blog-grid-meta__author__info {
padding-left: 5px;
padding-right: 5px;
-webkit-box-flex: 1;
-ms-flex-positive: 1;
flex-grow: 1; }
.crane-blog-grid-meta__author__name {
display: block;
margin-bottom: 4px;
font-size: 13px;
font-weight: 600;
line-height: 1.2; }
.crane-blog-grid-meta__author__pub-date {
display: block;
font-size: 12px;
font-weight: 400;
line-height: 1.2; }
.crane-blog-layout-masonry:not(.crane-blog-ratio_origin) .slick-list,
.crane-blog-layout-masonry:not(.crane-blog-ratio_origin) .slick-track,
.crane-blog-layout-cell .slick-list,
.crane-blog-layout-cell .slick-track {
height: 100% !important; }
.crane-gallery-image,
.crane-gallery-wrapper {
width: 100%;
height: 100%; }
.crane-gallery-image {
background-size: cover;
background-position: center;
background-repeat: no-repeat; } .crane-blog-layout-masonry .format-gallery .crane-blog-grid-item-wrapper,
.crane-blog-layout-masonry .format-gallery {
z-index: 100; }
.crane-blog-layout-masonry .mejs-container:not(.mejs-container-fullscreen) .mejs-button.mejs-playpause-button {
width: 30px; }
.crane-blog-layout-masonry .mejs-container:not(.mejs-container-fullscreen) .mejs-button.mejs-playpause-button::after {
height: 20px; }
.crane-blog-layout-masonry .mejs-container:not(.mejs-container-fullscreen) .mejs-controls {
height: 30px; }
.crane-blog-layout-masonry .mejs-container:not(.mejs-container-fullscreen) .mejs-controls > div {
height: 30px; }
.crane-blog-layout-masonry .mejs-container:not(.mejs-container-fullscreen) .mejs-controls .mejs-time {
padding: 0 5px; }
.crane-blog-layout-masonry .mejs-container:not(.mejs-container-fullscreen) .mejs-controls .mejs-volume-button {
padding: 0 10px; }
.crane-blog-layout-masonry .mejs-container:not(.mejs-container-fullscreen) .mejs-controls .mejs-button.mejs-fullscreen-button {
padding: 0 16px 0 0; }
.crane-blog-layout-masonry .mejs-container:not(.mejs-container-fullscreen) .mejs-duration-container {
display: none !important; }
.crane-blog-layout-masonry .mejs-overlay {
width: 100%;
height: 100%; }
.crane-blog-layout-masonry .crane-blog-header {
overflow: hidden;
width: 100%;
position: relative; }
.crane-blog-layout-masonry .crane-blog-header::after {
content: '';
width: 100%;
top: 0;
left: 0;
display: block; }
.crane-blog-layout-masonry .format-audio .crane-blog-grid-item-placeholder {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-ms-flex-direction: column;
flex-direction: column;
-webkit-box-pack: end;
-ms-flex-pack: end;
justify-content: flex-end; }
.crane-blog-layout-masonry .wp-audio-shortcode {
height: 30px !important; }
.crane-blog-layout-masonry .crane-blockquote-main {
height: auto;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center; }
.crane-blog-layout-masonry .embeded-content iframe {
height: 100% !important; }
.crane-blog-layout-masonry .format-quote a {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center; }
.crane-blog-layout-masonry .format-quote a .crane-blockquote-main {
-webkit-box-flex: 1;
-ms-flex: 1;
flex: 1; }
.mejs-overlay-play {
width: 100% !important;
height: 100% !important; }
.crane-blog-archive-layout-standard .crane-blockquote-main {
font-size: 28px;
font-weight: 600;
line-height: 39px; }
.crane-blog-archive-layout-standard .crane-blockquote-main cite a {
color: inherit; }
.crane-blog-single .crane-blockquote-main {
font-size: 26px;
font-weight: 600;
line-height: 39px; }
.crane-blog-single .crane-blockquote-main cite a {
color: inherit; }
.crane-blog-layout-masonry:not(.crane-blog-ratio_origin) .post-format-link__top {
height: auto !important;
padding-right: 10px;
top: 50% !important;
-webkit-transform: translateY(-50%);
transform: translateY(-50%);
width: auto !important; }
.crane-blog-layout-masonry:not(.crane-blog-ratio_origin) .crane-blog-header > * {
position: absolute;
top: 0;
left: 0;
height: 100%;
width: 100%; }
.crane-blog-layout-masonry.crane-blog-style-corporate .crane-blog-grid-item-placeholder::before {
position: absolute;
pointer-events: none;
content: '';
left: 0;
top: 0;
width: 100%;
height: 100%; opacity: 0;
-webkit-transition: opacity 0.2s;
transition: opacity 0.2s;
z-index: 10; }
.crane-blog-layout-masonry.crane-blog-style-corporate .crane-blog-grid-item-placeholder:hover::before {
opacity: 0.55; } .crane-blog-style-corporate .crane-blog-grid-meta {
padding-top: 19px; }
.crane-blog-style-corporate .crane-blog-grid-meta__author__info {
color: #a8a8a8; } .crane-blog-style-flat .crane-blog-grid-item-wrapper {
border-radius: 1px;
-webkit-box-shadow: 0 0 4px rgba(0, 0, 0, 0.13);
box-shadow: 0 0 4px rgba(0, 0, 0, 0.13); }
.crane-blog-style-flat .crane-blog-grid-meta__title a {
color: inherit; }
.crane-blog-style-flat .crane-blog-grid-meta {
padding: 19px 18px 16px; }
.crane-blog-style-flat .crane-blog-grid-meta__wrapper:not(:only-child) {
border-top: 1px solid; }
.crane-blog-style-flat.crane-blog-ratio_origin .post-format-link__top {
margin-top: 15px; } .crane-blog-ratio_origin .crane-blog-grid-item-placeholder.crane-placeholder::after {
padding-bottom: 56.25%; }
.crane-blog-ratio_1x1 .crane-blog-header::after {
padding-bottom: 100%; }
.crane-blog-ratio_4x3 .crane-blog-header::after {
padding-bottom: 75%; }
.crane-blog-ratio_3x4 .crane-blog-header::after {
padding-bottom: 133.3333%; }
.crane-blog-ratio_16x9 .crane-blog-header::after {
padding-bottom: 56.25%; }
.crane-blog-ratio_2x3 .crane-blog-header::after {
padding-bottom: 150%; }
.crane-blog-ratio_3x2 .crane-blog-header::after {
padding-bottom: 66.666666667%; }
.crane-video__inner {
position: relative;
overflow: hidden;
width: 100%;
height: 100%; }
.crane-video__inner iframe {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
min-height: 100%; } .crane-blog-layout-cell .crane-blog-grid-meta {
position: relative;
z-index: 100;
padding: 60px 30px; }
.crane-blog-layout-cell .crane-blog-grid-meta::after {
top: 28px;
content: '';
position: absolute;
width: 0;
height: 0;
border-style: solid; }
.crane-blog-layout-cell .crane-blog-grid-meta .crane-blog-grid-meta__title {
position: relative;
margin-bottom: 29px; }
.crane-blog-layout-cell .crane-blog-grid-meta .crane-blog-grid-meta__title::after {
position: absolute;
bottom: -16px;
left: 0;
width: 27px;
height: 3px;
content: ""; }
.crane-blog-layout-cell .crane-blog-grid-meta .crane-blog-grid-meta__title a {
color: inherit; }
.crane-blog-layout-cell .crane-blog-grid-item:not(.crane-blog-grid-item-alt) .crane-blog-grid-meta::after {
left: -18px;
border-width: 17.5px 19px 17.5px 0;
border-top-color: transparent;
border-right-color: inherit;
border-bottom-color: transparent;
border-left-color: transparent; }
.crane-blog-layout-cell .crane-blog-grid-item-alt .crane-blog-grid-meta::after {
right: -19px;
border-width: 17.5px 0 17.5px 19px;
border-top-color: transparent;
border-right-color: transparent;
border-bottom-color: transparent;
border-left-color: inherit; }
.crane-blog-layout-cell .crane-blog-grid-item-wrapper {
-webkit-box-orient: horizontal;
-webkit-box-direction: normal;
-ms-flex-direction: row;
flex-direction: row;
background-color: #f8f7f5; }
.crane-blog-layout-cell .crane-blog-grid-item-wrapper > * {
width: 50%; }
.crane-blog-layout-cell .crane-blog-grid-item-wrapper .crane-blockquote-main {
padding: 0 0 0 37px;
background-color: transparent;
color: inherit; }
.crane-blog-layout-cell .crane-blog-grid-item-wrapper .crane-blockquote-main::after {
top: 0;
left: -9px;
width: 25px;
height: 20px;
background: transparent url(//crown.org.nz/wp-content/themes/crane/assets/images/quote-grey.png) center no-repeat; }
.crane-blog-layout-cell .crane-blog-grid-item-wrapper .crane-blockquote-main p {
position: relative;
margin-bottom: 26px; }
.crane-blog-layout-cell .crane-blog-grid-item-wrapper .crane-blockquote-main p::after {
position: absolute;
bottom: -16px;
left: 0;
width: 27px;
height: 3px;
content: "";
background-color: #93cb52; }
.crane-blog-layout-cell .crane-blog-grid-item-wrapper .crane-blockquote-main cite {
-ms-flex-item-align: start;
align-self: flex-start; }
.crane-blog-layout-cell .crane-blog-grid-item-wrapper iframe,
.crane-blog-layout-cell .crane-blog-grid-item-wrapper .wp-video {
height: 100% !important; }
.crane-blog-layout-cell .crane-blog-grid-item-wrapper .mejs-overlay-play {
-webkit-transform: translate(-50%, -50%);
transform: translate(-50%, -50%);
top: 50%;
left: 50%;
width: 100px !important;
height: 100px !important; }
.crane-blog-layout-cell .crane-blog-grid-item-wrapper .mejs-overlay-button {
margin: 0;
position: static; }
.crane-blog-layout-cell .crane-blog-grid-item-wrapper .post-format-link__top {
border: none;
min-height: 56px;
padding-left: 75px;
margin-bottom: 21px;
position: relative;
margin-left: 0; }
.crane-blog-layout-cell .crane-blog-grid-item-wrapper .post-format-link__top::after {
left: 0; }
.crane-blog-layout-cell .crane-blog-grid-item-wrapper .post-format-link__top::before {
position: absolute;
bottom: -9px;
left: 0;
width: 27px;
height: 3px;
content: "";
background-color: #93cb52; }
.crane-blog-layout-cell .post-format-link__link {
font-weight: 600; }
.crane-blog-layout-cell .format-link .crane-placeholder,
.crane-blog-layout-cell .format-quote .crane-placeholder,
.crane-blog-layout-cell .format-audio .crane-placeholder {
background-color: #dcdcdc;
position: relative; }
.crane-blog-layout-cell .format-link .crane-placeholder::after,
.crane-blog-layout-cell .format-quote .crane-placeholder::after,
.crane-blog-layout-cell .format-audio .crane-placeholder::after {
pointer-events: none;
content: '';
position: absolute;
width: 101px;
height: 101px;
top: 50%;
left: 50%;
-webkit-transform: translate(-50%, -50%);
transform: translate(-50%, -50%); }
.crane-blog-layout-cell .format-link .crane-placeholder::after {
background: transparent url(//crown.org.nz/wp-content/themes/crane/assets/images/link-circle.png) center no-repeat; }
.crane-blog-layout-cell .format-quote .crane-placeholder::after {
background: transparent url(//crown.org.nz/wp-content/themes/crane/assets/images/quote-circle.png) center no-repeat; }
.crane-blog-layout-cell .format-audio .crane-placeholder::after {
background: transparent url(//crown.org.nz/wp-content/themes/crane/assets/images/format-audio.png) center no-repeat; }
.crane-blog-layout-cell .format-audio .crane-blog-grid-item-placeholder .embeded-content {
position: absolute;
bottom: 0;
left: 0;
width: 100%; }
.crane-blog-widget-mobile.crane-blog-layout-cell .crane-blog-grid-meta::after {
content: none; }
.crane-blog-widget-mobile.crane-blog-layout-cell .crane-blog-grid-item-wrapper {
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-ms-flex-direction: column;
flex-direction: column; }
.crane-blog-widget-mobile.crane-blog-layout-cell .crane-blog-grid-item-wrapper > * {
width: 100%; }
.crane-blog-widget-mobile.crane-blog-layout-cell .crane-blog-grid-item-alt .crane-blog-grid-item-wrapper {
-webkit-box-orient: vertical;
-webkit-box-direction: reverse;
-ms-flex-direction: column-reverse;
flex-direction: column-reverse; } .crane-portfolio-grid {
-webkit-transition: height 0.25s, opacity 0.25s;
transition: height 0.25s, opacity 0.25s; }
.crane-portfolio-grid-wrapper {
-webkit-transition: min-height 0.25s;
transition: min-height 0.25s; }
.crane-portfolio-grid.portfolio--style-grid div[class^="col-"] {
padding-right: 0;
padding-left: 0; }
.crane-portfolio-widget.loading,
.crane-blog-widget.loading {
opacity: 0;
visibility: hidden;
-webkit-transition: opacity 0.3s, visibility 0.3s;
transition: opacity 0.3s, visibility 0.3s; }
.crane-portfolio-widget--empty {
text-align: center; }
.is-showing-items .crane-portfolio-grid-item {
opacity: 1; }
.nav-links .portfolio-pagination-prev,
.nav-links .portfolio-pagination-next {
display: none; }
.wpb_el_type_grooni-uniq-id {
display: none; }
.portfolio-permalink,
.portfolio-zoomlink,
.portfolio-excerpt {
display: block; }
.portfolio-excerpt p {
position: relative;
display: block; }
.portfolio-zoomlink {
position: absolute;
top: 50%;
right: 40%;
width: 30px;
height: 30px;
-webkit-transform: translateY(-50%);
transform: translateY(-50%);
color: #fff;
font-size: 32px; }
.portfolio-category {
margin-left: -5px;
margin-right: -5px; }
.portfolio-category a {
font-size: 14px;
padding-left: 5px;
padding-right: 5px; }
.portfolio-title {
display: block;
text-decoration: none;
text-transform: uppercase;
color: #3b3b3b;
font-size: 14px;
font-weight: 400;
line-height: 21px; }
.crane-portfolio-grid-meta {
display: block; }
.crane-portfolio-grid-meta > *:not(:last-child) {
margin-bottom: 10px; }
.crane-portfolio-grid-meta .portfolio-title,
.crane-portfolio-grid-meta .portfolio-category,
.crane-portfolio-grid-meta .portfolio-imgtags {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center; }
.crane-portfolio-inliner {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-pack: justify;
-ms-flex-pack: justify;
justify-content: space-between;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center; }
.crane-portfolio-grid-meta .crane-portfolio-inliner:not(:only-child) {
border-top: 1px solid;
padding-top: 10px; }
.crane-portfolio-custom-txt {
font-size: 15px;
color: #1d1d1d; }
.crane-portfolio-custom-txt:only-child {
margin-right: 0;
margin-bottom: 0; }
.crane-portfolio-custom-txt:not(:last-child) {
margin-right: 8px; }
.crane-portfolio-tag-list {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
margin-left: -3px;
margin-right: -3px;
margin-bottom: -6px; }
.crane-portfolio-tag-list .crane-portfolio-tag-item {
margin-bottom: 6px;
margin-left: 3px;
margin-right: 3px; }
.crane-portfolio-tag-list-type-image .crane-portfolio-tag-item {
border-radius: 50%;
overflow: hidden;
width: 38px; }
.crane-portfolio-tag-list-type-image .crane-portfolio-tag-item::after {
padding-bottom: 100%; }
.crane-portfolio-grid-img {
width: 100%;
margin-right: auto;
margin-left: auto;
height: 100%;
display: none; }
.crane-portfolio-grid-item-placeholder {
position: relative;
overflow: hidden;
height: 100%; }
.crane-portfolio-ratio_origin .crane-portfolio-grid-item-placeholder {
background-image: none !important;
height: auto !important; }
.crane-portfolio-ratio_origin .crane-portfolio-grid-img {
display: block; }
.crane-portfolio-ratio_origin .crane-portfolio-grid-item-placeholder.crane-placeholder::after {
padding-bottom: 56.25%; }
.crane-portfolio-widget:not(.crane-portfolio-ratio_origin) .crane-portfolio-grid-item-placeholder {
background-size: cover;
background-repeat: no-repeat;
background-position: center; }
.crane-portfolio-widget:not(.crane-portfolio-ratio_origin) .crane-portfolio-grid-item-placeholder::before {
display: block;
content: ''; }
.crane-portfolio-grid-item-wrapper {
height: 100%;
overflow: hidden;
position: relative;
z-index: 10;
background-color: #fff; }
.portfolio-title:not(:last-child) {
margin-bottom: 10px; }
.portfolio-title:last-child {
margin-bottom: 0; }
.portfolio-title a {
color: inherit; } .portfolio-filters {
padding-top: 40px;
padding-bottom: 40px;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-ms-flex-wrap: wrap;
flex-wrap: wrap; }
.portfolio-filters-group {
border-bottom: 1px solid;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center; }
.portfolio-filters--align-left {
-webkit-box-pack: start;
-ms-flex-pack: start;
justify-content: flex-start; }
.portfolio-filters--align-left .portfolio-filters-group {
-webkit-box-pack: start;
-ms-flex-pack: start;
justify-content: flex-start; }
.portfolio-filters--align-center {
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center; }
.portfolio-filters--align-center .portfolio-filters-group {
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center; }
.portfolio-filters--align-right {
-webkit-box-pack: end;
-ms-flex-pack: end;
justify-content: flex-end; }
.portfolio-filters--align-right .portfolio-filters-group {
-webkit-box-pack: end;
-ms-flex-pack: end;
justify-content: flex-end; }
.portfolio-filters--width-fullwidth .portfolio-filters-group {
width: 100%; }
.portfolio-filters-select {
display: block;
width: 100%;
margin-bottom: 40px;
background-color: #fff;
border-width: 1px;
border-style: solid;
border-radius: 3px;
height: 62px;
color: #262729;
font-size: 15px;
font-weight: 700;
line-height: 38px;
text-transform: uppercase; } .crane-portfolio-style-flat .portfolio-filters-btn,
.crane-portfolio-style-minimal .portfolio-filters-btn {
background-color: transparent;
font-size: 14px;
line-height: 4.8;
color: inherit;
border-bottom: 3px solid transparent; } .crane-portfolio-style-flat .crane-portfolio-grid-meta {
padding: 19px 18px 19px; }
.crane-portfolio-style-flat .crane-portfolio-grid-item-wrapper {
background-color: #fff;
-webkit-box-shadow: 0 0 4px rgba(0, 0, 0, 0.13);
box-shadow: 0 0 4px rgba(0, 0, 0, 0.13); } .crane-portfolio-style-minimal .crane-portfolio-grid-meta {
padding: 19px 0; } .crane-portfolio-style-modern .crane-portfolio-grid-meta {
padding: 19px 18px 19px; }
.crane-portfolio-style-modern .portfolio-category {
padding-left: 3px;
padding-right: 3px; }
.crane-portfolio-style-modern .portfolio-category a {
font-size: 15px; }
.crane-portfolio-style-modern .portfolio-title {
font-weight: 700;
text-transform: none;
font-size: 22px;
color: #231f1f;
padding-left: 3px;
padding-right: 3px; }
.crane-portfolio-style-modern .crane-portfolio-grid-item-wrapper {
-webkit-box-shadow: 0 1px 24px rgba(0, 0, 0, 0.08);
box-shadow: 0 1px 24px rgba(0, 0, 0, 0.08);
border-radius: 7px; }
.crane-portfolio-style-modern .portfolio-filters-btn {
background-color: transparent;
font-size: 17px;
text-transform: none;
color: inherit; }
.crane-portfolio-style-modern .paginate-loader {
-webkit-box-shadow: 0 4px 7px rgba(0, 0, 0, 0.12);
box-shadow: 0 4px 7px rgba(0, 0, 0, 0.12);
border-radius: 28px; } .crane-portfolio-style-flat .portfolio-category:not(:last-child),
.crane-portfolio-style-modern .portfolio-category:not(:last-child) {
margin-bottom: 11px; } .crane-portfolio-hover-1 { }
.crane-portfolio-hover-1 .portfolio-hover {
position: absolute;
width: 100%;
height: 100%;
top: 100%;
left: 100%; }
.crane-portfolio-hover-1 .portfolio-hover .portfolio-hover-inner {
position: relative;
top: 50% !important;
right: 0;
left: 0;
margin-right: auto;
margin-left: auto;
-webkit-transform: translateY(-50%);
transform: translateY(-50%); }
.crane-portfolio-hover-1 .portfolio-hover .portfolio-title {
display: block;
text-align: center;
color: #fff;
font-weight: 700; }
.crane-portfolio-hover-1 .portfolio-hover .portfolio-category {
text-align: center; }
.crane-portfolio-hover-1 .crane-portfolio-grid-item-placeholder.active .portfolio-hover {
top: 0;
left: 0; } .crane-portfolio-hover-2 .portfolio-hover,
.crane-portfolio-hover-7 .portfolio-hover {
position: absolute;
top: 0;
left: 0;
overflow: hidden;
width: 100%;
height: 100%;
-webkit-transition: opacity 0.3s, visibility 0.3s;
transition: opacity 0.3s, visibility 0.3s;
opacity: 0;
visibility: hidden;
background: rgba(0, 0, 0, 0.5); }
.crane-portfolio-hover-2 .portfolio-permalink,
.crane-portfolio-hover-2 .portfolio-zoomlink,
.crane-portfolio-hover-7 .portfolio-permalink,
.crane-portfolio-hover-7 .portfolio-zoomlink {
position: absolute;
top: 75%;
left: 50%;
display: block;
width: 60px;
height: 60px;
margin-top: -30px;
-webkit-transition: all 0.3s ease;
transition: all 0.3s ease;
-webkit-transform: scale(1);
transform: scale(1);
text-align: center;
color: #fff;
border-radius: 50%;
font-size: 30px; }
.crane-portfolio-hover-2 .portfolio-permalink i,
.crane-portfolio-hover-2 .portfolio-zoomlink i,
.crane-portfolio-hover-7 .portfolio-permalink i,
.crane-portfolio-hover-7 .portfolio-zoomlink i {
position: absolute;
z-index: 999;
top: 50%;
left: 50%;
-webkit-transition: all 0.2s ease;
transition: all 0.2s ease;
-webkit-transform: translate(-50%, -50%);
transform: translate(-50%, -50%); }
.crane-portfolio-hover-2 .portfolio-permalink:hover,
.crane-portfolio-hover-2 .portfolio-zoomlink:hover,
.crane-portfolio-hover-7 .portfolio-permalink:hover,
.crane-portfolio-hover-7 .portfolio-zoomlink:hover {
-webkit-transform: scale(1.1);
transform: scale(1.1);
background-color: #fff; }
.crane-portfolio-hover-2 .portfolio-permalink:hover i,
.crane-portfolio-hover-2 .portfolio-zoomlink:hover i,
.crane-portfolio-hover-7 .portfolio-permalink:hover i,
.crane-portfolio-hover-7 .portfolio-zoomlink:hover i {
color: #1f2020; }
.crane-portfolio-hover-2 .portfolio-zoomlink:not(:only-child),
.crane-portfolio-hover-7 .portfolio-zoomlink:not(:only-child) {
margin-left: 10px; }
.crane-portfolio-hover-2 .portfolio-zoomlink:only-child,
.crane-portfolio-hover-7 .portfolio-zoomlink:only-child {
margin-left: -30px; }
.crane-portfolio-hover-2 .portfolio-permalink:only-child,
.crane-portfolio-hover-7 .portfolio-permalink:only-child {
margin-left: -30px; }
.crane-portfolio-hover-2 .portfolio-permalink:not(:only-child),
.crane-portfolio-hover-7 .portfolio-permalink:not(:only-child) {
margin-left: -68px; }
.crane-portfolio-hover-2 .crane-portfolio-grid-item-wrapper:hover .portfolio-hover,
.crane-portfolio-hover-7 .crane-portfolio-grid-item-wrapper:hover .portfolio-hover {
opacity: 1;
visibility: visible; }
.crane-portfolio-hover-2 .crane-portfolio-grid-item-wrapper:hover .portfolio-permalink,
.crane-portfolio-hover-2 .crane-portfolio-grid-item-wrapper:hover .portfolio-zoomlink,
.crane-portfolio-hover-7 .crane-portfolio-grid-item-wrapper:hover .portfolio-permalink,
.crane-portfolio-hover-7 .crane-portfolio-grid-item-wrapper:hover .portfolio-zoomlink {
top: 50%; } .crane-portfolio-hover-3 .portfolio-hover {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%; }
.crane-portfolio-hover-3 .portfolio-hover .portfolio-permalink {
position: absolute;
top: 0;
left: 0;
display: block;
width: 100%;
height: 100%; }
.crane-portfolio-hover-3 .portfolio-hover .portfolio-permalink i {
display: none; }
.crane-portfolio-hover-3 .crane-portfolio-grid-item-placeholder {
-webkit-transition: -webkit-transform 0.5s ease-in-out;
transition: -webkit-transform 0.5s ease-in-out;
transition: transform 0.5s ease-in-out;
transition: transform 0.5s ease-in-out, -webkit-transform 0.5s ease-in-out;
backface-visibility: hidden;
-webkit-backface-visibility: hidden;
perspective: 1000;
-webkit-perspective: 1000;
-webkit-transform: scale(1.01);
transform: scale(1.01); }
.crane-portfolio-hover-3 .crane-portfolio-grid-item-placeholder-wrapper {
overflow: hidden; }
.crane-portfolio-hover-3 .crane-portfolio-grid-item-placeholder:hover {
-webkit-transform: scale(1.06);
transform: scale(1.06); } .crane-portfolio-hover-4 .portfolio-hover .portfolio-permalink {
position: absolute;
top: 0;
left: 0;
display: block;
width: 100%;
height: 100%; }
.crane-portfolio-hover-4 .portfolio-hover .portfolio-permalink i {
display: none; } .crane-portfolio-hover-5 .portfolio-hover {
position: absolute;
top: 0;
left: 0;
overflow: hidden;
width: 100%;
height: 100%;
-webkit-transition: opacity 0.3s ease;
transition: opacity 0.3s ease;
opacity: 0;
background: rgba(0, 0, 0, 0.5); }
.crane-portfolio-hover-5 .portfolio-hover:hover {
opacity: 1; }
.crane-portfolio-hover-5 .portfolio-hover .portfolio-shuffle-link {
position: absolute;
top: 50%;
left: 50%;
display: block;
width: auto;
min-width: 145px;
-webkit-transform: translate(-50%, -50%);
transform: translate(-50%, -50%);
text-align: center;
color: #fff;
border: 1px solid rgba(255, 255, 255, 0.1);
font-size: 14px; }
.crane-portfolio-hover-5 .portfolio-hover .portfolio-shuffle-link span {
display: inline-block;
padding: 8px;
vertical-align: middle; } .crane-w-images {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
margin-left: -5px;
margin-right: -5px; }
.crane-w-images-no-content {
padding-left: 5px;
padding-right: 5px; }
.crane-w-images-item {
padding-right: 5px;
padding-left: 5px;
margin-bottom: 10px; }
.crane-w-images-col-1 .crane-w-images-item {
width: 100%; }
.crane-w-images-col-2 .crane-w-images-item {
width: 50%; }
.crane-w-images-col-3 .crane-w-images-item {
width: 33.333%; }
.crane-w-images-col-4 .crane-w-images-item {
width: 25%; }
.crane-w-images a {
position: relative;
display: block; }
.crane-w-images a img {
max-width: none;
width: 100%; }
.crane-w-images a::before, .crane-w-images a::after {
position: absolute;
-webkit-transition: opacity 0.2s;
transition: opacity 0.2s;
opacity: 0; }
.crane-w-images a:hover::before, .crane-w-images a:hover::after {
opacity: 1; }
.crane-w-images a::before {
top: 50%;
left: 50%;
z-index: 1;
padding: 10px;
border-radius: 50%;
width: 34px;
height: 34px;
display: block;
content: '\e62c';
font-family: 'Ingenicons';
font-size: 16px;
line-height: 16px;
color: #fff;
background-color: #93cb52;
-webkit-transform: translate3d(-50%, -50%, 0);
transform: translate3d(-50%, -50%, 0); }
.crane-w-images a.crane-popup-box::before {
padding: 0;
border-radius: 0;
width: auto;
height: auto;
content: "\f0b2";
font: normal normal normal 18px/1 FontAwesome;
color: #fff;
background-color: transparent;
-webkit-transform: translate3d(-50%, -50%, 0);
transform: translate3d(-50%, -50%, 0); }
.crane-w-images a::after {
top: 0;
left: 0;
width: 100%;
height: 100%;
content: '';
background: rgba(0, 0, 0, 0.7); } .gr_tw-tweet_wrap {
position: relative;
padding-left: 55px; }
.gr_tw-user_avatar {
position: absolute;
top: 0;
left: 0; }
.gr_tweet_data {
margin-bottom: 9px; }
.gr_tw_tweets a {
color: inherit; }
.gr_widget_error {
text-align: center; } .calendar_wrap {
border: 2px solid rgba(0, 1, 0, 0.1);
background-color: #fff; }
#wp-calendar {
width: 100%; }
#wp-calendar caption {
font-size: 15px;
padding: 20px;
font-weight: 600; }
#wp-calendar thead th {
font-size: 9px;
text-transform: uppercase;
font-weight: normal;
border-top: none;
opacity: 0.9; }
#wp-calendar thead th,
#wp-calendar tbody td,
#wp-calendar tfoot td {
padding: 0;
border: none;
text-align: center;
line-height: 30px; }
#wp-calendar thead th:first-of-type {
padding-left: 10px; }
#wp-calendar thead th:last-of-type {
padding-right: 10px; }
#wp-calendar tbody td {
font-size: 12px; }
#wp-calendar tbody td:first-of-type {
padding-left: 10px; }
#wp-calendar tbody td:last-of-type {
padding-right: 10px; }
#wp-calendar tbody td a {
color: inherit;
font-weight: 700; }
#wp-calendar td#prev {
text-align: left;
padding-left: 21px; }
#wp-calendar td#next {
text-align: right;
padding-right: 21px; }
#wp-calendar tfoot td {
padding-bottom: 10px;
font-size: 13px; }
.crane-sidebar-inner .wp-calendar-nav {
padding: 0px 20px 20px 20px; }
.search-form label {
display: block; }
.search-form,
.woocommerce-product-search {
position: relative; }
.search-form .search-field,
.woocommerce-product-search .search-field {
-webkit-box-shadow: inset 1px 5px 5px rgba(0, 1, 0, 0.02);
box-shadow: inset 1px 5px 5px rgba(0, 1, 0, 0.02);
border: 1px solid rgba(0, 1, 0, 0.1);
background-color: #fbfbfb;
padding: 9px 38px 9px 12px;
font-style: italic;
font-size: 13px;
line-height: 23px;
border-radius: 0; }
.search-form button[type="submit"],
.search-form input[type="submit"],
.woocommerce-product-search button[type="submit"],
.woocommerce-product-search input[type="submit"] {
position: absolute;
top: 0;
right: 0;
padding: 0;
border: none;
text-indent: 100%;
white-space: nowrap;
overflow: hidden;
width: 42px;
height: 100%;
background: transparent url(//crown.org.nz/wp-content/themes/crane/assets/images/zoom-search.svg) center no-repeat !important; }
.crane-widget-banner {
margin: 10px 0; }
.crane-widget-banner-img {
width: 100%; }
.crane-banner-widget-upload-image {
text-align: center; }
.tagcloud a {
position: relative;
display: inline-block;
margin-bottom: 5px;
margin-left: 20px;
padding: 5px 11px;
color: #fff;
border-top-right-radius: 2px;
border-bottom-right-radius: 2px;
background-color: #373737;
font-size: 14px !important;
line-height: 1; }
.tagcloud a::after {
position: absolute;
top: 0;
left: -12px;
width: 0;
height: 0;
content: "";
border-width: 12px 12px 12px 0;
border-style: solid;
border-color: transparent #373737 transparent transparent; }
.tagcloud a::before {
position: absolute;
top: 50%;
left: 0;
width: 5px;
height: 5px;
content: "";
-webkit-transform: translateY(-50%);
transform: translateY(-50%);
border-radius: 50%;
background-color: #fff; }
.widget .post-date {
display: block; }
.widget .select2-container--default .select2-selection--single {
-webkit-box-shadow: inset 1px 5px 5px rgba(0, 1, 0, 0.02);
box-shadow: inset 1px 5px 5px rgba(0, 1, 0, 0.02);
border: 1px solid rgba(0, 1, 0, 0.1);
background-color: #fbfbfb;
height: 42px;
border-radius: 0;
-webkit-transition: border-color 0.2s;
transition: border-color 0.2s; }
.widget .select2-container--default .select2-selection--single .select2-selection__rendered {
line-height: 42px;
padding-right: 42px; }
.widget .select2-container--default .select2-selection--single .select2-selection__arrow {
height: 42px;
width: 42px; }
.widget .select2-container--default .select2-selection--single .select2-selection__arrow b {
width: 0;
height: 0;
border-style: solid;
border-width: 6px 6px 0 6px;
border-color: #cfcfcf transparent transparent transparent; }
.widget .select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b {
width: 0;
height: 0;
border-style: solid;
border-width: 0 6px 6px 6px;
border-color: transparent transparent #cfcfcf transparent; }
.crane-re-posts__item {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
padding-bottom: 7px;
margin-bottom: 7px;
border-bottom: 1px dotted; }
.crane-re-posts__img {
width: 65px;
height: 65px; }
.crane-re-posts__img.crane-placeholder::after {
padding-bottom: 100%; }
.crane-re-posts__meta {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-ms-flex-direction: column;
flex-direction: column;
-webkit-box-flex: 1;
-ms-flex: 1 0;
flex: 1 0; }
.crane-re-posts__meta:not(:only-child) {
margin-left: 19px; }
.crane-re-posts__date {
font-size: 12px; }
.crane-re-comments__list {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-ms-flex-direction: column;
flex-direction: column; }
.crane-re-comments__item {
padding-bottom: 4px;
margin-bottom: 13px;
border-bottom: 1px dotted; }
.crane-re-comments__text {
border: 1px solid #dbdbdb;
padding: 3px 33px 6px 14px;
position: relative;
margin-bottom: 14px;
font-style: italic;
background-color: #fff; }
.crane-re-comments__text::after {
content: '';
position: absolute;
left: 9px;
bottom: -14px;
width: 0;
height: 0;
border-style: solid;
border-width: 14px 15px 0 0;
border-color: #dbdbdb transparent transparent transparent; }
.crane-re-comments__text::before {
content: '';
position: absolute;
left: 10px;
bottom: -12px;
width: 0;
height: 0;
border-style: solid;
border-width: 12px 13px 0 0;
border-color: #fff transparent transparent transparent;
z-index: 1; }
.crane-re-comments__meta {
font-size: 13px; }
.crane-re-comments__meta > span,
.crane-re-comments__meta > a {
display: inline-block; }