@charset 'UTF-8';
.wpcf7 .screen-reader-response{position:absolute;overflow:hidden;clip:rect(1px, 1px, 1px, 1px);clip-path:inset(50%);height:1px;width:1px;margin:-1px;padding:0;border:0;word-wrap:normal !important;}
.wpcf7 .hidden-fields-container{display:none;}
.wpcf7 form .wpcf7-response-output{margin:2em 0.5em 1em;padding:0.2em 1em;border:2px solid #00a0d2;}
.wpcf7 form.init .wpcf7-response-output,
.wpcf7 form.resetting .wpcf7-response-output,
.wpcf7 form.submitting .wpcf7-response-output{display:none;}
.wpcf7 form.sent .wpcf7-response-output{border-color:#46b450;}
.wpcf7 form.failed .wpcf7-response-output,
.wpcf7 form.aborted .wpcf7-response-output{border-color:#dc3232;}
.wpcf7 form.spam .wpcf7-response-output{border-color:#f56e28;}
.wpcf7 form.invalid .wpcf7-response-output,
.wpcf7 form.unaccepted .wpcf7-response-output,
.wpcf7 form.payment-required .wpcf7-response-output{border-color:#ffb900;}
.wpcf7-form-control-wrap{position:relative;}
.wpcf7-not-valid-tip{color:#dc3232;font-size:1em;font-weight:normal;display:block;}
.use-floating-validation-tip .wpcf7-not-valid-tip{position:relative;top:-2ex;left:1em;z-index:100;border:1px solid #dc3232;background:#fff;padding:.2em .8em;width:24em;}
.wpcf7-list-item{display:inline-block;margin:0 0 0 1em;}
.wpcf7-list-item-label::before,
.wpcf7-list-item-label::after{content:" ";}
.wpcf7-spinner{visibility:hidden;display:inline-block;background-color:#23282d;opacity:0.75;width:24px;height:24px;border:none;border-radius:100%;padding:0;margin:0 24px;position:relative;}
form.submitting .wpcf7-spinner{visibility:visible;}
.wpcf7-spinner::before{content:'';position:absolute;background-color:#fbfbfc;top:4px;left:4px;width:6px;height:6px;border:none;border-radius:100%;transform-origin:8px 8px;animation-name:spin;animation-duration:1000ms;animation-timing-function:linear;animation-iteration-count:infinite;}
@media (prefers-reduced-motion: reduce) {
.wpcf7-spinner::before{animation-name:blink;animation-duration:2000ms;}
}
@keyframes spin {
from{transform:rotate(0deg);}
to{transform:rotate(360deg);}
}
@keyframes blink {
from{opacity:0;}
50%{opacity:1;}
to{opacity:0;}
}
.wpcf7 [inert]{opacity:0.5;}
.wpcf7 input[type="file"]{cursor:pointer;}
.wpcf7 input[type="file"]:disabled{cursor:default;}
.wpcf7 .wpcf7-submit:disabled{cursor:not-allowed;}
.wpcf7 input[type="url"],
.wpcf7 input[type="email"],
.wpcf7 input[type="tel"]{direction:ltr;}
.wpcf7-reflection > output{display:list-item;list-style:none;}
.wpcf7-reflection > output[hidden] {
display: none;
}.fa,
.fas,
.far,
.fal,
.fab{-moz-osx-font-smoothing:grayscale;-webkit-font-smoothing:antialiased;display:inline-block;font-style:normal;font-variant:normal;text-rendering:auto;line-height:1;}
.fa-lg{font-size:1.33333em;line-height:0.75em;vertical-align:-.0667em;}
.fa-xs{font-size:.75em;}
.fa-sm{font-size:.875em;}
.fa-1x{font-size:1em;}
.fa-2x{font-size:2em;}
.fa-3x{font-size:3em;}
.fa-4x{font-size:4em;}
.fa-5x{font-size:5em;}
.fa-6x{font-size:6em;}
.fa-7x{font-size:7em;}
.fa-8x{font-size:8em;}
.fa-9x{font-size:9em;}
.fa-10x{font-size:10em;}
.fa-fw{text-align:center;width:1.25em;}
.fa-ul{list-style-type:none;margin-left:2.5em;padding-left:0;}
.fa-ul > li{position:relative;}
.fa-li{left:-2em;position:absolute;text-align:center;width:2em;line-height:inherit;}
.fa-border{border:solid 0.08em #eee;border-radius:.1em;padding:.2em .25em .15em;}
.fa-pull-left{float:left;}
.fa-pull-right{float:right;}
.fa.fa-pull-left,
.fas.fa-pull-left,
.far.fa-pull-left,
.fal.fa-pull-left,
.fab.fa-pull-left{margin-right:.3em;}
.fa.fa-pull-right,
.fas.fa-pull-right,
.far.fa-pull-right,
.fal.fa-pull-right,
.fab.fa-pull-right{margin-left:.3em;}
.fa-spin{-webkit-animation:fa-spin 2s infinite linear;animation:fa-spin 2s infinite linear;}
.fa-pulse{-webkit-animation:fa-spin 1s infinite steps(8);animation:fa-spin 1s infinite steps(8);}
@-webkit-keyframes fa-spin {
0%{-webkit-transform:rotate(0deg);transform:rotate(0deg);}
100%{-webkit-transform:rotate(360deg);transform:rotate(360deg);}
}
@keyframes fa-spin {
0%{-webkit-transform:rotate(0deg);transform:rotate(0deg);}
100%{-webkit-transform:rotate(360deg);transform:rotate(360deg);}
}
.fa-rotate-90{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";-webkit-transform:rotate(90deg);transform:rotate(90deg);}
.fa-rotate-180{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";-webkit-transform:rotate(180deg);transform:rotate(180deg);}
.fa-rotate-270{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";-webkit-transform:rotate(270deg);transform:rotate(270deg);}
.fa-flip-horizontal{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";-webkit-transform:scale(-1, 1);transform:scale(-1, 1);}
.fa-flip-vertical{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";-webkit-transform:scale(1, -1);transform:scale(1, -1);}
.fa-flip-horizontal.fa-flip-vertical{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";-webkit-transform:scale(-1, -1);transform:scale(-1, -1);}:root .fa-rotate-90,
:root .fa-rotate-180,
:root .fa-rotate-270,
:root .fa-flip-horizontal,
:root .fa-flip-vertical{-webkit-filter:none;filter:none;}
.fa-stack{display:inline-block;height:2em;line-height:2em;position:relative;vertical-align:middle;width:2.5em;}
.fa-stack-1x,
.fa-stack-2x{left:0;position:absolute;text-align:center;width:100%;}
.fa-stack-1x{line-height:inherit;}
.fa-stack-2x{font-size:2em;}
.fa-inverse{color:#fff;}
.fa-500px:before{content:"\f26e";}
.fa-accessible-icon:before{content:"\f368";}
.fa-accusoft:before{content:"\f369";}
.fa-acquisitions-incorporated:before{content:"\f6af";}
.fa-ad:before{content:"\f641";}
.fa-address-book:before{content:"\f2b9";}
.fa-address-card:before{content:"\f2bb";}
.fa-adjust:before{content:"\f042";}
.fa-adn:before{content:"\f170";}
.fa-adobe:before{content:"\f778";}
.fa-adversal:before{content:"\f36a";}
.fa-affiliatetheme:before{content:"\f36b";}
.fa-air-freshener:before{content:"\f5d0";}
.fa-algolia:before{content:"\f36c";}
.fa-align-center:before{content:"\f037";}
.fa-align-justify:before{content:"\f039";}
.fa-align-left:before{content:"\f036";}
.fa-align-right:before{content:"\f038";}
.fa-alipay:before{content:"\f642";}
.fa-allergies:before{content:"\f461";}
.fa-amazon:before{content:"\f270";}
.fa-amazon-pay:before{content:"\f42c";}
.fa-ambulance:before{content:"\f0f9";}
.fa-american-sign-language-interpreting:before{content:"\f2a3";}
.fa-amilia:before{content:"\f36d";}
.fa-anchor:before{content:"\f13d";}
.fa-android:before{content:"\f17b";}
.fa-angellist:before{content:"\f209";}
.fa-angle-double-down:before{content:"\f103";}
.fa-angle-double-left:before{content:"\f100";}
.fa-angle-double-right:before{content:"\f101";}
.fa-angle-double-up:before{content:"\f102";}
.fa-angle-down:before{content:"\f107";}
.fa-angle-left:before{content:"\f104";}
.fa-angle-right:before{content:"\f105";}
.fa-angle-up:before{content:"\f106";}
.fa-angry:before{content:"\f556";}
.fa-angrycreative:before{content:"\f36e";}
.fa-angular:before{content:"\f420";}
.fa-ankh:before{content:"\f644";}
.fa-app-store:before{content:"\f36f";}
.fa-app-store-ios:before{content:"\f370";}
.fa-apper:before{content:"\f371";}
.fa-apple:before{content:"\f179";}
.fa-apple-alt:before{content:"\f5d1";}
.fa-apple-pay:before{content:"\f415";}
.fa-archive:before{content:"\f187";}
.fa-archway:before{content:"\f557";}
.fa-arrow-alt-circle-down:before{content:"\f358";}
.fa-arrow-alt-circle-left:before{content:"\f359";}
.fa-arrow-alt-circle-right:before{content:"\f35a";}
.fa-arrow-alt-circle-up:before{content:"\f35b";}
.fa-arrow-circle-down:before{content:"\f0ab";}
.fa-arrow-circle-left:before{content:"\f0a8";}
.fa-arrow-circle-right:before{content:"\f0a9";}
.fa-arrow-circle-up:before{content:"\f0aa";}
.fa-arrow-down:before{content:"\f063";}
.fa-arrow-left:before{content:"\f060";}
.fa-arrow-right:before{content:"\f061";}
.fa-arrow-up:before{content:"\f062";}
.fa-arrows-alt:before{content:"\f0b2";}
.fa-arrows-alt-h:before{content:"\f337";}
.fa-arrows-alt-v:before{content:"\f338";}
.fa-artstation:before{content:"\f77a";}
.fa-assistive-listening-systems:before{content:"\f2a2";}
.fa-asterisk:before{content:"\f069";}
.fa-asymmetrik:before{content:"\f372";}
.fa-at:before{content:"\f1fa";}
.fa-atlas:before{content:"\f558";}
.fa-atlassian:before{content:"\f77b";}
.fa-atom:before{content:"\f5d2";}
.fa-audible:before{content:"\f373";}
.fa-audio-description:before{content:"\f29e";}
.fa-autoprefixer:before{content:"\f41c";}
.fa-avianex:before{content:"\f374";}
.fa-aviato:before{content:"\f421";}
.fa-award:before{content:"\f559";}
.fa-aws:before{content:"\f375";}
.fa-baby:before{content:"\f77c";}
.fa-baby-carriage:before{content:"\f77d";}
.fa-backspace:before{content:"\f55a";}
.fa-backward:before{content:"\f04a";}
.fa-balance-scale:before{content:"\f24e";}
.fa-ban:before{content:"\f05e";}
.fa-band-aid:before{content:"\f462";}
.fa-bandcamp:before{content:"\f2d5";}
.fa-barcode:before{content:"\f02a";}
.fa-bars:before{content:"\f0c9";}
.fa-baseball-ball:before{content:"\f433";}
.fa-basketball-ball:before{content:"\f434";}
.fa-bath:before{content:"\f2cd";}
.fa-battery-empty:before{content:"\f244";}
.fa-battery-full:before{content:"\f240";}
.fa-battery-half:before{content:"\f242";}
.fa-battery-quarter:before{content:"\f243";}
.fa-battery-three-quarters:before{content:"\f241";}
.fa-bed:before{content:"\f236";}
.fa-beer:before{content:"\f0fc";}
.fa-behance:before{content:"\f1b4";}
.fa-behance-square:before{content:"\f1b5";}
.fa-bell:before{content:"\f0f3";}
.fa-bell-slash:before{content:"\f1f6";}
.fa-bezier-curve:before{content:"\f55b";}
.fa-bible:before{content:"\f647";}
.fa-bicycle:before{content:"\f206";}
.fa-bimobject:before{content:"\f378";}
.fa-binoculars:before{content:"\f1e5";}
.fa-biohazard:before{content:"\f780";}
.fa-birthday-cake:before{content:"\f1fd";}
.fa-bitbucket:before{content:"\f171";}
.fa-bitcoin:before{content:"\f379";}
.fa-bity:before{content:"\f37a";}
.fa-black-tie:before{content:"\f27e";}
.fa-blackberry:before{content:"\f37b";}
.fa-blender:before{content:"\f517";}
.fa-blender-phone:before{content:"\f6b6";}
.fa-blind:before{content:"\f29d";}
.fa-blog:before{content:"\f781";}
.fa-blogger:before{content:"\f37c";}
.fa-blogger-b:before{content:"\f37d";}
.fa-bluetooth:before{content:"\f293";}
.fa-bluetooth-b:before{content:"\f294";}
.fa-bold:before{content:"\f032";}
.fa-bolt:before{content:"\f0e7";}
.fa-bomb:before{content:"\f1e2";}
.fa-bone:before{content:"\f5d7";}
.fa-bong:before{content:"\f55c";}
.fa-book:before{content:"\f02d";}
.fa-book-dead:before{content:"\f6b7";}
.fa-book-open:before{content:"\f518";}
.fa-book-reader:before{content:"\f5da";}
.fa-bookmark:before{content:"\f02e";}
.fa-bowling-ball:before{content:"\f436";}
.fa-box:before{content:"\f466";}
.fa-box-open:before{content:"\f49e";}
.fa-boxes:before{content:"\f468";}
.fa-braille:before{content:"\f2a1";}
.fa-brain:before{content:"\f5dc";}
.fa-briefcase:before{content:"\f0b1";}
.fa-briefcase-medical:before{content:"\f469";}
.fa-broadcast-tower:before{content:"\f519";}
.fa-broom:before{content:"\f51a";}
.fa-brush:before{content:"\f55d";}
.fa-btc:before{content:"\f15a";}
.fa-bug:before{content:"\f188";}
.fa-building:before{content:"\f1ad";}
.fa-bullhorn:before{content:"\f0a1";}
.fa-bullseye:before{content:"\f140";}
.fa-burn:before{content:"\f46a";}
.fa-buromobelexperte:before{content:"\f37f";}
.fa-bus:before{content:"\f207";}
.fa-bus-alt:before{content:"\f55e";}
.fa-business-time:before{content:"\f64a";}
.fa-buysellads:before{content:"\f20d";}
.fa-calculator:before{content:"\f1ec";}
.fa-calendar:before{content:"\f133";}
.fa-calendar-alt:before{content:"\f073";}
.fa-calendar-check:before{content:"\f274";}
.fa-calendar-day:before{content:"\f783";}
.fa-calendar-minus:before{content:"\f272";}
.fa-calendar-plus:before{content:"\f271";}
.fa-calendar-times:before{content:"\f273";}
.fa-calendar-week:before{content:"\f784";}
.fa-camera:before{content:"\f030";}
.fa-camera-retro:before{content:"\f083";}
.fa-campground:before{content:"\f6bb";}
.fa-canadian-maple-leaf:before{content:"\f785";}
.fa-candy-cane:before{content:"\f786";}
.fa-cannabis:before{content:"\f55f";}
.fa-capsules:before{content:"\f46b";}
.fa-car:before{content:"\f1b9";}
.fa-car-alt:before{content:"\f5de";}
.fa-car-battery:before{content:"\f5df";}
.fa-car-crash:before{content:"\f5e1";}
.fa-car-side:before{content:"\f5e4";}
.fa-caret-down:before{content:"\f0d7";}
.fa-caret-left:before{content:"\f0d9";}
.fa-caret-right:before{content:"\f0da";}
.fa-caret-square-down:before{content:"\f150";}
.fa-caret-square-left:before{content:"\f191";}
.fa-caret-square-right:before{content:"\f152";}
.fa-caret-square-up:before{content:"\f151";}
.fa-caret-up:before{content:"\f0d8";}
.fa-carrot:before{content:"\f787";}
.fa-cart-arrow-down:before{content:"\f218";}
.fa-cart-plus:before{content:"\f217";}
.fa-cash-register:before{content:"\f788";}
.fa-cat:before{content:"\f6be";}
.fa-cc-amazon-pay:before{content:"\f42d";}
.fa-cc-amex:before{content:"\f1f3";}
.fa-cc-apple-pay:before{content:"\f416";}
.fa-cc-diners-club:before{content:"\f24c";}
.fa-cc-discover:before{content:"\f1f2";}
.fa-cc-jcb:before{content:"\f24b";}
.fa-cc-mastercard:before{content:"\f1f1";}
.fa-cc-paypal:before{content:"\f1f4";}
.fa-cc-stripe:before{content:"\f1f5";}
.fa-cc-visa:before{content:"\f1f0";}
.fa-centercode:before{content:"\f380";}
.fa-centos:before{content:"\f789";}
.fa-certificate:before{content:"\f0a3";}
.fa-chair:before{content:"\f6c0";}
.fa-chalkboard:before{content:"\f51b";}
.fa-chalkboard-teacher:before{content:"\f51c";}
.fa-charging-station:before{content:"\f5e7";}
.fa-chart-area:before{content:"\f1fe";}
.fa-chart-bar:before{content:"\f080";}
.fa-chart-line:before{content:"\f201";}
.fa-chart-pie:before{content:"\f200";}
.fa-check:before{content:"\f00c";}
.fa-check-circle:before{content:"\f058";}
.fa-check-double:before{content:"\f560";}
.fa-check-square:before{content:"\f14a";}
.fa-chess:before{content:"\f439";}
.fa-chess-bishop:before{content:"\f43a";}
.fa-chess-board:before{content:"\f43c";}
.fa-chess-king:before{content:"\f43f";}
.fa-chess-knight:before{content:"\f441";}
.fa-chess-pawn:before{content:"\f443";}
.fa-chess-queen:before{content:"\f445";}
.fa-chess-rook:before{content:"\f447";}
.fa-chevron-circle-down:before{content:"\f13a";}
.fa-chevron-circle-left:before{content:"\f137";}
.fa-chevron-circle-right:before{content:"\f138";}
.fa-chevron-circle-up:before{content:"\f139";}
.fa-chevron-down:before{content:"\f078";}
.fa-chevron-left:before{content:"\f053";}
.fa-chevron-right:before{content:"\f054";}
.fa-chevron-up:before{content:"\f077";}
.fa-child:before{content:"\f1ae";}
.fa-chrome:before{content:"\f268";}
.fa-church:before{content:"\f51d";}
.fa-circle:before{content:"\f111";}
.fa-circle-notch:before{content:"\f1ce";}
.fa-city:before{content:"\f64f";}
.fa-clipboard:before{content:"\f328";}
.fa-clipboard-check:before{content:"\f46c";}
.fa-clipboard-list:before{content:"\f46d";}
.fa-clock:before{content:"\f017";}
.fa-clone:before{content:"\f24d";}
.fa-closed-captioning:before{content:"\f20a";}
.fa-cloud:before{content:"\f0c2";}
.fa-cloud-download-alt:before{content:"\f381";}
.fa-cloud-meatball:before{content:"\f73b";}
.fa-cloud-moon:before{content:"\f6c3";}
.fa-cloud-moon-rain:before{content:"\f73c";}
.fa-cloud-rain:before{content:"\f73d";}
.fa-cloud-showers-heavy:before{content:"\f740";}
.fa-cloud-sun:before{content:"\f6c4";}
.fa-cloud-sun-rain:before{content:"\f743";}
.fa-cloud-upload-alt:before{content:"\f382";}
.fa-cloudscale:before{content:"\f383";}
.fa-cloudsmith:before{content:"\f384";}
.fa-cloudversify:before{content:"\f385";}
.fa-cocktail:before{content:"\f561";}
.fa-code:before{content:"\f121";}
.fa-code-branch:before{content:"\f126";}
.fa-codepen:before{content:"\f1cb";}
.fa-codiepie:before{content:"\f284";}
.fa-coffee:before{content:"\f0f4";}
.fa-cog:before{content:"\f013";}
.fa-cogs:before{content:"\f085";}
.fa-coins:before{content:"\f51e";}
.fa-columns:before{content:"\f0db";}
.fa-comment:before{content:"\f075";}
.fa-comment-alt:before{content:"\f27a";}
.fa-comment-dollar:before{content:"\f651";}
.fa-comment-dots:before{content:"\f4ad";}
.fa-comment-slash:before{content:"\f4b3";}
.fa-comments:before{content:"\f086";}
.fa-comments-dollar:before{content:"\f653";}
.fa-compact-disc:before{content:"\f51f";}
.fa-compass:before{content:"\f14e";}
.fa-compress:before{content:"\f066";}
.fa-compress-arrows-alt:before{content:"\f78c";}
.fa-concierge-bell:before{content:"\f562";}
.fa-confluence:before{content:"\f78d";}
.fa-connectdevelop:before{content:"\f20e";}
.fa-contao:before{content:"\f26d";}
.fa-cookie:before{content:"\f563";}
.fa-cookie-bite:before{content:"\f564";}
.fa-copy:before{content:"\f0c5";}
.fa-copyright:before{content:"\f1f9";}
.fa-couch:before{content:"\f4b8";}
.fa-cpanel:before{content:"\f388";}
.fa-creative-commons:before{content:"\f25e";}
.fa-creative-commons-by:before{content:"\f4e7";}
.fa-creative-commons-nc:before{content:"\f4e8";}
.fa-creative-commons-nc-eu:before{content:"\f4e9";}
.fa-creative-commons-nc-jp:before{content:"\f4ea";}
.fa-creative-commons-nd:before{content:"\f4eb";}
.fa-creative-commons-pd:before{content:"\f4ec";}
.fa-creative-commons-pd-alt:before{content:"\f4ed";}
.fa-creative-commons-remix:before{content:"\f4ee";}
.fa-creative-commons-sa:before{content:"\f4ef";}
.fa-creative-commons-sampling:before{content:"\f4f0";}
.fa-creative-commons-sampling-plus:before{content:"\f4f1";}
.fa-creative-commons-share:before{content:"\f4f2";}
.fa-creative-commons-zero:before{content:"\f4f3";}
.fa-credit-card:before{content:"\f09d";}
.fa-critical-role:before{content:"\f6c9";}
.fa-crop:before{content:"\f125";}
.fa-crop-alt:before{content:"\f565";}
.fa-cross:before{content:"\f654";}
.fa-crosshairs:before{content:"\f05b";}
.fa-crow:before{content:"\f520";}
.fa-crown:before{content:"\f521";}
.fa-css3:before{content:"\f13c";}
.fa-css3-alt:before{content:"\f38b";}
.fa-cube:before{content:"\f1b2";}
.fa-cubes:before{content:"\f1b3";}
.fa-cut:before{content:"\f0c4";}
.fa-cuttlefish:before{content:"\f38c";}
.fa-d-and-d:before{content:"\f38d";}
.fa-d-and-d-beyond:before{content:"\f6ca";}
.fa-dashcube:before{content:"\f210";}
.fa-database:before{content:"\f1c0";}
.fa-deaf:before{content:"\f2a4";}
.fa-delicious:before{content:"\f1a5";}
.fa-democrat:before{content:"\f747";}
.fa-deploydog:before{content:"\f38e";}
.fa-deskpro:before{content:"\f38f";}
.fa-desktop:before{content:"\f108";}
.fa-dev:before{content:"\f6cc";}
.fa-deviantart:before{content:"\f1bd";}
.fa-dharmachakra:before{content:"\f655";}
.fa-dhl:before{content:"\f790";}
.fa-diagnoses:before{content:"\f470";}
.fa-diaspora:before{content:"\f791";}
.fa-dice:before{content:"\f522";}
.fa-dice-d20:before{content:"\f6cf";}
.fa-dice-d6:before{content:"\f6d1";}
.fa-dice-five:before{content:"\f523";}
.fa-dice-four:before{content:"\f524";}
.fa-dice-one:before{content:"\f525";}
.fa-dice-six:before{content:"\f526";}
.fa-dice-three:before{content:"\f527";}
.fa-dice-two:before{content:"\f528";}
.fa-digg:before{content:"\f1a6";}
.fa-digital-ocean:before{content:"\f391";}
.fa-digital-tachograph:before{content:"\f566";}
.fa-directions:before{content:"\f5eb";}
.fa-discord:before{content:"\f392";}
.fa-discourse:before{content:"\f393";}
.fa-divide:before{content:"\f529";}
.fa-dizzy:before{content:"\f567";}
.fa-dna:before{content:"\f471";}
.fa-dochub:before{content:"\f394";}
.fa-docker:before{content:"\f395";}
.fa-dog:before{content:"\f6d3";}
.fa-dollar-sign:before{content:"\f155";}
.fa-dolly:before{content:"\f472";}
.fa-dolly-flatbed:before{content:"\f474";}
.fa-donate:before{content:"\f4b9";}
.fa-door-closed:before{content:"\f52a";}
.fa-door-open:before{content:"\f52b";}
.fa-dot-circle:before{content:"\f192";}
.fa-dove:before{content:"\f4ba";}
.fa-download:before{content:"\f019";}
.fa-draft2digital:before{content:"\f396";}
.fa-drafting-compass:before{content:"\f568";}
.fa-dragon:before{content:"\f6d5";}
.fa-draw-polygon:before{content:"\f5ee";}
.fa-dribbble:before{content:"\f17d";}
.fa-dribbble-square:before{content:"\f397";}
.fa-dropbox:before{content:"\f16b";}
.fa-drum:before{content:"\f569";}
.fa-drum-steelpan:before{content:"\f56a";}
.fa-drumstick-bite:before{content:"\f6d7";}
.fa-drupal:before{content:"\f1a9";}
.fa-dumbbell:before{content:"\f44b";}
.fa-dumpster:before{content:"\f793";}
.fa-dumpster-fire:before{content:"\f794";}
.fa-dungeon:before{content:"\f6d9";}
.fa-dyalog:before{content:"\f399";}
.fa-earlybirds:before{content:"\f39a";}
.fa-ebay:before{content:"\f4f4";}
.fa-edge:before{content:"\f282";}
.fa-edit:before{content:"\f044";}
.fa-eject:before{content:"\f052";}
.fa-elementor:before{content:"\f430";}
.fa-ellipsis-h:before{content:"\f141";}
.fa-ellipsis-v:before{content:"\f142";}
.fa-ello:before{content:"\f5f1";}
.fa-ember:before{content:"\f423";}
.fa-empire:before{content:"\f1d1";}
.fa-envelope:before{content:"\f0e0";}
.fa-envelope-open:before{content:"\f2b6";}
.fa-envelope-open-text:before{content:"\f658";}
.fa-envelope-square:before{content:"\f199";}
.fa-envira:before{content:"\f299";}
.fa-equals:before{content:"\f52c";}
.fa-eraser:before{content:"\f12d";}
.fa-erlang:before{content:"\f39d";}
.fa-ethereum:before{content:"\f42e";}
.fa-ethernet:before{content:"\f796";}
.fa-etsy:before{content:"\f2d7";}
.fa-euro-sign:before{content:"\f153";}
.fa-exchange-alt:before{content:"\f362";}
.fa-exclamation:before{content:"\f12a";}
.fa-exclamation-circle:before{content:"\f06a";}
.fa-exclamation-triangle:before{content:"\f071";}
.fa-expand:before{content:"\f065";}
.fa-expand-arrows-alt:before{content:"\f31e";}
.fa-expeditedssl:before{content:"\f23e";}
.fa-external-link-alt:before{content:"\f35d";}
.fa-external-link-square-alt:before{content:"\f360";}
.fa-eye:before{content:"\f06e";}
.fa-eye-dropper:before{content:"\f1fb";}
.fa-eye-slash:before{content:"\f070";}
.fa-facebook:before{content:"\f09a";}
.fa-facebook-f:before{content:"\f39e";}
.fa-facebook-messenger:before{content:"\f39f";}
.fa-facebook-square:before{content:"\f082";}
.fa-fantasy-flight-games:before{content:"\f6dc";}
.fa-fast-backward:before{content:"\f049";}
.fa-fast-forward:before{content:"\f050";}
.fa-fax:before{content:"\f1ac";}
.fa-feather:before{content:"\f52d";}
.fa-feather-alt:before{content:"\f56b";}
.fa-fedex:before{content:"\f797";}
.fa-fedora:before{content:"\f798";}
.fa-female:before{content:"\f182";}
.fa-fighter-jet:before{content:"\f0fb";}
.fa-figma:before{content:"\f799";}
.fa-file:before{content:"\f15b";}
.fa-file-alt:before{content:"\f15c";}
.fa-file-archive:before{content:"\f1c6";}
.fa-file-audio:before{content:"\f1c7";}
.fa-file-code:before{content:"\f1c9";}
.fa-file-contract:before{content:"\f56c";}
.fa-file-csv:before{content:"\f6dd";}
.fa-file-download:before{content:"\f56d";}
.fa-file-excel:before{content:"\f1c3";}
.fa-file-export:before{content:"\f56e";}
.fa-file-image:before{content:"\f1c5";}
.fa-file-import:before{content:"\f56f";}
.fa-file-invoice:before{content:"\f570";}
.fa-file-invoice-dollar:before{content:"\f571";}
.fa-file-medical:before{content:"\f477";}
.fa-file-medical-alt:before{content:"\f478";}
.fa-file-pdf:before{content:"\f1c1";}
.fa-file-powerpoint:before{content:"\f1c4";}
.fa-file-prescription:before{content:"\f572";}
.fa-file-signature:before{content:"\f573";}
.fa-file-upload:before{content:"\f574";}
.fa-file-video:before{content:"\f1c8";}
.fa-file-word:before{content:"\f1c2";}
.fa-fill:before{content:"\f575";}
.fa-fill-drip:before{content:"\f576";}
.fa-film:before{content:"\f008";}
.fa-filter:before{content:"\f0b0";}
.fa-fingerprint:before{content:"\f577";}
.fa-fire:before{content:"\f06d";}
.fa-fire-alt:before{content:"\f7e4";}
.fa-fire-extinguisher:before{content:"\f134";}
.fa-firefox:before{content:"\f269";}
.fa-first-aid:before{content:"\f479";}
.fa-first-order:before{content:"\f2b0";}
.fa-first-order-alt:before{content:"\f50a";}
.fa-firstdraft:before{content:"\f3a1";}
.fa-fish:before{content:"\f578";}
.fa-fist-raised:before{content:"\f6de";}
.fa-flag:before{content:"\f024";}
.fa-flag-checkered:before{content:"\f11e";}
.fa-flag-usa:before{content:"\f74d";}
.fa-flask:before{content:"\f0c3";}
.fa-flickr:before{content:"\f16e";}
.fa-flipboard:before{content:"\f44d";}
.fa-flushed:before{content:"\f579";}
.fa-fly:before{content:"\f417";}
.fa-folder:before{content:"\f07b";}
.fa-folder-minus:before{content:"\f65d";}
.fa-folder-open:before{content:"\f07c";}
.fa-folder-plus:before{content:"\f65e";}
.fa-font:before{content:"\f031";}
.fa-font-awesome:before{content:"\f2b4";}
.fa-font-awesome-alt:before{content:"\f35c";}
.fa-font-awesome-flag:before{content:"\f425";}
.fa-font-awesome-logo-full:before{content:"\f4e6";}
.fa-fonticons:before{content:"\f280";}
.fa-fonticons-fi:before{content:"\f3a2";}
.fa-football-ball:before{content:"\f44e";}
.fa-fort-awesome:before{content:"\f286";}
.fa-fort-awesome-alt:before{content:"\f3a3";}
.fa-forumbee:before{content:"\f211";}
.fa-forward:before{content:"\f04e";}
.fa-foursquare:before{content:"\f180";}
.fa-free-code-camp:before{content:"\f2c5";}
.fa-freebsd:before{content:"\f3a4";}
.fa-frog:before{content:"\f52e";}
.fa-frown:before{content:"\f119";}
.fa-frown-open:before{content:"\f57a";}
.fa-fulcrum:before{content:"\f50b";}
.fa-funnel-dollar:before{content:"\f662";}
.fa-futbol:before{content:"\f1e3";}
.fa-galactic-republic:before{content:"\f50c";}
.fa-galactic-senate:before{content:"\f50d";}
.fa-gamepad:before{content:"\f11b";}
.fa-gas-pump:before{content:"\f52f";}
.fa-gavel:before{content:"\f0e3";}
.fa-gem:before{content:"\f3a5";}
.fa-genderless:before{content:"\f22d";}
.fa-get-pocket:before{content:"\f265";}
.fa-gg:before{content:"\f260";}
.fa-gg-circle:before{content:"\f261";}
.fa-ghost:before{content:"\f6e2";}
.fa-gift:before{content:"\f06b";}
.fa-gifts:before{content:"\f79c";}
.fa-git:before{content:"\f1d3";}
.fa-git-square:before{content:"\f1d2";}
.fa-github:before{content:"\f09b";}
.fa-github-alt:before{content:"\f113";}
.fa-github-square:before{content:"\f092";}
.fa-gitkraken:before{content:"\f3a6";}
.fa-gitlab:before{content:"\f296";}
.fa-gitter:before{content:"\f426";}
.fa-glass-cheers:before{content:"\f79f";}
.fa-glass-martini:before{content:"\f000";}
.fa-glass-martini-alt:before{content:"\f57b";}
.fa-glass-whiskey:before{content:"\f7a0";}
.fa-glasses:before{content:"\f530";}
.fa-glide:before{content:"\f2a5";}
.fa-glide-g:before{content:"\f2a6";}
.fa-globe:before{content:"\f0ac";}
.fa-globe-africa:before{content:"\f57c";}
.fa-globe-americas:before{content:"\f57d";}
.fa-globe-asia:before{content:"\f57e";}
.fa-globe-europe:before{content:"\f7a2";}
.fa-gofore:before{content:"\f3a7";}
.fa-golf-ball:before{content:"\f450";}
.fa-goodreads:before{content:"\f3a8";}
.fa-goodreads-g:before{content:"\f3a9";}
.fa-google:before{content:"\f1a0";}
.fa-google-drive:before{content:"\f3aa";}
.fa-google-play:before{content:"\f3ab";}
.fa-google-plus:before{content:"\f2b3";}
.fa-google-plus-g:before{content:"\f0d5";}
.fa-google-plus-square:before{content:"\f0d4";}
.fa-google-wallet:before{content:"\f1ee";}
.fa-gopuram:before{content:"\f664";}
.fa-graduation-cap:before{content:"\f19d";}
.fa-gratipay:before{content:"\f184";}
.fa-grav:before{content:"\f2d6";}
.fa-greater-than:before{content:"\f531";}
.fa-greater-than-equal:before{content:"\f532";}
.fa-grimace:before{content:"\f57f";}
.fa-grin:before{content:"\f580";}
.fa-grin-alt:before{content:"\f581";}
.fa-grin-beam:before{content:"\f582";}
.fa-grin-beam-sweat:before{content:"\f583";}
.fa-grin-hearts:before{content:"\f584";}
.fa-grin-squint:before{content:"\f585";}
.fa-grin-squint-tears:before{content:"\f586";}
.fa-grin-stars:before{content:"\f587";}
.fa-grin-tears:before{content:"\f588";}
.fa-grin-tongue:before{content:"\f589";}
.fa-grin-tongue-squint:before{content:"\f58a";}
.fa-grin-tongue-wink:before{content:"\f58b";}
.fa-grin-wink:before{content:"\f58c";}
.fa-grip-horizontal:before{content:"\f58d";}
.fa-grip-lines:before{content:"\f7a4";}
.fa-grip-lines-vertical:before{content:"\f7a5";}
.fa-grip-vertical:before{content:"\f58e";}
.fa-gripfire:before{content:"\f3ac";}
.fa-grunt:before{content:"\f3ad";}
.fa-guitar:before{content:"\f7a6";}
.fa-gulp:before{content:"\f3ae";}
.fa-h-square:before{content:"\f0fd";}
.fa-hacker-news:before{content:"\f1d4";}
.fa-hacker-news-square:before{content:"\f3af";}
.fa-hackerrank:before{content:"\f5f7";}
.fa-hammer:before{content:"\f6e3";}
.fa-hamsa:before{content:"\f665";}
.fa-hand-holding:before{content:"\f4bd";}
.fa-hand-holding-heart:before{content:"\f4be";}
.fa-hand-holding-usd:before{content:"\f4c0";}
.fa-hand-lizard:before{content:"\f258";}
.fa-hand-paper:before{content:"\f256";}
.fa-hand-peace:before{content:"\f25b";}
.fa-hand-point-down:before{content:"\f0a7";}
.fa-hand-point-left:before{content:"\f0a5";}
.fa-hand-point-right:before{content:"\f0a4";}
.fa-hand-point-up:before{content:"\f0a6";}
.fa-hand-pointer:before{content:"\f25a";}
.fa-hand-rock:before{content:"\f255";}
.fa-hand-scissors:before{content:"\f257";}
.fa-hand-spock:before{content:"\f259";}
.fa-hands:before{content:"\f4c2";}
.fa-hands-helping:before{content:"\f4c4";}
.fa-handshake:before{content:"\f2b5";}
.fa-hanukiah:before{content:"\f6e6";}
.fa-hashtag:before{content:"\f292";}
.fa-hat-wizard:before{content:"\f6e8";}
.fa-haykal:before{content:"\f666";}
.fa-hdd:before{content:"\f0a0";}
.fa-heading:before{content:"\f1dc";}
.fa-headphones:before{content:"\f025";}
.fa-headphones-alt:before{content:"\f58f";}
.fa-headset:before{content:"\f590";}
.fa-heart:before{content:"\f004";}
.fa-heart-broken:before{content:"\f7a9";}
.fa-heartbeat:before{content:"\f21e";}
.fa-helicopter:before{content:"\f533";}
.fa-highlighter:before{content:"\f591";}
.fa-hiking:before{content:"\f6ec";}
.fa-hippo:before{content:"\f6ed";}
.fa-hips:before{content:"\f452";}
.fa-hire-a-helper:before{content:"\f3b0";}
.fa-history:before{content:"\f1da";}
.fa-hockey-puck:before{content:"\f453";}
.fa-holly-berry:before{content:"\f7aa";}
.fa-home:before{content:"\f015";}
.fa-hooli:before{content:"\f427";}
.fa-hornbill:before{content:"\f592";}
.fa-horse:before{content:"\f6f0";}
.fa-horse-head:before{content:"\f7ab";}
.fa-hospital:before{content:"\f0f8";}
.fa-hospital-alt:before{content:"\f47d";}
.fa-hospital-symbol:before{content:"\f47e";}
.fa-hot-tub:before{content:"\f593";}
.fa-hotel:before{content:"\f594";}
.fa-hotjar:before{content:"\f3b1";}
.fa-hourglass:before{content:"\f254";}
.fa-hourglass-end:before{content:"\f253";}
.fa-hourglass-half:before{content:"\f252";}
.fa-hourglass-start:before{content:"\f251";}
.fa-house-damage:before{content:"\f6f1";}
.fa-houzz:before{content:"\f27c";}
.fa-hryvnia:before{content:"\f6f2";}
.fa-html5:before{content:"\f13b";}
.fa-hubspot:before{content:"\f3b2";}
.fa-i-cursor:before{content:"\f246";}
.fa-icicles:before{content:"\f7ad";}
.fa-id-badge:before{content:"\f2c1";}
.fa-id-card:before{content:"\f2c2";}
.fa-id-card-alt:before{content:"\f47f";}
.fa-igloo:before{content:"\f7ae";}
.fa-image:before{content:"\f03e";}
.fa-images:before{content:"\f302";}
.fa-imdb:before{content:"\f2d8";}
.fa-inbox:before{content:"\f01c";}
.fa-indent:before{content:"\f03c";}
.fa-industry:before{content:"\f275";}
.fa-infinity:before{content:"\f534";}
.fa-info:before{content:"\f129";}
.fa-info-circle:before{content:"\f05a";}
.fa-instagram:before{content:"\f16d";}
.fa-intercom:before{content:"\f7af";}
.fa-internet-explorer:before{content:"\f26b";}
.fa-invision:before{content:"\f7b0";}
.fa-ioxhost:before{content:"\f208";}
.fa-italic:before{content:"\f033";}
.fa-itunes:before{content:"\f3b4";}
.fa-itunes-note:before{content:"\f3b5";}
.fa-java:before{content:"\f4e4";}
.fa-jedi:before{content:"\f669";}
.fa-jedi-order:before{content:"\f50e";}
.fa-jenkins:before{content:"\f3b6";}
.fa-jira:before{content:"\f7b1";}
.fa-joget:before{content:"\f3b7";}
.fa-joint:before{content:"\f595";}
.fa-joomla:before{content:"\f1aa";}
.fa-journal-whills:before{content:"\f66a";}
.fa-js:before{content:"\f3b8";}
.fa-js-square:before{content:"\f3b9";}
.fa-jsfiddle:before{content:"\f1cc";}
.fa-kaaba:before{content:"\f66b";}
.fa-kaggle:before{content:"\f5fa";}
.fa-key:before{content:"\f084";}
.fa-keybase:before{content:"\f4f5";}
.fa-keyboard:before{content:"\f11c";}
.fa-keycdn:before{content:"\f3ba";}
.fa-khanda:before{content:"\f66d";}
.fa-kickstarter:before{content:"\f3bb";}
.fa-kickstarter-k:before{content:"\f3bc";}
.fa-kiss:before{content:"\f596";}
.fa-kiss-beam:before{content:"\f597";}
.fa-kiss-wink-heart:before{content:"\f598";}
.fa-kiwi-bird:before{content:"\f535";}
.fa-korvue:before{content:"\f42f";}
.fa-landmark:before{content:"\f66f";}
.fa-language:before{content:"\f1ab";}
.fa-laptop:before{content:"\f109";}
.fa-laptop-code:before{content:"\f5fc";}
.fa-laravel:before{content:"\f3bd";}
.fa-lastfm:before{content:"\f202";}
.fa-lastfm-square:before{content:"\f203";}
.fa-laugh:before{content:"\f599";}
.fa-laugh-beam:before{content:"\f59a";}
.fa-laugh-squint:before{content:"\f59b";}
.fa-laugh-wink:before{content:"\f59c";}
.fa-layer-group:before{content:"\f5fd";}
.fa-leaf:before{content:"\f06c";}
.fa-leanpub:before{content:"\f212";}
.fa-lemon:before{content:"\f094";}
.fa-less:before{content:"\f41d";}
.fa-less-than:before{content:"\f536";}
.fa-less-than-equal:before{content:"\f537";}
.fa-level-down-alt:before{content:"\f3be";}
.fa-level-up-alt:before{content:"\f3bf";}
.fa-life-ring:before{content:"\f1cd";}
.fa-lightbulb:before{content:"\f0eb";}
.fa-line:before{content:"\f3c0";}
.fa-link:before{content:"\f0c1";}
.fa-linkedin:before{content:"\f08c";}
.fa-linkedin-in:before{content:"\f0e1";}
.fa-linode:before{content:"\f2b8";}
.fa-linux:before{content:"\f17c";}
.fa-lira-sign:before{content:"\f195";}
.fa-list:before{content:"\f03a";}
.fa-list-alt:before{content:"\f022";}
.fa-list-ol:before{content:"\f0cb";}
.fa-list-ul:before{content:"\f0ca";}
.fa-location-arrow:before{content:"\f124";}
.fa-lock:before{content:"\f023";}
.fa-lock-open:before{content:"\f3c1";}
.fa-long-arrow-alt-down:before{content:"\f309";}
.fa-long-arrow-alt-left:before{content:"\f30a";}
.fa-long-arrow-alt-right:before{content:"\f30b";}
.fa-long-arrow-alt-up:before{content:"\f30c";}
.fa-low-vision:before{content:"\f2a8";}
.fa-luggage-cart:before{content:"\f59d";}
.fa-lyft:before{content:"\f3c3";}
.fa-magento:before{content:"\f3c4";}
.fa-magic:before{content:"\f0d0";}
.fa-magnet:before{content:"\f076";}
.fa-mail-bulk:before{content:"\f674";}
.fa-mailchimp:before{content:"\f59e";}
.fa-male:before{content:"\f183";}
.fa-mandalorian:before{content:"\f50f";}
.fa-map:before{content:"\f279";}
.fa-map-marked:before{content:"\f59f";}
.fa-map-marked-alt:before{content:"\f5a0";}
.fa-map-marker:before{content:"\f041";}
.fa-map-marker-alt:before{content:"\f3c5";}
.fa-map-pin:before{content:"\f276";}
.fa-map-signs:before{content:"\f277";}
.fa-markdown:before{content:"\f60f";}
.fa-marker:before{content:"\f5a1";}
.fa-mars:before{content:"\f222";}
.fa-mars-double:before{content:"\f227";}
.fa-mars-stroke:before{content:"\f229";}
.fa-mars-stroke-h:before{content:"\f22b";}
.fa-mars-stroke-v:before{content:"\f22a";}
.fa-mask:before{content:"\f6fa";}
.fa-mastodon:before{content:"\f4f6";}
.fa-maxcdn:before{content:"\f136";}
.fa-medal:before{content:"\f5a2";}
.fa-medapps:before{content:"\f3c6";}
.fa-medium:before{content:"\f23a";}
.fa-medium-m:before{content:"\f3c7";}
.fa-medkit:before{content:"\f0fa";}
.fa-medrt:before{content:"\f3c8";}
.fa-meetup:before{content:"\f2e0";}
.fa-megaport:before{content:"\f5a3";}
.fa-meh:before{content:"\f11a";}
.fa-meh-blank:before{content:"\f5a4";}
.fa-meh-rolling-eyes:before{content:"\f5a5";}
.fa-memory:before{content:"\f538";}
.fa-mendeley:before{content:"\f7b3";}
.fa-menorah:before{content:"\f676";}
.fa-mercury:before{content:"\f223";}
.fa-meteor:before{content:"\f753";}
.fa-microchip:before{content:"\f2db";}
.fa-microphone:before{content:"\f130";}
.fa-microphone-alt:before{content:"\f3c9";}
.fa-microphone-alt-slash:before{content:"\f539";}
.fa-microphone-slash:before{content:"\f131";}
.fa-microscope:before{content:"\f610";}
.fa-microsoft:before{content:"\f3ca";}
.fa-minus:before{content:"\f068";}
.fa-minus-circle:before{content:"\f056";}
.fa-minus-square:before{content:"\f146";}
.fa-mitten:before{content:"\f7b5";}
.fa-mix:before{content:"\f3cb";}
.fa-mixcloud:before{content:"\f289";}
.fa-mizuni:before{content:"\f3cc";}
.fa-mobile:before{content:"\f10b";}
.fa-mobile-alt:before{content:"\f3cd";}
.fa-modx:before{content:"\f285";}
.fa-monero:before{content:"\f3d0";}
.fa-money-bill:before{content:"\f0d6";}
.fa-money-bill-alt:before{content:"\f3d1";}
.fa-money-bill-wave:before{content:"\f53a";}
.fa-money-bill-wave-alt:before{content:"\f53b";}
.fa-money-check:before{content:"\f53c";}
.fa-money-check-alt:before{content:"\f53d";}
.fa-monument:before{content:"\f5a6";}
.fa-moon:before{content:"\f186";}
.fa-mortar-pestle:before{content:"\f5a7";}
.fa-mosque:before{content:"\f678";}
.fa-motorcycle:before{content:"\f21c";}
.fa-mountain:before{content:"\f6fc";}
.fa-mouse-pointer:before{content:"\f245";}
.fa-mug-hot:before{content:"\f7b6";}
.fa-music:before{content:"\f001";}
.fa-napster:before{content:"\f3d2";}
.fa-neos:before{content:"\f612";}
.fa-network-wired:before{content:"\f6ff";}
.fa-neuter:before{content:"\f22c";}
.fa-newspaper:before{content:"\f1ea";}
.fa-nimblr:before{content:"\f5a8";}
.fa-nintendo-switch:before{content:"\f418";}
.fa-node:before{content:"\f419";}
.fa-node-js:before{content:"\f3d3";}
.fa-not-equal:before{content:"\f53e";}
.fa-notes-medical:before{content:"\f481";}
.fa-npm:before{content:"\f3d4";}
.fa-ns8:before{content:"\f3d5";}
.fa-nutritionix:before{content:"\f3d6";}
.fa-object-group:before{content:"\f247";}
.fa-object-ungroup:before{content:"\f248";}
.fa-odnoklassniki:before{content:"\f263";}
.fa-odnoklassniki-square:before{content:"\f264";}
.fa-oil-can:before{content:"\f613";}
.fa-old-republic:before{content:"\f510";}
.fa-om:before{content:"\f679";}
.fa-opencart:before{content:"\f23d";}
.fa-openid:before{content:"\f19b";}
.fa-opera:before{content:"\f26a";}
.fa-optin-monster:before{content:"\f23c";}
.fa-osi:before{content:"\f41a";}
.fa-otter:before{content:"\f700";}
.fa-outdent:before{content:"\f03b";}
.fa-page4:before{content:"\f3d7";}
.fa-pagelines:before{content:"\f18c";}
.fa-paint-brush:before{content:"\f1fc";}
.fa-paint-roller:before{content:"\f5aa";}
.fa-palette:before{content:"\f53f";}
.fa-palfed:before{content:"\f3d8";}
.fa-pallet:before{content:"\f482";}
.fa-paper-plane:before{content:"\f1d8";}
.fa-paperclip:before{content:"\f0c6";}
.fa-parachute-box:before{content:"\f4cd";}
.fa-paragraph:before{content:"\f1dd";}
.fa-parking:before{content:"\f540";}
.fa-passport:before{content:"\f5ab";}
.fa-pastafarianism:before{content:"\f67b";}
.fa-paste:before{content:"\f0ea";}
.fa-patreon:before{content:"\f3d9";}
.fa-pause:before{content:"\f04c";}
.fa-pause-circle:before{content:"\f28b";}
.fa-paw:before{content:"\f1b0";}
.fa-paypal:before{content:"\f1ed";}
.fa-peace:before{content:"\f67c";}
.fa-pen:before{content:"\f304";}
.fa-pen-alt:before{content:"\f305";}
.fa-pen-fancy:before{content:"\f5ac";}
.fa-pen-nib:before{content:"\f5ad";}
.fa-pen-square:before{content:"\f14b";}
.fa-pencil-alt:before{content:"\f303";}
.fa-pencil-ruler:before{content:"\f5ae";}
.fa-penny-arcade:before{content:"\f704";}
.fa-people-carry:before{content:"\f4ce";}
.fa-percent:before{content:"\f295";}
.fa-percentage:before{content:"\f541";}
.fa-periscope:before{content:"\f3da";}
.fa-person-booth:before{content:"\f756";}
.fa-phabricator:before{content:"\f3db";}
.fa-phoenix-framework:before{content:"\f3dc";}
.fa-phoenix-squadron:before{content:"\f511";}
.fa-phone:before{content:"\f095";}
.fa-phone-slash:before{content:"\f3dd";}
.fa-phone-square:before{content:"\f098";}
.fa-phone-volume:before{content:"\f2a0";}
.fa-php:before{content:"\f457";}
.fa-pied-piper:before{content:"\f2ae";}
.fa-pied-piper-alt:before{content:"\f1a8";}
.fa-pied-piper-hat:before{content:"\f4e5";}
.fa-pied-piper-pp:before{content:"\f1a7";}
.fa-piggy-bank:before{content:"\f4d3";}
.fa-pills:before{content:"\f484";}
.fa-pinterest:before{content:"\f0d2";}
.fa-pinterest-p:before{content:"\f231";}
.fa-pinterest-square:before{content:"\f0d3";}
.fa-place-of-worship:before{content:"\f67f";}
.fa-plane:before{content:"\f072";}
.fa-plane-arrival:before{content:"\f5af";}
.fa-plane-departure:before{content:"\f5b0";}
.fa-play:before{content:"\f04b";}
.fa-play-circle:before{content:"\f144";}
.fa-playstation:before{content:"\f3df";}
.fa-plug:before{content:"\f1e6";}
.fa-plus:before{content:"\f067";}
.fa-plus-circle:before{content:"\f055";}
.fa-plus-square:before{content:"\f0fe";}
.fa-podcast:before{content:"\f2ce";}
.fa-poll:before{content:"\f681";}
.fa-poll-h:before{content:"\f682";}
.fa-poo:before{content:"\f2fe";}
.fa-poo-storm:before{content:"\f75a";}
.fa-poop:before{content:"\f619";}
.fa-portrait:before{content:"\f3e0";}
.fa-pound-sign:before{content:"\f154";}
.fa-power-off:before{content:"\f011";}
.fa-pray:before{content:"\f683";}
.fa-praying-hands:before{content:"\f684";}
.fa-prescription:before{content:"\f5b1";}
.fa-prescription-bottle:before{content:"\f485";}
.fa-prescription-bottle-alt:before{content:"\f486";}
.fa-print:before{content:"\f02f";}
.fa-procedures:before{content:"\f487";}
.fa-product-hunt:before{content:"\f288";}
.fa-project-diagram:before{content:"\f542";}
.fa-pushed:before{content:"\f3e1";}
.fa-puzzle-piece:before{content:"\f12e";}
.fa-python:before{content:"\f3e2";}
.fa-qq:before{content:"\f1d6";}
.fa-qrcode:before{content:"\f029";}
.fa-question:before{content:"\f128";}
.fa-question-circle:before{content:"\f059";}
.fa-quidditch:before{content:"\f458";}
.fa-quinscape:before{content:"\f459";}
.fa-quora:before{content:"\f2c4";}
.fa-quote-left:before{content:"\f10d";}
.fa-quote-right:before{content:"\f10e";}
.fa-quran:before{content:"\f687";}
.fa-r-project:before{content:"\f4f7";}
.fa-radiation:before{content:"\f7b9";}
.fa-radiation-alt:before{content:"\f7ba";}
.fa-rainbow:before{content:"\f75b";}
.fa-random:before{content:"\f074";}
.fa-raspberry-pi:before{content:"\f7bb";}
.fa-ravelry:before{content:"\f2d9";}
.fa-react:before{content:"\f41b";}
.fa-reacteurope:before{content:"\f75d";}
.fa-readme:before{content:"\f4d5";}
.fa-rebel:before{content:"\f1d0";}
.fa-receipt:before{content:"\f543";}
.fa-recycle:before{content:"\f1b8";}
.fa-red-river:before{content:"\f3e3";}
.fa-reddit:before{content:"\f1a1";}
.fa-reddit-alien:before{content:"\f281";}
.fa-reddit-square:before{content:"\f1a2";}
.fa-redhat:before{content:"\f7bc";}
.fa-redo:before{content:"\f01e";}
.fa-redo-alt:before{content:"\f2f9";}
.fa-registered:before{content:"\f25d";}
.fa-renren:before{content:"\f18b";}
.fa-reply:before{content:"\f3e5";}
.fa-reply-all:before{content:"\f122";}
.fa-replyd:before{content:"\f3e6";}
.fa-republican:before{content:"\f75e";}
.fa-researchgate:before{content:"\f4f8";}
.fa-resolving:before{content:"\f3e7";}
.fa-restroom:before{content:"\f7bd";}
.fa-retweet:before{content:"\f079";}
.fa-rev:before{content:"\f5b2";}
.fa-ribbon:before{content:"\f4d6";}
.fa-ring:before{content:"\f70b";}
.fa-road:before{content:"\f018";}
.fa-robot:before{content:"\f544";}
.fa-rocket:before{content:"\f135";}
.fa-rocketchat:before{content:"\f3e8";}
.fa-rockrms:before{content:"\f3e9";}
.fa-route:before{content:"\f4d7";}
.fa-rss:before{content:"\f09e";}
.fa-rss-square:before{content:"\f143";}
.fa-ruble-sign:before{content:"\f158";}
.fa-ruler:before{content:"\f545";}
.fa-ruler-combined:before{content:"\f546";}
.fa-ruler-horizontal:before{content:"\f547";}
.fa-ruler-vertical:before{content:"\f548";}
.fa-running:before{content:"\f70c";}
.fa-rupee-sign:before{content:"\f156";}
.fa-sad-cry:before{content:"\f5b3";}
.fa-sad-tear:before{content:"\f5b4";}
.fa-safari:before{content:"\f267";}
.fa-sass:before{content:"\f41e";}
.fa-satellite:before{content:"\f7bf";}
.fa-satellite-dish:before{content:"\f7c0";}
.fa-save:before{content:"\f0c7";}
.fa-schlix:before{content:"\f3ea";}
.fa-school:before{content:"\f549";}
.fa-screwdriver:before{content:"\f54a";}
.fa-scribd:before{content:"\f28a";}
.fa-scroll:before{content:"\f70e";}
.fa-sd-card:before{content:"\f7c2";}
.fa-search:before{content:"\f002";}
.fa-search-dollar:before{content:"\f688";}
.fa-search-location:before{content:"\f689";}
.fa-search-minus:before{content:"\f010";}
.fa-search-plus:before{content:"\f00e";}
.fa-searchengin:before{content:"\f3eb";}
.fa-seedling:before{content:"\f4d8";}
.fa-sellcast:before{content:"\f2da";}
.fa-sellsy:before{content:"\f213";}
.fa-server:before{content:"\f233";}
.fa-servicestack:before{content:"\f3ec";}
.fa-shapes:before{content:"\f61f";}
.fa-share:before{content:"\f064";}
.fa-share-alt:before{content:"\f1e0";}
.fa-share-alt-square:before{content:"\f1e1";}
.fa-share-square:before{content:"\f14d";}
.fa-shekel-sign:before{content:"\f20b";}
.fa-shield-alt:before{content:"\f3ed";}
.fa-ship:before{content:"\f21a";}
.fa-shipping-fast:before{content:"\f48b";}
.fa-shirtsinbulk:before{content:"\f214";}
.fa-shoe-prints:before{content:"\f54b";}
.fa-shopping-bag:before{content:"\f290";}
.fa-shopping-basket:before{content:"\f291";}
.fa-shopping-cart:before{content:"\f07a";}
.fa-shopware:before{content:"\f5b5";}
.fa-shower:before{content:"\f2cc";}
.fa-shuttle-van:before{content:"\f5b6";}
.fa-sign:before{content:"\f4d9";}
.fa-sign-in-alt:before{content:"\f2f6";}
.fa-sign-language:before{content:"\f2a7";}
.fa-sign-out-alt:before{content:"\f2f5";}
.fa-signal:before{content:"\f012";}
.fa-signature:before{content:"\f5b7";}
.fa-sim-card:before{content:"\f7c4";}
.fa-simplybuilt:before{content:"\f215";}
.fa-sistrix:before{content:"\f3ee";}
.fa-sitemap:before{content:"\f0e8";}
.fa-sith:before{content:"\f512";}
.fa-skating:before{content:"\f7c5";}
.fa-sketch:before{content:"\f7c6";}
.fa-skiing:before{content:"\f7c9";}
.fa-skiing-nordic:before{content:"\f7ca";}
.fa-skull:before{content:"\f54c";}
.fa-skull-crossbones:before{content:"\f714";}
.fa-skyatlas:before{content:"\f216";}
.fa-skype:before{content:"\f17e";}
.fa-slack:before{content:"\f198";}
.fa-slack-hash:before{content:"\f3ef";}
.fa-slash:before{content:"\f715";}
.fa-sleigh:before{content:"\f7cc";}
.fa-sliders-h:before{content:"\f1de";}
.fa-slideshare:before{content:"\f1e7";}
.fa-smile:before{content:"\f118";}
.fa-smile-beam:before{content:"\f5b8";}
.fa-smile-wink:before{content:"\f4da";}
.fa-smog:before{content:"\f75f";}
.fa-smoking:before{content:"\f48d";}
.fa-smoking-ban:before{content:"\f54d";}
.fa-sms:before{content:"\f7cd";}
.fa-snapchat:before{content:"\f2ab";}
.fa-snapchat-ghost:before{content:"\f2ac";}
.fa-snapchat-square:before{content:"\f2ad";}
.fa-snowboarding:before{content:"\f7ce";}
.fa-snowflake:before{content:"\f2dc";}
.fa-snowman:before{content:"\f7d0";}
.fa-snowplow:before{content:"\f7d2";}
.fa-socks:before{content:"\f696";}
.fa-solar-panel:before{content:"\f5ba";}
.fa-sort:before{content:"\f0dc";}
.fa-sort-alpha-down:before{content:"\f15d";}
.fa-sort-alpha-up:before{content:"\f15e";}
.fa-sort-amount-down:before{content:"\f160";}
.fa-sort-amount-up:before{content:"\f161";}
.fa-sort-down:before{content:"\f0dd";}
.fa-sort-numeric-down:before{content:"\f162";}
.fa-sort-numeric-up:before{content:"\f163";}
.fa-sort-up:before{content:"\f0de";}
.fa-soundcloud:before{content:"\f1be";}
.fa-sourcetree:before{content:"\f7d3";}
.fa-spa:before{content:"\f5bb";}
.fa-space-shuttle:before{content:"\f197";}
.fa-speakap:before{content:"\f3f3";}
.fa-spider:before{content:"\f717";}
.fa-spinner:before{content:"\f110";}
.fa-splotch:before{content:"\f5bc";}
.fa-spotify:before{content:"\f1bc";}
.fa-spray-can:before{content:"\f5bd";}
.fa-square:before{content:"\f0c8";}
.fa-square-full:before{content:"\f45c";}
.fa-square-root-alt:before{content:"\f698";}
.fa-squarespace:before{content:"\f5be";}
.fa-stack-exchange:before{content:"\f18d";}
.fa-stack-overflow:before{content:"\f16c";}
.fa-stamp:before{content:"\f5bf";}
.fa-star:before{content:"\f005";}
.fa-star-and-crescent:before{content:"\f699";}
.fa-star-half:before{content:"\f089";}
.fa-star-half-alt:before{content:"\f5c0";}
.fa-star-of-david:before{content:"\f69a";}
.fa-star-of-life:before{content:"\f621";}
.fa-staylinked:before{content:"\f3f5";}
.fa-steam:before{content:"\f1b6";}
.fa-steam-square:before{content:"\f1b7";}
.fa-steam-symbol:before{content:"\f3f6";}
.fa-step-backward:before{content:"\f048";}
.fa-step-forward:before{content:"\f051";}
.fa-stethoscope:before{content:"\f0f1";}
.fa-sticker-mule:before{content:"\f3f7";}
.fa-sticky-note:before{content:"\f249";}
.fa-stop:before{content:"\f04d";}
.fa-stop-circle:before{content:"\f28d";}
.fa-stopwatch:before{content:"\f2f2";}
.fa-store:before{content:"\f54e";}
.fa-store-alt:before{content:"\f54f";}
.fa-strava:before{content:"\f428";}
.fa-stream:before{content:"\f550";}
.fa-street-view:before{content:"\f21d";}
.fa-strikethrough:before{content:"\f0cc";}
.fa-stripe:before{content:"\f429";}
.fa-stripe-s:before{content:"\f42a";}
.fa-stroopwafel:before{content:"\f551";}
.fa-studiovinari:before{content:"\f3f8";}
.fa-stumbleupon:before{content:"\f1a4";}
.fa-stumbleupon-circle:before{content:"\f1a3";}
.fa-subscript:before{content:"\f12c";}
.fa-subway:before{content:"\f239";}
.fa-suitcase:before{content:"\f0f2";}
.fa-suitcase-rolling:before{content:"\f5c1";}
.fa-sun:before{content:"\f185";}
.fa-superpowers:before{content:"\f2dd";}
.fa-superscript:before{content:"\f12b";}
.fa-supple:before{content:"\f3f9";}
.fa-surprise:before{content:"\f5c2";}
.fa-suse:before{content:"\f7d6";}
.fa-swatchbook:before{content:"\f5c3";}
.fa-swimmer:before{content:"\f5c4";}
.fa-swimming-pool:before{content:"\f5c5";}
.fa-synagogue:before{content:"\f69b";}
.fa-sync:before{content:"\f021";}
.fa-sync-alt:before{content:"\f2f1";}
.fa-syringe:before{content:"\f48e";}
.fa-table:before{content:"\f0ce";}
.fa-table-tennis:before{content:"\f45d";}
.fa-tablet:before{content:"\f10a";}
.fa-tablet-alt:before{content:"\f3fa";}
.fa-tablets:before{content:"\f490";}
.fa-tachometer-alt:before{content:"\f3fd";}
.fa-tag:before{content:"\f02b";}
.fa-tags:before{content:"\f02c";}
.fa-tape:before{content:"\f4db";}
.fa-tasks:before{content:"\f0ae";}
.fa-taxi:before{content:"\f1ba";}
.fa-teamspeak:before{content:"\f4f9";}
.fa-teeth:before{content:"\f62e";}
.fa-teeth-open:before{content:"\f62f";}
.fa-telegram:before{content:"\f2c6";}
.fa-telegram-plane:before{content:"\f3fe";}
.fa-temperature-high:before{content:"\f769";}
.fa-temperature-low:before{content:"\f76b";}
.fa-tencent-weibo:before{content:"\f1d5";}
.fa-tenge:before{content:"\f7d7";}
.fa-terminal:before{content:"\f120";}
.fa-text-height:before{content:"\f034";}
.fa-text-width:before{content:"\f035";}
.fa-th:before{content:"\f00a";}
.fa-th-large:before{content:"\f009";}
.fa-th-list:before{content:"\f00b";}
.fa-the-red-yeti:before{content:"\f69d";}
.fa-theater-masks:before{content:"\f630";}
.fa-themeco:before{content:"\f5c6";}
.fa-themeisle:before{content:"\f2b2";}
.fa-thermometer:before{content:"\f491";}
.fa-thermometer-empty:before{content:"\f2cb";}
.fa-thermometer-full:before{content:"\f2c7";}
.fa-thermometer-half:before{content:"\f2c9";}
.fa-thermometer-quarter:before{content:"\f2ca";}
.fa-thermometer-three-quarters:before{content:"\f2c8";}
.fa-think-peaks:before{content:"\f731";}
.fa-thumbs-down:before{content:"\f165";}
.fa-thumbs-up:before{content:"\f164";}
.fa-thumbtack:before{content:"\f08d";}
.fa-ticket-alt:before{content:"\f3ff";}
.fa-times:before{content:"\f00d";}
.fa-times-circle:before{content:"\f057";}
.fa-tint:before{content:"\f043";}
.fa-tint-slash:before{content:"\f5c7";}
.fa-tired:before{content:"\f5c8";}
.fa-toggle-off:before{content:"\f204";}
.fa-toggle-on:before{content:"\f205";}
.fa-toilet:before{content:"\f7d8";}
.fa-toilet-paper:before{content:"\f71e";}
.fa-toolbox:before{content:"\f552";}
.fa-tools:before{content:"\f7d9";}
.fa-tooth:before{content:"\f5c9";}
.fa-torah:before{content:"\f6a0";}
.fa-torii-gate:before{content:"\f6a1";}
.fa-tractor:before{content:"\f722";}
.fa-trade-federation:before{content:"\f513";}
.fa-trademark:before{content:"\f25c";}
.fa-traffic-light:before{content:"\f637";}
.fa-train:before{content:"\f238";}
.fa-tram:before{content:"\f7da";}
.fa-transgender:before{content:"\f224";}
.fa-transgender-alt:before{content:"\f225";}
.fa-trash:before{content:"\f1f8";}
.fa-trash-alt:before{content:"\f2ed";}
.fa-tree:before{content:"\f1bb";}
.fa-trello:before{content:"\f181";}
.fa-tripadvisor:before{content:"\f262";}
.fa-trophy:before{content:"\f091";}
.fa-truck:before{content:"\f0d1";}
.fa-truck-loading:before{content:"\f4de";}
.fa-truck-monster:before{content:"\f63b";}
.fa-truck-moving:before{content:"\f4df";}
.fa-truck-pickup:before{content:"\f63c";}
.fa-tshirt:before{content:"\f553";}
.fa-tty:before{content:"\f1e4";}
.fa-tumblr:before{content:"\f173";}
.fa-tumblr-square:before{content:"\f174";}
.fa-tv:before{content:"\f26c";}
.fa-twitch:before{content:"\f1e8";}
.fa-twitter:before{content:"\f099";}
.fa-twitter-square:before{content:"\f081";}
.fa-typo3:before{content:"\f42b";}
.fa-uber:before{content:"\f402";}
.fa-ubuntu:before{content:"\f7df";}
.fa-uikit:before{content:"\f403";}
.fa-umbrella:before{content:"\f0e9";}
.fa-umbrella-beach:before{content:"\f5ca";}
.fa-underline:before{content:"\f0cd";}
.fa-undo:before{content:"\f0e2";}
.fa-undo-alt:before{content:"\f2ea";}
.fa-uniregistry:before{content:"\f404";}
.fa-universal-access:before{content:"\f29a";}
.fa-university:before{content:"\f19c";}
.fa-unlink:before{content:"\f127";}
.fa-unlock:before{content:"\f09c";}
.fa-unlock-alt:before{content:"\f13e";}
.fa-untappd:before{content:"\f405";}
.fa-upload:before{content:"\f093";}
.fa-ups:before{content:"\f7e0";}
.fa-usb:before{content:"\f287";}
.fa-user:before{content:"\f007";}
.fa-user-alt:before{content:"\f406";}
.fa-user-alt-slash:before{content:"\f4fa";}
.fa-user-astronaut:before{content:"\f4fb";}
.fa-user-check:before{content:"\f4fc";}
.fa-user-circle:before{content:"\f2bd";}
.fa-user-clock:before{content:"\f4fd";}
.fa-user-cog:before{content:"\f4fe";}
.fa-user-edit:before{content:"\f4ff";}
.fa-user-friends:before{content:"\f500";}
.fa-user-graduate:before{content:"\f501";}
.fa-user-injured:before{content:"\f728";}
.fa-user-lock:before{content:"\f502";}
.fa-user-md:before{content:"\f0f0";}
.fa-user-minus:before{content:"\f503";}
.fa-user-ninja:before{content:"\f504";}
.fa-user-plus:before{content:"\f234";}
.fa-user-secret:before{content:"\f21b";}
.fa-user-shield:before{content:"\f505";}
.fa-user-slash:before{content:"\f506";}
.fa-user-tag:before{content:"\f507";}
.fa-user-tie:before{content:"\f508";}
.fa-user-times:before{content:"\f235";}
.fa-users:before{content:"\f0c0";}
.fa-users-cog:before{content:"\f509";}
.fa-usps:before{content:"\f7e1";}
.fa-ussunnah:before{content:"\f407";}
.fa-utensil-spoon:before{content:"\f2e5";}
.fa-utensils:before{content:"\f2e7";}
.fa-vaadin:before{content:"\f408";}
.fa-vector-square:before{content:"\f5cb";}
.fa-venus:before{content:"\f221";}
.fa-venus-double:before{content:"\f226";}
.fa-venus-mars:before{content:"\f228";}
.fa-viacoin:before{content:"\f237";}
.fa-viadeo:before{content:"\f2a9";}
.fa-viadeo-square:before{content:"\f2aa";}
.fa-vial:before{content:"\f492";}
.fa-vials:before{content:"\f493";}
.fa-viber:before{content:"\f409";}
.fa-video:before{content:"\f03d";}
.fa-video-slash:before{content:"\f4e2";}
.fa-vihara:before{content:"\f6a7";}
.fa-vimeo:before{content:"\f40a";}
.fa-vimeo-square:before{content:"\f194";}
.fa-vimeo-v:before{content:"\f27d";}
.fa-vine:before{content:"\f1ca";}
.fa-vk:before{content:"\f189";}
.fa-vnv:before{content:"\f40b";}
.fa-volleyball-ball:before{content:"\f45f";}
.fa-volume-down:before{content:"\f027";}
.fa-volume-mute:before{content:"\f6a9";}
.fa-volume-off:before{content:"\f026";}
.fa-volume-up:before{content:"\f028";}
.fa-vote-yea:before{content:"\f772";}
.fa-vr-cardboard:before{content:"\f729";}
.fa-vuejs:before{content:"\f41f";}
.fa-walking:before{content:"\f554";}
.fa-wallet:before{content:"\f555";}
.fa-warehouse:before{content:"\f494";}
.fa-water:before{content:"\f773";}
.fa-weebly:before{content:"\f5cc";}
.fa-weibo:before{content:"\f18a";}
.fa-weight:before{content:"\f496";}
.fa-weight-hanging:before{content:"\f5cd";}
.fa-weixin:before{content:"\f1d7";}
.fa-whatsapp:before{content:"\f232";}
.fa-whatsapp-square:before{content:"\f40c";}
.fa-wheelchair:before{content:"\f193";}
.fa-whmcs:before{content:"\f40d";}
.fa-wifi:before{content:"\f1eb";}
.fa-wikipedia-w:before{content:"\f266";}
.fa-wind:before{content:"\f72e";}
.fa-window-close:before{content:"\f410";}
.fa-window-maximize:before{content:"\f2d0";}
.fa-window-minimize:before{content:"\f2d1";}
.fa-window-restore:before{content:"\f2d2";}
.fa-windows:before{content:"\f17a";}
.fa-wine-bottle:before{content:"\f72f";}
.fa-wine-glass:before{content:"\f4e3";}
.fa-wine-glass-alt:before{content:"\f5ce";}
.fa-wix:before{content:"\f5cf";}
.fa-wizards-of-the-coast:before{content:"\f730";}
.fa-wolf-pack-battalion:before{content:"\f514";}
.fa-won-sign:before{content:"\f159";}
.fa-wordpress:before{content:"\f19a";}
.fa-wordpress-simple:before{content:"\f411";}
.fa-wpbeginner:before{content:"\f297";}
.fa-wpexplorer:before{content:"\f2de";}
.fa-wpforms:before{content:"\f298";}
.fa-wpressr:before{content:"\f3e4";}
.fa-wrench:before{content:"\f0ad";}
.fa-x-ray:before{content:"\f497";}
.fa-xbox:before{content:"\f412";}
.fa-xing:before{content:"\f168";}
.fa-xing-square:before{content:"\f169";}
.fa-y-combinator:before{content:"\f23b";}
.fa-yahoo:before{content:"\f19e";}
.fa-yandex:before{content:"\f413";}
.fa-yandex-international:before{content:"\f414";}
.fa-yarn:before{content:"\f7e3";}
.fa-yelp:before{content:"\f1e9";}
.fa-yen-sign:before{content:"\f157";}
.fa-yin-yang:before{content:"\f6ad";}
.fa-yoast:before{content:"\f2b1";}
.fa-youtube:before{content:"\f167";}
.fa-youtube-square:before{content:"\f431";}
.fa-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:'Font Awesome 5 Brands';font-style:normal;font-weight:normal;src:url(//imobiliariayeshua.com.br/wp-content/plugins/crucial-real-estate/assets/webfonts/fa-brands-400.eot);src:url(//imobiliariayeshua.com.br/wp-content/plugins/crucial-real-estate/assets/webfonts/fa-brands-400.eot?#iefix) format("embedded-opentype"), url(//imobiliariayeshua.com.br/wp-content/plugins/crucial-real-estate/assets/webfonts/fa-brands-400.woff2) format("woff2"), url(//imobiliariayeshua.com.br/wp-content/plugins/crucial-real-estate/assets/webfonts/fa-brands-400.woff) format("woff"), url(//imobiliariayeshua.com.br/wp-content/plugins/crucial-real-estate/assets/webfonts/fa-brands-400.ttf) format("truetype"), url(//imobiliariayeshua.com.br/wp-content/plugins/crucial-real-estate/assets/webfonts/fa-brands-400.svg#fontawesome) format("svg");}
.fab{font-family:'Font Awesome 5 Brands';}
@font-face{font-family:'Font Awesome 5 Free';font-style:normal;font-weight:400;src:url(//imobiliariayeshua.com.br/wp-content/plugins/crucial-real-estate/assets/webfonts/fa-regular-400.eot);src:url(//imobiliariayeshua.com.br/wp-content/plugins/crucial-real-estate/assets/webfonts/fa-regular-400.eot?#iefix) format("embedded-opentype"), url(//imobiliariayeshua.com.br/wp-content/plugins/crucial-real-estate/assets/webfonts/fa-regular-400.woff2) format("woff2"), url(//imobiliariayeshua.com.br/wp-content/plugins/crucial-real-estate/assets/webfonts/fa-regular-400.woff) format("woff"), url(//imobiliariayeshua.com.br/wp-content/plugins/crucial-real-estate/assets/webfonts/fa-regular-400.ttf) format("truetype"), url(//imobiliariayeshua.com.br/wp-content/plugins/crucial-real-estate/assets/webfonts/fa-regular-400.svg#fontawesome) format("svg");}
.far{font-family:'Font Awesome 5 Free';font-weight:400;}
@font-face{font-family:'Font Awesome 5 Free';font-style:normal;font-weight:900;src:url(//imobiliariayeshua.com.br/wp-content/plugins/crucial-real-estate/assets/webfonts/fa-solid-900.eot);src:url(//imobiliariayeshua.com.br/wp-content/plugins/crucial-real-estate/assets/webfonts/fa-solid-900.eot?#iefix) format("embedded-opentype"), url(//imobiliariayeshua.com.br/wp-content/plugins/crucial-real-estate/assets/webfonts/fa-solid-900.woff2) format("woff2"), url(//imobiliariayeshua.com.br/wp-content/plugins/crucial-real-estate/assets/webfonts/fa-solid-900.woff) format("woff"), url(//imobiliariayeshua.com.br/wp-content/plugins/crucial-real-estate/assets/webfonts/fa-solid-900.ttf) format("truetype"), url(//imobiliariayeshua.com.br/wp-content/plugins/crucial-real-estate/assets/webfonts/fa-solid-900.svg#fontawesome) format("svg");}
.fa,
.fas {
font-family: 'Font Awesome 5 Free';
font-weight: 900; }
 .slick-loading .slick-list{background:#fff;}
.slick-prev,
.slick-next{font-size:0;line-height:0;position:absolute;top:50%;display:block;width:20px;height:20px;padding:0;-webkit-transform:translate(0, -50%);-ms-transform:translate(0, -50%);transform:translate(0, -50%);cursor:pointer;color:transparent;border:none;outline:none;background:transparent;}
.slick-prev:hover,
.slick-prev:focus,
.slick-next:hover,
.slick-next:focus{color:transparent;outline:none;background:transparent;}
.slick-prev:hover:before,
.slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before{opacity:1;}
.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before{opacity:.25;}
.slick-prev:before,
.slick-next:before{font-family:'slick';font-size:20px;line-height:1;opacity:.75;color:white;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;}
.slick-prev{left:-25px;}
[dir='rtl'] .slick-prev{right:-25px;left:auto;}
.slick-prev:before{content:'←';}
[dir='rtl'] .slick-prev:before{content:'→';}
.slick-next{right:-25px;}
[dir='rtl'] .slick-next{right:auto;left:-25px;}
.slick-next:before{content:'→';}
[dir='rtl'] .slick-next:before{content:'←';}
.slick-dotted.slick-slider{margin-bottom:30px;}
.slick-dots{position:absolute;bottom:-25px;display:block;width:100%;padding:0;margin:0;list-style:none;text-align:center;}
.slick-dots li{position:relative;display:inline-block;width:20px;height:20px;margin:0 5px;padding:0;cursor:pointer;}
.slick-dots li button{font-size:0;line-height:0;display:block;width:20px;height:20px;padding:5px;cursor:pointer;color:transparent;border:0;outline:none;background:transparent;}
.slick-dots li button:hover,
.slick-dots li button:focus{outline:none;}
.slick-dots li button:hover:before,
.slick-dots li button:focus:before{opacity:1;}
.slick-dots li button:before{font-family:'slick';font-size:6px;line-height:20px;position:absolute;top:0;left:0;width:20px;height:20px;content:'•';text-align:center;opacity:.25;color:black;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;}
.slick-dots li.slick-active button:before
{
opacity: .75;
color: black;
}.slick-slider{position:relative;display:block;-webkit-box-sizing:border-box;box-sizing:border-box;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;-webkit-touch-callout:none;-khtml-user-select:none;-ms-touch-action:pan-y;touch-action:pan-y;-webkit-tap-highlight-color:transparent;}
.slick-list{position:relative;display:block;overflow:hidden;margin:0;padding:0;}
.slick-list:focus{outline:none;}
.slick-list.dragging{cursor:pointer;cursor:hand;}
.slick-slider .slick-track,
.slick-slider .slick-list{-webkit-transform:translate3d(0, 0, 0);-ms-transform:translate3d(0, 0, 0);transform:translate3d(0, 0, 0);}
.slick-track{position:relative;top:0;left:0;display:block;margin-left:auto;margin-right:auto;}
.slick-track:before,
.slick-track:after{display:table;content:'';}
.slick-track:after{clear:both;}
.slick-loading .slick-track{visibility:hidden;}
.slick-slide{display:none;float:left;height:100%;min-height:1px;}
[dir='rtl'] .slick-slide{float:right;}
.slick-slide img{display:block;}
.slick-slide.slick-loading img{display:none;}
.slick-slide.dragging img{pointer-events:none;}
.slick-initialized .slick-slide{display:block;}
.slick-loading .slick-slide{visibility:hidden;}
.slick-vertical .slick-slide{display:block;height:auto;border:1px solid transparent;}
.slick-arrow.slick-hidden {
display: none;
}.cre-blog-post .box-button{-webkit-transition:background-color 0.2s ease-in-out, border-color 0.2s ease-in-out, color 0.3s ease-in-out;-o-transition:background-color 0.2s ease-in-out, border-color 0.2s ease-in-out, color 0.3s ease-in-out;transition:background-color 0.2s ease-in-out, border-color 0.2s ease-in-out, color 0.3s ease-in-out;}
.cre-blog-post #primary{width:100%;}
.flex-row{-ms-flex-direction:row;-webkit-box-orient:horizontal;-webkit-box-direction:normal;flex-direction:row;}
.flex-column{-ms-flex-direction:column;-webkit-box-orient:vertical;-webkit-box-direction:normal;flex-direction:column;}
.flex-row-reverse{-ms-flex-direction:row-reverse;-webkit-box-orient:horizontal;-webkit-box-direction:reverse;flex-direction:row-reverse;}
.flex-column-reverse{-ms-flex-direction:column-reverse;-webkit-box-orient:vertical;-webkit-box-direction:reverse;flex-direction:column-reverse;}
.flex-wrap{-ms-flex-wrap:wrap;flex-wrap:wrap;}
.flex-nowrap{-ms-flex-wrap:nowrap;flex-wrap:nowrap;}
.flex-wrap-reverse{-ms-flex-wrap:wrap-reverse;flex-wrap:wrap-reverse;}
.justify-content-start{-ms-flex-pack:start;-webkit-box-pack:start;justify-content:flex-start;}
.justify-content-end{-ms-flex-pack:end;-webkit-box-pack:end;justify-content:flex-end;}
.justify-content-center{-ms-flex-pack:center;-webkit-box-pack:center;justify-content:center;}
.justify-content-between{-ms-flex-pack:justify;-webkit-box-pack:justify;justify-content:space-between;}
.align-items-start{-ms-flex-align:start;-webkit-box-align:start;align-items:flex-start;}
.align-items-end{-ms-flex-align:end;-webkit-box-align:end;align-items:flex-end;}
.align-items-center{-ms-flex-align:center;-webkit-box-align:center;align-items:center;}
.align-items-baseline{-ms-flex-align:baseline;-webkit-box-align:baseline;align-items:baseline;}
.align-items-stretch{-ms-flex-align:stretch;-webkit-box-align:stretch;align-items:stretch;}
.align-content-start{-ms-flex-line-pack:start;align-content:flex-start;}
.align-content-end{-ms-flex-line-pack:end;align-content:flex-end;}
.align-content-center{-ms-flex-line-pack:center;align-content:center;}
.align-content-between{-ms-flex-line-pack:justify;align-content:space-between;}
.align-content-stretch{-ms-flex-line-pack:stretch;align-content:stretch;}
@media only screen and (min-width: 720px) {
.flex-md-row{-ms-flex-direction:row;-webkit-box-orient:horizontal;-webkit-box-direction:normal;flex-direction:row;}
.flex-md-column{-ms-flex-direction:column;-webkit-box-orient:vertical;-webkit-box-direction:normal;flex-direction:column;}
.flex-md-row-reverse{-ms-flex-direction:row-reverse;-webkit-box-orient:horizontal;-webkit-box-direction:reverse;flex-direction:row-reverse;}
.flex-md-column-reverse{-ms-flex-direction:column-reverse;-webkit-box-orient:vertical;-webkit-box-direction:reverse;flex-direction:column-reverse;}
.flex-md-wrap{-ms-flex-wrap:wrap;flex-wrap:wrap;}
.flex-md-nowrap{-ms-flex-wrap:nowrap;flex-wrap:nowrap;}
.flex-md-wrap-reverse{-ms-flex-wrap:wrap-reverse;flex-wrap:wrap-reverse;}
.justify-content-md-start{-ms-flex-pack:start;-webkit-box-pack:start;justify-content:flex-start;}
.justify-content-md-end{-ms-flex-pack:end;-webkit-box-pack:end;justify-content:flex-end;}
.justify-content-md-center{-ms-flex-pack:center;-webkit-box-pack:center;justify-content:center;}
.justify-content-md-between{-ms-flex-pack:justify;-webkit-box-pack:justify;justify-content:space-between;}
.align-items-md-start{-ms-flex-align:start;-webkit-box-align:start;align-items:flex-start;}
.align-items-md-end{-ms-flex-align:end;-webkit-box-align:end;align-items:flex-end;}
.align-items-md-center{-ms-flex-align:center;-webkit-box-align:center;align-items:center;}
.align-items-md-baseline{-ms-flex-align:baseline;-webkit-box-align:baseline;align-items:baseline;}
.align-items-md-stretch{-ms-flex-align:stretch;-webkit-box-align:stretch;align-items:stretch;}
.align-content-md-start{-ms-flex-line-pack:start;align-content:flex-start;}
.align-content-md-end{-ms-flex-line-pack:end;align-content:flex-end;}
.align-content-md-center{-ms-flex-line-pack:center;align-content:center;}
.align-content-md-between{-ms-flex-line-pack:justify;align-content:space-between;}
.align-content-md-stretch{-ms-flex-line-pack:stretch;align-content:stretch;}
}
@media only screen and (min-width: 1024px) {
.flex-lg-row{-ms-flex-direction:row;-webkit-box-orient:horizontal;-webkit-box-direction:normal;flex-direction:row;}
.flex-lg-column{-ms-flex-direction:column;-webkit-box-orient:vertical;-webkit-box-direction:normal;flex-direction:column;}
.flex-lg-row-reverse{-ms-flex-direction:row-reverse;-webkit-box-orient:horizontal;-webkit-box-direction:reverse;flex-direction:row-reverse;}
.flex-lg-column-reverse{-ms-flex-direction:column-reverse;-webkit-box-orient:vertical;-webkit-box-direction:reverse;flex-direction:column-reverse;}
.flex-lg-wrap{-ms-flex-wrap:wrap;flex-wrap:wrap;}
.flex-lg-nowrap{-ms-flex-wrap:nowrap;flex-wrap:nowrap;}
.flex-lg-wrap-reverse{-ms-flex-wrap:wrap-reverse;flex-wrap:wrap-reverse;}
.justify-content-lg-start{-ms-flex-pack:start;-webkit-box-pack:start;justify-content:flex-start;}
.justify-content-lg-end{-ms-flex-pack:end;-webkit-box-pack:end;justify-content:flex-end;}
.justify-content-lg-center{-ms-flex-pack:center;-webkit-box-pack:center;justify-content:center;}
.justify-content-lg-between{-ms-flex-pack:justify;-webkit-box-pack:justify;justify-content:space-between;}
.align-items-lg-start{-ms-flex-align:start;-webkit-box-align:start;align-items:flex-start;}
.align-items-lg-end{-ms-flex-align:end;-webkit-box-align:end;align-items:flex-end;}
.align-items-lg-center{-ms-flex-align:center;-webkit-box-align:center;align-items:center;}
.align-items-lg-baseline{-ms-flex-align:baseline;-webkit-box-align:baseline;align-items:baseline;}
.align-items-lg-stretch{-ms-flex-align:stretch;-webkit-box-align:stretch;align-items:stretch;}
.align-content-lg-start{-ms-flex-line-pack:start;align-content:flex-start;}
.align-content-lg-end{-ms-flex-line-pack:end;align-content:flex-end;}
.align-content-lg-center{-ms-flex-line-pack:center;align-content:center;}
.align-content-lg-between{-ms-flex-line-pack:justify;align-content:space-between;}
.align-content-lg-stretch{-ms-flex-line-pack:stretch;align-content:stretch;}
} .text-justify{text-align:justify !important;}
.text-left{text-align:left !important;}
.text-right{text-align:right !important;}
.text-center{text-align:center !important;}
.columns{display:-ms-flexbox;display:-webkit-box;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;margin-right:-15px;margin-left:-15px;}
.columns > .column{-webkit-box-flex:1;-ms-flex-positive:1;flex-grow:1;position:relative;width:100%;padding-right:15px;padding-left:15px;}
.columns{--w-100:100%;--w-50:50%;--w-33:33.333333%;--w-25:25%;--w-20:20%;--w-16:16.666666%;--v1:0 0 var(--w-100);--v2:0 0 var(--w-50);--v3:0 0 var(--w-33);--v4:0 0 var(--w-25);--v5:0 0 var(--w-20);--v6:0 0 var(--w-16);}
.columns[data-columns="1"] > .column{-ms-flex:var(--v1);-webkit-box-flex:var(--v1);flex:var(--v1);max-width:var(--w-100);}
.columns[data-columns="2"] > .column{-ms-flex:var(--v2);-webkit-box-flex:var(--v2);flex:var(--v2);max-width:var(--w-50);}
.columns[data-columns="3"] > .column{-ms-flex:var(--v3);-webkit-box-flex:var(--v3);flex:var(--v3);max-width:var(--w-33);}
.columns[data-columns="4"] > .column{-ms-flex:var(--v4);-webkit-box-flex:var(--v4);flex:var(--v4);max-width:var(--w-25);}
.columns[data-columns="5"] > .column{-ms-flex:var(--v5);-webkit-box-flex:var(--v5);flex:var(--v5);max-width:var(--w-20);}
.columns[data-columns="6"] > .column{-ms-flex:var(--v6);-webkit-box-flex:var(--v6);flex:var(--v6);max-width:var(--w-16);}
@media only screen and (min-width: 720px) {
.columns[data-columns-md="1"] > .column{-ms-flex:var(--v1);-webkit-box-flex:var(--v1);flex:var(--v1);max-width:var(--w-100);}
.columns[data-columns-md="2"] > .column{-ms-flex:var(--v2);-webkit-box-flex:var(--v2);flex:var(--v2);max-width:var(--w-50);}
.columns[data-columns-md="3"] > .column{-ms-flex:var(--v3);-webkit-box-flex:var(--v3);flex:var(--v3);max-width:var(--w-33);}
.columns[data-columns-md="4"] > .column{-ms-flex:var(--v4);-webkit-box-flex:var(--v4);flex:var(--v4);max-width:var(--w-25);}
.columns[data-columns-md="5"] > .column{-ms-flex:var(--v5);-webkit-box-flex:var(--v5);flex:var(--v5);max-width:var(--w-20);}
.columns[data-columns-md="6"] > .column{-ms-flex:var(--v6);-webkit-box-flex:var(--v6);flex:var(--v6);max-width:var(--w-16);}
}
@media only screen and (min-width: 1024px) {
.columns[data-columns-lg="1"] > .column {
-ms-flex: var(--v1);
-webkit-box-flex: var(--v1);
flex: var(--v1);
max-width: var(--w-100);
}
.columns[data-columns-lg="2"] > .column {
-ms-flex: var(--v2);
-webkit-box-flex: var(--v2);
flex: var(--v2);
max-width: var(--w-50);
}
.columns[data-columns-lg="3"] > .column {
-ms-flex: var(--v3);
-webkit-box-flex: var(--v3);
flex: var(--v3);
max-width: var(--w-33);
}
.columns[data-columns-lg="4"] > .column {
-ms-flex: var(--v4);
-webkit-box-flex: var(--v4);
flex: var(--v4);
max-width: var(--w-25);
}
.columns[data-columns-lg="5"] > .column {
-ms-flex: var(--v5);
-webkit-box-flex: var(--v5);
flex: var(--v5);
max-width: var(--w-20);
}
.columns[data-columns-lg="6"] > .column {
-ms-flex: var(--v6);
-webkit-box-flex: var(--v6);
flex: var(--v6);
max-width: var(--w-16);
}
}:root{--color-accent:#FCCE00;--color-accent-secondary:#354255;--color-heading:#223148;--color-2:#6d707d;--color-3:#9ea0a8;--color-4:#cecfd4;--color-5:#ffffff;--color-bg:#ffffff;--color-bg-4:#F1F4F9;--container-width:1170px}:root{--color-1:var(--color-accent-secondary);--color-link:var(--color-accent-secondary);--color-bg-2:var(--color-accent-secondary);--color-link-hover:var(--color-accent);--color-link-visited:var(--color-3);--color-bg-3:var(--color-accent);--color-btn:var(--color-5);--color-btn-bg:var(--color-bg-3);--color-btn-bg-2:var(--color-bg-2);}
.property-template-default .post.property{margin-bottom:30px;position:relative;}
.property-template-default .post.property > .featured-image-wrapper{position:relative;}
.property-template-default .post.property .entry-header{padding-top:0;margin:0 0 15px;}
.property-template-default .post.property .entry-meta{margin:0 -7px;padding:0;padding-left:7px;}
.property-template-default .post.property .entry-header{padding:10px 0 0px;position:static;}
.property-template-default .post.property .entry-title::before,
.post-wrapper .post .entry-title:before{display:none;}
.post.property .entry-content p{margin-top:0;margin-bottom:20px}
.property-template-default .post.property .entry-header{padding-top:0;margin-top:0;}
.property-template-default .post.property .entry-meta{margin:0 -5px;}
.property-template-default .post.property .entry-meta > div{padding-top:10px;text-transform:uppercase;font-size:14px;margin-bottom:10px;}
.property-template-default .post.property .cat-links{display:block;position:relative;}
.property-template-default .post.property .post-cat-list a:not(.related-post-section .post .post-cat-list a){background:var(--color-accent);color:var(--color-5);padding:8px 15px;margin:0 1px 4px 0;}
.property-template-default .post.property .cat-links a:first-child{margin-left:0;}
.property-template-default .post.property .entry-title{font-size:26px;}
.property-template-default .post.property .property-location{margin-bottom:15px;}
.property-template-default .post.property .posted-on{display:inline-block;}
.property-template-default .post.property .posted-on{background:var(--color-accent);line-height:1;display:inline-block;width:auto;padding:9px 7px;color:var(--color-5);margin:0;margin-right:0px;text-transform:uppercase;font-size:12px;position:absolute;top:-5px;font-weight:700;z-index:9;}
.property-template-default .post.property .posted-on::before{position:absolute;display:block;content:"";border-left:5px solid var(--color-accent);border-top:5px solid rgba(0, 0, 0, 0);top:0;right:-5px;}
.property-template-default .post.property .posted-on a{display:inline-block;top:-1px;position:relative;}
.property-template-default .post.property .posted-on a{color:var(--color-5);font-weight:600;}
.property a,
.agent-detail-section a{text-decoration:none;}
.cre-blog-post ins.property-current-price{text-decoration:none;background:none;}
.property li,
.agent-detail-section li{list-style:none;}
.property-template-default .post.property .entry-content,
.property-template-default .post.property .property-address-wrap,
.property-template-default .post.property .property-meta,
.property-template-default .property-gallery,
.property-template-default .property-feature-detail,
.property-template-default .floor-plan-section,
.property-template-default .post.property .property-meta.entry-meta{margin-bottom:20px;}
.property-template-default .post.property .entry-content{padding-bottom:5px;margin-left:0;margin-right:0;padding-left:0;padding-right:0;max-width:100%;}
.property-template-default .post.property h4,
.property-template-default .related-post-section h4{position:relative;padding-left:10px;margin-bottom:10px;line-height:1.2;display:block;}
.property-template-default .post.property h4::before,
.property-template-default .related-post-section h4:before{position:absolute;display:block;content:"";width:3px;height:22px;background:var(--color-accent);left:0;top:3px;}
.property-template-default .post.property .property-address-wrap ul{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;background:#F3F3F3;padding:15px 0 0;}
.property-template-default .post.property .property-address-wrap ul li{width:33.3333%;padding:0 15px;margin:0 0 20px;}
.property-template-default .post.property .property-address-wrap .property-address-heading{font-weight:600;text-transform:capitalize;}
.property-template-default .post.property .property-address-wrap ul li a,
.property-template-default .post.property .property-address-wrap ul li span{text-transform:capitalize;}
.property-template-default .post.property  .property-meta .meta-wrapper{width:19.5% !important;border-bottom:none;margin:10px 0 10px;padding-left:0;text-align:center;background:#F3F3F3;text-transform:uppercase;font-size:14px;position:relative;}
.property-template-default .post.property .property-meta .meta-wrapper .meta-icon{position:static;display:block;margin-bottom:8px;}
.property-template-default .post.property .entry-meta > div{text-transform:uppercase;font-size:14px;text-align:center;}
.property-template-default .post.property .entry-meta > *{display:inline-block;line-height:1;}
.property-template-default .post.property .entry-meta h4{display:block;}
.post.property .featured-image{margin-bottom:15px;}
.post.property  > .featured-image-wrapper span{position:absolute;top:8px;right:-5px;z-index:99;padding:4px 5px;color:var(--color-bg);background:var(--color-accent);font-size:16px;}
.post.property  > .featured-image-wrapper span::before{position:absolute;display:block;content:"";border-top:5px solid rgba(0,0,0,0.5);border-right:5px solid rgba(0, 0, 0, 0);bottom:-5px;right:0;}
.cre-blog-post .container{width:1170px;margin:0 auto;padding:0 15px;max-width:100%}
.cre-blog-post .post.property h4,
.cre-blog-post .entry-content p,
.cre-blog-post .post.property ul ,
.cre-blog-post .post.property .slick-slider,
.cre-blog-post .post.property .energy-performance,
.cre-blog-post .post.property .accordion-item-wrap,
.cre-blog-post .post.property .row,
.cre-blog-post .agent-detail-section .author-name,
.video-container{max-width:100% !important;}
.cre-blog-post .post.property .row{margin:0 -15px;width:100%;}
.cre-blog-post .post.property ul,
.cre-blog-post .agent-detail-section ul{padding:0}
.cre-blog-post .post.property a:hover{-webkit-text-decoration-style:none;text-decoration-style:none;}
.property-template-default .post.property .property-other-detail ul,
.property-template-default .post.property .property-feature-detail ul{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;background:#F3F3F3;padding:5px 0;}
.property-template-default .post.property .property-other-detail ul li,
.property-template-default .post.property .property-feature-detail ul li{width:33.3333%;padding:0 15px;margin-top:5px;margin-bottom:5px;}
.property-template-default .post.property .property-other-detail .other-detail-heading{font-weight:600;text-transform:capitalize;}
.property-template-default .post.property .property-feature-detail ul li{font-weight:600;list-style:inside disc;}
.property-template-default .energy-performance-wrap ul.energy-details{border:2px solid #00845A;background-color:var(--color-bg);}
.property-template-default .energy-performance-wrap ul.energy-details li{padding:8px 10px;border-bottom:1px solid #eee;list-style:none;font-size:18px;}
.property-template-default .energy-performance-wrap ul.energy-class{display:-webkit-box;display:-ms-flexbox;display:flex;margin:13px 0 0;}
.property-template-default .energy-performance-wrap ul.energy-class li{list-style:none;-webkit-box-flex:1;-ms-flex:1;flex:1;text-align:center;color:var(--color-5);padding:8px 10px;position:relative;}
.property-template-default .energy-performance-wrap ul.energy-class li.current span{position:absolute;bottom:29px;height:0;width:0;left:calc(50% - 12px);border:12px solid transparent;content:"";border-top-color:#00845A;}
.property-template-default .accordion-item{margin-bottom:5px;position:relative;}
.property-template-default .accordion-icon{height:30px;width:30px;background:var(--color-link-hover);position:absolute;border-radius:60px;text-align:center;cursor:pointer;z-index:9;right:7px;top:11px;}
.property-template-default .accordion-item-wrap .accordion-item .accordion-icon::before{height:12px;width:12px;border-width:0 1px 1px 0;border-color:#fff;display:block;content:"";position:absolute;z-index:99;border-style:solid;-webkit-transform:rotate(45deg);-ms-transform:rotate(45deg);transform:rotate(45deg);top:-5px;bottom:0;margin:auto;left:0;right:0;}
.property-template-default .accordion-item-wrap .accordion-item.current .accordion-icon::before{-webkit-transform:rotate(-135deg);-ms-transform:rotate(-135deg);transform:rotate(-135deg);top:8px;}
.property-template-default .accordion-item-wrap a.toggle{width:100%;display:block;background:#F3F3F3;padding:15px 35px 15px 15px;font-size:17px;min-height:58px;}
.property-template-default .accordion-item-wrap a.toggle:hover,
.property-template-default .accordion-item-wrap .accordion-item.current a.toggle{background:rgba(0,0,0,0.86) !important;color:var(--color-5);}
.property-template-default .accordion-content{display:none;margin-top:5px;}
.property-template-default .floor-plan-item-detail-wrap{background:#F3F3F3;padding:12px;margin-bottom:10px;display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;-webkit-box-align:center;-ms-flex-align:center;align-items:center;}
.property-template-default .floor-plan-item-detail-wrap ul{width:82%;width:calc(100% - 215px);width:-webkit-calc(100% - 215px);display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;}
.property-template-default .floor-plan-item-detail-wrap ul li{width:20%;padding-right:7px;margin:0;}
.property-template-default .floor-plan-heading{font-weight:600;}
.property-template-default .video-heading{display:block;}
iframe{width:100%;}
.property-template-default .contact-agent-info-wrap,
.agent-template-default .contact-agent-info-wrap{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;}
.property-template-default .contact-agent-info-wrap > div,
.agent-template-default .contact-agent-info-wrap > div{position:relative;margin:0;-webkit-box-flex:1;-ms-flex-positive:1;flex-grow:1;-ms-flex-preferred-size:0;flex-basis:0;}
.property-template-default .contact-agent-info,
.agent-template-default .contact-agent-info{min-width:73%;min-width:calc(100% - 300px);min-width:-webkit-calc(100% - 300px);padding-right:15px;display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;}
.contact-agent-form{min-width:300px;padding-left:15px;}
.property-template-default .contact-agent-info .author-image{width:200px;}
.property-template-default .contact-agent-info-content{width:76%;width:calc(100% - 200px);width:-webkit-calc(100% - 200px);padding-left:20px;}
.property-template-default .author-name{text-transform:capitalize;font-size:20px;}
.property-template-default .post.property .contact-agent-info-content ul{border-bottom:1px solid #E5E5E5;margin-bottom:10px;padding-bottom:10px;}
.property-template-default .contact-agent-info-content ul li{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;}
.property-template-default .contact-agent-heading{font-weight:600;text-transform:capitalize;padding-right:7px;}
.property-template-default .contact-agent-text{padding-left:7px;}
.property-template-default .box-button{background:var(--color-btn-bg);color:var(--color-btn);display:inline-block;font-size:18px;line-height:1.2;padding:9px 23px 9px;text-align:center;text-transform:capitalize;position:relative;border-radius:50px;border:1px solid var(--color-btn-bg);font-weight:400;}
.property-template-default .box-button:hover{background:#28303D;}
form label{text-transform:capitalize;font-weight:600;}
.contact-agent-form .wpcf7-form input,
.contact-agent-form .wpcf7-form textarea{padding:10px 18px;background:var(--color-bg);border:1px solid var(--color-4);margin:0;border-radius:0;}
.contact-agent-form .wpcf7-form input{height:41px;width:100%;}
.contact-agent-form .wpcf7-form input[type="submit"]{font-size:16px;padding:7px 10px;color:var(--color-4);border-radius:100px;}
.contact-agent-form .wpcf7-form input[type="submit"]:hover{color:#fff;background:#333;}
.contact-agent-info .author-image img{height:auto !important;}
.property-template-default .slick-prev:hover,
.property-template-default .slick-prev:focus,
.property-template-default .slick-next:hover,
.property-template-default .slick-next:focus{background:#FFD200}
.property-template-default .slick-arrow{background:var(--color-accent);height:30px;width:35px;top:-36px;color:var(--color-5);}
.property-template-default .property-gallery-slider .slick-arrow{top:15px;z-index:9;}
.property-template-default .slick-prev{left:auto;right:50px;}
.property-template-default .slick-prev::before,
.property-template-default .slick-next::before{opacity:1;color:#BFBEC3;font-family:"Font Awesome 5 Brands";font-size:20px;}
.property-template-default .slick-prev::before{height:12px;width:12px;border-width:0 1px 1px 0;border-color:#fff;display:block;content:"";position:absolute;z-index:99;border-style:solid;-webkit-transform:rotate(135deg);-ms-transform:rotate(135deg);transform:rotate(135deg);top:0;bottom:0;margin:auto;left:0;right:0;}
.property-template-default .slick-next{right:15px;}
.property-template-default .slick-next::before{height:12px;width:12px;border-width:0 1px 1px 0;border-color:#fff;display:block;content:"";position:absolute;z-index:99;border-style:solid;-webkit-transform:rotate(-45deg);-ms-transform:rotate(-45deg);transform:rotate(-45deg);top:0;bottom:0;margin:auto;left:0;right:0;}
.property-template-default .related-post-section .post .post-detail-wrap,
.post-wrapper .post .post-detail-wrap{position:relative;padding:30px 14px 0;}
.property-template-default .related-post-section .post .entry-title ,
.post-wrapper .post .entry-title{font-size:20px;}
.property-template-default .related-post-section .post.property .entry-content{padding-bottom:5px;margin:0}
.property-template-default .related-post-section .post .property-meta.entry-meta,
.post-wrapper .post .property-meta.entry-meta{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;margin:0 -15px -1px;padding-left:0;}
.property-template-default .related-post-section .post .property-meta .meta-wrapper,
.post-wrapper .post .property-meta .meta-wrapper{width:40% !important;width:calc(50% - 30px) !important;width:-webkit-calc(50% - 30px);padding:20px 0;border-bottom:1px solid var(--color-4) !important;margin:0 15px;padding-left:33px;position:relative;padding-top:10px;text-transform:uppercase;font-size:14px;background:none;text-align:left;}
.property-template-default .related-post-section .post.property .property-meta .meta-wrapper .meta-icon,
.post-wrapper .post.property .property-meta .meta-wrapper .meta-icon{position:absolute;left:0;top:9px;}
.property-template-default .related-post-section .post.property .featured-image{margin-bottom:0;}
.property-template-default .related-post-section .post-tags-wrap,
.post-wrapper .post-tags-wrap{position:absolute;top:-5px;line-height:0}
.property-template-default .related-post-section .post-tags,
.post-wrapper .post-tags{background:var(--color-accent);line-height:1;display:inline-block;width:auto;padding:9px 7px;color:var(--color-5);margin:0;text-transform:uppercase;font-size:12px;position:relative;margin-right:12px;font-weight:600;z-index:9;}
.property-template-default .related-post-section .post .property-meta.entry-meta > div{margin-bottom:0;}
.property-template-default .related-post-section .post-tags::before,
.post-wrapper .post-tags::before{position:absolute;display:block;content:"";border-left:5px solid var(--color-accent);border-top:5px solid rgba(0, 0, 0, 0);top:0;right:-5px;}
.property-meta-info{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;line-height:1.2;margin:0 -15px;padding-left:30px;background:var(--color-bg-4);border:1px solid var(--color-4);margin-bottom:5px;margin-top:-2px;position:relative;}
.property-meta-info{line-height:1.2;}
.property-meta-info::before{position:absolute;display:block;content:"";background:var(--color-accent);height:5px;width:100%;bottom:-1px;left:-1px;border-left:1px solid var(--color-4);border-right:1px solid var(--color-4);}
.property-meta-info > div{border-right:1px solid var(--color-4);-webkit-box-flex:1;-ms-flex-positive:1;flex-grow:1;-ms-flex-preferred-size:0;flex-basis:0;color:var(--color-link);}
.property-meta-info > div.properties-price{min-width:80%;min-width:calc(100% - 60px);min-width:-webkit-calc(100% - 60px);text-align:left;padding:15px 0;padding-left:0px;padding-left:0;display:-webkit-inline-box;display:-ms-inline-flexbox;display:inline-flex;}
.property-meta-info > div:last-child{border-right:none;}
.share-section{position:relative;z-index:999}
.property-meta-info > div > a{min-width:50px;text-align:center;padding:15px;display:block;padding-bottom:20px;}
.share-section .social-links ul{transform:scale(1, 0);-webkit-transform:scale(1, 0);-moz-transform:scale(1, 0);-ms-transform:scale(1, 0);-o-transform:scale(1, 0);-webkit-transform-origin:center top 0;-ms-transform-origin:center top 0;transform-origin:center top 0;transition:all 0.5s ease 0s;-webkit-transition:all 0.5s ease 0s;-moz-transition:all 0.5s ease 0s;-ms-transition:all 0.5s ease 0s;-o-transition:all 0.5s ease 0s;background:var(--color-bg-2) none repeat scroll 0 0;margin:0;position:absolute;top:100%;white-space:nowrap;z-index:999;text-align:center;width:100%;right:0;}
.share-section:hover .social-links,
.share-section:focus ul,
.share-section:focus-within ul{transform:scale(1);-webkit-transform:scale(1);-moz-transform:scale(1);-ms-transform:scale(1);-o-transform:scale(1);}
.block-social-icons ul{margin:0;}
.block-social-icons ul li{border:none;padding:0;display:block;margin:0;}
.block-social-icons ul li a{color:var(--color-5);display:block;padding:10px;text-transform:inherit;}
.social-links ul li a::before{font-family:"Font Awesome 5 Brands";font-size:14px;display:inline-block;z-index:9;position:relative;top:1px;}
.block-social-icons ul li a:hover{color:var(--color-1);background:var(--color-bg-4);}
.assistive-text, .screen-reader-text{clip:rect(1px 1px 1px 1px);clip:rect(1px, 1px, 1px, 1px);height:1px;overflow:hidden;position:absolute !important;width:1px;}
.property-meta-info > div > a:hover{background:var(--color-bg-3);color:var(--color-5);}
.social-links ul li a[href*="facebook.com"]::before{content:"\f39e";}
.social-links ul li a[href*="twitter.com"]::before{content:"\f099";}
.social-links ul li a[href*="plus.google.com"]::before{content:"\f0d5";}
.social-links ul li a[href*="linkedin.com"]::before{content:"\f0e1";}
.social-links ul li a[href*="reddit.com"]::before{content:"\f1a1";}
.social-links ul li a[href*="pinterest.com"]::before{content:"\f0d2";}
.social-links ul li a[href*="mailto:"]::before{content:"\f0e0";}
.social-links ul li a[href*="news.ycombinator.com"]::before{content:"\f1d4";}
.social-links ul li a[href*="vk.com"]::before{content:"\f189";}
.social-links ul li a[href*="t.me"]::before{content:"\f2c6";}
.post.property  .entry-meta .share-section{float:right;padding:15px;border-left:1px solid var(--color-4);padding-bottom:10px;}
.post.property .entry-content p{font-size:16px;}
.agent-detail-section .contact-agent-info .author-image{width:50%;padding-right:15px;}
.agent-detail-section .contact-agent-info-content{width:50%;padding-left:15px;}
.agent-detail-section .contact-agent-info-content ul{border-bottom:none;}
.agent-detail-section .author-name,
.social-links h3,
.post-wrapper h3{margin-bottom:0;font-size:20px;padding-bottom:10px;margin-top:4px}
.agent-detail-section .entry-content p{margin-top:0;}
.inline-social-icons li{display:inline-block;margin:0 5px 8px;padding:0;}
.inline-social-icons li:first-child{margin-left:0;}
.inline-social-icons li a{-o-transition:all 0.3s ease 0s;-webkit-transition:all 0.3s ease 0s;transition:all 0.3s ease 0s;color:#fff;display:inline-block;font-size:0px;text-align:center;text-transform:uppercase;}
.agent-detail-section .inline-social-icons li a{height:50px;width:50px;background:#223148;padding:13px 0 0;}
.agent-detail-section .inline-social-icons li a:hover{background:var(--color-accent);}
.agent-detail-section .post-wrapper .post{border:1px solid;border-color:rgba(104,139,154,0.3);padding:5px;padding-bottom:0}
.post-wrapper .entry-header{margin:0;margin-bottom:0px;padding:0 !important;}
.post-wrapper .entry-content{margin:0;}
.post-wrapper .post.property .featured-image{margin-bottom:0;}
.featured-image-wrapper{position:relative;}
.properties-price{font-size:16px;}
.post-wrapper .post{margin-bottom:30px;}
.cre-blog-post .content-area article.post,
.cre-blog-post .content-area article.post .post-detail-wrap .entry-header,
.cre-blog-post .content-area article.post .post-detail-wrap .entry-content{padding:0;height:auto;margin:0 0 15px 0;}
.cre-blog-post .content-area .site-main .post-thumbnail .wp-post-image,
.cre-blog-post .content-area .site-main .post-thumbnail{padding:0;height:auto;margin:0;}
.other-detail-info,
.floor-plan-info,
.property-address-info{font-size:15px;}
.property-address-wrap li.address-map a{background:var(--color-accent);color:var(--color-5);padding:8px 15px;margin:0 1px 4px 0;display:inline-block;font-size:16px;}
.agent-template-default .site-content,
.property-template-default .site-content,
.cre-blog-post .site-content{overflow:inherit;}
.post-wrapper .property-meta-info,
.related-post-section .property-meta-info{margin-bottom:0;}
.single-post-wrapper .entry-header .entry-price{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-column-gap:5px;-moz-column-gap:5px;column-gap:5px;margin-bottom:10px;-webkit-box-align:center;-ms-flex-align:center;align-items:center;font-size:26px;color:var(--color-accent);}
.single-post-wrapper .entry-header .entry-price .cre-price-postfix{font-size:13px;line-height:0.8;}
.property-meta .meta-wrapper .meta-icon{height:20px;width:20px;margin:0 auto;}
.post-item-wrapper .post .entry-meta>div, .latest-news-section .post .entry-meta>div, #primary .post .entry-meta>div, .post .entry-meta>div{padding-top:10px;text-transform:uppercase;font-size:14px;margin-bottom:10px;}
.property-meta .meta-wrapper .meta-icon img{height:100%;-o-object-fit:contain;object-fit:contain;-o-object-position:center;object-position:center;}
@media only screen and (max-width: 991px) {
.floor-plan-item-detail-wrap ul li{text-align:center;}
.floor-plan-heading{display:block;margin-bottom:5px;font-size:18px;}
.property-template-default .post.property .entry-meta h4,
.property-template-default .post.property h4,
.property-template-default .related-post-section h4{font-size:20px;}
.property-template-default .post.property .property-address-wrap .property-address-heading,
.property-template-default .post.property .property-other-detail .other-detail-heading{font-size:18px;}
.property-template-default .post.property .property-meta.single-property-section .meta-wrapper{width:32.8% !important;}
.contact-agent-info-content p,
.contact-agent-info-content ul li,
.property-template-default .post.property .property-feature-detail ul li{font-size:16px;}
.contact-agent-form{padding-top:0;}
form label{font-size:16px;}
.post-detail-wrap .property-meta-info{margin-bottom:0;}
}
@media only screen and (max-width: 768px) {
.property-template-default .post.property .property-location{font-size:16px;}
.property-template-default .post.property .property-address-wrap ul li{width:50%;margin:0 0 15px;}
.property-template-default .post.property .property-meta.single-property-section .meta-wrapper{width:32% !important;}
.property-template-default .post.property .property-other-detail ul li,
.property-template-default .post.property .property-feature-detail ul li{width:50%;}
.property-template-default .floor-plan-item-detail-wrap ul{width:100%;}
.property-template-default .floor-plan-item-detail-wrap ul li{width:25%;}
.property-template-default .contact-agent-info, .agent-template-default .contact-agent-info,.contact-agent-form{width:100%;}
.property-template-default .contact-agent-info-wrap{display:block;}
.contact-agent-form{padding-left:0;padding-top:20px;}
}
@media only screen and (max-width: 576px) {
.property-template-default .floor-plan-item-detail-wrap ul li{width:50%;}
.property-template-default .contact-agent-info, .agent-template-default .contact-agent-info{display:block;padding-right:0;}
.property-template-default .contact-agent-info-content{width:100%;padding-left:0;padding-top:15px;}
form label,
.property-template-default .box-button{font-size:16px;}
.property-template-default .post.property .property-other-detail ul li,
.property-template-default .post.property .property-feature-detail ul li{width:100%;}
}
@media only screen and (max-width: 479px) {
.property-template-default .post.property .entry-title {
font-size: 22px;
}
.property-template-default .post.property .property-address-wrap ul li {
width: 100%;
margin: 0 0 10px;
}
.property-template-default .post.property .property-meta.single-property-section .meta-wrapper {
width: 49% !important;
margin: 5px 0;
}
.property-template-default .post.property .property-address-wrap .property-address-heading,
.property-template-default .post.property .property-other-detail .other-detail-heading {
font-size: 16px;
}
.floor-plan-heading {
margin-bottom: 3px;
font-size: 16px;
line-height: 1.2;
}
.property-template-default .floor-plan-item-detail-wrap ul li {
margin-bottom: 7px;
}
.property-template-default .floor-plan-item-detail-wrap {
padding-bottom: 5px;
}
.contact-agent-form {
min-width: 100%;
}
.property-template-default .related-post-section .post .property-meta .meta-wrapper,
.post-wrapper .post .property-meta .meta-wrapper {
width: 100% !important;
}
}.cmplz-video.cmplz-iframe-styles{background-color:transparent}
.cmplz-video.cmplz-hidden{visibility:hidden !important}
.cmplz-blocked-content-notice{display:none}
.cmplz-placeholder-parent{height:inherit}
.cmplz-optin .cmplz-blocked-content-container .cmplz-blocked-content-notice,.cmplz-optin .cmplz-wp-video .cmplz-blocked-content-notice,.cmplz-optout .cmplz-blocked-content-container .cmplz-blocked-content-notice,.cmplz-optout .cmplz-wp-video .cmplz-blocked-content-notice{display:block}
.cmplz-blocked-content-container,.cmplz-wp-video{animation-name:cmplz-fadein;animation-duration:600ms;background:#FFF;border:0;border-radius:3px;box-shadow:0 0 1px 0 rgba(0,0,0,0.5),0 1px 10px 0 rgba(0,0,0,0.15);display:flex;justify-content:center;align-items:center;background-repeat:no-repeat !important;background-size:cover !important;height:inherit;position:relative}
.cmplz-blocked-content-container.gmw-map-cover,.cmplz-wp-video.gmw-map-cover{max-height:100%;position:absolute}
.cmplz-blocked-content-container.cmplz-video-placeholder,.cmplz-wp-video.cmplz-video-placeholder{padding-bottom:initial}
.cmplz-blocked-content-container iframe,.cmplz-wp-video iframe{visibility:hidden;max-height:100%;border:0 !important}
.cmplz-blocked-content-container .cmplz-custom-accept-btn,.cmplz-wp-video .cmplz-custom-accept-btn{white-space:normal;text-transform:initial;cursor:pointer;position:absolute !important;width:100%;top:50%;left:50%;transform:translate(-50%,-50%);max-width:200px;font-size:14px;padding:10px;background-color:rgba(0,0,0,0.5);color:#fff;text-align:center;z-index:98;line-height:23px}
.cmplz-blocked-content-container .cmplz-custom-accept-btn:focus,.cmplz-wp-video .cmplz-custom-accept-btn:focus{border:1px dotted #cecece}
.cmplz-blocked-content-container .cmplz-blocked-content-notice,.cmplz-wp-video .cmplz-blocked-content-notice{white-space:normal;text-transform:initial;position:absolute !important;width:100%;top:50%;left:50%;transform:translate(-50%,-50%);max-width:300px;font-size:14px;padding:10px;background-color:rgba(0,0,0,0.5);color:#fff;text-align:center;z-index:98;line-height:23px}
.cmplz-blocked-content-container .cmplz-blocked-content-notice .cmplz-links,.cmplz-wp-video .cmplz-blocked-content-notice .cmplz-links{display:block;margin-bottom:10px}
.cmplz-blocked-content-container .cmplz-blocked-content-notice .cmplz-links a,.cmplz-wp-video .cmplz-blocked-content-notice .cmplz-links a{color:#fff}
.cmplz-blocked-content-container .cmplz-blocked-content-notice .cmplz-blocked-content-notice-body,.cmplz-wp-video .cmplz-blocked-content-notice .cmplz-blocked-content-notice-body{display:block}
.cmplz-blocked-content-container div div{display:none}
.cmplz-wp-video .cmplz-placeholder-element{width:100%;height:inherit}
@keyframes cmplz-fadein{from{opacity:0}to{opacity:1}}@font-face{font-family:'FontAwesome';src:url(//imobiliariayeshua.com.br/wp-content/themes/real-home/assets/fonts/fontawesome-webfont.eot?v=4.7.0);src:url(//imobiliariayeshua.com.br/wp-content/themes/real-home/assets/fonts/fontawesome-webfont.eot?#iefix&v=4.7.0) format('embedded-opentype'), url(//imobiliariayeshua.com.br/wp-content/themes/real-home/assets/fonts/fontawesome-webfont.woff2?v=4.7.0) format('woff2'), url(//imobiliariayeshua.com.br/wp-content/themes/real-home/assets/fonts/fontawesome-webfont.woff?v=4.7.0) format('woff'), url(//imobiliariayeshua.com.br/wp-content/themes/real-home/assets/fonts/fontawesome-webfont.ttf?v=4.7.0) format('truetype'), url(//imobiliariayeshua.com.br/wp-content/themes/real-home/assets/fonts/fontawesome-webfont.svg?v=4.7.0#fontawesomeregular) format('svg');font-weight:normal;font-style:normal;}
.fa{display:inline-block;font:normal normal normal 14px/1 FontAwesome;font-size:inherit;text-rendering:auto;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;}
.fa-lg{font-size:1.33333333em;line-height:0.75em;vertical-align:-15%;}
.fa-2x{font-size:2em;}
.fa-3x{font-size:3em;}
.fa-4x{font-size:4em;}
.fa-5x{font-size:5em;}
.fa-fw{width:1.28571429em;text-align:center;}
.fa-ul{padding-left:0;margin-left:2.14285714em;list-style-type:none;}
.fa-ul > li{position:relative;}
.fa-li{position:absolute;left:-2.14285714em;width:2.14285714em;top:0.14285714em;text-align:center;}
.fa-li.fa-lg{left:-1.85714286em;}
.fa-border{padding:.2em .25em .15em;border:solid 0.08em #eeeeee;border-radius:.1em;}
.fa-pull-left{float:left;}
.fa-pull-right{float:right;}
.fa.fa-pull-left{margin-right:.3em;}
.fa.fa-pull-right{margin-left:.3em;}
.pull-right{float:right;}
.pull-left{float:left;}
.fa.pull-left{margin-right:.3em;}
.fa.pull-right{margin-left:.3em;}
.fa-spin{-webkit-animation:fa-spin 2s infinite linear;animation:fa-spin 2s infinite linear;}
.fa-pulse{-webkit-animation:fa-spin 1s infinite steps(8);animation:fa-spin 1s infinite steps(8);}
@-webkit-keyframes fa-spin {
0%{-webkit-transform:rotate(0deg);transform:rotate(0deg);}
100%{-webkit-transform:rotate(359deg);transform:rotate(359deg);}
}
@keyframes fa-spin {
0%{-webkit-transform:rotate(0deg);transform:rotate(0deg);}
100%{-webkit-transform:rotate(359deg);transform:rotate(359deg);}
}
.fa-rotate-90{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";-webkit-transform:rotate(90deg);-ms-transform:rotate(90deg);transform:rotate(90deg);}
.fa-rotate-180{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";-webkit-transform:rotate(180deg);-ms-transform:rotate(180deg);transform:rotate(180deg);}
.fa-rotate-270{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";-webkit-transform:rotate(270deg);-ms-transform:rotate(270deg);transform:rotate(270deg);}
.fa-flip-horizontal{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";-webkit-transform:scale(-1, 1);-ms-transform:scale(-1, 1);transform:scale(-1, 1);}
.fa-flip-vertical{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";-webkit-transform:scale(1, -1);-ms-transform:scale(1, -1);transform:scale(1, -1);}:root .fa-rotate-90,
:root .fa-rotate-180,
:root .fa-rotate-270,
:root .fa-flip-horizontal,
:root .fa-flip-vertical{filter:none;}
.fa-stack{position:relative;display:inline-block;width:2em;height:2em;line-height:2em;vertical-align:middle;}
.fa-stack-1x,
.fa-stack-2x{position:absolute;left:0;width:100%;text-align:center;}
.fa-stack-1x{line-height:inherit;}
.fa-stack-2x{font-size:2em;}
.fa-inverse{color:#ffffff;}
.fa-glass:before{content:"\f000";}
.fa-music:before{content:"\f001";}
.fa-search:before{content:"\f002";}
.fa-envelope-o:before{content:"\f003";}
.fa-heart:before{content:"\f004";}
.fa-star:before{content:"\f005";}
.fa-star-o:before{content:"\f006";}
.fa-user:before{content:"\f007";}
.fa-film:before{content:"\f008";}
.fa-th-large:before{content:"\f009";}
.fa-th:before{content:"\f00a";}
.fa-th-list:before{content:"\f00b";}
.fa-check:before{content:"\f00c";}
.fa-remove:before,
.fa-close:before,
.fa-times:before{content:"\f00d";}
.fa-search-plus:before{content:"\f00e";}
.fa-search-minus:before{content:"\f010";}
.fa-power-off:before{content:"\f011";}
.fa-signal:before{content:"\f012";}
.fa-gear:before,
.fa-cog:before{content:"\f013";}
.fa-trash-o:before{content:"\f014";}
.fa-home:before{content:"\f015";}
.fa-file-o:before{content:"\f016";}
.fa-clock-o:before{content:"\f017";}
.fa-road:before{content:"\f018";}
.fa-download:before{content:"\f019";}
.fa-arrow-circle-o-down:before{content:"\f01a";}
.fa-arrow-circle-o-up:before{content:"\f01b";}
.fa-inbox:before{content:"\f01c";}
.fa-play-circle-o:before{content:"\f01d";}
.fa-rotate-right:before,
.fa-repeat:before{content:"\f01e";}
.fa-refresh:before{content:"\f021";}
.fa-list-alt:before{content:"\f022";}
.fa-lock:before{content:"\f023";}
.fa-flag:before{content:"\f024";}
.fa-headphones:before{content:"\f025";}
.fa-volume-off:before{content:"\f026";}
.fa-volume-down:before{content:"\f027";}
.fa-volume-up:before{content:"\f028";}
.fa-qrcode:before{content:"\f029";}
.fa-barcode:before{content:"\f02a";}
.fa-tag:before{content:"\f02b";}
.fa-tags:before{content:"\f02c";}
.fa-book:before{content:"\f02d";}
.fa-bookmark:before{content:"\f02e";}
.fa-print:before{content:"\f02f";}
.fa-camera:before{content:"\f030";}
.fa-font:before{content:"\f031";}
.fa-bold:before{content:"\f032";}
.fa-italic:before{content:"\f033";}
.fa-text-height:before{content:"\f034";}
.fa-text-width:before{content:"\f035";}
.fa-align-left:before{content:"\f036";}
.fa-align-center:before{content:"\f037";}
.fa-align-right:before{content:"\f038";}
.fa-align-justify:before{content:"\f039";}
.fa-list:before{content:"\f03a";}
.fa-dedent:before,
.fa-outdent:before{content:"\f03b";}
.fa-indent:before{content:"\f03c";}
.fa-video-camera:before{content:"\f03d";}
.fa-photo:before,
.fa-image:before,
.fa-picture-o:before{content:"\f03e";}
.fa-pencil:before{content:"\f040";}
.fa-map-marker:before{content:"\f041";}
.fa-adjust:before{content:"\f042";}
.fa-tint:before{content:"\f043";}
.fa-edit:before,
.fa-pencil-square-o:before{content:"\f044";}
.fa-share-square-o:before{content:"\f045";}
.fa-check-square-o:before{content:"\f046";}
.fa-arrows:before{content:"\f047";}
.fa-step-backward:before{content:"\f048";}
.fa-fast-backward:before{content:"\f049";}
.fa-backward:before{content:"\f04a";}
.fa-play:before{content:"\f04b";}
.fa-pause:before{content:"\f04c";}
.fa-stop:before{content:"\f04d";}
.fa-forward:before{content:"\f04e";}
.fa-fast-forward:before{content:"\f050";}
.fa-step-forward:before{content:"\f051";}
.fa-eject:before{content:"\f052";}
.fa-chevron-left:before{content:"\f053";}
.fa-chevron-right:before{content:"\f054";}
.fa-plus-circle:before{content:"\f055";}
.fa-minus-circle:before{content:"\f056";}
.fa-times-circle:before{content:"\f057";}
.fa-check-circle:before{content:"\f058";}
.fa-question-circle:before{content:"\f059";}
.fa-info-circle:before{content:"\f05a";}
.fa-crosshairs:before{content:"\f05b";}
.fa-times-circle-o:before{content:"\f05c";}
.fa-check-circle-o:before{content:"\f05d";}
.fa-ban:before{content:"\f05e";}
.fa-arrow-left:before{content:"\f060";}
.fa-arrow-right:before{content:"\f061";}
.fa-arrow-up:before{content:"\f062";}
.fa-arrow-down:before{content:"\f063";}
.fa-mail-forward:before,
.fa-share:before{content:"\f064";}
.fa-expand:before{content:"\f065";}
.fa-compress:before{content:"\f066";}
.fa-plus:before{content:"\f067";}
.fa-minus:before{content:"\f068";}
.fa-asterisk:before{content:"\f069";}
.fa-exclamation-circle:before{content:"\f06a";}
.fa-gift:before{content:"\f06b";}
.fa-leaf:before{content:"\f06c";}
.fa-fire:before{content:"\f06d";}
.fa-eye:before{content:"\f06e";}
.fa-eye-slash:before{content:"\f070";}
.fa-warning:before,
.fa-exclamation-triangle:before{content:"\f071";}
.fa-plane:before{content:"\f072";}
.fa-calendar:before{content:"\f073";}
.fa-random:before{content:"\f074";}
.fa-comment:before{content:"\f075";}
.fa-magnet:before{content:"\f076";}
.fa-chevron-up:before{content:"\f077";}
.fa-chevron-down:before{content:"\f078";}
.fa-retweet:before{content:"\f079";}
.fa-shopping-cart:before{content:"\f07a";}
.fa-folder:before{content:"\f07b";}
.fa-folder-open:before{content:"\f07c";}
.fa-arrows-v:before{content:"\f07d";}
.fa-arrows-h:before{content:"\f07e";}
.fa-bar-chart-o:before,
.fa-bar-chart:before{content:"\f080";}
.fa-twitter-square:before{content:"\f081";}
.fa-facebook-square:before{content:"\f082";}
.fa-camera-retro:before{content:"\f083";}
.fa-key:before{content:"\f084";}
.fa-gears:before,
.fa-cogs:before{content:"\f085";}
.fa-comments:before{content:"\f086";}
.fa-thumbs-o-up:before{content:"\f087";}
.fa-thumbs-o-down:before{content:"\f088";}
.fa-star-half:before{content:"\f089";}
.fa-heart-o:before{content:"\f08a";}
.fa-sign-out:before{content:"\f08b";}
.fa-linkedin-square:before{content:"\f08c";}
.fa-thumb-tack:before{content:"\f08d";}
.fa-external-link:before{content:"\f08e";}
.fa-sign-in:before{content:"\f090";}
.fa-trophy:before{content:"\f091";}
.fa-github-square:before{content:"\f092";}
.fa-upload:before{content:"\f093";}
.fa-lemon-o:before{content:"\f094";}
.fa-phone:before{content:"\f095";}
.fa-square-o:before{content:"\f096";}
.fa-bookmark-o:before{content:"\f097";}
.fa-phone-square:before{content:"\f098";}
.fa-twitter:before{content:"\f099";}
.fa-facebook-f:before,
.fa-facebook:before{content:"\f09a";}
.fa-github:before{content:"\f09b";}
.fa-unlock:before{content:"\f09c";}
.fa-credit-card:before{content:"\f09d";}
.fa-feed:before,
.fa-rss:before{content:"\f09e";}
.fa-hdd-o:before{content:"\f0a0";}
.fa-bullhorn:before{content:"\f0a1";}
.fa-bell:before{content:"\f0f3";}
.fa-certificate:before{content:"\f0a3";}
.fa-hand-o-right:before{content:"\f0a4";}
.fa-hand-o-left:before{content:"\f0a5";}
.fa-hand-o-up:before{content:"\f0a6";}
.fa-hand-o-down:before{content:"\f0a7";}
.fa-arrow-circle-left:before{content:"\f0a8";}
.fa-arrow-circle-right:before{content:"\f0a9";}
.fa-arrow-circle-up:before{content:"\f0aa";}
.fa-arrow-circle-down:before{content:"\f0ab";}
.fa-globe:before{content:"\f0ac";}
.fa-wrench:before{content:"\f0ad";}
.fa-tasks:before{content:"\f0ae";}
.fa-filter:before{content:"\f0b0";}
.fa-briefcase:before{content:"\f0b1";}
.fa-arrows-alt:before{content:"\f0b2";}
.fa-group:before,
.fa-users:before{content:"\f0c0";}
.fa-chain:before,
.fa-link:before{content:"\f0c1";}
.fa-cloud:before{content:"\f0c2";}
.fa-flask:before{content:"\f0c3";}
.fa-cut:before,
.fa-scissors:before{content:"\f0c4";}
.fa-copy:before,
.fa-files-o:before{content:"\f0c5";}
.fa-paperclip:before{content:"\f0c6";}
.fa-save:before,
.fa-floppy-o:before{content:"\f0c7";}
.fa-square:before{content:"\f0c8";}
.fa-navicon:before,
.fa-reorder:before,
.fa-bars:before{content:"\f0c9";}
.fa-list-ul:before{content:"\f0ca";}
.fa-list-ol:before{content:"\f0cb";}
.fa-strikethrough:before{content:"\f0cc";}
.fa-underline:before{content:"\f0cd";}
.fa-table:before{content:"\f0ce";}
.fa-magic:before{content:"\f0d0";}
.fa-truck:before{content:"\f0d1";}
.fa-pinterest:before{content:"\f0d2";}
.fa-pinterest-square:before{content:"\f0d3";}
.fa-google-plus-square:before{content:"\f0d4";}
.fa-google-plus:before{content:"\f0d5";}
.fa-money:before{content:"\f0d6";}
.fa-caret-down:before{content:"\f0d7";}
.fa-caret-up:before{content:"\f0d8";}
.fa-caret-left:before{content:"\f0d9";}
.fa-caret-right:before{content:"\f0da";}
.fa-columns:before{content:"\f0db";}
.fa-unsorted:before,
.fa-sort:before{content:"\f0dc";}
.fa-sort-down:before,
.fa-sort-desc:before{content:"\f0dd";}
.fa-sort-up:before,
.fa-sort-asc:before{content:"\f0de";}
.fa-envelope:before{content:"\f0e0";}
.fa-linkedin:before{content:"\f0e1";}
.fa-rotate-left:before,
.fa-undo:before{content:"\f0e2";}
.fa-legal:before,
.fa-gavel:before{content:"\f0e3";}
.fa-dashboard:before,
.fa-tachometer:before{content:"\f0e4";}
.fa-comment-o:before{content:"\f0e5";}
.fa-comments-o:before{content:"\f0e6";}
.fa-flash:before,
.fa-bolt:before{content:"\f0e7";}
.fa-sitemap:before{content:"\f0e8";}
.fa-umbrella:before{content:"\f0e9";}
.fa-paste:before,
.fa-clipboard:before{content:"\f0ea";}
.fa-lightbulb-o:before{content:"\f0eb";}
.fa-exchange:before{content:"\f0ec";}
.fa-cloud-download:before{content:"\f0ed";}
.fa-cloud-upload:before{content:"\f0ee";}
.fa-user-md:before{content:"\f0f0";}
.fa-stethoscope:before{content:"\f0f1";}
.fa-suitcase:before{content:"\f0f2";}
.fa-bell-o:before{content:"\f0a2";}
.fa-coffee:before{content:"\f0f4";}
.fa-cutlery:before{content:"\f0f5";}
.fa-file-text-o:before{content:"\f0f6";}
.fa-building-o:before{content:"\f0f7";}
.fa-hospital-o:before{content:"\f0f8";}
.fa-ambulance:before{content:"\f0f9";}
.fa-medkit:before{content:"\f0fa";}
.fa-fighter-jet:before{content:"\f0fb";}
.fa-beer:before{content:"\f0fc";}
.fa-h-square:before{content:"\f0fd";}
.fa-plus-square:before{content:"\f0fe";}
.fa-angle-double-left:before{content:"\f100";}
.fa-angle-double-right:before{content:"\f101";}
.fa-angle-double-up:before{content:"\f102";}
.fa-angle-double-down:before{content:"\f103";}
.fa-angle-left:before{content:"\f104";}
.fa-angle-right:before{content:"\f105";}
.fa-angle-up:before{content:"\f106";}
.fa-angle-down:before{content:"\f107";}
.fa-desktop:before{content:"\f108";}
.fa-laptop:before{content:"\f109";}
.fa-tablet:before{content:"\f10a";}
.fa-mobile-phone:before,
.fa-mobile:before{content:"\f10b";}
.fa-circle-o:before{content:"\f10c";}
.fa-quote-left:before{content:"\f10d";}
.fa-quote-right:before{content:"\f10e";}
.fa-spinner:before{content:"\f110";}
.fa-circle:before{content:"\f111";}
.fa-mail-reply:before,
.fa-reply:before{content:"\f112";}
.fa-github-alt:before{content:"\f113";}
.fa-folder-o:before{content:"\f114";}
.fa-folder-open-o:before{content:"\f115";}
.fa-smile-o:before{content:"\f118";}
.fa-frown-o:before{content:"\f119";}
.fa-meh-o:before{content:"\f11a";}
.fa-gamepad:before{content:"\f11b";}
.fa-keyboard-o:before{content:"\f11c";}
.fa-flag-o:before{content:"\f11d";}
.fa-flag-checkered:before{content:"\f11e";}
.fa-terminal:before{content:"\f120";}
.fa-code:before{content:"\f121";}
.fa-mail-reply-all:before,
.fa-reply-all:before{content:"\f122";}
.fa-star-half-empty:before,
.fa-star-half-full:before,
.fa-star-half-o:before{content:"\f123";}
.fa-location-arrow:before{content:"\f124";}
.fa-crop:before{content:"\f125";}
.fa-code-fork:before{content:"\f126";}
.fa-unlink:before,
.fa-chain-broken:before{content:"\f127";}
.fa-question:before{content:"\f128";}
.fa-info:before{content:"\f129";}
.fa-exclamation:before{content:"\f12a";}
.fa-superscript:before{content:"\f12b";}
.fa-subscript:before{content:"\f12c";}
.fa-eraser:before{content:"\f12d";}
.fa-puzzle-piece:before{content:"\f12e";}
.fa-microphone:before{content:"\f130";}
.fa-microphone-slash:before{content:"\f131";}
.fa-shield:before{content:"\f132";}
.fa-calendar-o:before{content:"\f133";}
.fa-fire-extinguisher:before{content:"\f134";}
.fa-rocket:before{content:"\f135";}
.fa-maxcdn:before{content:"\f136";}
.fa-chevron-circle-left:before{content:"\f137";}
.fa-chevron-circle-right:before{content:"\f138";}
.fa-chevron-circle-up:before{content:"\f139";}
.fa-chevron-circle-down:before{content:"\f13a";}
.fa-html5:before{content:"\f13b";}
.fa-css3:before{content:"\f13c";}
.fa-anchor:before{content:"\f13d";}
.fa-unlock-alt:before{content:"\f13e";}
.fa-bullseye:before{content:"\f140";}
.fa-ellipsis-h:before{content:"\f141";}
.fa-ellipsis-v:before{content:"\f142";}
.fa-rss-square:before{content:"\f143";}
.fa-play-circle:before{content:"\f144";}
.fa-ticket:before{content:"\f145";}
.fa-minus-square:before{content:"\f146";}
.fa-minus-square-o:before{content:"\f147";}
.fa-level-up:before{content:"\f148";}
.fa-level-down:before{content:"\f149";}
.fa-check-square:before{content:"\f14a";}
.fa-pencil-square:before{content:"\f14b";}
.fa-external-link-square:before{content:"\f14c";}
.fa-share-square:before{content:"\f14d";}
.fa-compass:before{content:"\f14e";}
.fa-toggle-down:before,
.fa-caret-square-o-down:before{content:"\f150";}
.fa-toggle-up:before,
.fa-caret-square-o-up:before{content:"\f151";}
.fa-toggle-right:before,
.fa-caret-square-o-right:before{content:"\f152";}
.fa-euro:before,
.fa-eur:before{content:"\f153";}
.fa-gbp:before{content:"\f154";}
.fa-dollar:before,
.fa-usd:before{content:"\f155";}
.fa-rupee:before,
.fa-inr:before{content:"\f156";}
.fa-cny:before,
.fa-rmb:before,
.fa-yen:before,
.fa-jpy:before{content:"\f157";}
.fa-ruble:before,
.fa-rouble:before,
.fa-rub:before{content:"\f158";}
.fa-won:before,
.fa-krw:before{content:"\f159";}
.fa-bitcoin:before,
.fa-btc:before{content:"\f15a";}
.fa-file:before{content:"\f15b";}
.fa-file-text:before{content:"\f15c";}
.fa-sort-alpha-asc:before{content:"\f15d";}
.fa-sort-alpha-desc:before{content:"\f15e";}
.fa-sort-amount-asc:before{content:"\f160";}
.fa-sort-amount-desc:before{content:"\f161";}
.fa-sort-numeric-asc:before{content:"\f162";}
.fa-sort-numeric-desc:before{content:"\f163";}
.fa-thumbs-up:before{content:"\f164";}
.fa-thumbs-down:before{content:"\f165";}
.fa-youtube-square:before{content:"\f166";}
.fa-youtube:before{content:"\f167";}
.fa-xing:before{content:"\f168";}
.fa-xing-square:before{content:"\f169";}
.fa-youtube-play:before{content:"\f16a";}
.fa-dropbox:before{content:"\f16b";}
.fa-stack-overflow:before{content:"\f16c";}
.fa-instagram:before{content:"\f16d";}
.fa-flickr:before{content:"\f16e";}
.fa-adn:before{content:"\f170";}
.fa-bitbucket:before{content:"\f171";}
.fa-bitbucket-square:before{content:"\f172";}
.fa-tumblr:before{content:"\f173";}
.fa-tumblr-square:before{content:"\f174";}
.fa-long-arrow-down:before{content:"\f175";}
.fa-long-arrow-up:before{content:"\f176";}
.fa-long-arrow-left:before{content:"\f177";}
.fa-long-arrow-right:before{content:"\f178";}
.fa-apple:before{content:"\f179";}
.fa-windows:before{content:"\f17a";}
.fa-android:before{content:"\f17b";}
.fa-linux:before{content:"\f17c";}
.fa-dribbble:before{content:"\f17d";}
.fa-skype:before{content:"\f17e";}
.fa-foursquare:before{content:"\f180";}
.fa-trello:before{content:"\f181";}
.fa-female:before{content:"\f182";}
.fa-male:before{content:"\f183";}
.fa-gittip:before,
.fa-gratipay:before{content:"\f184";}
.fa-sun-o:before{content:"\f185";}
.fa-moon-o:before{content:"\f186";}
.fa-archive:before{content:"\f187";}
.fa-bug:before{content:"\f188";}
.fa-vk:before{content:"\f189";}
.fa-weibo:before{content:"\f18a";}
.fa-renren:before{content:"\f18b";}
.fa-pagelines:before{content:"\f18c";}
.fa-stack-exchange:before{content:"\f18d";}
.fa-arrow-circle-o-right:before{content:"\f18e";}
.fa-arrow-circle-o-left:before{content:"\f190";}
.fa-toggle-left:before,
.fa-caret-square-o-left:before{content:"\f191";}
.fa-dot-circle-o:before{content:"\f192";}
.fa-wheelchair:before{content:"\f193";}
.fa-vimeo-square:before{content:"\f194";}
.fa-turkish-lira:before,
.fa-try:before{content:"\f195";}
.fa-plus-square-o:before{content:"\f196";}
.fa-space-shuttle:before{content:"\f197";}
.fa-slack:before{content:"\f198";}
.fa-envelope-square:before{content:"\f199";}
.fa-wordpress:before{content:"\f19a";}
.fa-openid:before{content:"\f19b";}
.fa-institution:before,
.fa-bank:before,
.fa-university:before{content:"\f19c";}
.fa-mortar-board:before,
.fa-graduation-cap:before{content:"\f19d";}
.fa-yahoo:before{content:"\f19e";}
.fa-google:before{content:"\f1a0";}
.fa-reddit:before{content:"\f1a1";}
.fa-reddit-square:before{content:"\f1a2";}
.fa-stumbleupon-circle:before{content:"\f1a3";}
.fa-stumbleupon:before{content:"\f1a4";}
.fa-delicious:before{content:"\f1a5";}
.fa-digg:before{content:"\f1a6";}
.fa-pied-piper-pp:before{content:"\f1a7";}
.fa-pied-piper-alt:before{content:"\f1a8";}
.fa-drupal:before{content:"\f1a9";}
.fa-joomla:before{content:"\f1aa";}
.fa-language:before{content:"\f1ab";}
.fa-fax:before{content:"\f1ac";}
.fa-building:before{content:"\f1ad";}
.fa-child:before{content:"\f1ae";}
.fa-paw:before{content:"\f1b0";}
.fa-spoon:before{content:"\f1b1";}
.fa-cube:before{content:"\f1b2";}
.fa-cubes:before{content:"\f1b3";}
.fa-behance:before{content:"\f1b4";}
.fa-behance-square:before{content:"\f1b5";}
.fa-steam:before{content:"\f1b6";}
.fa-steam-square:before{content:"\f1b7";}
.fa-recycle:before{content:"\f1b8";}
.fa-automobile:before,
.fa-car:before{content:"\f1b9";}
.fa-cab:before,
.fa-taxi:before{content:"\f1ba";}
.fa-tree:before{content:"\f1bb";}
.fa-spotify:before{content:"\f1bc";}
.fa-deviantart:before{content:"\f1bd";}
.fa-soundcloud:before{content:"\f1be";}
.fa-database:before{content:"\f1c0";}
.fa-file-pdf-o:before{content:"\f1c1";}
.fa-file-word-o:before{content:"\f1c2";}
.fa-file-excel-o:before{content:"\f1c3";}
.fa-file-powerpoint-o:before{content:"\f1c4";}
.fa-file-photo-o:before,
.fa-file-picture-o:before,
.fa-file-image-o:before{content:"\f1c5";}
.fa-file-zip-o:before,
.fa-file-archive-o:before{content:"\f1c6";}
.fa-file-sound-o:before,
.fa-file-audio-o:before{content:"\f1c7";}
.fa-file-movie-o:before,
.fa-file-video-o:before{content:"\f1c8";}
.fa-file-code-o:before{content:"\f1c9";}
.fa-vine:before{content:"\f1ca";}
.fa-codepen:before{content:"\f1cb";}
.fa-jsfiddle:before{content:"\f1cc";}
.fa-life-bouy:before,
.fa-life-buoy:before,
.fa-life-saver:before,
.fa-support:before,
.fa-life-ring:before{content:"\f1cd";}
.fa-circle-o-notch:before{content:"\f1ce";}
.fa-ra:before,
.fa-resistance:before,
.fa-rebel:before{content:"\f1d0";}
.fa-ge:before,
.fa-empire:before{content:"\f1d1";}
.fa-git-square:before{content:"\f1d2";}
.fa-git:before{content:"\f1d3";}
.fa-y-combinator-square:before,
.fa-yc-square:before,
.fa-hacker-news:before{content:"\f1d4";}
.fa-tencent-weibo:before{content:"\f1d5";}
.fa-qq:before{content:"\f1d6";}
.fa-wechat:before,
.fa-weixin:before{content:"\f1d7";}
.fa-send:before,
.fa-paper-plane:before{content:"\f1d8";}
.fa-send-o:before,
.fa-paper-plane-o:before{content:"\f1d9";}
.fa-history:before{content:"\f1da";}
.fa-circle-thin:before{content:"\f1db";}
.fa-header:before{content:"\f1dc";}
.fa-paragraph:before{content:"\f1dd";}
.fa-sliders:before{content:"\f1de";}
.fa-share-alt:before{content:"\f1e0";}
.fa-share-alt-square:before{content:"\f1e1";}
.fa-bomb:before{content:"\f1e2";}
.fa-soccer-ball-o:before,
.fa-futbol-o:before{content:"\f1e3";}
.fa-tty:before{content:"\f1e4";}
.fa-binoculars:before{content:"\f1e5";}
.fa-plug:before{content:"\f1e6";}
.fa-slideshare:before{content:"\f1e7";}
.fa-twitch:before{content:"\f1e8";}
.fa-yelp:before{content:"\f1e9";}
.fa-newspaper-o:before{content:"\f1ea";}
.fa-wifi:before{content:"\f1eb";}
.fa-calculator:before{content:"\f1ec";}
.fa-paypal:before{content:"\f1ed";}
.fa-google-wallet:before{content:"\f1ee";}
.fa-cc-visa:before{content:"\f1f0";}
.fa-cc-mastercard:before{content:"\f1f1";}
.fa-cc-discover:before{content:"\f1f2";}
.fa-cc-amex:before{content:"\f1f3";}
.fa-cc-paypal:before{content:"\f1f4";}
.fa-cc-stripe:before{content:"\f1f5";}
.fa-bell-slash:before{content:"\f1f6";}
.fa-bell-slash-o:before{content:"\f1f7";}
.fa-trash:before{content:"\f1f8";}
.fa-copyright:before{content:"\f1f9";}
.fa-at:before{content:"\f1fa";}
.fa-eyedropper:before{content:"\f1fb";}
.fa-paint-brush:before{content:"\f1fc";}
.fa-birthday-cake:before{content:"\f1fd";}
.fa-area-chart:before{content:"\f1fe";}
.fa-pie-chart:before{content:"\f200";}
.fa-line-chart:before{content:"\f201";}
.fa-lastfm:before{content:"\f202";}
.fa-lastfm-square:before{content:"\f203";}
.fa-toggle-off:before{content:"\f204";}
.fa-toggle-on:before{content:"\f205";}
.fa-bicycle:before{content:"\f206";}
.fa-bus:before{content:"\f207";}
.fa-ioxhost:before{content:"\f208";}
.fa-angellist:before{content:"\f209";}
.fa-cc:before{content:"\f20a";}
.fa-shekel:before,
.fa-sheqel:before,
.fa-ils:before{content:"\f20b";}
.fa-meanpath:before{content:"\f20c";}
.fa-buysellads:before{content:"\f20d";}
.fa-connectdevelop:before{content:"\f20e";}
.fa-dashcube:before{content:"\f210";}
.fa-forumbee:before{content:"\f211";}
.fa-leanpub:before{content:"\f212";}
.fa-sellsy:before{content:"\f213";}
.fa-shirtsinbulk:before{content:"\f214";}
.fa-simplybuilt:before{content:"\f215";}
.fa-skyatlas:before{content:"\f216";}
.fa-cart-plus:before{content:"\f217";}
.fa-cart-arrow-down:before{content:"\f218";}
.fa-diamond:before{content:"\f219";}
.fa-ship:before{content:"\f21a";}
.fa-user-secret:before{content:"\f21b";}
.fa-motorcycle:before{content:"\f21c";}
.fa-street-view:before{content:"\f21d";}
.fa-heartbeat:before{content:"\f21e";}
.fa-venus:before{content:"\f221";}
.fa-mars:before{content:"\f222";}
.fa-mercury:before{content:"\f223";}
.fa-intersex:before,
.fa-transgender:before{content:"\f224";}
.fa-transgender-alt:before{content:"\f225";}
.fa-venus-double:before{content:"\f226";}
.fa-mars-double:before{content:"\f227";}
.fa-venus-mars:before{content:"\f228";}
.fa-mars-stroke:before{content:"\f229";}
.fa-mars-stroke-v:before{content:"\f22a";}
.fa-mars-stroke-h:before{content:"\f22b";}
.fa-neuter:before{content:"\f22c";}
.fa-genderless:before{content:"\f22d";}
.fa-facebook-official:before{content:"\f230";}
.fa-pinterest-p:before{content:"\f231";}
.fa-whatsapp:before{content:"\f232";}
.fa-server:before{content:"\f233";}
.fa-user-plus:before{content:"\f234";}
.fa-user-times:before{content:"\f235";}
.fa-hotel:before,
.fa-bed:before{content:"\f236";}
.fa-viacoin:before{content:"\f237";}
.fa-train:before{content:"\f238";}
.fa-subway:before{content:"\f239";}
.fa-medium:before{content:"\f23a";}
.fa-yc:before,
.fa-y-combinator:before{content:"\f23b";}
.fa-optin-monster:before{content:"\f23c";}
.fa-opencart:before{content:"\f23d";}
.fa-expeditedssl:before{content:"\f23e";}
.fa-battery-4:before,
.fa-battery:before,
.fa-battery-full:before{content:"\f240";}
.fa-battery-3:before,
.fa-battery-three-quarters:before{content:"\f241";}
.fa-battery-2:before,
.fa-battery-half:before{content:"\f242";}
.fa-battery-1:before,
.fa-battery-quarter:before{content:"\f243";}
.fa-battery-0:before,
.fa-battery-empty:before{content:"\f244";}
.fa-mouse-pointer:before{content:"\f245";}
.fa-i-cursor:before{content:"\f246";}
.fa-object-group:before{content:"\f247";}
.fa-object-ungroup:before{content:"\f248";}
.fa-sticky-note:before{content:"\f249";}
.fa-sticky-note-o:before{content:"\f24a";}
.fa-cc-jcb:before{content:"\f24b";}
.fa-cc-diners-club:before{content:"\f24c";}
.fa-clone:before{content:"\f24d";}
.fa-balance-scale:before{content:"\f24e";}
.fa-hourglass-o:before{content:"\f250";}
.fa-hourglass-1:before,
.fa-hourglass-start:before{content:"\f251";}
.fa-hourglass-2:before,
.fa-hourglass-half:before{content:"\f252";}
.fa-hourglass-3:before,
.fa-hourglass-end:before{content:"\f253";}
.fa-hourglass:before{content:"\f254";}
.fa-hand-grab-o:before,
.fa-hand-rock-o:before{content:"\f255";}
.fa-hand-stop-o:before,
.fa-hand-paper-o:before{content:"\f256";}
.fa-hand-scissors-o:before{content:"\f257";}
.fa-hand-lizard-o:before{content:"\f258";}
.fa-hand-spock-o:before{content:"\f259";}
.fa-hand-pointer-o:before{content:"\f25a";}
.fa-hand-peace-o:before{content:"\f25b";}
.fa-trademark:before{content:"\f25c";}
.fa-registered:before{content:"\f25d";}
.fa-creative-commons:before{content:"\f25e";}
.fa-gg:before{content:"\f260";}
.fa-gg-circle:before{content:"\f261";}
.fa-tripadvisor:before{content:"\f262";}
.fa-odnoklassniki:before{content:"\f263";}
.fa-odnoklassniki-square:before{content:"\f264";}
.fa-get-pocket:before{content:"\f265";}
.fa-wikipedia-w:before{content:"\f266";}
.fa-safari:before{content:"\f267";}
.fa-chrome:before{content:"\f268";}
.fa-firefox:before{content:"\f269";}
.fa-opera:before{content:"\f26a";}
.fa-internet-explorer:before{content:"\f26b";}
.fa-tv:before,
.fa-television:before{content:"\f26c";}
.fa-contao:before{content:"\f26d";}
.fa-500px:before{content:"\f26e";}
.fa-amazon:before{content:"\f270";}
.fa-calendar-plus-o:before{content:"\f271";}
.fa-calendar-minus-o:before{content:"\f272";}
.fa-calendar-times-o:before{content:"\f273";}
.fa-calendar-check-o:before{content:"\f274";}
.fa-industry:before{content:"\f275";}
.fa-map-pin:before{content:"\f276";}
.fa-map-signs:before{content:"\f277";}
.fa-map-o:before{content:"\f278";}
.fa-map:before{content:"\f279";}
.fa-commenting:before{content:"\f27a";}
.fa-commenting-o:before{content:"\f27b";}
.fa-houzz:before{content:"\f27c";}
.fa-vimeo:before{content:"\f27d";}
.fa-black-tie:before{content:"\f27e";}
.fa-fonticons:before{content:"\f280";}
.fa-reddit-alien:before{content:"\f281";}
.fa-edge:before{content:"\f282";}
.fa-credit-card-alt:before{content:"\f283";}
.fa-codiepie:before{content:"\f284";}
.fa-modx:before{content:"\f285";}
.fa-fort-awesome:before{content:"\f286";}
.fa-usb:before{content:"\f287";}
.fa-product-hunt:before{content:"\f288";}
.fa-mixcloud:before{content:"\f289";}
.fa-scribd:before{content:"\f28a";}
.fa-pause-circle:before{content:"\f28b";}
.fa-pause-circle-o:before{content:"\f28c";}
.fa-stop-circle:before{content:"\f28d";}
.fa-stop-circle-o:before{content:"\f28e";}
.fa-shopping-bag:before{content:"\f290";}
.fa-shopping-basket:before{content:"\f291";}
.fa-hashtag:before{content:"\f292";}
.fa-bluetooth:before{content:"\f293";}
.fa-bluetooth-b:before{content:"\f294";}
.fa-percent:before{content:"\f295";}
.fa-gitlab:before{content:"\f296";}
.fa-wpbeginner:before{content:"\f297";}
.fa-wpforms:before{content:"\f298";}
.fa-envira:before{content:"\f299";}
.fa-universal-access:before{content:"\f29a";}
.fa-wheelchair-alt:before{content:"\f29b";}
.fa-question-circle-o:before{content:"\f29c";}
.fa-blind:before{content:"\f29d";}
.fa-audio-description:before{content:"\f29e";}
.fa-volume-control-phone:before{content:"\f2a0";}
.fa-braille:before{content:"\f2a1";}
.fa-assistive-listening-systems:before{content:"\f2a2";}
.fa-asl-interpreting:before,
.fa-american-sign-language-interpreting:before{content:"\f2a3";}
.fa-deafness:before,
.fa-hard-of-hearing:before,
.fa-deaf:before{content:"\f2a4";}
.fa-glide:before{content:"\f2a5";}
.fa-glide-g:before{content:"\f2a6";}
.fa-signing:before,
.fa-sign-language:before{content:"\f2a7";}
.fa-low-vision:before{content:"\f2a8";}
.fa-viadeo:before{content:"\f2a9";}
.fa-viadeo-square:before{content:"\f2aa";}
.fa-snapchat:before{content:"\f2ab";}
.fa-snapchat-ghost:before{content:"\f2ac";}
.fa-snapchat-square:before{content:"\f2ad";}
.fa-pied-piper:before{content:"\f2ae";}
.fa-first-order:before{content:"\f2b0";}
.fa-yoast:before{content:"\f2b1";}
.fa-themeisle:before{content:"\f2b2";}
.fa-google-plus-circle:before,
.fa-google-plus-official:before{content:"\f2b3";}
.fa-fa:before,
.fa-font-awesome:before{content:"\f2b4";}
.fa-handshake-o:before{content:"\f2b5";}
.fa-envelope-open:before{content:"\f2b6";}
.fa-envelope-open-o:before{content:"\f2b7";}
.fa-linode:before{content:"\f2b8";}
.fa-address-book:before{content:"\f2b9";}
.fa-address-book-o:before{content:"\f2ba";}
.fa-vcard:before,
.fa-address-card:before{content:"\f2bb";}
.fa-vcard-o:before,
.fa-address-card-o:before{content:"\f2bc";}
.fa-user-circle:before{content:"\f2bd";}
.fa-user-circle-o:before{content:"\f2be";}
.fa-user-o:before{content:"\f2c0";}
.fa-id-badge:before{content:"\f2c1";}
.fa-drivers-license:before,
.fa-id-card:before{content:"\f2c2";}
.fa-drivers-license-o:before,
.fa-id-card-o:before{content:"\f2c3";}
.fa-quora:before{content:"\f2c4";}
.fa-free-code-camp:before{content:"\f2c5";}
.fa-telegram:before{content:"\f2c6";}
.fa-thermometer-4:before,
.fa-thermometer:before,
.fa-thermometer-full:before{content:"\f2c7";}
.fa-thermometer-3:before,
.fa-thermometer-three-quarters:before{content:"\f2c8";}
.fa-thermometer-2:before,
.fa-thermometer-half:before{content:"\f2c9";}
.fa-thermometer-1:before,
.fa-thermometer-quarter:before{content:"\f2ca";}
.fa-thermometer-0:before,
.fa-thermometer-empty:before{content:"\f2cb";}
.fa-shower:before{content:"\f2cc";}
.fa-bathtub:before,
.fa-s15:before,
.fa-bath:before{content:"\f2cd";}
.fa-podcast:before{content:"\f2ce";}
.fa-window-maximize:before{content:"\f2d0";}
.fa-window-minimize:before{content:"\f2d1";}
.fa-window-restore:before{content:"\f2d2";}
.fa-times-rectangle:before,
.fa-window-close:before{content:"\f2d3";}
.fa-times-rectangle-o:before,
.fa-window-close-o:before{content:"\f2d4";}
.fa-bandcamp:before{content:"\f2d5";}
.fa-grav:before{content:"\f2d6";}
.fa-etsy:before{content:"\f2d7";}
.fa-imdb:before{content:"\f2d8";}
.fa-ravelry:before{content:"\f2d9";}
.fa-eercast:before{content:"\f2da";}
.fa-microchip:before{content:"\f2db";}
.fa-snowflake-o:before{content:"\f2dc";}
.fa-superpowers:before{content:"\f2dd";}
.fa-wpexplorer:before{content:"\f2de";}
.fa-meetup:before{content:"\f2e0";}
.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0, 0, 0, 0);border:0;}
.sr-only-focusable:active,
.sr-only-focusable:focus {
position: static;
width: auto;
height: auto;
margin: 0;
overflow: visible;
clip: auto;
}a.meanmenu-reveal{display:none;}
.mean-container .mean-bar{float:left;width:100%;padding:3px 0;min-height:0;z-index:999999;}
.mean-container .meanmenu-reveal{border-radius:2px;display:block;height:35px;position:absolute;right:0px;top:50%;-webkit-transform:translate(-50%, -50%);-ms-transform:translate(-50%, -50%);transform:translate(-50%, -50%);width:40px;}
.mean-container .meanmenu-reveal span{background:#23383B;border-radius:4px;display:block;height:3px;position:absolute;width:35px;top:50%;left:50%;-webkit-transform:translate(-50%, -50%);-ms-transform:translate(-50%, -50%);transform:translate(-50%, -50%);}
.mean-container .meanmenu-reveal span:before,
.mean-container .meanmenu-reveal span:after{border-radius:4px;content:"";height:100%;width:100%;position:absolute;left:0;top:9px;background:#23383B;-webkit-transition-duration:0.3s;-o-transition-duration:0.3s;transition-duration:0.3s;-webkit-transition-delay:0.3s, 0s;-o-transition-delay:0.3s, 0s;transition-delay:0.3s, 0s;-webkit-transition-property:top, transform;-o-transition-property:top, transform;-webkit-transition-property:top, -webkit-transform;transition-property:top, -webkit-transform;transition-property:top, transform;transition-property:top, transform, -webkit-transform;}
.mean-container .meanmenu-reveal span:after{top:-9px;}
.mean-container .meanmenu-reveal.meanclose span:after{top:0;-webkit-transition-delay:0s, 0.3s;-o-transition-delay:0s, 0.3s;transition-delay:0s, 0.3s;-webkit-transform:rotate(45deg);-ms-transform:rotate(45deg);transform:rotate(45deg);}
.mean-container .meanmenu-reveal.meanclose span:before{top:0;-webkit-transition-delay:0s, 0.3s;-o-transition-delay:0s, 0.3s;transition-delay:0s, 0.3s;-webkit-transform:rotate(-45deg);-ms-transform:rotate(-45deg);transform:rotate(-45deg);}
.mean-container .meanmenu-reveal.meanclose span{background:transparent;}
.mean-container .mean-nav ul li a.mean-expand::before{content:"\f107";font-family:FontAwesome;line-height:1.4;}
.mean-container .mean-nav ul li a.mean-expand.mean-clicked::before{content:"\f106";}
.mean-container .mean-nav{float:left;width:100%;}
.mean-container .mean-nav>ul{background:rgba(0, 0, 0, 0.8) none repeat scroll 0 0;left:15px;list-style-type:none;margin:0;overflow-x:hidden;overflow-y:scroll;padding:0;position:absolute;top:56px;right:15px;width:100%;}
.mean-container .mean-nav ul li{position:relative;float:left;width:100%;}
.mean-container .mean-nav ul li a{display:block;float:left;width:92%;padding:12px 4%;margin:0;text-align:left;color:#fff;border-top:1px solid #383838;border-top:1px solid rgba(255, 255, 255, 0.5);text-decoration:none;text-transform:uppercase;}
.mean-container .mean-nav ul li li a{width:88%;padding:12px 6%;text-shadow:none !important;visibility:visible;line-height:1}
.mean-container .mean-nav ul li.mean-last a{border-bottom:none;margin-bottom:0;}
.mean-container .mean-nav ul li li li a{width:84%;padding:12px 8%;}
.mean-container .mean-nav ul li li li li a{width:80%;padding:12px 10%;}
.mean-container .mean-nav ul li li li li li a{width:74%;padding:12px 13%;}
.mean-container .mean-nav ul li a:hover{color:rgb(255, 255, 255);}
.mean-container .mean-nav ul li a.mean-expand{border:none;margin-top:1px;width:26px;height:24px;padding:9px 12px !important;text-align:center;position:absolute;right:0;top:0;z-index:2;font-weight:700;border-left:1px solid rgba(255, 255, 255, 0.5);}
.mean-container .mean-nav ul li a.mean-expand:hover{background:#354255;}
.mean-container .mean-push{float:left;width:100%;padding:0;margin:0;clear:both;}
.mean-nav .wrapper{width:100%;padding:0;margin:0;}
.mean-container .mean-bar,
.mean-container .mean-bar *{-webkit-box-sizing:content-box;box-sizing:content-box;}
.mean-remove {
display: none !important;
}:root{--color-accent:#FCCE00;--color-accent-secondary:#354255;--color-heading:#223148;--color-2:#6d707d;--color-3:#9ea0a8;--color-4:#cecfd4;--color-5:#ffffff;--color-bg:#ffffff;--color-bg-4:#F1F4F9;--container-width:1170px}:root{--color-1:var(--color-accent-secondary);--color-link:var(--color-accent-secondary);--color-bg-2:var(--color-accent-secondary);--color-link-hover:var(--color-accent);--color-link-visited:var(--color-3);--color-bg-3:var(--color-accent);--color-btn:var(--color-5);--color-btn-bg:var(--color-bg-3);--color-btn-bg-2:var(--color-bg-2);}
body{color:var(--color-2);font-size:16px;line-height:1.27;margin:0;word-wrap:break-word;font-family:'Barlow', sans-serif;font-weight:400;background:var(--color-bg);}
.site.is-boxed{margin-left:auto;margin-right:auto;max-width:100%;width:var(--container-width);}
.site.is-boxed,.content-area.is-boxed{background-color:var(--color-bg);border-color:var(--color-4);-webkit-box-shadow:0 0 12px 0 var(--color-4);box-shadow:0 0 12px 0 var(--color-4);}
*:focus{outline:none;}
[class*="fa-"] a{margin-left:2px;}
h1, h2, h3, h4, h5, h6{font-weight:600;line-height:1.2;margin:0;color:var(--color-heading);}
h1{font-size:28px;}
h2{font-size:24px;}
h3{font-size:22px;}
h4{font-size:20px;}
h5{font-size:18px;}
h6{font-size:16px;}
.assistive-text, .screen-reader-text{clip:rect(1px 1px 1px 1px);clip:rect(1px, 1px, 1px, 1px);height:1px;overflow:hidden;position:absolute !important;width:1px;}
.screen-reader-text:focus{background-color:#f1f1f1;border-radius:3px;box-shadow:0 0 2px 2px rgba(0, 0, 0, 0.6);-webkit-box-shadow:0 0 2px 2px rgba(0, 0, 0, 0.6);-webkit-clip-path:none;clip-path:none;clip:auto !important;color:#21759b;display:block;font-size:0.875rem;font-size:14px;font-weight:bold;height:auto;left:5px;line-height:normal;padding:15px 23px 14px;text-decoration:none;top:5px;width:auto;z-index:100000;}
#content[tabindex="-1"]:focus{outline:0;}
blockquote{color:#666;font-weight:500;padding:30px 50px 15px;position:relative;font-size:25px;font-weight:600;background:var(--color-bg);margin:40px 0;line-height:1.4;border-left:5px solid;}
blockquote em, blockquote i, blockquote cite{font-style:normal;}
blockquote cite{text-transform:uppercase;}
.clearfix:after{clear:both;content:" ";display:block;font-size:0;height:0;visibility:hidden;}
.clearfix{display:block;}
.breadcrumb, .breadcrumb a, .breadcrumb span, .breadcrumbs, .breadcrumbs a, .breadcrumbs span{text-transform:uppercase;}
.breadcrumbs li{display:inline-block;list-style:outside none none;position:relative;}
.breadcrumbs li::before{position:absolute;display:block;content:"";height:7px;width:7px;border-right:2px solid rgba(255, 255, 255, 0.4);border-top:2px solid rgba(255, 255, 255, 0.4);margin:auto;bottom:0px;-webkit-transform:rotate(45deg);-ms-transform:rotate(45deg);transform:rotate(45deg);right:-23px;top:1px;}
.breadcrumbs li:last-child::before{display:none;}
.breadcrumb a:hover span, .breadcrumbs li span, .breadcrumbs a:hover span, .breadcrumb li span{color:var(--color-5);}
.text-left .breadcrumbs li:first-child{margin-left:0 !important;}
sup, sub{font-size:10px;height:0;line-height:1;position:relative;vertical-align:baseline;}
sup{bottom:1ex;}
sub {
top: .5ex;
} p{line-height:1.4;margin:0 0 20px;}
strong{font-weight:bold;}
cite, em, i{font-style:italic;}
pre{background-color:var(--color-5);margin-bottom:20px;overflow:auto;padding:30px;}
pre, code, kbd{font-family:"Courier 10 Pitch", Courier, monospace;font-size:14px;line-height:21px;}
abbr, acronym, dfn{border-bottom:1px dotted rgba(0, 0, 0, 0.4);cursor:help;}
address{display:block;margin:0 0 15px;}
ins{text-decoration:none;}
table, th, td{border:1px solid rgba(0, 0, 0, 0.1);padding:10px;}
table th{font-weight:600;text-transform:uppercase;}
table td{text-transform:capitalize;}
table{border-spacing:0;border-width:1px 0 0 1px;margin-bottom:20px;width:100%;}
ul {
margin: 0;
padding: 0;
} a{color:var(--color-link);text-decoration:none;}
a:active, a:hover{outline:none;text-decoration:none;-webkit-transition:all 0.3s ease-in 0s;-o-transition:all 0.3s ease-in 0s;transition:all 0.3s ease-in 0s;}
a:focus{text-decoration:none;-webkit-transition:all 0.3s ease-in 0s;-o-transition:all 0.3s ease-in 0s;transition:all 0.3s ease-in 0s;outline:1px dotted #000;}
input[type="text"], input[type="email"], input[type="search"], input[type="password"], input[type="tel"], input[type="url"], input[type="date"], textarea, input[type="reset"], input[type="button"], input[type="number"], input[type="submit"]{-moz-appearance:none !important;-moz-border-radius:0px;-moz-box-sizing:inherit;-webkit-appearance:none !important;-webkit-border-radius:0px;-webkit-box-sizing:inherit;appearance:none !important;border-radius:0px;box-sizing:inherit;}
input[type="text"], input[type="email"], input[type="search"], input[type="password"], input[type="tel"], input[type="url"], input[type="date"], input[type="number"]{border:1px solid var(--color-4);height:41px;margin:0 0 15px;padding:5px 10px 5px;width:100%;}
textarea{border:1px solid var(--color-4);margin:0 0 15px;padding:8px 19px 7px;width:100%;}
input[type="reset"], input[type="button"], input[type="submit"]{-moz-transition:all 0.3s ease-out;-ms-transition:all 0.3s ease-out;-o-transition:all 0.3s ease-out;-webkit-transition:all 0.3s ease-out;border:none;cursor:pointer;display:block;font-size:16px;font-weight:300;min-height:41px;margin-bottom:30px;margin-top:5px;padding:0px 40px 2px;text-align:center;text-transform:capitalize;transition:all 0.3s ease-out;}
input[type="reset"]:hover, input[type="button"]:hover, input[type="submit"]:hover{color:var(--color-5);}
select{background:var(--color-bg);border-radius:3px;border:1px solid var(--color-4);font-size:14px;height:45px;padding:10px;width:100%;color:var(--color-link);}
option{margin:5px 0;}
input[type="radio"], input[type="checkbox"], input[type="file"]{margin-bottom:5px;}
input[type="file"]{-o-transition:all 0.3s ease-out;-webkit-transition:all 0.3s ease-out;transition:all 0.3s ease-out;border:0 none;cursor:pointer;display:block;height:40px;text-align:center;text-transform:uppercase;}
input::-webkit-input-placeholder, textarea::-webkit-textarea-placeholder{opacity:1;}
input::-moz-placeholder, textarea::-moz-placeholder{opacity:1;}
input:-ms-input-placeholder, textarea:-ms-textarea-placeholder{opacity:1;}
input:-moz-placeholder, textarea:-moz-placeholder{opacity:1;}
input, textarea, select{color:var(--color-2);font-size:16px;font-family:'Barlow', sans-serif;}
label{display:inline-block;font-size:14px;font-weight:400;width:100%;}
input[type="radio"], input[type="checkbox"]{display:inline-block;margin:0 5px 0 0;}
.sticky{display:block;}
.hentry{margin:0 0 1.5em;}
.updated:not(.published){display:none;}
.page-content, .entry-content, .entry-summary{margin:15px 0 0;}
.post .page-content, .post .entry-content, .post .entry-summary{margin-top:0px;}
.page-links{clear:both;margin:0 0 1.5em;}
.back-to-top{bottom:70px;position:fixed;right:30px;z-index:9;}
.back-to-top button{-moz-border-radius:3px;-moz-osx-font-smoothing:grayscale;-moz-transition:all 0.5s ease-out;-ms-transition:all 0.5s ease-out;-o-transition:all 0.5s ease-out;-webkit-border-radius:3px;-webkit-font-smoothing:antialiased;-webkit-transition:all 0.5s ease-out;border-radius:3px;border:1px solid rgb(255, 255, 255, 0);color:var(--color-5);display:block;font-family:"FontAwesome";font-size:16px;height:40px;line-height:40px;text-align:center;transition:all 0.5s ease-out;width:40px;cursor:pointer;}
.back-to-top button:hover{border:1px solid var(--color-5);color:var(--color-btn);}
.read-more-wrap .read-more-button, .box-button, .wpcf7-submit[type="submit"], input[type="submit"],button[type="submit"],.comment-form input[type="submit"]{background:var(--color-btn-bg);color:var(--color-btn);display:inline-block;font-size:14px;line-height:1.2;padding:9px 23px 9px;text-align:center;text-transform:capitalize;position:relative;border-radius:50px;border:1px solid var(--color-btn-bg);font-weight:500;font-family:inherit;text-transform:uppercase;font-weight:600;}
.read-more-wrap .read-more-button:hover, .box-button:hover, .box-button:active, .box-button:focus, .wpcf7-submit[type="submit"]:hover, input[type="submit"]:hover,button[type="submit"]:hover,.comment-form input[type="submit"]:hover{background:var(--color-btn-bg-2);border:1px solid var(--color-accent);}
.wpcf7-submit[type="submit"], input[type="submit"], button[type="submit"]{padding:10px 20px 12px;}
.wpcf7-submit[type="submit"]{height:auto;border:none}
.alignleft{display:inline;float:left;margin-bottom:10px;margin-right:20px;position:relative;}
.alignright{display:inline;float:right;margin-bottom:10px;margin-left:20px;position:relative;}
.aligncenter{clear:both;display:block;margin-bottom:10px;margin-left:auto;margin-right:auto;position:relative;}
.alignleft>a img, .alignright>a img, .aligncenter>a img{-webkit-transition:all 0.3s ease 0s;-o-transition:all 0.3s ease 0s;transition:all 0.3s ease 0s;}
.alignleft>a:hover img, .alignright>a:hover img, .aligncenter>a:hover img{opacity:0.9;-webkit-transition:all 0.3s ease 0s;-o-transition:all 0.3s ease 0s;transition:all 0.3s ease 0s;}
.entry-meta.alignleft, .entry-meta.alignright{margin-bottom:0;}
.entry-meta.alignleft>div, .entry-meta.alignright>div{border-right:medium none;padding-left:8px;padding-right:0px;}
.entry-meta.alignleft [class*="fa-"], .entry-meta.alignright [class*="fa-"]{margin-right:0px;margin-left:10px;}
figure{margin:0 0 15px;}
img{max-width:100%;height:auto;vertical-align:top;}
.entry-content img, .comment-content img, .widget img{max-width:100%;}
img#wpstats{display:none;}
hr{border-color:var(--color-4);border-style:solid none none;border-width:1px 0 0;clear:both;height:0;margin:0 0 15px;}
.container{margin-left:auto;margin-right:auto;max-width:100%;padding-left:15px;padding-right:15px;width:var(--container-width);}
.row{margin-left:-15px;margin-right:-15px;}
.custom-col-1, .custom-col-2, .custom-col-3, .custom-col-4, .custom-col-5, .custom-col-6, .custom-col-7, .custom-col-8, .custom-col-9, .custom-col-10, .custom-col-11, .custom-col-12{min-height:1px;padding-left:15px;padding-right:15px;position:relative;}
.custom-col-1, .custom-col-2, .custom-col-3, .custom-col-4, .custom-col-5, .custom-col-6, .custom-col-7, .custom-col-8, .custom-col-9, .custom-col-10, .custom-col-11, .custom-col-12{float:left;}
.custom-col-6:nth-child(2n+1), .custom-col-2:nth-child(6n+1), .custom-col-4:nth-child(3n+1), .custom-col-3:nth-child(4n+1){clear:both;}
.custom-col-12{width:100%;}
.custom-col-11{width:91.66666667%;}
.custom-col-10{width:83.33333333%;}
.custom-col-9{width:75%;}
.custom-col-8{width:66.66666667%;}
.custom-col-7{width:58.33333333%;}
.custom-col-6{width:50%;}
.custom-col-5{width:41.66666667%;}
.custom-col-4{width:33.33333333%;}
.custom-col-3{width:25%;}
.custom-col-2{width:16.66666667%;}
.custom-col-1 {
width: 8.33333333%;
} *{-webkit-box-sizing:border-box;box-sizing:border-box;}
.wp-caption{margin-bottom:1.6em;max-width:100%;}
.wp-caption img[class*="wp-image-"]{display:block;margin:0;}
.wp-caption-text{bottom:0;color:var(--color-2);font-size:14px;margin:10px 0 0;padding:7px;position:absolute;text-align:left;width:100%;}
.entry-meta:before, .entry-meta:after, .post-item-wrapper .post .entry-meta:before, .post-item-wrapper .post .entry-meta:after, .latest-news-section .post .entry-meta:before, .latest-news-section .post .entry-meta:after, .post-wrapper:before, .post-wrapper:after, .comment-list:before, .comment-list:after, .row:before, .row:after, .pagination:before, .pagination:after, .nav-links:before, .nav-links:after, .post:before, .post:after, .recentcomments:before, .recentcomments:after, .entry-meta-wrapper:before, .entry-meta-wrapper:after, .widget.widget_categories ul li:before, .widget.widget_categories ul li:after, .gallery, .gallery:after{clear:both;display:block;content:"";}
html{height:100%;width:100%;}
ul li{list-style:none;}
iframe, video{max-width:100%;width:100%;border:0;}
.site-header{position:relative;}
.top-header{border-top:1px solid var(--color-4);border-bottom:1px solid var(--color-4);}
.top-header-wrap{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;-webkit-box-align:center;-ms-flex-align:center;align-items:center;}
.top-header-wrap>div{position:relative;margin:0;-webkit-box-flex:1;-ms-flex-positive:1;flex-grow:1;-ms-flex-preferred-size:0;flex-basis:0;min-width:50%;display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;-webkit-box-align:center;-ms-flex-align:center;align-items:center;}
.top-header-left{padding-right:15px;}
.top-header-right{padding-left:15px;text-align:right;-webkit-box-pack:end;-ms-flex-pack:end;justify-content:flex-end;}
.top-header .top-header-wrap ul li{margin:0 -2px;}
.top-header-wrap .social-links li a{font-size:0;display:block;min-width:50px;text-align:center}
.top-header-wrap li a, .top-header-wrap .social-links li a{padding:15px 18px;line-height:1.2;}
.top-header-wrap li a{border-left:1px solid var(--color-4);text-transform:uppercase;display:inline-block;}
.top-header-wrap li a:hover{background:var(--color-accent);color:var(--color-5)}
.top-header-wrap li:last-child a{border-right:1px solid var(--color-4);}
.top-header-wrap>div div+div a:first-child{border-left:none}
.top-header-wrap .social-links ul li a::before{font-size:14px;}
.top-header-wrap ul{margin:0;padding:0;}
.top-header-wrap ul li{display:inline-block;list-style:none;}
.top-header-menu a, .top-header-btn a{text-transform:capitalize;}
.top-header-btn a{font-size:14px;display:block;}
.top-header-btn a:hover{color:var(--color-5);}
.top-header .top-header-wrap ul li{margin-bottom:0;color:var(--color-bg-2);}
.hgroup-wrap .container, .hgroup-contact-section{-webkit-box-align:center;-ms-flex-align:center;align-items:center;display:-ms-flexbox;display:-webkit-box;display:flex;flex-wrap:-webkit-box;-ms-flex-wrap:wrap;flex-wrap:wrap;position:relative;}
.hgroup-wrap .container{-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;}
.hgroup-wrap{padding:22px 0;}
.hgroup-right{width:79%;width:calc(100% - 235px);width:-webkit-calc(100% - 235px);}
.hgroup-contact-section{-webkit-box-pack:end;-ms-flex-pack:end;justify-content:flex-end;}
.hgroup-contact-section li{display:inline-block;padding:0 8px;display:-webkit-inline-box;display:-ms-inline-flexbox;display:inline-flex;-ms-flex-wrap:wrap;flex-wrap:wrap;-webkit-box-align:center;-ms-flex-align:center;align-items:center;}
.hgroup-contact-section li .hgroup-contact-icon{width:40px;border:1px solid var(--color-accent);height:40px;text-align:center;padding-top:10px;}
.hgroup-contact-section li .hgroup-contact-icon .fa{font-size:20px}
.hgroup-contact-section li .hgroup-contact-text{width:86%;width:calc(100% - 40px);width:-webkit-calc(100% - 40px);padding-left:8px}
.hgroup-contact-section li .hgroup-contact-text span{display:block;text-transform:uppercase;margin-top:3px}
.logo-align-center .hgroup-right{display:none;}
.logo-align-center .site-branding{margin:5px auto;}
.logo-align-right .site-branding{-webkit-box-ordinal-group:3;-ms-flex-order:2;order:2;margin-left:10px;margin-right:0;text-align:right;}
.logo-align-right  .hgroup-contact-section{-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start;-webkit-box-ordinal-group:2;-ms-flex-order:1;order:1;}
.header-menu-wrap{background:var(--color-bg-2);}
.header-menu-wrap .container{position:relative;}
.site-header .header-search-section{position:relative;z-index:3;}
.site-header .header-search-section .search-form{-webkit-backface-visibility:visible;backface-visibility:visible;visibility:hidden;opacity:0;-webkit-transition:all .2s;-o-transition:all .2s;transition:all .2s;position:absolute;z-index:3;top:40px;max-width:inherit;right:0;}
.site-header .header-search-section.active .search-form{visibility:visible;opacity:1;right:0;}
.site-header .site-header-section-left .header-search-section.active .search-form{left:0;}
.site-header .site-header-section-left .header-search-section form input[type="submit"]{right:auto;left:0;}
.site-header .site-header-section-left .header-search-section form input[type="search"]{padding-right:10px;padding-left:60px;}
.site-header .header-search-section form input[type="submit"]{text-align:center;padding:0;position:absolute;top:0;bottom:0;right:0;width:50px;border-radius:0}
.site-header .header-search-section form input[type="search"]{color:var(--color-5);background:var(--color-bg-2);padding-right:60px;}
.site-header .header-search-section form input[type="submit"]{font-size:0;background-image:url(//imobiliariayeshua.com.br/wp-content/themes/real-home/assets/images/search-icon.png);background-repeat:no-repeat;background-position:center;border-radius:0;height:100%;margin:0;text-align:center;padding:0;position:absolute;top:0;bottom:0;right:0;width:50px;}
.site-header .header-search-icon-wrap .search-toggle{cursor:pointer;}
.site-header .site-header-section-left .header-search-section .search-form{right:auto;left:0;}
.site-title{display:inline-block;font-size:30px;line-height:1;text-transform:uppercase;}
.site-branding .site-title-wrap p.site-title{margin-bottom:0;}
.site-title a{display:inline-block;}
.site-footer .site-title>a{display:block;}
.site-description{display:inline-block;font-size:14px;text-transform:uppercase;}
.site-title a img, .site-title a{-o-transition:all 0.3s ease 0s;-webkit-transition:all 0.3s ease 0s;transition:all 0.3s ease 0s;}
.site-title a:hover img, .site-title a:hover{opacity:0.6}
.social-links ul li a::before{font-family:"FontAwesome";font-size:14px;display:inline-block;z-index:9;position:relative;top:1px;}
.social-links ul li a[href*="facebook.com"]::before{content:"\f09a"}
.social-links ul li a[href*="twitter.com"]::before{content:"\f099"}
.social-links ul li a[href*="linkedin.com"]::before{content:"\f0e1"}
.social-links ul li a[href*="plus.google.com"]::before{content:"\f0d5"}
.social-links ul li a[href*="youtube.com"]::before{content:"\f167"}
.social-links ul li a[href*="dribbble.com"]::before{content:"\f17d"}
.social-links ul li a[href*="pinterest.com"]::before{content:"\f0d2"}
.social-links ul li a[href*="bitbucket.org"]::before{content:"\f171"}
.social-links ul li a[href*="github.com"]::before{content:"\f113"}
.social-links ul li a[href*="codepen.io"]::before{content:"\f1cb"}
.social-links ul li a[href*="flickr.com"]::before{content:"\f16e"}
.social-links ul li a[href$="feed.com"]::before{content:"\f09e"}
.social-links ul li a[href*="foursquare.com"]::before{content:"\f180"}
.social-links ul li a[href*="instagram.com"]::before{content:"\f16d"}
.social-links ul li a[href*="tumblr.com"]::before{content:"\f173"}
.social-links ul li a[href*="respanit.com"]::before{content:"\f1a1"}
.social-links ul li a[href*="vimeo.com"]::before{content:"\f194"}
.social-links ul li a[href*="digg.com"]::before{content:"\f1a6"}
.social-links ul li a[href*="twitch.tv"]::before{content:"\f1e8"}
.social-links ul li a[href*="stumbleupon.com"]::before{content:"\f1a4"}
.social-links ul li a[href*="delicious.com"]::before{content:"\f1a5"}
.social-links ul li a[href*="mailto:"]::before{content:"\f0e0"}
.social-links ul li a[href*="soundcloud.com"]::before{content:"\f1be"}
.social-links ul li a[href*="wordpress.org"]::before{content:"\f19a"}
.social-links ul li a[href*="wordpress.com"]::before{content:"\f19a"}
.social-links ul li a[href*="jsfispanle.net"]::before{content:"\f1cc"}
.social-links ul li a[href*="tripadvisor.com"]::before{content:"\f262"}
.social-links ul li a[href*="foursquare.com"]::before{content:"\f180"}
.social-links ul li a[href*="angel.co"]::before{content:"\f209"}
.social-links ul li a[href*="slack.com"]::before{content:"\f198"}
.social-links ul li a[href*="reddit.com"]::before{content:"\f1a1"}
.social-links ul li a[href*="news.ycombinator.com"]::before{content:"\f1d4"}
.social-links ul li a[href*="vk.com"]::before{content:"\f189"}
.social-links ul li a[href*="t.me"]::before{content:"\f2c6"}
.inline-social-icons ul, .block-social-icons ul, .widget ul{margin:0;}
.inline-social-icons li, .widget .inline-social-icons li{display:inline-block;margin:0 5px 8px;padding:0;}
.inline-social-icons li:last-child, .site-footer .inline-social-icons li:last-child{margin-right:0;}
.inline-social-icons li:first-child, .site-footer .inline-social-icons li:first-child{margin-left:0;}
.inline-social-icons li a{-o-transition:all 0.3s ease 0s;-webkit-transition:all 0.3s ease 0s;transition:all 0.3s ease 0s;color:var(--color-1);display:inline-block;font-size:0px;text-align:center;text-transform:uppercase;}
.site-footer .inline-social-icons li a:after{content:"";margin:0 auto;position:absolute;top:50%;left:50%;opacity:0;-webkit-transform:translate(-50%, -50%) scale(0);-ms-transform:translate(-50%, -50%) scale(0);transform:translate(-50%, -50%) scale(0);border:15px solid #40443E;display:none;width:100px;height:100px;border-radius:100%;background:var(--color-bg-3)}
.social-links ul li a:hover::before, .social-links ul li a::before{-o-transition:all 0.3s ease 0s;-webkit-transition:all 0.3s ease 0s;transition:all 0.3s ease 0s;}
.social-links ul li:last-child a{margin-right:0;}
.block-social-icons ul li{border:none;padding:0;display:block;margin:0}
.block-social-icons ul li a, .widget.block-social-icons ul li a{color:var(--color-5);display:block;padding:10px;text-transform:inherit;}
.block-social-icons ul li a:hover{color:var(--color-1);background:var(--color-bg-4);}
.block-social-icons a span{border-right:1px solid var(--color-5);color:var(--color-5);display:inline-block;font-size:18px;margin-right:4px;padding-right:10px;}
.hgroup-right .navbar{line-height:1;width:94%;width:calc(100% - 50px);width:-webkit-calc(100% - 50px);text-align:right;padding-right:30px;}
.navbar{border-radius:0;min-height:0;position:relative;}
.main-navigation li{display:inline-block;list-style:outside none none;position:relative;-webkit-transition:all 0.3s ease 0s;-o-transition:all 0.3s ease 0s;transition:all 0.3s ease 0s;}
.main-navigation ul li{margin:0px;}
.menu-top-menu-container>ul>li>a{padding:15px 17px;}
.menu-top-menu-container>ul>li.menu-item-has-children>a{padding-right:31px;}
.main-navigation li a{display:block;padding:0;text-transform:uppercase;}
.main-navigation div>ul>li:first-child{margin-left:0 !important;}
.main-navigation div>ul>li:last-child{margin-right:0 !important;}
.main-navigation ul li a:hover, .main-navigation li.current-menu-item a{-o-transition:all 0.5s ease 0s;-webkit-transition:all 0.5s ease 0s;transition:all 0.5s ease 0s;}
.main-navigation ul li ul, .main-navigation ul li:hover ul ul, .main-navigation ul ul li:hover ul ul, .main-navigation ul ul ul li:hover ul ul, .main-navigation ul ul ul ul li:hover ul ul{opacity:0;visibility:hidden;z-index:9999;}
.main-navigation ul li:hover ul, .main-navigation ul ul li:hover ul, .main-navigation ul ul ul li:hover ul, .main-navigation ul ul ul ul li:hover ul, .main-navigation ul ul ul ul ul li:hover ul{-webkit-transition:opacity 0.5s linear;opacity:1;top:51px;-webkit-transition:all 0.5s ease 0s;-o-transition:all 0.5s ease 0s;transition:all 0.5s ease 0s;visibility:visible;}
.main-navigation ul ul li:hover ul, .main-navigation ul ul ul li:hover ul, .main-navigation ul ul ul ul li:hover ul, .main-navigation ul ul ul ul ul li:hover ul{-webkit-transition:opacity 0.5s linear;opacity:1;top:-5px;-webkit-transition:all 0.5s ease 0s;-o-transition:all 0.5s ease 0s;transition:all 0.5s ease 0s;visibility:visible;}
.main-navigation ul li ul{-moz-transition:all 0.3s ease 0s;-ms-transition:all 0.3s ease 0s;-o-transition:all 0.3s ease 0s;-webkit-transition:all 0.3s ease 0s;left:0;position:absolute;text-align:left;top:75px;transition:all 0.3s ease 0s;width:200px;}
.main-navigation ul li ul li{display:block;float:none;margin:0;border-bottom:1px solid rgba(0, 0, 0);}
.main-navigation ul li ul li:last-child{border-bottom:none !important;}
.mobile-navbar .mean-container .meanmenu-reveal.meanclose span{background:none !important;}
.site-header .mobile-navbar .mean-container a.meanmenu-reveal{top:auto;}
.main-navigation ul li ul li a, .main-navigation ul li.current-menu-item ul li a, .main-navigation ul li ul li.current-menu-item a, .main-navigation ul li.current-page-ancestor ul li a, .main-navigation ul li.current-menu-ancestor ul li a, .main-navigation ul li.current-page-item ul li a{border:none;color:#383838;float:none;height:inherit;line-height:20px;padding:10px 14px;background:var(--color-bg);}
.main-navigation ul li ul li a:hover, .main-navigation ul li ul li:hover>a, .main-navigation ul li.current-menu-item ul li a:hover{color:var(--color-5);}
.main-navigation ul li ul li ul{-webkit-transition:opacity 0.5s linear;border-left:1px solid rgba(0, 0, 0, 0.2);border-top:medium none;right:200px;left:auto;top:0;-o-transition:all 0.5s ease 0s;transition:all 0.5s ease 0s;-webkit-transition:all 0.5s ease 0s;-ms-transition:all 0.5s ease 0s;-moz-transition:all 0.5s ease 0s;}
.main-navigation ul li ul{-webkit-box-shadow:6px 8px 15px 0 var(--color-heading);box-shadow:6px 8px 15px 0 var(--color-heading);}
.main-navigation .menu-item-has-children::before{-moz-transition:all 0.3s ease 0s;-ms-transition:all 0.3s ease 0s;-webkit-transition:all 0.3s ease 0s;content:"\f107";display:block;font-family:"FontAwesome";font-size:20px;line-height:1;position:absolute;right:8px;top:0px;-o-transition:all 0.3s ease 0s;transition:all 0.3s ease 0s;bottom:0;margin:auto;height:17px;color:rgb(53,66,85)}
.menu-item-has-children:hover:before{-webkit-transition:all 0.3s ease 0s;-o-transition:all 0.3s ease 0s;transition:all 0.3s ease 0s;-webkit-transform:rotate(180deg);-ms-transform:rotate(180deg);transform:rotate(180deg);top:2px;}
.entry-footer>span{margin-right:15px;}
.entry-footer>span a{font-size:14px;}
.entry-footer>span a:first-child{margin-left:8px;}
.entry-footer>span:last-child{float:right;}
.featured-slider{position:relative;line-height:0;clear:both;}
.featured-slider .featured-image{margin:0;}
.slick-dotted.slick-slider{margin:0 !important;}
.featured-slider .slick-dots{bottom:15%;max-width:990px;margin:0 auto;left:0;right:0;}
.slick-dots{bottom:-30px;text-align:left;padding:0;}
.slick-dots li{height:12px;width:12px;margin:0 4px;text-align:center;}
.slick-dots li button::before{display:none;}
.slick-dots li button{background:var(--color-bg);height:9px;width:9px;margin:0 auto;padding:0;border:3px solid rgb(255, 255, 255, 0);}
.slick-dots li.slick-active button{width:15px;height:15px;border-color:var(--color-accent)}
.slick-dots li.slick-active button{opacity:1;}
.featured-slider .slider-text{bottom:0px;-moz-transform:translate(-50%, -50%);-ms-transform:translate(-50%, -50%);-o-transform:translate(-50%, -50%);-webkit-transform:translate(-50%, -50%);left:19%;top:50%;transform:translate(-50%, -50%);position:absolute;width:50%;z-index:5;padding-left:15px;width:360px;}
.featured-slider .slider-title{font-size:28px;margin-bottom:25px;position:relative;text-transform:uppercase;color:var(--color-link);padding-left:110px;}
.featured-slider .featured-image img{width:100%;}
.slider-text .post{max-width:360px;background:var(--color-bg);}
.post-detail-wrap{position:relative;padding:35px 14px 0;border-bottom:none}
.site-main .post>.featured-image-wrapper,
.buy-rent-section .post .featured-image-wrapper,
.featured-properties-section .post .featured-image-wrapper,
.post-layout-matches-wrap .featured-image-wrapper{position:relative;}
.site-main .post>.featured-image-wrapper span,
.buy-rent-section .post .featured-image-wrapper span,
.featured-properties-section .post .featured-image-wrapper span,
.post-layout-matches-wrap .featured-image-wrapper span{position:absolute;top:8px;right:-5px;z-index:99;padding:4px 5px;color:var(--color-bg);background:var(--color-accent);font-size:14px;text-transform:uppercase;font-weight:600;}
.site-main .post>.featured-image-wrapper span:before,
.buy-rent-section .post .featured-image-wrapper span:before,
.featured-properties-section .post .featured-image-wrapper span:before,
.post-layout-matches-wrap .featured-image-wrapper span:before{position:absolute;display:block;content:"";border-top:5px solid rgba(0,0,0,0.5);border-right:5px solid rgba(0, 0, 0, 0);bottom:-5px;right:0;}
.slider-text .property-meta-info{}
#primary .post .property-meta.entry-meta > div{margin-bottom:0;}
.property-meta{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;margin:0 -15px;}
#primary .post .property-meta.entry-meta,
.property-meta{margin-bottom:-1px;}
.property-meta .meta-wrapper,
.single-post-wrapper .related-post-section .post .property-meta .meta-wrapper{width:40%;width:calc(50% - 30px);width:-webkit-calc(50% - 30px);padding:10px 0;border-bottom:1px solid var(--color-4);margin:0 15px;padding-left:33px;position:relative;}
.single-post-wrapper .related-post-section .post .property-meta,
.single-post-wrapper .related-post-section .post .featured-image{margin-bottom:0}
.property-meta .meta-wrapper .meta-icon{position:absolute;left:0;top:9px;}
.featured-slider .property-meta .meta-wrapper .meta-icon{left:3px;top:0;bottom:0;margin:auto;height:20px;}
.property-meta .entry-meta [class*="fa-"]{font-size:18px;}
.share-section{position:relative;z-index:999}
.share-section .social-links ul{transform:scale(1, 0);-webkit-transform:scale(1, 0);-moz-transform:scale(1, 0);-ms-transform:scale(1, 0);-o-transform:scale(1, 0);-webkit-transform-origin:center top 0;-ms-transform-origin:center top 0;transform-origin:center top 0;transition:all 0.5s ease 0s;-webkit-transition:all 0.5s ease 0s;-moz-transition:all 0.5s ease 0s;-ms-transition:all 0.5s ease 0s;-o-transition:all 0.5s ease 0s;background:var(--color-bg-2) none repeat scroll 0 0;margin:0;position:absolute;top:100%;white-space:nowrap;z-index:999;text-align:center;width:100%;right:0;}
.share-section:hover .social-links ul{transform:scale(1);-webkit-transform:scale(1);-moz-transform:scale(1);-ms-transform:scale(1);-o-transform:scale(1);}
.property-meta-info{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;line-height:1.2;margin:0 -15px;padding-left:30px;background:var(--color-bg-4);border:1px solid var(--color-4);margin-top:-2px;position:relative;}
.property-meta-info::before{position:absolute;display:block;content:"";background:var(--color-accent);height:5px;width:100%;bottom:-1px;left:-1px;border-left:1px solid var(--color-4);border-right:1px solid var(--color-4);}
.property-meta-info>div{border-right:1px solid var(--color-4);-webkit-box-flex:1;-ms-flex-positive:1;flex-grow:1;-ms-flex-preferred-size:0;flex-basis:0;color:var(--color-link);}
.property-meta-info>div:last-child{border-right:none;}
.property-meta-info>div>a{min-width:50px;text-align:center;padding:15px;display:block;padding-bottom:20px;}
.property-meta-info>div>a:hover{background:var(--color-bg-3);color:var(--color-5)}
.property-meta-info>div.properties-price{min-width:80%;min-width:calc(100% - 60px);min-width:-webkit-calc(100% - 60px);text-align:left;padding:15px 0;padding-left:0;display:-webkit-inline-box;display:-ms-inline-flexbox;display:inline-flex;gap:5px;}
.property-meta-info>div.properties-price .old-price{padding-right:10px;text-decoration:line-through;}
.post-tags-wrap{position:absolute;top:-5px;}
.post-tags{background:var(--color-accent);line-height:1;display:inline-block;width:auto;padding:9px 7px;color:var(--color-5);margin:0;text-transform:uppercase;font-size:12px;position:relative;margin-right:12px;font-weight:600;z-index:9}
a.post-tags:hover{color:var(--color-5);}
.post-tags::before{position:absolute;display:block;content:"";border-left:5px solid var(--color-accent);border-top:5px solid rgba(0, 0, 0, 0);top:0;right:-5px;}
.inner-post-tags-wrap .post-tags{background:none;color:var(--color-2);padding:0;margin-bottom:5px;}
.inner-post-tags-wrap .post-tags:before{display:none;}
.inner-post-tags-wrap .post-tags a{margin-right:3px}
.post-tags.post-tags-sold{background:#344356;}
.post-tags.post-tags-sold::before{border-left:5px solid #1F2636;}
.post{margin-bottom:30px;position:relative;}
.featured-image{margin-bottom:15px;position:relative;}
.post .featured-image{margin:0;}
.site-content h1, .site-content h2, .site-content h3, .site-content h4, .site-content h5, .site-content h6{padding-bottom:10px;}
.entry-header{padding:10px 0 0px;}
.entry-header.heading{padding-bottom:15px;margin-bottom:30px;position:relative;}
.post .entry-header{padding-top:0;}
.cat-links{display:block;position:relative;}
.cat-links a{display:inline-block;margin:0 7px 5px 7px;text-transform:uppercase;position:relative;font-weight:400}
.cat-links a::before{position:absolute;display:block;content:"/";right:-10px;}
.cat-links a:first-child{margin-left:0;}
.entry-title{font-size:22px;line-height:1.2;position:relative;}
.heading .entry-title{display:inline-block;line-height:1.2;padding-bottom:0;font-size:28px;position:relative;font-weight:700;text-transform:uppercase;padding-left:15px;}
.heading .entry-title::before{display:block;content:"";position:absolute;width:5px;height:100%;background:var(--color-accent);left:0;top:0;}
.entry-meta{padding-top:10px;}
.entry-meta-wrapper{padding-top:10px;}
.entry-meta-wrapper .entry-meta{width:50%;float:left;}
.entry-meta-wrapper .entry-meta:last-child{text-align:right;}
.post-content .entry-meta{padding-top:5px;}
.entry-meta>span{display:inline-block;font-size:12px;margin-right:10px;text-transform:uppercase;}
#secondary .entry-meta .cat-links a{padding-bottom:0px;}
.entry-meta [class*="fa-"]{display:inline-block;line-height:1.1;margin-right:5px;font-family:'FontAwesome' !important;}
.entry-header .entry-meta{margin:0 0 8px;padding-top:0;}
.entry-meta>*{display:inline-block;line-height:1;padding-right:5px;position:relative;font-weight:400;}
.tags-links{position:relative;padding-left:7px;}
.tags-links:before{content:"\f02b";display:block;font-family:'FontAwesome';left:0;position:absolute;}
.tags-links>a{-moz-transition:all 0.3s ease 0s;-ms-transition:all 0.3s ease 0s;-o-transition:all 0.3s ease 0s;-webkit-transition:all 0.3s ease 0s;display:inline-block;padding:0 8px;text-transform:uppercase;transition:all 0.3s ease 0s;}
.widget_tag_cloud a:hover{color:var(--color-link-hover);opacity:1;}
.entry-content{display:block;padding-bottom:15px;width:100%;}
.post .entry-content{padding-bottom:5px;}
.entry-content dt, .comment-content dt{font-weight:bold;}
.entry-content dd, .comment-content dd{margin-bottom:20px;}
.entry-content td, .comment-content td{padding:8px;}
.post .entry-content>p:last-child{margin-bottom:5px;}
.bypostauthor>article .fn:after{content:"\f304";left:3px;position:relative;top:5px;}
.bypostauthor{display:block;}
.comment-list .reply{text-align:right;}
.sidebar .comments-title, .sidebar .comment-list, .sidebar .must-log-in, .sidebar .comment-reply-title, .sidebar .comment-navigation, .sidebar .comment-respond .comment-form{max-width:1040px;padding-left:60px;padding-right:376px;}
.comment-list{list-style-type:none;margin-left:0 !important;padding:0 !important;padding:0;}
.comment-list .children{list-style-type:none;padding:0;}
.comment-list .children{margin-left:65px !important;}
.comment-list .children .avatar{border-left:5px solid;left:-7px;padding-left:10px;}
.comment-list>li:after, .comment-list .children>li:before{content:"";display:block;height:1px;width:100%;}
#comments ol, #comments ul{list-style-type:none !important;margin-left:0;}
.comment-body, .post-author{clear:both;padding:0px 0 24px 0;position:relative;}
.comment-body{margin:0 0 30px;padding:0 0 30px 0;}
.comment-content{clear:both;padding-top:15px;}
.comment-content>p:last-child{margin-bottom:12px;}
.comment-author .avatar img, .post-author .avatar img{display:block;height:120px;width:120px;}
.comment-metadata .fn, .comment-author .url, .comment-reply-login{display:inline-block;font-size:18px;font-style:normal;text-transform:uppercase;}
.says{display:none;}
.comment-list .edit-link{margin-left:20px;}
.comment-awaiting-moderation{float:right;text-align:left;width:-webkit-calc(100% - 125px);width:82%;width:calc(100% - 125px);word-wrap:break-word;}
.comment-meta, .comment-meta a{color:var(--color-link);font-size:13px;}
.comment-metadata a{color:var(--color-4);}
.comment-meta>div{float:left;margin-right:10px;}
.comment-metadata{margin-bottom:8px;}
.page-content .wp-smiley, .entry-content .wp-smiley, .comment-content .wp-smiley{border:none;margin-bottom:0;margin-top:0;padding:0;}
.comment .comment-respond{margin-bottom:20px;padding:20px;}
.comment-form .comment-notes{margin-bottom:15px;}
.comment-form .comment-form-author, .comment-form .comment-form-email, .comment-form .comment-form-url, .comment-form p{margin-bottom:5px;}
.comment-form [for="author"], .comment-form [for="email"], .comment-form [for="url"], .comment-form [for="comment"]{float:left;padding:5px 0;width:120px;}
.comment-form .required{color:#ed331c;}
.comment-form textarea{width:100%;}
.form-allowed-tags, .form-allowed-tags code{color:#383838;font-size:12px;}
.form-allowed-tags code{font-size:10px;margin-left:3px;}
.comment-list .pingback, .comment-list .trackback{padding-top:24px;}
.comment-navigation{font-size:20px;font-style:italic;font-weight:300;margin:0 auto;max-width:604px;padding:20px 0 30px;width:100%;}
.comment-reply-title{border-bottom:2px solid #dfdfdf;font-size:24px;font-weight:500;margin-bottom:25px;text-transform:uppercase;}
.comment-reply-title span::before{background:#303E4B;bottom:-12px;content:"";display:block;height:2px;position:absolute;width:100%;}
.comments-area{padding:30px 0 5px;position:relative;}
.comments-area ul, .comments-area ol{list-style:none;}
.comment-form-comment, .form-submit{padding:0 !important;width:100% !important;}
  .comment-form p{position:relative;}
.comment-form p .comment-input-icon{background:#303E4B;display:block;height:37px;left:2px;padding:10px 0 0;position:absolute;text-align:center;top:2px;width:37px;}
.comment-form p .fa{color:var(--color-5);}
.wpcf7-form p{margin:0 0 25px;}
.wpcf7-form textarea{resize:none;}
.wpcf7-form input, .wpcf7-form textarea{padding:10px 18px;background:var(--color-bg);border:1px solid var(--color-4);margin:0;border-radius:0;}
.wpcf7-form input[type="text"]:focus, .wpcf7-form input[type="email"]:focus, .wpcf7-form textarea:focus{border-color:#1E3033;}
form.cmxform label.error, label.error,.error{color:#ff0000;font-style:italic;margin:10px 0 0;text-align:left;}
 .page-title-wrap{padding:130px 0 110px;position:relative;background-attachment:fixed;background-position:center center;background-repeat:no-repeat;background-size:cover;text-align:center}
.page-title-wrap::before{content:"";display:block;height:100%;position:absolute;top:0;width:100%;left:0;background:var(--color-bg-2);}
.page-title{font-size:50px;line-height:1;position:relative;margin-bottom:15px;text-transform:capitalize;}
.page-title-wrap .page-title{color:var(--color-5);padding-bottom:0}
.page-title-section .container{position:relative;}
.page-title-wrap .meta-icon,
.page-title-wrap .post-meta-wrapper ul li.post-tags .meta-icon{color:var(--color-5);}
.breadcrumb a span, .breadcrumbs a span{color:rgb(255, 255, 255, 0.4)}
.breadcrumbs li a, .breadcrumbs li span{font-size:18px}
.page-title-wrap .breadcrumb-trail{display:block;margin-bottom:15px;}
.page-title-wrap .inline-social-icons{margin-bottom:10px;}
.page-title-wrap .inline-social-icons li a{height:35px;width:35px;border:1px solid var(--color-bg);position:relative;border-radius:40px;padding-top:8px;display:block;}
.page-title-wrap .inline-social-icons li a:hover{background:var(--color-bg);}
.page-title-wrap .inline-social-icons li a:before{color:var(--color-5);}
.page-title-wrap .inline-social-icons li a:hover:before{color:#1E3033;}
.page-title-wrap .post-meta-wrapper ul li{padding:0;margin-right:25px;position:relative;}
.page-title-wrap .post-meta-wrapper ul li.post-tags{background:none;text-transform:capitalize;}
.page-title-wrap .post-meta-wrapper ul li:last-child{margin-right:0;}
.page-title-wrap .post-meta-wrapper ul li::before{position:absolute;display:block;content:"";height:16px;width:2px;background:rgba(255, 255, 255, 0.4);right:-13px;top:3px;-webkit-transform:rotate(22deg);-ms-transform:rotate(22deg);transform:rotate(22deg);}
.page-title-wrap .post-meta-wrapper ul li::before{border:none;}
.page-title-wrap .post-meta-wrapper ul li.post-tags{font-size:16px;font-weight:400;line-height:1.27;}
.page-title-wrap .post-meta-wrapper ul li:last-child:before{display:none;}
.page-title-wrap .post-meta-wrapper ul li .meta-icon{margin-right:7px;}
.page-title-wrap .post-meta-wrapper ul li span a, .page-title-wrap .post-meta-wrapper ul li .meta-text{color:var(--color-5);position:relative;}
.archive-description{position:relative;}
.archive-description p{color:#fff;}
.real-home-blog .post .entry-meta >div::before{position:absolute;display:block;content:"/";right:-10px;}
.real-home-blog .post .entry-meta >div:last-child:before,
.real-home-blog .post .cat-links a:last-child:before{display:none;}
.real-home-blog .post .entry-meta > div{padding-left:18px;}
.real-home-blog .post .entry-meta > div:first-child{padding-left:0;}
.real-home-blog .post .cat-links a:last-child{margin-right:0}
.wp-caption{position:relative;}
 #bbpress-forums, #bbpress-forums button, #bbpress-forums ul.bbp-lead-topic, #bbpress-forums ul.bbp-topics, #bbpress-forums ul.bbp-forums, #bbpress-forums ul.bbp-replies, #bbpress-forums ul.bbp-search-results, div.bbp-search-form input, div.bbp-search-form button, div.bbp-breadcrumb, div.bbp-topic-tags{font-size:16px;}
div.bbp-search-form input, div.bbp-search-form button{padding:10px;}
#bbpress-forums div.bbp-search-form{float:none;}
#bbpress-forums ul, #bbpress-forums ol{margin:0;}
#bbpress-forums #bbp-search-form #bbp-search{border-radius:0px;border-right:0 none;width:100%;}
#bbpress-forums div.bbp-topic-author a.bbp-author-name, #bbpress-forums div.bbp-reply-author a.bbp-author-name{display:inline-block;line-height:20px;margin-top:5px;}
div.bbp-submit-wrapper button{-moz-transition:all 0.3s ease-out;-ms-transition:all 0.3s ease-out;-o-transition:all 0.3s ease-out;-webkit-transition:all 0.3s ease-out;background-color:rgb(46, 60, 66);border:0 none;color:var(--color-5);cursor:pointer;display:block;font-weight:400;height:40px;margin-bottom:30px;padding:0px 20px;text-align:center;text-transform:uppercase;transition:all 0.3s ease-out;}
.pagination, #wp-page-numbers, .wp-pagenavi, #main ul.default-wp-page{border-radius:0px;margin:0 0 10px;clear:both;}
.pagination a, .pagination .current, .pagination>li>a, .pagination>li>span, #wp_page_numbers li, .wp-pagenavi li, #main ul.default-wp-page, .pagination>span{border:medium none;color:var(--color-5);display:inline-block;font-size:14px;font-weight:600;margin:0 6px;text-transform:uppercase;height:30px;width:30px;line-height:30px;}
.pagination a.prev, .pagination a.next{display:inline-block;position:relative;text-indent:-99999999px;line-height:30px;}
.pagination{width:100%;text-align:center;}
     .pagination a:hover, .pagination>li>a:hover, .pagination>li>span:hover, .pagination>li>a:focus, .pagination>li>span:focus, #wp_page_numbers li>a:hover, .wp-pagenavi li>a:hover, #main ul.default-wp-page li>a:hover, .pagination>span{color:var(--color-5);}
.post-navigation{padding:0 0 20px;margin-bottom:30px;}
.nav-previous{float:left;position:relative;width:45%;}
.nav-next{float:right;position:relative;width:45%;}
.nav-links a{font-weight:600;position:relative;}
.pagination-nxt-prv .nav-links a{display:block;padding:15px 10px 15px 10px;border:1px solid;color:var(--color-5);}
.pagination-nxt-prv .nav-links a{}
.pagination-nxt-prv .nav-links a:hover{background:var(--color-bg-2);color:var(--color-5)}
.pagination-nxt-prv .nav-links a{background:var(--color-bg-3);}
.pagination-wrap .nav-links .nav-next a{text-align:right;}
.post-navigation .nav-links a{background:var(--color-bg);display:block;padding:14px 15px 13px;text-transform:capitalize}
.post-navigation .nav-links a:hover{color:var(--color-5);}
.post-navigation .nav-links .nav-previous a,
.pagination-wrap .nav-links .nav-previous a{padding-left:60px;}
.post-navigation .nav-links .nav-next a,
.pagination-wrap .nav-links .nav-next a{padding-right:60px;}
.pagination a.prev::before,
.nav-previous a::before{-moz-transition:all 0.3s ease-out;-ms-transition:all 0.3s ease-out;-o-transition:all 0.3s ease-out;-webkit-transition:all 0.3s ease-out;color:var(--color-5);content:"\f104";display:block;font-family:"FontAwesome";font-size:16px;position:absolute;right:13px;text-indent:0;transition:all 0.3s ease-out;z-index:9;}
.pagination a.next::before, .nav-next a::before{-moz-transition:all 0.3s ease-out;-ms-transition:all 0.3s ease-out;-o-transition:all 0.3s ease-out;-webkit-transition:all 0.3s ease-out;color:var(--color-5);content:"\f105";display:block;font-family:"FontAwesome";font-size:16px;position:absolute;right:11px;text-indent:0;transition:all 0.3s ease-out;z-index:9;}
.nav-next a::before, .nav-previous a::before{bottom:0;left:0px;margin:auto;top:0;height:100%;width:50px;line-height:50px;text-align:center;right:auto;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;display:-webkit-box;display:-ms-flexbox;display:flex;}
.nav-next a::before{right:0;left:auto;}
ol.wp-block-latest-comments{padding-left:0;margin:0;}
.wp-block-search .wp-block-search__label{display:none;}
.wp-block-search .wp-block-search__input{margin-bottom:0;}
.widget{margin-bottom:30px;}
#secondary .widget{margin-bottom:45px;padding:0;}
.widget ul li{display:block;margin-bottom:10px}
#secondary .widget li a .fa{margin-right:5px;}
.site-footer .widget ul li{margin-bottom:13px}
#secondary .widget ul li{border-bottom:none;margin:0;margin-bottom:0px;padding:10px 0;}
#secondary .widget ul li:first-child{padding-top:0;}
#secondary .widget ul li{border-bottom:1px solid var(--color-4);}
.widget.widget_categories ul li, .widget.widget_archive ul li{text-align:right;overflow:hidden;}
.widget.widget_categories li a, .widget.widget_archive ul li a{float:left;text-align:left;}
.calendar_wrap{text-align:center;}
#secondary .widget ul li li:first-child, #secondary .widget ul li li{padding:10px;}
#secondary .widget ul li li:first-child{border-top:1px solid var(--color-4);margin-top:10px;}
#secondary .widget ul li li:last-child{border-bottom:none}
.widget_search{position:relative;}
.widget_search .search-submit{background:url(//imobiliariayeshua.com.br/wp-content/themes/real-home/assets/images/search-icon.png) no-repeat scroll center center / 30px auto;border-radius:0;border:medium none;-webkit-box-shadow:inherit;box-shadow:inherit;color:rgb(255, 255, 255);height:57px;margin:0;padding:0 8px;position:absolute;right:0;top:0;width:57px;}
.widget_search .search-submit:hover{background:url(//imobiliariayeshua.com.br/wp-content/themes/real-home/assets/images/search-icon.png) no-repeat scroll center center / 30px auto;}
.widget_search input[type="search"], .error-content-wrap input[type="search"]{padding-right:70px;}
.widget_calendar table, .widget_calendar th, .widget_calendar td{border:none;}
.widget.widget_categories ul li{text-align:right;}
.widget.widget_categories li a{float:left;}
.textwidget{margin:0 0 20px;}
.widget_text address{display:inline-block;margin:0;vertical-align:top;}
.site-content .widget_text>ul{margin:0;padding:0;}
.widget_text li{color:rgb(103, 103, 103);list-style:outside none none;margin-bottom:2px;}
.widget_text li a{color:rgb(95, 100, 104);}
.widget_tag_cloud a{border:1px solid var(--color-link);color:var(--color-link);display:inline-block;font-size:14px;margin:3px 5px 5px 0;padding:5px 15px;text-transform:uppercase;}
#secondary .widget.widget_tag_cloud a:hover{color:var(--color-link-hover);}
.widget_recent_entries ul li{margin-bottom:10px;}
.recentcomments, .widget ul li.recentcomments{border-bottom:1px solid #D6D8DB;margin-bottom:18px;padding-bottom:15px;padding-top:2px;}
.recentcomments:last-child, .widget ul li.recentcomments:last-child{border-bottom:none;margin-bottom:0px;padding-bottom:0px;}
.widget .menu li.recentcomments a:hover,
.widget > ul > li.recentcomments a:hover{padding-left:0;}
.widget .menu li.recentcomments a:before,
.widget > ul > li.recentcomments a:before{display:none;}
.recentcomments .comment-author-image{border-radius:50px;float:left;height:43px;margin-right:17px;overflow:hidden;width:43px;}
.recentcomments .comment-author-text{float:right;width:-webkit-calc(100% - 60px);width:80%;width:calc(100% - 60px);}
.comment-author-link{display:block;margin-bottom:2px;}
.comment-author-link a{font-weight:600;text-transform:uppercase;}
.slick-prev::before, .slick-next::before{opacity:1;color:#BFBEC3;font-family:"FontAwesome";}
.slick-prev:hover:before, .slick-next:hover:before{color:#FDB92D}
.slick-prev::before{content:"\f104";}
.slick-next::before{content:"\f105";}
.slick-prev{left:10px;}
.slick-next{right:10px;}
.site-content section,
.page-template-pricing .site-content section.page-wrapper,
.page-template-about .site-content section.page-wrapper{padding:90px 0;position:relative;}
.page-template-about .site-content .process-section,
.site-header .top-header,
.site-header .main-header,
.site-header .bottom-header,
.site-footer .top-footer,
.site-footer .main-footer,
.site-footer .bottom-footer{position:relative;}
.site-header .top-header::before,
.site-header .main-header::before,
.site-header .bottom-header::before,
.site-footer .top-footer::before,
.site-footer .main-footer::before,
.site-footer .bottom-footer::before,
.page-template-about .site-content .process-section::before,
.page-template-about .site-content section.page-wrapper::before,
.page-template-pricing .site-content section.page-wrapper::before,
.featured-properties-section::before,
.properties-search-section::before,
.why-choose-us-section::before,
.buy-rent-section::before,
.property-location-section::before,
.agent-section::before,
.partner-section::before,
.latest-news-section::before{position:absolute;display:block;content:"";height:100%;width:100%;top:0;}
.featured-properties-section::before,
.why-choose-us-section::before,
.buy-rent-section{background:var(--color-bg);}
.properties-search-section::before,
.property-location-section::before{background:var(--color-bg-4);}
.properties-search-section .custom-tabs,
.buy-rent-section .custom-tabs{position:relative;}
.properties-search-section .tab-links{text-align:left;}
.properties-search-wrap form{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;margin:0 -10px}
.properties-search-wrap .select-wrapper{width:25%;padding:0 10px;margin-bottom:10px;}
.properties-search-wrap form > input{margin:0 10px 10px;}
.properties-search-wrap form > input.search-field,
.properties-search-wrap form > select.search-field{background:var(--color-bg);}
 .properties-search-wrap form input.search-submit{border-radius:0;border:none;padding:13px 50px;height:auto;font-size:14px;text-transform:uppercase;display:inline-block;margin-left:auto;margin-bottom:0}
.site-content section.counter-section{padding:130px 0;}
.counter-section{background-attachment:fixed !important;background-position:50% 0;background-repeat:no-repeat !important;background-size:cover !important;}
.counter-section::before{position:absolute;display:block;content:"";height:100%;width:100%;top:0;background:rgba(53, 66, 85, 1);}
.counter-item-wrapper{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;margin:0 -15px;}
.counter-item{position:relative;margin:0;-webkit-box-flex:1;-ms-flex-positive:1;flex-grow:1;-ms-flex-preferred-size:0;flex-basis:0;min-width:25%;padding:0 15px;display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;}
.counter-icon{background:var(--color-accent);margin:0;width:50px;text-align:center;padding:13px;line-height:30px;height:50px;}
.counter-icon .fa{font-size:20px;}
.count-detail{width:80%;width:calc(100% - 50px);width:-webkit-calc(100% - 50px);padding-left:15px;}
.counter-value{font-size:30px;font-weight:600;display:block;line-height:1;}
.counter-name{font-size:18px;text-transform:uppercase;display:block;}
.counter-icon .fa, .counter-name, .counter-value{color:var(--color-5);}
.site-content section.why-choose-us-section{padding-bottom:50px;}
.why-choose-us-section .post .entry-title{font-size:22px;}
.why-choose-us-section .post{padding-left:60px;position:relative;}
.why-choose-us-section .post .entry-header{padding-bottom:0}
.why-choose-us-section .post::before{position:absolute;display:block;content:"";height:35px;width:35px;background:var( --color-bg-3);border:5px solid rgba(0,0,0,0.15);left:0;top:5px;}
#desktop-header a, #desktop-header *, .properties-price{font-weight:600;}
.why-choose-us-section .custom-col-4 .post::after{position:absolute;display:block;content:"";color:var(--color-5);left:0;top:5px;font-size:24px;font-weight:600;height:45px;width:45px;text-align:center;line-height:45px;}
.why-choose-us-section .custom-col-4:first-child .post::after{content:"01";}
.why-choose-us-section .custom-col-4:nth-child(2) .post::after{content:"02";}
.why-choose-us-section .custom-col-4:nth-child(3) .post::after{content:"03";}
.why-choose-us-section .custom-col-4:nth-child(4) .post::after{content:"04";}
.why-choose-us-section .custom-col-4:nth-child(5) .post::after{content:"05";}
.why-choose-us-section .custom-col-4:nth-child(6) .post::after{content:"06";}
.why-choose-us-section .custom-col-4:nth-child(7) .post::after{content:"07";}
.why-choose-us-section .custom-col-4:nth-child(8) .post::after{content:"08";}
.why-choose-us-section .custom-col-4:nth-child(9) .post::after{content:"09";}
.why-choose-us-section .custom-col-4:nth-child(10) .post::after{content:"10";}
.property-location-section{background:var(--color-bg-4);}
.property-location-wrap .grid{margin:0 -15px}
.property-location-wrap .grid .element-item{width:33.3333%;padding:0 15px;}
.property-location-wrap .post .post-content{position:absolute;bottom:0;padding:15px;width:100%;}
.property-location-wrap .post .entry-title{font-size:22px;text-transform:uppercase;padding-bottom:0;}
.property-location-wrap .post .entry-title a{color:var(--color-5)}
.property-location-wrap .post .entry-title a:hover{color:var(--color-link-hover);}
.property-location-wrap .post-properties{text-transform:uppercase;font-weight:600;}
.property-location-wrap .post .post-properties a{color:var(--color-accent)}
.property-location-wrap .post .post-properties a:hover{color:var(--color-5)}
.property-location-wrap .post .featured-image{position:relative;}
.property-location-wrap .post .featured-image:before{position:absolute;display:block;content:"";height:100%;width:100%;top:0;left:0;-webkit-transition:all 0.4s ease 0s;-o-transition:all 0.4s ease 0s;transition:all 0.4s ease 0s;background:rgba(34, 49, 72, 0.2);background:-webkit-gradient(left top, left bottom, color-stop(0%, rgba(34, 49, 72, 0.2)), color-stop(89%, rgba(34, 49, 72, 1)), color-stop(100%, rgba(34, 49, 72, 1)));background:-o-linear-gradient(top, rgba(34, 49, 72, 0.2) 0%, rgba(34, 49, 72, 1) 89%, rgba(34, 49, 72, 1) 100%);background:-webkit-gradient(linear, left top, left bottom, from(rgba(34, 49, 72, 0.2)), color-stop(89%, rgba(34, 49, 72, 1)), to(rgba(34, 49, 72, 1)));background:linear-gradient(to bottom, rgba(34, 49, 72, 0.2) 0%, rgba(34, 49, 72, 1) 89%, rgba(34, 49, 72, 1) 100%);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#223148', endColorstr='#223148', GradientType=0);opacity:0.5}
.property-location-wrap .post:hover .featured-image:before{-webkit-transition:all 0.4s ease 0s;-o-transition:all 0.4s ease 0s;transition:all 0.4s ease 0s;opacity:1}
.testimonial-section{background-attachment:fixed !important;background-position:50% 0;background-repeat:no-repeat !important;background-size:cover !important;}
.testimonial-section:before{position:absolute;display:block;content:"";height:100%;width:100%;top:0;background:rgba(53, 66, 85, 1);}
.slick-dotted.slick-slider.testimonial-item-wrap{max-width:600px;margin:0 auto !important;}
.testimonial-item-wrap .slick-dots{text-align:center;}
.testimonial-item{position:relative;text-align:center;}
.testimonial-item p{color:var(--color-5)}
.testimonial-item .author-img{height:150px;width:150px;margin:0 auto;border:30px solid #3D4C61;border-radius:200px;position:relative;margin-bottom:10px;}
.testimonial-item .author-img::before{position:absolute;display:block;content:"";height:90px;width:90px;border:10px solid #515E71;border-radius:200px;top:-10px;left:-10px;}
.testimonial-item .author-img img{width:100%;border-radius:200px;}
.testimonial-author-info .author-name{padding-bottom:5px;}
.testimonial-author-info .author-name a{color:var(--color-link);font-size:22px;}
.testimonial-author-info .author-name a:hover{color:var( --color-link-hover);}
.testimonial-author-wrapper{position:relative;}
.testimonial-author-wrapper::before{position:absolute;display:block;content:"\f10d";font-family:"FontAwesome";font-size:100px;left:50px;top:13px;opacity:0.3;}
.testimonial-author-wrapper::after{position:absolute;display:block;content:"\f10e";font-family:"FontAwesome";font-size:100px;right:50px;top:13px;opacity:0.3;}
.star-ratings{color:#258BC6;font-size:25px;width:105px;position:relative;margin:0 auto;}
.star-ratings-top{color:#D4B212;padding:0;position:absolute;z-index:1;top:0;left:0;overflow:hidden;display:-webkit-box;display:-ms-flexbox;display:flex;}
.star-ratings-bottom{padding:0;z-index:0;display:-webkit-box;display:-ms-flexbox;display:flex;}
.site-content section.buy-rent-section{padding-bottom:60px;}
.custom-tabs .tab{display:none;}
.custom-tabs .tab.active{display:block;}
.tab-links{text-align:center;margin-bottom:30px;}
.tab-links li{display:inline-block;margin:0 -2px;}
.tab-links li a{display:block;background:var(--color-bg-2);color:var(--color-5);padding:10px 20px;text-transform:uppercase;font-weight:600;font-size:18px;border-left:1px solid rgb(255, 255, 255, 0.4);}
.tab-links li a:hover{background:var( --color-bg-3);}
.tab-links li.active a{background:var( --color-bg-3);cursor:inherit}
.tab-links li:first-child a{border-left:none}
.buy-rent-section .post-wrapper{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;margin:0 -15px;}
.buy-rent-section .post-wrapper .post{width:33.3333%;padding:0 15px;}
.buy-rent-section .post .entry-title{font-size:20px}
.agent-section{background:var(--color-bg-4);}
.agent-item-wrap{margin:0 -15px}
.slick-arrow{background:var(--color-accent);height:30px;width:35px;top:-36px;color:var(--color-5);}
.slick-arrow:hover, .slick-arrow:focus{background:var(--color-accent-secondary);}
.slick-next{right:15px;}
.slick-prev{left:auto;right:50px;}
.slick-arrow:before, .slick-arrow:hover:before{color:var(--color-5);}
.slick-prev::before, .slick-next::before{font-size:20px;}
.agent-item{padding:0 15px;}
.agent-item-content{border:1px solid var(--color-4);background:var(--color-bg);text-align:center;padding:30px 20px 0;}
.agent-item-content>.featured-image{height:140px;width:140px;border:10px solid #F3F4F8;border-radius:150px;overflow:hidden;margin:0 auto 10px;}
.author-designation{font-size:16px;text-transform:uppercase;font-weight:600;display:block;margin-bottom:10px;color:var(--color-accent)}
.agent-item .entry-content{padding-bottom:0;}
.agent-item .social-links{background:var(--color-bg-2);padding:8px;margin:0 -21px;}
.agent-item .social-links a:before{color:var(--color-5)}
.agent-item .social-links a:hover:before{color:var(--color-accent)}
.author-name{text-transform:capitalize;font-size:20px;}
.site-content section.latest-news-section{padding-bottom:70px;}
.latest-news-section .posted-on, .post-item-wrapper .posted-on, #primary .post .posted-on{background:var(--color-accent);line-height:1;display:inline-block;width:auto;padding:9px 7px;color:var(--color-5);margin:0;margin-right:0px;text-transform:uppercase;font-size:12px;position:absolute;top:-5px;font-weight:700;z-index:9;}
#primary .latest-news-section .post .entry-meta * a:hover{color:var(--color-link-hover);}
.latest-news-section .posted-on a, .post-item-wrapper .posted-on a, #primary .post .posted-on a{color:var(--color-5);font-weight:600;}
.latest-news-section .posted-on::before, #primary .post .posted-on::before{position:absolute;display:block;content:"";border-left:5px solid var(--color-accent);border-top:5px solid rgba(0, 0, 0, 0);top:0;right:-5px;}
.post-item-wrapper .posted-on::before{position:absolute;display:block;content:"";border-left:5px solid var(--color-accent);border-top:5px solid rgba(0, 0, 0, 0);top:0;right:-5px;}
.post-item-wrapper .post .entry-meta,
.latest-news-section .post .entry-meta,
#primary .post .entry-meta{margin:0 -7px;padding:0;padding-left:7px;}
.single-post-wrapper #primary .post h4,.single-post-wrapper #primary .related-post-section h4{position:relative;padding-left:10px;margin-bottom:10px;}
.single-post-wrapper #primary .post h4::before,.single-post-wrapper #primary .related-post-section h4::before{position:absolute;display:block;content:"";width:3px;height:22px;background:var(--color-accent);left:0;top:0;}
.search-results #primary .post .entry-meta,
.single-post-wrapper #primary .post .entry-meta{margin:0 -5px;}
#primary .post .entry-meta.single-property-section *{color:var(--color-heading);}
#primary .post .property-meta.entry-meta.single-property-section,
.property-meta.single-property-section{margin-bottom:20px;}
#primary .post .property-meta.entry-meta.single-property-section > div{margin-bottom:10px;}
.post-item-wrapper .post:hover .entry-meta,
.latest-news-section .post:hover .entry-meta,
#primary .post:hover .entry-meta{-webkit-transition:all 0.4s ease 0s;-o-transition:all 0.4s ease 0s;transition:all 0.4s ease 0s;}
.post-item-wrapper .post .entry-meta,
.latest-news-section .post .entry-meta,
#primary .post .entry-meta{-webkit-transition:all 0.4s ease 0s;-o-transition:all 0.4s ease 0s;transition:all 0.4s ease 0s;}
.post-item-wrapper .post .entry-meta>div,
.latest-news-section .post .entry-meta>div,
#primary .post .entry-meta>div ,
.post .entry-meta>div{padding-top:10px;text-transform:uppercase;font-size:14px;margin-bottom:10px}
#primary .post .entry-meta .share-section, .post-item-wrapper .post .entry-meta .share-section, .latest-news-section .post .entry-meta .share-section{float:right;padding:15px;border-left:1px solid var(--color-4);padding-bottom:10px;}
#primary .post-detail-wrap, .post-item-wrapper .post-detail-wrap, .latest-news-section .post-detail-wrap{padding:30px 14px 0;border:none;}
.entry-meta, #primary .post .entry-meta *, .post-item-wrapper .entry-meta *, .post-item-wrapper .entry-meta a, .post-item-wrapper .entry-meta [class*="fa-"], .latest-news-section .entry-meta *, .latest-news-section .entry-meta a, .latest-news-section .entry-meta [class*="fa-"]{color:var(--color-3);}
.latest-news-section .post .entry-meta a:hover, .post-item-wrapper .post .entry-meta a:hover,
.latest-news-section .entry-meta *, .latest-news-section .entry-meta a{color:var(--color-link-hover)}
.sidebar-left #primary{float:right;}
.sidebar-no #primary{width:100%;}
.partner-section::before{background:var(--color-bg-4);}
.partner-item-wrapper .slick-list{margin-right:-1px;}
.partner-item-wrapper{padding:0 15px;margin-bottom:10px;}
.partner-item{text-align:center;padding:20px 15px;border-right:1px solid #DCDFE6}
.partner-item-wrapper .slick-prev::before, .partner-item-wrapper .slick-next::before{color:#223148;font-size:24px;}
.partner-item-wrapper .slick-prev:hover:before, .partner-item-wrapper .slick-next:hover:before{color:var(--color-accent);}
.partner-item-wrapper .slick-arrow{background:none;top:0;bottom:0;margin:auto;left:auto;right:auto;z-index:9}
.partner-item-wrapper .slick-next{right:0px;}
.partner-item-wrapper .slick-prev{left:0px;}
.partner-item figure{margin:0 auto;}
.slick-slide .partner-item img{display:inline-block;}
.partner-item .featured-image img,
.partner-item figure img{max-width:120px;margin:0 auto;}
.site-content section.subscribe-section{padding:130px 0 120px;}
.subscribe-section{background-attachment:fixed !important;background-position:50% 0;background-repeat:no-repeat !important;background-size:cover !important;}
.subscribe-section::before{position:absolute;display:block;content:"";height:100%;width:100%;top:0;background:rgba(34, 49, 72, 0.89);background:-webkit-gradient(left top, right top, color-stop(0%, rgba(34, 49, 72, 0.89)), color-stop(100%, rgba(34, 49, 72, 0.26)));background:-o-linear-gradient(left, rgba(34, 49, 72, 0.89) 0%, rgba(34, 49, 72, 0.26) 100%);background:-webkit-gradient(linear, left top, right top, from(rgba(34, 49, 72, 0.89)), to(rgba(34, 49, 72, 0.26)));background:linear-gradient(to right, rgba(34, 49, 72, 0.89) 0%, rgba(34, 49, 72, 0.26) 100%);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#223148', endColorstr='#223148', GradientType=1);}
.subscribe-form-wrapper{position:relative;z-index:2;}
.subscribe-form-wrapper>h2{font-size:24px;text-transform:uppercase;color:var(--color-5)}
.subscribe-form-wrapper>p{font-size:20px;color:var(--color-5)}
.widget_mc4wp_form_widget{padding:0 !important;}
.mc4wp-form{position:relative;max-width:460px;margin:30px 0 0;}
.mc4wp-form input{color:var(--color-5);border:1px solid #DCDFE6;margin:0;border-radius:50px;padding:8px 145px 8px 20px}
.mc4wp-form input[type="submit"], .site-footer .mc4wp-form input[type="submit"]{padding:0;position:absolute;right:0;top:0;-webkit-transition:all 0s ease 0s;-o-transition:all 0s ease 0s;transition:all 0s ease 0s;width:140px;color:var(--color-5);border-radius:50px;text-transform:uppercase;font-size:14px;}
.mc4wp-form input[type="submit"]:hover, .site-footer .mc4wp-form input[type="submit"]:hover{background:#223148;border-color:#223148}
.single-post-wrapper .post .post-cat-list a:not(.related-post-section .post .post-cat-list a),
.property-address-wrap li.address-map a{background:var(--color-accent);color:var(--color-5);padding:8px 15px;margin:0 1px 4px 0;}
.single-post-wrapper #primary .post .post-cat-list a:not(.related-post-section .post .post-cat-list a),
.property-address-wrap li.address-map a{color:var(--color-5);}
.property-address-wrap li.address-map a:hover{background:var(--color-bg-2);}
.property-address-wrap li.address-map a{display:inline-block}
.single-post-wrapper .post .cat-links a::before:not(.related-post-section .post .cat-links a::before){display:none}
.single-post .site-main .related-post-section .column .featured-image{margin:0;}
.single-post .site-main .related-post-section>.entry-header.heading{margin-bottom:30px;padding:0;}
.document-download p{margin-bottom:10px;}
.property-address-wrap ul{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;background:#F3F3F3;padding:15px 0 0;}
.property-address-wrap ul li{width:33.3333%;padding:0 15px;margin:0 0 20px;}
.property-address-wrap .property-address-heading{font-weight:600;text-transform:capitalize;}
.property-address-wrap ul li a, .property-address-wrap ul li span{text-transform:capitalize;}
.property-address-wrap ul li a{color:var(--color-link-hover)}
.single-post-wrapper .post.entry-content{padding-bottom:0}
.single-post-wrapper .post .property-meta{padding-top:0}
.single-property #primary>.post .entry-meta,.single-property-section, .video-section, .property-other-detail, .single-post-wrapper .post .entry-content, .single-post-wrapper .post .property-address-wrap, .single-post-wrapper .post .property-meta, .property-gallery, .property-feature-detail, .floor-plan-section{margin-bottom:20px;}
.has-thumbnail #primary .post .posted-on{display:inline-block;}
.has-blog-thumbnail #primary .post .posted-on{display:inline-block;}
.single-post-wrapper .post .entry-title{font-size:26px;}
.single-post-wrapper .related-post-section .post .entry-title{font-size:20px;}
.property-location{margin-bottom:15px;}
.property-meta>h4{width:100%;padding:0 15px;}
.single-post-wrapper .post .property-meta .meta-wrapper{width:19.5%;border-bottom:none;margin:10px 0 20px;padding-left:0;padding:5px 15px 15px;text-align:center;background:#F3F3F3;}
.single-post-wrapper #primary .post .related-post-section .post .entry-meta{margin:0 0 0 -7px;}
.single-post-wrapper #primary .post .posted-on h4{display:inline-block;margin-bottom:0;padding:0 5px;font-size:16px;}
.single-post-wrapper #primary .post .posted-on a{display:inline-block;top:-1px;position:relative;}
.single-post-wrapper .post .property-meta .meta-wrapper .meta-icon{position:static;display:block;margin-bottom:8px;}
.single-post-wrapper #primary .related-post-section .post .entry-meta .meta-wrapper{background:none;text-align:left;}
.single-post-wrapper #primary .related-post-section .post .property-meta .meta-wrapper .meta-icon{position:absolute;}
.property-other-detail ul, .property-feature-detail ul{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;background:#F3F3F3;padding:5px 0;}
.property-other-detail ul li, .property-feature-detail ul li{width:33.3333%;padding:0 15px;margin-top:7px;}
.property-other-detail .other-detail-heading{font-weight:600;text-transform:capitalize;}
.property-gallery-slider .slick-arrow{top:15px;z-index:9;}
.property-feature-detail ul li{font-weight:600;list-style:inside disc;}
.floor-plan-item-detail-wrap{background:#F3F3F3;padding:12px;margin-bottom:10px;display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;-webkit-box-align:center;-ms-flex-align:center;align-items:center;}
.floor-plan-item-title{width:215px;padding-right:15px;}
.floor-plan-item-detail-wrap ul{width:82%;width:calc(100% - 215px);width:-webkit-calc(100% - 215px);display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;}
.floor-plan-item-detail-wrap ul li{width:20%;padding-right:7px;margin:0;}
.floor-plan-heading{font-weight:600}
.floor-plan-item-title h5{padding-bottom:0;}
.floor-plan-item{margin-bottom:10px;}
.contact-agent-info-wrap{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;}
.contact-agent-info-wrap>div{position:relative;margin:0;-webkit-box-flex:1;-ms-flex-positive:1;flex-grow:1;-ms-flex-preferred-size:0;flex-basis:0;}
.contact-agent-info{min-width:73%;min-width:calc(100% - 300px);min-width:-webkit-calc(100% - 300px);padding-right:15px;display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;}
.contact-agent-form{min-width:300px;padding-left:15px;}
.contact-agent-info-content{width:76%;width:calc(100% - 200px);width:-webkit-calc(100% - 200px);padding-left:20px;}
.contact-agent-info .author-image{width:200px;}
.contact-agent-heading{font-weight:600;text-transform:capitalize;padding-right:7px;}
.contact-agent-form .wpcf7-form p{margin:0 0 10px;}
form label{text-transform:capitalize;font-weight:600}
.contact-agent-info-content ul li{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;}
.contact-agent-text{padding-left:7px;}
.contact-agent-info-content ul{border-bottom:1px solid #E5E5E5;margin-bottom:5px;}
.single-post-wrapper .post .featured-image{margin-bottom:15px;}
.agent-item-wrap{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;}
.agent-item-wrap .agent-item{width:33.3333%;margin-bottom:30px;}
.agent-title-wrap{position:relative;padding-right:340px;}
.agent-search-section{position:absolute;width:330px;right:0;top:10px;}
.agent-search-section .search-form{position:relative;}
.agent-search-section .search-form .search-submit{position:absolute;right:0;top:0;margin:0;}
.agent-search-section .search-form input{border-radius:52px;margin:0;padding:8px 20px;}
.agent-search-section .search-form input[type="search"]{padding:8px 102px 8px 12px;}
.agent-search-section .search-form{margin:0 auto 30px;max-width:100%;position:relative;width:375px;}
.widget .search-form{width:100%;}
.widget_search .search-submit{background-color:#303E4B;}
.widget_search .search-submit,
.wp-block-search .wp-block-search__button{background:url(//imobiliariayeshua.com.br/wp-content/themes/real-home/assets/images/search-icon.png) no-repeat scroll center center / 20px auto;background-color:var(--color-bg-3);border-radius:0;border:medium none;-webkit-box-shadow:inherit;box-shadow:inherit;color:rgb(255, 255, 255);height:100%;margin:0;padding:0 8px;position:absolute;right:0;top:0;width:57px;font-size:0;cursor:pointer;}
.widget_search .search-submit:hover, .wp-block-search .wp-block-search__button:hover{background:url(//imobiliariayeshua.com.br/wp-content/themes/real-home/assets/images/search-icon.png) no-repeat scroll center center / 20px auto;background-color:var(--color-accent);border:none;border-radius:0;}
.search-form input, .search-form label{margin-bottom:0;}
.agent-detail-section .contact-agent-info .author-image{width:50%;padding-right:15px;}
.agent-detail-section .contact-agent-info .author-image img{width:100%;}
.agent-detail-section .contact-agent-info-content{width:50%;padding-left:15px;}
.agent-detail-section .contact-agent-info-content ul{border-bottom:none;}
.agent-detail-section .social-links h3{text-transform:capitalize;}
.agent-detail-section .inline-social-icons li a{height:50px;width:50px;background:#223148;padding:17px 0 0;}
.agent-detail-section .inline-social-icons li a:hover{background:var(--color-accent);}
.agent-detail-section .inline-social-icons li a:before{color:var(--color-5)}
.post-wrapper{text-align:center;}
.post-wrapper h3, .post-wrapper .post{text-align:left;}
.agent-detail-section .social-links{margin-bottom:20px;}
.buy-rent-section .post .featured-image img, .latest-news-section .post .featured-image img{width:100%;}
.login-content-wrap{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start;}
.login-content{width:360px;}
.login-form{padding:30px 20px 20px;background:var(--color-bg-2);margin-bottom:30px;}
.login-demo-box{background:var(--color-bg-2);padding:20px;margin-bottom:30px;}
.login-demo-box h6{color:var(--color-5);}
.login-demo-account h6{font-size:16px;padding-bottom:5px;}
.login-demo-account li{font-size:13px;color:var(--color-5);}
.login-demo-account li .login-demo-heading{font-weight:600;}
.login-demo-account li .login-demo-info{color:var(--color-accent)}
.registration-content{width:65%;width:calc(100% - 390px);width:-webkit-calc(100% - 390px);padding-left:30px;background:var(--color-bg-4);padding:15px 30px 20px;margin-left:30px;}
.registration-content .entry-header.heading{margin-bottom:5px;}
.registration-content form .col-12{width:100%;}
.registration-content form .col-6{width:calc(50% - 10px);float:left;margin:0 5px;}
.input-has-two-child{isplay:-webkit-box;display:-ms-flexbox;display:-webkit-box;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;margin:0 -10px;}
.input-has-two-child>p{width:50%;padding:0 10px;}
.login-content-wrap p input{margin-bottom:0;}
.login-content-wrap form label{font-size:16px;margin-bottom:10px;color:var(--color-bg-2);}
.login-content-wrap .login-content form label, .login-content p a{color:var(--color-5);}
.login-content p a:hover{color:var(--color-link-hover);}
.login-content-wrap select{background:var(--color-bg);border:1px solid var(--color-4);}
.login-content-wrap button[type="submit"]{padding:12px 40px 12px;font-weight:600;}
.post-layout-wrap{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:end;-ms-flex-pack:end;justify-content:flex-end;-ms-flex-wrap:wrap;flex-wrap:wrap;-webkit-box-align:center;-ms-flex-align:center;align-items:center;margin-bottom:10px;}
.post-layout-wrap>div{margin-left:8px;}
.post-order-wrap{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;-webkit-box-align:center;-ms-flex-align:center;align-items:center;}
.post-order-wrap>span{display:block;width:65px;padding-right:5px;color:var(--color-2);font-size:15px;}
.post-filter-wrap input, .post-filter-wrap select{margin-bottom:10px;height:45px;}
.post-order-wrap select{width:64%;width:calc(100% - 65px);width:-webkit-calc(100% - 65px);}
.post-column-switch ul{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;}
.post-column-switch ul li{margin-left:5px;margin-bottom:0;}
.post-matches-wrap{font-size:22px;font-weight:600;color:var(--color-bg-2);}
.post-filter-wrap{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;-webkit-box-align:center;-ms-flex-align:center;align-items:center;margin:30px -5px;}
.post-filter-wrap>div{position:relative;margin:0;-webkit-box-flex:1;-ms-flex-positive:1;flex-grow:1;-ms-flex-preferred-size:0;flex-basis:0;min-width:16.6667%;padding:0 5px;}
.post-wrapper.post-grid-view{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;margin:0 -15px;}
 .post-list-view .post{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;border:1px solid var(--color-4);padding:0 !important;}
.post-list-view .post .featured-image{width:50%;}
.post-list-view .post .post-detail-wrap{width:50%;border:none;padding-bottom:56px;}
.post-list-view .post .post-detail-wrap .property-meta-info{position:absolute;width:100%;bottom:0;margin-bottom:0;}
.contact-information-wrap{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start;}
.contact-detail-wrapper{width:330px;background:var(--color-bg-4);padding:20px;}
.contact-form-wrap{width:68%;width:calc(100% - 360px);width:-webkit-calc(100% - 360px);margin-right:30px;background:var(--color-bg-4);padding:20px;padding-bottom:0;}
.contact-form-wrap .entry-header.heading, .contact-detail-wrapper .entry-header.heading{margin-bottom:0px;padding-bottom:1px;}
.entry-header.heading p{margin-top:10px;}
.contact-input-section{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;margin:0 -7px;}
.contact-input-section p{width:50%;padding:0 7px;}
.contact-form-wrap .entry-content{padding-bottom:0;}
.contact-detail-item{margin-bottom:15px;}
.contact-detail-item h4{padding-bottom:5px;text-transform:capitalize;}
.contact-information-wrap{margin-bottom:50px;}
.mission-content-wrapper{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;margin:0 -15px}
.mission-content-wrapper>div{position:relative;margin:0;-webkit-box-flex:1;-ms-flex-positive:1;flex-grow:1;-ms-flex-preferred-size:0;flex-basis:0;padding:0 15px}
.mission-content{min-width:60%;-webkit-box-ordinal-group:2;-ms-flex-order:1;order:1;}
.mission-image-wrapper{width:40%;-webkit-box-ordinal-group:3;-ms-flex-order:2;order:2;}
.mission-image-wrapper .featured-image img{width:100%;}
.mission-item-wrapper{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;margin:0 -10px;}
.mission-item{min-width:25%;margin:0;-webkit-box-flex:1;-ms-flex-positive:1;flex-grow:1;-ms-flex-preferred-size:0;flex-basis:0;display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;-webkit-box-align:center;-ms-flex-align:center;align-items:center;padding:0 10px;margin-bottom:15px;}
.mission-item-icon{width:45px;}
.mission-item-icon .fa{font-size:32px;color:var(--color-accent)}
.mission-item-content h4{padding-bottom:2px;}
.mission-item-content{width:78%;width:calc(100% - 45px);width:-webkit-calc(100% - 45px);padding-left:5px;}
.site-content section.process-section{padding-bottom:50px;}
.process-section{background:var(--color-bg-4);text-align:center;}
.process-item-wrapper{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;margin:0 -15px;}
.process-item{padding:0 15px;width:33.3333%;text-align:center;margin-bottom:20px;}
.process-item-icon{height:90px;width:90px;display:inline-block;border:1px solid var(--color-accent);border-radius:100px;padding:25px;margin-bottom:10px;position:relative;}
.process-item-icon::before{position:absolute;display:block;content:"";color:var(--color-5);left:0;top:0px;font-size:18px;font-weight:600;height:30px;width:30px;background:var(--color-bg-2);line-height:26px;border-radius:30px;}
.process-item:nth-child(1) .process-item-icon::before{content:"1";}
.process-item:nth-child(2) .process-item-icon::before{content:"2";}
.process-item:nth-child(3) .process-item-icon::before{content:"3";}
.process-item:nth-child(4) .process-item-icon::before{content:"4";}
.process-item:nth-child(5) .process-item-icon::before{content:"5";}
.process-item:nth-child(6) .process-item-icon::before{content:"6";}
.process-item:nth-child(7) .process-item-icon::before{content:"7";}
.process-item:nth-child(8) .process-item-icon::before{content:"8";}
.process-item:nth-child(9) .process-item-icon::before{content:"9";}
.process-item:nth-child(10) .process-item-icon::before{content:"10";}
.process-item-icon .fa{font-size:32px;color:var(--color-accent);margin-top:3px;}
.process-item .entry-title{font-size:20px;text-transform:capitalize;}
.membership-section{text-align:center}
.membership-section .entry-header.heading, .membership-section .entry-header.heading p:last-child{margin-bottom:0;}
.pricing-table-wrapper{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;padding-top:60px;}
.pricing-table-wrapper>div{position:relative;margin-bottom:30px;-webkit-box-flex:1;-ms-flex-positive:1;flex-grow:1;-ms-flex-preferred-size:0;flex-basis:0;text-align:center;}
.price-header{padding:20px 10px 20px;}
.pricing-column-wrapper{padding:30px 20px 60px;position:relative;-webkit-transition:all 0.4s ease 0s;-o-transition:all 0.4s ease 0s;transition:all 0.4s ease 0s;border:1px solid rgba(0,0,0,0.1);}
.price-table-content ul li{border-bottom:1px solid rgba(0,0,0,0.1);padding-bottom:15px;margin-bottom:15px;}
.pricing-column-wrapper.active-plan{margin-top:-40px;}
.pricing-column-wrapper:hover{-webkit-box-shadow:0px 0px 13px 0px rgba(0, 0, 0, 0.15);box-shadow:0px 0px 13px 0px rgba(0, 0, 0, 0.15);-webkit-transition:all 0.4s ease 0s;-o-transition:all 0.4s ease 0s;transition:all 0.4s ease 0s;}
.pricing-tags{background:var(--color-bg-2);color:var(--color-5);text-transform:uppercase;font-weight:600;padding:10px 15px 8px;border-radius:20px;display:inline-block;font-size:14px;}
.price-header .fa{display:block;margin-bottom:35px;color:var(--color-accent);}
.price-header span{text-transform:uppercase;font-size:22px;font-weight:600;display:block;margin-bottom:25px;color:var(--color-bg-2);}
.price-table-content{margin-bottom:35px;}
.price-prefix{font-size:18px;position:relative;top:-12px;}
.price .price-number{font-size:32px;font-weight:700;}
.price{color:var(--color-bg-2);margin-bottom:30px;}
.pricing-btn{background:var(--color-bg-2);color:var(--color-5);text-transform:uppercase;padding:9px 15px 11px;border-radius:20px;display:inline-block;position:absolute;bottom:-25px;left:30px;right:30px;margin:auto;opacity:0;visibility:hidden}
.pricing-btn:hover{background:var(--color-bg-3);color:var(--color-5);}
.pricing-column-wrapper:hover .pricing-btn{opacity:1;visibility:visible;bottom:-15px;}
.container .related-post-section .container{padding:0;}
.post-item-wrapper .post>.featured-image img{width:100%;}
.comment-form p.comment-form-cookies-consent{position:relative;padding-left:20px;}
.comment-form-cookies-consent>input[type="checkbox"]{position:absolute;left:0;top:5px;}
.error-404.not-found{position:relative;background-repeat:no-repeat;background-size:cover;background-attachment:fixed;padding:70px 0;}
.error-404.not-found:before{position:absolute;display:block;content:"";height:100%;width:100%;background:rgba(48, 62, 75, 0.9);top:0;left:0}
.error-page-content{margin:0 auto;max-width:490px;padding:50px 0;text-align:center;width:100%;position:relative;z-index:9}
.site-content .error-404 h2{color:var(--color-5);font-size:150px;line-height:0.8;margin-bottom:15px;}
.site-content .error-404 p,
.site-content .error-404 h4{color:var(--color-5);font-size:20px;text-align:center;margin-bottom:15px;}
.search-form{margin:0 auto;max-width:100%;position:relative;width:375px;}
.error-404 .search-form .search-submit{margin:0;width:60px;font-size:0px;background:none;margin:0;position:absolute;top:0;right:0;padding:0;background:url(//imobiliariayeshua.com.br/wp-content/themes/real-home/assets/images/search-icon.png) no-repeat scroll center center;background-size:auto auto;background-size:21px;height:100%;cursor:pointer;background-color:#1C8E95;border-radius:0;border:none;}
.error-404 .search-form .search-submit:hover{background-color:var(--color-bg-3);background:url(//imobiliariayeshua.com.br/wp-content/themes/real-home/assets/images/search-icon.png) no-repeat scroll center center;background-size:21px;}
.error-404 .search-form input,
.error-404 .search-form label{margin:0;}
.error-404 .search-form input[type="search"]{padding-right:70px;}
.site-content .error-404 a{display:inline-block;position:relative;}
.site-content .error-404 a:hover{color:var(--color-link-hover);}
.error404 .site-footer{margin:0;}
.error404 .site-header{margin-bottom:0;}
.accordion-content{display:none;margin-top:5px;}
.accordion-item-wrap a.toggle{width:100%;display:block;background:#F3F3F3;padding:15px 35px 15px 15px;font-size:17px;}
.accordion-item{margin-bottom:5px;position:relative;}
.accordion-icon{height:30px;width:30px;background:var(--color-link-hover);position:absolute;border-radius:60px;text-align:center;cursor:pointer;z-index:9;right:7px;top:11px;}
.accordion-item-wrap .accordion-item .accordion-icon::before{content:"\f078";display:inline-block;position:absolute;top:2px;text-align:center;color:var(--color-5);font-size:14px;font-family:"FontAwesome";left:0;right:0;margin:auto;}
.accordion-item-wrap a.toggle:hover,
.accordion-item-wrap .accordion-item.current a.toggle{background:rgba(0,0,0,0.86);color:var(--color-5);}
.login-form-footer{margin-bottom:5px}
.login-form-footer a{color:#fff;font-size:13px;}
.rsl-connect-with{color:#fff;margin-bottom:10px;}
.rsl-provider-list a{color:#fff;padding:5px 10px;display:inline-block;font-size:14px;margin-right:3px;cursor:pointer;}
.rsl-provider-facebook{background:#3B5999;}
.rsl-provider-google{background:#DD4C39;}
.rsl-provider-twitter{background:#1BA2F3;}
.rsl-provider-list a:hover{color:#fff;opacity:0.8}
#submit-property-form{-webkit-box-shadow:6px 9px 12px 4px rgba(0,0,0,0.07);box-shadow:6px 9px 12px 4px rgba(0,0,0,0.07);padding:15px;border:1px solid rgba(0,0,0,0.05);}
#submit-property-form label{margin-bottom:7px;}
#wp-description-editor-container{margin-bottom:15px;}
.form-option{margin-bottom:10px;}
.address-fields-wrapper{margin:0 -15px;}
.type-checkboxes label,
.checkbox-option label,
.features-checkboxes li label{display:inline-block;width:95%;width:calc(100% - 24px);width:-webkit-calc(100% - 24px);}
.rh_drag_and_drop_wrapper ,
.attachments-drag-drop{border:3px dashed rgba(0,0,0,0.15);padding:30px 15px;border-radius:15px;margin-bottom:15px;text-align:center;background:#F6F7F7;}
.drag-drop-msg,
.attachments-drag-drop strong{font-size:20px;margin-bottom:10px;display:block;}
.drag-or{margin-bottom:10px;}
.drag-btn #select-images,
#select-attachments{background:var(--color-btn-bg);border:none;padding:10px 15px 12px;border-radius:20px;color:var(--color-5);font-size:14px;cursor:pointer;}
.drag-btn #select-images:hover,
#select-attachments:hover{background:var(--color-btn-bg-2);}
.rh_max_files_limit_message{margin-bottom:15px;display:block;}
.field-description br{margin-bottom:10px;}
.attachments-drag-drop span{display:block;margin-bottom:10px}
.cre-detail,
.cre-detail{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;}
.cre-detail .cre-detail-control,
.cre-detail .cre-detail-control{width:25px;padding-top:5px;}
.cre-detail .cre-detail-title,
.cre-detail .cre-detail-title{width:30%;padding-right:10px;}
.cre-detail .cre-detail-value,
.cre-detail .cre-detail-value{width:58%;width:calc(100% - 32% - 50px);width:-webkit-calc(100% - 32% - 50px);padding-right:10px;}
.cre-detail-control .add-detail,
.cre-detail-control .add-video{font-size:0;padding:0;background:no-repeat;color:var(--color-1);border:none;}
.cre-detail-control .add-detail:hover,
.cre-detail-control .add-video:hover{color:var(--color-link-hover);}
.cre-detail-control .add-detail .fa,
.cre-detail-control .add-video .fa{font-size:20px;}
.agent-options label{display:inline;}
.agent-options br{margin-bottom:10px;}
#agent-selectbox{margin-top:10px;}
.checkbox-option input{float:left;margin-top:5px}
 .cre-floor-plans-group-wrapper .cre-clone{position:relative;margin-bottom:15px;padding:20px 20px 5px;background-color:#f7f7f7;border:1px solid #cdcdcd;}
.cre-clone .row{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;}
.cre-clone .row div[class*="col"]{width:50%;padding:0 15px;}
.cre-btn-group input{width:78%;margin-right:2%;width:calc(100% - 105px - 2%);}
.cre-btn-group button,.map-wrapper .goto-address-button{background:var(--color-btn-bg);border:none;padding:10px;color:var(--color-5);cursor:pointer;}
.cre-btn-group button{font-size:13px !important;}
.map-wrapper .goto-address-button{margin-bottom:14px;}
.cre-btn-group button:hover{background:var(--color-btn-bg-2);}
.cre-remove-clone{display:inline-block;position:absolute;top:10px;right:15px;width:20px;height:20px;padding:0;font-size:13px;line-height:22px;cursor:pointer;border-radius:50%;text-align:center;text-decoration:none;border:0;background-color:var(--color-btn-bg);color:var(--color-5);}
.cre-floor-plans-group-wrapper .cre-add-clone i{font-size:12px;margin-right:8px;}
.cre-remove-clone:hover,
.cre-add-clone-container .cre-add-clone:hover{background:var(--color-btn-bg-2);}
.cre-add-clone-container{text-align:right;padding-top:15px;}
.cre-add-clone-container .cre-add-clone{background:var(--color-btn-bg);color:var(--color-5);cursor:pointer;border:none;padding:10px 15px;font-size:15px;border-radius:50px;}
.submit-field-wrapper .real-btn{margin-bottom:5px;font-size:16px;}
.property-attachments-container-wrap{padding-bottom:20px;}
.not-found .search-form .search-submit{position:absolute;right:0;top:0;margin:0;border-color:var(--color-btn-bg);border-radius:0;}
.not-found .search-form .search-submit:hover{background-color:var(--color-bg-3);}
.not-found .search-form input[type="search"]{padding-right:75px;}
.error-404 .search-form .search-submit, .not-found .search-form .search-submit{margin:0;width:60px;font-size:0px;background:none;margin:0;position:absolute;top:0;right:0;padding:0;background:url(//imobiliariayeshua.com.br/wp-content/themes/real-home/assets/images/search-icon.png) no-repeat scroll center center;background-size:auto auto;background-size:16px;height:100%;cursor:pointer;background-color:#1C8E95;border-radius:0;border:none;}
.ui-autocomplete{padding:0;margin:0;list-style:none;position:absolute;z-index:10000;border-bottom-right-radius:3px;border-bottom-left-radius:3px;background:#fff;color:#394041;}
.ui-widget.ui-widget-content{max-width:530px !important;}
.post-list-view .post .featured-image-wrapper{width:50%;}
.post-list-view .post .featured-image-wrapper .featured-image{width:100%;}
.ui-helper-hidden-accessible{display:none;}
.featured-slider .slider-text.justify-content-center{left:50%;}
.featured-slider .slider-text.justify-content-right{left:auto;right:0;}
.site-content .featured-slider{z-index:99;}
.desktop-header-wrap, .mobile-header-wrap{position:relative;z-index:999;}
.site-generator .menu li{display:inline-block;margin-right:7px;margin-bottom:3px;}
.footer-branding:hover img{opacity:0.5;-webkit-transition:all 0.3s ease 0s;-o-transition:all 0.3s ease 0s;transition:all 0.3s ease 0s;}
.footer-branding{margin-bottom:15px;}
.site-footer .widget-area{position:relative;padding:100px 0 45px;}
.widget-area .container{position:relative;}
.site-footer .textwidget{color:rgb(166, 167, 166);}
.site-footer .widget{margin:0 0 30px;}
.widget-title,
.widget_block .wp-block-group__inner-container h2{display:block;font-size:20px;margin:0 0 10px;position:relative;text-transform:uppercase;}
.site-footer .widget-title{display:inline-block;font-size:20px;margin:0 0 20px;line-height:1;padding-left:15px;text-align:left;}
#secondary .widget-title,
.widget_block .wp-block-group__inner-container h2{padding-left:15px;}
.widget-title::before,
.widget_block .wp-block-group__inner-container h2::before{display:block;content:"";position:absolute;width:5px;height:19px;background:var(--color-accent);left:0;top:1px;}
.widget>ul>li,
.widget>ul>li>ul>li ,
.widget>ul>li>ul>li>ul>li{border-bottom:1px solid rgb(255, 255, 255, 0.2);padding-bottom:12px}
.widget>ul>li>ul ,
.widget>ul>li>ul>li>ul{border-top:1px solid rgb(255, 255, 255, 0.2);padding-top:10px}
.widget>ul>li:last-child,
.widget>ul>li>ul>li:last-child ,
.widget>ul>li>ul>li>ul>li:last-child{border-bottom:none;padding-bottom:0;margin-bottom:0}
.widget>ul>li>a,
.widget_block .wp-block-group__inner-container>ul>li>a{font-weight:500;position:relative;display:block;}
.contact-detail .textwidget ul li{padding-left:30px;position:relative;}
.contact-detail .textwidget ul li .contact-icon{position:absolute;left:0;top:2px;font-size:18px;}
.contact-detail .textwidget ul li h4{font-size:16px;text-transform:uppercase;margin-top:2px;}
.widget-area .gallery{margin:0;}
.widget-area .gallery-item{margin:0;padding:0;}
.gallery-item figure{margin:0}
.site-footer .widget ul li a{position:relative;-webkit-transition:all 0.3s ease 0s;-o-transition:all 0.3s ease 0s;transition:all 0.3s ease 0s;}
.site-footer .widget p, .site-footer .widget a, .site-footer .widget li, .site-footer .widget span{color:var(--color-5);}
.site-footer .site-title{font-size:20px;margin-bottom:5px;}
.site-footer .site-description{font-size:14px;margin-bottom:10px;}
.site-footer ul, .site-footer ol{list-style:none;}
.site-footer .widget ul ul li{padding-left:12px;}
.site-footer .widget ul ul ul li{padding-left:20px;}
.site-footer .widget_recent_entries ul li{border:none;margin-bottom:0px;}
.site-footer a{}
.site-info{color:rgba(255, 255, 255);font-size:14px;line-height:20px;}
.site-footer address{margin:0;}
.footer-login-section{background-attachment:fixed !important;background-position:50% 0;background-repeat:no-repeat !important;background-size:cover !important;position:relative;}
.footer-login-section::before{position:absolute;display:block;content:"";height:100%;width:100%;top:0;background:rgba(34, 49, 72, 0.9);}
.footer-login-section{padding:145px 0;}
.footer-login-item-wrap ul{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;-webkit-box-align:center;-ms-flex-align:center;align-items:center;margin:0 -15px;}
.footer-login-item-wrap ul li{position:relative;margin:0;-webkit-box-flex:1;-ms-flex-positive:1;flex-grow:1;-ms-flex-preferred-size:0;flex-basis:0;min-width:33.3333%;padding:0 15px;text-align:center;}
.footer-login-item-wrap ul li .icon{height:140px;width:140px;display:inline-block;border:1px solid #E4BF10;line-height:160px;margin-bottom:20px;}
.footer-login-item-wrap ul li .fa{font-size:50px;}
.footer-login-item-wrap ul li h3{text-transform:uppercase;font-size:22px;}
.site-generator{color:#354157;background:var(--color-bg-3);border-top:1px solid var(--color-accent-secondary);border-bottom:1px solid var(--color-accent-secondary);}
.site-footer .site-generator a{color:#354157;}
.site-footer .site-generator a:hover{color:var(--color-5);}
.site-footer .site-generator .social-links li a{background:none;padding:16px 10px;position:relative;border-left:1px solid var(--color-link-hover);width:50px;font-size:0;text-align:center;}
.site-footer .site-generator .social-links li a:hover{background:#354157}
.site-footer .site-generator .social-links li:last-child a{border-right:1px solid var(--color-link-hover);}
.site-footer .site-generator .social-links li{margin:0 -2px}
.site-generator .container{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;}
.site-generator .container>*{width:50%;display:block;float:left;}
.site-generator .copy-right{padding-right:15px;-webkit-box-ordinal-group:2;-ms-flex-order:1;order:1;font-weight:500;}
.site-generator .inline-social-icons,
.site-generator .social-links{-webkit-box-ordinal-group:5;-ms-flex-order:4;order:4;padding-left:15px;text-align:right;}
.site-generator .powered-by-aarambha{-webkit-box-ordinal-group:3;-ms-flex-order:2;order:2;}
.site-generator .menu{-webkit-box-ordinal-group:4;-ms-flex-order:3;order:3;}
.site-footer input[type="reset"]:hover, .site-footer input[type="button"]:hover, .site-footer input[type="submit"]:hover, .site-footer input[type="button"], .site-footer input[type="submit"]{color:rgb(255, 255, 255);}
.site-footer form input, .site-footer form textarea{-webkit-box-sizing:border-box;box-sizing:border-box;}
.site-footer{position:relative;margin-top:-1px;}
.gallery-columns-1 .gallery-item{width:100%;}
.gallery-columns-2 .gallery-item{width:50%;}
.gallery-columns-3 .gallery-item{width:33.33%;}
.gallery-columns-4 .gallery-item{width:25%;}
.gallery-columns-5 .gallery-item{width:20%;}
.gallery-columns-6 .gallery-item{width:16.66%;}
.gallery-columns-7 .gallery-item{width:14.28%;}
.gallery-columns-8 .gallery-item{width:12.5%;}
.gallery-columns-9 .gallery-item{width:11.11%;}
.gallery-icon img{margin:0 auto;width:100%;}
.gallery-columns-6 .gallery-caption, .gallery-columns-7 .gallery-caption, .gallery-columns-8 .gallery-caption, .gallery-columns-9 .gallery-caption{display:none;}
.gallery-size-thumbnail{margin:0 -15px 20px;}
.gallery{margin:0 -15px;}
.gallery-item{float:left;margin:15px auto;overflow:hidden;padding:0 15px;position:relative;text-align:center;vertical-align:top;}
.gallery-item .featured-image{margin:0}
.gallery-caption{-moz-text-overflow:ellipsis;-ms-text-overflow:ellipsis;-o-text-overflow:ellipsis;-webkit-text-overflow:ellipsis;bottom:-100%;color:rgb(255, 255, 255);left:10px;margin:0;padding:6px;text-overflow:ellipsis;-webkit-transition:all 0.3s ease 0s;-o-transition:all 0.3s ease 0s;transition:all 0.3s ease 0s;white-space:nowrap;width:89.5%;width:calc(100% - 20px);width:-webkit-calc(100% - 20px);}
.gallery-item:hover .gallery-caption{bottom:0;}
.breadcrumb, .breadcrumb a:hover, .current-item a, .pagination a:hover, .pagination>li>a:hover, .pagination>li>span:hover, .pagination>li>a:focus, .pagination>li>span:focus, #wp_page_numbers li>a:hover, .wp-pagenavi li>a:hover, #main ul.default-wp-page li>a:hover{color:var(--color-5);}::-moz-selection{background:rgba(246, 159, 15, 0.8) none repeat scroll 0 0;color:var(--color-5);}::selection{background:rgba(246, 159, 15, 0.8) none repeat scroll 0 0;color:var(--color-5);}::-moz-selection{background:rgba(246, 159, 15, 0.8) none repeat scroll 0 0;color:var(--color-5);}
.entry-meta a, .logo-section, .entry-title a, .search-toggle, .post-navigation .nav-links a, .wpcf7-form input, .wpcf7-form textarea, .entry-meta a:hover, .cat-links a:hover, .site-description, .site-title a, .site-cart-info, input[type="text"], input[type="email"], input[type="search"], input[type="password"], input[type="tel"], input[type="url"], input[type="date"], input[type="number"]{color:var(--color-link);}
.mean-container .mean-nav ul li a:hover, .pagination .current, .pagination a:hover, .top-header-btn a:hover, .mc4wp-form input[type="submit"], .site-footer .mc4wp-form input[type="submit"], .back-to-top button, .post-navigation .nav-links a:hover, .pagination>li>a, .pagination>li>span, #wp_page_numbers li, .wp-pagenavi li, #main ul.default-wp-page, .pagination>span, .search-form input[type="submit"]:hover, .main-navigation ul li ul li a:hover, .main-navigation ul li ul li:hover>a, .main-navigation ul li.current-menu-item ul li a:hover, .mean-container .mean-nav>ul>li>a:hover{background-color:var(--color-bg-3);}
.form-submit input[type="submit"]:hover, .wpcf7-submit[type="submit"]:hover, input[type="submit"]:hover, .pagination a, .wpcf7-submit[type="submit"]:hover, input[type="submit"]:hover, .mc4wp-form input[type="submit"]:hover, .site-footer .mc4wp-form input[type="submit"]:hover, .nav-next a::before, .nav-previous a::before, .back-to-top button:hover{background-color:var(--color-bg-2);}
.main-navigation ul li a:hover, .main-navigation li.current-menu-item a ,.widget ul li a:hover, .post-column-switch ul li.active a, .contact-detail .textwidget ul li .contact-icon, .footer-login-item-wrap ul li a:hover h3, a:hover, .hgroup-contact-section li .hgroup-contact-icon a:hover, .hgroup-contact-section li .hgroup-contact-icon .fa, .inline-social-icons li a:hover, .heading .entry-title span, .cat-links a, blockquote, .mean-container a.meanmenu-reveal, .site-title>a:hover, .main-navigation>ul>li>a:hover, .site-footer a:hover, .entry-title a:hover, .entry-content>a:hover, .site-footer .widget a:hover, .site-footer .footer-navbar .main-navigation li a:hover, .view-all-btn:hover a{color:var(--color-link-hover);}
input[type="text"]:focus, input[type="email"]:focus, input[type="search"]:focus, input[type="password"]:focus, input[type="tel"]:focus, input[type="url"]:focus, input[type="date"]:focus, input[type="number"]:focus, textarea:focus, .site-footer input[type="reset"]:hover, .site-footer input[type="button"]:hover, .site-footer input[type="submit"]:hover{border-color:#1E3033;}
.mc4wp-form input[type="submit"], .site-footer .mc4wp-form input[type="submit"], .site-footer input:focus{border-color:var(--color-accent)}
a.box-button:hover, .box-button:active, .box-button:focus, .site-footer input, .site-footer h1, .site-footer h2, .site-footer h3, .site-footer h4, .site-footer h5, .site-footer h6{color:var(--color-5);}
a, a:hover, .latest-news-section .post:hover .entry-meta *, .latest-news-section .post .entry-meta *, .latest-news-section .post, .latest-news-section .post:hover, .post-item-wrapper .post:hover .entry-meta *, .post-item-wrapper .post .entry-meta *, .post-item-wrapper .post, .post-item-wrapper .post:hover{-webkit-transition:all 0.3s ease 0s;-o-transition:all 0.3s ease 0s;transition:all 0.3s ease 0s;}
.counter-item-wrapper .wp-block-columns{width:100%;margin:0;}
.wp-block-columns .counter-item{padding:0;}
.widget ul ul{margin-top:13px;}
     .single-post-wrapper .post:hover .entry-meta{background:none;}
.single-post-wrapper .post .property-meta.entry-meta{margin:0 0 20px;}
.single-post-wrapper .property-meta > h4{width:100%;padding:0;}
.subscribe-section .entry-header{color:var(--color-5);}
.site-footer .address ul li .icon-wrap{position:absolute;left:0;top:4px;height:30px;width:30px;background:var(--color-accent);text-align:center;padding:5px;line-height:1;font-size:20px;}
.site-footer .address ul li,
.widget .address ul li{position:relative;padding-left:40px;}
.subscribe-section .entry-header .entry-header{font-size:30px;}
.subscribe-section .mc4wp-form{margin-top:0;}
.subscribe-section .entry-header{margin-bottom:0;}
.widget .menu li a::before,
.widget >ul >li a::before,
.widget >ul >li li a::before,
.widget_block .wp-block-group__inner-container >ul >li a::before,
.widget .menu-primary-menu-container  li a::before{font-family:"FontAwesome";font-size:13px;vertical-align:middle;position:absolute;content:"\f054";left:0;opacity:0;top:2px;transition:all 0.3s ease 0s;-webkit-transition:all 0.3s ease 0s;-moz-transition:all 0.3s ease 0s;-o-transition:all 0.3s ease 0s;}
.widget > ul > li li a{position:relative;}
#secondary .widget ul .children li:last-child,
#secondary .widget ul li li:last-child{padding-bottom:0 !important;}
.widget > ul > li > a:hover::before,
.widget_block .wp-block-group__inner-container >ul >li a:hover::before,
.widget >ul >li li a:hover:before,
.widget .menu-primary-menu-container li a:hover:before{opacity:1;transition:all 0.3s ease 0s;-webkit-transition:all 0.3s ease 0s;-moz-transition:all 0.3s ease 0s;-o-transition:all 0.3s ease 0s;}
.widget .menu li a:hover,
.widget >ul >li a:hover,
.widget_block .wp-block-group__inner-container >ul >li a:hover ,
.widget .menu-primary-menu-container li a:hover{padding-left:17px;}
.post-filter-item > form{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;-webkit-box-align:center;-ms-flex-align:center;align-items:center;}
.post-filter-item > form > select{width:42%;width:calc(50% - 85px);width:-webkit-calc(50% - 85px);margin-right:30px;}
.post-filter-item > form > input{width:110px;margin:0;}
#secondary .widget:last-child{margin-bottom:0;}
.property-filer-results{width:100%;text-align:left;padding:10px 0;}
.post-grid-view .property-filer-results{padding-left:15px;padding-right:15px;}
.has-boxed{padding-bottom:1px;}
.no-results{text-align:center;}
.single-property .site-main .energy-performance-wrap ul.energy-details{border:2px solid #00845A;background-color:var(--color-bg);}
.single-property .site-main .energy-performance-wrap ul.energy-details li{padding:8px 10px;border-bottom:1px solid #eee;list-style:none;font-size:18px;}
.single-property .site-main .energy-performance-wrap ul.energy-class li.current span{position:absolute;bottom:29px;height:0;width:0;left:calc(50% - 12px);border:12px solid transparent;content:"";border-top-color:#00845A;}
.single-property .site-main .energy-performance-wrap ul.energy-class{display:-webkit-box;display:-ms-flexbox;display:flex;margin:13px 0 0;}
.single-property .site-main .energy-performance-wrap ul.energy-class li{list-style:none;-webkit-box-flex:1;-ms-flex:1;flex:1;text-align:center;color:var(--color-5);padding:8px 10px;position:relative;}
.contact-form #ajax-loader, .contact-form .ajax-loader{display:none;}
#overview .contact-form input[type=text].error, #overview .contact-form textarea.error, .contact-form input.error, .contact-form textarea.error{border:1px solid #ff1a3a;-webkit-box-shadow:inset 0 0 1px #ff1a3a;box-shadow:inset 0 0 1px #ff1a3a;}
.page-template-contact .site-main > article.hentry{margin:0;}
#map_canvas,#property_map{border:1px solid #dedede;height:418px;width:100%;}::-webkit-input-placeholder{color:var(--color-2);}:-ms-input-placeholder{color:var(--color-2);}::-moz-placeholder{color:var(--color-2);}::-ms-input-placeholder{color:var(--color-2);}::placeholder{color:var(--color-2);}
.submit-form .map-wrapper .map-canvas{width:100%;height:352px;margin-bottom:10px;}
.site-branding{position:relative;}
.site-header-row.has-no-sides-column{-ms-grid-columns:inherit;grid-template-columns:inherit;}
.site-header-row > div.col-has-search-element,
.site-header-row > div.col-has-toggle-menu-element{position:static;}
.site-header-row{position:relative;}
.single-post-wrapper .post .post-detail-wrap .entry-content,
.post .post-detail-wrap .entry-content{margin-bottom:0;}
.latest-news-section .text-center .posted-on,
.post-item-wrapper .text-center .posted-on,
#primary .post .text-center .posted-on{left:0;right:0;margin:auto;width:150px;}
.latest-news-section .text-right .posted-on,
.post-item-wrapper .text-right .posted-on,
#primary .post .text-right .posted-on{left:auto;right:15px;}
.agent-detail-section .agents-wrapper .social-links{margin-bottom:0;}
.agent-detail-section .agents-wrapper .inline-social-icons li a{height:auto;width:auto;background:none;padding:0;}
.header-layout-full-width .container,
.footer-layout-full-width .container,
.site-header .header-layout-full-width .container,
.site-footer .footer-layout-full-width .container{width:100%;}
.header-layout-contained,
.footer-layout-contained{max-width:var(--container-width);margin:0 auto;}
#primary .post .property-meta.entry-meta{padding-left:0;margin:0 -15px -1px;}
.single-property #primary .post .property-meta.entry-meta{margin:0 0 20px;}
.single-post-wrapper #primary .related-post-section .post .property-meta.entry-meta{margin:0 -15px -1px;}
.featured-slider .slider-text .post .entry-meta .meta-wrapper{margin-bottom:0;}
.calendar_wrap{overflow-x:scroll;}
.site-header .header-account-wrap a,
.site-header .header-social-wrap li a,
.site-header .header-button-wrap a,
.site-footer .footer-button-wrap a,
.site-footer .footer-social-wrap li{border:1px solid rgba(0,0,0,0.15);}
.desktop-header-wrap .col-has-toggle-menu-element .main-navigation ul li ul{position:static;opacity:1;visibility:visible;width:100%;-o-transition:all 0s ease 0s;transition:all 0s ease 0s;-webkit-transition:all 0s ease 0s;-ms-transition:all 0s ease 0s;-moz-transition:all 0s ease 0s;border:none;overflow:hidden;}
.desktop-header-wrap .col-has-toggle-menu-element .main-navigation ul li ul,
.desktop-header-wrap .col-has-toggle-menu-element .main-navigation ul li:hover ul ul,
.desktop-header-wrap .col-has-toggle-menu-element .main-navigation ul ul li:hover ul ul,
.desktop-header-wrap .col-has-toggle-menu-element .main-navigation ul ul ul li:hover ul ul,
.desktop-header-wrap .col-has-toggle-menu-element .main-navigation ul ul ul ul li:hover ul ul{opacity:1;visibility:visible;border:none;-webkit-transition:opacity 0s linear;-webkit-transition:all 0s ease 0s;-o-transition:all 0s ease 0s;transition:all 0s ease 0s;-webkit-box-shadow:none;box-shadow:none}
.desktop-header-wrap .col-has-toggle-menu-element .main-navigation ul li ul li a,
.desktop-header-wrap .col-has-toggle-menu-element .main-navigation ul li.current-menu-item ul li a,
.desktop-header-wrap .col-has-toggle-menu-element .main-navigation ul li ul li.current-menu-item a,
.desktop-header-wrap .col-has-toggle-menu-element .main-navigation ul li.current-page-ancestor ul li a,
.desktop-header-wrap .col-has-toggle-menu-element .main-navigation ul li.current-menu-ancestor ul li a,
.desktop-header-wrap .col-has-toggle-menu-element .main-navigation ul li.current-page-item ul li a{background:rgba(0, 0, 0, 0)}
.desktop-header-wrap .col-has-toggle-menu-element .mean-container a.meanmenu-reveal{position:relative;right:auto;left:auto;-webkit-transform:translate(0%, 0%);-ms-transform:translate(0%, 0%);transform:translate(0%, 0%);}
.desktop-header-wrap .col-has-toggle-menu-element .main-navigation ul li ul li{border-bottom:none;}
.desktop-header-wrap .col-has-toggle-menu-element .mean-container .mean-nav>ul{left:0;right:0;width:100%;top:100% !important;z-index:9;overflow-y:auto;}
.desktop-header-wrap .col-has-toggle-menu-element .menu-item-has-children:hover::before{display:none;}
.desktop-header-wrap .col-has-toggle-menu-element .menu-item-has-children::before{display:none;}
.desktop-header-wrap .col-has-toggle-menu-element .main-navigation ul li:hover ul,
.desktop-header-wrap .col-has-toggle-menu-element .main-navigation ul ul li:hover ul,
.desktop-header-wrap .col-has-toggle-menu-element .main-navigation ul ul ul li:hover ul,
.desktop-header-wrap .col-has-toggle-menu-element .main-navigation ul ul ul ul li:hover ul,
.desktop-header-wrap .col-has-toggle-menu-element .main-navigation ul ul ul ul ul li:hover ul{-o-transition:opacity 0s linear;transition:opacity 0s linear;-moz-transition:opacity 0s linear;-ms-transition:opacity 0s linear;-webkit-transition:opacity 0s linear;}
.desktop-header-wrap .col-has-toggle-menu-element .main-navigation ul li{margin:0;}
.desktop-header-wrap .col-has-toggle-menu-element .mean-container .mean-nav ul li a{font-size:14px;}
.desktop-header-wrap .header-toggle-menu-wrap #site-navigation,
.desktop-header-wrap .header-toggle-menu-wrap .navbar{position:static;}
.mean-container .mean-nav ul li{margin-bottom:0}
.col-has-toggle-menu-element .menu-top-menu-container .menu-wrapper{display:none;}
.header-search-icon-wrap.active .fa-search:before{content:"\f00d";font-size:18px}
.site-header .desktop-header-wrap .site-header-section-center .mobile-navbar .mean-container a.meanmenu-reveal{left:auto !important;right:auto !important;}
.site-header-section > *{padding:0 10px;}
.site-header-section > div:first-child{padding-left:0;}
.site-header-section > div:last-child{padding-right:0;}
#primary .post .entry-meta.single-property-section .meta-wrapper *,
#primary .post .entry-meta.single-property-section .meta-wrapper h4{color:var(--color-2);}
.main-navigation ul li:hover ul,
.main-navigation ul li:focus-within ul{-webkit-transition:opacity 0.5s linear;opacity:1;top:51px;-webkit-transition:all 0.5s ease 0s;-o-transition:all 0.5s ease 0s;transition:all 0.5s ease 0s;visibility:visible;}
.screen-reader-text:hover,
.screen-reader-text:active,
.screen-reader-text:focus{background-color:#f1f1f1;border-radius:3px;-webkit-box-shadow:0 0 2px 2px rgba(0, 0, 0, 0.6);box-shadow:0 0 2px 2px rgba(0, 0, 0, 0.6);clip:auto !important;color:#21759b;display:block;font-size:1.4rem;font-size:14px;font-weight:bold;height:auto;left:5px;line-height:normal;padding:15px 23px 14px;text-decoration:none;top:5px;width:auto;z-index:100000;}
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring,
a:focus,
a:focus-within,
.main-navigation li a:focus-within{outline:1px solid #000;}
.entry-content p a{text-decoration:underline}
.entry-content p a:hover{color:#4472C5}
.wp-block-search__inside-wrapper{position:relative;}
.widget_search .wp-block-search__inside-wrapper input[type="search"]{padding-left:10px;}
.wp-block-search__inside-wrapper input{margin:0;padding-right:68px}
.wp-block-search__inside-wrapper .wp-block-search__button{position:absolute;right:0;width:65px;height:100%;cursor:pointer;}
.share-section:hover .social-links ul,
.share-section:focus-within ul,
.share-section:focus ul{transform:scale(1);-webkit-transform:scale(1);-moz-transform:scale(1);-ms-transform:scale(1);-o-transform:scale(1);}
.share-section .block-social-icons{position:absolute;width:100%;left:0;}
.site-header .header-search-section.active .search-form,
.site-header .header-search-section.active .search-toggle:focus .search-form,
.site-header .header-search-section.active .search-toggle:focus-within .search-form{visibility:visible;opacity:1;}
.agent-detail-section .post-wrapper .social-links{margin-bottom:0;}
.why-choose-us-section.block-base-page-section .post{padding-left:0px;}
.why-choose-us-section.block-base-page-section .post::before{display:none;}
.why-choose-us-section.block-base-page-section .wp-block-columns .wp-block-column{padding-left:60px;position:relative;}
.why-choose-us-section.block-base-page-section .wp-block-columns .wp-block-column::before{position:absolute;display:block;content:"";height:35px;width:35px;background:var( --color-bg-3);border:5px solid rgba(0,0,0,0.15);left:0;top:5px;}
.why-choose-us-section.block-base-page-section .wp-block-columns .wp-block-column::after{position:absolute;display:block;content:"";color:var(--color-5);left:0;top:5px;font-size:24px;font-weight:600;height:45px;width:45px;text-align:center;line-height:45px;}
.why-choose-us-section.block-base-page-section .wp-block-columns .wp-block-column:first-child::after{content:"01";}
.why-choose-us-section.block-base-page-section .wp-block-columns .wp-block-column:nth-child(2)::after{content:"02";}
.why-choose-us-section.block-base-page-section .wp-block-columns .wp-block-column:nth-child(3)::after{content:"03";}
.why-choose-us-section .wp-block-columns .wp-block-column:nth-child(4)::after{content:"04";}
.why-choose-us-section.block-base-page-section .wp-block-columns .wp-block-column:nth-child(5)::after{content:"05";}
.why-choose-us-section.block-base-page-section .wp-block-columns .wp-block-column:nth-child(6)::after {
content: "06";
}.site-header-row{min-height:80px;display:-ms-grid;display:grid;-ms-grid-columns:auto auto;grid-template-columns:auto auto;}
.site-header-row.has-center-column{-ms-grid-columns:1fr auto 1fr;grid-template-columns:1fr auto 1fr;}
.site-header-row.has-only-center-column{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;}
.site-header-row.has-only-center-column .site-header-section-center{-webkit-box-flex:1;-ms-flex-positive:1;flex-grow:1;}
.site-header-section{max-height:inherit;}
.box-button{-webkit-transition:background-color 0.2s ease-in-out, border-color 0.2s ease-in-out, color 0.3s ease-in-out;-o-transition:background-color 0.2s ease-in-out, border-color 0.2s ease-in-out, color 0.3s ease-in-out;transition:background-color 0.2s ease-in-out, border-color 0.2s ease-in-out, color 0.3s ease-in-out;}
#primary{width:100%;-ms-flex-order:2;-webkit-box-ordinal-group:3;order:2;}
@media (min-width: 1024px) {
.have-sidebar #primary.content-area{padding-right:25px;}
.have-sidebar #primary{width:calc(100% - 380px);}
} #secondary{width:100%;min-height:80vh;height:100%;}
.right-sidebar,
.default-sidebar{-ms-flex-order:3;-webkit-box-ordinal-group:4;order:3;}
.left-sidebar{-ms-flex-order:1;-webkit-box-ordinal-group:2;order:1;}
@media (min-width: 1024px) {
.have-sidebar #secondary.right-sidebar{padding-left:25px;}
.have-sidebar #secondary.left-sidebar{padding-right:25px;}
.have-sidebar #secondary{width:380px;}
} .featured-image{position:relative;width:100%;background-color:#dbdcdf;}
.featured-image a{z-index:10;}
.featured-image:has([data-ratio="auto"]) a{position:relative;}
.featured-image a::before{content:'';position:absolute;top:0;left:0;z-index:-1;width:100%;height:100%;background-color:#dbdcdf;}
.featured-image img{width:100%;z-index:1;border-radius:inherit;}
.featured-image:not([data-ratio="auto"]){height:0;}
.featured-image:not([data-ratio="auto"]) img{position:absolute;z-index:1;top:0;left:0;width:100%;height:100%;-o-object-fit:cover;object-fit:cover;-o-object-position:center center;object-position:center center;}
.featured-image[data-ratio="1x1"]{padding-bottom:100%;}
.featured-image[data-ratio="3x2"]{padding-bottom:calc(100% * 2 / 3 );}
.featured-image[data-ratio="4x3"]{padding-bottom:calc(100% * 3 / 4 );}
.featured-image[data-ratio="16x9"]{padding-bottom:calc(100% * 9 / 16 );}
.featured-image[data-ratio="21x9"]{padding-bottom:calc(100% * 9 / 21 );}
.featured-image[data-ratio="2x3"]{padding-bottom:calc(100% * 3 / 2 );}
.featured-image[data-ratio="3x4"]{padding-bottom:calc(100% * 4 / 3 );}
.d-none{display:none;}
.d-inline-block{display:inline-block;}
.d-block{display:block;}
.d-flex{display:-ms-flexbox;display:-webkit-box;display:flex;}
.d-inline-flex{display:-ms-inline-flexbox;display:-webkit-inline-box;display:inline-flex;}
@media only screen and (min-width: 720px) {
.d-md-none{display:none;}
.d-md-inline-block{display:inline-block;}
.d-md-block{display:block;}
.d-md-flex{display:-ms-flexbox;display:-webkit-box;display:flex;}
.d-md-inline-flex{display:-ms-inline-flexbox;display:-webkit-inline-box;display:inline-flex;}
}
@media only screen and (min-width: 1024px) {
.d-lg-none{display:none;}
.d-lg-inline-block{display:inline-block;}
.d-lg-block{display:block;}
.d-lg-flex{display:-ms-flexbox;display:-webkit-box;display:flex;}
.d-lg-inline-flex{display:-ms-inline-flexbox;display:-webkit-inline-box;display:inline-flex;}
} .flex-row{-ms-flex-direction:row;-webkit-box-orient:horizontal;-webkit-box-direction:normal;flex-direction:row;}
.flex-column{-ms-flex-direction:column;-webkit-box-orient:vertical;-webkit-box-direction:normal;flex-direction:column;}
.flex-row-reverse{-ms-flex-direction:row-reverse;-webkit-box-orient:horizontal;-webkit-box-direction:reverse;flex-direction:row-reverse;}
.flex-column-reverse{-ms-flex-direction:column-reverse;-webkit-box-orient:vertical;-webkit-box-direction:reverse;flex-direction:column-reverse;}
.flex-wrap{-ms-flex-wrap:wrap;flex-wrap:wrap;}
.flex-nowrap{-ms-flex-wrap:nowrap;flex-wrap:nowrap;}
.flex-wrap-reverse{-ms-flex-wrap:wrap-reverse;flex-wrap:wrap-reverse;}
.justify-content-start{-ms-flex-pack:start;-webkit-box-pack:start;justify-content:flex-start;}
.justify-content-end{-ms-flex-pack:end;-webkit-box-pack:end;justify-content:flex-end;}
.justify-content-center{-ms-flex-pack:center;-webkit-box-pack:center;justify-content:center;}
.justify-content-between{-ms-flex-pack:justify;-webkit-box-pack:justify;justify-content:space-between;}
.align-items-start{-ms-flex-align:start;-webkit-box-align:start;align-items:flex-start;}
.align-items-end{-ms-flex-align:end;-webkit-box-align:end;align-items:flex-end;}
.align-items-center{-ms-flex-align:center;-webkit-box-align:center;align-items:center;}
.align-items-baseline{-ms-flex-align:baseline;-webkit-box-align:baseline;align-items:baseline;}
.align-items-stretch{-ms-flex-align:stretch;-webkit-box-align:stretch;align-items:stretch;}
.align-content-start{-ms-flex-line-pack:start;align-content:flex-start;}
.align-content-end{-ms-flex-line-pack:end;align-content:flex-end;}
.align-content-center{-ms-flex-line-pack:center;align-content:center;}
.align-content-between{-ms-flex-line-pack:justify;align-content:space-between;}
.align-content-stretch{-ms-flex-line-pack:stretch;align-content:stretch;}
.order-1{-ms-flex-order:1;-webkit-box-ordinal-group:2;order:1;}
.order-2{-ms-flex-order:2;-webkit-box-ordinal-group:3;order:2;}
.order-3{-ms-flex-order:3;-webkit-box-ordinal-group:4;order:3;}
.order-4{-ms-flex-order:4;-webkit-box-ordinal-group:5;order:4;}
@media only screen and (min-width: 720px) {
.flex-md-row{-ms-flex-direction:row;-webkit-box-orient:horizontal;-webkit-box-direction:normal;flex-direction:row;}
.flex-md-column{-ms-flex-direction:column;-webkit-box-orient:vertical;-webkit-box-direction:normal;flex-direction:column;}
.flex-md-row-reverse{-ms-flex-direction:row-reverse;-webkit-box-orient:horizontal;-webkit-box-direction:reverse;flex-direction:row-reverse;}
.flex-md-column-reverse{-ms-flex-direction:column-reverse;-webkit-box-orient:vertical;-webkit-box-direction:reverse;flex-direction:column-reverse;}
.flex-md-wrap{-ms-flex-wrap:wrap;flex-wrap:wrap;}
.flex-md-nowrap{-ms-flex-wrap:nowrap;flex-wrap:nowrap;}
.flex-md-wrap-reverse{-ms-flex-wrap:wrap-reverse;flex-wrap:wrap-reverse;}
.justify-content-md-start{-ms-flex-pack:start;-webkit-box-pack:start;justify-content:flex-start;}
.justify-content-md-end{-ms-flex-pack:end;-webkit-box-pack:end;justify-content:flex-end;}
.justify-content-md-center{-ms-flex-pack:center;-webkit-box-pack:center;justify-content:center;}
.justify-content-md-between{-ms-flex-pack:justify;-webkit-box-pack:justify;justify-content:space-between;}
.align-items-md-start{-ms-flex-align:start;-webkit-box-align:start;align-items:flex-start;}
.align-items-md-end{-ms-flex-align:end;-webkit-box-align:end;align-items:flex-end;}
.align-items-md-center{-ms-flex-align:center;-webkit-box-align:center;align-items:center;}
.align-items-md-baseline{-ms-flex-align:baseline;-webkit-box-align:baseline;align-items:baseline;}
.align-items-md-stretch{-ms-flex-align:stretch;-webkit-box-align:stretch;align-items:stretch;}
.align-content-md-start{-ms-flex-line-pack:start;align-content:flex-start;}
.align-content-md-end{-ms-flex-line-pack:end;align-content:flex-end;}
.align-content-md-center{-ms-flex-line-pack:center;align-content:center;}
.align-content-md-between{-ms-flex-line-pack:justify;align-content:space-between;}
.align-content-md-stretch{-ms-flex-line-pack:stretch;align-content:stretch;}
.order-md-1{-ms-flex-order:1;-webkit-box-ordinal-group:2;order:1;}
.order-md-2{-ms-flex-order:2;-webkit-box-ordinal-group:3;order:2;}
.order-md-3{-ms-flex-order:3;-webkit-box-ordinal-group:4;order:3;}
.order-md-4{-ms-flex-order:4;-webkit-box-ordinal-group:5;order:4;}
}
@media only screen and (min-width: 1024px) {
.flex-lg-row{-ms-flex-direction:row;-webkit-box-orient:horizontal;-webkit-box-direction:normal;flex-direction:row;}
.flex-lg-column{-ms-flex-direction:column;-webkit-box-orient:vertical;-webkit-box-direction:normal;flex-direction:column;}
.flex-lg-row-reverse{-ms-flex-direction:row-reverse;-webkit-box-orient:horizontal;-webkit-box-direction:reverse;flex-direction:row-reverse;}
.flex-lg-column-reverse{-ms-flex-direction:column-reverse;-webkit-box-orient:vertical;-webkit-box-direction:reverse;flex-direction:column-reverse;}
.flex-lg-wrap{-ms-flex-wrap:wrap;flex-wrap:wrap;}
.flex-lg-nowrap{-ms-flex-wrap:nowrap;flex-wrap:nowrap;}
.flex-lg-wrap-reverse{-ms-flex-wrap:wrap-reverse;flex-wrap:wrap-reverse;}
.justify-content-lg-start{-ms-flex-pack:start;-webkit-box-pack:start;justify-content:flex-start;}
.justify-content-lg-end{-ms-flex-pack:end;-webkit-box-pack:end;justify-content:flex-end;}
.justify-content-lg-center{-ms-flex-pack:center;-webkit-box-pack:center;justify-content:center;}
.justify-content-lg-between{-ms-flex-pack:justify;-webkit-box-pack:justify;justify-content:space-between;}
.align-items-lg-start{-ms-flex-align:start;-webkit-box-align:start;align-items:flex-start;}
.align-items-lg-end{-ms-flex-align:end;-webkit-box-align:end;align-items:flex-end;}
.align-items-lg-center{-ms-flex-align:center;-webkit-box-align:center;align-items:center;}
.align-items-lg-baseline{-ms-flex-align:baseline;-webkit-box-align:baseline;align-items:baseline;}
.align-items-lg-stretch{-ms-flex-align:stretch;-webkit-box-align:stretch;align-items:stretch;}
.align-content-lg-start{-ms-flex-line-pack:start;align-content:flex-start;}
.align-content-lg-end{-ms-flex-line-pack:end;align-content:flex-end;}
.align-content-lg-center{-ms-flex-line-pack:center;align-content:center;}
.align-content-lg-between{-ms-flex-line-pack:justify;align-content:space-between;}
.align-content-lg-stretch{-ms-flex-line-pack:stretch;align-content:stretch;}
.order-lg-1{-ms-flex-order:1;-webkit-box-ordinal-group:2;order:1;}
.order-lg-2{-ms-flex-order:2;-webkit-box-ordinal-group:3;order:2;}
.order-lg-3{-ms-flex-order:3;-webkit-box-ordinal-group:4;order:3;}
.order-lg-4{-ms-flex-order:4;-webkit-box-ordinal-group:5;order:4;}
} .text-justify{text-align:justify !important;}
.text-left{text-align:left !important;}
.text-right{text-align:right !important;}
.text-center{text-align:center !important;}
.columns{--w-100:100%;--w-50:50%;--w-33:33.333333%;--w-25:25%;--w-20:20%;--w-16:16.666666%;--v1:0 0 var(--w-100);--v2:0 0 var(--w-50);--v3:0 0 var(--w-33);--v4:0 0 var(--w-25);--v5:0 0 var(--w-20);--v6:0 0 var(--w-16);display:-ms-flexbox;display:-webkit-box;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;margin-right:-15px;margin-left:-15px;}
.columns > .column{-webkit-box-flex:1;-ms-flex-positive:1;flex-grow:1;position:relative;width:100%;padding-right:15px;padding-left:15px;}
.columns[data-columns="1"] > .column{-ms-flex:var(--v1);-webkit-box-flex:var(--v1);flex:var(--v1);max-width:var(--w-100);}
.columns[data-columns="2"] > .column{-ms-flex:var(--v2);-webkit-box-flex:var(--v2);flex:var(--v2);max-width:var(--w-50);}
.columns[data-columns="3"] > .column{-ms-flex:var(--v3);-webkit-box-flex:var(--v3);flex:var(--v3);max-width:var(--w-33);}
.columns[data-columns="4"] > .column{-ms-flex:var(--v4);-webkit-box-flex:var(--v4);flex:var(--v4);max-width:var(--w-25);}
.columns[data-columns="5"] > .column{-ms-flex:var(--v5);-webkit-box-flex:var(--v5);flex:var(--v5);max-width:var(--w-20);}
.columns[data-columns="6"] > .column{-ms-flex:var(--v6);-webkit-box-flex:var(--v6);flex:var(--v6);max-width:var(--w-16);}
@media only screen and (min-width: 720px) {
.columns[data-columns-md="1"] > .column{-ms-flex:var(--v1);-webkit-box-flex:var(--v1);flex:var(--v1);max-width:var(--w-100);}
.columns[data-columns-md="2"] > .column{-ms-flex:var(--v2);-webkit-box-flex:var(--v2);flex:var(--v2);max-width:var(--w-50);}
.columns[data-columns-md="3"] > .column{-ms-flex:var(--v3);-webkit-box-flex:var(--v3);flex:var(--v3);max-width:var(--w-33);}
.columns[data-columns-md="4"] > .column{-ms-flex:var(--v4);-webkit-box-flex:var(--v4);flex:var(--v4);max-width:var(--w-25);}
.columns[data-columns-md="5"] > .column{-ms-flex:var(--v5);-webkit-box-flex:var(--v5);flex:var(--v5);max-width:var(--w-20);}
.columns[data-columns-md="6"] > .column{-ms-flex:var(--v6);-webkit-box-flex:var(--v6);flex:var(--v6);max-width:var(--w-16);}
}
@media only screen and (min-width: 1024px) {
.columns[data-columns-lg="1"] > .column{-ms-flex:var(--v1);-webkit-box-flex:var(--v1);flex:var(--v1);max-width:var(--w-100);}
.columns[data-columns-lg="2"] > .column{-ms-flex:var(--v2);-webkit-box-flex:var(--v2);flex:var(--v2);max-width:var(--w-50);}
.columns[data-columns-lg="3"] > .column{-ms-flex:var(--v3);-webkit-box-flex:var(--v3);flex:var(--v3);max-width:var(--w-33);}
.columns[data-columns-lg="4"] > .column{-ms-flex:var(--v4);-webkit-box-flex:var(--v4);flex:var(--v4);max-width:var(--w-25);}
.columns[data-columns-lg="5"] > .column{-ms-flex:var(--v5);-webkit-box-flex:var(--v5);flex:var(--v5);max-width:var(--w-20);}
.columns[data-columns-lg="6"] > .column{-ms-flex:var(--v6);-webkit-box-flex:var(--v6);flex:var(--v6);max-width:var(--w-16);}
} .site-footer .footer-sidebar-wrap{width:100%;}
ul.header-social-wrap li,
ul.footer-social-wrap li{margin:0;}
.properties-search-wrap .properties-search-fields{width:100%;}
.properties-search-wrap .properties-search-fields >*,
.properties-search-wrap form{margin:0;height:45px;}
.site-content section.featured-slider {
padding: 0;
}