html {
line-height: 1.15;
-webkit-text-size-adjust: 100%
}
body {
margin: 0
}
main {
display: block
}
h1 {
font-size: 2em;
margin: .67em 0
}
hr {
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;
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: -.25em
}
sup {
top: -.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
}
[type=button],
[type=reset],
[type=submit],
button {
-webkit-appearance: button
}
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner,
button::-moz-focus-inner {
border-style: none;
padding: 0
}
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring,
button:-moz-focusring {
outline: 1px dotted ButtonText
}
fieldset {
padding: .35em .75em .625em
}
legend {
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] {
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
}
* {
box-sizing: border-box;
}
pre {
border-style: solid;
border-width: 1px;
border-color: #ededed;
overflow: auto;
padding: 2em;
line-height: 2em;
font-size: 12px;
background-image: -webkit-linear-gradient(rgba(0, 0, 0, .05) 50%, transparent 50%, transparent);
background-image: -moz-linear-gradient(rgba(0, 0, 0, .05) 50%, transparent 50%, transparent);
background-image: -ms-linear-gradient(rgba(0, 0, 0, .05) 50%, transparent 50%, transparent);
background-image: -o-linear-gradient(rgba(0, 0, 0, .05) 50%, transparent 50%, transparent);
background-image: linear-gradient(rgba(0, 0, 0, .05) 50%, transparent 50%, transparent);
-webkit-background-size: 100% 4em;
-moz-background-size: 100% 4em;
background-size: 100% 4em;
font-family: Monaco, "Andale Mono", "Courier New", Courier, monospace;
-webkit-transition: all ease-in-out 0.5s;
-moz-transition: all ease-in-out 0.5s;
-o-transition: all ease-in-out 0.5s;
transition: all ease-in-out 0.5s;
margin-bottom: 30px;
position: relative;
left: 0;
text-transform: none;
}
pre * {
font-size: 12px !important;
line-height: 2em !important;
margin-bottom: 0 !important;
}
address {
margin-bottom: 20px;
}
table:not(.datepicker__month) {
margin: 0 0 20px 0;
text-align: left;
border: 1px solid;
width: 100%;
border-collapse: collapse;
border-spacing: 0;
background-color: #fff;
}
table:not(.datepicker__month) thead th {
font-weight: bold;
text-transform: uppercase;
background-color: #f7f7f7;
}
table:not(.datepicker__month) th,
table:not(.datepicker__month) td {
padding: 10px 20px;
vertical-align: middle;
border: 1px solid #ededed;
}.container-fluid,
.container {
margin-right: auto;
margin-left: auto;
}
.row {
box-sizing: border-box;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-flex: 0;
-ms-flex: 0 1 auto;
flex: 0 1 auto;
-webkit-box-orient: horizontal;
-webkit-box-direction: normal;
-ms-flex-direction: row;
flex-direction: row;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
}
.row-fluid {
box-sizing: border-box;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-flex: 0;
-ms-flex: 0 1 auto;
flex: 0 1 auto;
-webkit-box-orient: horizontal;
-webkit-box-direction: normal;
-ms-flex-direction: row;
flex-direction: row;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
margin-left: -15px;
margin-right: -15px;
}
.row.reverse {
-webkit-box-orient: horizontal;
-webkit-box-direction: reverse;
-ms-flex-direction: row-reverse;
flex-direction: row-reverse;
}
div[class="span"].reverse {
-webkit-box-orient: vertical;
-webkit-box-direction: reverse;
-ms-flex-direction: column-reverse;
flex-direction: column-reverse;
} .span1,
.span2,
.span3,
.span4,
.span5,
.span6,
.span7,
.span8,
.span9,
.span10,
.span11,
.span12 {
box-sizing: border-box;
-webkit-box-flex: 0;
-ms-flex: 0 0 auto;
flex: 0 0 auto;
padding-right: 15px;
padding-left: 15px;
}
----------------------------------------------------------------------------------------------------*/
.span1 {
-ms-flex-preferred-size: 8.33333333%;
flex-basis: 8.33333333%;
max-width: 8.33333333%;
}
.span2 {
-ms-flex-preferred-size: 16.66666667%;
flex-basis: 16.66666667%;
max-width: 16.66666667%;
}
.span1-5 {
-ms-flex-preferred-size: 20%;
flex-basis: 20%;
max-width: 20%;
}
.span3 {
-ms-flex-preferred-size: 25%;
flex-basis: 25%;
max-width: 25%;
}
.span4 {
-ms-flex-preferred-size: 33.33333333%;
flex-basis: 33.33333333%;
max-width: 33.33333333%;
}
.span5 {
-ms-flex-preferred-size: 41.66666667%;
flex-basis: 41.66666667%;
max-width: 41.66666667%;
}
.span6 {
-ms-flex-preferred-size: 50%;
flex-basis: 50%;
max-width: 50%;
}
.span7 {
-ms-flex-preferred-size: 58.33333333%;
flex-basis: 58.33333333%;
max-width: 58.33333333%;
}
.span8 {
-ms-flex-preferred-size: 66.66666667%;
flex-basis: 66.66666667%;
max-width: 66.66666667%;
}
.span9 {
-ms-flex-preferred-size: 75%;
flex-basis: 75%;
max-width: 75%;
}
.span10 {
-ms-flex-preferred-size: 83.33333333%;
flex-basis: 83.33333333%;
max-width: 83.33333333%;
}
.span11 {
-ms-flex-preferred-size: 91.66666667%;
flex-basis: 91.66666667%;
max-width: 91.66666667%;
}
.span12 {
-ms-flex-preferred-size: 100%;
flex-basis: 100%;
max-width: 100%;
}
.start {
-webkit-box-pack: start;
-ms-flex-pack: start;
justify-content: flex-start;
text-align: start;
}
.center {
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
text-align: center;
}
.end {
-webkit-box-pack: end;
-ms-flex-pack: end;
justify-content: flex-end;
text-align: end;
}
.row.top {
-webkit-box-align: start;
-ms-flex-align: start;
align-items: flex-start;
}
.row.middle {
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
}
.row.bottom {
-webkit-box-align: end;
-ms-flex-align: end;
align-items: flex-end;
}
.row.around {
-ms-flex-pack: distribute;
justify-content: space-around;
}
.row.between {
-webkit-box-pack: justify;
-ms-flex-pack: justify;
justify-content: space-between;
}
div[class="span"].first {
-webkit-box-ordinal-group: 0;
-ms-flex-order: -1;
order: -1;
}
div[class="span"].last {
-webkit-box-ordinal-group: 2;
-ms-flex-order: 1;
order: 1;
}.la,.lab,.lad,.lal,.lar,.las{-moz-osx-font-smoothing:grayscale;-webkit-font-smoothing:antialiased;display:inline-block;font-style:normal;font-variant:normal;text-rendering:auto;line-height:1}.la-lg{font-size:1.33333em;line-height:.75em;vertical-align:-.0667em}.la-xs{font-size:.75em}.la-sm{font-size:.875em}.la-1x{font-size:1em}.la-2x{font-size:2em}.la-3x{font-size:3em}.la-4x{font-size:4em}.la-5x{font-size:5em}.la-6x{font-size:6em}.la-7x{font-size:7em}.la-8x{font-size:8em}.la-9x{font-size:9em}.la-10x{font-size:10em}.la-fw{text-align:center;width:1.25em}.la-ul{list-style-type:none;margin-left:2.5em;padding-left:0}.la-ul>li{position:relative}.la-li{left:-2em;position:absolute;text-align:center;width:2em;line-height:inherit}.la-border{border:solid .08em #eee;border-radius:.1em;padding:.2em .25em .15em}.la-pull-left{float:left}.la-pull-right{float:right}.la.la-pull-left,.lab.la-pull-left,.lal.la-pull-left,.lar.la-pull-left,.las.la-pull-left{margin-right:.3em}.la.la-pull-right,.lab.la-pull-right,.lal.la-pull-right,.lar.la-pull-right,.las.la-pull-right{margin-left:.3em}.la-spin{-webkit-animation:la-spin 2s infinite linear;animation:la-spin 2s infinite linear}.la-pulse{-webkit-animation:la-spin 1s infinite steps(8);animation:la-spin 1s infinite steps(8)}@-webkit-keyframes la-spin{0%{-webkit-transform:rotate(0);transform:rotate(0)}100%{-webkit-transform:rotate(360deg);transform:rotate(360deg)}}@keyframes la-spin{0%{-webkit-transform:rotate(0);transform:rotate(0)}100%{-webkit-transform:rotate(360deg);transform:rotate(360deg)}}.la-rotate-90{-webkit-transform:rotate(90deg);transform:rotate(90deg)}.la-rotate-180{-webkit-transform:rotate(180deg);transform:rotate(180deg)}.la-rotate-270{-webkit-transform:rotate(270deg);transform:rotate(270deg)}.la-flip-horizontal{-webkit-transform:scale(-1,1);transform:scale(-1,1)}.la-flip-vertical{-webkit-transform:scale(1,-1);transform:scale(1,-1)}.la-flip-both,.la-flip-horizontal.la-flip-vertical{-webkit-transform:scale(-1,-1);transform:scale(-1,-1)}:root .la-flip-both,:root .la-flip-horizontal,:root .la-flip-vertical,:root .la-rotate-180,:root .la-rotate-270,:root .la-rotate-90{-webkit-filter:none;filter:none}.la-stack{display:inline-block;height:2em;line-height:2em;position:relative;vertical-align:middle;width:2.5em}.la-stack-1x,.la-stack-2x{left:0;position:absolute;text-align:center;width:100%}.la-stack-1x{line-height:inherit}.la-stack-2x{font-size:2em}.la-inverse{color:#fff}.la-500px:before{content:"\f26e"}.la-accessible-icon:before{content:"\f368"}.la-accusoft:before{content:"\f369"}.la-acquisitions-incorporated:before{content:"\f6af"}.la-ad:before{content:"\f641"}.la-address-book:before{content:"\f2b9"}.la-address-card:before{content:"\f2bb"}.la-adjust:before{content:"\f042"}.la-adn:before{content:"\f170"}.la-adobe:before{content:"\f778"}.la-adversal:before{content:"\f36a"}.la-affiliatetheme:before{content:"\f36b"}.la-air-freshener:before{content:"\f5d0"}.la-airbnb:before{content:"\f834"}.la-algolia:before{content:"\f36c"}.la-align-center:before{content:"\f037"}.la-align-justify:before{content:"\f039"}.la-align-left:before{content:"\f036"}.la-align-right:before{content:"\f038"}.la-alipay:before{content:"\f642"}.la-allergies:before{content:"\f461"}.la-amazon:before{content:"\f270"}.la-amazon-pay:before{content:"\f42c"}.la-ambulance:before{content:"\f0f9"}.la-american-sign-language-interpreting:before{content:"\f2a3"}.la-amilia:before{content:"\f36d"}.la-anchor:before{content:"\f13d"}.la-android:before{content:"\f17b"}.la-angellist:before{content:"\f209"}.la-angle-double-down:before{content:"\f103"}.la-angle-double-left:before{content:"\f100"}.la-angle-double-right:before{content:"\f101"}.la-angle-double-up:before{content:"\f102"}.la-angle-down:before{content:"\f107"}.la-angle-left:before{content:"\f104"}.la-angle-right:before{content:"\f105"}.la-angle-up:before{content:"\f106"}.la-angry:before{content:"\f556"}.la-angrycreative:before{content:"\f36e"}.la-angular:before{content:"\f420"}.la-ankh:before{content:"\f644"}.la-app-store:before{content:"\f36f"}.la-app-store-ios:before{content:"\f370"}.la-apper:before{content:"\f371"}.la-apple:before{content:"\f179"}.la-apple-alt:before{content:"\f5d1"}.la-apple-pay:before{content:"\f415"}.la-archive:before{content:"\f187"}.la-archway:before{content:"\f557"}.la-arrow-alt-circle-down:before{content:"\f358"}.la-arrow-alt-circle-left:before{content:"\f359"}.la-arrow-alt-circle-right:before{content:"\f35a"}.la-arrow-alt-circle-up:before{content:"\f35b"}.la-arrow-circle-down:before{content:"\f0ab"}.la-arrow-circle-left:before{content:"\f0a8"}.la-arrow-circle-right:before{content:"\f0a9"}.la-arrow-circle-up:before{content:"\f0aa"}.la-arrow-down:before{content:"\f063"}.la-arrow-left:before{content:"\f060"}.la-arrow-right:before{content:"\f061"}.la-arrow-up:before{content:"\f062"}.la-arrows-alt:before{content:"\f0b2"}.la-arrows-alt-h:before{content:"\f337"}.la-arrows-alt-v:before{content:"\f338"}.la-artstation:before{content:"\f77a"}.la-assistive-listening-systems:before{content:"\f2a2"}.la-asterisk:before{content:"\f069"}.la-asymmetrik:before{content:"\f372"}.la-at:before{content:"\f1fa"}.la-atlas:before{content:"\f558"}.la-atlassian:before{content:"\f77b"}.la-atom:before{content:"\f5d2"}.la-audible:before{content:"\f373"}.la-audio-description:before{content:"\f29e"}.la-autoprefixer:before{content:"\f41c"}.la-avianex:before{content:"\f374"}.la-aviato:before{content:"\f421"}.la-award:before{content:"\f559"}.la-aws:before{content:"\f375"}.la-baby:before{content:"\f77c"}.la-baby-carriage:before{content:"\f77d"}.la-backspace:before{content:"\f55a"}.la-backward:before{content:"\f04a"}.la-bacon:before{content:"\f7e5"}.la-balance-scale:before{content:"\f24e"}.la-balance-scale-left:before{content:"\f515"}.la-balance-scale-right:before{content:"\f516"}.la-ban:before{content:"\f05e"}.la-band-aid:before{content:"\f462"}.la-bandcamp:before{content:"\f2d5"}.la-barcode:before{content:"\f02a"}.la-bars:before{content:"\f0c9"}.la-baseball-ball:before{content:"\f433"}.la-basketball-ball:before{content:"\f434"}.la-bath:before{content:"\f2cd"}.la-battery-empty:before{content:"\f244"}.la-battery-full:before{content:"\f240"}.la-battery-half:before{content:"\f242"}.la-battery-quarter:before{content:"\f243"}.la-battery-three-quarters:before{content:"\f241"}.la-battle-net:before{content:"\f835"}.la-bed:before{content:"\f236"}.la-beer:before{content:"\f0fc"}.la-behance:before{content:"\f1b4"}.la-behance-square:before{content:"\f1b5"}.la-bell:before{content:"\f0f3"}.la-bell-slash:before{content:"\f1f6"}.la-bezier-curve:before{content:"\f55b"}.la-bible:before{content:"\f647"}.la-bicycle:before{content:"\f206"}.la-biking:before{content:"\f84a"}.la-bimobject:before{content:"\f378"}.la-binoculars:before{content:"\f1e5"}.la-biohazard:before{content:"\f780"}.la-birthday-cake:before{content:"\f1fd"}.la-bitbucket:before{content:"\f171"}.la-bitcoin:before{content:"\f379"}.la-bity:before{content:"\f37a"}.la-black-tie:before{content:"\f27e"}.la-blackberry:before{content:"\f37b"}.la-blender:before{content:"\f517"}.la-blender-phone:before{content:"\f6b6"}.la-blind:before{content:"\f29d"}.la-blog:before{content:"\f781"}.la-blogger:before{content:"\f37c"}.la-blogger-b:before{content:"\f37d"}.la-bluetooth:before{content:"\f293"}.la-bluetooth-b:before{content:"\f294"}.la-bold:before{content:"\f032"}.la-bolt:before{content:"\f0e7"}.la-bomb:before{content:"\f1e2"}.la-bone:before{content:"\f5d7"}.la-bong:before{content:"\f55c"}.la-book:before{content:"\f02d"}.la-book-dead:before{content:"\f6b7"}.la-book-medical:before{content:"\f7e6"}.la-book-open:before{content:"\f518"}.la-book-reader:before{content:"\f5da"}.la-bookmark:before{content:"\f02e"}.la-bootstrap:before{content:"\f836"}.la-border-all:before{content:"\f84c"}.la-border-none:before{content:"\f850"}.la-border-style:before{content:"\f853"}.la-bowling-ball:before{content:"\f436"}.la-box:before{content:"\f466"}.la-box-open:before{content:"\f49e"}.la-boxes:before{content:"\f468"}.la-braille:before{content:"\f2a1"}.la-brain:before{content:"\f5dc"}.la-bread-slice:before{content:"\f7ec"}.la-briefcase:before{content:"\f0b1"}.la-briefcase-medical:before{content:"\f469"}.la-broadcast-tower:before{content:"\f519"}.la-broom:before{content:"\f51a"}.la-brush:before{content:"\f55d"}.la-btc:before{content:"\f15a"}.la-buffer:before{content:"\f837"}.la-bug:before{content:"\f188"}.la-building:before{content:"\f1ad"}.la-bullhorn:before{content:"\f0a1"}.la-bullseye:before{content:"\f140"}.la-burn:before{content:"\f46a"}.la-buromobelexperte:before{content:"\f37f"}.la-bus:before{content:"\f207"}.la-bus-alt:before{content:"\f55e"}.la-business-time:before{content:"\f64a"}.la-buy-n-large:before{content:"\f8a6"}.la-buysellads:before{content:"\f20d"}.la-calculator:before{content:"\f1ec"}.la-calendar:before{content:"\f133"}.la-calendar-alt:before{content:"\f073"}.la-calendar-check:before{content:"\f274"}.la-calendar-day:before{content:"\f783"}.la-calendar-minus:before{content:"\f272"}.la-calendar-plus:before{content:"\f271"}.la-calendar-times:before{content:"\f273"}.la-calendar-week:before{content:"\f784"}.la-camera:before{content:"\f030"}.la-camera-retro:before{content:"\f083"}.la-campground:before{content:"\f6bb"}.la-canadian-maple-leaf:before{content:"\f785"}.la-candy-cane:before{content:"\f786"}.la-cannabis:before{content:"\f55f"}.la-capsules:before{content:"\f46b"}.la-car:before{content:"\f1b9"}.la-car-alt:before{content:"\f5de"}.la-car-battery:before{content:"\f5df"}.la-car-crash:before{content:"\f5e1"}.la-car-side:before{content:"\f5e4"}.la-caret-down:before{content:"\f0d7"}.la-caret-left:before{content:"\f0d9"}.la-caret-right:before{content:"\f0da"}.la-caret-square-down:before{content:"\f150"}.la-caret-square-left:before{content:"\f191"}.la-caret-square-right:before{content:"\f152"}.la-caret-square-up:before{content:"\f151"}.la-caret-up:before{content:"\f0d8"}.la-carrot:before{content:"\f787"}.la-cart-arrow-down:before{content:"\f218"}.la-cart-plus:before{content:"\f217"}.la-cash-register:before{content:"\f788"}.la-cat:before{content:"\f6be"}.la-cc-amazon-pay:before{content:"\f42d"}.la-cc-amex:before{content:"\f1f3"}.la-cc-apple-pay:before{content:"\f416"}.la-cc-diners-club:before{content:"\f24c"}.la-cc-discover:before{content:"\f1f2"}.la-cc-jcb:before{content:"\f24b"}.la-cc-mastercard:before{content:"\f1f1"}.la-cc-paypal:before{content:"\f1f4"}.la-cc-stripe:before{content:"\f1f5"}.la-cc-visa:before{content:"\f1f0"}.la-centercode:before{content:"\f380"}.la-centos:before{content:"\f789"}.la-certificate:before{content:"\f0a3"}.la-chair:before{content:"\f6c0"}.la-chalkboard:before{content:"\f51b"}.la-chalkboard-teacher:before{content:"\f51c"}.la-charging-station:before{content:"\f5e7"}.la-chart-area:before{content:"\f1fe"}.la-chart-bar:before{content:"\f080"}.la-chart-line:before{content:"\f201"}.la-chart-pie:before{content:"\f200"}.la-check:before{content:"\f00c"}.la-check-circle:before{content:"\f058"}.la-check-double:before{content:"\f560"}.la-check-square:before{content:"\f14a"}.la-cheese:before{content:"\f7ef"}.la-chess:before{content:"\f439"}.la-chess-bishop:before{content:"\f43a"}.la-chess-board:before{content:"\f43c"}.la-chess-king:before{content:"\f43f"}.la-chess-knight:before{content:"\f441"}.la-chess-pawn:before{content:"\f443"}.la-chess-queen:before{content:"\f445"}.la-chess-rook:before{content:"\f447"}.la-chevron-circle-down:before{content:"\f13a"}.la-chevron-circle-left:before{content:"\f137"}.la-chevron-circle-right:before{content:"\f138"}.la-chevron-circle-up:before{content:"\f139"}.la-chevron-down:before{content:"\f078"}.la-chevron-left:before{content:"\f053"}.la-chevron-right:before{content:"\f054"}.la-chevron-up:before{content:"\f077"}.la-child:before{content:"\f1ae"}.la-chrome:before{content:"\f268"}.la-chromecast:before{content:"\f838"}.la-church:before{content:"\f51d"}.la-circle:before{content:"\f111"}.la-circle-notch:before{content:"\f1ce"}.la-city:before{content:"\f64f"}.la-clinic-medical:before{content:"\f7f2"}.la-clipboard:before{content:"\f328"}.la-clipboard-check:before{content:"\f46c"}.la-clipboard-list:before{content:"\f46d"}.la-clock:before{content:"\f017"}.la-clone:before{content:"\f24d"}.la-closed-captioning:before{content:"\f20a"}.la-cloud:before{content:"\f0c2"}.la-cloud-download-alt:before{content:"\f381"}.la-cloud-meatball:before{content:"\f73b"}.la-cloud-moon:before{content:"\f6c3"}.la-cloud-moon-rain:before{content:"\f73c"}.la-cloud-rain:before{content:"\f73d"}.la-cloud-showers-heavy:before{content:"\f740"}.la-cloud-sun:before{content:"\f6c4"}.la-cloud-sun-rain:before{content:"\f743"}.la-cloud-upload-alt:before{content:"\f382"}.la-cloudscale:before{content:"\f383"}.la-cloudsmith:before{content:"\f384"}.la-cloudversify:before{content:"\f385"}.la-cocktail:before{content:"\f561"}.la-code:before{content:"\f121"}.la-code-branch:before{content:"\f126"}.la-codepen:before{content:"\f1cb"}.la-codiepie:before{content:"\f284"}.la-coffee:before{content:"\f0f4"}.la-cog:before{content:"\f013"}.la-cogs:before{content:"\f085"}.la-coins:before{content:"\f51e"}.la-columns:before{content:"\f0db"}.la-comment:before{content:"\f075"}.la-comment-alt:before{content:"\f27a"}.la-comment-dollar:before{content:"\f651"}.la-comment-dots:before{content:"\f4ad"}.la-comment-medical:before{content:"\f7f5"}.la-comment-slash:before{content:"\f4b3"}.la-comments:before{content:"\f086"}.la-comments-dollar:before{content:"\f653"}.la-compact-disc:before{content:"\f51f"}.la-compass:before{content:"\f14e"}.la-compress:before{content:"\f066"}.la-compress-arrows-alt:before{content:"\f78c"}.la-concierge-bell:before{content:"\f562"}.la-confluence:before{content:"\f78d"}.la-connectdevelop:before{content:"\f20e"}.la-contao:before{content:"\f26d"}.la-cookie:before{content:"\f563"}.la-cookie-bite:before{content:"\f564"}.la-copy:before{content:"\f0c5"}.la-copyright:before{content:"\f1f9"}.la-cotton-bureau:before{content:"\f89e"}.la-couch:before{content:"\f4b8"}.la-cpanel:before{content:"\f388"}.la-creative-commons:before{content:"\f25e"}.la-creative-commons-by:before{content:"\f4e7"}.la-creative-commons-nc:before{content:"\f4e8"}.la-creative-commons-nc-eu:before{content:"\f4e9"}.la-creative-commons-nc-jp:before{content:"\f4ea"}.la-creative-commons-nd:before{content:"\f4eb"}.la-creative-commons-pd:before{content:"\f4ec"}.la-creative-commons-pd-alt:before{content:"\f4ed"}.la-creative-commons-remix:before{content:"\f4ee"}.la-creative-commons-sa:before{content:"\f4ef"}.la-creative-commons-sampling:before{content:"\f4f0"}.la-creative-commons-sampling-plus:before{content:"\f4f1"}.la-creative-commons-share:before{content:"\f4f2"}.la-creative-commons-zero:before{content:"\f4f3"}.la-credit-card:before{content:"\f09d"}.la-critical-role:before{content:"\f6c9"}.la-crop:before{content:"\f125"}.la-crop-alt:before{content:"\f565"}.la-cross:before{content:"\f654"}.la-crosshairs:before{content:"\f05b"}.la-crow:before{content:"\f520"}.la-crown:before{content:"\f521"}.la-crutch:before{content:"\f7f7"}.la-css3:before{content:"\f13c"}.la-css3-alt:before{content:"\f38b"}.la-cube:before{content:"\f1b2"}.la-cubes:before{content:"\f1b3"}.la-cut:before{content:"\f0c4"}.la-cuttlefish:before{content:"\f38c"}.la-d-and-d:before{content:"\f38d"}.la-d-and-d-beyond:before{content:"\f6ca"}.la-dashcube:before{content:"\f210"}.la-database:before{content:"\f1c0"}.la-deaf:before{content:"\f2a4"}.la-delicious:before{content:"\f1a5"}.la-democrat:before{content:"\f747"}.la-deploydog:before{content:"\f38e"}.la-deskpro:before{content:"\f38f"}.la-desktop:before{content:"\f108"}.la-dev:before{content:"\f6cc"}.la-deviantart:before{content:"\f1bd"}.la-dharmachakra:before{content:"\f655"}.la-dhl:before{content:"\f790"}.la-diagnoses:before{content:"\f470"}.la-diaspora:before{content:"\f791"}.la-dice:before{content:"\f522"}.la-dice-d20:before{content:"\f6cf"}.la-dice-d6:before{content:"\f6d1"}.la-dice-five:before{content:"\f523"}.la-dice-four:before{content:"\f524"}.la-dice-one:before{content:"\f525"}.la-dice-six:before{content:"\f526"}.la-dice-three:before{content:"\f527"}.la-dice-two:before{content:"\f528"}.la-digg:before{content:"\f1a6"}.la-digital-ocean:before{content:"\f391"}.la-digital-tachograph:before{content:"\f566"}.la-directions:before{content:"\f5eb"}.la-discord:before{content:"\f392"}.la-discourse:before{content:"\f393"}.la-divide:before{content:"\f529"}.la-dizzy:before{content:"\f567"}.la-dna:before{content:"\f471"}.la-dochub:before{content:"\f394"}.la-docker:before{content:"\f395"}.la-dog:before{content:"\f6d3"}.la-dollar-sign:before{content:"\f155"}.la-dolly:before{content:"\f472"}.la-dolly-flatbed:before{content:"\f474"}.la-donate:before{content:"\f4b9"}.la-door-closed:before{content:"\f52a"}.la-door-open:before{content:"\f52b"}.la-dot-circle:before{content:"\f192"}.la-dove:before{content:"\f4ba"}.la-download:before{content:"\f019"}.la-draft2digital:before{content:"\f396"}.la-drafting-compass:before{content:"\f568"}.la-dragon:before{content:"\f6d5"}.la-draw-polygon:before{content:"\f5ee"}.la-dribbble:before{content:"\f17d"}.la-dribbble-square:before{content:"\f397"}.la-dropbox:before{content:"\f16b"}.la-drum:before{content:"\f569"}.la-drum-steelpan:before{content:"\f56a"}.la-drumstick-bite:before{content:"\f6d7"}.la-drupal:before{content:"\f1a9"}.la-dumbbell:before{content:"\f44b"}.la-dumpster:before{content:"\f793"}.la-dumpster-fire:before{content:"\f794"}.la-dungeon:before{content:"\f6d9"}.la-dyalog:before{content:"\f399"}.la-earlybirds:before{content:"\f39a"}.la-ebay:before{content:"\f4f4"}.la-edge:before{content:"\f282"}.la-edit:before{content:"\f044"}.la-egg:before{content:"\f7fb"}.la-eject:before{content:"\f052"}.la-elementor:before{content:"\f430"}.la-ellipsis-h:before{content:"\f141"}.la-ellipsis-v:before{content:"\f142"}.la-ello:before{content:"\f5f1"}.la-ember:before{content:"\f423"}.la-empire:before{content:"\f1d1"}.la-envelope:before{content:"\f0e0"}.la-envelope-open:before{content:"\f2b6"}.la-envelope-open-text:before{content:"\f658"}.la-envelope-square:before{content:"\f199"}.la-envira:before{content:"\f299"}.la-equals:before{content:"\f52c"}.la-eraser:before{content:"\f12d"}.la-erlang:before{content:"\f39d"}.la-ethereum:before{content:"\f42e"}.la-ethernet:before{content:"\f796"}.la-etsy:before{content:"\f2d7"}.la-euro-sign:before{content:"\f153"}.la-evernote:before{content:"\f839"}.la-exchange-alt:before{content:"\f362"}.la-exclamation:before{content:"\f12a"}.la-exclamation-circle:before{content:"\f06a"}.la-exclamation-triangle:before{content:"\f071"}.la-expand:before{content:"\f065"}.la-expand-arrows-alt:before{content:"\f31e"}.la-expeditedssl:before{content:"\f23e"}.la-external-link-alt:before{content:"\f35d"}.la-external-link-square-alt:before{content:"\f360"}.la-eye:before{content:"\f06e"}.la-eye-dropper:before{content:"\f1fb"}.la-eye-slash:before{content:"\f070"}.la-facebook:before{content:"\f09a"}.la-facebook-f:before{content:"\f39e"}.la-facebook-messenger:before{content:"\f39f"}.la-facebook-square:before{content:"\f082"}.la-fan:before{content:"\f863"}.la-fantasy-flight-games:before{content:"\f6dc"}.la-fast-backward:before{content:"\f049"}.la-fast-forward:before{content:"\f050"}.la-fax:before{content:"\f1ac"}.la-feather:before{content:"\f52d"}.la-feather-alt:before{content:"\f56b"}.la-fedex:before{content:"\f797"}.la-fedora:before{content:"\f798"}.la-female:before{content:"\f182"}.la-fighter-jet:before{content:"\f0fb"}.la-figma:before{content:"\f799"}.la-file:before{content:"\f15b"}.la-file-alt:before{content:"\f15c"}.la-file-archive:before{content:"\f1c6"}.la-file-audio:before{content:"\f1c7"}.la-file-code:before{content:"\f1c9"}.la-file-contract:before{content:"\f56c"}.la-file-csv:before{content:"\f6dd"}.la-file-download:before{content:"\f56d"}.la-file-excel:before{content:"\f1c3"}.la-file-export:before{content:"\f56e"}.la-file-image:before{content:"\f1c5"}.la-file-import:before{content:"\f56f"}.la-file-invoice:before{content:"\f570"}.la-file-invoice-dollar:before{content:"\f571"}.la-file-medical:before{content:"\f477"}.la-file-medical-alt:before{content:"\f478"}.la-file-pdf:before{content:"\f1c1"}.la-file-powerpoint:before{content:"\f1c4"}.la-file-prescription:before{content:"\f572"}.la-file-signature:before{content:"\f573"}.la-file-upload:before{content:"\f574"}.la-file-video:before{content:"\f1c8"}.la-file-word:before{content:"\f1c2"}.la-fill:before{content:"\f575"}.la-fill-drip:before{content:"\f576"}.la-film:before{content:"\f008"}.la-filter:before{content:"\f0b0"}.la-fingerprint:before{content:"\f577"}.la-fire:before{content:"\f06d"}.la-fire-alt:before{content:"\f7e4"}.la-fire-extinguisher:before{content:"\f134"}.la-firefox:before{content:"\f269"}.la-first-aid:before{content:"\f479"}.la-first-order:before{content:"\f2b0"}.la-first-order-alt:before{content:"\f50a"}.la-firstdraft:before{content:"\f3a1"}.la-fish:before{content:"\f578"}.la-fist-raised:before{content:"\f6de"}.la-flag:before{content:"\f024"}.la-flag-checkered:before{content:"\f11e"}.la-flag-usa:before{content:"\f74d"}.la-flask:before{content:"\f0c3"}.la-flickr:before{content:"\f16e"}.la-flipboard:before{content:"\f44d"}.la-flushed:before{content:"\f579"}.la-fly:before{content:"\f417"}.la-folder:before{content:"\f07b"}.la-folder-minus:before{content:"\f65d"}.la-folder-open:before{content:"\f07c"}.la-folder-plus:before{content:"\f65e"}.la-font:before{content:"\f031"}.la-font-awesome:before{content:"\f2b4"}.la-font-awesome-alt:before{content:"\f35c"}.la-font-awesome-flag:before{content:"\f425"}.la-font-awesome-logo-full:before{content:"\f4e6"}.la-fonticons:before{content:"\f280"}.la-fonticons-fi:before{content:"\f3a2"}.la-football-ball:before{content:"\f44e"}.la-fort-awesome:before{content:"\f286"}.la-fort-awesome-alt:before{content:"\f3a3"}.la-forumbee:before{content:"\f211"}.la-forward:before{content:"\f04e"}.la-foursquare:before{content:"\f180"}.la-free-code-camp:before{content:"\f2c5"}.la-freebsd:before{content:"\f3a4"}.la-frog:before{content:"\f52e"}.la-frown:before{content:"\f119"}.la-frown-open:before{content:"\f57a"}.la-fulcrum:before{content:"\f50b"}.la-funnel-dollar:before{content:"\f662"}.la-futbol:before{content:"\f1e3"}.la-galactic-republic:before{content:"\f50c"}.la-galactic-senate:before{content:"\f50d"}.la-gamepad:before{content:"\f11b"}.la-gas-pump:before{content:"\f52f"}.la-gavel:before{content:"\f0e3"}.la-gem:before{content:"\f3a5"}.la-genderless:before{content:"\f22d"}.la-get-pocket:before{content:"\f265"}.la-gg:before{content:"\f260"}.la-gg-circle:before{content:"\f261"}.la-ghost:before{content:"\f6e2"}.la-gift:before{content:"\f06b"}.la-gifts:before{content:"\f79c"}.la-git:before{content:"\f1d3"}.la-git-alt:before{content:"\f841"}.la-git-square:before{content:"\f1d2"}.la-github:before{content:"\f09b"}.la-github-alt:before{content:"\f113"}.la-github-square:before{content:"\f092"}.la-gitkraken:before{content:"\f3a6"}.la-gitlab:before{content:"\f296"}.la-gitter:before{content:"\f426"}.la-glass-cheers:before{content:"\f79f"}.la-glass-martini:before{content:"\f000"}.la-glass-martini-alt:before{content:"\f57b"}.la-glass-whiskey:before{content:"\f7a0"}.la-glasses:before{content:"\f530"}.la-glide:before{content:"\f2a5"}.la-glide-g:before{content:"\f2a6"}.la-globe:before{content:"\f0ac"}.la-globe-africa:before{content:"\f57c"}.la-globe-americas:before{content:"\f57d"}.la-globe-asia:before{content:"\f57e"}.la-globe-europe:before{content:"\f7a2"}.la-gofore:before{content:"\f3a7"}.la-golf-ball:before{content:"\f450"}.la-goodreads:before{content:"\f3a8"}.la-goodreads-g:before{content:"\f3a9"}.la-google:before{content:"\f1a0"}.la-google-drive:before{content:"\f3aa"}.la-google-play:before{content:"\f3ab"}.la-google-plus:before{content:"\f2b3"}.la-google-plus-g:before{content:"\f0d5"}.la-google-plus-square:before{content:"\f0d4"}.la-google-wallet:before{content:"\f1ee"}.la-gopuram:before{content:"\f664"}.la-graduation-cap:before{content:"\f19d"}.la-gratipay:before{content:"\f184"}.la-grav:before{content:"\f2d6"}.la-greater-than:before{content:"\f531"}.la-greater-than-equal:before{content:"\f532"}.la-grimace:before{content:"\f57f"}.la-grin:before{content:"\f580"}.la-grin-alt:before{content:"\f581"}.la-grin-beam:before{content:"\f582"}.la-grin-beam-sweat:before{content:"\f583"}.la-grin-hearts:before{content:"\f584"}.la-grin-squint:before{content:"\f585"}.la-grin-squint-tears:before{content:"\f586"}.la-grin-stars:before{content:"\f587"}.la-grin-tears:before{content:"\f588"}.la-grin-tongue:before{content:"\f589"}.la-grin-tongue-squint:before{content:"\f58a"}.la-grin-tongue-wink:before{content:"\f58b"}.la-grin-wink:before{content:"\f58c"}.la-grip-horizontal:before{content:"\f58d"}.la-grip-lines:before{content:"\f7a4"}.la-grip-lines-vertical:before{content:"\f7a5"}.la-grip-vertical:before{content:"\f58e"}.la-gripfire:before{content:"\f3ac"}.la-grunt:before{content:"\f3ad"}.la-guitar:before{content:"\f7a6"}.la-gulp:before{content:"\f3ae"}.la-h-square:before{content:"\f0fd"}.la-hacker-news:before{content:"\f1d4"}.la-hacker-news-square:before{content:"\f3af"}.la-hackerrank:before{content:"\f5f7"}.la-hamburger:before{content:"\f805"}.la-hammer:before{content:"\f6e3"}.la-hamsa:before{content:"\f665"}.la-hand-holding:before{content:"\f4bd"}.la-hand-holding-heart:before{content:"\f4be"}.la-hand-holding-usd:before{content:"\f4c0"}.la-hand-lizard:before{content:"\f258"}.la-hand-middle-finger:before{content:"\f806"}.la-hand-paper:before{content:"\f256"}.la-hand-peace:before{content:"\f25b"}.la-hand-point-down:before{content:"\f0a7"}.la-hand-point-left:before{content:"\f0a5"}.la-hand-point-right:before{content:"\f0a4"}.la-hand-point-up:before{content:"\f0a6"}.la-hand-pointer:before{content:"\f25a"}.la-hand-rock:before{content:"\f255"}.la-hand-scissors:before{content:"\f257"}.la-hand-spock:before{content:"\f259"}.la-hands:before{content:"\f4c2"}.la-hands-helping:before{content:"\f4c4"}.la-handshake:before{content:"\f2b5"}.la-hanukiah:before{content:"\f6e6"}.la-hard-hat:before{content:"\f807"}.la-hashtag:before{content:"\f292"}.la-hat-cowboy:before{content:"\f8c0"}.la-hat-cowboy-side:before{content:"\f8c1"}.la-hat-wizard:before{content:"\f6e8"}.la-haykal:before{content:"\f666"}.la-hdd:before{content:"\f0a0"}.la-heading:before{content:"\f1dc"}.la-headphones:before{content:"\f025"}.la-headphones-alt:before{content:"\f58f"}.la-headset:before{content:"\f590"}.la-heart:before{content:"\f004"}.la-heart-broken:before{content:"\f7a9"}.la-heartbeat:before{content:"\f21e"}.la-helicopter:before{content:"\f533"}.la-highlighter:before{content:"\f591"}.la-hiking:before{content:"\f6ec"}.la-hippo:before{content:"\f6ed"}.la-hips:before{content:"\f452"}.la-hire-a-helper:before{content:"\f3b0"}.la-history:before{content:"\f1da"}.la-hockey-puck:before{content:"\f453"}.la-holly-berry:before{content:"\f7aa"}.la-home:before{content:"\f015"}.la-hooli:before{content:"\f427"}.la-hornbill:before{content:"\f592"}.la-horse:before{content:"\f6f0"}.la-horse-head:before{content:"\f7ab"}.la-hospital:before{content:"\f0f8"}.la-hospital-alt:before{content:"\f47d"}.la-hospital-symbol:before{content:"\f47e"}.la-hot-tub:before{content:"\f593"}.la-hotdog:before{content:"\f80f"}.la-hotel:before{content:"\f594"}.la-hotjar:before{content:"\f3b1"}.la-hourglass:before{content:"\f254"}.la-hourglass-end:before{content:"\f253"}.la-hourglass-half:before{content:"\f252"}.la-hourglass-start:before{content:"\f251"}.la-house-damage:before{content:"\f6f1"}.la-houzz:before{content:"\f27c"}.la-hryvnia:before{content:"\f6f2"}.la-html5:before{content:"\f13b"}.la-hubspot:before{content:"\f3b2"}.la-i-cursor:before{content:"\f246"}.la-ice-cream:before{content:"\f810"}.la-icicles:before{content:"\f7ad"}.la-icons:before{content:"\f86d"}.la-id-badge:before{content:"\f2c1"}.la-id-card:before{content:"\f2c2"}.la-id-card-alt:before{content:"\f47f"}.la-igloo:before{content:"\f7ae"}.la-image:before{content:"\f03e"}.la-images:before{content:"\f302"}.la-imdb:before{content:"\f2d8"}.la-inbox:before{content:"\f01c"}.la-indent:before{content:"\f03c"}.la-industry:before{content:"\f275"}.la-infinity:before{content:"\f534"}.la-info:before{content:"\f129"}.la-info-circle:before{content:"\f05a"}.la-instagram:before{content:"\f16d"}.la-intercom:before{content:"\f7af"}.la-internet-explorer:before{content:"\f26b"}.la-invision:before{content:"\f7b0"}.la-ioxhost:before{content:"\f208"}.la-italic:before{content:"\f033"}.la-itch-io:before{content:"\f83a"}.la-itunes:before{content:"\f3b4"}.la-itunes-note:before{content:"\f3b5"}.la-java:before{content:"\f4e4"}.la-jedi:before{content:"\f669"}.la-jedi-order:before{content:"\f50e"}.la-jenkins:before{content:"\f3b6"}.la-jira:before{content:"\f7b1"}.la-joget:before{content:"\f3b7"}.la-joint:before{content:"\f595"}.la-joomla:before{content:"\f1aa"}.la-journal-whills:before{content:"\f66a"}.la-js:before{content:"\f3b8"}.la-js-square:before{content:"\f3b9"}.la-jsfiddle:before{content:"\f1cc"}.la-kaaba:before{content:"\f66b"}.la-kaggle:before{content:"\f5fa"}.la-key:before{content:"\f084"}.la-keybase:before{content:"\f4f5"}.la-keyboard:before{content:"\f11c"}.la-keycdn:before{content:"\f3ba"}.la-khanda:before{content:"\f66d"}.la-kickstarter:before{content:"\f3bb"}.la-kickstarter-k:before{content:"\f3bc"}.la-kiss:before{content:"\f596"}.la-kiss-beam:before{content:"\f597"}.la-kiss-wink-heart:before{content:"\f598"}.la-kiwi-bird:before{content:"\f535"}.la-korvue:before{content:"\f42f"}.la-landmark:before{content:"\f66f"}.la-language:before{content:"\f1ab"}.la-laptop:before{content:"\f109"}.la-laptop-code:before{content:"\f5fc"}.la-laptop-medical:before{content:"\f812"}.la-laravel:before{content:"\f3bd"}.la-lastfm:before{content:"\f202"}.la-lastfm-square:before{content:"\f203"}.la-laugh:before{content:"\f599"}.la-laugh-beam:before{content:"\f59a"}.la-laugh-squint:before{content:"\f59b"}.la-laugh-wink:before{content:"\f59c"}.la-layer-group:before{content:"\f5fd"}.la-leaf:before{content:"\f06c"}.la-leanpub:before{content:"\f212"}.la-lemon:before{content:"\f094"}.la-less:before{content:"\f41d"}.la-less-than:before{content:"\f536"}.la-less-than-equal:before{content:"\f537"}.la-level-down-alt:before{content:"\f3be"}.la-level-up-alt:before{content:"\f3bf"}.la-life-ring:before{content:"\f1cd"}.la-lightbulb:before{content:"\f0eb"}.la-line:before{content:"\f3c0"}.la-link:before{content:"\f0c1"}.la-linkedin:before{content:"\f08c"}.la-linkedin-in:before{content:"\f0e1"}.la-linode:before{content:"\f2b8"}.la-linux:before{content:"\f17c"}.la-lira-sign:before{content:"\f195"}.la-list:before{content:"\f03a"}.la-list-alt:before{content:"\f022"}.la-list-ol:before{content:"\f0cb"}.la-list-ul:before{content:"\f0ca"}.la-location-arrow:before{content:"\f124"}.la-lock:before{content:"\f023"}.la-lock-open:before{content:"\f3c1"}.la-long-arrow-alt-down:before{content:"\f309"}.la-long-arrow-alt-left:before{content:"\f30a"}.la-long-arrow-alt-right:before{content:"\f30b"}.la-long-arrow-alt-up:before{content:"\f30c"}.la-low-vision:before{content:"\f2a8"}.la-luggage-cart:before{content:"\f59d"}.la-lyft:before{content:"\f3c3"}.la-magento:before{content:"\f3c4"}.la-magic:before{content:"\f0d0"}.la-magnet:before{content:"\f076"}.la-mail-bulk:before{content:"\f674"}.la-mailchimp:before{content:"\f59e"}.la-male:before{content:"\f183"}.la-mandalorian:before{content:"\f50f"}.la-map:before{content:"\f279"}.la-map-marked:before{content:"\f59f"}.la-map-marked-alt:before{content:"\f5a0"}.la-map-marker:before{content:"\f041"}.la-map-marker-alt:before{content:"\f3c5"}.la-map-pin:before{content:"\f276"}.la-map-signs:before{content:"\f277"}.la-markdown:before{content:"\f60f"}.la-marker:before{content:"\f5a1"}.la-mars:before{content:"\f222"}.la-mars-double:before{content:"\f227"}.la-mars-stroke:before{content:"\f229"}.la-mars-stroke-h:before{content:"\f22b"}.la-mars-stroke-v:before{content:"\f22a"}.la-mask:before{content:"\f6fa"}.la-mastodon:before{content:"\f4f6"}.la-maxcdn:before{content:"\f136"}.la-mdb:before{content:"\f8ca"}.la-medal:before{content:"\f5a2"}.la-medapps:before{content:"\f3c6"}.la-medium:before{content:"\f23a"}.la-medium-m:before{content:"\f3c7"}.la-medkit:before{content:"\f0fa"}.la-medrt:before{content:"\f3c8"}.la-meetup:before{content:"\f2e0"}.la-megaport:before{content:"\f5a3"}.la-meh:before{content:"\f11a"}.la-meh-blank:before{content:"\f5a4"}.la-meh-rolling-eyes:before{content:"\f5a5"}.la-memory:before{content:"\f538"}.la-mendeley:before{content:"\f7b3"}.la-menorah:before{content:"\f676"}.la-mercury:before{content:"\f223"}.la-meteor:before{content:"\f753"}.la-microchip:before{content:"\f2db"}.la-microphone:before{content:"\f130"}.la-microphone-alt:before{content:"\f3c9"}.la-microphone-alt-slash:before{content:"\f539"}.la-microphone-slash:before{content:"\f131"}.la-microscope:before{content:"\f610"}.la-microsoft:before{content:"\f3ca"}.la-minus:before{content:"\f068"}.la-minus-circle:before{content:"\f056"}.la-minus-square:before{content:"\f146"}.la-mitten:before{content:"\f7b5"}.la-mix:before{content:"\f3cb"}.la-mixcloud:before{content:"\f289"}.la-mizuni:before{content:"\f3cc"}.la-mobile:before{content:"\f10b"}.la-mobile-alt:before{content:"\f3cd"}.la-modx:before{content:"\f285"}.la-monero:before{content:"\f3d0"}.la-money-bill:before{content:"\f0d6"}.la-money-bill-alt:before{content:"\f3d1"}.la-money-bill-wave:before{content:"\f53a"}.la-money-bill-wave-alt:before{content:"\f53b"}.la-money-check:before{content:"\f53c"}.la-money-check-alt:before{content:"\f53d"}.la-monument:before{content:"\f5a6"}.la-moon:before{content:"\f186"}.la-mortar-pestle:before{content:"\f5a7"}.la-mosque:before{content:"\f678"}.la-motorcycle:before{content:"\f21c"}.la-mountain:before{content:"\f6fc"}.la-mouse:before{content:"\f8cc"}.la-mouse-pointer:before{content:"\f245"}.la-mug-hot:before{content:"\f7b6"}.la-music:before{content:"\f001"}.la-napster:before{content:"\f3d2"}.la-neos:before{content:"\f612"}.la-network-wired:before{content:"\f6ff"}.la-neuter:before{content:"\f22c"}.la-newspaper:before{content:"\f1ea"}.la-nimblr:before{content:"\f5a8"}.la-node:before{content:"\f419"}.la-node-js:before{content:"\f3d3"}.la-not-equal:before{content:"\f53e"}.la-notes-medical:before{content:"\f481"}.la-npm:before{content:"\f3d4"}.la-ns8:before{content:"\f3d5"}.la-nutritionix:before{content:"\f3d6"}.la-object-group:before{content:"\f247"}.la-object-ungroup:before{content:"\f248"}.la-odnoklassniki:before{content:"\f263"}.la-odnoklassniki-square:before{content:"\f264"}.la-oil-can:before{content:"\f613"}.la-old-republic:before{content:"\f510"}.la-om:before{content:"\f679"}.la-opencart:before{content:"\f23d"}.la-openid:before{content:"\f19b"}.la-opera:before{content:"\f26a"}.la-optin-monster:before{content:"\f23c"}.la-orcid:before{content:"\f8d2"}.la-osi:before{content:"\f41a"}.la-otter:before{content:"\f700"}.la-outdent:before{content:"\f03b"}.la-page4:before{content:"\f3d7"}.la-pagelines:before{content:"\f18c"}.la-pager:before{content:"\f815"}.la-paint-brush:before{content:"\f1fc"}.la-paint-roller:before{content:"\f5aa"}.la-palette:before{content:"\f53f"}.la-palfed:before{content:"\f3d8"}.la-pallet:before{content:"\f482"}.la-paper-plane:before{content:"\f1d8"}.la-paperclip:before{content:"\f0c6"}.la-parachute-box:before{content:"\f4cd"}.la-paragraph:before{content:"\f1dd"}.la-parking:before{content:"\f540"}.la-passport:before{content:"\f5ab"}.la-pastafarianism:before{content:"\f67b"}.la-paste:before{content:"\f0ea"}.la-patreon:before{content:"\f3d9"}.la-pause:before{content:"\f04c"}.la-pause-circle:before{content:"\f28b"}.la-paw:before{content:"\f1b0"}.la-paypal:before{content:"\f1ed"}.la-peace:before{content:"\f67c"}.la-pen:before{content:"\f304"}.la-pen-alt:before{content:"\f305"}.la-pen-fancy:before{content:"\f5ac"}.la-pen-nib:before{content:"\f5ad"}.la-pen-square:before{content:"\f14b"}.la-pencil-alt:before{content:"\f303"}.la-pencil-ruler:before{content:"\f5ae"}.la-penny-arcade:before{content:"\f704"}.la-people-carry:before{content:"\f4ce"}.la-pepper-hot:before{content:"\f816"}.la-percent:before{content:"\f295"}.la-percentage:before{content:"\f541"}.la-periscope:before{content:"\f3da"}.la-person-booth:before{content:"\f756"}.la-phabricator:before{content:"\f3db"}.la-phoenix-framework:before{content:"\f3dc"}.la-phoenix-squadron:before{content:"\f511"}.la-phone:before{content:"\f095"}.la-phone-alt:before{content:"\f879"}.la-phone-slash:before{content:"\f3dd"}.la-phone-square:before{content:"\f098"}.la-phone-square-alt:before{content:"\f87b"}.la-phone-volume:before{content:"\f2a0"}.la-photo-video:before{content:"\f87c"}.la-php:before{content:"\f457"}.la-pied-piper:before{content:"\f2ae"}.la-pied-piper-alt:before{content:"\f1a8"}.la-pied-piper-hat:before{content:"\f4e5"}.la-pied-piper-pp:before{content:"\f1a7"}.la-piggy-bank:before{content:"\f4d3"}.la-pills:before{content:"\f484"}.la-pinterest:before{content:"\f0d2"}.la-pinterest-p:before{content:"\f231"}.la-pinterest-square:before{content:"\f0d3"}.la-pizza-slice:before{content:"\f818"}.la-place-of-worship:before{content:"\f67f"}.la-plane:before{content:"\f072"}.la-plane-arrival:before{content:"\f5af"}.la-plane-departure:before{content:"\f5b0"}.la-play:before{content:"\f04b"}.la-play-circle:before{content:"\f144"}.la-playstation:before{content:"\f3df"}.la-plug:before{content:"\f1e6"}.la-plus:before{content:"\f067"}.la-plus-circle:before{content:"\f055"}.la-plus-square:before{content:"\f0fe"}.la-podcast:before{content:"\f2ce"}.la-poll:before{content:"\f681"}.la-poll-h:before{content:"\f682"}.la-poo:before{content:"\f2fe"}.la-poo-storm:before{content:"\f75a"}.la-poop:before{content:"\f619"}.la-portrait:before{content:"\f3e0"}.la-pound-sign:before{content:"\f154"}.la-power-off:before{content:"\f011"}.la-pray:before{content:"\f683"}.la-praying-hands:before{content:"\f684"}.la-prescription:before{content:"\f5b1"}.la-prescription-bottle:before{content:"\f485"}.la-prescription-bottle-alt:before{content:"\f486"}.la-print:before{content:"\f02f"}.la-procedures:before{content:"\f487"}.la-product-hunt:before{content:"\f288"}.la-project-diagram:before{content:"\f542"}.la-pushed:before{content:"\f3e1"}.la-puzzle-piece:before{content:"\f12e"}.la-python:before{content:"\f3e2"}.la-qq:before{content:"\f1d6"}.la-qrcode:before{content:"\f029"}.la-question:before{content:"\f128"}.la-question-circle:before{content:"\f059"}.la-quidditch:before{content:"\f458"}.la-quinscape:before{content:"\f459"}.la-quora:before{content:"\f2c4"}.la-quote-left:before{content:"\f10d"}.la-quote-right:before{content:"\f10e"}.la-quran:before{content:"\f687"}.la-r-project:before{content:"\f4f7"}.la-radiation:before{content:"\f7b9"}.la-radiation-alt:before{content:"\f7ba"}.la-rainbow:before{content:"\f75b"}.la-random:before{content:"\f074"}.la-raspberry-pi:before{content:"\f7bb"}.la-ravelry:before{content:"\f2d9"}.la-react:before{content:"\f41b"}.la-reacteurope:before{content:"\f75d"}.la-readme:before{content:"\f4d5"}.la-rebel:before{content:"\f1d0"}.la-receipt:before{content:"\f543"}.la-record-vinyl:before{content:"\f8d9"}.la-recycle:before{content:"\f1b8"}.la-red-river:before{content:"\f3e3"}.la-reddit:before{content:"\f1a1"}.la-reddit-alien:before{content:"\f281"}.la-reddit-square:before{content:"\f1a2"}.la-redhat:before{content:"\f7bc"}.la-redo:before{content:"\f01e"}.la-redo-alt:before{content:"\f2f9"}.la-registered:before{content:"\f25d"}.la-remove-format:before{content:"\f87d"}.la-renren:before{content:"\f18b"}.la-reply:before{content:"\f3e5"}.la-reply-all:before{content:"\f122"}.la-replyd:before{content:"\f3e6"}.la-republican:before{content:"\f75e"}.la-researchgate:before{content:"\f4f8"}.la-resolving:before{content:"\f3e7"}.la-restroom:before{content:"\f7bd"}.la-retweet:before{content:"\f079"}.la-rev:before{content:"\f5b2"}.la-ribbon:before{content:"\f4d6"}.la-ring:before{content:"\f70b"}.la-road:before{content:"\f018"}.la-robot:before{content:"\f544"}.la-rocket:before{content:"\f135"}.la-rocketchat:before{content:"\f3e8"}.la-rockrms:before{content:"\f3e9"}.la-route:before{content:"\f4d7"}.la-rss:before{content:"\f09e"}.la-rss-square:before{content:"\f143"}.la-ruble-sign:before{content:"\f158"}.la-ruler:before{content:"\f545"}.la-ruler-combined:before{content:"\f546"}.la-ruler-horizontal:before{content:"\f547"}.la-ruler-vertical:before{content:"\f548"}.la-running:before{content:"\f70c"}.la-rupee-sign:before{content:"\f156"}.la-sad-cry:before{content:"\f5b3"}.la-sad-tear:before{content:"\f5b4"}.la-safari:before{content:"\f267"}.la-salesforce:before{content:"\f83b"}.la-sass:before{content:"\f41e"}.la-satellite:before{content:"\f7bf"}.la-satellite-dish:before{content:"\f7c0"}.la-save:before{content:"\f0c7"}.la-schlix:before{content:"\f3ea"}.la-school:before{content:"\f549"}.la-screwdriver:before{content:"\f54a"}.la-scribd:before{content:"\f28a"}.la-scroll:before{content:"\f70e"}.la-sd-card:before{content:"\f7c2"}.la-search:before{content:"\f002"}.la-search-dollar:before{content:"\f688"}.la-search-location:before{content:"\f689"}.la-search-minus:before{content:"\f010"}.la-search-plus:before{content:"\f00e"}.la-searchengin:before{content:"\f3eb"}.la-seedling:before{content:"\f4d8"}.la-sellcast:before{content:"\f2da"}.la-sellsy:before{content:"\f213"}.la-server:before{content:"\f233"}.la-servicestack:before{content:"\f3ec"}.la-shapes:before{content:"\f61f"}.la-share:before{content:"\f064"}.la-share-alt:before{content:"\f1e0"}.la-share-alt-square:before{content:"\f1e1"}.la-share-square:before{content:"\f14d"}.la-shekel-sign:before{content:"\f20b"}.la-shield-alt:before{content:"\f3ed"}.la-ship:before{content:"\f21a"}.la-shipping-fast:before{content:"\f48b"}.la-shirtsinbulk:before{content:"\f214"}.la-shoe-prints:before{content:"\f54b"}.la-shopping-bag:before{content:"\f290"}.la-shopping-basket:before{content:"\f291"}.la-shopping-cart:before{content:"\f07a"}.la-shopware:before{content:"\f5b5"}.la-shower:before{content:"\f2cc"}.la-shuttle-van:before{content:"\f5b6"}.la-sign:before{content:"\f4d9"}.la-sign-in-alt:before{content:"\f2f6"}.la-sign-language:before{content:"\f2a7"}.la-sign-out-alt:before{content:"\f2f5"}.la-signal:before{content:"\f012"}.la-signature:before{content:"\f5b7"}.la-sim-card:before{content:"\f7c4"}.la-simplybuilt:before{content:"\f215"}.la-sistrix:before{content:"\f3ee"}.la-sitemap:before{content:"\f0e8"}.la-sith:before{content:"\f512"}.la-skating:before{content:"\f7c5"}.la-sketch:before{content:"\f7c6"}.la-skiing:before{content:"\f7c9"}.la-skiing-nordic:before{content:"\f7ca"}.la-skull:before{content:"\f54c"}.la-skull-crossbones:before{content:"\f714"}.la-skyatlas:before{content:"\f216"}.la-skype:before{content:"\f17e"}.la-slack:before{content:"\f198"}.la-slack-hash:before{content:"\f3ef"}.la-slash:before{content:"\f715"}.la-sleigh:before{content:"\f7cc"}.la-sliders-h:before{content:"\f1de"}.la-slideshare:before{content:"\f1e7"}.la-smile:before{content:"\f118"}.la-smile-beam:before{content:"\f5b8"}.la-smile-wink:before{content:"\f4da"}.la-smog:before{content:"\f75f"}.la-smoking:before{content:"\f48d"}.la-smoking-ban:before{content:"\f54d"}.la-sms:before{content:"\f7cd"}.la-snapchat:before{content:"\f2ab"}.la-snapchat-ghost:before{content:"\f2ac"}.la-snapchat-square:before{content:"\f2ad"}.la-snowboarding:before{content:"\f7ce"}.la-snowflake:before{content:"\f2dc"}.la-snowman:before{content:"\f7d0"}.la-snowplow:before{content:"\f7d2"}.la-socks:before{content:"\f696"}.la-solar-panel:before{content:"\f5ba"}.la-sort:before{content:"\f0dc"}.la-sort-alpha-down:before{content:"\f15d"}.la-sort-alpha-down-alt:before{content:"\f881"}.la-sort-alpha-up:before{content:"\f15e"}.la-sort-alpha-up-alt:before{content:"\f882"}.la-sort-amount-down:before{content:"\f160"}.la-sort-amount-down-alt:before{content:"\f884"}.la-sort-amount-up:before{content:"\f161"}.la-sort-amount-up-alt:before{content:"\f885"}.la-sort-down:before{content:"\f0dd"}.la-sort-numeric-down:before{content:"\f162"}.la-sort-numeric-down-alt:before{content:"\f886"}.la-sort-numeric-up:before{content:"\f163"}.la-sort-numeric-up-alt:before{content:"\f887"}.la-sort-up:before{content:"\f0de"}.la-soundcloud:before{content:"\f1be"}.la-sourcetree:before{content:"\f7d3"}.la-spa:before{content:"\f5bb"}.la-space-shuttle:before{content:"\f197"}.la-speakap:before{content:"\f3f3"}.la-speaker-deck:before{content:"\f83c"}.la-spell-check:before{content:"\f891"}.la-spider:before{content:"\f717"}.la-spinner:before{content:"\f110"}.la-splotch:before{content:"\f5bc"}.la-spotify:before{content:"\f1bc"}.la-spray-can:before{content:"\f5bd"}.la-square:before{content:"\f0c8"}.la-square-full:before{content:"\f45c"}.la-square-root-alt:before{content:"\f698"}.la-squarespace:before{content:"\f5be"}.la-stack-exchange:before{content:"\f18d"}.la-stack-overflow:before{content:"\f16c"}.la-stackpath:before{content:"\f842"}.la-stamp:before{content:"\f5bf"}.la-star:before{content:"\f005"}.la-star-and-crescent:before{content:"\f699"}.la-star-half:before{content:"\f089"}.la-star-half-alt:before{content:"\f5c0"}.la-star-of-david:before{content:"\f69a"}.la-star-of-life:before{content:"\f621"}.la-staylinked:before{content:"\f3f5"}.la-steam:before{content:"\f1b6"}.la-steam-square:before{content:"\f1b7"}.la-steam-symbol:before{content:"\f3f6"}.la-step-backward:before{content:"\f048"}.la-step-forward:before{content:"\f051"}.la-stethoscope:before{content:"\f0f1"}.la-sticker-mule:before{content:"\f3f7"}.la-sticky-note:before{content:"\f249"}.la-stop:before{content:"\f04d"}.la-stop-circle:before{content:"\f28d"}.la-stopwatch:before{content:"\f2f2"}.la-store:before{content:"\f54e"}.la-store-alt:before{content:"\f54f"}.la-strava:before{content:"\f428"}.la-stream:before{content:"\f550"}.la-street-view:before{content:"\f21d"}.la-strikethrough:before{content:"\f0cc"}.la-stripe:before{content:"\f429"}.la-stripe-s:before{content:"\f42a"}.la-stroopwafel:before{content:"\f551"}.la-studiovinari:before{content:"\f3f8"}.la-stumbleupon:before{content:"\f1a4"}.la-stumbleupon-circle:before{content:"\f1a3"}.la-subscript:before{content:"\f12c"}.la-subway:before{content:"\f239"}.la-suitcase:before{content:"\f0f2"}.la-suitcase-rolling:before{content:"\f5c1"}.la-sun:before{content:"\f185"}.la-superpowers:before{content:"\f2dd"}.la-superscript:before{content:"\f12b"}.la-supple:before{content:"\f3f9"}.la-surprise:before{content:"\f5c2"}.la-suse:before{content:"\f7d6"}.la-swatchbook:before{content:"\f5c3"}.la-swift:before{content:"\f8e1"}.la-swimmer:before{content:"\f5c4"}.la-swimming-pool:before{content:"\f5c5"}.la-symfony:before{content:"\f83d"}.la-synagogue:before{content:"\f69b"}.la-sync:before{content:"\f021"}.la-sync-alt:before{content:"\f2f1"}.la-syringe:before{content:"\f48e"}.la-table:before{content:"\f0ce"}.la-table-tennis:before{content:"\f45d"}.la-tablet:before{content:"\f10a"}.la-tablet-alt:before{content:"\f3fa"}.la-tablets:before{content:"\f490"}.la-tachometer-alt:before{content:"\f3fd"}.la-tag:before{content:"\f02b"}.la-tags:before{content:"\f02c"}.la-tape:before{content:"\f4db"}.la-tasks:before{content:"\f0ae"}.la-taxi:before{content:"\f1ba"}.la-teamspeak:before{content:"\f4f9"}.la-teeth:before{content:"\f62e"}.la-teeth-open:before{content:"\f62f"}.la-telegram:before{content:"\f2c6"}.la-telegram-plane:before{content:"\f3fe"}.la-temperature-high:before{content:"\f769"}.la-temperature-low:before{content:"\f76b"}.la-tencent-weibo:before{content:"\f1d5"}.la-tenge:before{content:"\f7d7"}.la-terminal:before{content:"\f120"}.la-text-height:before{content:"\f034"}.la-text-width:before{content:"\f035"}.la-th:before{content:"\f00a"}.la-th-large:before{content:"\f009"}.la-th-list:before{content:"\f00b"}.la-the-red-yeti:before{content:"\f69d"}.la-theater-masks:before{content:"\f630"}.la-themeco:before{content:"\f5c6"}.la-themeisle:before{content:"\f2b2"}.la-thermometer:before{content:"\f491"}.la-thermometer-empty:before{content:"\f2cb"}.la-thermometer-full:before{content:"\f2c7"}.la-thermometer-half:before{content:"\f2c9"}.la-thermometer-quarter:before{content:"\f2ca"}.la-thermometer-three-quarters:before{content:"\f2c8"}.la-think-peaks:before{content:"\f731"}.la-thumbs-down:before{content:"\f165"}.la-thumbs-up:before{content:"\f164"}.la-thumbtack:before{content:"\f08d"}.la-ticket-alt:before{content:"\f3ff"}.la-times:before{content:"\f00d"}.la-times-circle:before{content:"\f057"}.la-tint:before{content:"\f043"}.la-tint-slash:before{content:"\f5c7"}.la-tired:before{content:"\f5c8"}.la-toggle-off:before{content:"\f204"}.la-toggle-on:before{content:"\f205"}.la-toilet:before{content:"\f7d8"}.la-toilet-paper:before{content:"\f71e"}.la-toolbox:before{content:"\f552"}.la-tools:before{content:"\f7d9"}.la-tooth:before{content:"\f5c9"}.la-torah:before{content:"\f6a0"}.la-torii-gate:before{content:"\f6a1"}.la-tractor:before{content:"\f722"}.la-trade-federation:before{content:"\f513"}.la-trademark:before{content:"\f25c"}.la-traffic-light:before{content:"\f637"}.la-train:before{content:"\f238"}.la-tram:before{content:"\f7da"}.la-transgender:before{content:"\f224"}.la-transgender-alt:before{content:"\f225"}.la-trash:before{content:"\f1f8"}.la-trash-alt:before{content:"\f2ed"}.la-trash-restore:before{content:"\f829"}.la-trash-restore-alt:before{content:"\f82a"}.la-tree:before{content:"\f1bb"}.la-trello:before{content:"\f181"}.la-tripadvisor:before{content:"\f262"}.la-trophy:before{content:"\f091"}.la-truck:before{content:"\f0d1"}.la-truck-loading:before{content:"\f4de"}.la-truck-monster:before{content:"\f63b"}.la-truck-moving:before{content:"\f4df"}.la-truck-pickup:before{content:"\f63c"}.la-tshirt:before{content:"\f553"}.la-tty:before{content:"\f1e4"}.la-tumblr:before{content:"\f173"}.la-tumblr-square:before{content:"\f174"}.la-tv:before{content:"\f26c"}.la-twitch:before{content:"\f1e8"}.la-twitter:before{content:"\f099"}.la-twitter-square:before{content:"\f081"}.la-typo3:before{content:"\f42b"}.la-uber:before{content:"\f402"}.la-ubuntu:before{content:"\f7df"}.la-uikit:before{content:"\f403"}.la-umbraco:before{content:"\f8e8"}.la-umbrella:before{content:"\f0e9"}.la-umbrella-beach:before{content:"\f5ca"}.la-underline:before{content:"\f0cd"}.la-undo:before{content:"\f0e2"}.la-undo-alt:before{content:"\f2ea"}.la-uniregistry:before{content:"\f404"}.la-universal-access:before{content:"\f29a"}.la-university:before{content:"\f19c"}.la-unlink:before{content:"\f127"}.la-unlock:before{content:"\f09c"}.la-unlock-alt:before{content:"\f13e"}.la-untappd:before{content:"\f405"}.la-upload:before{content:"\f093"}.la-ups:before{content:"\f7e0"}.la-usb:before{content:"\f287"}.la-user:before{content:"\f007"}.la-user-alt:before{content:"\f406"}.la-user-alt-slash:before{content:"\f4fa"}.la-user-astronaut:before{content:"\f4fb"}.la-user-check:before{content:"\f4fc"}.la-user-circle:before{content:"\f2bd"}.la-user-clock:before{content:"\f4fd"}.la-user-cog:before{content:"\f4fe"}.la-user-edit:before{content:"\f4ff"}.la-user-friends:before{content:"\f500"}.la-user-graduate:before{content:"\f501"}.la-user-injured:before{content:"\f728"}.la-user-lock:before{content:"\f502"}.la-user-md:before{content:"\f0f0"}.la-user-minus:before{content:"\f503"}.la-user-ninja:before{content:"\f504"}.la-user-nurse:before{content:"\f82f"}.la-user-plus:before{content:"\f234"}.la-user-secret:before{content:"\f21b"}.la-user-shield:before{content:"\f505"}.la-user-slash:before{content:"\f506"}.la-user-tag:before{content:"\f507"}.la-user-tie:before{content:"\f508"}.la-user-times:before{content:"\f235"}.la-users:before{content:"\f0c0"}.la-users-cog:before{content:"\f509"}.la-usps:before{content:"\f7e1"}.la-ussunnah:before{content:"\f407"}.la-utensil-spoon:before{content:"\f2e5"}.la-utensils:before{content:"\f2e7"}.la-vaadin:before{content:"\f408"}.la-vector-square:before{content:"\f5cb"}.la-venus:before{content:"\f221"}.la-venus-double:before{content:"\f226"}.la-venus-mars:before{content:"\f228"}.la-viacoin:before{content:"\f237"}.la-viadeo:before{content:"\f2a9"}.la-viadeo-square:before{content:"\f2aa"}.la-vial:before{content:"\f492"}.la-vials:before{content:"\f493"}.la-viber:before{content:"\f409"}.la-video:before{content:"\f03d"}.la-video-slash:before{content:"\f4e2"}.la-vihara:before{content:"\f6a7"}.la-vimeo:before{content:"\f40a"}.la-vimeo-square:before{content:"\f194"}.la-vimeo-v:before{content:"\f27d"}.la-vine:before{content:"\f1ca"}.la-vk:before{content:"\f189"}.la-vnv:before{content:"\f40b"}.la-voicemail:before{content:"\f897"}.la-volleyball-ball:before{content:"\f45f"}.la-volume-down:before{content:"\f027"}.la-volume-mute:before{content:"\f6a9"}.la-volume-off:before{content:"\f026"}.la-volume-up:before{content:"\f028"}.la-vote-yea:before{content:"\f772"}.la-vr-cardboard:before{content:"\f729"}.la-vuejs:before{content:"\f41f"}.la-walking:before{content:"\f554"}.la-wallet:before{content:"\f555"}.la-warehouse:before{content:"\f494"}.la-water:before{content:"\f773"}.la-wave-square:before{content:"\f83e"}.la-waze:before{content:"\f83f"}.la-weebly:before{content:"\f5cc"}.la-weibo:before{content:"\f18a"}.la-weight:before{content:"\f496"}.la-weight-hanging:before{content:"\f5cd"}.la-weixin:before{content:"\f1d7"}.la-whatsapp:before{content:"\f232"}.la-whatsapp-square:before{content:"\f40c"}.la-wheelchair:before{content:"\f193"}.la-whmcs:before{content:"\f40d"}.la-wifi:before{content:"\f1eb"}.la-wikipedia-w:before{content:"\f266"}.la-wind:before{content:"\f72e"}.la-window-close:before{content:"\f410"}.la-window-maximize:before{content:"\f2d0"}.la-window-minimize:before{content:"\f2d1"}.la-window-restore:before{content:"\f2d2"}.la-windows:before{content:"\f17a"}.la-wine-bottle:before{content:"\f72f"}.la-wine-glass:before{content:"\f4e3"}.la-wine-glass-alt:before{content:"\f5ce"}.la-wix:before{content:"\f5cf"}.la-wizards-of-the-coast:before{content:"\f730"}.la-wolf-pack-battalion:before{content:"\f514"}.la-won-sign:before{content:"\f159"}.la-wordpress:before{content:"\f19a"}.la-wordpress-simple:before{content:"\f411"}.la-wpbeginner:before{content:"\f297"}.la-wpexplorer:before{content:"\f2de"}.la-wpforms:before{content:"\f298"}.la-wpressr:before{content:"\f3e4"}.la-wrench:before{content:"\f0ad"}.la-x-ray:before{content:"\f497"}.la-xbox:before{content:"\f412"}.la-xing:before{content:"\f168"}.la-xing-square:before{content:"\f169"}.la-y-combinator:before{content:"\f23b"}.la-yahoo:before{content:"\f19e"}.la-yammer:before{content:"\f840"}.la-yandex:before{content:"\f413"}.la-yandex-international:before{content:"\f414"}.la-yarn:before{content:"\f7e3"}.la-yelp:before{content:"\f1e9"}.la-yen-sign:before{content:"\f157"}.la-yin-yang:before{content:"\f6ad"}.la-yoast:before{content:"\f2b1"}.la-youtube:before{content:"\f167"}.la-youtube-square:before{content:"\f431"}.la-zhihu:before{content:"\f63f"}.sr-only{border:0;clip:rect(0,0,0,0);height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute;width:1px}.sr-only-focusable:active,.sr-only-focusable:focus{clip:auto;height:auto;margin:0;overflow:visible;position:static;width:auto}@font-face{font-family:'Line Awesome Brands';font-style:normal;font-weight:400;font-display:auto;src:url(//auroraorkney.co.uk/wp-content/themes/brooklyn-heights/css/fonts/line-awesome/fonts/la-brands-400.eot);src:url(//auroraorkney.co.uk/wp-content/themes/brooklyn-heights/css/fonts/line-awesome/fonts/la-brands-400.eot?#iefix) format("embedded-opentype"),url(//auroraorkney.co.uk/wp-content/themes/brooklyn-heights/css/fonts/line-awesome/fonts/la-brands-400.woff2) format("woff2"),url(//auroraorkney.co.uk/wp-content/themes/brooklyn-heights/css/fonts/line-awesome/fonts/la-brands-400.woff) format("woff"),url(//auroraorkney.co.uk/wp-content/themes/brooklyn-heights/css/fonts/line-awesome/fonts/la-brands-400.ttf) format("truetype"),url(//auroraorkney.co.uk/wp-content/themes/brooklyn-heights/css/fonts/line-awesome/fonts/la-brands-400.svg#lineawesome) format("svg")}.lab{font-family:'Line Awesome Brands'}@font-face{font-family:'Line Awesome Free';font-style:normal;font-weight:400;font-display:auto;src:url(//auroraorkney.co.uk/wp-content/themes/brooklyn-heights/css/fonts/line-awesome/fonts/la-regular-400.eot);src:url(//auroraorkney.co.uk/wp-content/themes/brooklyn-heights/css/fonts/line-awesome/fonts/la-regular-400.eot?#iefix) format("embedded-opentype"),url(//auroraorkney.co.uk/wp-content/themes/brooklyn-heights/css/fonts/line-awesome/fonts/la-regular-400.woff2) format("woff2"),url(//auroraorkney.co.uk/wp-content/themes/brooklyn-heights/css/fonts/line-awesome/fonts/la-regular-400.woff) format("woff"),url(//auroraorkney.co.uk/wp-content/themes/brooklyn-heights/css/fonts/line-awesome/fonts/la-regular-400.ttf) format("truetype"),url(//auroraorkney.co.uk/wp-content/themes/brooklyn-heights/css/fonts/line-awesome/fonts/la-regular-400.svg#lineawesome) format("svg")}.lar{font-family:'Line Awesome Free';font-weight:400}@font-face{font-family:'Line Awesome Free';font-style:normal;font-weight:900;font-display:auto;src:url(//auroraorkney.co.uk/wp-content/themes/brooklyn-heights/css/fonts/line-awesome/fonts/la-solid-900.eot);src:url(//auroraorkney.co.uk/wp-content/themes/brooklyn-heights/css/fonts/line-awesome/fonts/la-solid-900.eot?#iefix) format("embedded-opentype"),url(//auroraorkney.co.uk/wp-content/themes/brooklyn-heights/css/fonts/line-awesome/fonts/la-solid-900.woff2) format("woff2"),url(//auroraorkney.co.uk/wp-content/themes/brooklyn-heights/css/fonts/line-awesome/fonts/la-solid-900.woff) format("woff"),url(//auroraorkney.co.uk/wp-content/themes/brooklyn-heights/css/fonts/line-awesome/fonts/la-solid-900.ttf) format("truetype"),url(//auroraorkney.co.uk/wp-content/themes/brooklyn-heights/css/fonts/line-awesome/fonts/la-solid-900.svg#lineawesome) format("svg")}.la,.las{font-family:'Line Awesome Free';font-weight:900}.la.la-glass:before{content:"\f000"}.la.la-meetup{font-family:'Line Awesome Brands';font-weight:400}.la.la-star-o{font-family:'Line Awesome Free';font-weight:400}.la.la-star-o:before{content:"\f005"}.la.la-remove:before{content:"\f00d"}.la.la-close:before{content:"\f00d"}.la.la-gear:before{content:"\f013"}.la.la-trash-o{font-family:'Line Awesome Free';font-weight:400}.la.la-trash-o:before{content:"\f2ed"}.la.la-file-o{font-family:'Line Awesome Free';font-weight:400}.la.la-file-o:before{content:"\f15b"}.la.la-clock-o{font-family:'Line Awesome Free';font-weight:400}.la.la-clock-o:before{content:"\f017"}.la.la-arrow-circle-o-down{font-family:'Line Awesome Free';font-weight:400}.la.la-arrow-circle-o-down:before{content:"\f358"}.la.la-arrow-circle-o-up{font-family:'Line Awesome Free';font-weight:400}.la.la-arrow-circle-o-up:before{content:"\f35b"}.la.la-play-circle-o{font-family:'Line Awesome Free';font-weight:400}.la.la-play-circle-o:before{content:"\f144"}.la.la-repeat:before{content:"\f01e"}.la.la-rotate-right:before{content:"\f01e"}.la.la-refresh:before{content:"\f021"}.la.la-list-alt{font-family:'Line Awesome Free';font-weight:400}.la.la-dedent:before{content:"\f03b"}.la.la-video-camera:before{content:"\f03d"}.la.la-picture-o{font-family:'Line Awesome Free';font-weight:400}.la.la-picture-o:before{content:"\f03e"}.la.la-photo{font-family:'Line Awesome Free';font-weight:400}.la.la-photo:before{content:"\f03e"}.la.la-image{font-family:'Line Awesome Free';font-weight:400}.la.la-image:before{content:"\f03e"}.la.la-pencil:before{content:"\f303"}.la.la-map-marker:before{content:"\f3c5"}.la.la-pencil-square-o{font-family:'Line Awesome Free';font-weight:400}.la.la-pencil-square-o:before{content:"\f044"}.la.la-share-square-o{font-family:'Line Awesome Free';font-weight:400}.la.la-share-square-o:before{content:"\f14d"}.la.la-check-square-o{font-family:'Line Awesome Free';font-weight:400}.la.la-check-square-o:before{content:"\f14a"}.la.la-arrows:before{content:"\f0b2"}.la.la-times-circle-o{font-family:'Line Awesome Free';font-weight:400}.la.la-times-circle-o:before{content:"\f057"}.la.la-check-circle-o{font-family:'Line Awesome Free';font-weight:400}.la.la-check-circle-o:before{content:"\f058"}.la.la-mail-forward:before{content:"\f064"}.la.la-eye{font-family:'Line Awesome Free';font-weight:400}.la.la-eye-slash{font-family:'Line Awesome Free';font-weight:400}.la.la-warning:before{content:"\f071"}.la.la-calendar:before{content:"\f073"}.la.la-arrows-v:before{content:"\f338"}.la.la-arrows-h:before{content:"\f337"}.la.la-bar-chart{font-family:'Line Awesome Free';font-weight:400}.la.la-bar-chart:before{content:"\f080"}.la.la-bar-chart-o{font-family:'Line Awesome Free';font-weight:400}.la.la-bar-chart-o:before{content:"\f080"}.la.la-twitter-square{font-family:'Line Awesome Brands';font-weight:400}.la.la-facebook-square{font-family:'Line Awesome Brands';font-weight:400}.la.la-gears:before{content:"\f085"}.la.la-thumbs-o-up{font-family:'Line Awesome Free';font-weight:400}.la.la-thumbs-o-up:before{content:"\f164"}.la.la-thumbs-o-down{font-family:'Line Awesome Free';font-weight:400}.la.la-thumbs-o-down:before{content:"\f165"}.la.la-heart-o{font-family:'Line Awesome Free';font-weight:400}.la.la-heart-o:before{content:"\f004"}.la.la-sign-out:before{content:"\f2f5"}.la.la-linkedin-square{font-family:'Line Awesome Brands';font-weight:400}.la.la-linkedin-square:before{content:"\f08c"}.la.la-thumb-tack:before{content:"\f08d"}.la.la-external-link:before{content:"\f35d"}.la.la-sign-in:before{content:"\f2f6"}.la.la-github-square{font-family:'Line Awesome Brands';font-weight:400}.la.la-lemon-o{font-family:'Line Awesome Free';font-weight:400}.la.la-lemon-o:before{content:"\f094"}.la.la-square-o{font-family:'Line Awesome Free';font-weight:400}.la.la-square-o:before{content:"\f0c8"}.la.la-bookmark-o{font-family:'Line Awesome Free';font-weight:400}.la.la-bookmark-o:before{content:"\f02e"}.la.la-twitter{font-family:'Line Awesome Brands';font-weight:400}.la.la-facebook{font-family:'Line Awesome Brands';font-weight:400}.la.la-facebook:before{content:"\f39e"}.la.la-facebook-f{font-family:'Line Awesome Brands';font-weight:400}.la.la-facebook-f:before{content:"\f39e"}.la.la-github{font-family:'Line Awesome Brands';font-weight:400}.la.la-credit-card{font-family:'Line Awesome Free';font-weight:400}.la.la-feed:before{content:"\f09e"}.la.la-hdd-o{font-family:'Line Awesome Free';font-weight:400}.la.la-hdd-o:before{content:"\f0a0"}.la.la-hand-o-right{font-family:'Line Awesome Free';font-weight:400}.la.la-hand-o-right:before{content:"\f0a4"}.la.la-hand-o-left{font-family:'Line Awesome Free';font-weight:400}.la.la-hand-o-left:before{content:"\f0a5"}.la.la-hand-o-up{font-family:'Line Awesome Free';font-weight:400}.la.la-hand-o-up:before{content:"\f0a6"}.la.la-hand-o-down{font-family:'Line Awesome Free';font-weight:400}.la.la-hand-o-down:before{content:"\f0a7"}.la.la-arrows-alt:before{content:"\f31e"}.la.la-group:before{content:"\f0c0"}.la.la-chain:before{content:"\f0c1"}.la.la-scissors:before{content:"\f0c4"}.la.la-files-o{font-family:'Line Awesome Free';font-weight:400}.la.la-files-o:before{content:"\f0c5"}.la.la-floppy-o{font-family:'Line Awesome Free';font-weight:400}.la.la-floppy-o:before{content:"\f0c7"}.la.la-navicon:before{content:"\f0c9"}.la.la-reorder:before{content:"\f0c9"}.la.la-pinterest{font-family:'Line Awesome Brands';font-weight:400}.la.la-pinterest-square{font-family:'Line Awesome Brands';font-weight:400}.la.la-google-plus-square{font-family:'Line Awesome Brands';font-weight:400}.la.la-google-plus{font-family:'Line Awesome Brands';font-weight:400}.la.la-google-plus:before{content:"\f0d5"}.la.la-money{font-family:'Line Awesome Free';font-weight:400}.la.la-money:before{content:"\f3d1"}.la.la-unsorted:before{content:"\f0dc"}.la.la-sort-desc:before{content:"\f0dd"}.la.la-sort-asc:before{content:"\f0de"}.la.la-linkedin{font-family:'Line Awesome Brands';font-weight:400}.la.la-linkedin:before{content:"\f0e1"}.la.la-rotate-left:before{content:"\f0e2"}.la.la-legal:before{content:"\f0e3"}.la.la-tachometer:before{content:"\f3fd"}.la.la-dashboard:before{content:"\f3fd"}.la.la-comment-o{font-family:'Line Awesome Free';font-weight:400}.la.la-comment-o:before{content:"\f075"}.la.la-comments-o{font-family:'Line Awesome Free';font-weight:400}.la.la-comments-o:before{content:"\f086"}.la.la-flash:before{content:"\f0e7"}.la.la-clipboard{font-family:'Line Awesome Free';font-weight:400}.la.la-paste{font-family:'Line Awesome Free';font-weight:400}.la.la-paste:before{content:"\f328"}.la.la-lightbulb-o{font-family:'Line Awesome Free';font-weight:400}.la.la-lightbulb-o:before{content:"\f0eb"}.la.la-exchange:before{content:"\f362"}.la.la-cloud-download:before{content:"\f381"}.la.la-cloud-upload:before{content:"\f382"}.la.la-bell-o{font-family:'Line Awesome Free';font-weight:400}.la.la-bell-o:before{content:"\f0f3"}.la.la-cutlery:before{content:"\f2e7"}.la.la-file-text-o{font-family:'Line Awesome Free';font-weight:400}.la.la-file-text-o:before{content:"\f15c"}.la.la-building-o{font-family:'Line Awesome Free';font-weight:400}.la.la-building-o:before{content:"\f1ad"}.la.la-hospital-o{font-family:'Line Awesome Free';font-weight:400}.la.la-hospital-o:before{content:"\f0f8"}.la.la-tablet:before{content:"\f3fa"}.la.la-mobile:before{content:"\f3cd"}.la.la-mobile-phone:before{content:"\f3cd"}.la.la-circle-o{font-family:'Line Awesome Free';font-weight:400}.la.la-circle-o:before{content:"\f111"}.la.la-mail-reply:before{content:"\f3e5"}.la.la-github-alt{font-family:'Line Awesome Brands';font-weight:400}.la.la-folder-o{font-family:'Line Awesome Free';font-weight:400}.la.la-folder-o:before{content:"\f07b"}.la.la-folder-open-o{font-family:'Line Awesome Free';font-weight:400}.la.la-folder-open-o:before{content:"\f07c"}.la.la-smile-o{font-family:'Line Awesome Free';font-weight:400}.la.la-smile-o:before{content:"\f118"}.la.la-frown-o{font-family:'Line Awesome Free';font-weight:400}.la.la-frown-o:before{content:"\f119"}.la.la-meh-o{font-family:'Line Awesome Free';font-weight:400}.la.la-meh-o:before{content:"\f11a"}.la.la-keyboard-o{font-family:'Line Awesome Free';font-weight:400}.la.la-keyboard-o:before{content:"\f11c"}.la.la-flag-o{font-family:'Line Awesome Free';font-weight:400}.la.la-flag-o:before{content:"\f024"}.la.la-mail-reply-all:before{content:"\f122"}.la.la-star-half-o{font-family:'Line Awesome Free';font-weight:400}.la.la-star-half-o:before{content:"\f089"}.la.la-star-half-empty{font-family:'Line Awesome Free';font-weight:400}.la.la-star-half-empty:before{content:"\f089"}.la.la-star-half-full{font-family:'Line Awesome Free';font-weight:400}.la.la-star-half-full:before{content:"\f089"}.la.la-code-fork:before{content:"\f126"}.la.la-chain-broken:before{content:"\f127"}.la.la-shield:before{content:"\f3ed"}.la.la-calendar-o{font-family:'Line Awesome Free';font-weight:400}.la.la-calendar-o:before{content:"\f133"}.la.la-maxcdn{font-family:'Line Awesome Brands';font-weight:400}.la.la-html5{font-family:'Line Awesome Brands';font-weight:400}.la.la-css3{font-family:'Line Awesome Brands';font-weight:400}.la.la-ticket:before{content:"\f3ff"}.la.la-minus-square-o{font-family:'Line Awesome Free';font-weight:400}.la.la-minus-square-o:before{content:"\f146"}.la.la-level-up:before{content:"\f3bf"}.la.la-level-down:before{content:"\f3be"}.la.la-pencil-square:before{content:"\f14b"}.la.la-external-link-square:before{content:"\f360"}.la.la-compass{font-family:'Line Awesome Free';font-weight:400}.la.la-caret-square-o-down{font-family:'Line Awesome Free';font-weight:400}.la.la-caret-square-o-down:before{content:"\f150"}.la.la-toggle-down{font-family:'Line Awesome Free';font-weight:400}.la.la-toggle-down:before{content:"\f150"}.la.la-caret-square-o-up{font-family:'Line Awesome Free';font-weight:400}.la.la-caret-square-o-up:before{content:"\f151"}.la.la-toggle-up{font-family:'Line Awesome Free';font-weight:400}.la.la-toggle-up:before{content:"\f151"}.la.la-caret-square-o-right{font-family:'Line Awesome Free';font-weight:400}.la.la-caret-square-o-right:before{content:"\f152"}.la.la-toggle-right{font-family:'Line Awesome Free';font-weight:400}.la.la-toggle-right:before{content:"\f152"}.la.la-eur:before{content:"\f153"}.la.la-euro:before{content:"\f153"}.la.la-gbp:before{content:"\f154"}.la.la-usd:before{content:"\f155"}.la.la-dollar:before{content:"\f155"}.la.la-inr:before{content:"\f156"}.la.la-rupee:before{content:"\f156"}.la.la-jpy:before{content:"\f157"}.la.la-cny:before{content:"\f157"}.la.la-rmb:before{content:"\f157"}.la.la-yen:before{content:"\f157"}.la.la-rub:before{content:"\f158"}.la.la-ruble:before{content:"\f158"}.la.la-rouble:before{content:"\f158"}.la.la-krw:before{content:"\f159"}.la.la-won:before{content:"\f159"}.la.la-btc{font-family:'Line Awesome Brands';font-weight:400}.la.la-bitcoin{font-family:'Line Awesome Brands';font-weight:400}.la.la-bitcoin:before{content:"\f15a"}.la.la-file-text:before{content:"\f15c"}.la.la-sort-alpha-asc:before{content:"\f15d"}.la.la-sort-alpha-desc:before{content:"\f881"}.la.la-sort-amount-asc:before{content:"\f160"}.la.la-sort-amount-desc:before{content:"\f884"}.la.la-sort-numeric-asc:before{content:"\f162"}.la.la-sort-numeric-desc:before{content:"\f886"}.la.la-youtube-square{font-family:'Line Awesome Brands';font-weight:400}.la.la-youtube{font-family:'Line Awesome Brands';font-weight:400}.la.la-xing{font-family:'Line Awesome Brands';font-weight:400}.la.la-xing-square{font-family:'Line Awesome Brands';font-weight:400}.la.la-youtube-play{font-family:'Line Awesome Brands';font-weight:400}.la.la-youtube-play:before{content:"\f167"}.la.la-dropbox{font-family:'Line Awesome Brands';font-weight:400}.la.la-stack-overflow{font-family:'Line Awesome Brands';font-weight:400}.la.la-instagram{font-family:'Line Awesome Brands';font-weight:400}.la.la-flickr{font-family:'Line Awesome Brands';font-weight:400}.la.la-adn{font-family:'Line Awesome Brands';font-weight:400}.la.la-bitbucket{font-family:'Line Awesome Brands';font-weight:400}.la.la-bitbucket-square{font-family:'Line Awesome Brands';font-weight:400}.la.la-bitbucket-square:before{content:"\f171"}.la.la-tumblr{font-family:'Line Awesome Brands';font-weight:400}.la.la-tumblr-square{font-family:'Line Awesome Brands';font-weight:400}.la.la-long-arrow-down:before{content:"\f309"}.la.la-long-arrow-up:before{content:"\f30c"}.la.la-long-arrow-left:before{content:"\f30a"}.la.la-long-arrow-right:before{content:"\f30b"}.la.la-apple{font-family:'Line Awesome Brands';font-weight:400}.la.la-windows{font-family:'Line Awesome Brands';font-weight:400}.la.la-android{font-family:'Line Awesome Brands';font-weight:400}.la.la-linux{font-family:'Line Awesome Brands';font-weight:400}.la.la-dribbble{font-family:'Line Awesome Brands';font-weight:400}.la.la-skype{font-family:'Line Awesome Brands';font-weight:400}.la.la-foursquare{font-family:'Line Awesome Brands';font-weight:400}.la.la-trello{font-family:'Line Awesome Brands';font-weight:400}.la.la-gratipay{font-family:'Line Awesome Brands';font-weight:400}.la.la-gittip{font-family:'Line Awesome Brands';font-weight:400}.la.la-gittip:before{content:"\f184"}.la.la-sun-o{font-family:'Line Awesome Free';font-weight:400}.la.la-sun-o:before{content:"\f185"}.la.la-moon-o{font-family:'Line Awesome Free';font-weight:400}.la.la-moon-o:before{content:"\f186"}.la.la-vk{font-family:'Line Awesome Brands';font-weight:400}.la.la-weibo{font-family:'Line Awesome Brands';font-weight:400}.la.la-renren{font-family:'Line Awesome Brands';font-weight:400}.la.la-pagelines{font-family:'Line Awesome Brands';font-weight:400}.la.la-stack-exchange{font-family:'Line Awesome Brands';font-weight:400}.la.la-arrow-circle-o-right{font-family:'Line Awesome Free';font-weight:400}.la.la-arrow-circle-o-right:before{content:"\f35a"}.la.la-arrow-circle-o-left{font-family:'Line Awesome Free';font-weight:400}.la.la-arrow-circle-o-left:before{content:"\f359"}.la.la-caret-square-o-left{font-family:'Line Awesome Free';font-weight:400}.la.la-caret-square-o-left:before{content:"\f191"}.la.la-toggle-left{font-family:'Line Awesome Free';font-weight:400}.la.la-toggle-left:before{content:"\f191"}.la.la-dot-circle-o{font-family:'Line Awesome Free';font-weight:400}.la.la-dot-circle-o:before{content:"\f192"}.la.la-vimeo-square{font-family:'Line Awesome Brands';font-weight:400}.la.la-try:before{content:"\f195"}.la.la-turkish-lira:before{content:"\f195"}.la.la-plus-square-o{font-family:'Line Awesome Free';font-weight:400}.la.la-plus-square-o:before{content:"\f0fe"}.la.la-slack{font-family:'Line Awesome Brands';font-weight:400}.la.la-wordpress{font-family:'Line Awesome Brands';font-weight:400}.la.la-openid{font-family:'Line Awesome Brands';font-weight:400}.la.la-institution:before{content:"\f19c"}.la.la-bank:before{content:"\f19c"}.la.la-mortar-board:before{content:"\f19d"}.la.la-yahoo{font-family:'Line Awesome Brands';font-weight:400}.la.la-google{font-family:'Line Awesome Brands';font-weight:400}.la.la-reddit{font-family:'Line Awesome Brands';font-weight:400}.la.la-reddit-square{font-family:'Line Awesome Brands';font-weight:400}.la.la-stumbleupon-circle{font-family:'Line Awesome Brands';font-weight:400}.la.la-stumbleupon{font-family:'Line Awesome Brands';font-weight:400}.la.la-delicious{font-family:'Line Awesome Brands';font-weight:400}.la.la-digg{font-family:'Line Awesome Brands';font-weight:400}.la.la-pied-piper-pp{font-family:'Line Awesome Brands';font-weight:400}.la.la-pied-piper-alt{font-family:'Line Awesome Brands';font-weight:400}.la.la-drupal{font-family:'Line Awesome Brands';font-weight:400}.la.la-joomla{font-family:'Line Awesome Brands';font-weight:400}.la.la-spoon:before{content:"\f2e5"}.la.la-behance{font-family:'Line Awesome Brands';font-weight:400}.la.la-behance-square{font-family:'Line Awesome Brands';font-weight:400}.la.la-steam{font-family:'Line Awesome Brands';font-weight:400}.la.la-steam-square{font-family:'Line Awesome Brands';font-weight:400}.la.la-automobile:before{content:"\f1b9"}.la.la-cab:before{content:"\f1ba"}.la.la-envelope-o{font-family:'Line Awesome Free';font-weight:400}.la.la-envelope-o:before{content:"\f0e0"}.la.la-deviantart{font-family:'Line Awesome Brands';font-weight:400}.la.la-soundcloud{font-family:'Line Awesome Brands';font-weight:400}.la.la-file-pdf-o{font-family:'Line Awesome Free';font-weight:400}.la.la-file-pdf-o:before{content:"\f1c1"}.la.la-file-word-o{font-family:'Line Awesome Free';font-weight:400}.la.la-file-word-o:before{content:"\f1c2"}.la.la-file-excel-o{font-family:'Line Awesome Free';font-weight:400}.la.la-file-excel-o:before{content:"\f1c3"}.la.la-file-powerpoint-o{font-family:'Line Awesome Free';font-weight:400}.la.la-file-powerpoint-o:before{content:"\f1c4"}.la.la-file-image-o{font-family:'Line Awesome Free';font-weight:400}.la.la-file-image-o:before{content:"\f1c5"}.la.la-file-photo-o{font-family:'Line Awesome Free';font-weight:400}.la.la-file-photo-o:before{content:"\f1c5"}.la.la-file-picture-o{font-family:'Line Awesome Free';font-weight:400}.la.la-file-picture-o:before{content:"\f1c5"}.la.la-file-archive-o{font-family:'Line Awesome Free';font-weight:400}.la.la-file-archive-o:before{content:"\f1c6"}.la.la-file-zip-o{font-family:'Line Awesome Free';font-weight:400}.la.la-file-zip-o:before{content:"\f1c6"}.la.la-file-audio-o{font-family:'Line Awesome Free';font-weight:400}.la.la-file-audio-o:before{content:"\f1c7"}.la.la-file-sound-o{font-family:'Line Awesome Free';font-weight:400}.la.la-file-sound-o:before{content:"\f1c7"}.la.la-file-video-o{font-family:'Line Awesome Free';font-weight:400}.la.la-file-video-o:before{content:"\f1c8"}.la.la-file-movie-o{font-family:'Line Awesome Free';font-weight:400}.la.la-file-movie-o:before{content:"\f1c8"}.la.la-file-code-o{font-family:'Line Awesome Free';font-weight:400}.la.la-file-code-o:before{content:"\f1c9"}.la.la-vine{font-family:'Line Awesome Brands';font-weight:400}.la.la-codepen{font-family:'Line Awesome Brands';font-weight:400}.la.la-jsfiddle{font-family:'Line Awesome Brands';font-weight:400}.la.la-life-ring{font-family:'Line Awesome Free';font-weight:400}.la.la-life-bouy{font-family:'Line Awesome Free';font-weight:400}.la.la-life-bouy:before{content:"\f1cd"}.la.la-life-buoy{font-family:'Line Awesome Free';font-weight:400}.la.la-life-buoy:before{content:"\f1cd"}.la.la-life-saver{font-family:'Line Awesome Free';font-weight:400}.la.la-life-saver:before{content:"\f1cd"}.la.la-support{font-family:'Line Awesome Free';font-weight:400}.la.la-support:before{content:"\f1cd"}.la.la-circle-o-notch:before{content:"\f1ce"}.la.la-rebel{font-family:'Line Awesome Brands';font-weight:400}.la.la-ra{font-family:'Line Awesome Brands';font-weight:400}.la.la-ra:before{content:"\f1d0"}.la.la-resistance{font-family:'Line Awesome Brands';font-weight:400}.la.la-resistance:before{content:"\f1d0"}.la.la-empire{font-family:'Line Awesome Brands';font-weight:400}.la.la-ge{font-family:'Line Awesome Brands';font-weight:400}.la.la-ge:before{content:"\f1d1"}.la.la-git-square{font-family:'Line Awesome Brands';font-weight:400}.la.la-git{font-family:'Line Awesome Brands';font-weight:400}.la.la-hacker-news{font-family:'Line Awesome Brands';font-weight:400}.la.la-y-combinator-square{font-family:'Line Awesome Brands';font-weight:400}.la.la-y-combinator-square:before{content:"\f1d4"}.la.la-yc-square{font-family:'Line Awesome Brands';font-weight:400}.la.la-yc-square:before{content:"\f1d4"}.la.la-tencent-weibo{font-family:'Line Awesome Brands';font-weight:400}.la.la-qq{font-family:'Line Awesome Brands';font-weight:400}.la.la-weixin{font-family:'Line Awesome Brands';font-weight:400}.la.la-wechat{font-family:'Line Awesome Brands';font-weight:400}.la.la-wechat:before{content:"\f1d7"}.la.la-send:before{content:"\f1d8"}.la.la-paper-plane-o{font-family:'Line Awesome Free';font-weight:400}.la.la-paper-plane-o:before{content:"\f1d8"}.la.la-send-o{font-family:'Line Awesome Free';font-weight:400}.la.la-send-o:before{content:"\f1d8"}.la.la-circle-thin{font-family:'Line Awesome Free';font-weight:400}.la.la-circle-thin:before{content:"\f111"}.la.la-header:before{content:"\f1dc"}.la.la-sliders:before{content:"\f1de"}.la.la-futbol-o{font-family:'Line Awesome Free';font-weight:400}.la.la-futbol-o:before{content:"\f1e3"}.la.la-soccer-ball-o{font-family:'Line Awesome Free';font-weight:400}.la.la-soccer-ball-o:before{content:"\f1e3"}.la.la-slideshare{font-family:'Line Awesome Brands';font-weight:400}.la.la-twitch{font-family:'Line Awesome Brands';font-weight:400}.la.la-yelp{font-family:'Line Awesome Brands';font-weight:400}.la.la-newspaper-o{font-family:'Line Awesome Free';font-weight:400}.la.la-newspaper-o:before{content:"\f1ea"}.la.la-paypal{font-family:'Line Awesome Brands';font-weight:400}.la.la-google-wallet{font-family:'Line Awesome Brands';font-weight:400}.la.la-cc-visa{font-family:'Line Awesome Brands';font-weight:400}.la.la-cc-mastercard{font-family:'Line Awesome Brands';font-weight:400}.la.la-cc-discover{font-family:'Line Awesome Brands';font-weight:400}.la.la-cc-amex{font-family:'Line Awesome Brands';font-weight:400}.la.la-cc-paypal{font-family:'Line Awesome Brands';font-weight:400}.la.la-cc-stripe{font-family:'Line Awesome Brands';font-weight:400}.la.la-bell-slash-o{font-family:'Line Awesome Free';font-weight:400}.la.la-bell-slash-o:before{content:"\f1f6"}.la.la-trash:before{content:"\f2ed"}.la.la-copyright{font-family:'Line Awesome Free';font-weight:400}.la.la-eyedropper:before{content:"\f1fb"}.la.la-area-chart:before{content:"\f1fe"}.la.la-pie-chart:before{content:"\f200"}.la.la-line-chart:before{content:"\f201"}.la.la-lastfm{font-family:'Line Awesome Brands';font-weight:400}.la.la-lastfm-square{font-family:'Line Awesome Brands';font-weight:400}.la.la-ioxhost{font-family:'Line Awesome Brands';font-weight:400}.la.la-angellist{font-family:'Line Awesome Brands';font-weight:400}.la.la-cc{font-family:'Line Awesome Free';font-weight:400}.la.la-cc:before{content:"\f20a"}.la.la-ils:before{content:"\f20b"}.la.la-shekel:before{content:"\f20b"}.la.la-sheqel:before{content:"\f20b"}.la.la-meanpath{font-family:'Line Awesome Brands';font-weight:400}.la.la-meanpath:before{content:"\f2b4"}.la.la-buysellads{font-family:'Line Awesome Brands';font-weight:400}.la.la-connectdevelop{font-family:'Line Awesome Brands';font-weight:400}.la.la-dashcube{font-family:'Line Awesome Brands';font-weight:400}.la.la-forumbee{font-family:'Line Awesome Brands';font-weight:400}.la.la-leanpub{font-family:'Line Awesome Brands';font-weight:400}.la.la-sellsy{font-family:'Line Awesome Brands';font-weight:400}.la.la-shirtsinbulk{font-family:'Line Awesome Brands';font-weight:400}.la.la-simplybuilt{font-family:'Line Awesome Brands';font-weight:400}.la.la-skyatlas{font-family:'Line Awesome Brands';font-weight:400}.la.la-diamond{font-family:'Line Awesome Free';font-weight:400}.la.la-diamond:before{content:"\f3a5"}.la.la-intersex:before{content:"\f224"}.la.la-facebook-official{font-family:'Line Awesome Brands';font-weight:400}.la.la-facebook-official:before{content:"\f09a"}.la.la-pinterest-p{font-family:'Line Awesome Brands';font-weight:400}.la.la-whatsapp{font-family:'Line Awesome Brands';font-weight:400}.la.la-hotel:before{content:"\f236"}.la.la-viacoin{font-family:'Line Awesome Brands';font-weight:400}.la.la-medium{font-family:'Line Awesome Brands';font-weight:400}.la.la-y-combinator{font-family:'Line Awesome Brands';font-weight:400}.la.la-yc{font-family:'Line Awesome Brands';font-weight:400}.la.la-yc:before{content:"\f23b"}.la.la-optin-monster{font-family:'Line Awesome Brands';font-weight:400}.la.la-opencart{font-family:'Line Awesome Brands';font-weight:400}.la.la-expeditedssl{font-family:'Line Awesome Brands';font-weight:400}.la.la-battery-4:before{content:"\f240"}.la.la-battery:before{content:"\f240"}.la.la-battery-3:before{content:"\f241"}.la.la-battery-2:before{content:"\f242"}.la.la-battery-1:before{content:"\f243"}.la.la-battery-0:before{content:"\f244"}.la.la-object-group{font-family:'Line Awesome Free';font-weight:400}.la.la-object-ungroup{font-family:'Line Awesome Free';font-weight:400}.la.la-sticky-note-o{font-family:'Line Awesome Free';font-weight:400}.la.la-sticky-note-o:before{content:"\f249"}.la.la-cc-jcb{font-family:'Line Awesome Brands';font-weight:400}.la.la-cc-diners-club{font-family:'Line Awesome Brands';font-weight:400}.la.la-clone{font-family:'Line Awesome Free';font-weight:400}.la.la-hourglass-o{font-family:'Line Awesome Free';font-weight:400}.la.la-hourglass-o:before{content:"\f254"}.la.la-hourglass-1:before{content:"\f251"}.la.la-hourglass-2:before{content:"\f252"}.la.la-hourglass-3:before{content:"\f253"}.la.la-hand-rock-o{font-family:'Line Awesome Free';font-weight:400}.la.la-hand-rock-o:before{content:"\f255"}.la.la-hand-grab-o{font-family:'Line Awesome Free';font-weight:400}.la.la-hand-grab-o:before{content:"\f255"}.la.la-hand-paper-o{font-family:'Line Awesome Free';font-weight:400}.la.la-hand-paper-o:before{content:"\f256"}.la.la-hand-stop-o{font-family:'Line Awesome Free';font-weight:400}.la.la-hand-stop-o:before{content:"\f256"}.la.la-hand-scissors-o{font-family:'Line Awesome Free';font-weight:400}.la.la-hand-scissors-o:before{content:"\f257"}.la.la-hand-lizard-o{font-family:'Line Awesome Free';font-weight:400}.la.la-hand-lizard-o:before{content:"\f258"}.la.la-hand-spock-o{font-family:'Line Awesome Free';font-weight:400}.la.la-hand-spock-o:before{content:"\f259"}.la.la-hand-pointer-o{font-family:'Line Awesome Free';font-weight:400}.la.la-hand-pointer-o:before{content:"\f25a"}.la.la-hand-peace-o{font-family:'Line Awesome Free';font-weight:400}.la.la-hand-peace-o:before{content:"\f25b"}.la.la-registered{font-family:'Line Awesome Free';font-weight:400}.la.la-creative-commons{font-family:'Line Awesome Brands';font-weight:400}.la.la-gg{font-family:'Line Awesome Brands';font-weight:400}.la.la-gg-circle{font-family:'Line Awesome Brands';font-weight:400}.la.la-tripadvisor{font-family:'Line Awesome Brands';font-weight:400}.la.la-odnoklassniki{font-family:'Line Awesome Brands';font-weight:400}.la.la-odnoklassniki-square{font-family:'Line Awesome Brands';font-weight:400}.la.la-get-pocket{font-family:'Line Awesome Brands';font-weight:400}.la.la-wikipedia-w{font-family:'Line Awesome Brands';font-weight:400}.la.la-safari{font-family:'Line Awesome Brands';font-weight:400}.la.la-chrome{font-family:'Line Awesome Brands';font-weight:400}.la.la-firefox{font-family:'Line Awesome Brands';font-weight:400}.la.la-opera{font-family:'Line Awesome Brands';font-weight:400}.la.la-internet-explorer{font-family:'Line Awesome Brands';font-weight:400}.la.la-television:before{content:"\f26c"}.la.la-contao{font-family:'Line Awesome Brands';font-weight:400}.la.la-500px{font-family:'Line Awesome Brands';font-weight:400}.la.la-amazon{font-family:'Line Awesome Brands';font-weight:400}.la.la-calendar-plus-o{font-family:'Line Awesome Free';font-weight:400}.la.la-calendar-plus-o:before{content:"\f271"}.la.la-calendar-minus-o{font-family:'Line Awesome Free';font-weight:400}.la.la-calendar-minus-o:before{content:"\f272"}.la.la-calendar-times-o{font-family:'Line Awesome Free';font-weight:400}.la.la-calendar-times-o:before{content:"\f273"}.la.la-calendar-check-o{font-family:'Line Awesome Free';font-weight:400}.la.la-calendar-check-o:before{content:"\f274"}.la.la-map-o{font-family:'Line Awesome Free';font-weight:400}.la.la-map-o:before{content:"\f279"}.la.la-commenting:before{content:"\f4ad"}.la.la-commenting-o{font-family:'Line Awesome Free';font-weight:400}.la.la-commenting-o:before{content:"\f4ad"}.la.la-houzz{font-family:'Line Awesome Brands';font-weight:400}.la.la-vimeo{font-family:'Line Awesome Brands';font-weight:400}.la.la-vimeo:before{content:"\f27d"}.la.la-black-tie{font-family:'Line Awesome Brands';font-weight:400}.la.la-fonticons{font-family:'Line Awesome Brands';font-weight:400}.la.la-reddit-alien{font-family:'Line Awesome Brands';font-weight:400}.la.la-edge{font-family:'Line Awesome Brands';font-weight:400}.la.la-credit-card-alt:before{content:"\f09d"}.la.la-codiepie{font-family:'Line Awesome Brands';font-weight:400}.la.la-modx{font-family:'Line Awesome Brands';font-weight:400}.la.la-fort-awesome{font-family:'Line Awesome Brands';font-weight:400}.la.la-usb{font-family:'Line Awesome Brands';font-weight:400}.la.la-product-hunt{font-family:'Line Awesome Brands';font-weight:400}.la.la-mixcloud{font-family:'Line Awesome Brands';font-weight:400}.la.la-scribd{font-family:'Line Awesome Brands';font-weight:400}.la.la-pause-circle-o{font-family:'Line Awesome Free';font-weight:400}.la.la-pause-circle-o:before{content:"\f28b"}.la.la-stop-circle-o{font-family:'Line Awesome Free';font-weight:400}.la.la-stop-circle-o:before{content:"\f28d"}.la.la-bluetooth{font-family:'Line Awesome Brands';font-weight:400}.la.la-bluetooth-b{font-family:'Line Awesome Brands';font-weight:400}.la.la-gitlab{font-family:'Line Awesome Brands';font-weight:400}.la.la-wpbeginner{font-family:'Line Awesome Brands';font-weight:400}.la.la-wpforms{font-family:'Line Awesome Brands';font-weight:400}.la.la-envira{font-family:'Line Awesome Brands';font-weight:400}.la.la-wheelchair-alt{font-family:'Line Awesome Brands';font-weight:400}.la.la-wheelchair-alt:before{content:"\f368"}.la.la-question-circle-o{font-family:'Line Awesome Free';font-weight:400}.la.la-question-circle-o:before{content:"\f059"}.la.la-volume-control-phone:before{content:"\f2a0"}.la.la-asl-interpreting:before{content:"\f2a3"}.la.la-deafness:before{content:"\f2a4"}.la.la-hard-of-hearing:before{content:"\f2a4"}.la.la-glide{font-family:'Line Awesome Brands';font-weight:400}.la.la-glide-g{font-family:'Line Awesome Brands';font-weight:400}.la.la-signing:before{content:"\f2a7"}.la.la-viadeo{font-family:'Line Awesome Brands';font-weight:400}.la.la-viadeo-square{font-family:'Line Awesome Brands';font-weight:400}.la.la-snapchat{font-family:'Line Awesome Brands';font-weight:400}.la.la-snapchat-ghost{font-family:'Line Awesome Brands';font-weight:400}.la.la-snapchat-square{font-family:'Line Awesome Brands';font-weight:400}.la.la-pied-piper{font-family:'Line Awesome Brands';font-weight:400}.la.la-first-order{font-family:'Line Awesome Brands';font-weight:400}.la.la-yoast{font-family:'Line Awesome Brands';font-weight:400}.la.la-themeisle{font-family:'Line Awesome Brands';font-weight:400}.la.la-google-plus-official{font-family:'Line Awesome Brands';font-weight:400}.la.la-google-plus-official:before{content:"\f2b3"}.la.la-google-plus-circle{font-family:'Line Awesome Brands';font-weight:400}.la.la-google-plus-circle:before{content:"\f2b3"}.la.la-font-awesome{font-family:'Line Awesome Brands';font-weight:400}.la.la-fa{font-family:'Line Awesome Brands';font-weight:400}.la.la-fa:before{content:"\f2b4"}.la.la-handshake-o{font-family:'Line Awesome Free';font-weight:400}.la.la-handshake-o:before{content:"\f2b5"}.la.la-envelope-open-o{font-family:'Line Awesome Free';font-weight:400}.la.la-envelope-open-o:before{content:"\f2b6"}.la.la-linode{font-family:'Line Awesome Brands';font-weight:400}.la.la-address-book-o{font-family:'Line Awesome Free';font-weight:400}.la.la-address-book-o:before{content:"\f2b9"}.la.la-vcard:before{content:"\f2bb"}.la.la-address-card-o{font-family:'Line Awesome Free';font-weight:400}.la.la-address-card-o:before{content:"\f2bb"}.la.la-vcard-o{font-family:'Line Awesome Free';font-weight:400}.la.la-vcard-o:before{content:"\f2bb"}.la.la-user-circle-o{font-family:'Line Awesome Free';font-weight:400}.la.la-user-circle-o:before{content:"\f2bd"}.la.la-user-o{font-family:'Line Awesome Free';font-weight:400}.la.la-user-o:before{content:"\f007"}.la.la-id-badge{font-family:'Line Awesome Free';font-weight:400}.la.la-drivers-license:before{content:"\f2c2"}.la.la-id-card-o{font-family:'Line Awesome Free';font-weight:400}.la.la-id-card-o:before{content:"\f2c2"}.la.la-drivers-license-o{font-family:'Line Awesome Free';font-weight:400}.la.la-drivers-license-o:before{content:"\f2c2"}.la.la-quora{font-family:'Line Awesome Brands';font-weight:400}.la.la-free-code-camp{font-family:'Line Awesome Brands';font-weight:400}.la.la-telegram{font-family:'Line Awesome Brands';font-weight:400}.la.la-thermometer-4:before{content:"\f2c7"}.la.la-thermometer:before{content:"\f2c7"}.la.la-thermometer-3:before{content:"\f2c8"}.la.la-thermometer-2:before{content:"\f2c9"}.la.la-thermometer-1:before{content:"\f2ca"}.la.la-thermometer-0:before{content:"\f2cb"}.la.la-bathtub:before{content:"\f2cd"}.la.la-s15:before{content:"\f2cd"}.la.la-window-maximize{font-family:'Line Awesome Free';font-weight:400}.la.la-window-restore{font-family:'Line Awesome Free';font-weight:400}.la.la-times-rectangle:before{content:"\f410"}.la.la-window-close-o{font-family:'Line Awesome Free';font-weight:400}.la.la-window-close-o:before{content:"\f410"}.la.la-times-rectangle-o{font-family:'Line Awesome Free';font-weight:400}.la.la-times-rectangle-o:before{content:"\f410"}.la.la-bandcamp{font-family:'Line Awesome Brands';font-weight:400}.la.la-grav{font-family:'Line Awesome Brands';font-weight:400}.la.la-etsy{font-family:'Line Awesome Brands';font-weight:400}.la.la-imdb{font-family:'Line Awesome Brands';font-weight:400}.la.la-ravelry{font-family:'Line Awesome Brands';font-weight:400}.la.la-eercast{font-family:'Line Awesome Brands';font-weight:400}.la.la-eercast:before{content:"\f2da"}.la.la-snowflake-o{font-family:'Line Awesome Free';font-weight:400}.la.la-snowflake-o:before{content:"\f2dc"}.la.la-superpowers{font-family:'Line Awesome Brands';font-weight:400}.la.la-wpexplorer{font-family:'Line Awesome Brands';font-weight:400}.la.la-spotify{font-family:'Line Awesome Brands';font-weight:400}#dl-menu .menu-item[class*="fa-"]:before {
content: "";
display: none;
}
.dl-menuwrapper {
min-width: 100%;
position: absolute;
right: 0;
left: 0;
top: 0%;
bottom: 1px;
-webkit-perspective: 1000px;
perspective: 1000px;
-webkit-perspective-origin: 50% 200%;
perspective-origin: 50% 200%;
}
#mobile-header #dl-menu {
display: flex!important;
justify-content: flex-end;
align-items: center;
}
.dl-menuwrapper:first-child {
margin-right: 100px
}
.dl-menuwrapper button.dl-trigger {
border: none;
background: none;
color: #fff;
height: 26px;
overflow: hidden;
cursor: pointer;
outline: none;
line-height: 1;
background-color: transparent !important;
padding: 0 0 0 5px;
font-size: 28px;
text-align: right;
z-index: 10;
margin-top: -2px;
overflow: hidden;
}
.dl-menuwrapper button:after {
content: "\f0c9";
font-family: "Line Awesome Free";
position: relative;
font-weight: 900;
transition: opacity 0.6s ease;
opacity: 1;
width: auto;
display: inline-block;
}
.dl-menuwrapper button:before {
content: "\f00d";
font-family: "Line Awesome Free";
position: relative;
font-weight: 900;
transform: translateY(-100px);
transition: opacity 0.6s ease;
opacity: 0;
width: 0px;
display: inline-block;
}
.dl-menuwrapper button.dl-active:before {
transform: translateY(0);
opacity: 1;
width: auto;
}
.dl-menuwrapper button.dl-active:after {
transform: translateY(-100px);
opacity: 0;
width: 0;
}
.dl-menuwrapper ul {
padding: 0;
margin: 0;
list-style: none;
-webkit-transform-style: preserve-3d;
transform-style: preserve-3d
}
.dl-menuwrapper .dl-menu {
border: 1px solid #fff;
padding-top: 15px;
padding-bottom: 15px;
background-color: #fff;
}
.dl-menuwrapper li {
position: relative;
margin: 0;
padding: 0
}
.dl-menuwrapper li a {
display: block;
position: relative;
padding: 0px;
margin: 0 20px;
font-size: 14px;
font-family: 'Plus Jakarta Sans';
font-weight: 400;
line-height: 36px;
color: #001934;
outline: none;
text-align: left;
}
.dl-menuwrapper .dl-submenu {
background-color: #fff;
}
.dl-menu > li,
.dl-submenu > li {
overflow: hidden;
}
.dl-menu > li > a {
transform: translateY(100%);
transition: transform 1.1s cubic-bezier(.25,1,.5,1) 0.4s
}
.dl-submenu > li > a {
opacity: 0;
transition: opacity 1.1s cubic-bezier(.25,1,.5,1) 0.4s
}
.dl-menu.dl-menuopen > li > a,
.dl-menuopen.dl-subview .dl-submenu > li > a {
transform: translateY(0);
opacity: 1;
}
.dl-menuwrapper li.menu-item a {
padding-bottom: 9px;
padding-top: 9px;
border-bottom: 1px solid #d9d9d9;
}
.dl-menuwrapper li.dl-parent > a {
padding-top: 0;
}
.dl-menuwrapper li.dl-back > a {
padding-left: 42px;
margin: 0;
}
.dl-menuwrapper li.dl-back > a:hover {
opacity: 0.9
}
.dl-menuwrapper li.dl-back:after,
.dl-menuwrapper li > a:not(:only-child):before {
position: absolute;
top: 10px;
font-family: 'Line Awesome Free';
speak: none;
color: inherit;
-webkit-font-smoothing: antialiased;
content: "\f105";
font-weight: 900;
}
.dl-submenu li:nth-child(2) > a {
border-top: 0
}
.dl-menuwrapper li.dl-back:after {
left: 20px;
content: "\f060";
line-height: 36px;
}
.dl-menuwrapper li > a:before {
right: 10px;
}
.dl-menuwrapper .dl-menu {
margin: 0;
position: absolute;
top: 0%;
right: 0px;
width: 100%;
opacity: 0;
padding-top: 74px;
pointer-events: none;
-webkit-transform: translateY(-100vh);
transform: translateY(-100vh);
-webkit-backface-visibility: hidden;
backface-visibility: hidden;
box-sizing:border-box;
height: 100vh;
}
.dl-active + #nav-mobile {
opacity: 1 !important;
height: 100vh;
}
.dl-menuwrapper .dl-menu.dl-menu-toggle {
transition: all 0.5s ease
}
.dl-menuwrapper .dl-menu.dl-menuopen {
opacity: 1;
pointer-events: auto;
-webkit-transform: translateY(0px);
transform: translateY(0px)
}
.dl-menuwrapper li .dl-submenu {
display: none
}
.dl-menu.dl-subview li,
.dl-menu.dl-subview li.dl-subviewopen > a,
.dl-menu.dl-subview li.dl-subview > a {
display: none
}
.dl-menu.dl-subview li.dl-subview,
.dl-menu.dl-subview li.dl-subview .dl-submenu,
.dl-menu.dl-subview li.dl-subviewopen,
.dl-menu.dl-subview li.dl-subviewopen > .dl-submenu,
.dl-menu.dl-subview li.dl-subviewopen > .dl-submenu > li {
display: block
}
.dl-menuwrapper > .dl-submenu {
position: absolute;
width: 100%;
top: 0%;
left: 0;
margin: 0;
padding-top: 74px;
padding-bottom: 15px;
border:1px transparent solid;
opacity: 1 !important;
height: 100vh;
}
.dl-menu.dl-animate-out-1 {
-webkit-animation: MenuAnimOut1 0.4s;
animation: MenuAnimOut1 0.4s
}
.dl-menu.dl-animate-out-2 {
-webkit-animation: MenuAnimOut2 0.3s ease-in-out;
animation: MenuAnimOut2 0.3s ease-in-out
}
.dl-menu.dl-animate-out-3 {
-webkit-animation: MenuAnimOut3 0.4s ease;
animation: MenuAnimOut3 0.4s ease
}
.dl-menu.dl-animate-out-4 {
-webkit-animation: MenuAnimOut4 0.4s ease;
animation: MenuAnimOut4 0.4s ease
}
.dl-menu.dl-animate-out-5 {
-webkit-animation: MenuAnimOut5 0.4s ease;
animation: MenuAnimOut5 0.4s ease
}
@-webkit-keyframes "MenuAnimOut1" {
0% {}
50% {
-webkit-transform: translateZ(-250px) rotateY(30deg);
}
75% {
-webkit-transform: translateZ(-372.5px) rotateY(15deg);
opacity: .5;
}
100% {
-webkit-transform: translateZ(-500px) rotateY(0deg);
opacity: 0;
}
}
@-webkit-keyframes "MenuAnimOut2" {
0% {}
100% {
-webkit-transform: translateX(-100%);
opacity: 0;
}
}
@-webkit-keyframes "MenuAnimOut3" {
0% {}
100% {
-webkit-transform: translateZ(300px);
opacity: 0;
}
}
@-webkit-keyframes "MenuAnimOut4" {
0% {}
100% {
-webkit-transform: translateZ(-300px);
opacity: 0;
}
}
@-webkit-keyframes "MenuAnimOut5" {
0% {}
100% {
-webkit-transform: translateY(40%);
opacity: 0;
}
}
@keyframes "MenuAnimOut1" {
0% {}
50% {
-webkit-transform: translateZ(-250px) rotateY(30deg);
transform: translateZ(-250px) rotateY(30deg);
}
75% {
-webkit-transform: translateZ(-372.5px) rotateY(15deg);
transform: translateZ(-372.5px) rotateY(15deg);
opacity: .5;
}
100% {
-webkit-transform: translateZ(-500px) rotateY(0deg);
transform: translateZ(-500px) rotateY(0deg);
opacity: 0;
}
}
@keyframes "MenuAnimOut2" {
0% {}
100% {
-webkit-transform: translateX(-100%);
transform: translateX(-100%);
//opacity: 0;
}
}
@keyframes "MenuAnimOut3" {
0% {}
100% {
-webkit-transform: translateZ(300px);
transform: translateZ(300px);
opacity: 0;
}
}
@keyframes "MenuAnimOut4" {
0% {}
100% {
-webkit-transform: translateZ(-300px);
transform: translateZ(-300px);
opacity: 0;
}
}
@keyframes "MenuAnimOut5" {
0% {}
100% {
-webkit-transform: translateY(40%);
transform: translateY(40%);
opacity: 0;
}
}
.dl-menu.dl-animate-in-1 {
-webkit-animation: MenuAnimIn1 0.3s;
animation: MenuAnimIn1 0.3s
}
.dl-menu.dl-animate-in-2 {
-webkit-animation: MenuAnimIn2 0.3s ease-in-out;
animation: MenuAnimIn2 0.3s ease-in-out
}
.dl-menu.dl-animate-in-3 {
-webkit-animation: MenuAnimIn3 0.4s ease;
animation: MenuAnimIn3 0.4s ease
}
.dl-menu.dl-animate-in-4 {
-webkit-animation: MenuAnimIn4 0.4s ease;
animation: MenuAnimIn4 0.4s ease
}
.dl-menu.dl-animate-in-5 {
-webkit-animation: MenuAnimIn5 0.4s ease;
animation: MenuAnimIn5 0.4s ease
}
@-webkit-keyframes "MenuAnimIn1" {
0% {
-webkit-transform: translateZ(-500px) rotateY(0deg);
opacity: 0;
}
20% {
-webkit-transform: translateZ(-250px) rotateY(30deg);
opacity: 0.5;
}
100% {
-webkit-transform: translateZ(0px) rotateY(0deg);
opacity: 1;
}
}
@-webkit-keyframes "MenuAnimIn2" {
0% {
-webkit-transform: translateX(-100%);
//opacity: 0;
}
100% {
-webkit-transform: translateX(0px);
opacity: 1;
}
}
@-webkit-keyframes "MenuAnimIn3" {
0% {
-webkit-transform: translateZ(300px);
opacity: 0;
}
100% {
-webkit-transform: translateZ(0px);
opacity: 1;
}
}
@-webkit-keyframes "MenuAnimIn4" {
0% {
-webkit-transform: translateZ(-300px);
opacity: 0;
}
100% {
-webkit-transform: translateZ(0px);
opacity: 1;
}
}
@-webkit-keyframes "MenuAnimIn5" {
0% {
-webkit-transform: translateY(40%);
opacity: 0;
}
100% {
-webkit-transform: translateY(0);
opacity: 1;
}
}
@keyframes "MenuAnimIn1" {
0% {
-webkit-transform: translateZ(-500px) rotateY(0deg);
transform: translateZ(-500px) rotateY(0deg);
opacity: 0;
}
20% {
-webkit-transform: translateZ(-250px) rotateY(30deg);
transform: translateZ(-250px) rotateY(30deg);
opacity: 0.5;
}
100% {
-webkit-transform: translateZ(0px) rotateY(0deg);
transform: translateZ(0px) rotateY(0deg);
opacity: 1;
}
}
@keyframes "MenuAnimIn2" {
0% {
-webkit-transform: translateX(-100%);
transform: translateX(-100%);
opacity: 0;
}
100% {
-webkit-transform: translateX(0px);
transform: translateX(0px);
opacity: 1;
}
}
@keyframes "MenuAnimIn3" {
0% {
-webkit-transform: translateZ(300px);
transform: translateZ(300px);
opacity: 0;
}
100% {
-webkit-transform: translateZ(0px);
transform: translateZ(0px);
opacity: 1;
}
}
@keyframes "MenuAnimIn4" {
0% {
-webkit-transform: translateZ(-300px);
transform: translateZ(-300px);
opacity: 0;
}
100% {
-webkit-transform: translateZ(0px);
transform: translateZ(0px);
opacity: 1;
}
}
@keyframes "MenuAnimIn5" {
0% {
-webkit-transform: translateY(40%);
transform: translateY(40%);
opacity: 0;
}
100% {
-webkit-transform: translateY(0);
transform: translateY(0);
opacity: 1;
}
}
.dl-menuwrapper > .dl-submenu.dl-animate-in-1 {
-webkit-animation: SubMenuAnimIn1 0.4s ease;
animation: SubMenuAnimIn1 0.4s ease
}
.dl-menuwrapper > .dl-submenu.dl-animate-in-2 {
-webkit-animation: SubMenuAnimIn2 0.3s ease-in-out;
animation: SubMenuAnimIn2 0.3s ease-in-out
}
.dl-menuwrapper > .dl-submenu.dl-animate-in-3 {
-webkit-animation: SubMenuAnimIn3 0.4s ease;
animation: SubMenuAnimIn3 0.4s ease
}
.dl-menuwrapper > .dl-submenu.dl-animate-in-4 {
-webkit-animation: SubMenuAnimIn4 0.4s ease;
animation: SubMenuAnimIn4 0.4s ease
}
.dl-menuwrapper > .dl-submenu.dl-animate-in-5 {
-webkit-animation: SubMenuAnimIn5 0.4s ease;
animation: SubMenuAnimIn5 0.4s ease
}
@-webkit-keyframes "SubMenuAnimIn1" {
0% {
-webkit-transform: translateX(50%);
opacity: 0;
}
100% {
-webkit-transform: translateX(0px);
opacity: 1;
}
}
@-webkit-keyframes "SubMenuAnimIn2" {
0% {
-webkit-transform: translateX(100%);
opacity: 0;
}
100% {
-webkit-transform: translateX(0px);
opacity: 1;
}
}
@-webkit-keyframes "SubMenuAnimIn3" {
0% {
-webkit-transform: translateZ(-300px);
opacity: 0;
}
100% {
-webkit-transform: translateZ(0px);
opacity: 1;
}
}
@-webkit-keyframes "SubMenuAnimIn4" {
0% {
-webkit-transform: translateZ(300px);
opacity: 0;
}
100% {
-webkit-transform: translateZ(0px);
opacity: 1;
}
}
@-webkit-keyframes "SubMenuAnimIn5" {
0% {
-webkit-transform: translateZ(-200px);
opacity: 0;
}
100% {
-webkit-transform: translateZ(0);
opacity: 1;
}
}
@keyframes "SubMenuAnimIn1" {
0% {
-webkit-transform: translateX(50%);
transform: translateX(50%);
opacity: 0;
}
100% {
-webkit-transform: translateX(0px);
transform: translateX(0px);
opacity: 1;
}
}
@keyframes "SubMenuAnimIn2" {
0% {
-webkit-transform: translateX(100%);
transform: translateX(100%);
opacity: 0;
}
100% {
-webkit-transform: translateX(0px);
transform: translateX(0px);
opacity: 1;
}
}
@keyframes "SubMenuAnimIn3" {
0% {
-webkit-transform: translateZ(-300px);
transform: translateZ(-300px);
opacity: 0;
}
100% {
-webkit-transform: translateZ(0px);
transform: translateZ(0px);
opacity: 1;
}
}
@keyframes "SubMenuAnimIn4" {
0% {
-webkit-transform: translateZ(300px);
transform: translateZ(300px);
opacity: 0;
}
100% {
-webkit-transform: translateZ(0px);
transform: translateZ(0px);
opacity: 1;
}
}
@keyframes "SubMenuAnimIn5" {
0% {
-webkit-transform: translateZ(-200px);
transform: translateZ(-200px);
opacity: 0;
}
100% {
-webkit-transform: translateZ(0);
transform: translateZ(0);
opacity: 1;
}
}
.dl-menuwrapper > .dl-submenu.dl-animate-out-1 {
-webkit-animation: SubMenuAnimOut1 0.4s ease;
animation: SubMenuAnimOut1 0.4s ease
}
.dl-menuwrapper > .dl-submenu.dl-animate-out-2 {
-webkit-animation: SubMenuAnimOut2 0.3s ease-in-out;
animation: SubMenuAnimOut2 0.3s ease-in-out
}
.dl-menuwrapper > .dl-submenu.dl-animate-out-3 {
-webkit-animation: SubMenuAnimOut3 0.4s ease;
animation: SubMenuAnimOut3 0.4s ease
}
.dl-menuwrapper > .dl-submenu.dl-animate-out-4 {
-webkit-animation: SubMenuAnimOut4 0.4s ease;
animation: SubMenuAnimOut4 0.4s ease
}
.dl-menuwrapper > .dl-submenu.dl-animate-out-5 {
-webkit-animation: SubMenuAnimOut5 0.4s ease;
animation: SubMenuAnimOut5 0.4s ease
}
@-webkit-keyframes "SubMenuAnimOut1" {
0% {
-webkit-transform: translateX(0%);
opacity: 1;
}
100% {
-webkit-transform: translateX(50%);
opacity: 0;
}
}
@-webkit-keyframes "SubMenuAnimOut2" {
0% {
-webkit-transform: translateX(0%);
opacity: 1;
}
100% {
-webkit-transform: translateX(100%);
opacity: 0;
}
}
@-webkit-keyframes "SubMenuAnimOut3" {
0% {
-webkit-transform: translateZ(0px);
opacity: 1;
}
100% {
-webkit-transform: translateZ(-300px);
opacity: 0;
}
}
@-webkit-keyframes "SubMenuAnimOut4" {
0% {
-webkit-transform: translateZ(0px);
opacity: 1;
}
100% {
-webkit-transform: translateZ(300px);
opacity: 0;
}
}
@-webkit-keyframes "SubMenuAnimOut5" {
0% {
-webkit-transform: translateZ(0);
opacity: 1;
}
100% {
-webkit-transform: translateZ(-200px);
opacity: 0;
}
}
@keyframes "SubMenuAnimOut1" {
0% {
-webkit-transform: translateX(0%);
transform: translateX(0%);
opacity: 1;
}
100% {
-webkit-transform: translateX(50%);
transform: translateX(50%);
opacity: 0;
}
}
@keyframes "SubMenuAnimOut2" {
0% {
-webkit-transform: translateX(0%);
transform: translateX(0%);
opacity: 1;
}
100% {
-webkit-transform: translateX(100%);
transform: translateX(100%);
opacity: 0;
}
}
@keyframes "SubMenuAnimOut3" {
0% {
-webkit-transform: translateZ(0px);
transform: translateZ(0px);
opacity: 1;
}
100% {
-webkit-transform: translateZ(-300px);
transform: translateZ(-300px);
opacity: 0;
}
}
@keyframes "SubMenuAnimOut4" {
0% {
-webkit-transform: translateZ(0px);
transform: translateZ(0px);
opacity: 1;
}
100% {
-webkit-transform: translateZ(300px);
transform: translateZ(300px);
opacity: 0;
}
}
@keyframes "SubMenuAnimOut5" {
0% {
-webkit-transform: translateZ(0);
transform: translateZ(0);
opacity: 1;
}
100% {
-webkit-transform: translateZ(-200px);
transform: translateZ(-200px);
opacity: 0;
}
}
.no-js .dl-menuwrapper .dl-menu {
position: relative;
opacity: 1;
-webkit-transform: none;
transform: none
}
.no-js .dl-menuwrapper li .dl-submenu {
display: block
}
.no-js .dl-menuwrapper li.dl-back {
display: none
}
.no-js .dl-menuwrapper li > a:not(:only-child) {
background: rgba(0, 0, 0, 0.1)
}
.no-js .dl-menuwrapper li > a:not(:only-child):before {
content: ''
}html {
font-size: 16px;
}
body {
margin: 0;
font-family: 'Plus Jakarta Sans';
font-size: 1rem;
font-weight: 400;
line-height: 2em;
color: #333333;
background-color: #fff;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
--lineheight: 2em;
}
p {
margin: 0 0 25px 0;
}
.has-large-font-size {
line-height: 1.75em;
}
p[style*='font-size'] {
line-height: 1.75em;
}
p:last-child {
margin-bottom: 0;
}
h1 {
font-size: 60px;
}
h2 {
font-size: 45px;
}
h3 {
font-size: 35px;
}
h4 {
font-size: 27px;
line-height: 1.67em;
}
h5 {
font-size: 24px;
line-height: 1.25em;
}
h6 {
font-size: 18px;
}
a {
text-decoration: none;
color: #da8155;
}
label a {
text-decoration: underline;
color: inherit;
}
label a:hover {
text-decoration: none;
}
h1,
h2,
h3,
h4,
h5,
h6 {
font-family: 'Prata';
font-weight: 400;
color: #012438;
margin: 0 0 15px 0;
line-height: 1.2em;
}
h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
color: inherit;
}
address {
box-sizing: border-box;
}
figure {
margin-top: 0;
margin-right: 0;
margin-left: 0;
} body.elementor-editor-active .page-loading {
display: none !important;
}
.page-loading {
position: fixed;
left: 0;
right: 0px;
top: 0;
bottom: 0px;
background-color: rgba(255, 255, 255, 1);
z-index: 99999;
height: 100%;
}
.loader {
position: absolute;
margin: -25px 0 0 -25px;
width: 50px;
top: 50%;
left: 50%;
}
.loader:before {
content: '';
display: block;
padding-top: 100%;
}
.circular {
-webkit-animation: rotate 2s linear infinite;
animation: rotate 2s linear infinite;
height: 100%;
-webkit-transform-origin: center center;
transform-origin: center center;
width: 100%;
position: absolute;
top: 0;
bottom: 0;
left: 0;
right: 0;
margin: auto;
}
.path {
stroke-dasharray: 1, 200;
stroke-dashoffset: 0;
stroke: #1c1d1f;
-webkit-animation: dash 1.5s ease-in-out infinite;
animation: dash 1.5s ease-in-out infinite;
stroke-linecap: round;
}
@-webkit-keyframes rotate {
100% {
-webkit-transform: rotate(360deg);
transform: rotate(360deg);
}
}
@keyframes rotate {
100% {
-webkit-transform: rotate(360deg);
transform: rotate(360deg);
}
}
@-webkit-keyframes dash {
0% {
stroke-dasharray: 1, 200;
stroke-dashoffset: 0;
}
50% {
stroke-dasharray: 89, 200;
stroke-dashoffset: -35px;
}
100% {
stroke-dasharray: 89, 200;
stroke-dashoffset: -124px;
}
}
@keyframes dash {
0% {
stroke-dasharray: 1, 200;
stroke-dashoffset: 0;
}
50% {
stroke-dasharray: 89, 200;
stroke-dashoffset: -35px;
}
100% {
stroke-dasharray: 89, 200;
stroke-dashoffset: -124px;
}
}
img {
max-width: 100%;
width: auto 9;
height: auto;
vertical-align: middle;
border: 0;
-ms-interpolation-mode: bicubic;
}
.wp-caption {
font-size: 12px;
color: #8a8e92;
line-height: 1.5em;
}
figcaption {
padding-top: 8px;
}
blockquote:not(.wp-block-quote) {
padding: 76px 50px 76px 50px;
border: 10px solid #002349;
color: #fff;
position: relative;
font-size: 27px;
line-height: 1.67em;
margin: 0 0 30px 0;
background-color: #002349;
}
.wp-block-pullquote blockquote {
padding: 0;
border: 0;
margin: 0;
}
.wp-block-pullquote blockquote:after {
display: none !important;
}
blockquote:not(.wp-block-quote):before {
content: '';
z-index: 0;
top: 0px;
right: 0px;
left: 0px;
bottom: 0px;
border: 1px solid rgba(255, 255, 255, 0.15);
position: absolute;
display: block;
}
cite {
text-align: center;
color: #a4b0bd;
font-size: 13px;
font-weight: 400;
text-transform: uppercase;
line-height: 29px;
letter-spacing: 2px;
font-style: normal;
} #header {
z-index: 999;
position: relative;
padding: 34px 0;
}
#header.header-custom {
padding: 0;
}
.bh-header-transparency #header,
.bh-header-transparency #mobile-header {
position: absolute;
width: 100%;
top: 0;
}
.bh-header-transparency #header.fixed {
position: fixed !important;
}
.bh-header-transparency.admin-bar #header {
top: 32px;
}
.bh-header-transparency.admin-bar #mobile-header {
top: 46px;
}
.bh-header-transparency #header:not(.fixed),
.bh-header-transparency #mobile-header:not(.fixed),
.bh-header-transparency #header:not(.fixed) .elementor .elementor-section,
.bh-header-transparency #header:not(.fixed) .elementor .elementor-widget-wrap {
background-color: transparent !important;
}
#header.header-default {
padding-left: 4%;
padding-right: 4%;
background-color: #031930;
}
.header-fixed {
width: 100%;
}
#header.header-fixed.fixed {
position: sticky;
top: 0;
}
.admin-bar #header.header-fixed.fixed {
top: 32px;
}
.header-fixed.scroll-up {
transform: none;
transition: transform 0.4s;
}
.header-fixed.scroll-down {
transform: translate3d(0, -100%, 0);
}
.tagline {
margin: 0;
}
.unstyled {
-webkit-font-smoothing: antialiased;
list-style: none;
margin: 0;
padding: 0;
}
.social-icons {
display: inline-block;
}
.social-icons ul {
display: flex;
align-items: center;
}
.social-icons ul li + li {
padding-left: 27px;
}
#header .logo {
padding-top: 15px;
padding-bottom: 15px;
}
#header .logo .logo-text {
font-family: 'Prata';
text-transform: capitalize;
line-height: 29px;
letter-spacing: 0px;
font-weight: 400;
font-style: normal;
color: #fff;
font-size: 28px;
}
header .social-icons a {
font-size: 18px;
color: #fff;
}
#dl-menu .social-icons a {
font-size: 14px;
line-height: 1;
color: #fff;
}
header .additional-info {
padding-left: 55px;
display: flex;
align-items: center;
}
header .additional-info i {
font-size: 22px;
padding-right: 10px;
line-height: inherit;
}
header .languages-block {
position: relative;
padding-left: 47px;
z-index: 9;
}
header .languages-block span {
font-size: 16px;
color: #fff;
display: flex;
cursor: pointer;
align-items: center;
}
header .languages-block:hover span {
color: #949ea9;
}
header .languages-block .bh-languages-dropdown {
margin: 0;
padding: 26px 36px;
list-style: none;
background-color: #001934;
position: absolute;
top: calc(100% + 38px);
left: -25px;
text-align: left;
opacity: 0;
visibility: hidden;
transition: opacity 0.3s ease-in, visibility 0.3s ease-in;
transition-delay: 0.2s;
-webkit-box-shadow: 0 7px 18px 0 rgb(0 12 24 / 25%);
box-shadow: 0 7px 18px 0 rgb(0 12 24 / 25%);
}
header .languages-block:hover .bh-languages-dropdown {
opacity: 1;
visibility: visible;
transition-delay: 0s;
}
header .languages-block .bh-languages-dropdown li a {
color: #fff;
font-size: 11px;
line-height: 36px;
font-weight: 400;
text-transform: uppercase;
letter-spacing: 0.05em;
display: inline-block;
}
.bh-languages-dropdown li + li a {
padding-top: 10px;
}
header .languages-block .bh-languages-dropdown li a:hover {
color: #da8155;
}
header .languages-block i {
font-size: 22px;
color: inherit;
margin-left: 10px;
width: 18px;
height: 18px;
}
.bh-globe {
background-color: #fff;
-webkit-mask-size: cover;
mask-size: cover;
-webkit-mask-image: url(//auroraorkney.co.uk/wp-content/themes/brooklyn-heights/images/globe.svg);
mask-image: url(//auroraorkney.co.uk/wp-content/themes/brooklyn-heights/images/globe.svg);
}
header .user-link {
font-size: 22px;
padding-left: 47px;
}
header .user-link {
font-size: 22px;
padding-left: 47px;
}
.user-link a {
font-size: inherit !important;
margin: 0 !important;
}
.bh-user-link-block {
line-height: 1em;
}
#mobile-header .user-link {
font-size: 20px;
}
.bh-wrap-user-links {
display: flex;
align-items: center;
}
.elementor-widget-container .user-link:first-child,
header .elementor-widget-container .languages-block {
padding-left: 0;
}
header .user-link + .user-link {
padding-left: 7px;
}
header .user-link a {
color: #fff;
}
#mobile-header {
position: relative;
min-height: 50px;
padding-top: 5px;
padding-bottom: 5px;
display: none;
visibility: hidden;
z-index: 99;
background-color: #031930;
}
#mobile-header .logo .logo-text {
font-family: Prata;
text-transform: capitalize;
line-height: 25px;
letter-spacing: 0px;
font-weight: 400;
font-style: normal;
color: #fff;
font-size: 24px;
}
#mobile-header.bh-menu-opened .logo .logo-text,
#mobile-header.bh-menu-opened .dl-menuwrapper button.dl-trigger,
.bh-header-transparency
#mobile-header.bh-menu-opened
.dl-menuwrapper
button.dl-trigger {
color: #001934;
}
header #dl-menu .social-icons a {
margin: 0;
}
#mobile-header.header-fixed.fixed {
position: sticky !important;
}
.admin-bar #mobile-header.header-fixed {
top: -1px;
z-index: 99;
}
#mobile-header #dl-menu {
margin-left: auto;
}
#mobile-header .logo {
z-index: 8;
}
#mobile-header > .row {
height: 100%;
min-height: 50px;
}
.dl-menuwrapper .menu-extra {
text-align: left;
padding: 10px 20px 0;
display: flex;
align-items: center;
justify-content: space-between;
}
.dl-menuwrapper .menu-extra > div:first-child {
padding-left: 0;
}
.bh-header-transparency #mobile-header .dl-menuwrapper button.dl-trigger {
color: #fff;
} .menu {
display: inline-block;
margin: 0;
padding: 0 15px;
list-style: none;
line-height: 1;
}
.menu > li {
padding: 15px 0px;
margin: 0px;
display: inline-block;
line-height: 1;
}
.menu > li {
padding-right: 35px;
}
.menu li a {
text-decoration: none;
color: #fff;
font-size: 16px;
font-family: 'Plus Jakarta Sans';
font-weight: 400;
}
.menu > li > a {
display: inline-block;
padding-bottom: 7px;
position: relative;
background-size: 0 1px;
background-position: right bottom;
background-image: linear-gradient(to right, #fff 0, #fff 100%);
transition: background-size 0.55s cubic-bezier(0.2, 0.75, 0.5, 1);
background-repeat: no-repeat;
}
.bh-header-transparency header.header-default .menu > li > a {
color: #fff;
}
.menu li > a:hover,
.menu .current-menu-item > a,
.menu .current-menu-ancestor > a,
.menu:hover > .current-menu-item:hover > a,
.menu:hover > .current-menu-ancestor:hover > a {
color: #fff;
background-size: 100% 1px;
background-position: left bottom;
}
.menu:hover > .current-menu-item > a,
.menu:hover > .current-menu-ancestor > a {
background-size: 0 1px;
background-position: right bottom;
}
#navigation ul {
-webkit-font-smoothing: antialiased;
list-style: none;
margin: 0;
padding: 0;
}
#navigation li {
position: relative;
}
#navigation li ul li {
max-height: 0;
height: auto;
padding: 0;
-webkit-transition: all 0.25s ease;
-moz-transition: all 0.25s ease;
-ms-transition: all 0.25s ease;
-o-transition: all 0.25s ease;
transition: all 0.25s ease;
}
#navigation li ul {
padding: 20px 0px;
float: left;
background-color: #ffffff;
left: 2px;
opacity: 0;
width: 270px;
max-width: 270px;
position: absolute;
top: 100%;
visibility: hidden;
text-align: left;
z-index: 99;
box-sizing: border-box;
transform: translate(0, -25px);
-webkit-box-shadow: 0 7px 18px 0 rgba(0, 12, 24, 0.25);
box-shadow: 0 7px 18px 0 rgba(0, 12, 24, 0.25);
-webkit-transition: all 0.3s ease;
-moz-transition: all 0.3s ease;
-ms-transition: all 0.3s ease;
-o-transition: all 0.3s ease;
transition: all 0.3s ease;
}
#header .menu > li > ul {
margin-left: -35px;
}
#navigation ul ul ul {
top: 0%;
left: 100%;
margin-left: 1px;
}
.menu li ul a {
font-size: 14px;
line-height: 36px;
display: inline-block;
color: #171718;
}
.menu > li li > a:hover,
.menu > li .current-menu-item > a,
.menu > li .current-menu-ancestor > a,
.menu > li .current-menu-item:hover > a,
.menu > li .current-menu-ancestor:hover > a {
color: #da8155;
}
#navigation li:hover > ul {
opacity: 1;
visibility: visible;
transform: translate(0, 0px);
}
#navigation li:hover > ul li {
max-height: 100%;
}
#navigation li:hover > ul ul {
top: -20px;
left: 100%;
}
#header .menu > li ul li:first-child {
padding-top: 0 !important;
}
#navigation li ul li {
float: none;
margin: 0;
padding: 0px;
}
#header .menu > li ul li {
padding-top: 9px;
padding-left: 30px;
padding-right: 30px;
}
.sub-menu .menu-item-has-children {
position: relative;
padding-right: 15px;
}
.sub-menu .menu-item-has-children > a {
position: relative;
display: inline-block;
width: 100%;
}
.sub-menu .menu-item-has-children > a:after {
content: '\f105';
position: absolute;
right: 0;
top: calc(50% - 6px);
width: 12px;
height: 12px;
font-size: 13px;
line-height: 12px;
font-weight: 900;
color: inherit;
font-family: 'Line Awesome Free';
}
ul#nav-mobile li > a:hover,
ul#nav-mobile li.current-menu-item > a,
ul#nav-mobile li.current_page_item > a,
ul#nav-mobile li.current-menu-ancestor > a {
color: #da8155;
} .alignright {
float: right;
margin-left: 1rem !important;
}
.alignleft {
float: left;
margin-right: 1rem !important;
}
.aligncenter {
clear: both;
display: block;
margin-left: auto;
margin-right: auto;
}
.alignwide {
margin-left: -80px;
margin-right: -80px;
}
.alignfull {
width: 100vw;
margin-left: calc(-100vw / 2 + 100% / 2 + 10px) !important;
margin-right: calc(-100vw / 2 + 100% / 2 + 9px) !important;
max-width: calc(100vw - 21px);
}
.alignfull img {
width: 100vw;
}
.alignfull.wp-block-embed iframe {
width: 100%;
}
.textleft {
text-align: left;
}
.textright {
text-align: right;
}
.textcenter {
text-align: center;
}
.wp-caption {
margin-bottom: 1.25rem;
max-width: 100%;
}
.wp-caption.alignleft {
margin: 5px 20px 20px 0;
}
.wp-caption.alignright {
margin: 5px 0 20px 20px;
}
.wp-caption img {
display: block;
margin-left: auto;
margin-right: auto;
}
.aligncenter.wp-caption {
text-align: center;
}
.wp-caption.alignleft {
text-align: left;
}
.wp-caption.alignright {
text-align: right;
}
.wp-caption-text {
margin: 0;
padding-top: 7px;
}
.wp-block-cover,
.wp-block-cover-image {
color: #fff;
}
.is-style-squared .wp-block-button__link {
border-radius: 0;
}
.gallery-caption {
display: block;
font-size: 0.8125rem;
line-height: 1.5;
margin: 0;
padding: 0.75rem;
}
.elementor-image-gallery div[id*='gallery-'].gallery-columns-8 .gallery-item {
width: 12.5%;
}
.pagination {
margin: 20px auto;
}
.sticky {
position: relative;
display: block;
}
.bypostauthor {
font-size: inherit;
}
.hide {
display: none !important;
}
.screen-reader-text {
clip: rect(1px, 1px, 1px, 1px);
height: 1px;
overflow: hidden;
position: absolute !important;
width: 1px;
word-wrap: normal !important;
}
.screen-reader-text:focus {
background-color: #eeeeee;
clip: auto !important;
clip-path: none;
color: #333333;
display: block;
font-size: 1rem;
height: auto;
left: 5px;
line-height: normal;
padding: 15px 23px 14px;
text-decoration: none;
top: 5px;
width: auto;
z-index: 100000;
}
.gallery img {
border: 0 !important;
} .bh-page-title {
background-color: #002349;
padding: 140px 20px;
text-align: center;
color: #fff;
background-image: url(//auroraorkney.co.uk/wp-content/themes/brooklyn-heights/images/header_bg_overlay.jpg);
background-position: top center;
background-size: cover;
background-repeat: no-repeat;
}
.bh-header-transparency .bh-page-title {
padding: 220px 20px 140px;
}
.bh-page-title h1 {
font-size: 65px;
line-height: 1.4em;
font-weight: 400;
margin: 0 auto;
max-width: 1170px;
color: inherit;
}
.bh-page-title h1 p {
font-size: 20px;
line-height: 1.5em;
padding-top: 25px;
margin-bottom: 0;
} body:not(.elementor-editor-active) .popup-wrapper {
position: fixed;
top: 0;
width: 100%;
min-height: 100vh;
z-index: 9999;
opacity: 0;
visibility: hidden;
}
body:not(.elementor-editor-active) .popup-wrapper.opened {
opacity: 1;
visibility: visible;
transition: opacity 0.3s ease-out;
}
.admin-bar .popup-wrapper {
top: 32px;
}
.popup-wrapper .close-button {
display: inline-block;
width: 90px;
height: 90px;
line-height: 88px;
border: 1px solid rgba(255, 255, 255, 0.15);
text-align: center;
color: #fff;
font-size: 18px;
position: absolute;
top: 139px;
right: 90px;
z-index: 9999;
}
.select2-search--dropdown .select2-search__field {
padding: 14px !important;
} .bh-rounded-style .elementor-button,
.bh-rounded-style .button,
.bh-rounded-style input[type='submit'],
.bh-rounded-style button,
.bh-rounded-style input[type='submit'],
.bh-rounded-style button[type='submit'],
.bh-rounded-style .bh-popup-gallery-open,
.bh-rounded-style .next-reviews > a,
.bh-rounded-style .woocommerce a.button,
.bh-rounded-style .bh-border-anim .elementor-button:after,
.bh-rounded-style .rev-btn.bh-border-anim:after {
border-radius: 32px;
}
.bh-rounded-style #bh-room-reservation-search-form,
.bh-rounded-style .bh-border-anim #bh-room-reservation-search-form:after,
.bh-rounded-style .bh-room .bh-room-button,
.bh-rounded-style #bh-room-reservation-search-form .bh-room-location,
.bh-rounded-style #bh-room-reservation-search-form .check-in-wrap,
.bh-rounded-style #bh-room-reservation-search-form .check-out-wrap,
.bh-rounded-style #bh-room-reservation-search-form .bh-field,
.bh-rounded-style #bh-room-reservation-search-form .datepicker,
.bh-rounded-style #bh-room-reservation-search-form .bh-dropdown-persons,
.bh-rounded-style #bh-room-reservation-search-form .bh-dropdown-rooms,
.bh-rounded-style
#bh-room-reservation-search-form
.bh-room-location
.pac-container,
.bh-rounded-style.single-bh-room .bh-room-img .bh-button-images {
border-radius: 50px;
}
.bh-rounded-style #bh-room-reservation-search-form .check-in-wrap,
.bh-rounded-style #bh-room-reservation-search-form .check-out-wrap,
.bh-rounded-style #bh-room-reservation-search-form .bh-room-location,
.bh-rounded-style
#bh-room-reservation-search-form
.bh-block-guests
.guests-wrap,
.bh-rounded-style
#bh-room-reservation-search-form
.bh-block-rooms
.rooms-count-wrap,
.bh-rounded-style
#bh-room-reservation-search-form
.bh-field:first-child
.check-in-wrap {
padding-left: 45px;
padding-right: 45px;
}
.bh-rounded-style .bh-room .bh-room-img a,
.bh-rounded-style #bh-room-reservation,
.bh-rounded-style .bh-price-range-inputs,
.bh-rounded-style #bh-popup-login .bh-login-form-wrapper form.bh-form,
.bh-rounded-style.single-bh-room .bh-room-img img,
.bh-rounded-style #bh-room-reservation-form .bh-block-guests,
.bh-rounded-style #bh-room-reservation-form .bh-block-rooms,
.bh-rounded-style #bh-date-range,
.bh-rounded-style #bh-room-reservation-form .bh-dropdown-persons,
.bh-rounded-style #bh-room-reservation-form .bh-dropdown-rooms,
.bh-rounded-style #bh-room-reservation-form .datepicker,
.bh-rounded-style .bh-room-gallery-block img,
.bh-rounded-style .bh-gallery-block-images div img,
.bh-rounded-style #bh-popup-login .bh-form input[type='text'],
.bh-rounded-style #bh-popup-login .bh-form input[type='email'],
.bh-rounded-style #bh-popup-login .bh-form input[type='password'],
.bh-rounded-style #bh-popup-login .bh-form input[type='tel'],
.bh-rounded-style #bh-popup-login .bh-form input[type='submit'].submit_button,
.bh-rounded-style div.nsl-container .nsl-button-default,
.bh-rounded-style
.bh-checkout-cart-item
.product-thumbnail
.bh-product-image
img,
.bh-rounded-style .dl-menuwrapper .dl-menu,
.bh-rounded-style .classic .bh-room .bh-room-img:after,
.bh-rounded-style .related-posts-item .bh-post-img a {
border-radius: 13px;
}
.bh-rounded-style .select2-container--default .select2-selection--single,
.bh-rounded-style .select2-search--dropdown .select2-search__field,
.woocommerce-cart.bh-rounded-style .wc-proceed-to-checkout a.checkout-button {
border-radius: 13px !important;
}
.bh-rounded-style
.select2-container--below.select2-container--open
.select2-selection--single {
border-radius: 13px 13px 0 0 !important;
}
.bh-rounded-style
.select2-container--above.select2-container--open
.select2-selection--single {
border-radius: 0px 0px 13px 13px !important;
}
.bh-rounded-style .bh-room-google-map,
.bh-rounded-style .bh-slide-gallery-item .bh-gallery-img,
.bh-rounded-style #bh-latest-posts .bh-post-img a {
border-radius: 13px;
overflow: hidden;
}
.bh-rounded-style .bh-slide-gallery-item .bh-gallery-img a {
border-radius: 13px 13px 0 0;
}
.bh-rounded-style .bh-slide-gallery-item .bh-slide-gallery-title a {
border-radius: 0px 0px 13px 13px;
}
.bh-rounded-style .bh-sliding-button-stop,
.bh-rounded-style .bht_rooms_pagination .page-numbers,
.bh-rounded-style .bh-blog-pagination a,
.bh-rounded-style .bh-blog-pagination span,
.bh-rounded-style .bht_rooms_pagination a,
.bh-rounded-style .bht_rooms_pagination span,
.bh-rounded-style .bh-quantity .bh-quantity-btn,
.bh-rounded-style .single-room-share-save a,
.bh-rounded-style .datepicker__month-day--first-day-selected,
.bh-rounded-style .datepicker__month-day--last-day-selected,
.bh-rounded-style
.datepicker__month-day--valid:not(.datepicker__month-day--selected):not(
.datepicker__month-day--hovering
) {
border-radius: 50%;
}
.bh-rounded-style
.datepicker__month-day--first-day-selected
+ .datepicker__month-day--selected:before,
.bh-rounded-style
.datepicker__month-day--first-day-selected
+ .datepicker__month-day--hovering:before,
.bh-rounded-style .datepicker__month-day--last-day-selected:before,
.bh-rounded-style
.datepicker__month-day--hovering
+ .datepicker__month-day--first-day-selected:before {
content: '';
position: absolute;
width: 100%;
height: 100%;
right: 50%;
top: 0;
z-index: -1;
background-color: #f2f4f5;
}
.bh-rounded-style
.datepicker__month-day--first-day-selected
+ .datepicker__month-day--selected,
.bh-rounded-style
.datepicker__month-day--first-day-selected
+ .datepicker__month-day--hovering,
.bh-rounded-style .datepicker__month-day--last-day-selected,
.bh-rounded-style
.datepicker__month-day--hovering
+ .datepicker__month-day--first-day-selected {
position: relative;
}
.bh-rounded-style .bh--extra-services .bh-field-item .bh-field-checkbox,
.bh-rounded-style .bh-field-item.bh--checked .bh-field-checkbox:after,
.bh-rounded-style input[type='checkbox'],
.bh-rounded-style input[type='checkbox']::before {
border-radius: 4px;
}
.bh-rounded-style #header .menu li ul,
.bh-rounded-style #header .languages-block .bh-languages-dropdown {
border-radius: 10px;
}
.bh-rounded-style .bh-reservation-header .rate-number,
.bh-rounded-style .bh-room-featured-gallery div img {
border-radius: 13px;
}
.bh-rounded-style input[type='text'],
.bh-rounded-style input[type='date'],
.bh-rounded-style input[type='password'],
.bh-rounded-style input[type='email'],
.bh-rounded-style input[type='url'],
.bh-rounded-style input[type='tel'],
.bh-rounded-style input[type='number'],
.bh-rounded-style textarea,
.bh-rounded-style select {
border: 1px solid #e1e3e5;
border-radius: 32px;
}
.bh-rounded-style #bh-room-reservation {
box-shadow: none;
}
.bh-rounded-style .bh-border-anim #bh-room-reservation-search-form::after {
display: none !important;
} .bh-border-anim .elementor-button,
.bh-border-anim #bh-room-reservation-search-form,
.rev-btn.bh-border-anim {
position: relative;
}
.bh-border-anim .elementor-button::after,
.rev-btn.bh-border-anim::after,
.bh-border-anim #bh-room-reservation-search-form:after {
content: '';
position: absolute;
top: -1px;
right: -1px;
bottom: -1px;
left: -1px;
border: 2px solid #fff;
clip-path: polygon( min(8%, 13px) min(8%, 13px),
calc(100% - min(8%, 13px)) min(8%, 13px),
calc(100% - min(8%, 13px)) calc(100% - min(8%, 13px)),
min(8%, 13px) calc(100% - min(8%, 13px)),
min(8%, 13px) min(8%, 13px), 0 0,
0 0,
0 0, 0 0,
0 0,
0 0,
0 0,
0 0, 0 0,
0 0,
0 0,
0 0,
0 0, 0 0,
0 0,
0 0,
0 0
);
}
.bh-border-anim #bh-room-reservation-search-form:after {
border: 1px solid #012438;
}
.bh-border-anim.animated .elementor-button::after,
[data-isactiveslide='true'] .rev-btn.bh-border-anim::after {
animation: draw 1.2s cubic-bezier(0.8, -0.01, 0.16, 1.01);
animation-fill-mode: forwards;
}
.bh-border-anim.animated #bh-room-reservation-search-form::after {
animation: draw 1.8s linear;
animation-fill-mode: forwards;
} @keyframes draw {
0% {
clip-path: polygon( min(8%, 13px) min(8%, 13px),
calc(100% - min(8%, 13px)) min(8%, 13px),
calc(100% - min(8%, 13px)) calc(100% - min(8%, 13px)),
min(8%, 13px) calc(100% - min(8%, 13px)),
min(8%, 13px) min(8%, 13px), 0 0,
0 0,
0 0, 0 0,
0 0,
0 0,
0 0,
0 0, 0 0,
0 0,
0 0,
0 0,
0 0, 0 0,
0 0,
0 0,
0 0
);
}
0.1% {
clip-path: polygon( min(8%, 13px) min(8%, 13px),
calc(100% - min(8%, 13px)) min(8%, 13px),
calc(100% - min(8%, 13px)) calc(100% - min(8%, 13px)),
min(8%, 13px) calc(100% - min(8%, 13px)),
min(8%, 13px) min(8%, 13px), 0 0,
0 0,
0 min(8%, 13px), min(8%, 13px) min(8%, 13px),
0 0,
0 0,
0 0,
calc(100% - min(8%, 13px)) calc(100% - min(8%, 13px)), calc(100% - min(8%, 13px)) calc(100% - min(8%, 13px)),
100% 100%,
100% 100%,
calc(100% - min(8%, 13px)) calc(100% - min(8%, 13px)),
min(8%, 13px) calc(100% - min(8%, 13px)), min(8%, 13px) calc(100% - min(8%, 13px)),
0 100%,
0 100%,
min(8%, 13px) calc(100% - min(8%, 13px))
);
}
33.9% {
clip-path: polygon( min(8%, 13px) min(8%, 13px),
calc(100% - min(8%, 13px)) min(8%, 13px),
calc(100% - min(8%, 13px)) calc(100% - min(8%, 13px)),
min(8%, 13px) calc(100% - min(8%, 13px)),
min(8%, 13px) min(8%, 13px), 0 0,
100% 0,
calc(100% - min(8%, 13px)) min(8%, 13px), calc(100% - min(8%, 13px)) 0,
100% 0,
100% 0,
calc(100% - min(8%, 13px)) min(8%, 13px),
calc(100% - min(8%, 13px)) calc(100% - min(8%, 13px)), calc(100% - min(8%, 13px)) calc(100% - min(8%, 13px)),
100% 100%,
100% 100%,
calc(100% - min(8%, 13px)) calc(100% - min(8%, 13px)),
min(8%, 13px) calc(100% - min(8%, 13px)), min(8%, 13px) calc(100% - min(8%, 13px)),
0 100%,
0 100%,
min(8%, 13px) calc(100% - min(8%, 13px))
);
}
50% {
clip-path: polygon( min(8%, 13px) min(8%, 13px),
calc(100% - min(8%, 13px)) min(8%, 13px),
calc(100% - min(8%, 13px)) calc(100% - min(8%, 13px)),
min(8%, 13px) calc(100% - min(8%, 13px)),
min(8%, 13px) min(8%, 13px), 0 0,
100% 0,
calc(100% - min(8%, 13px)) min(8%, 13px), calc(100% - min(8%, 13px)) calc(100% - min(8%, 13px)),
100% 100%,
100% 0,
calc(100% - min(8%, 13px)) min(8%, 13px),
calc(100% - min(8%, 13px)) calc(100% - min(8%, 13px)), calc(100% - min(8%, 13px)) calc(100% - min(8%, 13px)),
100% 100%,
100% 100%,
calc(100% - min(8%, 13px)) calc(100% - min(8%, 13px)),
min(8%, 13px) calc(100% - min(8%, 13px)), min(8%, 13px) calc(100% - min(8%, 13px)),
0 100%,
0 100%,
min(8%, 13px) calc(100% - min(8%, 13px))
);
}
80.9% {
clip-path: polygon( min(8%, 13px) min(8%, 13px),
calc(100% - min(8%, 13px)) min(8%, 13px),
calc(100% - min(8%, 13px)) calc(100% - min(8%, 13px)),
min(8%, 13px) calc(100% - min(8%, 13px)),
min(8%, 13px) min(8%, 13px), 0 0,
100% 0,
calc(100% - min(8%, 13px)) min(8%, 13px), calc(100% - min(8%, 13px)) calc(100% - min(8%, 13px)),
100% 100%,
100% 0,
calc(100% - min(8%, 13px)) min(8%, 13px),
calc(100% - min(8%, 13px)) calc(100% - min(8%, 13px)), min(8%, 13px) calc(100% - min(8%, 13px)),
0 100%,
100% 100%,
calc(100% - min(8%, 13px)) calc(100% - min(8%, 13px)),
min(8%, 13px) calc(100% - min(8%, 13px)), min(8%, 13px) calc(100% - min(8%, 13px)),
0 100%,
0 100%,
min(8%, 13px) calc(100% - min(8%, 13px))
);
}
100% {
clip-path: polygon( min(8%, 13px) min(8%, 13px),
calc(100% - min(8%, 13px)) min(8%, 13px),
calc(100% - min(8%, 13px)) calc(100% - min(8%, 13px)),
min(8%, 13px) calc(100% - min(8%, 13px)),
min(8%, 13px) min(8%, 13px), 0 0,
100% 0,
calc(100% - min(8%, 13px)) min(8%, 13px), calc(100% - min(8%, 13px)) calc(100% - min(8%, 13px)),
100% 100%,
100% 0,
calc(100% - min(8%, 13px)) min(8%, 13px),
calc(100% - min(8%, 13px)) calc(100% - min(8%, 13px)), min(8%, 13px) calc(100% - min(8%, 13px)),
0 100%,
100% 100%,
calc(100% - min(8%, 13px)) calc(100% - min(8%, 13px)),
min(8%, 13px) calc(100% - min(8%, 13px)), min(8%, 13px) min(8%, 13px),
0 0,
0 100%,
min(8%, 13px) calc(100% - min(8%, 13px))
);
}
}
.bh-animated-line {
background-size: 100% 0;
background-position: left top;
background-image: linear-gradient(to right, #fff 0, #fff 100%);
background-repeat: no-repeat;
animation: animatedLine 2.6s infinite;
background-color: transparent;
}
@keyframes animatedLine {
0% {
background-size: 1px 0%;
}
50% {
background-size: 1px 100%;
background-position: left top;
}
50.1% {
background-position: left 100%;
}
100% {
background-size: 1px 0%;
background-position: left 100%;
}
}
.bh-svg-animation path {
stroke-dasharray: 1;
stroke-dashoffset: 1;
opacity: 0;
}
.bh-svg-animation .textcenter {
text-align: center;
}
.bh-svg-animation.animated path {
stroke-linecap: round;
opacity: 1;
animation: signAnimation 1.3s cubic-bezier(0.65, 0, 0.35, 1) forwards;
}
.bh-svg-animation.animated .sign path:nth-child(1) {
animation-duration: 0.6s;
}
.bh-svg-animation.animated .sign path:nth-child(2) {
animation-delay: 0.6s;
animation-duration: 0.3s;
}
.bh-svg-animation.animated .sign path:nth-child(3) {
animation-delay: 0.9s;
animation-duration: 0.3s;
}
.bh-svg-animation.animated .sign path:nth-child(4) {
animation-delay: 1.2s;
animation-duration: 0.3s;
}
.bh-svg-animation.animated .sign path:nth-child(5) {
animation-delay: 1.5s;
animation-duration: 0.3s;
}
.bh-svg-animation.animated .sign path:nth-child(6) {
animation-delay: 1.8s;
animation-duration: 0.3s;
}
@keyframes signAnimation {
0% {
stroke-dashoffset: 1;
opacity: 0;
}
1% {
opacity: 1;
}
100% {
stroke-dashoffset: 0;
}
} .bh-slider-block-wrap {
position: relative;
overflow: hidden;
width: 100%;
}
.bh-slider-block {
overflow: hidden;
width: 100%;
}
.bh-slider-item {
display: flex;
align-items: flex-start;
}
.bh-slider-block:not(.owl-loaded) .bh-slider-item + .bh-slider-item {
position: absolute;
top: 0;
left: 0%;
opacity: 0;
visibility: hidden;
}
.bh-slider-block .owl-stage-outer {
position: relative;
overflow: hidden;
-webkit-transform: translate3d(0, 0, 0);
}
.bh-slider-block.owl-drag .owl-stage {
position: relative;
-ms-touch-action: pan-Y;
touch-action: manipulation;
-moz-backface-visibility: hidden;
}
.bh-slider-block .disabled {
display: none !important;
}
.bh-cursor {
position: fixed;
}
.bh-slider-cursor {
display: inline-block;
width: 10px;
height: 10px;
margin-left: -50px;
margin-top: -105px;
border-radius: 50%;
background-color: #fff;
left: 0;
top: 0;
opacity: 0;
transition: opacity 0.5s ease-out, width 0.5s ease-out, height 0.5s ease-out;
text-align: center;
font-size: 6px;
}
.bh-slider-cursor i {
top: 50%;
left: 50%;
transform: translate(-50%, -50%);
position: absolute;
transition: all 0.5s ease-in-out;
line-height: inherit;
}
.bh-slider-cursor.arrow-right i:before {
content: '\f30b';
}
.bh-slider-cursor.hide {
opacity: 0 !important;
width: 10px;
height: 10px;
line-height: 10px;
font-size: 6px;
}
.bh-slider-block-wrap:hover .bh-slider-cursor {
opacity: 1;
width: 100px;
height: 100px;
line-height: 100px;
font-size: 32px;
}
.bh-slider-block .owl-item {
min-height: 1px;
float: left;
-webkit-backface-visibility: hidden;
-webkit-touch-callout: none;
}
.bh-slide-img {
width: 73%;
overflow: hidden;
position: relative;
}
.bh-slide-img img {
transition: all 0.7s ease-out 0.2s;
transform: translateX(-10%) scale(1.03);
}
.bh-slide-img:last-child {
width: 100%;
}
.bh-slide-content {
background-color: #001d2e;
padding: 10px;
margin: 80px 0 0 -74px;
width: 33.33333%;
position: relative;
left: -50px;
transition: transform 0.7s ease-out 0.4s;
}
.style2 .bh-slide-content {
background-color: #fff;
padding: 0px;
margin: 90px 0 0 -120px;
}
.active .bh-slider-item .bh-slide-img img,
.active .bh-slider-item .bh-slide-content {
transform: translateX(0) scale(1);
opacity: 1;
left: 0;
transition: none;
}
.bh-slide-content-wrap {
padding: 85px 64px;
color: #fff;
border: 1px solid rgba(255, 255, 255, 0.1);
min-height: 100%;
display: flex;
flex-direction: column;
justify-content: center;
}
.style2 .bh-slide-content-wrap {
padding: 90px 100px;
border: 0;
}
.bh-slide-title {
color: #fff;
}
.style2 .bh-slide-title {
color: #012438;
}
.bh-slide-title:not(:last-child) {
margin-bottom: 37px;
}
.bh-slide-description {
color: #b6c6d8;
font-size: 18px;
}
.style2 .bh-slide-description {
color: #7d8184;
}
.bh-slide-description:not(:last-child) {
margin-bottom: 70px;
}
.style2 .bh-slide-description:not(:last-child) {
margin-bottom: 32px;
}
.bh-slide-description ul,
.bh-bullet-list ul {
list-style: none;
margin: 0;
padding: 0;
display: inline-block;
}
.bh-slide-description ul li,
.bh-bullet-list ul li {
position: relative;
padding-left: 30px;
}
.bh-slide-description ul li + li {
margin-top: 32px;
}
.bh-bullet-list ul li + li {
margin-top: 24px;
}
.bh-slide-description ul li:before {
content: '';
width: 4px;
height: 4px;
display: inline-block;
background-color: #fff;
border-radius: 50%;
position: absolute;
top: calc(50% - 2px);
left: 0;
}
.bh-bullet-list ul li:before {
content: '';
width: 0px;
height: 0px;
display: inline-block;
border: 2px solid;
border-radius: 50%;
position: absolute;
top: 17px;
left: 0;
}
.bh-accordion .elementor-accordion-item + .elementor-accordion-item {
margin-top: 20px;
}
.style2 .bh-slide-description ul li:before {
background-color: #7d8184;
}
.bh-slide-button {
position: relative;
z-index: 9;
}
.bh-slide-button .button {
background-color: transparent;
color: #fff;
border: 1px solid;
}
.bh-slide-button .button:hover {
background-color: #fff;
color: #002349;
}
.style2 .bh-slide-button .button {
background-color: transparent;
color: #002349;
border: 1px solid;
}
.style2 .bh-slide-button .button:hover {
background-color: #002349;
color: #fff;
}
.bh-slide-title-separator {
display: block;
width: 70px;
height: 1px;
border-top: 1px solid #012438;
margin-bottom: 37px;
}
.bh-slide-counter {
color: #012438;
font-size: 20px;
line-height: 46px;
font-weight: 400;
overflow: hidden;
margin-bottom: 0;
}
.bh-slide-counter .bh-current-slide {
font-size: 30px;
display: inline-block;
padding-right: 10px;
transform: translateY(-100%);
}
.active .bh-slide-counter .bh-current-slide {
transform: translateY(0);
transition: transform 0.4s ease-out 0.5s;
} .bh-video-block {
position: relative;
overflow: hidden;
width: 100%;
height: 0;
padding-bottom: 59.65%;
margin: 0 auto;
}
.bh-video-preview {
position: absolute;
top: 0;
left: 0;
right: 0;
bottom: 0;
z-index: 2;
}
.bh-video-preview.hide {
opacity: 0;
z-index: 0;
}
.bh-video-block .bh-placeholder-img {
position: absolute;
top: 50%;
left: 0;
width: 100%;
transform: translateY(-50%);
height: 100%;
object-fit: cover;
}
.bh-video-preview .bh-cursor {
transition: opacity 0.4s ease-in-out;
opacity: 0;
}
.bh-video-preview:hover .bh-cursor {
opacity: 1;
width: 100px;
height: 100px;
}
.bh-video-preview:hover .bh-cursor .bh-play-button {
transform: scale(1);
}
.bh-video-block .bh-video-overlay {
position: absolute;
top: 0;
left: 0;
bottom: 0;
right: 0;
background-color: rgba(0, 0, 0, 0.15);
display: flex;
align-items: center;
justify-content: center;
z-index: 1;
}
.bh-video-description-wrap {
color: #fff;
text-align: center;
max-width: 428px;
}
.bh-video-description-stars {
margin-bottom: 24px;
}
.bh-video-description {
font-size: 32px;
line-height: 1.56em;
margin-bottom: 35px;
color: inherit;
}
.bh-video-description-cite {
font-size: 13px;
line-height: 16px;
font-weight: 400;
text-transform: uppercase;
letter-spacing: 0.15em;
}
.bh-video-block .bh-video-button {
left: 0%;
top: 0%;
margin-left: -50px;
margin-top: -50px;
width: 10px;
height: 10px;
background-color: #fff;
line-height: 100%;
font-size: 32px;
color: #000;
z-index: 2;
text-align: center;
border-radius: 50%;
transition: opacity 0.5s ease-out, width 0.5s ease-out, height 0.5s ease-out;
}
.bh-play-button {
width: 0;
height: 0;
border-style: solid;
border-width: 10px 0 10px 20px;
border-color: transparent transparent transparent #000;
display: inline-block;
position: absolute;
top: 50%;
left: 50%;
margin: -10px 0 0 -8px;
transform: scale(0.3);
transition: transform 0.5s ease-out;
}
#bh-video-html5 {
position: absolute;
left: 0;
top: 0;
width: 100%;
height: 100%;
}
#bh-video-html5 video {
width: 100%;
height: 100%;
}
.bh-video-block iframe {
position: absolute;
top: 0;
left: 0;
height: 100%;
width: 100%;
border: 0;
}
.bh-video-block {
clip-path: inset(0px 0%);
}
.bh-video-button.loading .bh-play-button {
border: 2px solid #000;
border-radius: 50%;
width: 94px;
height: 94px;
margin: -47px 0 0 -47px;
border-right-color: transparent;
animation: rotate 1s linear infinite;
} .bh-offers-block-wrap {
position: relative;
display: flex;
flex-wrap: wrap;
}
.bh-offer-block--link {
width: 50%;
padding: 0 0 0 120px;
margin-left: auto;
overflow: hidden;
}
.bh-offer-block--simple {
display: flex;
width: 100%;
}
.bh-offer-block--simple .bh-offer-img span {
display: inline-block;
}
.bh-offer-block--simple > div {
width: 50%;
}
.bh-offer-block--simple .bh-offer-content {
padding: 0 0 0 120px;
}
.bh-offer-block--simple .bh-offer-title {
margin-bottom: 36px;
}
.bh-offer-button {
display: flex;
align-items: center;
justify-content: space-between;
}
.bh-offer-button .bh-offer-details,
.bh-offer-block--link .bh-offer-details,
.bh-details .elementor-button-link {
position: relative;
font-size: 13px;
font-weight: 700;
letter-spacing: 0.15em;
display: inline-block;
color: #002349;
text-transform: uppercase;
display: flex;
align-items: center;
line-height: 32px;
}
.bh-offer-button .bh-offer-details:before,
.bh-offer-block--link .bh-offer-details:before,
.bh-details .elementor-button-link:before {
content: '\f061';
font-family: 'Line Awesome Free';
font-weight: 900;
font-size: 16px;
color: #002349;
border-radius: 50%;
border: 1px solid #002349;
text-indent: -32px;
width: 9px;
height: 9px;
line-height: 30px;
display: inline-block;
overflow: hidden;
margin-right: 12px;
text-align: center;
transition: width 0.3s ease-in 0.15s, height 0.3s ease-in 0.15s,
background-color 0.3s ease-in 0.15s, text-indent 0.3s ease-in,
color 0.3s ease-out;
}
.bh-offer-block--link .bh-offer-details {
background-image: linear-gradient(to right, #002349 0, #002349 100%);
background-repeat: no-repeat;
background-position: 22px bottom;
background-size: 0% 1px;
transition: all 0.3s ease-out 0.15s;
float: left;
}
.bh-offer-block--link .bh-offer-details:hover {
background-size: 100% 1px;
background-position: 44px bottom;
}
.bh-offer-details:hover:before,
.bh-details .elementor-button-link:hover:before {
width: 32px;
height: 32px;
line-height: 30px;
background-color: #002349;
color: #fff;
text-indent: 0;
transition: width 0.3s ease-out 0.1s, height 0.3s ease-out 0.1s,
background-color 0.4s ease-out, text-indent 0.3s ease-in 0.2s;
}
.bh-details-icon .elementor-button-content-wrapper {
align-items: center;
}
.bh-details-icon .elementor-button-icon {
width: 9px;
height: 9px;
border-radius: 50%;
border: 1px solid;
line-height: 30px;
text-indent: 35px;
overflow: hidden;
text-align: center;
transition: width 0.3s ease-in 0.15s, height 0.3s ease-in 0.15s,
background-color 0.3s ease-in 0.15s, text-indent 0.3s ease-in,
color 0.3s ease-out;
}
.bh-details-icon {
line-height: 1em;
}
.bh-details-icon .elementor-button-link {
line-height: 37px;
}
.bh-details-icon .elementor-button-link:hover .elementor-button-icon {
width: 32px;
height: 32px;
line-height: 30px;
background-color: #002349;
color: #fff;
text-indent: 0;
transition: width 0.3s ease-out 0.1s, height 0.3s ease-out 0.1s,
background-color 0.4s ease-out, text-indent 0.3s ease-in 0.2s;
}
.bh-offer-price {
font-size: 32px;
color: #002349;
margin: 0 0 0 15px;
}
.bh-offer-description {
font-size: 18px;
line-height: 1.88em;
color: #7d8184;
margin-bottom: 28px;
}
.bh-offer-block--simple .bh-offer-description {
margin-bottom: 40px;
}
.bh-offer-block--card {
position: relative;
width: 50%;
padding: 0 120px 0 0;
}
.bh-offer-block-wrap {
position: relative;
}
.bh-offer-block--card + .bh-offer-block--card {
padding: 0 0 0 120px;
}
.bh-offer-block--card .bh-offer-content {
position: absolute;
display: flex;
flex-direction: column;
justify-content: space-between;
z-index: 9;
height: 100%;
width: 100%;
left: 0;
top: 0;
bottom: 0;
padding: 40px 40px 35px 40px;
}
.bh-offer-block--card .bh-offer-content:before {
content: '';
position: absolute;
top: 0;
bottom: 0;
left: 0;
right: 0;
z-index: -1;
display: block;
opacity: 0;
transition: opacity 0.4s cubic-bezier(0.215, 0.61, 0.355, 1);
background: linear-gradient(
0deg,
rgba(4, 4, 4, 0.3) 0%,
rgba(4, 4, 4, 0) 20%,
rgba(4, 4, 4, 0) 67%,
rgba(4, 4, 4, 0.3) 100%
);
}
.bh-offer-block--card .bh-offer-content:hover:before {
opacity: 1;
}
.bh-offer-block--card .bh-offer-description {
color: #fff;
margin-top: auto;
opacity: 0;
transform: translateY(50px);
transition: all 0.4s ease-out;
font-size: 16px;
}
.bh-offer-block--card .bh-offer-content:hover .bh-offer-description {
opacity: 1;
transform: translateY(0);
}
.bh-offer-block--card .bh-offer-button .bh-offer-details,
.bh-offer-block--card .bh-offer-button .bh-offer-price,
.bh-offer-block--card .bh-offer-title {
color: #fff;
}
.bh-offer-block--card .bh-offer-button .bh-offer-details:before {
border-color: #fff;
}
.bh-offer-block--card .bh-offer-details:hover:before {
background-color: #fff;
color: #002349;
}
.bh-offer-block--card .bh-offer-content:hover .bh-offer-details:before {
width: 32px;
height: 32px;
line-height: 30px;
background-color: #fff;
color: #002349;
text-indent: 0;
transition: width 0.3s ease-out 0.1s, height 0.3s ease-out 0.1s,
background-color 0.4s ease-out, text-indent 0.3s ease-in 0.2s;
} .bh-card {
position: relative;
overflow: hidden;
}
.bh-card__link {
position: relative;
display: inline-block;
}
.bh-card__img {
position: relative;
transition: transform 0.7s cubic-bezier(0.39, 0.575, 0.565, 1);
}
.bh-card:hover .bh-card__img {
transform: scale(1.15);
}
.bh-card__overlay {
position: absolute;
top: 0;
right: 0;
left: 0;
bottom: 0;
z-index: 1;
background-color: rgba(12, 13, 13, 0.4);
}
.bh-card__title {
position: absolute;
width: 100%;
align-items: center;
text-align: center;
color: #fff;
font-size: 24px;
line-height: 1.875em;
z-index: 2;
top: 50%;
transform: translateY(-50%);
margin: 0;
padding: 35px 75px;
}
.bh-cookie-bar {
position: fixed;
bottom: 75px;
padding: 0 10px;
z-index: 90;
width: 100%;
}
.bh-cookie-bar__wrapper {
background-color: #fff;
padding: 40px 50px;
max-width: 1170px;
margin: 0 auto;
display: flex;
align-items: center;
box-shadow: 0px 4px 34px rgba(0, 0, 0, 0.13);
}
.button.bh-cookie-bar__button {
flex-shrink: 0;
background-color: #012438;
color: #fff;
line-height: 1 !important;
padding: 23px 41px;
margin-left: 60px;
}
.button.bh-cookie-bar__button:hover {
background-color: #1a395c;
}
.bh-cookie-bar__text {
color: #012438;
font-size: 16px;
line-height: 30px;
}
.bh-cookie-bar__close {
color: #012438;
margin-left: 33px;
} .bh-icon-block:hover .bh-icon-block__icon {
--iconcolor: #012438;
}
.bh-icon-block__icon {
display: inline-block;
--iconcolor: #012438;
--iconsize: auto;
color: var(--iconcolor);
position: relative;
padding: 35px 0 25px;
width: 100%;
}
.bh-icon-block__icon svg,
.bh-icon-block__icon path,
.bh-icon-block__icon g {
fill: var(--iconcolor) !important;
}
.bh-icon-block__icon i {
font-size: var(--iconsize);
transition: all 0.5s cubic-bezier(0.075, 0.82, 0.165, 1);
z-index: 1;
position: relative;
}
.bh-icon-block__icon svg {
width: var(--iconsize);
height: var(--iconsize);
transition: all 0.5s cubic-bezier(0.075, 0.82, 0.165, 1);
z-index: 1;
position: relative;
}
.bh-icon-block__icon:before {
content: '';
position: absolute;
top: 0;
left: 10%;
height: 0;
width: 55%;
padding-bottom: 55%;
border-radius: 50%;
background-color: transparent;
z-index: 0;
transition: all 0.5s cubic-bezier(0.075, 0.82, 0.165, 1);
}
.bh-icon-block:hover .bh-icon-block__icon i,
.bh-icon-block:hover .bh-icon-block__icon svg {
transform: translateY(-7px);
}
.bh-icon-block:hover .bh-icon-block__icon:before {
transform: translateY(-3px);
background-color: #f4f4f4;
}
.bh-icon-block__title {
font-family: inherit;
font-size: 13px;
font-weight: 500;
line-height: 1.4em;
text-transform: uppercase;
letter-spacing: 0.15em;
margin-bottom: 20px;
}
.bh-icon-block__title a {
color: inherit;
}
.bh-icon-block__title:last-child {
margin-bottom: 0;
} #sidebar .widget {
margin-bottom: 50px;
}
.widget-title {
font-size: 20px;
line-height: 1.5em;
margin-bottom: 17px;
}
.widget_categories ul,
.widget_archive ul {
margin: 0;
padding: 0;
}
.widget strong {
font-weight: 700;
}
#sidebar .widget ul {
list-style: disc inside;
margin-left: 0;
padding-left: 0;
}
.widget_categories > ul,
.widget_archive > ul {
list-style: none;
}
.widget_categories > ul > li:first-child,
.widget_archive > ul > li:first-child {
border-top: 0;
}
.widget_categories ul li,
.widget_archive ul li {
text-align: right;
overflow: hidden;
padding: 10px 0 9px;
display: block;
border-top: 1px solid #dddede;
font-size: 13px;
color: #b8b6bb;
}
.widget_categories ul li a,
.widget_archive ul li a {
float: left;
display: block;
color: #1c1d1f;
font-weight: 400;
}
.widget_categories ul li:after,
.widget_archive ul li:after {
content: '';
zoom: 1;
clear: both;
}
.widget_categories ul.children {
padding-top: 10px;
}
.widget_categories ul.children li {
padding-left: 10px;
}
.widget_categories ul.children li:last-child {
padding-bottom: 0;
}
.widget_archive select,
.widget_categories select {
border: 1px solid #dddede;
position: relative;
line-height: 1.1em;
}
.wp-calendar-table {
width: 100%;
}
.wp-calendar-table caption,
.wp-calendar-table + .wp-calendar-nav a {
font-size: 16px;
font-weight: 600;
color: #012438;
}
.wp-calendar-table + .wp-calendar-nav span,
.wp-calendar-table + .wp-calendar-nav a {
font-size: 11px;
}
.wp-calendar-table thead {
height: 56px;
}
.wp-calendar-table thead th {
font-size: 12px;
color: #677c88;
font-weight: 500;
text-align: center;
}
.wp-calendar-table tbody td {
text-align: center;
color: #012438;
font-size: 13px;
font-weight: 500;
}
.widget #calendar_wrap {
position: relative;
}
.widget #calendar_wrap .wp-calendar-nav {
position: absolute;
width: 100%;
top: 0;
left: 0;
display: flex;
justify-content: space-between;
padding-left: 5px;
padding-right: 5px;
}
.widget_search form input[type='text'],
.widget_search form input[type='search'],
.wp-block-search input[type='search'] {
border: 1px solid #dddede;
padding-right: 30px;
}
.widget_search form > div {
position: relative;
}
.widget_search form > div:after {
content: '\f002';
font-size: 16px;
height: 20px;
line-height: 20px;
position: absolute;
font-family: 'Line Awesome Free';
font-weight: 900;
top: calc(50% - 10px);
right: 10px;
}
.widget_search form > div input[type='submit'] {
display: none !important;
}
.widget_nav_menu .menu,
.elementor-widget-wp-widget-nav_menu .menu,
#footer .menu {
position: relative;
display: block;
overflow: hidden;
padding: 0;
}
.widget_nav_menu ul.menu li,
.elementor-widget-wp-widget-nav_menu ul.menu li,
#footer .menu li {
position: static;
}
.widget_nav_menu ul.menu li {
padding: 9px 0 10px 0;
float: none;
margin: 0;
border-top: 1px solid #dddede;
display: block;
}
.elementor-widget-wp-widget-nav_menu ul.menu li,
#footer .menu li {
padding: 0px 0 0px 0;
float: none;
margin: 0;
display: block;
}
.elementor-widget-wp-widget-nav_menu ul.menu li + li,
#footer .menu li + li,
#footer .menu .sub-menu > li {
padding: 10px 0 0px 0;
}
.widget_nav_menu ul.menu li a {
font-size: 13px;
font-weight: 500;
}
.elementor-widget-wp-widget-nav_menu ul.menu li a,
#footer .menu li a {
color: inherit;
font-family: inherit;
font-size: inherit;
padding-bottom: 0;
text-transform: none !important;
}
#footer .menu > li > a:after,
.elementor-widget-wp-widget-nav_menu .menu > li > a:after {
display: none !important;
}
.widget_nav_menu .menu > li > a:hover:after,
.elementor-widget-wp-widget-nav_menu ul.menu > li > a:hover:after,
#footer .menu > li > a:hover:after {
display: none !important;
}
.widget_nav_menu ul li:first-child {
border-top: none;
padding-top: 0;
}
.widget_nav_menu ul.menu li.menu-item-has-children:after {
content: '\f105';
font-family: 'Line Awesome Free';
font-size: 13px;
display: block;
width: 15px;
text-align: right;
float: right;
color: #adaaaa;
cursor: pointer;
font-weight: 900;
}
#footer ul.menu li.menu-item-has-children:after {
float: none !important;
display: inline-block !important;
}
.widget_nav_menu > div::-webkit-scrollbar {
width: 6px;
}
.widget_nav_menu > div {
padding-right: 10px;
}
.widget_nav_menu > div::-webkit-scrollbar-track {
-webkit-box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
-webkit-border-radius: 8px;
border-radius: 8px;
}
.widget_nav_menu > div::-webkit-scrollbar-thumb {
-webkit-border-radius: 8px;
border-radius: 8px;
background: rgba(200, 200, 200, 0.8);
-webkit-box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.5);
box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.5);
}
.widget_nav_menu > div::-webkit-scrollbar-thumb:window-inactive {
background: rgba(200, 200, 200, 0.4);
}
.widget_nav_menu .menu li a {
text-transform: none;
font-family: inherit;
font-weight: normal;
letter-spacing: normal;
}
.widget_nav_menu .menu .back-to-menu {
color: #bbbbbb;
font-size: 13px;
text-transform: none;
font-family: inherit;
cursor: pointer;
}
.widget_nav_menu .menu .back-to-menu:before {
content: '\f060';
font-family: 'Line Awesome Free';
font-size: 13px;
padding-right: 10px;
font-weight: 900;
}
.widget_nav_menu .menu li.current-menu-item > a,
.widget_nav_menu .menu li a:hover,
.elementor-widget-wp-widget-nav_menu ul.menu li.current-menu-item > a,
#footer ul.menu li.current-menu-item > a,
.elementor-widget-wp-widget-nav_menu ul.menu li a:hover,
#footer ul.menu li a:hover {
color: #1c1d1f;
}
.widget_nav_menu .menu .sub-menu {
text-align: left;
margin-left: 0;
list-style: none;
}
.widget_nav_menu .menu .sub-menu {
position: absolute;
top: 0;
left: 0;
width: 100%;
display: none;
z-index: 99;
background: #fff;
margin: 0;
-webkit-transform: translate3d(-100%, 0, 0);
-moz-transform: translate3d(-100%, 0, 0);
transform: translate3d(-100%, 0, 0);
-webkit-transition: all 0.5s;
-moz-transition: all 0.5s;
transition: all 0.5s;
opacity: 1;
visibility: visible;
}
#footer ul.menu .sub-menu {
background-color: transparent;
box-shadow: none;
position: static;
top: initial;
left: initial;
padding: 0;
opacity: 1;
visibility: visible;
height: auto;
max-height: unset;
float: none;
width: 100%;
max-width: 100%;
}
#footer ul.menu li {
max-height: unset;
height: auto;
}
#footer ul.menu .sub-menu .back-to-menu {
display: none !important;
}
#footer ul.menu,
#footer ul.menu ul {
padding-left: 0;
}
.widget_nav_menu .menu .sub-menu.sub-menu-show {
display: block;
-webkit-transform: translate3d(0, 0, 0);
-moz-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
opacity: 1;
visibility: visible;
}
.widget_nav_menu .menu .sub-menu li,
.elementor-widget-wp-widget-nav_menu ul.menu .sub-menu li,
#footer ul.menu .sub-menu li {
margin-left: 0px;
}
.bh-rooms-block {
row-gap: 150px;
}
.classic .bh-room {
display: flex;
align-items: center;
}
.bh-room .bh-room-img {
position: relative;
overflow: hidden;
margin: 0;
}
.bh-room .bh-room-img a {
display: block;
position: relative;
padding-bottom: 90%;
-webkit-backface-visibility: hidden;
backface-visibility: hidden;
overflow: hidden;
}
.bh-room .bh-room-img a img {
position: absolute;
top: 50%;
left: 50%;
transform: translate(-50%, -50%);
height: 100%;
width: auto;
display: block;
max-width: unset;
max-height: unset;
min-width: 100%;
object-fit: cover;
}
.bh-room .bh-room-img a img.bh-parallax {
height: calc(100% * 1.15);
transform: none;
top: auto;
left: 0%;
bottom: 0;
}
.classic .bh-room .bh-room-img {
width: 50%;
flex-shrink: 0;
overflow: visible;
}
.classic .bh-room .bh-room-content {
padding: 0px 0 0px 100px;
}
.classic.classic_odd_even div.span12:nth-child(2n) .bh-room .bh-room-content {
padding: 0px 100px 0px 0px;
}
.classic.classic_odd_even div.span12:nth-child(2n) .bh-room .bh-room-img:after {
left: 30px;
}
.classic.classic_odd_even div.span12:nth-child(2n) .bh-room {
flex-direction: row-reverse;
}
.bh-room .bh-room-number {
display: flex;
align-items: center;
position: relative;
overflow: hidden;
font-size: 13px;
line-height: 1em;
margin-bottom: 41px;
font-weight: 400;
letter-spacing: 1.5px;
}
.bh-room .bh-room-number span {
padding-right: 20px;
display: inline-block;
}
.bh-rooms-block.classic .bh-room-number span {
display: none !important;
}
.bh-room .bh-room-number:after {
content: '';
display: block;
height: 0px;
width: 70px;
border-top: 1px solid;
}
.bh-room .bh-room-price-description {
font-size: 18px;
font-weight: 400;
line-height: 1.3em;
margin-bottom: 27px;
}
.bh-room .bh-room-title {
color: #012438;
font-size: 60px;
line-height: 1.33em;
margin-bottom: 40px;
font-weight: 400;
text-transform: capitalize;
}
.bh-room .bh-room-title a {
color: inherit;
}
.textcenter .bh-room-title {
margin: 0 auto;
}
.textright .bh-room-title {
margin: 0 0 0 auto;
}
.bh-room .bh-room-description {
font-size: 18px;
line-height: 1.78em;
color: #7d8184;
margin-bottom: 47px;
}
.bh-room .bh-room-button {
font-size: 14px;
font-weight: 700;
line-height: 3em;
letter-spacing: 0.15em;
padding: 21px 40px 21px;
display: inline-block;
color: #fff;
background-color: #012438;
width: 100%;
text-align: center;
text-transform: uppercase;
letter-spacing: 2px;
}
.bh-room .bh-room-button > span:last-child {
margin-left: 15px;
display: inline-block;
position: relative;
}
.bh-room .bh-room-button span:last-child svg {
width: 20px;
fill: #fff;
transition: all 0.3s ease-out;
}
.bh-room .bh-room-button:hover span:last-child svg {
width: 26px;
}
.bh-room-meta {
display: flex;
font-size: 13px;
line-height: 1em;
font-weight: 500;
text-transform: uppercase;
margin-bottom: 78px;
color: #012438;
letter-spacing: 1.4px;
flex-wrap: wrap;
row-gap: 30px;
column-gap: 54px;
}
.bh-rooms-block.cards .bh-room-meta {
column-gap: 0;
}
.elementor-widget-container > .bh-room-meta {
margin-bottom: 0;
}
.textcenter .bh-room-meta,
.textcenter .bh-room-number {
justify-content: center;
}
.textright .bh-room-meta,
.textright .bh-room-number {
justify-content: flex-end;
}
.bh-room-meta > div {
display: flex;
align-items: center;
}
.bh-room-meta i[class*='icon-'] {
display: block;
width: 46px;
height: 46px;
margin-right: 24px;
background-position: center;
background-size: 100%;
background-repeat: no-repeat;
background-color: #012438;
-webkit-mask-size: cover;
mask-size: cover;
}
.bh-room-meta i.icon-guest {
-webkit-mask-image: url(//auroraorkney.co.uk/wp-content/themes/brooklyn-heights/images/guest.svg);
mask-image: url(//auroraorkney.co.uk/wp-content/themes/brooklyn-heights/images/guest.svg);
}
.bh-room-meta i.icon-mountain {
-webkit-mask-image: url(//auroraorkney.co.uk/wp-content/themes/brooklyn-heights/images/mountain.svg);
mask-image: url(//auroraorkney.co.uk/wp-content/themes/brooklyn-heights/images/mountain.svg);
}
.bh-room-meta i.icon-ocean {
-webkit-mask-image: url(//auroraorkney.co.uk/wp-content/themes/brooklyn-heights/images/ocean.svg);
mask-image: url(//auroraorkney.co.uk/wp-content/themes/brooklyn-heights/images/ocean.svg);
}
.bh-room-meta i.icon-forest {
-webkit-mask-image: url(//auroraorkney.co.uk/wp-content/themes/brooklyn-heights/images/forest.svg);
mask-image: url(//auroraorkney.co.uk/wp-content/themes/brooklyn-heights/images/forest.svg);
}
.bh-room-meta i.icon-garden {
-webkit-mask-image: url(//auroraorkney.co.uk/wp-content/themes/brooklyn-heights/images/garden.svg);
mask-image: url(//auroraorkney.co.uk/wp-content/themes/brooklyn-heights/images/garden.svg);
}
.bh-room-meta i.icon-lake {
-webkit-mask-image: url(//auroraorkney.co.uk/wp-content/themes/brooklyn-heights/images/lake.svg);
mask-image: url(//auroraorkney.co.uk/wp-content/themes/brooklyn-heights/images/lake.svg);
}
.bh-room-meta i.icon-city {
-webkit-mask-image: url(//auroraorkney.co.uk/wp-content/themes/brooklyn-heights/images/city.svg);
mask-image: url(//auroraorkney.co.uk/wp-content/themes/brooklyn-heights/images/city.svg);
}
.bh-room-meta i.icon-bed {
-webkit-mask-image: url(//auroraorkney.co.uk/wp-content/themes/brooklyn-heights/images/beds.svg);
mask-image: url(//auroraorkney.co.uk/wp-content/themes/brooklyn-heights/images/beds.svg);
}
.bh-room-meta i.icon-bath {
-webkit-mask-image: url(//auroraorkney.co.uk/wp-content/themes/brooklyn-heights/images/bath.svg);
mask-image: url(//auroraorkney.co.uk/wp-content/themes/brooklyn-heights/images/bath.svg);
}
.bh-room-meta i.icon-bedroom {
-webkit-mask-image: url(//auroraorkney.co.uk/wp-content/themes/brooklyn-heights/images/bedrooms.svg);
mask-image: url(//auroraorkney.co.uk/wp-content/themes/brooklyn-heights/images/bedrooms.svg);
}
.bh-room-meta i.icon-square {
-webkit-mask-image: url(//auroraorkney.co.uk/wp-content/themes/brooklyn-heights/images/square.svg);
mask-image: url(//auroraorkney.co.uk/wp-content/themes/brooklyn-heights/images/square.svg);
} .cards .bh-room {
position: relative;
padding-left: 65px;
}
.woocommerce-MyAccount-content .cards .bh-room {
padding-left: 15px;
}
.cards .bh-room .bh-room-number {
font-size: 30px;
line-height: 1.1em;
font-family: 'Prata';
color: #ced0d1;
position: absolute;
left: 0;
top: 0;
}
.cards .bh-room .bh-room-number:after {
display: none;
}
.cards .bh-room .bh-room-title {
font-size: 30px;
margin-bottom: 30px;
text-transform: none;
}
.cards .bh-room .bh-room-content {
padding: 45px 0 0 0;
}
.cards .bh-room .bh-room-description {
font-size: 16px;
line-height: 2em;
padding-bottom: 25px;
margin-bottom: 28px;
border-bottom: 1px solid #e9e9e9;
}
.cards .bh-room .bh-room-meta i[class*='icon-'] {
width: 0;
height: 0;
margin-right: 0;
flex-shrink: 0;
}
.cards .bh-room .bh-room-meta {
color: #111212;
font-weight: 400;
margin-bottom: 40px;
}
.cards .bh-room .bh-room-meta > div + div {
margin-left: 8px;
padding-left: 9px;
position: relative;
}
.cards .bh-room .bh-room-meta > div + div:before {
content: '';
position: absolute;
display: block;
width: 2px;
height: 0;
border-top: 1px solid;
left: 0;
top: 50%;
}
.cards .bh-room .bh-room-button {
font-size: 18px;
}
.cards .bh-room .bh-room-price {
color: #da8155;
}
.cards .bh-hide-number {
padding-left: 0;
}
.cards .bh-hide-number .bh-room-number {
display: none !important;
} .grid .bh-room-img {
margin-bottom: 12px;
}
.grid .bh-room .bh-room-title {
font-size: 16px;
line-height: 1.875em;
font-weight: 600;
width: 100% !important;
margin-bottom: 0;
}
.grid .bh-room .bh-title-price-wrap {
width: 100%;
justify-content: space-between;
flex-wrap: nowrap;
column-gap: 15px;
row-gap: 12px;
margin-bottom: 10px;
}
.grid .bh-room .bh-title-price-wrap .bh-room-price {
flex-shrink: 0;
font-size: 16px;
line-height: 1.875em;
font-weight: 400;
}
.grid .bh-room .bh-title-price-wrap .bh-room-city {
line-height: 1em;
}
.bh-room-rating {
display: flex;
align-items: center;
flex-wrap: nowrap;
column-gap: 3px;
}
#bh-room-reservation .bh-room-rating {
display: block;
}
.grid .single-room-meta {
flex-wrap: wrap;
} .portfolio .bh-room-content {
position: absolute;
display: flex;
align-items: center;
flex-direction: column;
justify-content: center;
height: 100%;
text-align: center;
width: 100%;
padding: 20px;
top: 0;
left: 0;
background-color: rgba(0, 25, 52, 0.25);
transition: background-color 0.4s ease-in-out 0.15s;
}
.portfolio .bh-room {
position: relative;
}
.portfolio .bh-room .bh-room-title {
color: #fff;
font-size: 35px;
width: 100%;
margin-bottom: 0;
transform: translateY(0px);
opacity: 1;
transition: none;
}
.portfolio .bh-room:hover .bh-room-title {
transform: translateY(-50px);
opacity: 0;
transition: opacity 0.4s ease-out, transform 0.4s ease-out,
height 0.4s ease-out;
height: 0;
}
.portfolio .bh-room .bh-room-button {
width: auto;
border: 1px solid #da8155;
font-size: 13px;
font-family: 'Plus Jakarta Sans';
font-weight: 700;
text-transform: uppercase;
letter-spacing: 1.5px;
color: #001934;
background-color: #fff;
height: 0;
opacity: 0;
line-height: 2.8em;
transform: translateY(50px);
}
.portfolio .bh-room .bh-room-button:hover {
color: #fff;
background-color: #001934;
border-color: transparent;
transition: background-color 0.3s ease-out !important;
}
.portfolio .bh-room:hover .bh-room-content {
background-color: #fff;
}
.portfolio .bh-room:hover .bh-room-button {
display: block;
opacity: 1;
height: auto;
transform: translateY(0);
transition: opacity 0.5s ease-in-out 0.2s, transform 0.4s ease-out 0.2s;
} .list .bh-room {
position: relative;
}
.list .bh-room .bh-room-content {
display: flex;
align-items: flex-end;
flex-wrap: wrap;
row-gap: 30px;
position: absolute;
width: 100%;
bottom: 0;
background: rgb(25, 26, 27);
padding: 0px 70px 60px;
background: linear-gradient(
0deg,
rgba(25, 26, 27, 0.35) 0%,
rgba(25, 26, 27, 0.15) 18%,
rgba(118, 122, 124, 0) 100%
);
}
.list .bh-room.textcenter .bh-room-content {
flex-direction: column;
justify-content: center;
align-items: center;
}
.list .bh-room.textright .bh-room-content {
flex-direction: row-reverse;
}
.list .bh-room .bh-room-content .bh-room-title {
width: 80%;
margin-bottom: 0;
font-size: 45px;
color: #fff;
line-height: 1.15em;
text-transform: none;
}
.list .bh-room .bh-room-content .bh-room-title .bh-room-subtitle {
font-family: 'Plus Jakarta Sans';
font-size: 20px;
line-height: 1.75em;
font-weight: 300;
display: block;
}
.list .bh-room .bh-room-content .bh-room-button {
width: 20%;
font-size: 13px;
font-family: 'Plus Jakarta Sans';
font-weight: 700;
text-transform: uppercase;
letter-spacing: 1.5px;
background-color: transparent;
border: 1px solid;
line-height: 2.8em;
flex-shrink: 0;
margin-left: auto;
}
.list .bh-room .bh-room-content .bh-room-button:hover {
border-color: transparent;
background-color: #da8155;
} .half_overlay .bh-room {
display: flex;
flex-direction: row-reverse;
}
.half_overlay .span12:nth-child(2n) .bh-room {
flex-direction: row;
}
.half_overlay .bh-room .bh-room-content {
width: 42%;
margin-right: -15%;
z-index: 2;
position: relative;
flex-shrink: 0;
}
.half_overlay .span12:nth-child(2n) .bh-room .bh-room-content {
margin-right: 0;
margin-left: -15%;
}
.half_overlay .bh-room .bh-room-img {
width: 73%;
flex-shrink: 0;
padding-top: 90px;
position: relative;
z-index: 1;
mask-image: linear-gradient(
to right,
rgba(0, 25, 52, 0) 0%,
rgba(0, 25, 52, 1) 100%
);
-webkit-mask-image: linear-gradient(
to right,
rgba(0, 25, 52, 0) 0%,
rgba(0, 25, 52, 1) 100%
);
}
.half_overlay .span12:nth-child(2n) .bh-room .bh-room-img {
mask-image: linear-gradient(
to left,
rgba(0, 25, 52, 0) 0%,
rgba(0, 25, 52, 1) 100%
);
-webkit-mask-image: linear-gradient(
to left,
rgba(0, 25, 52, 0) 0%,
rgba(0, 25, 52, 1) 100%
);
}
.half_overlay .bh-room .bh-room-title {
width: 70%;
}
@keyframes slidingLoop {
0% {
transform: translateX(0);
}
100% {
transform: translateX(calc(-50%));
}
}
@keyframes slidingLoopPause {
0% {
transform: translateX(0);
}
100% {
transform: translateX(100%);
}
}
.bh-slide-gallery-section {
position: relative;
overflow-x: hidden;
}
.bh-sliding-button-stop {
display: inline-block;
width: 34px;
height: 34px;
text-align: center;
color: #222222;
border: 1px solid;
position: absolute;
top: 0;
right: calc(50% - 17px);
padding-left: 2px;
font-size: 34px;
line-height: 0.7em;
z-index: 9;
margin-left: 0;
}
.bh-sliding-button-stop i {
font-size: 0.53em;
line-height: 1em;
position: absolute;
left: 50%;
top: 50%;
transform: translate(-50%, -50%);
}
.bh-sliding-button-stop.alignright {
margin-right: -568px;
}
.bh-sliding-button-stop.alignleft {
margin-right: 568px;
}
.bh-slide-gallery-wrap-reverse {
width: 100%;
animation: slidingLoop 15s linear infinite reverse;
animation-play-state: paused;
}
.bh-slide-gallery-wrap-reverse:hover {
animation-play-state: running;
}
.bh-pause-animation .bh-slide-gallery-wrap-reverse,
.bh-pause-animation .bh-slide-gallery-wrap {
animation-play-state: paused !important;
}
.bh-slide-gallery-wrap {
display: flex;
flex-wrap: nowrap;
width: min-content;
margin-top: 80px;
animation: slidingLoop 25s linear infinite;
animation-play-state: paused;
}
.bh-start-animation .bh-slide-gallery-wrap {
animation-play-state: running;
}
.bh-slide-gallery-item {
max-width: 470px;
min-width: 470px;
padding-right: 24px;
}
.bh-slide-gallery-item .bh-gallery-img a {
display: block;
height: 0;
padding-bottom: 65.53%;
position: relative;
overflow: hidden;
-webkit-backface-visibility: hidden;
backface-visibility: hidden;
}
.bh-slide-gallery-item .bh-gallery-img img {
width: 100%;
height: 100%;
position: absolute;
top: 0;
left: 0;
object-fit: cover;
z-index: 1;
transition: all 1s ease-in-out;
}
.bh-slide-gallery-title {
font-size: 22px;
line-height: 1.27em;
letter-spacing: 0.03em;
margin-bottom: 0;
color: #fff;
display: inline-block;
width: 100%;
}
.bh-slide-gallery-title a {
display: block;
padding: 50px;
text-align: center;
color: inherit;
background-color: #da8155;
width: 100%;
transition: all 0.5s ease-in-out;
}
.bh-slide-gallery-title a:hover {
color: inherit;
}
.bh-slide-gallery-item:hover a img {
transform: scale(1.1);
} .error404 {
background-color: #031930;
}
#error-404 {
min-height: calc(77vh);
display: flex;
align-items: center;
color: #fff;
position: relative;
overflow: hidden;
}
#error-404 .entry {
max-width: 350px;
padding-top: 80px;
padding-bottom: 80px;
}
.error-title {
font-size: 137px;
line-height: 1.4em;
font-family: 'Prata';
font-weight: 400;
margin-bottom: 29px;
margin-left: -6px;
color: #fff;
}
.error-subtitle {
font-size: 27px;
line-height: 1.65em;
font-family: 'Prata';
font-weight: 400;
margin-bottom: 48px;
}
.error-button {
background-color: transparent;
font-family: 'Plus Jakarta Sans';
color: #012438;
font-size: 13px;
text-transform: uppercase;
line-height: 3em;
font-weight: 700;
letter-spacing: 1.5px;
display: inline-block;
padding: 13px 35px;
border: 1px solid;
cursor: pointer;
text-decoration: none;
vertical-align: middle;
overflow: hidden;
-webkit-transition-property: all;
transition-property: all;
-webkit-transition-duration: 0.2s;
transition-duration: 0.2s;
-webkit-appearance: none;
text-align: center;
color: #da8155;
}
.button.error-button:hover {
background-color: #fff;
color: #001d2e;
}
.title_bg {
position: absolute;
bottom: -45px;
right: 0;
font-size: 200px;
line-height: 1em;
font-family: 'Prata';
font-weight: 400;
color: rgba(255, 255, 255, 0.15);
letter-spacing: 30px;
} .single-bh-room .bh-room-img {
margin-bottom: 50px;
}
.single-bh-room .bh-room-img .bh-button-images {
position: absolute;
padding: 13px 16px;
font-size: 11px;
font-weight: 600;
line-height: 1.2em;
letter-spacing: 0.15em;
background-color: #fff;
bottom: 25px;
right: 26px;
z-index: 2;
color: #012438;
text-transform: uppercase;
}
.single-bh-room.bh-room-layout-dark {
background-color: #001934;
}
.single-bh-room.bh-room-layout-dark .bh-room-img {
min-height: 100vh;
}
.single-bh-room.bh-room-layout-dark .bh-room-img img {
width: 100%;
height: 100%;
position: absolute;
top: 0;
left: 0;
object-fit: cover;
z-index: 1;
}
.single-bh-room.bh-room-layout-dark .bh-room-img .img-overlay {
position: absolute;
top: 0;
bottom: 0;
left: 0;
right: 0;
z-index: 2;
background: rgb(0, 25, 52);
background: linear-gradient(
0deg,
rgba(0, 25, 52, 1) 0%,
rgba(0, 25, 52, 0.8463760504201681) 11%,
rgba(0, 25, 52, 0.25) 25%,
rgba(0, 25, 52, 0) 50%,
rgba(0, 25, 52, 0.25) 75%,
rgba(0, 25, 52, 0.85) 89%,
rgba(0, 25, 52, 0.85) 100%
);
}
.single-bh-room .title {
margin-bottom: 8px;
}
.single-bh-room.bh-room-layout-dark .bh-room-img .title {
position: absolute;
z-index: 9;
padding: 0 9% 50px;
left: 0;
bottom: 0;
color: #fff;
}
.single-bh-room .title h1 {
font-size: 36px;
line-height: 1.25em;
color: #012438;
margin-bottom: 0;
}
.single-bh-room.bh-room-layout-dark .bh-room-img .title h1 {
font-size: 65px;
line-height: 1.23em;
font-family: 'Prata';
font-weight: 400;
text-transform: capitalize;
margin-bottom: 19px;
color: inherit;
}
.single-bh-room .bh-room-img .title .subtitle {
font-size: 20px;
font-family: 'Plus Jakarta Sans';
font-weight: 300;
}
.single-bh-room .bh-content {
width: 65%;
max-width: 750px;
padding-right: 70px;
}
.single-bh-room .bh-reservation {
width: 36%;
max-width: 420px;
}
.single-bh-room.bh-room-layout-light #site-content {
padding-top: 180px;
}
.single-bh-room.bh-room-layout-light .title {
color: #012438;
}
.single-bh-room.bh-room-layout-light .title .bh-room-number {
margin-bottom: 48px;
}
.single-bh-room.bh-room-layout-light .title h1 {
font-size: 60px;
line-height: 1.33em;
font-family: 'Prata';
font-weight: 400;
text-transform: capitalize;
margin-bottom: 54px;
}
.bh-room > .container {
max-width: 1170px;
}
.elementor-widget-container > .bh-room-img {
position: relative;
width: 100%;
height: 0;
padding-bottom: 76%;
}
.elementor-widget-container .bh-room-img img {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
object-fit: cover;
} form label {
font-size: 14px;
font-family: inherit;
color: #55585a;
}
input[type='text'],
input[type='date'],
input[type='password'],
input[type='email'],
input[type='url'],
input[type='tel'],
input[type='number'],
input[type='search'],
textarea,
select {
background-color: #fff;
border: 1px solid #e1e3e5;
border-top: 0;
border-left: 0;
border-right: 0;
padding: 20px 19px 20px;
outline: none;
font-size: 14px;
line-height: 14px;
font-family: inherit;
color: #55585a;
margin: 0;
width: 100%;
max-width: 100%;
display: block;
box-sizing: border-box;
-moz-box-sizing: border-box;
-webkit-appearance: none;
}
textarea {
line-height: inherit;
}
select {
-webkit-appearance: none;
-moz-appearance: none;
text-indent: 0.01px;
text-overflow: '';
position: relative;
color: #55585a;
border: 1px solid #dddede;
line-height: 18px;
background-image: url('data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTYiIGhlaWdodD0iOSIgdmlld0JveD0iMCAwIDE2IDkiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+CjxwYXRoIGQ9Ik0xLjM3MzA1IDAuMzE0NDUzTDAuNTY0NDUzIDEuMTIzMDVMNy41OTU3IDguMTU0M0w4IDguNTQxMDJMOC40MDQzIDguMTU0M0wxNS40MzU1IDEuMTIzMDVMMTQuNjI3IDAuMzE0NDUzTDggNi45NDE0MUwxLjM3MzA1IDAuMzE0NDUzWiIgZmlsbD0iYmxhY2siLz4KPC9zdmc+Cg==');
background-size: 16px;
background-repeat: no-repeat;
background-position: 96% center;
padding-right: 20px;
}
input::-webkit-input-placeholder { color: #55585a;
}
input::-moz-placeholder { color: #55585a;
}
input:-ms-input-placeholder { color: #55585a;
}
input:-moz-placeholder { color: #55585a;
}
textarea::-webkit-input-placeholder { color: #55585a;
}
textarea::-moz-placeholder { color: #55585a;
}
textarea:-ms-input-placeholder { color: #55585a;
}
textarea:-moz-placeholder { color: #55585a;
}
.wpcf7-form p {
margin: 0px;
}
input[type='submit'],
button[type='submit'] {
background-color: transparent;
font-family: 'Plus Jakarta Sans';
color: #012438;
font-size: 13px;
text-transform: uppercase;
line-height: 3em;
font-weight: 700;
letter-spacing: 1.5px;
display: inline-block;
padding: 13px 35px;
border: 1px solid #da8155;
cursor: pointer;
text-decoration: none;
vertical-align: middle;
overflow: hidden;
-webkit-transition-property: all;
transition-property: all;
-webkit-transition-duration: 0.2s;
transition-duration: 0.2s;
-webkit-appearance: none;
text-align: center;
border-radius: 0px;
}
fieldset {
border: 0px solid #b8bdbd;
padding: 0px;
margin: 0;
}
input[type='submit']:hover,
.button:hover,
button[type='submit']:hover {
background-color: #012438;
color: #fff;
border-color: transparent;
}
button:focus {
outline: 0;
}
input[type='checkbox'] { -webkit-appearance: none;
appearance: none; background-color: #fff; margin: 0;
font: inherit;
width: 20px !important;
min-width: 20px;
height: 20px !important;
margin: 0 18px 0 0;
border: 1px solid #bbbcbd;
cursor: pointer;
position: relative;
}
input[type='checkbox']::before {
content: '\f00c';
font-family: 'Line Awesome Free';
font-size: 12px;
width: 20px;
text-align: center;
height: 20px;
line-height: 20px;
font-weight: 900;
position: absolute;
top: 50%;
left: 50%;
margin: -10px 0 0 -10px;
color: #fff;
border-color: #008a05;
background-color: #4cad50;
transform: scale(0);
transition: transform 0.1s ease-in;
}
input[type='checkbox']:checked::before {
transform: scale(1);
}
input[type='checkbox'] + label {
font-weight: 400 !important;
}
.bh-checkbox-field {
display: flex;
align-items: center;
color: #012438;
font-size: 12px;
font-weight: 400;
}
.bh-radio-field {
display: flex;
align-items: center;
color: #012438;
font-size: 14px;
font-weight: 600;
letter-spacing: 0.03em;
margin-bottom: 15px;
}
.bh-checkbox-field label,
.bh-radio-field label {
cursor: pointer;
font: inherit;
color: inherit;
}
.bh-radio-field label {
line-height: 18px !important;
margin-bottom: 0 !important;
}
input[type='radio'] {
appearance: none;
margin: 0px 14px 0 0 !important;
width: 16px;
height: 16px;
border: 1px solid #000000;
position: relative;
border-radius: 50%;
cursor: pointer;
}
input[type='radio'] + label {
cursor: pointer;
}
input[type='radio']:before {
content: '';
width: 6px;
height: 6px;
background-color: #f46d46;
position: absolute;
left: calc(50% - 3px);
top: calc(50% - 3px);
display: inline-block;
border-radius: 50%;
transform: scale(0);
transition: transform 0.1s ease-in;
}
input[type='radio']:checked::before {
transform: scale(1);
}
.bh-arrow-submit {
background-image: url(//auroraorkney.co.uk/wp-content/themes/brooklyn-heights/images/submit-arrow.svg);
background-size: 26px 13px;
font-size: 0 !important;
background-repeat: no-repeat;
background-position: center;
}
.wpcf7-form > .wpcf7-submit {
position: relative;
z-index: 9;
min-width: fit-content;
}
.wpcf7-form textarea {
height: 150px;
}
.wpcf7 .wpcf7-form {
display: flex;
flex-wrap: wrap;
margin-left: 0px;
margin-right: 0px;
row-gap: 40px;
column-gap: 40px;
align-items: flex-start;
}
.elementor-widget-container .wpcf7 .wpcf7-form {
position: relative;
}
.elementor-widget-container .wpcf7 .wpcf7-form > .inline {
display: flex;
width: 100%;
flex-wrap: nowrap;
align-items: flex-start;
}
.wpcf7 .wpcf7-form > .inline .wpcf7-submit {
position: relative;
z-index: 2;
flex-shrink: 0;
}
.elementor-widget-container
.wpcf7
.wpcf7-form
.wpcf7-form-control-wrap[data-name*='message'] {
width: 100% !important;
}
.elementor-widget-container .wpcf7 .wpcf7-form .wpcf7-spinner {
position: absolute;
left: 100%;
display: none !important;
}
.wpcf7 .wpcf7-form > .wpcf7-form-control-wrap,
.wpcf7 .wpcf7-form > label {
width: 100%;
display: inline-block;
padding-left: 0px;
padding-right: 0px;
}
.wpcf7 .wpcf7-form > .wpcf7-form-control-wrap[class*='message'],
.wpcf7 .wpcf7-form > label:nth-last-child(3),
.wpcf7 .wpcf7-form .wpcf7-response-output {
width: 100% !important;
display: block;
}
.wpcf7 .wpcf7-form .wpcf7-response-output {
margin: 0;
} #bh-room-reservation {
border: 1px solid #dddede;
padding: 27px 29px 30px;
background-color: #ffffff;
box-shadow: 0px 6px 13px rgba(0, 0, 0, 0.15);
position: relative;
position: sticky;
top: 60px;
z-index: 9;
}
.bh-filter-block #bh-room-reservation {
position: sticky;
top: 50px;
}
.bh-reservation-header {
display: flex;
justify-content: space-between;
align-items: center;
margin-bottom: 24px;
}
.bh-reservation-header .bh-room-reservation-title {
font-size: 24px;
margin-bottom: 0;
width: 40%;
}
.bh-room-rating-block {
display: flex;
justify-content: flex-end;
font-size: 14px;
font-weight: 400;
align-items: center;
color: #012438;
}
.bh-room-rating-block .bh-room-reviews {
line-height: 1em;
color: #345060;
padding-top: 10px;
padding-right: 2px;
}
.bh-room-rating-block .bh-room-rating {
text-align: right;
}
.bh-reservation-header .rate-number {
width: 52px;
height: 52px;
line-height: 52px;
background-color: #f2f4f5;
text-align: center;
font-weight: 600;
margin-left: 16px;
}
.bh-bottom-meta {
display: flex;
justify-content: space-between;
align-items: flex-end;
}
.bh-bottom-meta .bh-total-price {
font-size: 21px;
font-weight: 600;
letter-spacing: 0.02em;
color: #002349;
margin-bottom: 12px;
}
.bh-bottom-meta .bh-price-nights {
text-align: right;
padding-left: 20px;
line-height: 1em;
margin-left: auto;
}
.bh-bottom-meta .bh-price-nights > span {
font-size: 14px;
font-weight: 400;
color: #345060;
}
.bh-quantity {
position: relative;
display: flex;
align-items: center;
}
.bh-quantity input[type='number']::-webkit-inner-spin-button,
.bh-quantity input[type='number']::-webkit-outer-spin-button {
-webkit-appearance: none;
margin: 0;
}
.bh-quantity input[type='number'] {
-moz-appearance: textfield;
width: 50px;
font-size: 14px;
border: 0;
padding: 0;
text-align: center;
color: #00142a;
}
.bh-quantity .bh-quantity-btn {
height: 50px;
width: 50px;
line-height: 48px;
border: 1px solid #00142a;
text-align: center;
font-size: 20px;
cursor: pointer;
-webkit-touch-callout: none; -webkit-user-select: none; -khtml-user-select: none; -moz-user-select: none; -ms-user-select: none; user-select: none;
}
.bh-quantity .bh-quantity-btn:hover {
background-color: #f5f6f8;
}
.bh-quantity .bh-quantity-btn.not-active {
border: 1px solid #ccd0d4;
}
.bh-person {
display: flex;
justify-content: space-between;
align-items: center;
column-gap: 20px;
}
.bh-person .bh-label {
min-width: 80px;
}
.bh-person + .bh-person {
margin-top: 20px;
padding-top: 20px;
border-top: 1px solid #cccccc;
}
.bh-label {
font-size: 16px;
line-height: 20px;
font-weight: 600;
color: #012438;
}
.bh-label-text {
padding-bottom: 3px;
}
.bh-label span {
display: block;
}
.bh-label .bh-label-description {
font-size: 14px;
font-weight: 400;
color: #677c88;
}
.bh-field-input-wrapper i {
font-size: 18px;
position: absolute;
z-index: 2;
right: 21px;
top: calc(50% - 9px);
}
.bh-block-guests {
position: relative;
}
.bh-block-guests .bh-field-label,
.bh-block-rooms .bh-field-label {
display: block;
cursor: pointer;
}
#bh-room-reservation-form .bh-block-guests,
#bh-room-reservation-form .bh-block-rooms {
padding: 10px 21px 11px;
border: 1px solid #012438;
cursor: pointer;
position: relative;
}
#bh-room-reservation-form .bh-block-rooms,
#bh-room-reservation-search-form .bh-block-rooms {
z-index: 1;
}
#bh-room-reservation-form .bh-field:not(:last-child) {
margin-bottom: 20px;
}
.bh-block-guests .bh-field-input-wrapper input,
.bh-block-rooms .bh-field-input-wrapper input {
cursor: pointer;
background-color: transparent;
padding: 0 10px 6px 0;
border: 0;
border-radius: 0;
}
.bh-dropdown-persons {
background-color: #fff;
max-width: 414px;
width: 400px;
padding: 29px 44px 29px 38px;
position: absolute;
top: 100%;
left: 0;
display: none;
z-index: 98;
box-shadow: 0px 12px 25px 6px rgba(0, 0, 0, 0.15);
}
#bh-room-reservation-form .bh-dropdown-persons,
#bh-room-reservation-form .bh-dropdown-rooms {
right: -1px;
left: auto;
min-width: 300px;
width: calc(100% + 2px);
margin-top: 1px;
padding: 29px 21px 29px 21px;
}
.bh-dropdown-persons.bh--opened {
display: block;
}
#bh-date-range {
display: flex;
flex-wrap: wrap;
border: 1px solid #012438;
}
#bh-date-range .datepicker {
right: -1px;
left: auto;
top: -1px;
}
#bh-date-range .check-in-wrap,
#bh-date-range .check-out-wrap {
width: 50%;
padding: 10px 21px;
cursor: pointer;
}
#bh-date-range input {
padding: 0px 0 6px;
border: 0;
color: #012438;
font-weight: 400;
border-radius: 0;
cursor: pointer;
}
#bh-date-range input::placeholder { color: #677c88;
opacity: 1; }
#bh-date-range input:-ms-input-placeholder { color: #677c88;
}
#bh-date-range input::-ms-input-placeholder { color: #677c88;
}
#bh-date-range .check-out-wrap {
border-left: 1px solid #012438;
}
#bh-room-reservation-form label,
#bh-room-reservation-form .bh-field-label {
font-weight: 600;
font-size: 12px;
letter-spacing: 0.03em;
color: #012438;
}
#bh-room-reservation-form .bh--booking {
margin-bottom: 0px !important;
}
.bh--booking .button {
width: 100%;
padding: 10px 25px 11px;
background-color: #da8155;
color: #fff;
position: relative;
}
.bh--booking .button:after,
.next-reviews > a:after {
content: '';
position: absolute;
border-radius: 50%;
border: 3px solid #fff;
width: 30px;
height: 30px;
left: calc(50% - 15px);
border-left: 3px solid transparent;
border-bottom: 3px solid transparent;
animation: buttonLoading 1s ease infinite;
z-index: 10;
opacity: 0;
visibility: hidden;
}
.bh--booking .button:before,
.next-reviews > a:before {
content: '';
position: absolute;
border-radius: 50%;
border: 3px dashed #fff;
width: 30px;
height: 30px;
left: calc(50% - 15px);
border-left: 3px solid transparent;
border-bottom: 3px solid transparent;
animation: buttonLoading 2s linear infinite;
z-index: 5;
opacity: 0;
visibility: hidden;
}
@keyframes buttonLoading {
0% {
transform: rotate(0deg);
}
100% {
transform: rotate(360deg);
}
}
.bh--checking .bh--booking .button,
.next-reviews > a.bh-button-loading {
background-color: #f2f2f2 !important;
color: #f2f2f2 !important;
border-color: transparent;
cursor: default;
}
.bh--checking .bh--booking .button:after,
.bh--checking .bh--booking .button:before,
.next-reviews > a.bh-button-loading:after,
.next-reviews > a.bh-button-loading:before {
opacity: 1;
visibility: visible;
border-top-color: #012438;
border-right-color: #012438;
}
.bh-response {
opacity: 0;
overflow: hidden;
height: 100%;
max-height: 0;
font-size: 12px;
line-height: 18px;
font-weight: 400;
padding-top: 13px;
}
.elementor-widget-bh-contactform .wpcf7-not-valid-tip {
font-size: 12px;
line-height: 18px;
font-weight: 400;
padding-top: 13px;
}
.bh-response.bh--error,
.elementor-widget-bh-contactform .wpcf7-not-valid-tip {
color: #fa2a4f;
}
.bh-response.bh--success {
color: #008a05;
}
.bh-response.bh--show {
opacity: 1;
max-height: 100%;
}
div#bh-room-calendar {
position: relative;
z-index: 9;
}
#bh-room-calendar .datepicker {
position: relative;
width: auto;
box-shadow: none;
}
#bh-room-calendar .datepicker__inner {
padding: 0;
}
.datepicker__month-name,
.datepicker__month-day,
.datepicker__info--selected-label {
color: #012438;
}
#bh-room-calendar .datepicker__topbar {
margin-left: 0;
margin-right: 0;
border: 0;
margin-bottom: 40px;
padding-bottom: 0;
}
#bh-room-calendar .datepicker__close-button {
display: none !important;
}
.rwmb-osm-canvas {
z-index: 1;
}
div#bh-room-calendar input {
visibility: hidden;
height: 0;
padding: 0;
border: 0;
margin: 0;
}
#bh-room-reservation-form .bh--extra-services {
margin-top: 43px;
padding-bottom: 10px;
}
.bh--extra-services .bh-field-item {
position: relative;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
}
.bh--extra-services .bh-field-item + .bh-field-item {
margin-top: 10px;
}
.bh--extra-services .bh-field-item input[type='checkbox'] {
position: absolute;
top: 0;
left: 0;
visibility: hidden;
}
.bh--extra-services .bh-field-item .bh-field-checkbox {
position: relative;
-ms-flex-negative: 0;
flex-shrink: 0;
width: 20px;
height: 20px;
margin: 0 21px 0 0;
border: 1px solid #bbbcbd;
cursor: pointer;
}
.bh-field-item.bh--checked .bh-field-checkbox {
border-color: #008a05;
background-color: #4cad50;
}
.bh-field-item.bh--checked .bh-field-checkbox:after {
content: '\f00c';
font-family: 'Line Awesome Free';
font-size: 12px;
width: 20px;
text-align: center;
height: 20px;
line-height: 20px;
font-weight: 900;
position: absolute;
top: 50%;
left: 50%;
margin: -10px 0 0 -10px;
color: #fff;
}
.bh--extra-services .bh-field-item .bh-field-label {
display: -webkit-inline-box;
display: -ms-inline-flexbox;
display: inline-flex;
-webkit-box-align: end;
-ms-flex-align: end;
align-items: flex-end;
-webkit-box-pack: justify;
-ms-flex-pack: justify;
justify-content: space-between;
width: 100%;
cursor: pointer;
font-size: 16px;
color: #002349;
}
.bh-field.bh--price {
height: 100%;
opacity: 0;
overflow: hidden;
transition: all 0.3s ease-out;
display: flex;
justify-content: space-between;
margin-bottom: 0 !important;
font-weight: 600;
color: #002349;
padding-top: 20px;
border-top: 1px solid #dddede;
display: none;
}
.bh-field.bh--extra-services {
opacity: 0;
display: none;
}
#bh-room-reservation-form .bh--booking + .bh-field.bh--price.show {
margin-top: 33px;
}
.bh-field.bh--price.show {
opacity: 1;
display: flex;
}
.bh-field.bh--extra-services.show {
opacity: 1;
display: block;
}
#bh-room-reservation-search-form {
display: flex;
align-items: stretch;
border: 1px solid #eeeeee;
background: #ffffff;
box-shadow: 0px 6px 13px rgba(0, 0, 0, 0.15);
line-height: 33px;
}
#bh-room-reservation-search-form.activated {
background-color: #f6f7f7;
position: relative;
z-index: 99;
}
.bh-block-rooms {
position: relative;
}
.bh-dropdown-rooms {
background-color: #fff;
max-width: 360px;
width: 360px;
padding: 29px 44px 29px 38px;
position: absolute;
top: 100%;
left: 0;
display: none;
z-index: 98;
box-shadow: 0px 12px 25px 6px rgb(0 0 0 / 15%);
}
.bh-field-active + .bh-dropdown-rooms,
.bh-active-field .bh-dropdown-rooms,
.bh-field-active .bh-dropdown-rooms {
display: block;
}
#bh-search-date-range .datepicker,
#bh-room-reservation-search-form .bh-dropdown-persons,
#bh-room-reservation-search-form .bh-dropdown-rooms {
top: calc(100% + 18px);
}
#bh-room-reservation-search-form .bh-dropdown-persons {
max-width: 420px;
width: 440px;
}
#bh-room-reservation-search-form .bh-check-in-out {
width: 32%;
}
#bh-room-reservation-search-form .bh-check-in-out:first-child {
width: 42%;
}
#bh-room-reservation-search-form
.bh-check-in-out:first-child
#bh-search-date-range
> .bh-field-selection {
width: 50%;
}
#bh-room-reservation-search-form .bh-block-guests:nth-child(2) {
margin-left: -3px;
}
#bh-room-reservation-search-form .bh-block-guests:nth-child(2) + .bh-field {
margin-left: -1px;
}
#bh-room-reservation-search-form
.bh-check-in-out:first-child
.check-in-wrap:before {
display: none;
}
.bh-check-in-out #bh-search-date-range {
display: flex;
position: relative;
height: 100%;
width: 100%;
align-items: center;
}
#bh-search-date-range input {
cursor: pointer;
}
#bh-room-reservation-search-form .bh-field {
display: flex;
align-items: center;
}
#bh-room-reservation-search-form .bh-field:first-child .check-in-wrap {
padding-left: 35px;
}
#bh-room-reservation-search-form .bh-room-location {
width: 34%;
padding-right: 25px;
padding-left: 35px;
padding-top: 20px;
padding-bottom: 20px;
margin-right: -1px;
z-index: 4;
position: relative;
}
#bh-room-reservation-search-form .bh-room-location .location-wrap {
width: 100%;
}
#bh-room-reservation-search-form .bh-room-location .pac-container {
width: 100% !important;
left: 0 !important;
top: calc(100% + 18px) !important;
font-family: inherit;
box-shadow: 0px 12px 25px 6px rgba(0, 0, 0, 0.15);
border: 0;
padding: 16px 0;
border-radius: 0;
position: absolute;
z-index: 100;
background-color: #fff;
}
#bh-room-reservation-search-form
.bh-room-location
#bh-location-suggestions.pac-container {
display: none;
overflow: hidden;
}
#bh-room-reservation-search-form
.bh-room-location.bh-field-active
#bh-location-suggestions.pac-container.bh-active,
#bh-room-reservation-search-form
.bh-room-location.bh-field-active
#bh-location-suggestions.pac-container:not(:empty) {
display: block;
}
#bh-room-reservation-search-form .bh-room-location .pac-item {
padding: 14px 30px 14px 70px;
border: 0;
cursor: pointer;
line-height: 1em;
position: relative;
word-break: normal;
word-spacing: normal;
}
.pop-dest-title {
padding-left: 32px !important;
font-size: 12px;
font-weight: 500;
color: #012438;
margin-bottom: 8px;
}
#bh-room-reservation-search-form .bh-room-location .pac-item:hover {
background-color: #f7f7f7;
}
#bh-room-reservation-search-form .bh-room-location .pac-icon.pac-icon-marker {
background-size: 0;
position: absolute;
left: 30px;
top: 16px;
width: 20px;
height: 32px;
margin-right: 20px;
color: #a3b0be;
margin-top: 0;
}
#bh-room-reservation-search-form
.bh-room-location
.pac-icon.pac-icon-marker:after {
content: '\f041';
display: inline-block;
position: absolute;
top: calc(50% - 10px);
left: 0;
width: 20px;
text-align: center;
font-family: 'Line Awesome Free';
font-size: 20px;
line-height: 1;
font-weight: 900;
}
#bh-room-reservation-search-form .bh-room-location .pac-item-query {
font-size: 16px;
font-weight: 400;
color: #012438;
padding-right: 0;
line-height: 1.1em;
display: block;
padding-bottom: 6px;
}
#bh-room-reservation-search-form .bh-room-location .pac-matched {
font-weight: 400;
}
#bh-room-reservation-search-form .bh-room-location .pac-item-query + span {
color: #a3b0be;
font-size: 12px;
font-weight: 500;
line-height: 1em;
}
#bh-room-reservation-search-form .bh-field-active {
background-color: #fff;
box-shadow: 0px 12px 25px 6px rgba(0, 0, 0, 0.15);
}
#bh-room-reservation-search-form .check-in-wrap,
#bh-room-reservation-search-form .check-out-wrap {
padding-left: 25px;
padding-right: 25px;
padding-top: 20px;
padding-bottom: 20px;
position: relative;
margin-right: -1px;
margin-bottom: 0px;
}
#bh-room-reservation-search-form
.guests-wrap.bh-field-selection.bh-field-active,
#bh-room-reservation-search-form
.rooms-count-wrap.bh-field-selection.bh-field-active {
height: 100%;
width: 100%;
}
#bh-room-reservation-search-form .check-in-wrap {
z-index: 3;
}
#bh-room-reservation-search-form .check-out-wrap {
z-index: 2;
}
.check-out-wrap .bh-date-range-clear {
position: absolute;
font-size: 14px;
display: block;
color: #012438;
top: 50%;
margin-top: -14px;
right: 20px;
z-index: 7;
opacity: 0;
visibility: hidden;
cursor: pointer;
}
.bh-field-active #check-out:not(:placeholder-shown) + .bh-date-range-clear {
opacity: 1;
visibility: visible;
}
.check-out-wrap,
.check-in-wrap {
cursor: pointer;
}
#bh-room-reservation-search-form:not(.activated)
.check-in-wrap:not(.bh-field-active):hover,
#bh-room-reservation-search-form:not(.activated)
.check-out-wrap:not(.bh-field-active):hover,
#bh-room-reservation-search-form:not(.activated)
.bh-room-location:not(.bh-field-active):hover,
#bh-room-reservation-search-form:not(.activated)
.bh-block-guests:not(.bh-field-active):hover,
#bh-room-reservation-search-form:not(.activated)
.bh-block-rooms:not(.bh-field-active):hover {
background-color: #f6f6f6;
transition: all 0.3s ease-out;
}
#bh-room-reservation-search-form .check-in-wrap:before,
#bh-room-reservation-search-form .check-out-wrap:before,
#bh-room-reservation-search-form .check-out-wrap:after,
#bh-room-reservation-search-form .bh-block-rooms .rooms-count-wrap:before {
content: '';
width: 0px;
height: 32px;
position: absolute;
border-left: 1px solid #dddede;
left: 0px;
top: 50%;
margin-top: -16px;
transition: all 0.3s ease-out;
}
#bh-room-reservation-search-form .check-out-wrap:after {
left: 100%;
}
#bh-room-reservation-search-form:not(.activated)
.bh-room-location:not(.bh-field-active):hover
+ .bh-check-in-out
.check-in-wrap:before,
#bh-room-reservation-search-form:not(.activated)
.check-in-wrap:not(.bh-field-active):hover
+ .check-out-wrap:before,
#bh-room-reservation-search-form:not(.activated)
.check-out-wrap:not(.bh-field-active):hover:after,
#bh-room-reservation-search-form:not(.activated)
.bh-block-guests:not(.bh-field-active):hover
+ .bh-block-rooms
.rooms-count-wrap:before {
border-color: transparent;
}
#bh-room-reservation-search-form:not(.activated) .check-in-wrap:hover:before,
#bh-room-reservation-search-form:not(.activated) .check-out-wrap:hover:before,
#bh-room-reservation-search-form:not(.activated) .check-out-wrap:hover:after,
#bh-room-reservation-search-form:not(.activated)
.bh-block-guests
.guests-wrap:hover:before,
#bh-room-reservation-search-form:not(.activated)
.bh-block-rooms
.rooms-count-wrap:hover:before,
#bh-room-reservation-search-form:not(.activated) .bh-field-active:before {
border-color: transparent !important;
}
#bh-room-reservation-search-form
.bh-field-selection.bh-field-active
+ .bh-field-selection:before,
#bh-room-reservation-search-form .bh-field-selection.bh-field-active:before,
#bh-room-reservation-search-form .bh-field-selection.bh-field-active:after,
#bh-room-reservation-search-form
.bh-room-location.bh-field-active
+ .bh-check-in-out
.check-in-wrap:before,
#bh-room-reservation-search-form
.bh-block-rooms.bh-field-active
.rooms-count-wrap:before {
border-color: transparent !important;
}
#bh-room-reservation-search-form .bh-block-guests {
z-index: 5;
margin-left: -1px;
}
#bh-room-reservation-search-form .bh-block-guests .guests-wrap,
#bh-room-reservation-search-form .bh-block-rooms .rooms-count-wrap {
position: relative;
padding-left: 25px;
padding-right: 25px;
padding-top: 20px;
padding-bottom: 20px;
}
.bh-block-guests .bh-dropdown-persons-close,
.bh-block-rooms .bh-dropdown-rooms-close {
position: absolute;
font-size: 14px;
display: block;
color: #012438;
top: 50%;
margin-top: -14px;
right: 20px;
z-index: 7;
opacity: 0;
visibility: hidden;
cursor: pointer;
}
.bh-field-active .bh-dropdown-persons-close,
.bh-field-active .bh-dropdown-rooms-close {
opacity: 1;
visibility: visible;
}
#bh-room-reservation-search-form label {
font-size: 12px;
color: #012438;
font-weight: 500;
letter-spacing: 0.36px;
}
#bh-room-reservation-search-form input[type='text'] {
padding: 2px 0 8px 0;
border: 0;
background-color: transparent;
color: #012438;
border-radius: 0;
}
#bh-room-reservation-search-form button.bh-search-button {
white-space: nowrap;
margin: 20px;
padding: 10px 42px 11px 41px;
background-color: #da8155;
color: #fff;
min-width: 174px;
display: flex;
align-items: center;
column-gap: 6px;
justify-content: center;
}
#bh-room-reservation-search-form button.bh-search-button:hover {
background-color: #f5a358;
}
#bh-room-reservation-search-form button.bh-search-button i {
font-size: 15px;
-moz-transform: scale(-1, 1);
-webkit-transform: scale(-1, 1);
-o-transform: scale(-1, 1);
-ms-transform: scale(-1, 1);
transform: scale(-1, 1);
}
#bh-room-reservation-search-form input::placeholder { color: #677c88;
opacity: 1; }
#bh-room-reservation-search-form input:-ms-input-placeholder { color: #677c88;
}
#bh-room-reservation-search-form input::-ms-input-placeholder { color: #677c88;
} .bh-room-filter-title {
font-size: 20px;
line-height: 1.5em;
margin-bottom: 16px;
}
#bh-room-filter-form .bh-field {
padding-top: 18px;
border-top: 1px solid #dddede;
margin-top: 25px;
}
.bh-filter-title {
font-size: 14px;
font-weight: 600;
line-height: 2.35em;
color: #002349;
display: inline-block;
margin-bottom: 21px;
}
.bh-price-range-slider-wrap {
position: relative;
margin-bottom: 24px;
}
.bh-price-range-slider-wrap input[type='range'] {
width: 100%;
display: block;
-webkit-appearance: none;
}
.bh-price-range-slider-wrap input[type='range']:focus {
outline: none;
}
.bh-price-range-slider-wrap input + input[type='range'] {
position: absolute;
top: 0;
left: 0;
}
.bh-price-range-slider
input[type='range']:focus::-webkit-slider-runnable-track {
background: #c4c4c4;
}
.bh-price-range-slider input[type='range']:focus::-ms-fill-lower {
background: #c4c4c4;
}
.bh-price-range-slider input[type='range']:focus::-ms-fill-upper {
background: #c4c4c4;
}
.bh-price-range-slider input[type='range']::-webkit-slider-runnable-track {
width: 100%;
height: 4px;
cursor: pointer;
background: #c4c4c4;
border-radius: 0px;
box-shadow: none;
border: 0;
}
.bh-price-range-slider input[type='range']::-webkit-slider-thumb {
z-index: 2;
position: relative;
box-shadow: 0px 0px 0px #000;
border: 1px solid #c4c4c4;
height: 18px;
width: 18px;
border-radius: 25px;
background: #c4c4c4;
cursor: pointer;
-webkit-appearance: none;
margin-top: -7px;
}
.bh-price-range-slider input[type='range']::-moz-range-track {
width: 100%;
height: 4px;
cursor: pointer;
background: #c4c4c4;
border-radius: 1px;
box-shadow: none;
border: 0;
}
.bh-price-range-slider input[type='range']::-moz-range-thumb {
z-index: 2;
position: relative;
box-shadow: 0px 0px 0px #000;
border: 1px solid #c4c4c4;
height: 18px;
width: 18px;
border-radius: 25px;
background: #c4c4c4;
cursor: pointer;
}
.bh-price-range-slider input[type='range']::-ms-track {
width: 100%;
height: 4px;
cursor: pointer;
background: transparent;
border-color: transparent;
color: transparent;
}
.bh-price-range-slider input[type='range']::-ms-fill-lower,
.bh-price-range-slider input[type='range']::-ms-fill-upper {
background: #c4c4c4;
border-radius: 1px;
box-shadow: none;
border: 0;
}
.bh-price-range-slider input[type='range']::-ms-thumb {
z-index: 2;
position: relative;
box-shadow: 0px 0px 0px #000;
border: 1px solid #c4c4c4;
height: 18px;
width: 18px;
border-radius: 25px;
background: #c4c4c4;
cursor: pointer;
}
.bh-price-range-inputs {
display: flex;
border: 1px solid #aaabac;
padding: 13px 0px;
justify-content: space-between;
}
.bh-price-range-inputs span {
display: block;
width: 50%;
color: #80919b;
font-size: 12px;
font-weight: 400;
line-height: 1.5em;
padding: 0 20px;
position: relative;
}
.bh-price-range-inputs span + span:before {
content: '';
width: 0px;
height: 24px;
border-right: 1px solid rgba(85, 88, 90, 0.5);
position: absolute;
left: 0;
top: calc(50% - 12px);
}
.bh-price-range-inputs span i {
position: absolute;
bottom: 6px;
left: 20px;
font-style: normal;
font-size: 14px;
color: #012438;
font-weight: 400;
}
.bh-price-range-inputs span input {
padding-left: 10px;
color: #012438;
font-weight: 400;
}
.bh-price-range-inputs input {
padding: 0;
border: 0 !important;
color: #012438;
line-height: 30px;
font-weight: 400;
}
.bh-price-range-inputs input::-webkit-outer-spin-button,
.bh-price-range-inputs input::-webkit-inner-spin-button {
-webkit-appearance: none;
margin: 0;
}
.bh-price-range-inputs input {
-moz-appearance: textfield;
}
#bh-room-filter-form .bh--extra-services .bh-field-item .bh-field-label {
font-size: 14px;
font-weight: 300;
}
#bh-room-filter-form .bh--extra-services .bh-filter-title {
margin-bottom: 10px;
} #bh-popup-login {
width: 100%;
height: 100vh;
position: fixed;
background-color: rgba(5, 5, 5, 0.45);
display: flex;
align-items: center;
z-index: 9999;
visibility: hidden;
opacity: 0;
top: 0;
}
#bh-popup-login.active {
visibility: visible;
opacity: 1;
transition: opacity 0.4s ease-in-out, visibility 0.4s ease-in-out;
}
#bh-popup-login .bh-login-form-wrapper {
max-width: 586px;
width: 100%;
height: auto;
max-height: 100%;
overflow: auto;
margin: 0 auto;
}
#bh-popup-login .bh-form .bh-response {
margin-bottom: 5px;
}
#bh-popup-login .bh-login-form-wrapper:hover {
scrollbar-color: #c4c4c4 #fff;
}
#bh-popup-login .bh-login-form-wrapper::-webkit-scrollbar {
width: 6px;
height: 6px;
}
#bh-popup-login .bh-login-form-wrapper::-webkit-scrollbar-thumb {
background: #fff;
border-radius: 3px;
}
#bh-popup-login .bh-login-form-wrapper:hover::-webkit-scrollbar-thumb {
background: #c4c4c4;
}
#bh-popup-login .bh-login-form-wrapper::-webkit-scrollbar-track {
background: #fff;
}
#bh-popup-login .bh-login-form-wrapper form.bh-form {
padding: 45px 50px;
background-color: #fff;
box-shadow: 0px 4px 24px rgba(0, 0, 0, 0.15);
transition: opacity 0.3s ease-in, transform 0.2s ease-in 0.2s;
}
#bh-popup-login .bh-login-form-wrapper form#login {
transform: translateY(-50px);
}
#bh-popup-login.active .bh-login-form-wrapper form#login {
transform: translateY(0);
}
#bh-popup-login.active .bh-login-form-wrapper form#login.disable {
transform: translateY(-50px);
visibility: hidden;
opacity: 0;
display: none;
}
#bh-popup-login.active .bh-login-form-wrapper form#register.disable {
transform: translateY(50px);
visibility: hidden;
opacity: 0;
display: none;
}
#bh-popup-login.active .bh-login-form-wrapper form#register {
transform: translateY(0);
visibility: visible;
opacity: 1;
}
#bh-popup-login form.bh-form .registration-link {
font-size: 12px;
line-height: 14px;
font-weight: 600;
text-align: left;
color: #012438;
}
#bh-popup-login form.bh-form .nsl-container + .registration-link,
#bh-popup-login #register .registration-link {
text-align: center;
}
#bh-popup-login form.bh-form .nsl-container {
margin-bottom: 35px;
}
#bh-popup-login .form-title {
position: relative;
padding-bottom: 24px;
border-bottom: 1px solid rgba(85, 88, 90, 0.2);
margin-bottom: 31px;
}
#bh-popup-login .form-title .close {
color: inherit;
font-size: 18px;
line-height: 18px;
position: absolute;
top: calc(50% - 24px);
right: 0;
}
#bh-popup-login .bh-form input[type='text'],
#bh-popup-login .bh-form input[type='email'],
#bh-popup-login .bh-form input[type='password'] {
border: 1px solid #b8bdbd;
margin-bottom: 20px;
padding: 21px;
}
#bh-popup-login .bh-form input[type='submit'].submit_button {
white-space: nowrap;
padding: 11px 42px 12px 41px;
background-color: #da8155;
color: #fff;
width: 100%;
border: 0;
margin-bottom: 20px;
}
#bh-popup-login .bh-form .lost {
display: inline-block;
font-size: 12px;
font-weight: 600;
letter-spacing: 0.03em;
margin-bottom: 6px;
}
#bh-popup-login .text-separator {
text-align: center;
overflow: hidden;
margin-bottom: 12px;
}
#bh-popup-login .text-separator span {
position: relative;
display: inline-block;
padding-left: 15px;
padding-right: 15px;
font-weight: 400;
font-size: 11px;
letter-spacing: 0.01em;
color: #55585a;
}
#bh-popup-login .text-separator span:after,
#bh-popup-login .text-separator span:before {
content: '';
width: 500px;
right: 100%;
top: 50%;
height: 0;
border-top: 1px solid rgba(85, 88, 90, 0.2);
position: absolute;
}
#bh-popup-login .text-separator span:before {
left: 100%;
right: auto;
}
#bh-popup-login .bh-checkbox-field {
margin-bottom: 30px;
}
#bh-popup-login .bh-form input:-webkit-autofill {
font-family: inherit;
border: 1px solid #da8155;
-webkit-text-fill-color: #012438;
-webkit-box-shadow: 0 0 0px 1000px #fff inset;
box-shadow: 0 0 0px 1000px #fff inset;
transition: background-color 50000s ease-in-out 0s;
} .bh-amenities {
list-style: none;
padding: 0;
margin: 0;
columns: 2;
}
.bh-amenities .bh-amenity-icon {
font-size: 25px;
width: 1em;
margin-right: 22px;
text-align: center;
color: #da8155;
}
.bh-amenities .bh-amenity-icon svg,
.bh-amenities .bh-amenity-icon svg path {
fill: #da8155;
}
.bh-amenities--icon-top li {
flex-wrap: wrap;
break-inside: avoid-column;
flex-direction: column;
}
.bh-amenities--icon-top li .bh-amenity-icon {
margin: 0 0 5px 0;
}
.bh-amenities--icon-right li .bh-amenity-icon {
margin: 0 0 0 5px;
order: 2;
}
.bh-amenities .bh-amenity-icon svg {
width: 0.75em;
height: 0.75em;
}
.bh-amenities li {
display: flex;
align-items: center;
}
.bh-amenities li {
color: #012438;
--bullets-color: #012438;
margin-bottom: 12px;
}
.bh-amenities.bh-amenities--marker li {
position: relative;
padding-left: 21px;
}
.bh-amenities.bh-amenities--marker li:before {
content: '';
width: 4px;
height: 4px;
border-radius: 50%;
position: absolute;
left: 0;
top: calc(50% - 2px);
background-color: #012438;
background-color: var(--bullets-color);
}
.bh-amenities-icons {
list-style: none;
padding: 0;
margin: 0;
line-height: 1;
}
.bh-amenities-icons li {
display: inline-block;
margin-right: 13px;
font-size: 21px;
line-height: 1em;
color: #667b92;
}
.bh-amenities-icons li:last-child {
margin-right: 0 !important;
}
.bh-amenities-icons li span svg,
.bh-amenities-icons li span svg path {
fill: #667b92;
}
.bh-amenities-icons li span svg {
width: 0.75em;
height: 0.75em;
}
ul.bh-room-gallery {
padding: 0;
margin: 0;
list-style: none;
columns: 2;
column-gap: 10px;
}
.bh-room-gallery li:not(:last-child) {
margin-bottom: 10px;
}
.bh-room-gallery li img {
max-height: 100%;
min-width: 100%;
object-fit: cover;
vertical-align: bottom;
}
.bh-room-gallery-block img {
object-fit: cover;
width: 100%;
height: 100%;
}
.bh-room-gallery-block {
border-top: 1px solid #dddede;
padding-top: 55px;
margin-bottom: 45px;
}
.bh-room-gallery-block .bh-room-gallery {
margin-bottom: 33px;
}
.bh-room-gallery.bh-popup-gallery-open {
cursor: pointer;
}
.bh-room-gallery-block .bh-room-gallery .grid-row1,
.bh-room-gallery-block .bh-room-gallery .grid-row2 {
display: flex;
column-gap: 10px;
}
.bh-room-gallery-block .bh-room-gallery > div + div {
margin-top: 10px;
}
.bh-room-gallery-block .bh-room-gallery .grid-row1 div:first-child {
width: 66.1%;
flex-shrink: 0;
}
.bh-room-gallery-block .bh-room-gallery .grid-row2 div {
min-width: 25%;
}
.bh-room-featured-gallery-block {
position: relative;
margin-bottom: 50px;
}
.bh-room-featured-gallery-block .bh-button-images {
position: absolute;
padding: 13px 16px;
font-size: 11px;
font-weight: 600;
line-height: 1.2em;
letter-spacing: 0.15em;
background-color: rgba(255, 255, 255, 0.85);
bottom: 25px;
right: 26px;
z-index: 2;
color: #012438;
text-transform: uppercase;
}
.bh-room-featured-gallery-block .bh-button-images:hover {
background-color: #fff;
}
.bh-room-featured-gallery {
display: grid;
grid-template-columns: repeat(auto-fill, minmax(265px, 1fr));
grid-gap: 10px;
grid-auto-rows: minmax(265px, 270px);
grid-auto-flow: dense;
}
.bh-room-featured-gallery div:first-child {
grid-column-end: span 3;
grid-row-end: span 2;
}
.bh-room-featured-gallery div img {
width: 100%;
height: 100%;
object-fit: cover;
}
.bh-room-featured-carousel {
width: calc(100vw - 11px);
left: 50%;
right: 50%;
margin-left: -50vw;
margin-right: -50vw;
position: relative;
margin-bottom: 50px;
margin-top: -100px;
overflow: hidden;
}
.bh-room-fc-wrap div img {
height: 100%;
width: auto;
max-height: 570px;
object-fit: cover;
}
.bh-room-fc-wrap,
.bh-room-fc-wrap .owl-stage {
display: flex;
flex: 0 0 auto;
flex-wrap: wrap;
width: 100%;
position: relative;
}
.bh-room-fc-wrap .owl-stage .owl-item,
.bh-room-fc-wrap:not(.owl-loaded) > div {
flex-shrink: 0;
}
.bh-room-fc-wrap .owl-stage .owl-item > div {
height: 100%;
}
.bh-room-fc-wrap {
column-gap: 10px;
}
.bh-room-fc-wrap .owl-stage-outer {
overflow: hidden;
}
.bh-room-fc-wrap:not(.owl-loaded) {
width: 9999999px;
overflow: hidden;
height: 570px;
}
.bh-room-fc-wrap:after {
clear: both;
width: 100%;
}
.bh-room-fc-wrap .owl-nav > div {
width: 72px;
height: 72px;
line-height: 72px;
font-size: 72px;
text-align: center;
cursor: pointer;
color: #fff;
top: calc(50% - 36px);
left: 10px;
z-index: 9;
position: absolute;
}
.bh-room-fc-wrap .owl-nav .owl-next {
right: 10px;
left: auto;
}
#bh-room-popup-gallery {
position: fixed;
top: 0;
left: 0;
width: 100%;
height: 100vh;
z-index: 9991;
background-color: #fff;
overflow: hidden;
padding: 8% 30px;
opacity: 0;
visibility: hidden;
transition: all 0.3s ease-in-out;
}
#bh-room-popup-gallery.bh--opened {
opacity: 1;
visibility: visible;
}
#bh-room-popup-gallery .bh-gallery-rows-wrap {
height: 100%;
max-width: 1170px;
margin: 0 auto;
scrollbar-color: #fff #fff;
overflow: auto;
display: none;
}
#bh-room-popup-gallery.bh--opened .bh-gallery-rows-wrap {
display: block;
}
#bh-room-popup-gallery .bh-gallery-rows-wrap:hover {
scrollbar-color: #c4c4c4 #fff;
}
#bh-room-popup-gallery .bh-gallery-rows-wrap::-webkit-scrollbar {
width: 6px;
height: 6px;
}
#bh-room-popup-gallery .bh-gallery-rows-wrap::-webkit-scrollbar-thumb {
background: #fff;
border-radius: 3px;
}
#bh-room-popup-gallery .bh-gallery-rows-wrap:hover::-webkit-scrollbar-thumb {
background: #c4c4c4;
}
#bh-room-popup-gallery .bh-gallery-rows-wrap::-webkit-scrollbar-track {
background: #fff;
}
#bh-room-popup-gallery .bh-gallery-rows-wrap .row:not(:last-child) {
padding-bottom: 120px;
}
.bh-popup-gallery-close {
font-size: 14px;
font-weight: 600;
display: inline-block;
position: absolute;
top: 5vh;
right: 5vw;
color: #012438;
}
.bh-popup-gallery-close span {
padding-right: 12px;
}
.bh-popup-gallery-close:hover i {
transform: rotate(360deg);
transition: all 0.4s ease-in-out;
}
.bh-gallery-block-title {
width: 25%;
padding-right: 5%;
}
.bh-gallery-block-title h5 {
position: sticky;
top: 0px;
font-weight: 400;
}
.bh-gallery-block-images {
width: 75%;
max-width: 810px;
}
.bh-gallery-block-images.bh-gallery-one-column {
display: flex;
flex-wrap: wrap;
column-gap: 30px;
row-gap: 30px;
}
.bh-gallery-block-images.bh-gallery-one-column div {
width: 100%;
}
.bh-gallery-block-images.bh-gallery-one-two-column {
display: flex;
flex-wrap: wrap;
column-gap: 30px;
row-gap: 30px;
}
.bh-gallery-block-images.bh-gallery-one-two-column div:nth-child(3n + 1) {
width: 100%;
flex-shrink: 0;
max-width: 100%;
}
.bh-gallery-block-images.bh-gallery-one-two-column div {
max-width: calc(50% - 15px);
width: calc(50% - 15px);
}
.bh-gallery-block-images.bh-gallery-one-two-column div img {
object-fit: cover;
width: 100%;
height: 100%;
}
.bh-gallery-block-images.bh-gallery-two-column {
columns: 2;
display: initial;
column-gap: 30px;
}
.bh-gallery-block-images.bh-gallery-two-column div:not(:first-child) {
margin-top: 30px;
}
.bh-gallery-block-images.bh-gallery-two-column div img {
width: 100%;
}
.bh-room-rules-block {
border-top: 1px solid #dddede;
padding-top: 50px;
margin-bottom: 45px;
}
.bh-room-rule {
display: flex;
align-items: center;
font-size: 15px;
color: #012438;
margin-bottom: 12px;
font-size: 15px;
}
.bh-room-rules {
margin-bottom: 33px;
}
.bh-room-rule:last-child {
margin-bottom: 0;
}
.bh-room-rule i {
font-size: 25px;
line-height: 1em;
margin-right: 22px;
}
.bh-cancellation-title {
font-size: 16px;
font-weight: 600;
color: #012438;
margin-bottom: 17px;
}
.bh-room-cancels {
position: relative;
padding-left: 47px;
font-size: 15px;
color: #012438;
}
.bh-room-cancels i {
font-size: 25px;
position: absolute;
top: 4px;
left: 0px;
}
.bh-room-cancel:not(:last-child) {
margin-bottom: 11px;
}
.bh-room-cancel-text {
padding-left: 25px;
position: relative;
}
.bh-room-cancel-day + .bh-room-cancel-text:before {
content: '';
width: 15px;
top: 10px;
left: 5px;
height: 0;
border-top: 1px solid;
display: inline-block;
position: absolute;
}
.bh-room-google-map {
width: 100%;
height: 0;
padding-bottom: 53.65%;
position: relative;
}
.bh-room-google-map iframe {
width: 100%;
height: 100%;
position: absolute;
top: 0;
left: 0;
}
#bh-single-room-host {
border-top: 1px solid #dddede;
padding-top: 55px;
margin-bottom: 46px;
}
#bh-single-room-host .bh-author-info {
padding-top: 6px;
padding-bottom: 18px;
border-top: 0;
align-items: center;
}
#bh-single-room-host .bh-author-avatar {
margin-right: 18px;
}
#bh-single-room-host .bh-author-avatar img {
width: 60px;
height: 60px;
object-fit: cover;
}
#bh-single-room-host .bh-host-title {
line-height: 1.3em;
}
.bh-host-name {
font-size: 16px;
font-weight: 600;
line-height: 19px;
color: #012438;
}
.bh-host-reviews-count {
font-size: 12px;
line-height: 1em;
font-weight: 400;
color: #345060;
}
.bh-host-description {
color: #012438;
font-size: 15px;
line-height: 1.86em;
margin-bottom: 40px;
}
.bh-host-description p:not(:last-child) {
margin-bottom: 25px;
}
.bh-host-contact h5 {
font-size: 15px;
font-weight: 600;
font-family: inherit;
margin-bottom: 23px;
}
.bh-host-contacts-list {
display: flex;
column-gap: 47px;
font-size: 15px;
line-height: 1.87em;
font-weight: 400;
color: #012438;
}
.bh-host-contacts-list span {
display: flex;
align-items: center;
}
.bh-host-contacts-list span i {
font-size: 25px;
line-height: 1em;
padding-right: 12px;
color: #f5a358;
} body.blog #site-content,
body.archive #site-content {
padding-top: 115px;
padding-bottom: 115px;
border-bottom: 1px solid #ededed;
}
body.single-post #footer {
position: relative;
}
body.single-post #footer:before {
content: '';
width: 100%;
max-width: 1170px;
display: block;
height: 0;
border-top: 1px solid #ededed;
position: absolute;
top: 0;
left: 50%;
transform: translateX(-50%);
}
#content .page .entry:after {
content: '';
width: 100%;
height: 0px;
clear: both;
display: block !important;
} #site-content.container {
max-width: 1170px;
}
.page-template-default:not(.elementor-page) #page-wrap.container {
max-width: 1170px;
padding-top: 90px;
padding-bottom: 107px;
border-bottom: 1px solid #ededed;
}
.search #site-content {
padding-top: 90px;
padding-bottom: 107px;
border-bottom: 1px solid #ededed;
}
.search .bh-content-area,
.archive.tax-amenities .bh-content-area {
width: 74%;
max-width: 870px;
padding-right: 70px;
}
.search .row .bh-content-area:nth-last-child(1),
.archive.tax-amenities .row .bh-content-area:nth-last-child(1) {
padding-right: 0;
width: 100%;
max-width: 100%;
}
.search
.row
.bh-content-area:nth-last-child(1)
.bh-room-search-item
.bh-room-img,
.archive.tax-amenities
.row
.bh-content-area
:nth-last-child(1)
.bh-room-search-item
.bh-room-img {
max-width: unset;
}
.search .bh-filter-block,
.archive.tax-amenities .bh-filter-block {
width: 26%;
}
.search .bh-found-title,
.archive.tax-amenities .bh-found-title {
font-size: 14px;
color: #012438;
line-height: 17px;
font-weight: 400;
padding-bottom: 24px;
border-bottom: 1px solid #dddede;
}
.search #bhresponse.loading .circle,
.archive.tax-amenities #bhresponse.loading .circle {
opacity: 0.9;
position: absolute;
transition: opacity 0.35s ease-in-out;
top: 0;
left: 0;
right: 0;
bottom: 0;
background-color: #fff;
}
.search #bhresponse,
.archive.tax-amenities #bhresponse {
position: relative;
}
.search #bhresponse.loading .circle:after,
.archive.tax-amenities #bhresponse.loading .circle:after {
content: '';
position: absolute;
border-radius: 50%;
border: 3px solid #000;
width: 30px;
height: 30px;
left: calc(50% - 15px);
top: calc(50% - 15px);
border-left: 3px solid transparent;
border-bottom: 3px solid transparent;
animation: buttonLoading 1s ease infinite;
z-index: 10;
opacity: 1;
visibility: visible;
}
.search #bhresponse.loading .circle:before,
.archive.tax-amenities #bhresponse.loading .circle:before {
content: '';
position: absolute;
border-radius: 50%;
border: 3px dashed #000;
width: 30px;
height: 30px;
left: calc(50% - 15px);
top: calc(50% - 15px);
border-left: 3px solid transparent;
border-bottom: 3px solid transparent;
animation: buttonLoading 2s linear infinite;
z-index: 5;
opacity: 1;
visibility: visible;
}
.bht_rooms_pagination:not(:empty) {
text-align: center;
padding-top: 40px;
}
.bht_rooms_pagination a,
.bht_rooms_pagination span {
display: inline-block;
width: 32px;
height: 32px;
line-height: 32px;
background-color: transparent;
color: #012438;
font-size: 12px;
box-sizing: content-box;
text-align: center;
}
.bh-rooms-block + .bht_rooms_pagination a,
.bh-rooms-block + .bht_rooms_pagination span {
margin-left: 3px;
margin-right: 3px;
}
.bh-rooms-block + .bht_rooms_pagination > *:first-child {
margin-left: 0 !important;
}
.bh-rooms-block + .bht_rooms_pagination > *:last-child {
margin-right: 0 !important;
}
.bht_rooms_pagination a:hover,
.bht_rooms_pagination .current {
background-color: #012438;
color: #fff;
}
#bh-latest-posts + .bh-blog-pagination {
padding-top: 42px;
}
.bh-blog-pagination a,
.bh-blog-pagination span,
#comments .navigation a,
#comments .navigation span {
display: inline-block;
width: 32px;
height: 32px;
line-height: 32px;
background-color: transparent;
color: #012438;
font-size: 12px;
text-align: center;
margin: 0 3px;
}
.bh-blog-pagination a:hover,
.bh-blog-pagination .current,
#comments .navigation a:hover,
#comments .navigation .current {
background-color: #012438;
color: #fff;
}
#bh-search-form-block {
margin-bottom: 60px;
margin-left: auto;
margin-right: auto;
}
#bh-search-room-section {
padding: 60px 10px;
background-color: #f1f1f1;
}
#bh-search-room-section + #site-content {
padding-top: 50px;
}
#bh-search-room-section .container {
max-width: 1170px;
}
#bh-search-room-section #bh-search-form-block,
.elementor-widget-container #bh-search-form-block {
margin-bottom: 0;
}
#bh-latest-posts {
display: grid;
grid-template-columns: repeat(3, 1fr);
grid-column-gap: 40px;
grid-row-gap: 60px;
}
#bh-latest-posts .post {
min-width: 0;
}
#bh-latest-posts .post.sticky {
padding: 30px 40px;
background-color: #f3f3f3;
}
#bh-latest-posts.bh-grid-columns-1 {
grid-template-columns: repeat(1, 1fr);
}
#bh-latest-posts.bh-grid-columns-2 {
grid-template-columns: repeat(2, 1fr);
}
#bh-latest-posts.bh-grid-columns-4 {
grid-template-columns: repeat(4, 1fr);
}
#bh-latest-posts.bh-grid-columns-4 {
grid-template-columns: repeat(5, 1fr);
}
#bh-latest-posts.bh-grid-columns-4 {
grid-template-columns: repeat(6, 1fr);
}
.bh-post-img:not(:empty) {
margin-bottom: 35px;
}
#bh-latest-posts .bh-post-img:not(:empty) {
margin-bottom: 38px;
}
.bh-post-img a {
display: block;
position: relative;
overflow: hidden;
padding-bottom: 82%;
-webkit-backface-visibility: hidden;
backface-visibility: hidden;
}
.bh-post-img a img {
position: absolute;
top: calc(50% + 1px);
left: calc(50% + 1px);
-webkit-transform: scale(1.01) translate(-50%, -50%);
-ms-transform: scale(1.01) translate(-50%, -50%);
transform: scale(1.01) translate(-50%, -50%);
height: 100%;
width: auto;
display: block;
max-width: unset;
max-height: unset;
min-width: 100%;
object-fit: cover;
}
#bh-latest-posts .title {
margin-bottom: 12px;
}
#bh-latest-posts .title h2 {
font-size: 25px;
line-height: 1.48em;
margin-bottom: 0;
font-weight: 400;
overflow: hidden;
text-overflow: ellipsis;
}
#bh-latest-posts .title h2 a {
color: #012438;
}
#bh-latest-posts .post-excerpt {
margin-bottom: 13px;
}
#bh-latest-posts .readmore {
display: inline-block;
font-size: 13px;
line-height: 29px;
text-transform: uppercase;
letter-spacing: 1.5px;
font-family: 'Plus Jakarta Sans';
}
.bh-post-meta {
display: flex;
column-gap: 10px;
align-items: center;
margin-bottom: 20px;
}
#bh-latest-posts .bh-post-meta {
margin-bottom: 12px;
flex-wrap: wrap;
}
.textcenter .bh-post-meta {
justify-content: center;
}
.textright .bh-post-meta {
justify-content: flex-end;
}
.bh-post-meta > div {
color: #012438;
font-size: 11px;
text-transform: uppercase;
font-weight: 400;
letter-spacing: 0.02em;
}
.bh-post-meta .meta-date,
.bh-post-meta .meta-author {
min-width: fit-content;
}
.bh-post-meta > div + div {
padding-left: 10px;
position: relative;
}
.bh-post-meta > div + div:before {
content: '·';
position: absolute;
left: 0;
}
.bh-post-meta > div a {
color: inherit;
} .single .sharebox {
font-size: 11px;
text-transform: uppercase;
letter-spacing: 1.4px;
font-weight: 400;
color: #fff;
background-color: #002349;
padding: 45px 49px;
line-height: 1;
display: flex;
justify-content: space-between;
align-items: center;
margin-bottom: 45px;
}
.sharebox .social-icons {
display: flex;
row-gap: 15px;
}
.sharebox .share-title {
flex-shrink: 0;
padding-right: 40px;
line-height: 58px;
}
.sharebox li a {
color: inherit;
background-color: #fff;
max-width: 58px;
height: 58px;
line-height: 58px;
padding: 0 20px;
text-align: center;
font-weight: 700;
color: #002349;
display: inline-block;
box-sizing: border-box;
overflow: hidden;
display: flex;
align-items: center;
}
.sharebox li + li {
padding-left: 15px;
}
.sharebox li:nth-child(1) a,
.sharebox li:hover a {
max-width: 100%;
}
.sharebox li:hover a {
transition: all 0.3s ease-out;
text-align: left;
}
.sharebox ul:hover li:nth-child(1):not(:hover) a {
max-width: 58px;
}
.sharebox li a span {
padding-left: 22px;
flex-shrink: 0;
}
.sharebox li a i {
font-size: 16px;
}
.sharebox li a:hover {
color: #da8155;
} .single #site-content {
padding-top: 100px;
padding-bottom: 115px;
}
.single.single-post #footer.footer-default.footer-custom {
padding-top: 0;
padding-bottom: 0;
}
#footer.footer-default.footer-custom {
padding-top: 0;
padding-bottom: 0;
}
body:not(.bh-show-sidebar).single:not(.single-bh-room) .container,
body:not(.bh-show-sidebar).single:not(.single-bh-room) #site-content.container,
.single:not(.single-bh-room) #comments .container {
max-width: 750px;
}
.single.single-post .title h1 {
font-size: 60px;
line-height: 1.25em;
font-weight: 400;
color: #012438;
margin-bottom: 0;
-ms-word-wrap: break-word;
word-wrap: break-word;
}
.single.single-post .title {
margin-bottom: 60px;
}
.single .post .bh-post-meta > div {
font-size: 13px;
letter-spacing: 1.2px;
}
.single .post .bh-post-img {
margin-bottom: 55px;
text-align: center;
}
.single #site-content > article.post .bh-post-content {
margin-bottom: 62px;
}
.bh-post-content input[name='post_password'] {
border: 1px solid #e1e3e5;
margin-bottom: 20px;
}
.bh-post-content iframe {
width: 100% !important;
}
.single #site-content > article.post .bh-post-content:after {
content: '';
width: 100%;
clear: both;
display: block;
}
.bh-show-sidebar #site-content.container {
display: flex;
column-gap: 70px;
}
.bh-show-sidebar #site-content.container #sidebar {
max-width: 300px;
min-width: 270px;
width: 30%;
}
.bh-show-sidebar #site-content.container #content,
.bh-show-sidebar #site-content.container > article.post {
max-width: 800px;
width: 70%;
}
.bh-room-rating .stars {
font-size: 16px;
color: #f5a358;
line-height: 1em;
min-width: max-content;
}
.bh-room-rating .stars i + i {
padding-left: 3px;
}
.stars.bh-stars-4 i:nth-last-child(1),
.stars.bh-stars-3 i:nth-last-child(1),
.stars.bh-stars-3 i:nth-last-child(2),
.stars.bh-stars-2 i:nth-last-child(1),
.stars.bh-stars-2 i:nth-last-child(2),
.stars.bh-stars-2 i:nth-last-child(3),
.stars.bh-stars-1 i:nth-last-child(1),
.stars.bh-stars-1 i:nth-last-child(2),
.stars.bh-stars-1 i:nth-last-child(3),
.stars.bh-stars-1 i:nth-last-child(4) {
color: #e4e4e4;
}
.bh-room-rating .rate-number {
color: #012438;
padding-left: 8px;
}
.single-room-meta-block {
display: flex;
justify-content: space-between;
align-items: center;
margin-bottom: 17px;
}
.single-room-share-save {
display: flex;
align-items: center;
}
.single-room-share-save a {
display: inline-block;
width: 42px;
height: 42px;
line-height: 42px;
font-size: 20px;
color: #012438;
text-align: center;
margin-left: 7px;
position: relative;
transition: background-color 0.3s ease-out;
}
.remove-wishlist.single-room-save {
display: inline-block;
width: 42px;
height: 42px;
line-height: 42px;
font-size: 20px;
color: #012438;
text-align: center;
position: absolute;
top: 15px;
right: 30px;
z-index: 2;
background-color: rgba(255, 255, 255, 0.7);
transition: background-color 0.3s ease-out;
}
.remove-wishlist.single-room-save:hover {
background-color: #fff;
}
.single-room-share {
transition: background-color 0.3s ease-out !important;
background-image: url(//auroraorkney.co.uk/wp-content/themes/brooklyn-heights/images/share.svg);
background-position: center;
background-size: 94%;
background-repeat: no-repeat;
}
.single-room-share.active {
background-image: url(//auroraorkney.co.uk/wp-content/themes/brooklyn-heights/images/close.svg);
background-color: #f2f4f5;
background-size: 9px 9px;
transform: rotate(180deg);
transition: transform 0.4s ease-out !important;
}
.single-room-share-block {
position: relative;
line-height: 0;
}
.single-room-share-block .sharebox-room {
display: flex;
position: absolute;
right: 49px;
top: 0;
z-index: 1;
visibility: hidden;
}
.single-room-share-block .sharebox-room a {
opacity: 0;
}
.single-room-share-block .sharebox-room li:nth-child(1) a {
transition: opacity 0.45s ease-out 0.4s;
}
.single-room-share-block .sharebox-room li:nth-child(2) a {
transition: opacity 0.45s ease-out 0.35s;
}
.single-room-share-block .sharebox-room li:nth-child(3) a {
transition: opacity 0.45s ease-out 0.3s;
}
.single-room-share-block .sharebox-room li:nth-child(4) a {
transition: opacity 0.45s ease-out 0.25s;
}
.single-room-share-block .sharebox-room li:nth-child(5) a {
transition: opacity 0.45s ease-out 0.2s;
}
.single-room-share-block .sharebox-room li:nth-child(6) a {
transition: opacity 0.45s ease-out 0.15s;
}
.single-room-share-block .sharebox-room li:nth-child(7) a {
transition: opacity 0.45s ease-out 0.1s;
}
.single-room-share-block .sharebox-room li:nth-child(8) a {
transition: opacity 0.45s ease-out 0.05s;
}
.single-room-share-block .sharebox-room li:nth-child(9) a {
transition: opacity 0.45s ease-out;
}
.single-room-share.active + .sharebox-room {
visibility: visible;
}
.single-room-share.active + .sharebox-room a { opacity: 1;
}
.single-room-share-block .sharebox-room a {
background-color: #fff;
font-size: 14px;
margin-left: 4px;
}
.single-room-share-block .sharebox-room .social-twitter a {
background-color: #1da1f1;
color: #fff;
}
.single-room-share-block .sharebox-room .social-facebook a {
background-color: #0b76ff;
color: #fff;
}
.single-room-share-block .sharebox-room .social-whatsapp a {
background-color: #25d266;
color: #fff;
}
.single-room-share-block .sharebox-room .social-email a {
background-color: #ff800b;
color: #fff;
}
.single-room-share-block .sharebox-room .social-telegram a {
background-color: #0088cc;
color: #fff;
}
.single-room-share-block .sharebox-room .social-googleplus a {
background-color: #ea4335;
color: #fff;
}
.single-room-share-block .sharebox-room .social-linkedin a {
background-color: #0a66c2;
color: #fff;
}
.single-room-share-block .sharebox-room .social-pinterest a {
background-color: #bd081c;
color: #fff;
}
.for-anim {
position: absolute;
left: 50%;
top: 50%;
transform: translate(-50%, -50%);
z-index: 1;
opacity: 0;
color: #fa2a4f;
}
@keyframes wishlistAnim {
from {
opacity: 1;
top: 50%;
}
to {
opacity: 0;
top: -100%;
}
}
@keyframes wishlistAnimIn {
from {
opacity: 0;
top: -100%;
}
to {
opacity: 0.8;
top: 50%;
}
}
.single-room-save.active.loading .for-anim {
animation: wishlistAnim 1.1s infinite;
}
.single-room-save.loading:not(.active) .for-anim {
animation: wishlistAnimIn 0.85s infinite;
}
.single-room-save.active,
.single-room-save.loading {
color: #fa2a4f;
}
.single-room-save.active i:not(.for-anim) {
font-weight: 900 !important;
}
.single-room-share-save a:hover {
background-color: #f2f4f5;
color: #fa2a4f;
}
.single-room-meta {
font-size: 14px;
color: #345060;
font-weight: 400;
display: flex;
align-items: center;
}
.single-room-meta a,
.single-room-meta a:visited {
color: inherit;
}
.single-room-meta > div + div {
margin-left: 10px;
padding-left: 11px;
position: relative;
}
.single-room-meta > div + div:before {
content: '';
width: 2px;
height: 2px;
background-color: #345060;
position: absolute;
border-radius: 50%;
left: 0;
top: calc(50% - 1px);
}
.bh-title-wishlist-block {
display: flex;
align-items: flex-start;
justify-content: space-between;
margin-bottom: 13px;
}
.grid2 .bh-title-wishlist-block {
align-items: center;
flex-wrap: wrap;
column-gap: 20px;
row-gap: 10px;
}
.grid2 .bh-room-search-item.bh-room-search-item-big {
height: 100%;
}
.bh-title-wishlist-block .single-room-share-save a {
width: 40px;
height: 40px;
line-height: 40px;
}
.bh-title-wishlist-block .single-room-share-save a:hover {
color: #fa2a4f;
}
.bh-room-search-item.bh-room-search-item-big .bh-title-wishlist-block {
margin-bottom: 30px;
}
.bh-room-city {
font-size: 14px;
font-weight: 400;
color: #6e767a;
}
.bh-title-wishlist-block .bh-room-city {
margin-bottom: 10px;
line-height: 17px;
}
.bh-title-wishlist-block .bh-room-title,
.bh-room.order .bh-room-title {
font-size: 20px;
line-height: 1.5em;
margin-bottom: 0;
}
.bh-room.order .bh-room-title {
margin-bottom: 17px;
}
.search .bh-rooms-block,
.archive.tax-amenities .bh-rooms-block {
row-gap: 0;
}
.bh-room-search-item {
display: flex;
column-gap: 22px;
margin-top: 35px;
padding-bottom: 35px;
border-bottom: 1px solid #dddede;
}
.archive.tax-amenities .bh-rooms-block .span12:last-child .bh-room-search-item {
border-bottom: 0;
}
.bh-room-search-item.bh-room-search-item-big {
flex-wrap: wrap;
margin-top: 59px;
padding-bottom: 39px;
}
.bh-room-search-item.bh-room-search-item-big:first-child {
margin-top: 35px;
}
.bh-room-search-item.bh-room-search-item-big .bh-room-title {
font-size: 24px;
line-height: 1.25em;
margin-bottom: 8px;
}
.bh-room-search-item .bh-room-img {
width: 37%;
max-width: 292px;
min-width: 250px;
}
.bh-rooms-block.list2 .bh-room-search-item .bh-room-img {
max-width: unset;
}
.bh-rooms-block.grid2 .bh-room-search-item .bh-room-img {
margin-bottom: 0;
}
.bh-rooms-block.list2 .bh-room-search-item,
.bh-rooms-block.grid2 .bh-room-search-item {
padding-bottom: 0 !important;
margin-top: 0 !important;
border-bottom: 0;
}
.bh-rooms-block.list2 .bh-room-description {
font-size: 16px;
margin-bottom: 20px;
}
.bh-rooms-block.list2 {
row-gap: 0 !important;
}
.bh-rooms-block.list2 .span12 + .span12 .bh-rooms-separator {
height: 0;
border-top: 1px solid #dddede;
margin-top: 30px;
margin-bottom: 30px;
}
.bh-room-search-item.bh-room-search-item-big .bh-room-img {
width: 100%;
max-width: 100%;
margin-bottom: 41px;
}
.bh-room-search-item.bh-room .bh-room-img a {
padding-bottom: 69.5%;
}
.bh-room-search-item .bh-room-content {
width: 100%;
display: flex;
flex-direction: column;
justify-content: space-between;
}
.bh-room-search-item .bh-room-img + .bh-room-content {
width: 61%;
}
.bh-room-search-item.bh-room-search-item-big .bh-room-content {
width: 100%;
}
.bh-room-search-item.bh-room-search-item-big .button.bh-room-button {
width: auto;
font-size: 13px;
text-transform: uppercase;
font-family: 'Plus Jakarta Sans';
letter-spacing: 0.15em;
font-weight: 700;
line-height: 2.85em;
}
.bh-room-search-item .single-room-meta {
margin-bottom: 9px;
}
.bh-room-search-item .bh-bottom-meta .single-room-meta {
margin-bottom: 0;
line-height: 20px;
}
.bh-room-search-item.bh-room-search-item-big .single-room-meta {
margin-bottom: 0px;
}
.bh-room-search-item.bh-room-search-item-big .bh-room-search-description {
color: #012438;
font-size: 15px;
line-height: 28px;
margin-bottom: 39px;
}
.bh-room-search-item .bh-room-rating-block .bh-room-reviews {
padding: 0;
}
.bh-room-search-item .bh-room-rating-block {
display: flex;
justify-content: flex-start;
font-size: 14px;
font-weight: 400;
align-items: center;
color: #80919b;
}
.bh-room-search-item .bh-room-rating-block .bh-room-rating {
text-align: left;
}
.single-bh-room .bh-block-title {
font-size: 24px;
line-height: 1.25em;
margin-bottom: 27px;
}
.bh-single-room-subtitle-block .single-room-meta {
font-size: 16px;
font-weight: 300;
color: #012438;
}
.bh-single-room-subtitle-block {
padding-bottom: 23px;
border-bottom: 1px solid #dddede;
margin-bottom: 34px;
}
.bh-single-room-subtitle-block .subtitle {
margin-bottom: 9px;
}
.bh-single-room-content {
margin-bottom: 39px;
}
.bh-single-room-amenities {
border-top: 1px solid #dddede;
padding-top: 55px;
margin-bottom: 37px;
}
.bh-single-room-calendar {
border-top: 1px solid #dddede;
padding-top: 55px;
margin-bottom: 37px;
}
.bh-single-room-location {
border-top: 1px solid #dddede;
padding-top: 55px;
margin-bottom: 40px;
}
body.single.single-bh-room #site-content:after {
content: '';
display: block;
width: 100%;
max-width: 1170px;
border-top: 1px solid #ededed;
margin: 0 auto;
position: absolute;
bottom: 0;
left: 50%;
transform: translateX(-50%);
}
body.single.single-bh-room #site-content {
position: relative;
} .bh-single-room-reviews:not(:empty) {
border-top: 1px solid #dddede;
padding-top: 50px;
margin-bottom: 40px;
}
.bh-reviews-title-block {
display: flex;
align-items: center;
margin-bottom: 40px;
}
.bh-reviews-title-block .bh-room-rating {
display: flex;
align-items: center;
}
.bh-reviews-title-block .bh-room-rating .stars {
padding-bottom: 3px;
}
.bh-reviews-title-block .rate-number,
.bh-reviews-title-block .bh-room-reviews {
font-size: 24px;
line-height: 1.25em;
font-weight: 400;
margin-bottom: 0;
}
.next-reviews + #respond {
padding-top: 50px;
}
.bh-reviews-title-block .bh-room-reviews {
padding-left: 25px;
margin-left: 16px;
position: relative;
}
.bh-reviews-title-block .bh-room-reviews:before {
content: '';
width: 6px;
height: 1px;
border-top: 1px solid;
position: absolute;
top: calc(50% - 3px);
left: 0;
}
.bh-reviews-bars {
columns: 2;
column-gap: 36px;
width: 100%;
}
#bh-reviews .bh-author-name {
font-size: 16px;
font-weight: 600;
color: #012438;
}
#bh-reviews .comment-body .bh-author-avatar {
margin-right: 18px;
}
#bh-reviews .meta-date {
font-size: 12px;
font-weight: 400;
color: #677c88;
line-height: 1em;
}
#bh-reviews .bh-reviews-bars-block {
margin-bottom: 28px;
}
#bh-reviews .comment-body .text {
color: #012438;
font-size: 15px;
margin-bottom: 0;
}
#bh-reviews .commentlist li + li {
margin-top: 50px;
}
#bh-reviews .comment-avatar-name {
display: flex;
margin-bottom: 17px;
align-items: center;
}
.next-reviews {
margin-top: 44px;
}
.next-reviews > a,
.empty-button {
border: 1px solid #002349;
color: #002349;
font-size: 11px;
line-height: 11px;
font-weight: 700;
letter-spacing: 0.15em;
text-transform: uppercase;
padding: 16px 28px;
background-color: #fff;
transition: all 0.3s ease-out;
display: inline-block;
position: relative;
}
.next-reviews > a.bh-button-disabled {
cursor: default;
opacity: 0.5;
color: #002349;
}
.next-reviews > a.bh-button-disabled:hover {
color: #002349;
}
.next-reviews > a:before,
.next-reviews > a:after {
width: 16px;
height: 16px;
left: calc(50% - 9px);
top: calc(50% - 9px);
border-width: 1px;
}
.next-reviews > a.bh-button-loading {
cursor: default;
}
.next-reviews > a:not(.bh-button-loading):not(.bh-button-disabled):hover,
.empty-button:hover {
background-color: #002349;
color: #fff;
}
.slider-field {
width: 100%; line-height: 1em;
margin-bottom: 4px;
} .slider {
-webkit-appearance: none; appearance: none;
width: 100%; height: 5px; background-color: #e6e9eb; outline: none; opacity: 1; -webkit-transition: 0.2s; border-radius: 6px;
transition: opacity 0.2s;
} .slider:hover {
opacity: 1; } .slider::-webkit-slider-thumb {
-webkit-appearance: none; appearance: none;
width: 10px; height: 10px; background: #012438; border-radius: 100%;
cursor: pointer; }
.slider::-moz-range-thumb {
width: 10px; height: 10px; background: #012438; border-radius: 100%;
cursor: pointer; transform: translateY(50%);
}
.bh-reviews-bars li {
margin-bottom: 21px;
}
.bh-review-bar {
display: flex;
align-items: center;
}
.bh-bar-line {
width: 100%;
background-color: #e6e9eb;
border-radius: 5px;
display: block;
}
.bh-bar-title {
font-size: 14px;
color: #012438;
font-weight: 400;
}
.bh-bar-line > span {
background-color: #002349;
border-radius: 5px;
width: 80%;
display: block;
height: 5px;
}
.bh-review-bar .bh-review-bar-rate {
width: 30px;
margin-left: 12px;
text-align: right;
font-size: 12px;
color: #012438;
font-weight: 500;
display: inline-block;
line-height: 1em;
} .bh-post-content p:last-child {
margin-bottom: 0;
}
.bh-post-tags {
color: #012438;
text-transform: uppercase;
font-weight: 400;
font-size: 13px;
letter-spacing: 1.4px;
padding: 36px 0;
border-top: 1px solid #e4e7e9;
}
.bh-post-tags .bh-tags-title {
padding-right: 60px;
position: relative;
}
.bh-post-tags .bh-tags-title:after {
content: '';
width: 25px;
height: 0;
border-top: 1px solid #e4e7e9;
position: absolute;
top: 50%;
right: 0;
}
.bh-post-tags a {
padding-left: 35px;
color: #da8155;
display: inline-block;
}
.bh-post-tags a:before {
content: '#';
}
.bh-author-info {
display: flex;
padding: 68px 0 55px;
border-top: 1px solid #e4e7e9;
}
.bh-author-avatar {
margin-right: 35px;
flex-shrink: 0;
}
.bh-author-avatar img {
border-radius: 50%;
}
#comments .bh-author-avatar img {
height: 70px;
width: 70px;
object-fit: cover;
}
#bh-reviews .bh-author-avatar img {
width: 50px;
height: 50px;
object-fit: cover;
}
.bh-author-info .bh-author-avatar img {
width: 80px;
height: 80px;
object-fit: cover;
}
.bh-author-title {
font-size: 18px;
line-height: 1.5em;
font-weight: 400;
text-transform: capitalize;
margin-bottom: 20px;
}
.bh-author-description .bh-author-title {
font-weight: 600;
}
.bh-author-bio {
font-size: 15.5px;
font-weight: 400;
}
#related-posts {
padding-top: 51px;
}
#related-posts > h2 {
font-weight: 400;
font-size: 35px;
color: #012438;
line-height: 1.4em;
margin-bottom: 45px;
text-transform: capitalize;
}
#related-posts figure {
margin: 0;
}
#related-posts .bh-post-title {
font-size: 23px;
font-weight: 400;
line-height: 1.6em;
color: #fff;
text-align: center;
padding: 20px 40px;
position: absolute;
bottom: 0;
left: 0;
right: 0;
margin-bottom: 0;
}
#related-posts .bh-post-img {
position: relative;
}
#related-posts .bh-post-img .bh-post-overlay {
position: absolute;
top: 0;
bottom: 0;
left: 0;
right: 0;
background: rgb(0, 25, 52, 0.4);
background: linear-gradient(
0deg,
rgba(0, 25, 52, 1) 0%,
rgba(0, 25, 52, 0.5) 15%,
rgba(0, 25, 52, 0.25) 27%,
rgba(255, 255, 255, 0) 100%
);
}
#related-posts .bh-post-title a {
color: inherit;
} #comments {
background-color: #e2e4e5;
padding: 104px 20px 150px;
}
#comments #respond form {
background-color: #fff;
padding: 60px;
}
#comments-title {
font-size: 35px;
line-height: 1.4em;
color: #012438;
font-weight: 400;
margin-bottom: 70px;
}
.comment-body {
display: flex;
}
.comment-body .bh-author-avatar {
margin-right: 25px;
}
.comment-body .bh-author-title {
color: #012438;
margin-bottom: 2px;
}
.comment-body .comment-text {
width: 100%;
}
.comment-body .bh-author-title a {
color: inherit;
}
.comment-body .bh-post-meta {
margin-bottom: 13px;
}
.comment-body .bh-post-meta .meta-date {
color: #8d979c;
letter-spacing: 1.4px;
}
.comment-body .comment-reply-link {
padding: 10px 20px;
font-size: 10px;
letter-spacing: 1.4px;
text-transform: uppercase;
font-weight: 500;
color: #012438;
background-color: #cbced0;
}
.comment-body .comment-reply-link:hover {
background-color: #012438;
color: #fff;
}
.comment-body .text {
font-size: 15px;
line-height: 25px;
color: #55585a;
font-weight: 400;
}
.comment-body .text + .comment-reply:not(:empty) {
padding-top: 22px;
}
.comment-body .text p:last-child {
margin-bottom: 0;
}
.commentlist + #respond,
.navigation + #respond {
margin-top: 100px;
}
.commentlist + .navigation {
margin-top: 50px;
}
.commentlist li.comment {
margin-top: 60px;
}
.comment-text .text h1,
.comment-text .text h2,
.comment-text .text h3,
.comment-text .text h4,
.comment-text .text h5,
.comment-text .text h6 {
margin: 15px 0;
}
.commentlist > li:first-child {
margin-top: 0;
}
.comment-body + #respond {
margin-top: 40px;
}
.comment .children {
list-style: none;
}
#reply-title,
#reply-title small {
font-size: 27px;
line-height: 1.4em;
color: #012438;
font-weight: 400;
}
#reply-title small {
font-family: inherit;
}
#reply-title small a {
color: inherit;
}
#reply-title + p {
font-size: 14px;
margin-bottom: 43px;
}
.comment-body + #respond #reply-title span {
font-size: 0;
line-height: 0;
}
#commentform {
display: flex;
flex-wrap: wrap;
column-gap: 40px;
row-gap: 40px;
}
#commentform > input {
width: calc(50% - 20px);
}
#commentform textarea,
#commentform p {
width: 100%;
margin: 0;
}
#commentform .form-submit {
margin-bottom: 0;
margin-top: 15px;
}
#commentform .form-submit input[type='submit'] {
padding: 11px 35px;
}
#commentform p.comment-form-cookies-consent {
display: flex;
}
#commentform p.comment-form-cookies-consent input {
margin: 2px 7px 0 0;
}
#commentform p.comment-form-cookies-consent label {
font-size: 12px;
line-height: 18px;
} .single #post-navigation {
padding-top: 45px;
padding-bottom: 60px;
border-top: 1px solid #e4e7e9;
display: flex;
justify-content: space-between;
}
.single #post-navigation div a,
.single #post-navigation div span {
font-size: 13px;
line-height: 1em;
font-weight: 600;
color: #da8155;
text-transform: uppercase;
letter-spacing: 1.2px;
}
.single #post-navigation div span {
color: #e4e7e9;
} #footer.footer-default {
padding-top: 110px;
padding-bottom: 40px;
}
#footer.footer-default .row {
max-width: 1230px;
margin: 0 auto;
}
#footer.footer-default .row div[class*='span'] {
padding-left: 30px;
padding-right: 30px;
}
#footer.footer-default .row div[class*='span']:first-child {
padding-right: 90px;
}
#footer.footer-default .logo .logo-text {
font-family: Prata;
text-transform: capitalize;
line-height: 45px;
letter-spacing: 0px;
font-weight: 400;
font-style: normal;
color: #012438;
font-size: 27px;
font-display: swap;
}
.copyright-section {
max-width: 1170px;
display: flex;
align-items: center;
justify-content: space-between;
padding-top: 40px;
margin-top: 35px;
border-top: 1px solid #d9d9d9;
margin: 90px auto 0;
column-gap: 20px;
}
#footer.footer-default .row:not(:has(div[class*='span'])) + .copyright-section {
border-top: 0;
margin-top: 0;
padding-top: 0;
}
.bh-footer-link--fancy {
position: relative;
display: inline-block;
color: #002349;
display: flex;
align-items: center;
}
.bh-footer-link--fancy i {
font-size: 16px;
color: #002349;
border-radius: 50%;
border: 1px solid #002349;
text-indent: -32px;
width: 9px;
height: 9px;
line-height: 28px;
display: inline-block;
overflow: hidden;
margin-right: 12px;
text-align: center;
flex-shrink: 0;
transition: width 0.3s ease-in 0.15s, height 0.3s ease-in 0.15s,
background-color 0.3s ease-in 0.15s, text-indent 0.3s ease-in,
color 0.3s ease-out;
}
.bh-footer-link--fancy:hover i {
width: 30px;
height: 30px;
background-color: #002349;
color: #fff;
text-indent: 0;
transition: width 0.3s ease-out 0.1s, height 0.3s ease-out 0.1s,
background-color 0.4s ease-out, text-indent 0.3s ease-in 0.2s;
}
#footer.footer-default .footer-block-title,
#footer .logo {
margin-bottom: 22px;
}
#footer .bh-contacts-items:not(:last-child) {
margin-bottom: 40px;
}
#footer .bh-footer-link--fancy + .bh-footer-link--fancy {
margin-top: 12px;
}
#footer .footer-block-text:not(:last-child) {
margin-bottom: 20px;
}
#footer .bh-footer-button--info .button {
font-size: 13px;
font-weight: 700;
line-height: 16px;
letter-spacing: 0.15em;
padding: 23px 40px;
display: inline-block;
color: #fff;
background-color: #012438;
text-align: center;
text-transform: uppercase;
letter-spacing: 2px;
}
#footer .bh-footer-button--info .button span:last-child {
margin-left: 15px;
display: inline-block;
position: relative;
}
#footer .bh-footer-button--info .button span:last-child svg {
width: 20px;
fill: #fff;
transition: all 0.3s ease-out;
}
#footer .footer-info-block-text:not(:last-child) {
margin-bottom: 40px;
}
#footer .bh-footer-button--info .button:hover span:last-child svg {
width: 26px;
}
#footer .bh-back-to-top {
flex-shrink: 0;
}
#footer .bh-back-to-top a {
color: inherit;
font-size: 14px;
}
#footer .copyright-text {
font-size: 14px;
}