.zci-taxonomy-list.zci-grid {
display: grid;
grid-gap: 20px;
grid-template-columns: repeat(var(--zci-columns, 3), 1fr);
list-style: none; padding: 0;
margin: 0;
}
.zci-taxonomy-list.zci-grid .zci-item {
text-align: center;
list-style: none; margin: 0;
}
.zci-taxonomy-list.zci-grid .zci-image {
display: block;
margin-bottom: 10px;
overflow: hidden; border-radius: 8px; }
.zci-taxonomy-list.zci-grid .zci-image img {
max-width: 100%;
height: auto;
display: block;
margin: 0 auto;
transition: transform 0.3s ease; }
.zci-taxonomy-list.zci-grid .zci-image img:hover {
transform: scale(1.05); } .zci-taxonomy-list.zci-inline {
display: flex;
flex-wrap: wrap;
gap: 15px;
list-style: none;
padding: 0;
margin: 0;
}
.zci-taxonomy-list.zci-inline .zci-item {
display: flex;
align-items: center;
gap: 5px;
margin: 0;
} .zci-taxonomy-list.zci-list {
list-style: none;
padding: 0;
margin: 0;
}
.zci-taxonomy-list.zci-list .zci-item {
display: flex;
align-items: center;
margin-bottom: 10px;
gap: 10px;
} .zci-term-name {
display: block;
font-weight: bold;
margin-top: 5px;
color: inherit;
text-decoration: none;
}
.zci-link {
text-decoration: none;
color: inherit;
display: block;
}
.zci-term-count {
display: inline-block;
background: #f0f0f1;
border-radius: 10px;
padding: 2px 8px;
font-size: 0.8em;
margin-left: 5px;
vertical-align: middle;
}.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;
}.tml{font-size:1em}.tml *{box-sizing:border-box}.tml .tml-field-wrap{margin-bottom:1em}.tml .tml-label{display:block;margin:.5em 0}.tml .tml-checkbox+.tml-label{display:inline}.tml .tml-field{width:100%}.tml .tml-description{display:block;font-size:.85em;font-style:italic;margin:.5em 0}.tml .tml-errors,.tml .tml-messages{list-style:none;margin:0;padding:0}.tml .tml-action-confirmaction .success,.tml .tml-error,.tml .tml-message,.tml .tml-success{border-left:4px solid #00a0d2;box-shadow:1px 1px 2px 1px rgba(0,0,0,.1);display:block;margin:0 0 1em;padding:.75em}.tml .tml-error{border-left-color:#dc3232}.tml .tml-action-confirmaction .success,.tml .tml-success{border-left-color:#46b450}#pass-strength-result{background-color:#eee;border:1px solid #ddd;color:#23282d;font-weight:700;opacity:0;margin-bottom:1em;padding:.5em}#pass-strength-result.strong{background-color:#c1e1b9;border-color:#83c373;opacity:1}#pass-strength-result.good{background-color:#ffe399;border-color:#ffc733;opacity:1}#pass-strength-result.bad{background-color:#fbc5a9;border-color:#f78b53;opacity:1}#pass-strength-result.short{background-color:#f1adad;border-color:#e35b5b;opacity:1}article,aside,details,figcaption,figure,footer,header,hgroup,nav,section{display:block}audio,canvas,video{display:inline-block}.bypostauthor,.gallery-caption,.sticky{background:0 0}[hidden],audio:not([controls]){display:none}html{font-size:100%;-webkit-text-size-adjust:100%;-ms-text-size-adjust:100%}button,html,input,select,textarea{font-family:sans-serif;color:#222}body{margin:0;}a:focus{outline:dotted thin}a:active,a:hover{outline:0}abbr[title]{border-bottom:1px dotted}b,strong{font-weight:700}blockquote{margin:1em 40px}dfn{font-style:italic}hr{display:block;height:1px;border:0;border-top:1px solid #ccc;margin:1em 0;padding:0}ins{background:#ff9;color:#000;text-decoration:none}mark{background:#ff0;color:#000;font-style:italic;font-weight:700}code,kbd,pre,samp{font-family:monospace,serif;font-size:1em}pre{white-space:pre;white-space:pre-wrap;word-wrap:break-word}q{quotes:none}q:after,q:before{content:"";content:none}small{font-size:85%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}sup{top:-.5em}sub{bottom:-.25em}ol,ul{margin:1em 0;padding:0 0 0 40px}dd{margin:0 0 0 40px}nav ol,nav ul{list-style:none;margin:0;padding:0}img{border:0;-ms-interpolation-mode:bicubic;vertical-align:middle}svg:not(:root){overflow:hidden}figure,form{margin:0}fieldset{border:0;margin:0;padding:0}label{cursor:pointer}legend{border:0;padding:0;white-space:normal}button,input,select,textarea{font-size:100%;margin:0;vertical-align:baseline}button,input{line-height:normal}button,input[type=button],input[type=reset],input[type=submit]{cursor:pointer;-webkit-appearance:button}button[disabled],input[disabled]{cursor:default}input[type=checkbox],input[type=radio]{box-sizing:border-box;padding:0}input[type=search]{-webkit-appearance:textfield;-moz-box-sizing:content-box;-webkit-box-sizing:content-box;box-sizing:content-box}input[type=search]::-webkit-search-cancel-button,input[type=search]::-webkit-search-decoration{-webkit-appearance:none}button::-moz-focus-inner,input::-moz-focus-inner{border:0;padding:0}textarea{overflow:auto;vertical-align:top;resize:vertical}input:invalid,textarea:invalid{background-color:#f0dddd}table{border-collapse:collapse;border-spacing:0}td{vertical-align:top}.chromeframe{margin:.2em 0;background:#ccc;color:#000;padding:.2em 0}.ir{display:block;border:0;text-indent:-999em;overflow:hidden;background-color:transparent;background-repeat:no-repeat;text-align:left;direction:ltr}.ir br{display:none}.hidden{display:none!important;visibility:hidden}.visuallyhidden{border:0;clip:rect(0 0 0 0);height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute;width:1px}.visuallyhidden.focusable:active,.visuallyhidden.focusable:focus{clip:auto;height:auto;margin:0;overflow:visible;position:static;width:auto}.invisible{visibility:hidden}.clearfix-pro:after,.clearfix-pro:before{content:"";display:table}.clearfix-pro:after{clear:both}.lt-ie8 .clearfix-pro{visibility:hidden;width:0;height:0;clear:both} @font-face{font-family:'FontAwesome';src:url(//buildingsforsaletoronto.com/wp-content/themes/avlar-progression/inc/font-awesome/fonts/fontawesome-webfont.eot?v=4.6.3);src:url(//buildingsforsaletoronto.com/wp-content/themes/avlar-progression/inc/font-awesome/fonts/fontawesome-webfont.eot?#iefix&v=4.6.3) format('embedded-opentype'),url(//buildingsforsaletoronto.com/wp-content/themes/avlar-progression/inc/font-awesome/fonts/fontawesome-webfont.woff2?v=4.6.3) format('woff2'),url(//buildingsforsaletoronto.com/wp-content/themes/avlar-progression/inc/font-awesome/fonts/fontawesome-webfont.woff?v=4.6.3) format('woff'),url(//buildingsforsaletoronto.com/wp-content/themes/avlar-progression/inc/font-awesome/fonts/fontawesome-webfont.ttf?v=4.6.3) format('truetype'),url(//buildingsforsaletoronto.com/wp-content/themes/avlar-progression/inc/font-awesome/fonts/fontawesome-webfont.svg?v=4.6.3#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:.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:.14285714em;text-align:center}.fa-li.fa-lg{left:-1.85714286em}.fa-border{padding:.2em .25em .15em;border:solid .08em #eee;border-radius:.1em}.fa-pull-left{float:left}.fa-pull-right{float:right}.fa.fa-pull-left{margin-right:.3em}.fa.fa-pull-right{margin-left:.3em}.pull-right{float:right}.pull-left{float:left}.fa.pull-left{margin-right:.3em}.fa.pull-right{margin-left:.3em}.fa-spin{-webkit-animation:fa-spin 2s infinite linear;animation:fa-spin 2s infinite linear}.fa-pulse{-webkit-animation:fa-spin 1s infinite steps(8);animation:fa-spin 1s infinite steps(8)}@-webkit-keyframes fa-spin{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}100%{-webkit-transform:rotate(359deg);transform:rotate(359deg)}}@keyframes fa-spin{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}100%{-webkit-transform:rotate(359deg);transform:rotate(359deg)}}.fa-rotate-90{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";-webkit-transform:rotate(90deg);-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:#fff}.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-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"}.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}  body {
max-width:100%; 
width:100%;
}
img {
max-width:100%; 
height: auto; 
}
body iframe {
border:none; 
}
.pp_gallery {
display:none !important;
}
body a img, body a {
outline:none !important; 
text-decoration:none;
}
p {
padding-top:0px; 
margin:0px;
}
p, ul, ol {
margin-bottom: 25px;
}
ul, ol {
margin-left:8px; 
padding-left:16px;
}
img {
max-width: 100%;
height: auto;  
width:auto;
}
video, audio {
max-width:100%;
}
.alignnone, .alignleft, .alignright, .aligncenter {
max-width:100% !important;
}
.alignright {
float:right; 
margin:0 0 15px 25px;
}
.alignleft {
float:left; 
margin:0px 25px 15px 0px;
}
.aligncenter {
text-align:center;
margin:0px auto 20px auto;
display:block;
}
blockquote {
border-left:4px solid #23272c;
margin-left:0px;
padding-left:30px;
margin-left:30px;
}
table, th, td {
border: 1px solid #eaeaea;
border: 1px solid rgba(51, 51, 51, 0.1);
}
th { 
background:#f7f7f7;
}
table {
border-collapse: separate; 
border-spacing: 0;
border-width: 1px 0 0 1px;
margin: 0 0 2em;
max-width: 100%;
}
caption, th, td {
font-weight: normal;
text-align: left; 
}
th {
border-width: 0 1px 1px 0;
font-weight: 700;
}
td {
border-width: 0 1px 1px 0;
}
th, td {
padding: 1em;
}
figure {margin: 0;}
del { opacity: 0.8; }
pre, code {
display:block;
margin-top:5px;  
border:1px solid #e2e2e2;
padding:15px;
background:#f5f5f5;
overflow:auto;
word-wrap: break-word;
font-size:90%;
line-height:1.2;
margin-bottom:25px;
}
body .gallery-item {
margin-top:0px;
position:relative;
margin-bottom:25px;	
}
body .gallery-item img {
border:none !important;
}
body .gallery-icon {
margin-right:10px;
margin-left:10px;
}
body #content-pro .gallery-caption{
position:relative;
padding:10px 10px;
font-weight:600;
}
.noselect {
-webkit-touch-callout: none; -webkit-user-select: none;  -khtml-user-select: none;  -moz-user-select: none;  -ms-user-select: none; user-select: none;
}
.google-maps-pin h6 {
margin-bottom:2px;
}
.screen-reader-text {
display:none;
}
.wp-caption img {
margin-bottom:5px;
}
.wp-caption-text {
line-height:1.4;
font-size:13px;
font-weight:600;
}
p.wp-caption-text {
margin-bottom:10px;
} body, .progression-share-section-listing { 
background:#ffffff; 
line-height: 1.65; 
font-size:15px; 
color:#8b8b8b; 
font-family: 'Roboto', sans-serif; 
}
body input, body textarea {
font-family: 'Roboto', sans-serif; 
}
h1 strong, h2 strong, h3 strong, h4 strong, h5 strong, h6 strong { 
font-weight:700; 
}
h1, h2, h3, h4, h5, h6, h3#reply-title, #sidebar .CCM-WidgetTitle { 
color:#1e1e1e;
font-weight:500;  
margin:0px 0px 15px 0px;
padding:0px;
line-height:1.4; 
-ms-word-wrap: break-word; 
word-wrap: break-word; 
}
h1 { 
font-size:28px; 
line-height:1.2; 
font-weight:700;
}
h2 { 
font-size:24px; 
}
h3 { 
font-size:22px;
}
h4{
font-size:20px;
}
h5 {
font-size:18px;
}
h6, #sidebar .CCM-WidgetTitle { 
color:#1e1e1e; 
font-size:15px;
font-weight:400;
}
h1 a:hover, h2 a:hover, h3 a:hover, h4 a:hover, h5 a:hover, h6 a:hover {
opacity:1 !important;
} a, footer#site-footer a h4, button.favorite-button-pro, body .acf-form .acf-field .acf-input-wrap input, .acf-form-submit input.button, .tml-profile form input, .tml-profile form textarea, .tml-lostpassword input, .tml-lostpassword textarea, .tml-login input, .tml-login textarea, .tml-register input, .tml-register textarea, .page-nav-pro span, .post-password-form input, .page-nav-pro a span, button.simplefavorite-button, .wpfp-span,  #button-select-progression, .avlar-idx-content input, .dsidx-resp-search-box input, .CCM-Widget input,  .wpcf7 input, .wpcf7 textarea, #commentform input, #commentform textarea,  .advanced-searchform-property input,  .advanced-searchform-property textarea {
-webkit-transition-duration: 250ms; -webkit-transition-property: color, background-color, opacity, border; -webkit-transition-timing-function: ease-in-out;
-moz-transition-duration: 250ms; -moz-transition-property: color, background-color, opacity, border; -moz-transition-timing-function: ease-in-out;
-o-transition-duration: 250ms; -o-transition-property: color, background-color, opacity, border; -o-transition-timing-function: ease-in-out;
transition-duration: 250ms; transition-property: color, background-color, opacity, border; transition-timing-function: ease-in-out;
}
#pro-scroll-top, .selectric-items li, #carousel-property-overlay li img, .progression-share-section-listing span, .social-share-pro a i {
-webkit-transition-duration: 250ms; -webkit-transition-property: all; -webkit-transition-timing-function: ease-in-out;
-moz-transition-duration: 250ms; -moz-transition-property: all; -moz-transition-timing-function: ease-in-out;
-o-transition-duration: 250ms; -o-transition-property: all; -o-transition-timing-function: ease-in-out;
transition-duration: 250ms; transition-property: all; transition-timing-function: ease-in-out;
}
#sticky-header-pro  {
-webkit-transition-duration: 250ms; -webkit-transition-property: background; -webkit-transition-timing-function: ease-in-out;
-moz-transition-duration: 250ms; -moz-transition-property: background; -moz-transition-timing-function: ease-in-out;
-o-transition-duration: 250ms; -o-transition-property: background; -o-transition-timing-function: ease-in-out;
transition-duration: 250ms; transition-property: background; transition-timing-function: ease-in-out;
}
h1#logo-pro img, h1#logo-pro a, nav#site-navigation a, a.cart-icon-pro {
-webkit-transition-duration: 250ms; -webkit-transition-property: color, background; -webkit-transition-timing-function: ease-in-out;
-moz-transition-duration: 250ms; -moz-transition-property: color, background; -moz-transition-timing-function: ease-in-out;
-o-transition-duration: 250ms; -o-transition-property:color, background; -o-transition-timing-function: ease-in-out;
transition-duration: 250ms; transition-property: color, background; transition-timing-function: ease-in-out;
} body .page-nav-pro span.current {
background:none;
padding:0px;
line-height:1;
border:none;
}
body .comment-list li.pingback,
body .comment-list li.trackback {
padding-bottom:15px;
font-size:95%;
}
body .comment-list li.trackback .comment-body:before,
body .comment-list li.pingback .comment-body:before {
display:none;
}
body .comment-list li.trackback .comment-body,
body .comment-list li.pingback .comment-body {
margin-left:0px;
}
#respond input[type=checkbox] {
width:auto;
display:inline;
margin-right:7px;
}
#respond .comment-form-cookies-consent label {
display:inline;
}
.wpcf7 input[type=radio],
.wpcf7 input[type=checkbox] {
width:auto;
}
body .wp-caption  {
max-width:100% !important;
}
.wp-block-gallery li.blocks-gallery-item figure figcaption {
padding-left:0px;
padding-right:0px;
}  .width-container-pro { 
width:1200px; margin: 0 auto;
position:relative;
}
#content-pro {
padding-bottom:40px;
}
#main-container-pro {
float:left;
width:71%;
}
#sidebar {
float:right; 
width:26%; 
position:relative;
z-index:5;
}
.left-sidebar-pro #main-container-pro {
float:right;
}
.left-sidebar-pro #sidebar {
float:left;
} body.admin-bar .menu-resized-pro {
margin-top:32px;
}
#sticky-header-pro.menu-resized-pro {
background-color:#64c14f;
}
header#masthead-pro {
width:100%;
z-index:50;
position:relative;
background: #2f3034;
}
header#masthead-pro h1#logo-pro {
float:left;
z-index:55;
margin:0px;
padding:0px;
line-height:1;
font-size:5px;
border:none;
}
header#masthead-pro h1#logo-pro a {
display:block;
}
#navigation-background-pro {
background-color:#64c14f;
background-image:url(//buildingsforsaletoronto.com/wp-content/themes/avlar-progression/images/nav-bg.png);
background-position:top left;
background-repeat:repeat-all;
} header#masthead-pro .social-ico {
float:right;
}
.agent-single-meta-avlar .social-ico a {
color:#555555;
margin-top:0px; margin-bottom:2px;
background:rgba(0,0,0,  0.1);
}
footer#site-footer .social-ico a {
color:#ffffff;
}
.social-ico a {
line-height:1; display:inline-block; text-align:center;
-webkit-border-radius: 3px; -moz-border-radius: 3px; border-radius: 3px;
font-size:13px;
min-width:14px;
padding:6px;
margin:34px 2px;
color:#ffffff;
background:rgba(255,255,255,  0.1);
}
.social-ico a:hover { 
background:#ffffff; 
border-color:#ffffff;
color:#2f3034;
}
.agent-single-meta-avlar .social-ico a:hover, footer#site-footer  .social-ico a:hover  {
color:#ffffff;
}
.social-ico a.facebook-pro:hover{background:#3b5998;border-color:#3b5998;color:#ffffff}
.social-ico a.twitter-pro:hover{background:#00aced;border-color:#00aced;color:#ffffff}
.social-ico a.dribbble-pro:hover{background:#ea4c89;border-color:#ea4c89;color:#ffffff}
.social-ico a.linkedin-pro:hover{background:#007bb5;border-color:#007bb5;color:#ffffff}
.social-ico a.pinterest-pro:hover{background:#cb2027;border-color:#cb2027;color:#ffffff}
.social-ico a.google-pro:hover{background:#dd4b39;border-color:#dd4b39;color:#ffffff}
.social-ico a.instagram-pro:hover{background:#125688;border-color:#125688;color:#ffffff}
.social-ico a.tumblr-pro:hover{background:#32506d;border-color:#32506d;color:#ffffff}
.social-ico a.youtube-pro:hover{background:#bb0000;border-color:#bb0000;color:#ffffff}
.social-ico a.dropbox-pro:hover{background:#007ee5;border-color:#007ee5;color:#ffffff}
.social-ico a.flickr-pro:hover{background:#ff0084;border-color:#ff0084;color:#ffffff}
.social-ico a.vimeo-pro:hover{background:#aad450;border-color:#aad450;color:#ffffff}
.social-ico a.soundcloud-pro:hover{background:#fd5315;border-color:#fd5315;color:#ffffff}
.social-ico a.vine-pro:hover{background:#00bf8f;border-color:#00bf8f;color:#ffffff}
.social-ico a.wordpress-pro:hover{background:#21759b;border-color:#21759b;color:#ffffff}
.social-ico a.houzz-pro:hover{background:#7dc04a;border-color:#7dc04a;color:#ffffff}
.social-ico a.mail-pro:hover{background:#888;border-color:#888;color:#ffffff}
#page-title-pro {
padding:44px 0px 30px 0px;
}
#page-title-pro h1 {
font-weight:500;
text-transform:uppercase;
font-size:32px;
float:left;
}
#page-title-pro span {
padding-right:8px;
}
body.home #page-title-pro ul#breadcrumbs-pro {
display:none;
}
#page-title-pro ul#breadcrumbs-pro {
float:right;
list-style:none;
margin:8px 0px 0px 0px;
padding:0px;
font-weight:500;
font-size:13px;
color:#aaaaaa;
}
#page-title-pro ul#breadcrumbs-pro li {
float:left;
margin:0px;
padding:0px 12px 0px 0px;
position:relative;
}
#page-title-pro ul#breadcrumbs-pro li a {
float:left;
}
#page-title-pro ul#breadcrumbs-pro li:after {
content:'/';
opacity:0.6;
position:absolute;
right:11px;
}
#page-title-pro ul#breadcrumbs-pro li:first-child {
padding-right:28px;
}
#page-title-pro ul#breadcrumbs-pro li:last-child:after, #page-title-pro ul#breadcrumbs-pro li.home { 
display:none !important; 
}
#page-title-pro ul#breadcrumbs-pro  a, #page-title-pro ul#breadcrumbs-pro a:hover {
color:#5ac763;
}
#progression-search-homepage, #progression-slider-homepage {
margin-bottom:60px;
background:#000000;
position:relative;
}
#progression-search-homepage {
height:550px;
}
.progression-home-slide-bg {
height:550px;
width:100%;
overflow:hidden;
position:relative;
display:block;
background-repeat:no-repeat;
background-position: center center;
-webkit-background-size: cover; -moz-background-size: cover; -o-background-size: cover; background-size: cover;
}
.progression-slider-background {
display:block;
width:150%;
height:150%;
position:absolute;
z-index:20;
top:0px; background: -moz-linear-gradient(top, rgba(0,0,0,0) 0%, rgba(0,0,0,1) 100%); background: -webkit-linear-gradient(top, rgba(0,0,0,0) 0%,rgba(0,0,0,1) 100%); background: linear-gradient(to bottom, rgba(0,0,0,0) 0%,rgba(0,0,0,1) 100%); filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#000000',GradientType=0 ); }
#progression-slider-homepage .width-container-pro {
z-index:50; height:100%;
}
ul.slider-meta-index-pro {
list-style:none; margin:0px; padding:0px; position:absolute;z-index:55px; right:0px;
bottom:13%; 
color:#ffffff;
font-size:19px;
}
ul.slider-meta-index-pro:before { 
content:''; display:block; position:relative;
height:2px;
width:100px;
top:-10px;
background:rgba(255,255,255,  0.55);
}
ul.slider-meta-index-pro li { 
float:left; margin:0px; padding:0px;
}
ul.slider-meta-index-pro li span {
display:inline-block;
margin-right:12px;
}
ul.slider-meta-index-pro li span:after {
content:'';
display:inline-block;
height:15px;
width:2px;
margin-left:12px;
background:rgba(255,255,255,  0.9);
}
ul.slider-meta-index-pro li:last-child span { 
margin-right:0px;
}
ul.slider-meta-index-pro li:last-child span:after {
display:none;
} 
.progression-homepage-slider-caption {
display:block;
position:absolute;
z-index:40;
bottom:13%;
width:55%;
}
.progression-homepage-slider-caption h2.slider-title-progression {
color:#ffffff;
font-size:35px;
line-height:1.2;
text-shadow:2px 2px 2px rgba(0,0,0, 0.3);
}
.progression-homepage-slider-caption .progression-slidercontent {
opacity:0.75;
text-shadow:2px 2px 2px rgba(0,0,0, 0.3);
line-height:1.3;
color:#ffffff;
font-size:22px;
}
.progression-homepage-slider-caption .price-index-pro {
display:inline-block;
line-height:1;
padding:10px 16px; 
background:#ffffff;
color:#525252;
font-weight:500;
font-size:18px;
letter-spacing:0.5px;
margin-bottom:8px;
margin-right:8px;
}
.progression-homepage-slider-caption .overlay-status-pro {
text-transform:uppercase;
display:inline-block;
line-height:1;
background:#ffffff;
color:#ffffff;
font-weight:500;
padding:8px 12px; 
font-size:10px;
letter-spacing:0.5px;
position:relative;
top:-10px;
}
.progression-home-search-bg {
width:100%;height:100%; display:block;
overflow:hidden;
background-position: center center;
background-repeat:no-repeat;
-webkit-background-size: cover; -moz-background-size: cover; -o-background-size: cover; background-size: cover;
opacity:0.45;
}
#progression-search-caption-home {
position:absolute;
z-index:25;
width:100%;
height:170px;
top:50%;
margin-top:-87px;
}
#progression-home-search-title {
text-align:center;
color:#ffffff;
font-weight:300;
font-size:58px;
text-shadow:2px 2px 2px rgba(0,0,0, 0.3);
line-height:1.1;
margin-bottom:40px;
}
#progression-home-search-title strong {
font-weight:400;
}
.progression-search-home-container {
margin:0 auto;
width:90%;
max-width:980px;
text-align:center;
font-size:16px;
-webkit-border-radius: 4px;
-moz-border-radius: 4px;
border-radius: 4px;
}
form.home-advanced-searchform-property {
-webkit-border-radius: 4px; -moz-border-radius: 4px; border-radius: 4px;
background:#ffffff;
margin:0px;
padding:0px;
border:none;
line-height:1;
display:inline-block;
position:relative;
}
form.home-advanced-searchform-property .home-search-price-progression.home-search-price-to {
padding-right:10px;
}
form.home-advanced-searchform-property .home-search-price-progression {
display:inline-block;
position:relative;
}
form.home-advanced-searchform-property .home-search-price-progression .to-progression {
display:block;
position:absolute;
top:50%;
margin-top:-5px;
right:-9px;
z-index:5;
font-weight:500;
line-height:1;
font-size:10px;
}
.home-advanced-searchform-property .home-keyword-search-progression {
display:inline-block;
}
.home-advanced-searchform-property .home-keyword-search-progression input { 
border:none; 
width:410px;
padding:18px 22px;
background:none;
}
.home-advanced-searchform-property .home-keyword-search-progression input:focus { outline:none; }
.home-advanced-searchform-property .home-keyword-search-progression ::-webkit-input-placeholder { opacity:1; color:#999999; }
.home-advanced-searchform-property .home-keyword-search-progression ::-moz-placeholder { opacity:1; color:#999999; } 
.home-advanced-searchform-property .home-keyword-search-progression :-ms-input-placeholder { opacity:1; color:#999999; }
.home-advanced-searchform-property .home-submit-search-pro {
display:inline-block;
border:none;
background:none;
margin:0px;
padding:18px 0px;
position:relative;
z-index:5;
width:70px;
overflow:hidden;
opacity:0;
}
.home-search-submit-progression {
display:block;
color:#ffffff;
position:absolute;
top:0px;
right:-1px;
-webkit-border-top-right-radius: 4px;
-webkit-border-bottom-right-radius: 4px;
-moz-border-radius-topright: 4px;
-moz-border-radius-bottomright: 4px;
border-top-right-radius: 4px;
border-bottom-right-radius: 4px;
background:#5ac763;
padding:21px 34px;
font-size:16px;
line-height:1;
}
.home-search-submit-progression:after {
font-weight:normal; font-style:normal; font-family: FontAwesome;
content:"\f002";
font-size:17px;
position:absolute;
top:20px;
right:26px;
}
.home-search-property-status-progression {
margin:0px;
padding:0px;
float:left;
}
.progression-hide-files.home-search-property-status-progression {
opacity:0;
width:0px;
}
.progression-search-home-container .idx-home-page-search-form .dsidx-quick-resp-min-baths-area,
.progression-search-home-container .idx-home-page-search-form .dsidx-resp-type-area,
.progression-search-home-container .idx-home-page-search-form .dsidx-resp-price-area-max,
.progression-search-home-container .idx-home-page-search-form .dsidx-resp-price-area-min {
display:none !important;
}
.progression-search-home-container .idx-home-page-search-form {
-webkit-border-radius: 4px; -moz-border-radius: 4px; border-radius: 4px;
background:#ffffff;
margin:0px;
padding:0px;
border:none;
line-height:1;
height:51px;
display:inline-block;
position:relative;
}
.progression-search-home-container .idx-home-page-search-form  input {
width:auto;
}
body #progression-search-caption-home .progression-search-home-container .idx-home-page-search-form  input#dsidx-resp-location {
width:500px !important;
}
body .progression-search-home-container .idx-home-page-search-form  label {
display:none !important;
}
.progression-search-home-container .dsidx-resp-search-box {
margin:0px;
padding:0px;
}
.progression-search-home-container .idx-home-page-search-form p {
margin:0px;
}
#progression-search-caption-home .progression-search-home-container .dsidx-resp-location-area,
#progression-search-caption-home  .progression-search-home-container  .dsidx-resp-area-submit {
display:inline;
}
.progression-search-home-container .idx-home-page-search-form input.dsidx-resp-submit {
float:right;
position:absolute;
right:0px;
-webkit-border-top-left-radius: 0px;
-webkit-border-left-right-radius: 0px;
-moz-border-radius-topleft: 0px;
-moz-border-radius-bottomleft: 0px;
border-top-left-radius: 0px;
border-bottom-left-radius: 0px;
-webkit-border-top-right-radius: 4px;
-webkit-border-bottom-right-radius: 4px;
-moz-border-radius-topright: 4px;
-moz-border-radius-bottomright: 4px;
border-top-right-radius: 4px;
border-bottom-right-radius: 4px;
background:#5ac763;
color:#ffffff;
border-color:#5ac763;
} .grid2column-progression, .grid3column-progression, .grid3columnbig-progression, .grid4column-progression, .grid4columnbig-progression, .grid5column-progression, .grid6column-progression {
float:left; 
margin-right:2%; 
min-height:2px;
}
.grid2column-progression { 
width: 49%;
}
.grid3column-progression {
width: 32%; 
}
.grid4column-progression {
width: 23.5%;
}
.grid5column-progression {
width:18.4%;
}
.grid6column-progression {
width:15%;
}
body .lastcolumn-progression {
margin-right:0% !important;
}
#widget-area-qube .widget {
padding-top:50px;
float:left;
margin-right:4%;
padding-right:2%;
padding-bottom:60px;
}
.footer-1-pro .widget  { 
width:100%; 
margin-right:0%; 
margin-left:0%; 
}
.footer-2-pro .widget  { 
width:46%;
}
.footer-3-pro .widget  {
width:28.5%;
}
.footer-4-pro .widget  {
width:20%;
}
.footer-5-pro .widget  {
width:14.5%;
}
#widget-area-qube .footer-5-pro .widget:nth-child(5),
#widget-area-qube .footer-2-pro .widget:nth-child(2),
#widget-area-qube .footer-3-pro .widget:nth-child(3),
#widget-area-qube .footer-4-pro .widget:nth-child(4) {
margin-right:0%;
} footer#site-footer {
font-size:15px;
color:#a9abad;
position:relative;
}
footer#site-footer a { 
color:#5ac763;
}
footer#site-footer a:hover {
color:#ffffff;
}
footer#site-footer .widget ul.agent-widget-avlar h4 {
margin:0px ;
font-weight:400;
}
footer#site-footer .widget ul.agent-widget-avlar img {
margin-bottom:15px;
}
footer#site-footer ul li {
margin-bottom:3px;
}
footer#site-footer:before { 
content:''; 
display:block;
position:absolute;
top:0px;
left:0px;
height:100%;
width:50%;
}
footer#site-footer, footer#site-footer .width-container-pro {
background:#2d2e30;
}
footer#site-footer:before {
background:#272829;
}
#widget-area-qube .widget:nth-child(1) {
background:#272829;
height:100%;
}
footer#site-footer h4.widget-title {
font-size:20px;
color:#ffffff;
letter-spacing:1px;
margin-top:15px;
margin-bottom:25px;
text-transform:uppercase;
}
#widget-copyright-pro, #copyright-pro .width-container-pro {
opacity:0.7;
}
#widget-copyright-pro, #copyright-pro {
font-size:14px;
padding:30px 0px;
background:#272829;
}
body #widget-copyright-pro {
padding:0px;
margin-bottom:-10px;
background:none;
}
#widget-copyright-pro:before {
content:'';
display:block;
width:100px;
max-width:100%;
height:2px;
margin-bottom:20px;
margin-top:20px;
background:rgba(255,255,255,  0.1);
}
footer#site-footer .social-summary-pro {
margin-bottom:20px;
}
footer#site-footer .phone-mail-icon-pro {
margin-bottom:5px;
font-size:14px;
}
footer#site-footer .phone-mail-icon-pro i {
margin-right:5px;
font-size:110%;
width:16px;
}
footer#site-footer  ul.social-ico {
margin:35px 0px 0px 0px;
padding:0px;
list-style:none;
}
footer#site-footer  ul.social-ico li {
float:left; 
margin:0px; 
padding:0px;
}
footer#site-footer  .social-ico a {
font-size:14px;
min-width:15px;
padding:8px;
margin:0px 8px 8px 0px; 
} #pro-scroll-top {
display: block; position: fixed; overflow: hidden; text-indent: 100%; white-space: nowrap; visibility: hidden; opacity: 0; 
z-index:100;
height:28px;
width: 40px;
padding:0px;
margin:0px;
bottom:0px; right: 45px;
-webkit-border-top-left-radius: 3px;
-webkit-border-top-right-radius: 3px;
-moz-border-radius-topleft: 3px;
-moz-border-radius-topright: 3px;
border-top-left-radius: 3px;
border-top-right-radius: 3px;
color:#ffffff;
background:rgba(0,0,0,  0.3);	
border-top:1px solid rgba(255,255,255,  0.18);
border-right:1px solid rgba(255,255,255,  0.18);
border-left:1px solid rgba(255,255,255,  0.18);
}
#pro-scroll-top:before {
content:"\f105"; display:block;
font-weight:normal;
font-family:FontAwesome;
font-size:inherit;text-rendering:auto;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;transform:translate(0, 0);
position:absolute;
z-index:101;
font-size:18px;
top:23px;
left:5px;
height:30px;
width: 40px;
line-height:1;
vertical-align:center;
text-align:center;
-ms-transform: rotate(-90deg); -webkit-transform: rotate(-90deg); transform: rotate(-90deg);
}
#pro-scroll-top.cd-is-visible {
visibility: visible;
opacity: 1;
}
#pro-scroll-top:hover { 
height:32px;
opacity: 1;
color:#ffffff;
background:#135c9c;
border-color:#135c9c;
}
.avlar-make-appointment {
background:#2fbcd6;
padding:50px 0px;
line-height:1.1;
}
.avlar-appointment-text {
font-size:28px;
color:#ffffff;
padding:7px 0px;
}
.avlar-appointment-text a:hover, .avlar-appointment-text a {
color:#ffffff;
text-decoration:underline;
}
.avlar-appointment-text span.avlar-appointment-span {
font-size:22px;
position:relative;
top:-2px;
padding-left:15px;
opacity:0.8;
}
a.agent_single_message_avlar,
.avlar-make-appointment a.avlar-appointment-button {
display:inline-block; line-height:1; margin-left:10px;
-webkit-border-radius: 4px; -moz-border-radius: 4px; border-radius: 4px;
float:right;
padding:16px 24px;
font-size:14px;
color:#ffffff;
background:#2d2e30;
} .property-container-pro  {
margin-bottom:40px;
position:relative;
}
.property-index-image {
margin-bottom:15px;
position:relative;
}
.property-index-image img {
width:100%;
-webkit-border-radius: 5px;
-moz-border-radius: 5px;
border-radius: 5px;
}
h2.property-title-pro {
font-size:18px;
font-weight:500;
margin-bottom:6px;
}
h4.property-address-pro a:hover,
h4.property-address-pro a,
h4.property-address-pro {
font-weight:400;
color:#a2a2a2;
font-size:14px;
}
ul.property-meta-index-pro {
margin:0px;
padding:0px;
list-style:none;
font-size:13px;
color:#525252;
}
ul.property-meta-index-pro li {
margin:0px 10px 8px 0px;
padding:0px 10px 0px 0px;
float:left;
line-height:1;
border-right:1px solid rgba(0,0,0,  0.15); 
}
ul.property-meta-index-pro li:last-child {
border:none;
}
ul.property-meta-index-pro li span {
display:inline-block;
padding-right:4px;
}
ul.property-meta-index-pro li.meta-size span {
padding-right:1px;
}
.widget .pro-overlay-price {
position:static;
}
.pro-overlay-price {
position:absolute;
bottom:12%;
}
.pro-overlay-price .overlay-status-pro {
display:inline-block;
line-height:1;
padding:10px 15px; 
text-transform:uppercase;
font-size:12px;
font-weight:500;
color:#ffffff;
}
.overlay-status-pro.recent-pro {
background:#5ac763;
}
.overlay-status-pro.reduced-pro {
background:#d48239;
}
.overlay-status-pro.open-house-pro {
background:#39a3d4;
}
.overlay-status-pro.sold-pro {
background:#d4394c;
}
.overlay-status-pro.auction-pro{
background:#d47739;
}
.pro-overlay-price .open-house-info-pro,
.pro-overlay-price .price-index-pro {
display:inline-block;
line-height:1;
padding:10px 16px; 
background:#ffffff;
color:#525252;
font-weight:500;
font-size:15px;
letter-spacing:0.5px;
}
.property-container-pro.overlay-layout-pro .pro-overlay-price {
bottom:auto;
top:6%;
left:6%;
}
.property-container-pro.overlay-layout-pro h2.property-title-pro a,
.property-container-pro.overlay-layout-pro h2.property-title-pro {
color:#ffffff;
font-size:28px;
text-shadow:2px 2px 2px rgba(0,0,0, 0.3);
}
.property-container-pro.overlay-layout-pro h4.property-address-pro a:hover,
.property-container-pro.overlay-layout-pro h4.property-address-pro a,
.property-container-pro.overlay-layout-pro h4.property-address-pro {
color:#ffffff;
font-size:16px;
text-shadow:2px 2px 2px rgba(0,0,0, 0.3);
opacity:0.9;
margin-bottom:25px;
}
.property-container-pro.overlay-layout-pro .overlay-color-progression {
position:absolute;
width:100%;
height:100%;
background:rgba(0,0,0,  0.3);
top:0px;
left:0px;
display:block;
-webkit-border-radius: 5px; -moz-border-radius: 5px; border-radius: 5px;
}
.property-container-pro.overlay-layout-pro .property-meta-index-pro:before {
content:'';	display:block; 
height:2px;
width:100px;
margin-bottom:22px;
background:rgba(255,255,255,  0.5);
}
.property-container-pro.overlay-layout-pro .property-meta-index-pro {
position:absolute;
bottom:6%;
left:6%;
font-size:16px;
color:#ffffff;
}
.property-container-pro.overlay-layout-pro ul.property-meta-index-pro li {
border-color:rgba(255,255,255,  0.5); 
margin-right:14px;
padding-right:14px;
}
ul#progression-single-additional-info .additional-pro-last-pro .after-price-text-pro {
position:relative;
top:0px;
}
.after-price-text-pro {
font-size:70%;
} .map-progression {
width: 100%;
height: 500px;
margin-bottom:60px;
}
body.single-propoerty .map-progression {
margin-bottom:25px;
}
.map-container-progression {
max-width:350px;
padding:12px 5px 5px 5px;
}
a.map-image-progression {
width:28%;
display:block;
float:left;
overflow:hidden;
}
a.map-image-progression img {
width:100%;
}
.content-map-progression {
float:right;
width:67%;
}
.content-map-progression h2.property-title-pro {
font-size:16px;
line-height:1.2;
margin-bottom:5px;
}
.content-map-progression h4.property-address-pro a:hover,
.content-map-progression h4.property-address-pro a,
.content-map-progression h4.property-address-pro {
font-size:12px;
line-height:1.1;
opacity:0.9;
margin-bottom:10px;
}
.content-map-progression .price-index-pro {
line-height:1;
color:#525252;
font-weight:500;
font-size:14px;
letter-spacing:0.5px;
display:inline-block;
}
.content-map-progression .overlay-status-pro {
display:inline-block;
line-height:1;
padding:5px 8px; 
text-transform:uppercase;
font-size:10px;
font-weight:700;
color:#ffffff;
margin-left:8px;
position:relative;
bottom:1px;
}
.content-map-progression ul.property-meta-index-pro {
padding-top:10px;
font-size:12px;
} .pagination-pro { padding-top:12px; padding-bottom:20px; }
.pagination-pro.base-pagination-pro {
border-top:1px solid rgba(0,0,0,  0.09); 
margin-top:0px;
padding-top:20px;
padding-bottom:0px;
}
.pagination-pro .pagination-top-pro {
border-bottom:1px solid rgba(0,0,0,  0.09); 
padding-bottom:15px;
margin-bottom:20px;
font-size:13px;
line-height:1;
}
.pagination-pro .pagination-top-pro span {
color:#525252;
font-weight:500;
}
.pagination-pro .sortable-search {
float:right;
margin:0px 0px -18px 0px;
top:-12px;
position:relative;
}
.pagination-pro ul.page-numbers { 
margin:0px 0px 20px 0px; 
padding:0px; 
list-style:none;
text-align:left; 
width:100%;
overflow:hidden;
}
.pagination-pro  ul.page-numbers li { 
float:left;
}
.pagination-pro  ul.page-numbers li a, .pagination-pro  ul.page-numbers li .current, .pagination-pro  ul.page-numbers li a:hover {
color:#2fbcd6;
background:rgba(0,0,0,  0);
padding:10px 12px;
min-width:10px;
font-size:11px;	
}
.pagination-pro  ul.page-numbers li .current, .pagination-pro  ul.page-numbers li a:hover {
color:#5f5f5f;
background:rgba(0,0,0,  0.07);
} .taxonomy-container-avlar {
width:100%; 
height:240px;
background-repeat:no-repeat;
background-position: center center;
-webkit-background-size: cover !important;
-moz-background-size: cover !important;
-o-background-size: cover !important;
background-size: cover !important;
position:relative;
-webkit-border-radius: 3px; 
-moz-border-radius: 3px;
border-radius: 3px;
background:#cccccc;
margin-bottom:25px;
}
.gradient-overlay-tax {
display:block;
-webkit-border-radius: 3px; 
-moz-border-radius: 3px;
border-radius: 3px;
position:absolute;
width:100%;
height:100%; background: -moz-linear-gradient(top, rgba(0,0,0,0) 0%, rgba(0,0,0,0) 9%, rgba(0,0,0,0.8) 100%); background: -webkit-linear-gradient(top, rgba(0,0,0,0) 0%,rgba(0,0,0,0) 9%,rgba(0,0,0,0.8) 100%); background: linear-gradient(to bottom, rgba(0,0,0,0) 0%,rgba(0,0,0,0) 9%,rgba(0,0,0,0.8) 100%); filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#cc000000',GradientType=0 ); }
.text-overlay-taxonomy {
position:absolute;
z-index:8;
bottom:0px;
padding:8% 8% 6% 8%;
}
.taxonomy-title-avlar {
font-size:18px;
font-weight:500;
display:block;
line-height:1.2;
margin-bottom:3px;
text-shadow: 1px 1px 2px rgba(0,0,0,  0.2);
}
a.taxonomy-title-avlar, .taxonomy-title-avlar:hover {
color:#ffffff;
}
.taxonomy-title-avlar span { 
font-size:80%;
padding-left:7px; 
position:relative;
bottom:1px;
font-weight:400;
}
a.tax-desecription-avlar, a.tax-desecription-avlar:hover {
display:block;
line-height:1.2;
color:#ffffff;
font-size:13px;
opacity:0.7;
margin-bottom:3px;
text-shadow: 1px 1px 5px rgba(0,0,0,  0.2);
} #printed-images-progression {
display:none;
}
#avlar-container-idx-property #page-title-pro,
body.author #page-title-pro,
body.single-property #page-title-pro {
border-bottom:1px solid #ebebeb;
padding:16px;
margin:0px 0px 30px 0px;
}
body #page-title-pro a.back-property-link-progression,
#avlar-container-idx-property #page-title-pro a.back-property-link-progression,
body.single-property #page-title-pro a.back-property-link-progression { 
font-weight:500;
font-size:14px;
text-transform:uppercase;
letter-spacing:0.5px;
}
body #page-title-pro a.back-property-link-progression i,
body.single-property #page-title-pro a.back-property-link-progression i {
margin-right:10px;
}
body #page-title-pro ul#breadcrumbs-pro,
#avlar-container-idx-property #page-title-pro ul#breadcrumbs-pro,
body.single-property #page-title-pro ul#breadcrumbs-pro {
margin:3px 0px 0px 0px;
}
h2.single-property-title-pro {
font-weight:400;
font-size:28px;
margin-bottom:4px;
} 
#avlar-container-idx-property  h2.single-property-title-pro {
margin-bottom:25px;	
}
#agent-description-container h2 a,
h2.single-property-title-pro span.edit-link-progrsesion { 
position:relative;
left:10px;
bottom:4px;
}
#agent-description-container h2 a,
h2.single-property-title-pro span.edit-link-progrsesion a {
display:inline-block;
background:#2f3034;
color:#ffffff;
padding:6px 8px;
font-size:10px;
text-transform:uppercase;
font-weight:700;
-webkit-border-radius: 3px;
-moz-border-radius: 3px;
border-radius: 3px;
}
body h2.single-property-title-pro span .vc_inline-link {
display:none;
}
h4.single-property-address-pro {
color:#959595;
font-size:17px;
font-weight:400;
margin-bottom:3px;
}
.single-meta-progression {
float:left;
padding:18px 45px 0px 0px;
}
h6.single-property-tax-status a:hover,
h6.single-property-tax-status a,
.single-meta-progression h6 {
text-transform:uppercase;
color:#5bc763;
font-weight:500;
font-size:13px;
margin:0px;
padding:0px;
}
.single-meta-progression .single-meta-under-pro {
color:#1e1e1e;
font-weight:500;
font-size:18px;
}
.single-property-index-image {
margin-top:24px;
margin-bottom:60px;
position:relative;
min-height:50px;
}
.single-property-index-image img {
width:100%;
}
.caption-property-progression,
body.single-property .pro-overlay-price {
bottom:18%;
}
body.single-property .pro-overlay-price .overlay-status-pro {
font-size:14px;
}
.text-block-single-property {
border-bottom:1px solid #eee;
padding-bottom:15px;
margin-bottom:40px;
}
.text-block-single-property.last-text-blog-single {
margin:0px;
padding:0px;
border-bottom:none;
}
.video-property-single-progression {
padding:6px 0px ;
}
.progression-share-section-listing { 
color:#888888;
font-weight:500;
padding:0px 0px 45px 0px; 
margin:5px 0px 0px 0px;
border-bottom:1px solid #e7e7ec;
}
.progression-share-section-listing .tags {
float:left;
}
.progression-share-section-listing span {
padding-right:5px;
}
.progression-share-section-listing span.st_print a {
display:inline-block; position:relative; top:1px; 
background:url(//buildingsforsaletoronto.com/wp-content/themes/avlar-progression/images/print-icon.png) 0px 0px no-repeat; 
margin-left:6px;
padding-left:22px; 
font-size:12px; 
color:#333;
}
.progression-share-section-listing span.st_print a:hover {
opacity:0.8;
}
h5.sub-heading-listing-avlar {
font-weight:500;
font-size:18px;
line-height:20px;
text-transform:uppercase;
letter-spacing:1px;
color:#333333;
}
h5.sub-heading-listing-avlar i {
font-size:15px;
position:relative;
bottom:2px;
padding-right:6px;
color:#444444;
padding-left:2px;
}
h6.single-property-tax-status { 
color:#aaaaaa; 
margin:0px;
padding:0px 0px 5px 0px;
line-height:1;
}
a.prop-slide-bg-pro {
display:block;
height:600px;
background-position:center center;
background-repeat:no-repeat;
}
#carousel-property-overlay {
position:absolute;
bottom:0px;
z-index:20;
width:100%;
}
#carousel-property-overlay #carousel-property-progression li {
background:#ffffff;
}
#carousel-property-overlay #carousel-property-progression li:last-child {
border-right:3px solid #ffffff;
}
#carousel-property-overlay #carousel-property-progression li div {
border-left:3px solid #fff;
border-top:3px solid #fff;
}
#carousel-property-overlay li img {
opacity:1;
cursor:pointer;
}
#carousel-property-overlay li img:hover {
opacity:0.7;
}
#carousel-property-overlay li.flex-active-slide img {
opacity:0.5;
}
.caption-property-progression {
display:inline-block;
line-height:1;
padding:10px 16px; 
background:#ffffff;
color:#525252;
font-weight:400;
font-size:15px;
letter-spacing:0.5px;
position:absolute;
right:0px;
max-width:400px;
}
.progression-etabs { 
margin: 0px 0px 35px 0px; 
padding: 0px; 
background-color:none;
width:100%;
overflow:hidden;
}
.progression-etabs li {
margin:0px;
padding:0px;
float:left;
width:32.5%;
}
.progression-etabs.two-column-tabs-progression li {
width:49%;
}
.progression-tab { 
margin:0px; padding:0px;
display: inline-block; 
zoom:1; 
border-top:2px solid #5ac763;
border-bottom:2px solid #5ac763;
border-right:2px solid #5ac763;
}
.progression-etabs li:first-child {
border-left:2px solid #5ac763;
}
.progression-tab a {
line-height: 1;  display: block;  outline: none;
text-transform:uppercase;
font-weight:500;
text-align:center;
font-size:14px;
color:#5ac763;
padding: 16px 0px 16px 0px; 
letter-spacing:0.5px;
}
.progression-tab a:hover,
.progression-tab a.active:hover,
.progression-tab a.active { 
color:#ffffff;
background:#5ac763;
}
.progression-tab a.active, .progression-tab a:hover { 
position:relative;
z-index:5;
}
.progression-tab a { color:#5ac763; }
.progression-tab { border-color:#5ac763; }
.progression-tab a.active { background:#5ac763; }
.progression-panel-container { background:#ffffff; }
body.single-property .map-progression {
margin-bottom:15px;
display:block;
}
.progression-directions-link-text {
margin-bottom:12px;
font-size:90%;
}
ul#progression-single-additional-info {
list-style:none;
padding:0px;
margin:0px 0px 15px 0px;
overflow:hidden;
font-size:14px;
}
ul#progression-single-additional-info li {
border-bottom:1px dotted #ddd;
margin:0px 0px 15px 0px;
padding:0px;
width:48%;
float:left;
}
ul#progression-single-additional-info li:nth-child(odd) {
margin-right:2%;
}
ul#progression-single-additional-info li:nth-child(even) {
margin-left:2%;
}
ul#progression-single-additional-info span {
background:#ffffff;
position:relative;
bottom:-5px;
display:inline-block;
}
ul#progression-single-additional-info span.additional-pro-first-pro {
color:#5ac763;
font-weight:400;
padding-right:5px;
}
ul#progression-single-additional-info span.additional-pro-last-pro {
float:right;
padding-left:5px;
}
ul#progression-single-additional-info span.additional-pro-last-pro,
ul#progression-single-additional-info span.additional-pro-last-pro a {
font-weight:500;
color:#1e1e1e;
}
a.progression-button {
line-height:1; display:inline-block;
-webkit-border-radius: 4px; -moz-border-radius: 4px; border-radius: 4px;
letter-spacing:0.5px;
padding:17px 22px;
font-weight:500;
font-size:14px;
color:#ffffff;
background:#5ac763;
}
a.progression-button:hover {
color:#ffffff;
background:#2d2e30;
}
body .wpfp-span {
display:inline-block;
background:#422041;
border:none;
color:#ffffff;
margin-right:5px;
-webkit-border-radius: 3px;-moz-border-radius: 3px;border-radius: 3px;
line-height:1;
font-size:12px;
font-weight:500;
padding:15px 14px 15px 30px;
text-align:center;
min-width:20px;
bottom:0px;
margin-bottom:5px;
position:relative;
}
body .wpfp-span:before {
font-weight:normal; font-family:FontAwesome; font-size:inherit;text-rendering:auto;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;transform:translate(0, 0);
position:absolute;
content:"\f005";
display:block;
left:0px;
top:16px;
left:14px;
}
body .wpfp-span img {
display:none !important;
margin-right:5px; 
}
body .wpfp-span a {
color:#ffffff;
}
body button.simplefavorite-button {
display:inline-block;
cursor:pointer;
background:#422041;
border:none;
color:#ffffff;
margin-right:5px;
-webkit-border-radius: 3px;-moz-border-radius: 3px;border-radius: 3px;
line-height:1;
font-size:13px;
font-weight:500;
padding:13px 14px;
text-align:center;
min-width:20px;
bottom:0px;
margin-bottom:5px;
}
body button.simplefavorite-button.active {
opacity:1;
}
body button.simplefavorite-button.active i {
color:#eea433;
}
.social-share-pro {
padding-top:10px;
display:inline-block;
}
.social-share-pro a i {
margin-right:5px;
display:inline-block;
cursor:pointer;
-webkit-border-radius: 3px;-moz-border-radius: 3px;border-radius: 3px;
line-height:1;
font-size:16px;
padding:13px 11px;
text-align:center;
min-width:20px;
bottom:0px;
color:#999999;
margin-bottom:5px;
}
body .wpfp-span:hover,
.social-share-pro button.simplefavorite-button:hover,
.social-share-pro a:hover i {
opacity:0.5;
}
.social-share-pro a .fa-map-marker {background-color:#cc5b44; border-color:#09aeec; color: #ffffff; }
.social-share-pro a .fa-twitter {background-color:#09aeec; border-color:#09aeec; color: #ffffff; }
.social-share-pro a .fa-facebook {background-color:#3f559a;  border-color:#3f559a; color: #ffffff;  }
.social-share-pro a .fa-google-plus {background-color:#d1432f; border-color:#d1432f;  color: #ffffff; }
.social-share-pro a .fa-linkedin {background-color:#0279b3;  border-color:#0279b3; color: #ffffff; }
.social-share-pro a .fa-instagram {background-color:#437297; border-color:#437297;  color: #ffffff; }
.social-share-pro a .fa-pinterest-p {background-color:#f44647;  border-color:#f44647; color: #ffffff;  }
.social-share-pro a .fa-youtube-play {background-color:#e22d26; border-color:#e22d26; color: #ffffff;  }
.social-share-pro a .fa-tumblr {background-color:#4b5e74; border-color:#4b5e74;  color: #ffffff; }
.social-share-pro a .fa-dropbox {background-color:#1e8cd8; border-color:#1e8cd8; color: #ffffff;  }
.social-share-pro a .fa-flickr {background-color:#fd1e81;  border-color:#fd1e81; color: #ffffff; }
.social-share-pro a .fa-dribbble {background-color:#cb3d73; border-color:#cb3d73;  color: #ffffff; }
.social-share-pro a .fa-vimeo {background-color:#26bbe9; border-color:#26bbe9;  color: #ffffff; }
.social-share-pro a .fa-envelope {background-color:#888; border-color:#888; color: #ffffff;  }
.social-share-pro a .fa-vimeo-square {background-color:#31bfea; border-color:#31bfea; color: #ffffff;  }
.social-share-pro a .fa-soundcloud {background-color:#fd5315; border-color:#fd5315; color: #ffffff;  }
.social-share-pro a .fa-wordpress {background-color:#2699cd; border-color:#2699cd; color: #ffffff;  }
.social-share-pro a .fa-vine {background-color:#4acaa6; border-color:#4acaa6; color: #ffffff;  }
.social-share-pro a .fa-vk {background-color:#597ca4; border-color:#597ca4; color: #ffffff;  }
.social-share-pro a .fa-reddit {background-color:#fd4314; border-color:#fd4314; color: #ffffff;  }
a.printer-link-progression {
margin-right:5px;
display:inline-block;
cursor:pointer;
-webkit-border-radius: 3px;-moz-border-radius: 3px;border-radius: 3px;
line-height:1;
font-size:16px;
padding:13px 14px;
text-align:center;
min-width:20px;
bottom:0px;
color:#999999;
background-color:#5ac763; color: #ffffff; 
}
a.printer-link-progression:hover {
color:#ffffff;
opacity:0.5;
}
a.printer-link-progression span {
font-size:13px;
padding-left:6px;
font-weight:500;
} .property-single-container-headline {
width:65%;
}
.avlar-agent-showing-pro.property-single-container-headline {
min-height:115px;
}
.agent-container-avlar {
width:35%;
}
.property-container-pro .width-container-pro {
position:relative;
z-index:10;
}
.agent-container-avlar {
position:absolute;
right:0px;
bottom:-40px;
text-align:right;
}
h5.agent-heading-single {
color:#2fbcd6;
font-size:18px;
margin:25px 0px 0px 0px;
font-weight:400;
}
h6.agent-sub-headline-single {
font-size:14px;
font-weight:400;
}
h6.agent-sub-headline-single a, h6.agent-sub-headline-single a:hover {
color:#1e1e1e;
}
.agent-avar-single {
display:block;
background-position: center center;
-webkit-background-size: cover; -moz-background-size: cover; -o-background-size: cover; background-size: cover;
background-color:#eee;
width:100px; height:100px; 
float:right;
-webkit-border-radius: 100px; -moz-border-radius: 100px; border-radius: 100px;
border:4px solid #ffffff;
float:right;
margin-left:10px;
}
button.favorite-button-pro {
outline: 0;
border:none;
background:none;
-webkit-appearance: none; -moz-appearance: none; appearance: none;
float:right;
font-size:12px;
font-weight:500;
line-height:1;
-webkit-border-radius: 3px; -moz-border-radius: 3px; border-radius: 3px;
padding:8px 12px;
border:2px solid #ebebeb;
background:#ebebeb;
color:#999999;
}
button.favorite-button-pro:hover {
border:2px solid #e3e3e3;
background:#e3e3e3;
}
button.favorite-button-pro i {  padding-right:2px; }
button.favorite-button-pro.is-favorite {
border-color:#5fc567;
background:#5fc567;
color:#ffffff;
}
.no-favorites-avlar {
font-size:13px;
} #agent-description-container {
-webkit-border-radius: 8px; -moz-border-radius: 8px; border-radius: 8px;
background:#f7f7f8;
padding:3%;
margin-bottom:45px;
}
.agent-avar-author-page {
display:block; background-position: center center;
-webkit-background-size: cover; -moz-background-size: cover; -o-background-size: cover; background-size: cover;
background-color:#eee;
-webkit-border-radius: 8px; -moz-border-radius: 8px; border-radius: 8px;
width:180px;
height:180px;
margin-right:35px;
float:left;
}
body a.agent_single_message_avlar {
font-size:13px;
padding:10px 15px;
line-height:25px;
}
a.agent_single_message_avlar i {
-webkit-border-radius: 3px; -moz-border-radius: 3px; border-radius: 3px;
display:inline-block;
line-height:25px;
width:25px;
height:25px;
font-size:11px;
text-align:center;
background:rgba(0, 0, 0, 0.25);
margin-right:6px;
position:relative;
top:-1px;
}
#agent-description-container h2 {
margin-top:0px;
font-size:30px;
font-weight:400;
line-height:1.2;
margin-bottom:6px;
}
.agnet-single-description {
padding-bottom:20px;
}
.agent-single-meta-avlar {
color:#1e1e1e;
font-size:16px;
float:left;
padding-right:40px;
padding-bottom:20px;
}
.agent-single-meta-avlar span {
display:block;
font-size:13px;
text-transform:uppercase;
}
h3.agent-listing-heading-avlar {
text-transform:uppercase;
font-weight:400;
margin-bottom:30px;
}
h3.agent-listing-heading-avlar span {
color:#666666;
font-weight:500;
} .agent-index-vc.bg-color-avlar.agent-index-vc {
padding:0px 20px 0px 20px;
background:#ffffff;
-webkit-box-shadow: 	1px 1px 2px rgba(0,0,0, 0.03);
-moz-box-shadow:  		1px 1px 2px rgba(0,0,0, 0.03);
box-shadow:  			1px 1px 2px rgba(0,0,0, 0.03);
}
.agent-index-vc.bg-color-avlar a.agent-image-index {
margin-right:-20px;
margin-left:-20px;
}
.agent-index-vc {
margin-bottom:35px;
-webkit-border-radius: 4px; -moz-border-radius: 4px; border-radius: 4px;
}
a.agent-image-index img {
-webkit-border-radius: 4px; -moz-border-radius: 4px; border-radius: 4px;
width:100%; height:100%;
}
.agent-index-vc.bg-color-avlar.agent-index-vc img {
-webkit-border-bottom-right-radius: 0px;
-webkit-border-bottom-left-radius: 0px;
-moz-border-radius-bottomright: 0px;
-moz-border-radius-bottomleft: 0px;
border-bottom-right-radius: 0px;
border-bottom-left-radius: 0px;
}
a.agent-image-index {
display:block;
margin-bottom:15px;
}
.agent-index-vc h3, .agent-index-vc h4 {
font-weight:400;
margin-bottom:5px;
}
.agent-index-vc h6 {
margin-bottom:25px;
}
.agent-index-vc .agent-single-meta-avlar {
padding-right:30px;
font-size:15px;
}
.agent-index-vc .agent-single-meta-avlar span {
font-size:12px;
line-height:1.1;
}
.agent-index-vc  .agent-single-meta-avlar .social-ico {
margin-top:10px;
margin-bottom:20px;
} #sidebar {
-webkit-border-radius: 4px; -moz-border-radius: 4px; border-radius: 4px;
background:#f7f7f8;
font-size:14px;
}
#sidebar .widget {
padding:9% 9% 3% 9%;
}
#sidebar .sidebar-divider-pro {
width:100%;
overflow:hidden;
height:2px;
background:#ffffff;
-webkit-border-radius: 4px; -moz-border-radius: 4px; border-radius: 4px;
}
.CCM-WidgetSignature {
display:none !important;
}
h2.widget-title,
#sidebar .CCM-WidgetTitle,
#sidebar h6.widget-title {
letter-spacing:0.5px;
font-weight:500;
font-size:17px;
text-transform:uppercase;
margin-bottom:15px;
}
#sidebar ul li:before {
display: inline-block;
content: "•";
position:relative;
margin-left:1px;
margin-right:5px;
color:#bbbbbb;
top:-1px;
font-size:15px;
}
#sidebar ul {
line-height:1.3;
list-style:none;
margin:0px;
padding:0px 0px 8px 0px;
}
#sidebar ul ul {
padding-top:4px;
padding-bottom:0px;
}
#sidebar ul li {
margin:0px 0px 10px 0px;
padding:0px 0px 10px 0px;
}
#sidebar ul ul li {
margin:5px 0px;
padding:5px 0px;
margin-left:12px;
padding-left:12px;
}
#sidebar .widget_rss ul, #site-footer .widget_rss ul {
font-size:90%;
}
#sidebar .widget_rss ul a, #site-footer .widget_rss ul a {
font-size:15px;
display:block;
margin-bottom:3px;
}
#sidebar .widget_rss ul li:before {
display:none;
}
#sidebar .widget_rss ul li, #site-footer .widget_rss ul li {
border-bottom:1px solid #dddddd;
padding-bottom:15px;
margin-bottom:15px;
}
#sidebar span.rss-date, #site-footer span.rss-date {
font-style:italic;
padding-bottom:8px;
display:block;
font-size:90%;
}
body #sidebar a.progression-button {
font-size:10px;
padding:12px 15px;
} body .tagcloud {
margin-bottom:15px;
}
#sidebar .tagcloud a, #site-footer .tagcloud a {
text-decoration:none; line-height:1; cursor: pointer; display:inline-block; 
width:auto;
border:none;
margin:0px 1px 4px 0px;
padding:8px 8px 6px 8px;
font-size:12px !important;
color:#ffffff;
background:#bbbbbb;
-webkit-border-radius: 3px;
-moz-border-radius: 3px;
border-radius: 3px;
}
#sidebar .tagcloud a:hover, #site-footer .tagcloud a:hover {
background:#125b9b;
color:#ffffff;
}
#sidebar .selectric-wrapper {
margin-bottom:25px;
} #wp-calendar {
width: 100%;
}
#wp-calendar caption {
font-weight:bold;
text-align:center;
padding-bottom:7px;
font-size:110%;
}
#sidebar #wp-calendar th {
padding:2px 0;
text-align: center;
}
#sidebar #wp-calendar td {
padding: 2px 0;
text-align: center;
background:#ffffff;
}
#sidebar #wp-calendar th {
padding:2px 0;
text-align: center;
}
#sidebar #wp-calendar td {
padding: 2px 0;
text-align: center;
}
footer#site-footer #wp-calendar caption {
color:#ffffff;
}
footer#site-footer #wp-calendar th {
background:rgba(0, 0, 0, 0.5);
color:#fff;
padding:8px 0;
text-align:center;
border:1px solid rgba(0, 0, 0, 0.5);
}
footer#site-footer #wp-calendar td {
padding: 2px 0;
text-align: center;
border:1px solid rgba(255, 255, 255, 0.1);
}
body #sidebar .CCM-Widget input,
body .CCM-Widget input {
padding:12px;
font-size:12px;
width:80%;
margin-bottom:0px;
}
.ccm-rowdiv{
overflow: hidden; 
margin-bottom:15px;
}
.ccm-leftdiv{
font-weight:500;
font-size:12px;
padding-bottom:5px;
}
.ccm-leftresultdiv {
float:left; 
padding-bottom:9px;
}
.ccm-rightresultdiv{
padding-bottom:9px;
overflow: hidden;
min-height: 15px;    
font-weight: bold;
}
.CCM-WidgetLine{
border-bottom: 2px rgba(0,0,0,  0.09) solid;
overflow: hidden;
margin: 15px 0 10px 0;
}
.ccm-leftresultdiv {
font-size:12px;
min-height:25px;
}
.ccm-rightresultdiv {
color:#1e1e1e;
font-weight:700;
position:relative;
left:10px;
top:-2px;
}
.alvar-custom-contact-widget {
text-align:center;
}
.sidebar-button-price {
margin-bottom:25px;
}
#sidebar .alvar-custom-contact-widget h6.widget-title {
text-transform:none;
opacity:0.65;
letter-spacing:0px;
color:#000000;
font-size:20px;
margin-bottom:4px;
}
p.widget-description-progression {
opacity:0.65;
color:#000000;
font-size:15px;
margin-bottom:18px;
}
#button-select-progression {
cursor:pointer;
line-height:1; display:inline-block;
-webkit-border-radius: 4px; -moz-border-radius: 4px; border-radius: 4px;
letter-spacing:0.5px;
padding:14px 18px;
font-weight:500;
font-size:14px;
color:#ffffff;
background:#5ac763;
}
#button-select-progression:hover {
color:#ffffff;
background:#2d2e30;
}
#button-select-progression i {
background:rgba(0,0,0,  0.1);
padding:5px 9px;
margin-right:7px;
text-align:center;
-webkit-border-radius: 3px; -moz-border-radius: 3px; border-radius: 3px;
}
.progression-list-description {
margin-bottom:15px;
}
ul.avlar-property-list-styles li span {
font-size:85%;
position:relative;
top:-1px;
color:#aaaaaa;
padding-left:5px;
}
.hide-image-tax-count  ul.avlar-property-list-styles img,
.hide-post-count ul.avlar-property-list-styles li span  {
display:none;
}
ul.avlar-property-list-styles img {
-webkit-border-radius: 3px; -moz-border-radius: 3px; border-radius: 3px;
width:20%;
display:inline;
padding-right:5px;
} ul.agent-widget-avlar h4 {
display:inline-block;
font-size:15px;
}
ul.agent-widget-avlar img {
-webkit-border-radius: 3px; -moz-border-radius: 3px; border-radius: 3px;
width:20%;
display:inline;
padding-right:5px;
} .avlar-widget-listings {
margin-top:2px;
margin-bottom:20px;
}
.avlar-widget-listings.hide-widget-image img {
display:none;
}
.avlar-widget-listings img {
float:left;
width:24%;
margin:0px 10px 10px 0px;
-webkit-border-radius: 3px;
-moz-border-radius: 3px;
border-radius: 3px;
}
.avlar-widget-listings h4.widget-property-title-pro {
font-size:15px;
line-height:1.2;
margin-bottom:1px;
}
.avlar-widget-listings h6.avlar-widget-secondary-title {
font-size:12px;
line-height:1.2;
margin-bottom:2px;
}
.avlar-widget-listings .avlar-widget-price {
line-height:1;
color:#525252;
font-weight:500;
font-size:13px;
letter-spacing:0.5px;
display:inline-block;
}
.hide-widget-banner.avlar-widget-listings .pro-overlay-price {
display:none;
}
.avlar-widget-listings .pro-overlay-price {
display:inline-block;
padding-left:5px;
}
.avlar-widget-listings .pro-overlay-price .overlay-status-pro {
padding:6px;
font-size:9px;
} .sticky .post-container-pro {
border:7px solid rgba(0,0,0,  0.25);
padding:30px 30px 15px 30px;
}
.sticky .post-container-pro .featured-blog-pro {
margin-top:-30px;
margin-left:-30px;
margin-right:-30px;
}
.sticky-post-pro {
position:absolute;
top:0px;
right:50px;
font-size:10px;
background:rgba(0,0,0,  0.25);
color:#ffffff;
font-weight:700;
letter-spacing:0.5px;
padding:8px 12px;
line-height:1;
text-transform:uppercase;
text-shadow: 1px 1px 1px rgba(0,0,0,  0.15);
}
.post-container-pro {
position:relative;
border-bottom:2px solid rgba(0,0,0,  0.06);
margin-bottom:50px;
padding-bottom:20px;
}
.post-container-pro .featured-blog-pro {
text-align:center;
margin-bottom:25px;
}
.post-container-pro .featured-blog-pro p {margin:0px; padding:0px;}
.post-container-pro h2.blog-title-pro {
font-weight:400;
font-size:30px;
margin-bottom:15px;
}
.post-container-pro h2.blog-title-pro, .post-container-pro h2.blog-title-pro a {
color:#1e1e1e;
}
.post-meta-pro {
line-height:1.4;
font-size:12px;
margin-bottom:10px;
}
.post-meta-pro i, .post-meta-pro, .post-meta-pro a {
color:#777777;
}
.post-meta-pro a:hover {
color:#1e1e1e;
}
.post-meta-pro i {
background:rgba(0,0,0,  0.07);
padding:4px;
margin-right:10px;
-webkit-border-radius: 3px; -moz-border-radius: 3px; border-radius: 3px;
}
.post-meta-pro span {
-webkit-border-radius: 3px; -moz-border-radius: 3px; border-radius: 3px;
display:inline-block;
background:#f7f7f8;
margin-right:10px;
padding:10px;
margin-bottom:5px;
}
.post-meta-pro span span {
float:none;
margin:0px;
padding:0px;
}
.summary-post-pro a.more-link  {
font-weight:500;
letter-spacing:0.5px;
}
.summary-post-pro a.more-link i {
margin-right:5px;
}
ul.page-numbers {
margin:10px 0 10px 0;
list-style:none;
text-align:center;
-webkit-border-radius: 3px;
-moz-border-radius: 3px;
border-radius: 3px;
}
ul.page-numbers li {
display:inline;
margin:0px;
padding:0px;
}
ul.page-numbers li a, ul.page-numbers li .current, ul.page-numbers li a:hover {
display:inline-block;
line-height:1;
color:#5f5f5f;
background:rgba(0,0,0,  0.05);
padding:15px;
text-align:center;
min-width:10px;
margin:0px 1px 5px 1px;
text-transform:uppercase;
font-weight:700;
font-size:10px;
letter-spacing:0.5px;
-webkit-border-radius: 3px;
-moz-border-radius: 3px;
border-radius: 3px;
}
ul.page-numbers li .current, ul.page-numbers li a:hover {
color:#ffffff;
background: #5ac763;
} body.single .page-nav-pro {
margin-top:25px;
}
.page-nav-pro {
margin-bottom:20px;
font-weight:600;
font-size:12px;
}
.page-nav-pro span {
margin-left:5px;
}
.page-nav-pro span, .page-nav-pro a span:hover {
display:inline-block;
line-height:1;
color:#5f5f5f;
background:rgba(0,0,0,  0.06);
padding:12px;
text-align:center;
min-width:10px;
margin:0px 1px 5px 1px;
text-transform:uppercase;
font-weight:600;
font-size:10px;
letter-spacing:0.5px;
-webkit-border-radius: 3px;
-moz-border-radius: 3px;
border-radius: 3px;
background:red;
color:#ffffff;
}
.page-nav-pro a span {
line-height:1;
color:#5f5f5f;
background:rgba(0,0,0,  0.05);
padding:12px;
text-align:center;
min-width:10px;
margin:0px 1px 5px 1px;
text-transform:uppercase;
font-weight:700;
font-size:10px;
letter-spacing:0.5px;
-webkit-border-radius: 3px;
-moz-border-radius: 3px;
border-radius: 3px;
} .tags-pro {
padding-top:15px;
padding-bottom:20px;
}
.tags-pro i {
font-size:15px;
margin-right:8px;
}
.tags-pro a {
color:#aaa;
border:2px solid #e8e8e8;
display:inline-block;
line-height:1;
text-transform:uppercase;
font-weight:700;
font-size:11px;
text-align:center;
padding:8px 10px;
margin:0 5px 5px 0;
}
.tags-pro a:hover {
color:#ffffff;
background:#bbbbbb;
border-color:#bbbbbb;
}
body .tags-pro a {
font-size:10px;
} body h4.comments-title, body h3.comment-reply-title, body h3#reply-title {
font-weight:400;
margin-bottom:25px;
font-size:25px;
}
body h3#reply-title {
margin-bottom:15px;
}
p.logged-in-as {
font-size:13px;
}
h3.comment-reply-title small {
font-size:12px;
}
#respond {
margin-top:20px;
}
body .comment-list { 
list-style: none; 
margin:0px; 
padding:0px;
font-size:90%;
}
body .comment-list .pingback {
padding-bottom:15px;
font-size:90%;
}
.comment-list li.comment {
padding-bottom:25px;
margin-bottom:25px;
border-bottom:2px solid rgba(0, 0, 0,  0.06);
}
.comment-list .children {
list-style: none;
margin: 0;
padding:0px;
}
.comment-list .children > li {
border-bottom:0px;
margin-bottom:0px;
margin-top:30px;
margin-left: 40px;
padding-left:40px;
border-left:2px solid rgba(0, 0, 0,  0.06);
}
.comment-body p {
margin-bottom:10px;
}
.comment-author {
font-style:normal;
margin-bottom: 0px;
line-height:1.2;
font-size:12px;
color:#999999;
margin-top:7px;
}
.commentmetadata a {
color:#999999;
}
.commentmetadata a:hover, .comment-author cite a:hover  {
text-decoration:underline;
}
.child .comment-author {
margin-top:0px;
}
.comment-author cite a {
color:#353535;
}
.comment-author cite {
font-style:normal;
font-weight:700;
line-height:1.2;
color:#353535;
font-size:15px;
}
.comment-author .avatar {
float: left;
margin-right: 1em;
height: 50px;
width: 50px;
top:-5px;
position:relative;
-webkit-border-radius: 50px;
-moz-border-radius: 50px;
border-radius: 50px;
}
.children .comment-author .avatar {
height: 35px;
width: 35px;
}
.commentmetadata {
margin-bottom: 14px;
font-size:12px;
}
.children .commentmetadata {
margin-bottom: 5px;
}
.comment-content > :last-child {
margin-bottom: 0;
}
.form-allowed-tags code { 
font-family: Inconsolata, monospace; 
display:block; 
font-size:80%;
}
.comment-list a.comment-edit-link {
font-size:80%;
}
#commentform label { 
display:block;
}
.reply a.comment-reply-link {
text-decoration:none; line-height:1; cursor: pointer; display:inline-block;  width:auto;
font-size:9px;
font-weight:700;
color:#acacac;
background:transparent;
border:1px solid #dddddd;
padding:7px 10px;
text-transform:uppercase;
margin-top:5px;
}
.reply a.comment-reply-link:hover {
color:#ffffff;
background:#cccccc;
border-color:#cccccc;
} .comment-navigation { 
overflow:hidden; 
margin-top:10px;
margin-bottom:40px;
font-size:10px;
text-transform:uppercase;
}
.comment-navigation h2.screen-reader-text {
display:none;
}
.comment-navigation .nav-previous {
float:left;
width:50%;
}
.comment-navigation .nav-next {
float:right;
width:50%;
text-align:right;
}
.comment-navigation a {
font-weight:700;
display:inline-block;
padding:12px 15px;
line-height:1;
color:#5f5f5f;
background:rgba(0,0,0,  0.06);
}
.comment-navigation a:hover {
background:#46445f;
color:#ffffff;
}
.post-password-form label {
display:inline-block;
}
.post-password-form input[type=password] {
margin-bottom:15px; 
padding:12px 14px;
font-size:10px;
width:200px;
border:2px solid #d9d9d9;
-webkit-border-radius: 0px; -moz-border-radius: 0px; border-radius: 0px;
}
.post-password-form input[type=submit] {
margin-bottom:15px; 
padding:12px 14px;
width:auto;
-webkit-border-radius: 0px; -moz-border-radius: 0px; border-radius: 0px;
text-transform:uppercase;
font-weight:700;
font-size:10px;
letter-spacing:1px;
color:#ffffff;
background:#000000;
border:2px solid #000000;
}  .sf-menu, .sf-menu * { margin: 0; padding: 0; list-style: none; }
.sf-menu li.normal-item-pro, .sf-menu li.normal-item-pro li { position: relative; }
.sf-menu li.normal-item-pro ul { position: absolute; display: none; top: 100%; left: 0; z-index: 99; }
.sf-menu li.normal-item-pro ul ul { top:0; left:100%; }
.sf-menu > li { float: left; }
.sf-menu li:hover > ul, .sf-menu li.sfHover > ul { display: block; }
.sf-menu a { display: block; position: relative; }
.sf-menu ul ul { top: 0; left: 100%; } header .sf-mega {display:none; left:0px; position:absolute; box-sizing: border-box ; width:100%; padding:0px; margin:0px;	 }
.sf-mega .sf-mega-section { width:33%; float:left; }
.sf-mega .sf-mega-section.columns-pro-1 { width:100%; }
.sf-mega .sf-mega-section.columns-pro-2 { width:50%; }
.sf-mega .sf-mega-section.columns-pro-3 {width:33%; }
.sf-mega .sf-mega-section.columns-pro-4 { width:25%; }
.sf-mega .sf-mega-section.columns-pro-5 {width:20%; }
.sf-mega .sf-mega-section.columns-pro-6 { width:16.5%; } .sf-menu ul{min-width:12em}.sf-menu a{line-height:1;padding:.75em 1em;text-decoration:none;zoom:1;cursor:pointer;color:#13a}.sf-menu li{background:#BDD2FF;white-space:nowrap}.sf-menu ul li{background:#AABDE6}.sf-menu ul ul li{background:#9AAEDB}.sf-menu li.sfHover,.sf-menu li:hover{background:#CFDEFF}.sf-arrows .sf-with-ul{padding-right:2.5em}.sf-arrows .sf-with-ul:after{content:'';position:absolute;top:50%;right:1em;margin-top:-3px;height:0;width:0;border:5px solid transparent;border-top-color:#dFeEFF;border-top-color:rgba(255,255,255,.5)}.sf-arrows>.sfHover>.sf-with-ul:after,.sf-arrows>li:hover>.sf-with-ul:after,.sf-arrows>li>.sf-with-ul:focus:after{border-top-color:#fff}.sf-arrows ul .sf-with-ul:after{margin-top:-5px;margin-right:-3px;border-color:transparent transparent transparent #dFeEFF;border-left-color:rgba(255,255,255,.5)}.sf-arrows ul .sfHover>.sf-with-ul:after,.sf-arrows ul li:hover>.sf-with-ul:after,.sf-arrows ul li>.sf-with-ul:focus:after{border-left-color:#fff}
nav#site-navigation {
text-transform:uppercase;
font-weight:500;
letter-spacing:1px;
}
.sf-menu .menu-item-language .submenu-languages {
position:absolute;
} .sf-menu li, .sf-menu ul li, .sf-menu ul ul li, .sf-menu li:hover, .sf-menu li.sfHover {
background:none;
}
.sf-menu a {
color:#f1f1f1;
font-size:14px; padding:22px 20px;
}
.sf-menu a:hover, .sf-menu li.sfHover a, .menu-show-hide-pro {
color:#5ac763;
background:#ffffff;
} .sf-menu ul {
background:#ffffff;
border-left:1px solid #ebebeb;
border-right:1px solid #ebebeb;
border-bottom:1px solid #ebebeb;
padding:12px 0px;
}
.sf-menu ul ul {
border-top:1px solid #ebebeb; 
margin-top:-12px;
}
.sf-menu .sf-mega {
padding-top:0px; 
padding-bottom:0px;
}
.sf-menu .sf-mega  ul {
padding-top:0px; 
padding-bottom:20px;
}
.sf-menu .sf-mega  ul  {
border-top:none;
margin-top:0px;
}
.sf-menu ul, body .sf-mega {
-webkit-box-shadow: 	0px 8px 8px rgba(0,0,0, 0.02);
-moz-box-shadow:  		0px 8px 8px rgba(0,0,0, 0.02);
box-shadow:  			0px 8px 8px rgba(0,0,0, 0.02);
}
body .sf-mega ul { 
-webkit-box-shadow: none; -moz-box-shadow: none; box-shadow: none; 
}
.sf-menu li li a {
text-transform:none;
font-weight:400;
font-size:12px;
padding:8px 50px 8px 30px;
margin:0px;
}
.sf-mega li li a {
padding-right:25px;
} .sf-menu li.sfHover li a {
background:none;
color:#858585;
}
.sf-menu li.sfHover li.sfHover li a {
background:none;
color:#858585;
}
.sf-menu li.sfHover li.sfHover li.sfHover li a {
background:none;
color:#858585;
}
.sf-menu li.sfHover li.sfHover li.sfHover li.sfHover li a {
background:none;
color:#858585;
}
.sf-menu li.sfHover li.sfHover li.sfHover li.sfHover li.sfHover li a {
background:none;
color:#858585;
}
.sf-menu li.sfHover li a:hover, .sf-menu li.sfHover li.sfHover a {
color:#5ac763;
}
.sf-menu li.sfHover li li a:hover, .sf-menu li.sfHover li.sfHover li.sfHover a {
color:#5ac763;
}
.sf-menu li.sfHover li li li a:hover, .sf-menu li.sfHover li.sfHover li.sfHover a:hover, .sf-menu li.sfHover li.sfHover li.sfHover li.sfHover a {
color:#5ac763;
}
.sf-menu li.sfHover li li li li a:hover, .sf-menu li.sfHover li.sfHover li.sfHover li.sfHover a:hover, .sf-menu li.sfHover li.sfHover li.sfHover li.sfHover li.sfHover a {
color:#5ac763;
}
.sf-menu li.sfHover li li li li li a:hover, .sf-menu li.sfHover li.sfHover li.sfHover li.sfHover li.sfHover a:hover, .sf-menu li.sfHover li.sfHover li.sfHover li.sfHover li.sfHover li.sfHover a {
color:#5ac763;
} .sf-mega ul {
background:none;
margin:0;
border:none ;
border-right:1px solid #ebebeb;
}
.sf-mega li:last-child ul, .sf-mega li:last-child h2.mega-menu-heading {
border-right:none;
}
.sf-mega h2.mega-menu-heading {
text-transform:uppercase;
font-size:15px;
color:#1e1e1e;
letter-spacing:1px;
font-weight:500;
padding:25px 30px 10px 30px;
border-right:1px solid #ebebeb;
margin:0px;
}
body header .sf-mega h2.mega-menu-heading a {
background:none !important;
color:#1e1e1e;
letter-spacing:1px;
font-size:15px;
font-weight:500;
text-transform:uppercase;
padding:3px 0px;
margin:0px ;
border:none;
}
.sf-mega li.sf-mega-section .deep-level li a {
padding-left:30px;
padding-right:30px;
}
.sf-mega .sf-mega-section:hover, .sf-mega .sf-mega-section, .sf-mega .sf-mega-section li:hover {
background:none;
} .sf-mega .widget-pro {
padding:20px 30px 10px 30px;
}
.sf-mega .widget-pro h1, .sf-mega .widget-pro h2, .sf-mega .widget-pro h3, .sf-mega .widget-pro h4, .sf-mega .widget-pro h5, .sf-mega .widget-pro h6 {
color:#1e1e1e;
margin-bottom:5px;
}
.sf-mega .widget-pro ul li {
margin-bottom:10px;
}
.sf-mega .widget-pro ul { 
border:none;
}
.sf-mega .widget-pro a, .sf-mega .widget-pro a:hover {
border:none;
padding:0px;
margin:0px;
background:none !important;
} .sf-menu i {
line-height:1;
margin-right:6px;
font-size:90%;
position:relative;
margin-bottom:-2px;
margin-top:-2px;
}
.sf-menu li li i {
font-size:95%;
}
.sf-mega li h2 i {
margin-right:8px;
} .sf-arrows .sf-with-ul {
padding-right: 27px;
}
.sf-arrows .sf-with-ul:after { 
font-weight:normal;
font-style:normal;
font-family: FontAwesome;
border:none;
content:"\f107";
font-size:10px;
top: 50%;
right: 20px;
margin-top:-5px;
}
.sf-arrows ul .sf-with-ul:after {
font:normal normal normal 10px/1 FontAwesome;
content:"\f105"; 
margin-top:-3px;
}  .flex-container a:hover, .flex-slider a:hover, .flex-container a:focus, .flex-slider a:focus { outline: none; }
.slides, .slides > li, .flex-control-nav, .flex-direction-nav { margin: 0;  padding: 0; list-style: none; }
.flex-pauseplay span { text-transform: capitalize; } .flexslider { margin: 0; padding: 0; }
.flexslider .slides > li {  display: none; -webkit-backface-visibility: hidden; }
.flexslider .slides img { width: 100%; display: block; }
.flexslider .slides:after { content: "\0020";  display: block; clear: both;  visibility: hidden;  line-height: 0;  height: 0; }
html[xmlns] .flexslider .slides { display: block; }
* html .flexslider .slides { height: 1%; }
.no-js .flexslider .slides > li:first-child { display: block;} .flexslider { margin: 0; background: none;  border:none; position: relative; zoom: 1; }
.flexslider .slides { zoom: 1; }
.flexslider .slides img { height: auto; }
.flex-viewport { max-height: 2000px; -webkit-transition: all 1s ease;  -moz-transition: all 1s ease;  -ms-transition: all 1s ease;  -o-transition: all 1s ease; transition: all 1s ease; }
.loading .flex-viewport {  max-height: 300px;}
.carousel li { margin-right: 5px; }
.flex-direction-nav { *height: 0; }
.flex-direction-nav a {
text-decoration: none;
display: block;
margin: -30px 0 0;
position: absolute;
top: 50%;
z-index: 10;
overflow: hidden;
opacity: 0;
cursor: pointer;
font: normal normal normal 14px/1 FontAwesome; font-size: inherit; text-rendering: auto; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; transform: translate(0, 0); 
font-family: 'FontAwesome'; font-weight: normal; font-style: normal;
text-align:center;
color:#ffffff;	
border:none;
font-size:28px;
width:38px;
line-height:60px;
height:60px;
}
#progression-slider-homepage .flex-direction-nav a {
font-size:30px;
width:50px;
}
#property-gallery-progression .flex-direction-nav a {
font-size:32px;
}
#property-gallery-progression .flex-direction-nav .flex-prev {
left:8px;
}
#property-gallery-progression .flex-direction-nav .flex-next {
right:8px;
}
#carousel-property-overlay .flex-direction-nav a {
opacity:1;
background:#000;
font-size:18px;
width:24px;
line-height:26px;
height:26px;
margin-top:-13px;
}
.flex-direction-nav a:hover {
color:#ffffff;
}
.flex-direction-nav a.flex-prev:before {
content: "\f104";
text-shadow: 1px 1px 2px rgba(0,0,0,  0.2);
}
.flex-direction-nav a.flex-next:before {
content: "\f105"; 
text-shadow: 1px 1px 2px rgba(0,0,0,  0.2);
}
.flex-direction-nav .flex-prev {
left:0px;
}
.flex-direction-nav .flex-next {
right:0px;
}
.flexslider:hover .flex-direction-nav .flex-prev, .flexslider:hover .flex-direction-nav .flex-next {
opacity: 1;
}
.flex-direction-nav .flex-disabled {
opacity: 0!important;
filter: alpha(opacity=0);
cursor: default;
}
.flex-pauseplay a {
display: block;
width: 20px;
height: 20px;
position: absolute;
bottom: 5px;
left: 10px;
opacity: 0.8;
z-index: 10;
overflow: hidden;
cursor: pointer;
color: #000;
}
.flex-pauseplay a:before {
font-family: "flexslider-icon";
font-size: 20px;
display: inline-block;
content: '\f004';
}
.flex-pauseplay a:hover {
opacity: 1;
}
.flex-pauseplay a.flex-play:before {
content: '\f003';
}
.flex-control-nav {
width: 100%;
position: absolute;
bottom: 20px;
text-align: center;
z-index:10;
}
.flex-control-nav li {
margin:0px;
display: inline-block;
zoom: 1;
*display: inline;
position:relative;
}
.flex-control-paging li {
width:20px; 
height:10px; 
text-align:center;
}
.flex-control-paging li a {
width:7px;
height:7px;
bottom:0px;
display: block;
cursor: pointer;
text-indent: -9999px;
position:absolute;
background:#bfbebc;
border:2px solid #bfbebc;
-webkit-border-radius: 15px;	-moz-border-radius: 15px;	border-radius: 15px;
}
.flex-control-paging li a.flex-active {
background:#5ac763;
border-color:#5ac763;
}
.flex-control-paging li a.flex-active {
cursor: default;
}
.flex-control-thumbs {
margin: 5px 0 0;
position: static;
overflow: hidden;
}
.flex-control-thumbs li {
width: 25%;
float: left;
margin: 0;
}
.flex-control-thumbs img {
width: 100%;
height: auto;
display: block;
opacity: .7;
cursor: pointer;
-webkit-transition: all 1s ease;
-moz-transition: all 1s ease;
-ms-transition: all 1s ease;
-o-transition: all 1s ease;
transition: all 1s ease;
}
.flex-control-thumbs img:hover {
opacity: 1;
}
.flex-control-thumbs .flex-active {
opacity: 1;
cursor: default;
} .wpb_wrapper .wpb_flexslider.flexslider .flex-control-nav {
bottom: 20px;
}
.wpb_wrapper .wpb_flexslider.flexslider .flex-direction-nav a:before {
padding-left:15px;
padding-right:15px;
}
.wpb_wrapper .wpb_flexslider.flexslider .flex-direction-nav a {
text-decoration: none;
display: block;
margin: -30px 0 0;
position: absolute;
top: 50%;
z-index: 10;
overflow: hidden;
font: normal normal normal 14px/1 FontAwesome; font-size: inherit; text-rendering: auto; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; transform: translate(0, 0); font-family: 'FontAwesome'; font-weight: normal; font-style: normal;
text-align:center;
color:#ffffff;	
border:none;
background: rgba(0,0,0,  0.1);
border:none; 
font-size:28px;
width:38px;
line-height:60px;
height:60px;
}
.wpb_wrapper .wpb_flexslider.flexslider .flex-direction-nav a:hover {
background: rgba(0,0,0,  0.5);
} .vc_tta-panels-container .vc_tta-panels .vc_tta-panel-heading h4.vc_tta-panel-title a {
font-size:17px;
}
body .vc_tta .vc_tta-controls-icon.vc_tta-controls-icon-minus,
body .vc_tta .vc_tta-controls-icon.vc_tta-controls-icon-plus,
body .vc_tta .vc_tta-controls-icon.vc_tta-controls-icon-chevron {
height:8px;
width:8px;
} .mobile-menu-icon-pro {
cursor:pointer;
display:none;
color:#1b1d27;
font-size:15px;
text-align:center;
line-height:50px;
width:100%;
height:50px;
margin:0px auto;
}
#main-nav-mobile {
display:none;
}
.active-menu-icon-pro #main-nav-mobile  {
display:block;
}
.menu-collapser {
display:none !important;
}
#main-nav-mobile {
display:none;
background-color: #f9f9f9;
}
ul.mobile-menu-pro {
border-top:1px solid #dcdee1;
display:block !important;
}
ul.mobile-menu-pro {
overflow:hidden;
list-style-type: none; 
margin: 0 ; 
padding: 0 ;  
width: 100%; 
}
ul.mobile-menu-pro {
list-style-type: none;  
margin: 0;
padding: 0;
width: 100%;
}
ul.mobile-menu-pro li {
position: relative;
display: inline-block;
}
ul.mobile-menu-pro > li {
margin-right: -5px;
border-left: 1px rgba(0,0,0,  0.1);
}
ul.mobile-menu-pro > li:first-child {
border-left: 0
}
ul.mobile-menu-pro > li:last-child {
margin-right: 0
}
ul.mobile-menu-pro li a, ul.mobile-menu-pro .sf-mega h2.mega-menu-heading {
display: block;
text-transform:uppercase;
font-weight:600;
color:#23272c;
font-size:12px;
padding:20px 4%;
margin:0px;
}
body header ul.mobile-menu-pro .sf-mega h2.mega-menu-heading a {
color:#23272c;
font-size:12px;
}
header#masthead-pro.sidebar-header-hidden  ul.mobile-menu-pro .sf-mega li.sf-mega-section,
header#masthead-pro.sidebar-header  ul.mobile-menu-pro .sf-mega li.sf-mega-section { 
margin:0px;
padding:0px;
width:auto;
float:none;
}
ul.mobile-menu-pro .sf-mega h2.mega-menu-heading a {
padding:0px;
margin:0px;
border:none;
}
ul.mobile-menu-pro li li a {
padding-left:30px;
}
ul.mobile-menu-pro li li li a {
padding-left:35px;
}
ul.mobile-menu-pro li li li li a {
padding-left:40px;
}
ul.mobile-menu-pro a i {
padding-right:4px;
}
ul.mobile-menu-pro li .sub-collapser {
background: none;
position: absolute;
right: 0;
top: 0;
width:50px;
text-align: center;
z-index: 999;
cursor: pointer;
height:58px;
}
ul.mobile-menu-pro.collapsed li .sub-collapser:before {
position:absolute;
top:0px;
left:0px;
font:normal normal normal 17px/1 FontAwesome;
border:none;
content:"\f107";
text-align:center;
line-height:58px;
width:50px;
}
ul.mobile-menu-pro.collapsed li .sub-collapser.expanded {
-webkit-transform: rotate(180deg);
-moz-transform: rotate(180deg);
-o-transform: rotate(180deg);
-ms-transform: rotate(180deg);
transform: rotate(180deg);
}
ul.mobile-menu-pro li .sub-collapser > i { 
display:none;
}
ul.mobile-menu-pro li ul {
margin: 0;
list-style-type: none;
}
ul.mobile-menu-pro li ul {
padding-left:0px;
}
ul.mobile-menu-pro li ul li {
background:rgba(0,0,0,  0.04);
}
ul.mobile-menu-pro li ul li li:hover {
background:rgba(0,0,0,  0.04) !important;
}
ul.mobile-menu-pro li > ul {
display: none;
position: absolute;
left: 0;
top: 100%;
z-index: 999;
width: 100%;
}
ul.mobile-menu-pro li > ul > li ul {
display: none;
position: absolute;
left: 100%;
top: 0;
z-index: 999;
width: 100%;
}
ul.mobile-menu-pro.collapsed li {
display: block;
width: 100%;
box-sizing: border-box;
-moz-box-sizing: border-box;
-webkit-box-sizing: border-box
}
ul.mobile-menu-pro.collapsed li a {
display: block;
border-bottom: 1px solid rgba(0,0,0,  0.1);
box-sizing: border-box;
-moz-box-sizing: border-box;
-webkit-box-sizing: border-box
}
ul.mobile-menu-pro.collapsed li > ul {
display: none;
position: static;
} ul.mobile-menu-pro .sf-mega {
background:rgba(0,0,0,  0.04);
margin:0px;
border:none;
padding:0px;
}
ul.mobile-menu-pro .sf-mega .sf-mega-section {
width:100%;
float:none;
} #header-top-avlar {
border-bottom: 1px solid rgba(255,255,255,  0.08);
line-height:1;
font-size:13px;
}
#header-top-avlar, #header-top-avlar a {
color:#999999;
}
#header-top-avlar h6,  #header-top-avlar li.current-menu-item a, #header-top-avlar a:hover {
color:#ffffff;
}
#header-top-avlar h6 {
display:inline-block;
font-size:13px;
line-height:1;
margin:0px;
padding:0px;
margin-right:4px;
opacity:0.9;
}
#header-top-avlar .textwidget {display:inline-block;}
#header-top-avlar .widget {
display:inline-block;
margin-right:20px;
}
.header-top-right-avlar i, #header-top-avlar .widget i {
margin-right:5px;
}
.header-top-left-avlar {
float:left;
padding:8px 0px 10px 0px;
}
.header-top-right-avlar {
float:right;
}
#header-top-avlar .social-icons-widget-pro,
#header-top-avlar ul.social-ico {
margin:0px ;
padding:0px ;
list-style:none;
}
#header-top-avlar ul.social-ico li {
margin:0px ;
padding:0px ;
display:inline-block;
}
#header-top-avlar ul.social-ico li i {margin-right:0px;}
#header-top-avlar ul.social-ico li a {
margin:0px 4px -5px 0px;;
padding:4px;
min-width:11px;
font-size:10px;
}
.header-top-right-avlar {
position:relative;
z-index:50;
}
.header-top-right-avlar ul {
margin:0px;
padding:0px;
list-style:none;
float:right;
}
.header-top-right-avlar a {
padding-top:8px;
padding-bottom:10px;
display:inline-block;
}
body .header-top-right-avlar .sf-menu li a {
background:none;
padding:8px 0px 10px 0px;
margin:0px ;
}
body .header-top-right-avlar .sf-menu li {
padding:0px;
margin:0px;
margin-left:20px;
}
body .header-top-right-avlar .sf-menu li li { 
margin-left:0px; 
}
body .header-top-right-avlar .sf-menu li li a {
display:block;
padding:12px 16px;
background:rgba(255,255,255, 0.05);
font-size:12px;
}
body .header-top-right-avlar .sf-menu ul {
border:none;
}
.header-top-right-avlar .sf-arrows .sf-with-ul:after { 
display:none !important; 
}  .dsidx-resp-search-box label {
font-size:90%;
font-weight:500;
padding-bottom:3px;
}
body #sidebar .dsidx-resp-search-box input {
margin-bottom:0px;
}
.dsidx-resp-search-box .dsidx-resp-area  {
margin-bottom:25px;
}
.avlar-idx-content {
position:relative;
}
.avlar-idx-content .dsidx-paging-control {
text-align:left;
padding-top:14px;
padding-bottom:20px;
margin-bottom:25px;
border-bottom:1px solid #e8e8e8;
}
body .avlar-idx-content .dsidx-sorting-control {
position:absolute;
top:0px;
right:0px;
font-size:10px;
text-align:left;
}
body .avlar-idx-content .dsidx-sorting-control form {
position:relative;
top:-16px;
}
body .avlar-idx-content .dsidx-sorting-control form {
text-align:left;
}
#dsidx-disclaimer {
font-size:12px ;
opacity:0.8;
}
#dsidx-map-control  a {
display:block;
text-align:center;
background:#e7e7ec;
color:#777777;
padding:12px 0px;
font-weight:500;
line-height:1;
margin-bottom:10px;
font-size:14px;
-webkit-border-radius: 3px;
-moz-border-radius: 3px;
border-radius: 3px;
}
#dsidx-map-control  a:hover {
text-decoration:none;
opacity:1;
background:#e7e7ec;
color:#444444;
}
#dsidx-map-control  a img {
display:none;
}
body #content-pro .avlar-idx-content .dsidx-listing .dsidx-primary-data {
background:none;
}  .avlar-idx-content .dsidx-details #dsidx-header {
font-size:12px;
}
.avlar-idx-content .dsidx-details #dsidx-actions {
font-size:10px;
margin-bottom:20px;
padding-bottom:15px;
border-bottom:1px solid #e8e8e8;
}
.avlar-idx-content .dsidx-details #dsidx-actions a {
display:inline-block;
border-right:1px solid #e8e8e8;
color:#1e1e1e;
padding-right:15px;
}
.avlar-idx-content .dsidx-details a#dsidx-button-print {
border-right:none;
}
.avlar-idx-content .dsidx-details #dsidx-actions a:hover {
color:#1e1e1e;
text-decoration:none;
}
.avlar-idx-content .dsidx-details #dsidx-media-td {
padding-bottom:20px;
}
.avlar-idx-content .dsidx-details #dsidx-header table td,
.avlar-idx-content .dsidx-details #dsidx-header table {
border:none;
padding:0px;
}
.avlar-idx-content .dsidx-details #dsidx-header table#dsidx-primary-data tr#dsidx-price th,
.avlar-idx-content .dsidx-details #dsidx-header table#dsidx-primary-data tr#dsidx-price td,
.avlar-idx-content .dsidx-details #dsidx-header table#dsidx-primary-data tr#dsidx-price{
font-size:10px;
color:#525252;
font-weight:500;
font-size:18px;
letter-spacing:0.5px;
background:none;
padding:2px 0px;
}
.avlar-idx-content .dsidx-details #dsidx-header table#dsidx-primary-data {
font-size:14px;
margin-bottom:10px;
}
.avlar-idx-content .dsidx-details #dsidx-header table#dsidx-primary-data th {
background:none;
padding:5px 0px;
font-weight:500;
font-size:13px;
}
.avlar-idx-content .dsidx-details #dsidx-header table#dsidx-primary-data td {
background:none;
font-size:13px;
padding:5px 0px;
}
.avlar-idx-content .dsidx-details blockquote#dsidx-description {
border-left:0px;
margin-left:0px;
margin-bottom:30px;
}
.avlar-idx-content .dsidx-details  h3,
.avlar-idx-content .dsidx-details #dsidx-property-types {
color:#1e1e1e;
font-weight:500;
font-size:15px !important;
margin-bottom:8px;
padding-bottom:6px;
border-bottom:1px solid #e8e8e8 !important;
}
.avlar-idx-content .dsidx-details table td {
border:none;
}
.avlar-idx-content .dsidx-details table,
.avlar-idx-content .dsidx-details table.dsidx-fields,
.avlar-idx-content .dsidx-details table#dsidx-secondary-data {
font-size:14px;
margin-bottom:10px;
border:none;
}
.avlar-idx-content .dsidx-details table th,
.avlar-idx-content .dsidx-details table.dsidx-fields th,
.avlar-idx-content .dsidx-details table#dsidx-secondary-data th {
background:none;
padding:5px 0px;
font-weight:500;
font-size:13px;
}
.avlar-idx-content .dsidx-details table td,
.avlar-idx-content .dsidx-details table.dsidx-fields td,
.avlar-idx-content .dsidx-details table#dsidx-secondary-data td {
background:none;
font-size:13px;
padding:5px 0px;
}
.avlar-idx-content .dsidx-details table.dsidx-fields tr th {
font-weight:500 !important; 
}
.avlar-idx-content .dsidx-details table.dsidx-fields td b {
font-weight:400;
} .tml-profile ::-webkit-input-placeholder { opacity:1; color:#999999; }
.tml-profile ::-moz-placeholder { opacity:1; color:#999999; } 
.tml-profile :-ms-input-placeholder { opacity:1; color:#999999; }
.tml-lostpassword ::-webkit-input-placeholder { opacity:1; color:#999999; }
.tml-lostpassword ::-moz-placeholder { opacity:1; color:#999999; } 
.tml-lostpassword :-ms-input-placeholder { opacity:1; color:#999999; }
.tml-register ::-webkit-input-placeholder { opacity:1; color:#999999; }
.tml-register ::-moz-placeholder { opacity:1; color:#999999; } 
.tml-register :-ms-input-placeholder { opacity:1; color:#999999; }
.tml-login ::-webkit-input-placeholder { opacity:1; color:#999999; }
.tml-login ::-moz-placeholder { opacity:1; color:#999999; } 
.tml-login :-ms-input-placeholder { opacity:1; color:#999999; }
#commentform ::-webkit-input-placeholder { opacity:1; color:#999999; }
#commentform ::-moz-placeholder { opacity:1; color:#999999; } 
#commentform :-ms-input-placeholder { opacity:1; color:#999999; }
.CCM-Widget ::-webkit-input-placeholder { opacity:1; color:#999999; }
.CCM-Widget ::-moz-placeholder { opacity:1; color:#999999; } 
.CCM-Widget :-ms-input-placeholder { opacity:1; color:#999999; }
.wpcf7 ::-webkit-input-placeholder { opacity:1; color:#999999; }
.wpcf7 ::-moz-placeholder { opacity:1; color:#999999; } 
.wpcf7 :-ms-input-placeholder { opacity:1; color:#999999; }
.dsidx-resp-search-box  ::-webkit-input-placeholder { opacity:1; color:#999999; }
.dsidx-resp-search-box  ::-moz-placeholder { opacity:1; color:#999999; } 
.dsidx-resp-search-box  :-ms-input-placeholder { opacity:1; color:#999999; }
.tml-profile input:focus, .tml-profile textarea:focus,
.tml-lostpassword input:focus, .tml-lostpassword textarea:focus,
.tml-register input:focus, .tml-register textarea:focus,
.tml-login input:focus, .tml-login textarea:focus,
#sidebar .dsidx-resp-search-box input:focus,
.dsidx-resp-search-box input:focus,
#sidebar .CCM-Widget input:focus,
.CCM-Widget input:focus,
.post-password-form input:focus, 
.search-form input.search-field:focus, #sidebar .search-form input.search-field:focus,
.wpcf7 input:focus, .wpcf7 textarea:focus, #commentform input:focus, #commentform textarea:focus {
color:#1b1d27; 
border-color:#5ac763; 
outline:none; 
} body .screen-reader-text {
display:none;
}
.search-form input.search-field {
-webkit-transition-duration: 250ms; -webkit-transition-property: width, background, border; -webkit-transition-timing-function: ease;
-moz-transition-duration: 250ms; -moz-transition-property: width, background, border; -moz-transition-timing-function: ease;
-o-transition-duration: 250ms; -o-transition-property: width, background, border; -o-transition-timing-function: ease;
background-color:#f5f5f5;
font-size:13px;
border:2px solid #f5f5f5;
padding:11px 30px 11px 12px;
max-width:300px;
width:78%;
margin-bottom:20px;
position:relative;
background-image:url(//buildingsforsaletoronto.com/wp-content/themes/avlar-progression/images/search-magnify.png);
background-position:right 5px;
background-repeat:no-repeat;
-webkit-border-radius: 0px; -moz-border-radius: 0px; border-radius: 0px;
}
.search-form input.search-submit { display:none; }
@media screen and (-webkit-min-device-pixel-ratio: 1.5) {
.search-form input.search-field {background-image: url(//buildingsforsaletoronto.com/wp-content/themes/avlar-progression/images/search-magnify@2x.png); background-size:30px 30px;}
}
#sidebar .dsidx-resp-search-box input,
#sidebar .CCM-Widget input,
#sidebar .search-form input.search-field {
background-color:#ffffff;
border-color:#ffffff;
}
.wpcf7 input.wpcf7-not-valid {
border-color:#e54823;
}
span.required {
color:#da5454;
}
.tml-profile form input, .tml-profile form textarea {
-webkit-border-radius: 3px; -moz-border-radius: 3px; border-radius: 3px;
background:#ffffff;
padding:14px 16px;
border:2px solid #eee;
}
.tml-lostpassword form input, .tml-lostpassword form textarea,
.tml-register form input, .tml-register form textarea,
.tml-login form input, .tml-login form textarea,
.dsidx-resp-search-box input, .CCM-Widget input, .wpcf7 input, .wpcf7 textarea, #commentform input, #commentform textarea {	
-webkit-border-radius: 3px; -moz-border-radius: 3px; border-radius: 3px;
background:#f3f3f3;
padding:14px 16px;
border:2px solid #f5f5f5;
width:50%;
margin-bottom:20px;
font-size:14px;
}
.wpcf7 textarea, #commentform textarea {
width:80%;
}
.wpcf7 input, .wpcf7 textarea {
margin-bottom:0px;
}
.post-password-form input[type=submit] {
color:#ffffff;
background:red;
border:2px solid red;
}
.acf-form-submit input.button,
.tml-profile input.button-primary,
.tml-lostpassword input#wp-submit,
.tml-register input#wp-submit,
.tml-login input#wp-submit,
body input#dsidx-contact-form-submit,
body #sidebar .dsidx-resp-search-box .dsidx-resp-area-submit input,
.wpcf7 input.wpcf7-submit, #commentform input.submit {
-webkit-border-radius: 3px; -moz-border-radius: 3px; border-radius: 3px;
width:auto;
border:none;
display:inline-block;
line-height:1;
font-weight:500;
font-size:13px;
letter-spacing:1px;
color:#ffffff;
border:2px solid #5ac763;
padding:14px 20px;
margin:0 10px 5px 0;
letter-spacing:0.5px;
}
body #sidebar .dsidx-resp-search-box .dsidx-resp-area-submit input {
font-style:normal;
}
body input#dsidx-contact-form-submit:hover,
body #sidebar .dsidx-resp-search-box .dsidx-resp-area-submit input:hover,
.wpcf7 input.wpcf7-submit:hover, #commentform input.submit:hover {
background:#2d2e30;
border-color:#2d2e30;
color:#ffffff;
}
.wpcf7-not-valid-tip {
display:none !important;
}
body #sidebar .dsidx-resp-search-box .dsidx-resp-area-submit input {
width:100%;
}
.advanced-searchform-property  select, .advanced-searchform-property select,
.progression-search-home-container  select, .progression-search-home-container select {
-webkit-appearance: none; -moz-appearance: none; appearance: none;
} table.tml-form-table {
width:100%;
}
body .tml p.message {
font-size:11px;
padding:10px;
}
body .tml ul.tml-action-links {
padding:15px 0px 0px 15px;
}
body .tml ul.tml-action-links a {
font-size:14px;
font-weight:500;
text-decoration:underline;
}
body .tml-lostpassword,
body .tml-register,
body .tml-login {
width:500px;
max-width:100%;
margin:20px auto 20px auto;
}
.tml-lostpassword form#lostpasswordform,
.tml-register form#registerform,
.tml-login form#loginform {
-webkit-border-radius: 4px; -moz-border-radius: 4px; border-radius: 4px;
border:2px solid #f0f0f0;
padding:10%;
}
.tml-lostpassword form#lostpasswordform p,
.tml-register form#registerform p,
.tml-login form#loginform p {
margin-bottom:0px;
}
.tml-lostpassword form#lostpasswordform input,
.tml-register form#registerform input,
.tml-login form#loginform input {
width:100%;
}
.tml-lostpassword form#lostpasswordform p.tml-rememberme-wrap input,
body .tml-lostpassword input#wp-submit,
body .tml-register input#wp-submit,
.tml-register form#registerform p.tml-rememberme-wrap input,
.tml-login form#loginform p.tml-rememberme-wrap input,
body .tml-login input#wp-submit {
width:auto;
}
.tml p.error,
.tml-login form#loginform p.tml-rememberme-wrap {
font-size:12px;
}
.tml-login form#loginform p.tml-rememberme-wrap label {
padding-left:3px;
position:relative;
top:1px;
}
.tml p.error {
font-size:12px;
padding:15px;
}
.avlar-notify {
background:#fffee1;
border:1px solid #e7d95d;
font-size:13px;
padding:15px;
margin-bottom:100px;
}
body.single-property .avlar-notify {
margin-bottom:25px;
}
.avlar-notify a {
font-weight:500;
text-decoration:underline;
}
.avlar-notify p {
margin:0px;
} .tml-profile .tml-form-table label {
font-size:13px;
}
.tml-profile #message p {
display:none;
} .tml-profile .acf-label {
display:none;
}
.tml-profile .acf-field-image {
padding-top:0px !important;
padding-left:0px !important;
}
body .acf-form .acf-field .acf-input-wrap input {
-webkit-border-radius: 3px; -moz-border-radius: 3px; border-radius: 3px;
font-size:14px;
border:2px solid #eee;
}
body .acf-form .acf-label label  {
font-size:15px;
font-weight:500;
color:#1e1e1e;
} #page-loader-pro {
position: fixed;
left: 0px;
top: 0px;
width: 100%;
height: 100%;
z-index: 9999;
text-align:center;
color:#ffffff;
}
#center-loader {
position:fixed;
top:40%;
width:100%;
} .sk-double-bounce,.sk-rotating-plane{margin:40px auto;width:40px;height:40px}.sk-rotating-plane{background-color:#fff;-webkit-animation:sk-rotatePlane 1.2s infinite ease-in-out;animation:sk-rotatePlane 1.2s infinite ease-in-out}@-webkit-keyframes sk-rotatePlane{0%{-webkit-transform:perspective(120px) rotateX(0) rotateY(0);transform:perspective(120px) rotateX(0) rotateY(0)}50%{-webkit-transform:perspective(120px) rotateX(-180.1deg) rotateY(0);transform:perspective(120px) rotateX(-180.1deg) rotateY(0)}100%{-webkit-transform:perspective(120px) rotateX(-180deg) rotateY(-179.9deg);transform:perspective(120px) rotateX(-180deg) rotateY(-179.9deg)}}@keyframes sk-rotatePlane{0%{-webkit-transform:perspective(120px) rotateX(0) rotateY(0);transform:perspective(120px) rotateX(0) rotateY(0)}50%{-webkit-transform:perspective(120px) rotateX(-180.1deg) rotateY(0);transform:perspective(120px) rotateX(-180.1deg) rotateY(0)}100%{-webkit-transform:perspective(120px) rotateX(-180deg) rotateY(-179.9deg);transform:perspective(120px) rotateX(-180deg) rotateY(-179.9deg)}}.sk-double-bounce{position:relative}.sk-double-bounce .sk-child{width:100%;height:100%;border-radius:50%;background-color:#fff;opacity:.6;position:absolute;top:0;left:0;-webkit-animation:sk-doubleBounce 2s infinite ease-in-out;animation:sk-doubleBounce 2s infinite ease-in-out}.sk-double-bounce .sk-double-bounce2{-webkit-animation-delay:-1s;animation-delay:-1s}@-webkit-keyframes sk-doubleBounce{0%,100%{-webkit-transform:scale(0);transform:scale(0)}50%{-webkit-transform:scale(1);transform:scale(1)}}@keyframes sk-doubleBounce{0%,100%{-webkit-transform:scale(0);transform:scale(0)}50%{-webkit-transform:scale(1);transform:scale(1)}}.sk-wave{margin:40px auto;width:50px;height:40px;text-align:center;font-size:10px}.sk-wave .sk-rect{background-color:#fff;height:100%;width:6px;display:inline-block;-webkit-animation:sk-waveStretchDelay 1.2s infinite ease-in-out;animation:sk-waveStretchDelay 1.2s infinite ease-in-out}.sk-wave .sk-rect1{-webkit-animation-delay:-1.2s;animation-delay:-1.2s}.sk-wave .sk-rect2{-webkit-animation-delay:-1.1s;animation-delay:-1.1s}.sk-wave .sk-rect3{-webkit-animation-delay:-1s;animation-delay:-1s}.sk-wave .sk-rect4{-webkit-animation-delay:-.9s;animation-delay:-.9s}.sk-wave .sk-rect5{-webkit-animation-delay:-.8s;animation-delay:-.8s}@-webkit-keyframes sk-waveStretchDelay{0%,100%,40%{-webkit-transform:scaleY(.4);transform:scaleY(.4)}20%{-webkit-transform:scaleY(1);transform:scaleY(1)}}@keyframes sk-waveStretchDelay{0%,100%,40%{-webkit-transform:scaleY(.4);transform:scaleY(.4)}20%{-webkit-transform:scaleY(1);transform:scaleY(1)}}.sk-wandering-cubes{margin:40px auto;width:40px;height:40px;position:relative}.sk-wandering-cubes .sk-cube{background-color:#fff;width:10px;height:10px;position:absolute;top:0;left:0;-webkit-animation:sk-wanderingCube 1.8s ease-in-out -1.8s infinite both;animation:sk-wanderingCube 1.8s ease-in-out -1.8s infinite both}.sk-chasing-dots,.sk-spinner-pulse{margin:40px auto;width:40px;height:40px}.sk-wandering-cubes .sk-cube2{-webkit-animation-delay:-.9s;animation-delay:-.9s}@-webkit-keyframes sk-wanderingCube{0%{-webkit-transform:rotate(0);transform:rotate(0)}25%{-webkit-transform:translateX(30px) rotate(-90deg) scale(.5);transform:translateX(30px) rotate(-90deg) scale(.5)}50%{-webkit-transform:translateX(30px) translateY(30px) rotate(-179deg);transform:translateX(30px) translateY(30px) rotate(-179deg)}50.1%{-webkit-transform:translateX(30px) translateY(30px) rotate(-180deg);transform:translateX(30px) translateY(30px) rotate(-180deg)}75%{-webkit-transform:translateX(0) translateY(30px) rotate(-270deg) scale(.5);transform:translateX(0) translateY(30px) rotate(-270deg) scale(.5)}100%{-webkit-transform:rotate(-360deg);transform:rotate(-360deg)}}@keyframes sk-wanderingCube{0%{-webkit-transform:rotate(0);transform:rotate(0)}25%{-webkit-transform:translateX(30px) rotate(-90deg) scale(.5);transform:translateX(30px) rotate(-90deg) scale(.5)}50%{-webkit-transform:translateX(30px) translateY(30px) rotate(-179deg);transform:translateX(30px) translateY(30px) rotate(-179deg)}50.1%{-webkit-transform:translateX(30px) translateY(30px) rotate(-180deg);transform:translateX(30px) translateY(30px) rotate(-180deg)}75%{-webkit-transform:translateX(0) translateY(30px) rotate(-270deg) scale(.5);transform:translateX(0) translateY(30px) rotate(-270deg) scale(.5)}100%{-webkit-transform:rotate(-360deg);transform:rotate(-360deg)}}.sk-spinner-pulse{background-color:#fff;border-radius:100%;-webkit-animation:sk-pulseScaleOut 1s infinite ease-in-out;animation:sk-pulseScaleOut 1s infinite ease-in-out}@-webkit-keyframes sk-pulseScaleOut{0%{-webkit-transform:scale(0);transform:scale(0)}100%{-webkit-transform:scale(1);transform:scale(1);opacity:0}}@keyframes sk-pulseScaleOut{0%{-webkit-transform:scale(0);transform:scale(0)}100%{-webkit-transform:scale(1);transform:scale(1);opacity:0}}.sk-chasing-dots{position:relative;text-align:center;-webkit-animation:sk-chasingDotsRotate 2s infinite linear;animation:sk-chasingDotsRotate 2s infinite linear}.sk-chasing-dots .sk-child{width:60%;height:60%;display:inline-block;position:absolute;top:0;background-color:#fff;border-radius:100%;-webkit-animation:sk-chasingDotsBounce 2s infinite ease-in-out;animation:sk-chasingDotsBounce 2s infinite ease-in-out}.sk-chasing-dots .sk-dot2{top:auto;bottom:0;-webkit-animation-delay:-1s;animation-delay:-1s}@-webkit-keyframes sk-chasingDotsRotate{100%{-webkit-transform:rotate(360deg);transform:rotate(360deg)}}@keyframes sk-chasingDotsRotate{100%{-webkit-transform:rotate(360deg);transform:rotate(360deg)}}@-webkit-keyframes sk-chasingDotsBounce{0%,100%{-webkit-transform:scale(0);transform:scale(0)}50%{-webkit-transform:scale(1);transform:scale(1)}}@keyframes sk-chasingDotsBounce{0%,100%{-webkit-transform:scale(0);transform:scale(0)}50%{-webkit-transform:scale(1);transform:scale(1)}}.sk-three-bounce{margin:40px auto;width:70px;text-align:center}.sk-three-bounce .sk-child{width:18px;height:18px;background-color:#fff;border-radius:100%;display:inline-block;-webkit-animation:sk-three-bounce 1.4s ease-in-out 0s infinite both;animation:sk-three-bounce 1.4s ease-in-out 0s infinite both}.sk-circle .sk-child:before,.sk-fading-circle .sk-circle:before{content:'';display:block;background-color:#fff;border-radius:100%}.sk-three-bounce .sk-bounce1{-webkit-animation-delay:-.32s;animation-delay:-.32s}.sk-three-bounce .sk-bounce2{-webkit-animation-delay:-.16s;animation-delay:-.16s}@-webkit-keyframes sk-three-bounce{0%,100%,80%{-webkit-transform:scale(0);transform:scale(0)}40%{-webkit-transform:scale(1);transform:scale(1)}}@keyframes sk-three-bounce{0%,100%,80%{-webkit-transform:scale(0);transform:scale(0)}40%{-webkit-transform:scale(1);transform:scale(1)}}.sk-circle{margin:40px auto;width:40px;height:40px;position:relative}.sk-circle .sk-child{width:100%;height:100%;position:absolute;left:0;top:0}.sk-circle .sk-child:before{margin:0 auto;width:15%;height:15%;-webkit-animation:sk-circleBounceDelay 1.2s infinite ease-in-out both;animation:sk-circleBounceDelay 1.2s infinite ease-in-out both}.sk-circle .sk-circle2{-webkit-transform:rotate(30deg);-ms-transform:rotate(30deg);transform:rotate(30deg)}.sk-circle .sk-circle3{-webkit-transform:rotate(60deg);-ms-transform:rotate(60deg);transform:rotate(60deg)}.sk-circle .sk-circle4{-webkit-transform:rotate(90deg);-ms-transform:rotate(90deg);transform:rotate(90deg)}.sk-circle .sk-circle5{-webkit-transform:rotate(120deg);-ms-transform:rotate(120deg);transform:rotate(120deg)}.sk-circle .sk-circle6{-webkit-transform:rotate(150deg);-ms-transform:rotate(150deg);transform:rotate(150deg)}.sk-circle .sk-circle7{-webkit-transform:rotate(180deg);-ms-transform:rotate(180deg);transform:rotate(180deg)}.sk-circle .sk-circle8{-webkit-transform:rotate(210deg);-ms-transform:rotate(210deg);transform:rotate(210deg)}.sk-circle .sk-circle9{-webkit-transform:rotate(240deg);-ms-transform:rotate(240deg);transform:rotate(240deg)}.sk-circle .sk-circle10{-webkit-transform:rotate(270deg);-ms-transform:rotate(270deg);transform:rotate(270deg)}.sk-circle .sk-circle11{-webkit-transform:rotate(300deg);-ms-transform:rotate(300deg);transform:rotate(300deg)}.sk-circle .sk-circle12{-webkit-transform:rotate(330deg);-ms-transform:rotate(330deg);transform:rotate(330deg)}.sk-circle .sk-circle2:before{-webkit-animation-delay:-1.1s;animation-delay:-1.1s}.sk-circle .sk-circle3:before{-webkit-animation-delay:-1s;animation-delay:-1s}.sk-circle .sk-circle4:before{-webkit-animation-delay:-.9s;animation-delay:-.9s}.sk-circle .sk-circle5:before{-webkit-animation-delay:-.8s;animation-delay:-.8s}.sk-circle .sk-circle6:before{-webkit-animation-delay:-.7s;animation-delay:-.7s}.sk-circle .sk-circle7:before{-webkit-animation-delay:-.6s;animation-delay:-.6s}.sk-circle .sk-circle8:before{-webkit-animation-delay:-.5s;animation-delay:-.5s}.sk-circle .sk-circle9:before{-webkit-animation-delay:-.4s;animation-delay:-.4s}.sk-circle .sk-circle10:before{-webkit-animation-delay:-.3s;animation-delay:-.3s}.sk-circle .sk-circle11:before{-webkit-animation-delay:-.2s;animation-delay:-.2s}.sk-circle .sk-circle12:before{-webkit-animation-delay:-.1s;animation-delay:-.1s}@-webkit-keyframes sk-circleBounceDelay{0%,100%,80%{-webkit-transform:scale(0);transform:scale(0)}40%{-webkit-transform:scale(1);transform:scale(1)}}@keyframes sk-circleBounceDelay{0%,100%,80%{-webkit-transform:scale(0);transform:scale(0)}40%{-webkit-transform:scale(1);transform:scale(1)}}.sk-cube-grid{width:40px;height:40px;margin:40px auto}.sk-cube-grid .sk-cube{width:33%;height:33%;background-color:#fff;float:left;-webkit-animation:sk-cubeGridScaleDelay 1.3s infinite ease-in-out;animation:sk-cubeGridScaleDelay 1.3s infinite ease-in-out}.sk-cube-grid .sk-cube1{-webkit-animation-delay:.2s;animation-delay:.2s}.sk-cube-grid .sk-cube2{-webkit-animation-delay:.3s;animation-delay:.3s}.sk-cube-grid .sk-cube3{-webkit-animation-delay:.4s;animation-delay:.4s}.sk-cube-grid .sk-cube4{-webkit-animation-delay:.1s;animation-delay:.1s}.sk-cube-grid .sk-cube5{-webkit-animation-delay:.2s;animation-delay:.2s}.sk-cube-grid .sk-cube6{-webkit-animation-delay:.3s;animation-delay:.3s}.sk-cube-grid .sk-cube7{-webkit-animation-delay:0s;animation-delay:0s}.sk-cube-grid .sk-cube8{-webkit-animation-delay:.1s;animation-delay:.1s}.sk-cube-grid .sk-cube9{-webkit-animation-delay:.2s;animation-delay:.2s}@-webkit-keyframes sk-cubeGridScaleDelay{0%,100%,70%{-webkit-transform:scale3D(1,1,1);transform:scale3D(1,1,1)}35%{-webkit-transform:scale3D(0,0,1);transform:scale3D(0,0,1)}}@keyframes sk-cubeGridScaleDelay{0%,100%,70%{-webkit-transform:scale3D(1,1,1);transform:scale3D(1,1,1)}35%{-webkit-transform:scale3D(0,0,1);transform:scale3D(0,0,1)}}.sk-fading-circle{margin:40px auto;width:40px;height:40px;position:relative}.sk-fading-circle .sk-circle{width:100%;height:100%;position:absolute;left:0;top:0}.sk-fading-circle .sk-circle:before{margin:0 auto;width:15%;height:15%;-webkit-animation:sk-circleFadeDelay 1.2s infinite ease-in-out both;animation:sk-circleFadeDelay 1.2s infinite ease-in-out both}.sk-fading-circle .sk-circle2{-webkit-transform:rotate(30deg);-ms-transform:rotate(30deg);transform:rotate(30deg)}.sk-fading-circle .sk-circle3{-webkit-transform:rotate(60deg);-ms-transform:rotate(60deg);transform:rotate(60deg)}.sk-fading-circle .sk-circle4{-webkit-transform:rotate(90deg);-ms-transform:rotate(90deg);transform:rotate(90deg)}.sk-fading-circle .sk-circle5{-webkit-transform:rotate(120deg);-ms-transform:rotate(120deg);transform:rotate(120deg)}.sk-fading-circle .sk-circle6{-webkit-transform:rotate(150deg);-ms-transform:rotate(150deg);transform:rotate(150deg)}.sk-fading-circle .sk-circle7{-webkit-transform:rotate(180deg);-ms-transform:rotate(180deg);transform:rotate(180deg)}.sk-fading-circle .sk-circle8{-webkit-transform:rotate(210deg);-ms-transform:rotate(210deg);transform:rotate(210deg)}.sk-fading-circle .sk-circle9{-webkit-transform:rotate(240deg);-ms-transform:rotate(240deg);transform:rotate(240deg)}.sk-fading-circle .sk-circle10{-webkit-transform:rotate(270deg);-ms-transform:rotate(270deg);transform:rotate(270deg)}.sk-fading-circle .sk-circle11{-webkit-transform:rotate(300deg);-ms-transform:rotate(300deg);transform:rotate(300deg)}.sk-fading-circle .sk-circle12{-webkit-transform:rotate(330deg);-ms-transform:rotate(330deg);transform:rotate(330deg)}.sk-fading-circle .sk-circle2:before{-webkit-animation-delay:-1.1s;animation-delay:-1.1s}.sk-fading-circle .sk-circle3:before{-webkit-animation-delay:-1s;animation-delay:-1s}.sk-fading-circle .sk-circle4:before{-webkit-animation-delay:-.9s;animation-delay:-.9s}.sk-fading-circle .sk-circle5:before{-webkit-animation-delay:-.8s;animation-delay:-.8s}.sk-fading-circle .sk-circle6:before{-webkit-animation-delay:-.7s;animation-delay:-.7s}.sk-fading-circle .sk-circle7:before{-webkit-animation-delay:-.6s;animation-delay:-.6s}.sk-fading-circle .sk-circle8:before{-webkit-animation-delay:-.5s;animation-delay:-.5s}.sk-fading-circle .sk-circle9:before{-webkit-animation-delay:-.4s;animation-delay:-.4s}.sk-fading-circle .sk-circle10:before{-webkit-animation-delay:-.3s;animation-delay:-.3s}.sk-fading-circle .sk-circle11:before{-webkit-animation-delay:-.2s;animation-delay:-.2s}.sk-fading-circle .sk-circle12:before{-webkit-animation-delay:-.1s;animation-delay:-.1s}@-webkit-keyframes sk-circleFadeDelay{0%,100%,39%{opacity:0}40%{opacity:1}}@keyframes sk-circleFadeDelay{0%,100%,39%{opacity:0}40%{opacity:1}}
.sk-circle .sk-child:before,
.sk-rotating-plane, .sk-double-bounce .sk-child, .sk-wave .sk-rect, .sk-wandering-cubes .sk-cube, .sk-spinner-pulse, .sk-chasing-dots .sk-child, .sk-three-bounce .sk-child,
.sk-fading-circle .sk-circle:before, .sk-cube-grid .sk-cube{background-color:#aaaaaa;}
#page-loader-pro { background:#f1f1f1; color:#aaaaaa; }
@-webkit-keyframes opacity-pro {
0% { opacity: 1; }
100% { opacity: 0; }
}
@-moz-keyframes opacity-pro {
0% { opacity: 1; }
100% { opacity: 0; }
}
.finished-loading #center-loader {
opacity:0;
}
#loading-pro {
margin-top:-15px;
font-weight:600;
font-size:14px;
}
#loading-pro span { 
-webkit-animation-name: opacity-pro;
-webkit-animation-duration: 800ms;
-webkit-animation-iteration-count: infinite;
-moz-animation-name: opacity-pro;
-moz-animation-duration: 800ms;
-moz-animation-iteration-count: infinite;
}
#loading-pro span:nth-child(2) {
-webkit-animation-delay: 100ms; 
-moz-animation-delay: 100ms;
}
#loading-pro span:nth-child(3) {
-webkit-animation-delay: 200ms;
-moz-animation-delay: 200ms;
} #search-form-full-progression {
-webkit-border-radius: 4px; -moz-border-radius: 4px; border-radius: 4px;
background:#f7f7f8;
padding:20px 0px 20px 20px;
margin-bottom:50px;
}
#search-form-full-progression .search-sidebar-price-container-pro,
#search-form-full-progression .search-field-progression {
width:23%;
float:left;
padding-right:2%;
margin-bottom:20px;
}
#sidebar .property-baths-progression.search-field-progression,
#sidebar .property-beds-progression.search-field-progression,
#sidebar .search-sidebar-price-container-pro .search-field-progression {
margin-bottom:0px ;
}
#search-form-full-progression .search-sidebar-price-container-pro .price-max-progression {
float:right;
width:45%;
margin-bottom:0px;
padding-right:0px;
}
#search-form-full-progression .search-sidebar-price-container-pro .price-min-progression {
float:left;
width:45%;
position:relative;
margin-bottom:0px;
padding-right:0px;
}
#search-form-full-progression .search-sidebar-price-container-pro .to-progression {
}
#search-form-full-progression .clearfix-pro {
display:none;
}
#search-form-full-progression input.submit-search-pro {
display:block;
width:auto;
line-height:1;
border:none;
margin:10px 0px 0px 0px;
padding:15px 22px;
font-size:14px;
letter-spacing:0.5px;
text-transform:uppercase;
font-weight:700;
background:#5ac763;
color:#ffffff;
-webkit-border-radius: 4px; -moz-border-radius: 4px; border-radius: 4px;
}
#search-form-full-progression input.submit-search-pro:hover {
color:#ffffff;
background:#2d2e30;
}
.search-field-progression input, .advanced-searchform-property select { 
-webkit-appearance: none;
}
.property-beds-progression,
.price-min-progression {
float:left;
width:45%;
position:relative;
}
.to-progression {
display:block;
position:absolute;
top:50%;
margin-top:-5px;
right:-18px;
z-index:5;
font-weight:500;
line-height:1;
font-size:10px;
}
.property-baths-progression,
.price-max-progression {
float:right;
width:45%;
}
#sidebar .advanced-searchform-property {
padding:5px 0px 23px 0px;
}
#sidebar .search-field-progression {
margin-bottom:15px;
}
#search-form-full-progression input.search-field-progression,
#sidebar .advanced-searchform-property input.search-field-progression {
-webkit-transition-duration: 250ms; -webkit-transition-property: width, background, border; -webkit-transition-timing-function: ease;
-moz-transition-duration: 250ms; -moz-transition-property: width, background, border; -moz-transition-timing-function: ease;
-o-transition-duration: 250ms; -o-transition-property: width, background, border; -o-transition-timing-function: ease;
font-size:13px;
border:2px solid rgba(0,0,0, 0.09);
background:#ffffff;
padding:11px 30px 11px 12px;
max-width:300px !important;
width:81% !important;
position:relative;
margin:0px;
background-position:right 5px;
background-repeat:no-repeat;
-webkit-border-radius: 4px; -moz-border-radius: 4px; border-radius: 4px;
}
@media only screen and (min-width: 768px) and (max-width: 959px) {
#search-form-full-progression input.search-field-progression,
#sidebar .advanced-searchform-property input.search-field-progression { width: 72%; }
}
#search-form-full-progression input.search-field-progression:focus,
#sidebar  .advanced-searchform-property input.search-field-progression:focus {
color:#1b1d27;
border-color:#5ac763;
outline:none;
}
#sidebar .advanced-searchform-property input.submit-search-pro {
display:inline-block;
line-height:1;
border:none;
margin:10px 0px 0px 0px;
padding:14px 0px;
font-size:14px;
letter-spacing:0.5px;
text-transform:uppercase;
font-weight:700;
background:#5ac763;
color:#ffffff;
width:100%;
-webkit-border-radius: 4px; -moz-border-radius: 4px; border-radius: 4px;
}
#sidebar .advanced-searchform-property input.submit-search-pro:hover {
color:#ffffff;
background:#2d2e30;
} .selectric-wrapper {
position: relative;
cursor: pointer;
}
.selectric-responsive {
width: 100%;
}
.selectric {
-webkit-border-radius: 3px; -moz-border-radius: 3px; border-radius: 3px;
border: 2px solid #e7e7ec;
background: #e7e7ec;
position: relative;
-webkit-box-shadow: 	1px 1px 2px rgba(0,0,0, 0.15);
-moz-box-shadow:  		1px 1px 2px rgba(0,0,0, 0.15);
box-shadow:  			1px 1px 2px rgba(0,0,0, 0.15);
-webkit-touch-callout: none; -webkit-user-select: none;  -khtml-user-select: none;  -moz-user-select: none;  -ms-user-select: none; user-select: none;
}
.selectric .label {
display: block;
white-space: nowrap;
overflow: hidden;
text-overflow: ellipsis;
margin: 0 40px 0 14px;
font-size: 13px;
font-weight:500;
line-height: 40px;
height: 40px;
color:#777777;
}
.selectric .button {
display: block;
position: absolute;
right: 0;
top: 0;
width: 40px;
height: 40px;
color: #aaaaaa;
text-align: center;
font: 0/0 a;
*font: 20px/40px Lucida Sans Unicode, Arial Unicode MS, Arial;
}
.selectric .button:after {
content: " ";
position: absolute;
top: 0;
right: 0;
bottom: 0;
left: 0;
margin: auto;
width: 0;
height: 0;
border: 4px solid transparent;
border-top-color: #aaaaaa;
border-bottom: none;
}
.selectric-open { 
z-index: 9999;
} .selectric-open .selectric-items { display: block; }
.selectric-disabled { filter: alpha(opacity=50); opacity: 0.5;  cursor: default;  -webkit-user-select: none; -moz-user-select: none; -ms-user-select: none; user-select: none; }
.selectric-hide-select { position: relative; overflow: hidden; width: 0; height: 0; }
.selectric-hide-select select { position: absolute; left: -100%;  display: none; }
.selectric-input { position: absolute !important; top: 0 !important; left: 0 !important; overflow: hidden !important; clip: rect(0, 0, 0, 0) !important; margin: 0 !important;  padding: 0 !important; width: 1px !important;height: 1px !important; outline: none !important; border: none !important; *font: 0/0 a !important; background: none !important;}
.selectric-temp-show { position: absolute !important;visibility: hidden !important; display: block !important;} .selectric-items {
display: none;
position: absolute;
top: 100%;
left: 0;
background: #ffffff;
border: 1px solid rgba(0,0,0, 0.1);
z-index: -1;
-webkit-box-shadow: 	0px 2px 3px rgba(0,0,0, 0.09);
-moz-box-shadow:  	0px 2px 3px rgba(0,0,0, 0.09);
box-shadow:  			0px 2px 3px rgba(0,0,0, 0.09);
}
.selectric-items .selectric-scroll {
height: 100%;
overflow: auto;
}
.selectric-above .selectric-items { 
top: auto;
bottom: 100%;
}
.selectric-items ul, .selectric-items li {
list-style: none;
padding: 0;
margin: 0;
font-size: 12px;
font-weight:500;
line-height: 20px;
min-height: 20px;
}
.selectric-items li {
display: block;
padding: 8px;
border-bottom: 1px solid  rgba(0,0,0, 0.06);
color: #888888;
cursor: pointer;
}
.selectric-items li:last-child {border:none;}
.selectric-items li.selected:hover,
.selectric-items li.selected {
background: rgba(0,0,0, 0.05);
color: #666666;
}
.selectric-items li:hover {
background: rgba(0,0,0, 0.02);
color: #666666;
}
.selectric-items .disabled {
filter: alpha(opacity=50);
opacity: 0.5;
cursor: default !important;
background: none !important;
color: #666 !important;
-webkit-user-select: none; -moz-user-select: none; -ms-user-select: none; user-select: none;
}
.selectric-items .selectric-group .selectric-group-label {
font-weight: bold;
padding-left: 10px;
cursor: default;
-webkit-user-select: none;  -moz-user-select: none;  -ms-user-select: none;  user-select: none;
background: none;
color: #444;
}
.selectric-items .selectric-group.disabled li {
filter: alpha(opacity=100);
opacity: 1;
}
.selectric-items .selectric-group li {
padding-left: 25px;
}
#sidebar .selectric-wrapper ul li:before {
display:none;
}
#sidebar .selectric-wrapper ul {
margin:0px;
padding:0px;
}
#sidebar .selectric-wrapper ul li {
margin:0px;
padding:8px 14px;
}
body .avlar-idx-content .dsidx-sorting-control .selectric, .sortable-search .selectric {
border:none;
background: #f7f7f8;
-webkit-box-shadow: 	1px 1px 2px rgba(0,0,0, 0);
-moz-box-shadow:  		1px 1px 2px rgba(0,0,0, 0);
box-shadow:  			1px 1px 2px rgba(0,0,0, 0);  
}
body .avlar-idx-content .dsidx-sorting-control .sortable-search .selectric .label,
.sortable-search .selectric .label {
margin: 0 50px 0 14px;
font-size: 11px;
line-height: 34px;
height: 34px;
}
body .avlar-idx-content .dsidx-sorting-control .sortable-search .selectric .button,
.sortable-search .selectric .button {
width: 34px;
height: 34px;
*font: 20px/34px Lucida Sans Unicode, Arial Unicode MS, Arial;
}
body .avlar-idx-content .dsidx-sorting-control .sortable-search .selectric-items ul, body .avlar-idx-content .dsidx-sorting-control .sortable-search .selectric-items li,
.sortable-search .selectric-items ul, .sortable-search .selectric-items li {
font-size: 10px;
line-height: 20px;
min-height: 20px;
}
.sortable-search .selectric-items li {padding: 5px 14px; }
body .avlar-idx-content .dsidx-sorting-control .sortable-search .selectric-items li {
padding: 5px 25px; 
}
.home-search-property-status-progression .selectric {
margin:0px;
padding:0px;
-webkit-border-radius: 0px; -moz-border-radius: 0px; border-radius: 0px;
border:none;
border-right:1px solid #e5e5e5;
background: none;
-webkit-box-shadow: 	none; -moz-box-shadow:  	none; box-shadow:  			none;  
}
.home-search-property-status-progression .selectric .label {
margin: 0 50px 0 18px;
font-size: 15px;
font-weight:500;
line-height: 58px;
height: 58px;
color:#1f1f1f;
}
.home-search-property-status-progression .selectric .button {
width: 50px;
height: 58px;
color: #1f1f1f;
}
.home-search-property-status-progression .selectric .button:after {
border: 4px solid transparent;
border-top-color: #1f1f1f;
border-bottom: none;
}
.home-search-property-status-progression .selectric-items {
margin-top:-3px;
text-align:left;
background: #ffffff;
border:none;
-webkit-border-bottom-right-radius: 3px;
-webkit-border-bottom-left-radius: 3px;
-moz-border-radius-bottomright: 3px;
-moz-border-radius-bottomleft: 3px;
border-bottom-right-radius: 3px;
border-bottom-left-radius: 3px;
-webkit-box-shadow: 	none; -moz-box-shadow:  	none; box-shadow:  			none;
}
.home-search-property-status-progression .selectric-items ul, .home-search-property-status-progression .selectric-items li {
font-size: 12px;
font-weight:500;
line-height: 20px;
min-height: 20px;
}
.home-search-property-status-progression .selectric-items li {
padding: 12px 18px;
border-bottom: 1px solid  rgba(0,0,0, 0.06);
color: #888888;
cursor: pointer;
}
.home-search-property-status-progression .selectric-items li:last-child {border:none;}
.home-search-property-status-progression .selectric-items li.selected:hover,
.home-search-property-status-progression .selectric-items li.selected {
background: none;
color: #1f1f1f;
}
.home-search-property-status-progression .selectric-items li:hover {
background: none;
color: #666666;
} @media print {
* { box-shadow:none !important; text-shadow: none !important; filter:none !important; -ms-filter: none !important; } 
a, a:visited { text-decoration: underline; }
pre, blockquote { border: 1px solid #999; page-break-inside: avoid; }
thead { display: table-header-group; } 
tr, img { page-break-inside: avoid; }
img { max-width: 100% !important; }
@page { margin: 0.5cm; }
p, h2, h3 { orphans: 3; widows: 3; }
h2, h3 { page-break-after: avoid; }
ul#printed-images-progression {
margin:0px;
list-style:none;
display:block;
padding-bottom:50px;
}
ul#printed-images-progression li {
margin:0px;
padding:0px;
display:none;
max-width:80%;
}
ul#printed-images-progression li:first-child {
display:block;
}
h6.single-property-tax-status {
padding:45px 0px 15px 0px;
}
#carousel-property-progression, .progression-etabs, #property-gallery-progression,  a.prop-slide-bg-pro, header#masthead-pro, #page-title-pro, footer#site-footer, .vide-single-property-avlar, .social-sharing-propety-single-avlar, #sidebar {
display:none !important;
}
}
body, .progression-share-section-listing {
color: #8b8b8b;
font-family: 'Roboto';
font-size: 15px;
line-height: 1.65;
}
h1 {
color: #1e1e1e;
font-size: 28px;
line-height: 1.2;
margin-bottom: 15px;
text-decoration: none;
text-transform: none;
}
h2 {
color: #1b1d27;
font-size: 24px;
line-height: 1.4;
margin-bottom: 15px;
text-decoration: none;
text-transform: none;
}
h3 {
color: #1b1d27;
font-size: 22px;
line-height: 1.4;
margin-bottom: 15px;
text-decoration: none;
text-transform: none;
}
h4, h3#reply-title {
color: #1b1d27;
font-size: 20px;
line-height: 1.4;
margin-bottom: 15px;
text-decoration: none;
text-transform: none;
}
h5 {
color: #1b1d27;
font-size: 18px;
line-height: 1.4;
margin-bottom: 15px;
text-decoration: none;
text-transform: none;
}
h6 {
color: #1b1d27;
font-size: 15px;
line-height: 1.4;
margin-bottom: 15px;
text-decoration: none;
text-transform: none;
}
nav#site-navigation {
font-family: 'Roboto';
}
.sf-menu li li a {
font-family: 'Roboto';
}
.sf-mega h2.mega-menu-heading, body header .sf-mega h2.mega-menu-heading a {
color: #1e1e1e;
font-family: 'Roboto';
}
footer#site-footer h4.widget-title {
color: #ffffff;
font-size: 20px;
letter-spacing: 1px;
margin-bottom: 25px;
text-transform: uppercase;
}
footer#site-footer {
color: #a9abad;
font-size: 15px;
}
#page-title-pro h1 {
color: #1e1e1e;
font-size: 32px;
line-height: 1.1;
text-decoration: none;
text-transform: uppercase;
}
.post-container-pro h2.blog-title-pro {
color: #1e1e1e;
font-size: 30px;
margin-bottom: 15px;
text-decoration: none;
text-transform: normal;
}
h2.widget-title, #sidebar .CCM-WidgetTitle, #sidebar h6.widget-title {
color: #1e1e1e;
font-size: 17px;
margin-bottom: 15px;
text-decoration: none;
text-transform: uppercase;
}
h2.property-title-pro a {
font-size: 17px;
text-decoration: none;
}
.property-container-pro.overlay-layout-pro h2.property-title-pro a:hover, .property-container-pro.overlay-layout-pro h2.property-title-pro a, .property-container-pro.overlay-layout-pro h2.property-title-pro {
font-size: 25px;
text-decoration: none;
}
h4.property-address-pro a:hover, h4.property-address-pro a, h4.property-address-pro {
color: #a2a2a2;
font-size: 14px;
text-decoration: none;
}
ul.property-meta-index-pro {
color: #525252;
font-size: 13px;
text-decoration: none;
}
h2.single-property-title-pro {
font-size: 28px;
text-decoration: none;
}
h4.single-property-address-pro {
font-size: 17px;
text-decoration: none;
}
.single-meta-progression .single-meta-under-pro {
font-size: 18px;
text-decoration: none;
}
h5.sub-heading-listing-avlar {
font-size: 18px;
text-decoration: none;
}  @media only screen and (min-width: 960px) and (max-width: 1300px) {
.width-container-pro {
width:92%; 
} #header-top-avlar .widget {
margin-right:14px;
}
.header-top-right-avlar ul li {
margin-left:14px;
} #progression-search-homepage, .progression-home-slide-bg { 
height:490px;
}
.progression-homepage-slider-caption h2.slider-title-progression {
font-size:30px;
}
.progression-homepage-slider-caption .progression-slidercontent {
font-size:20px;
}
.progression-homepage-slider-caption .price-index-pro {
font-size:15px;
padding:9px 14px;
}
.progression-homepage-slider-caption .overlay-status-pro {
padding:7px 11px; 
font-size:9px;
top:-7px;
}
ul.slider-meta-index-pro li span:after {
height:12px;
}
ul.slider-meta-index-pro {
font-size:16px;
}
.sf-menu a {
padding-right:11px;
padding-left:11px;
} #progression-search-caption-home {
height:160px;
margin-top:-80px;
}
#progression-home-search-title {
font-size:48px; 
margin-bottom:30px;
}
.progression-search-home-container {
font-size:14px; 
}
.home-advanced-searchform-property .home-keyword-search-progression input { 
width:380px;
padding:18px 22px;
} } @media only screen and (min-width: 768px) and (max-width: 959px) {
body #boxed-layout-pro {
margin-top:0px;
}
body #boxed-layout-pro {
width:100%;
}
.width-container-pro, body #boxed-layout-pro .width-container-pro  { 
width:92%; 
}
body #sticky-header-pro {
position:relative !important;
}
#main-container-pro, #sidebar { 
width:100%;
margin-right:0%;
margin-left:0%;
} .header-top-left-avlar, .header-top-right-avlar {
float:none;
text-align:center;
}
#header-top-avlar .widget {
margin-right:14px;
}
.header-top-right-avlar ul li {
margin-left:14px;
text-align:left;
}
.header-top-right-avlar a.logged-in-avlar-top-right {
display:block;
}
.header-top-right-avlar ul {
float:none;
display:inline-block;
} nav#site-navigation {
display:none;
}
.mobile-menu-icon-pro {
display:block;
} #progression-search-homepage,
.progression-home-slide-bg {
height:450px;
}
.progression-homepage-slider-caption h2.slider-title-progression {
font-size:20px;
margin-bottom:10px;
}
.progression-homepage-slider-caption .progression-slidercontent {
font-size:15px;
}
.progression-homepage-slider-caption .progression-slidercontent p {
margin-bottom:18px;
}
.progression-homepage-slider-caption .price-index-pro {
font-size:13px;
padding:8px 10px;
}
.progression-homepage-slider-caption .overlay-status-pro {
padding:5px 9px; 
font-size:8px;
top:-6px;
}
body #progression-search-caption-home .progression-search-home-container .idx-home-page-search-form  input#dsidx-resp-location {
width:350px !important;
}
ul.slider-meta-index-pro:before {
width:75px;
}
ul.slider-meta-index-pro li span {
margin-right:8px;
}
ul.slider-meta-index-pro li span:after {
height:9px; 
width:1px;
margin-left:8px;
}
ul.slider-meta-index-pro {
font-size:12px;
}
ul.slider-meta-index-pro li span {
display:inline-block;
margin-right:12px;
} #progression-search-caption-home {
height:160px;
margin-top:-80px;
}
#progression-home-search-title {
font-size:36px; 
margin-bottom:30px;
}
.progression-search-home-container {
font-size:14px; 
}
.home-advanced-searchform-property .home-keyword-search-progression input { 
width:240px;
padding:18px 18px;
} #search-form-full-progression .search-sidebar-price-container-pro,
#search-form-full-progression .search-field-progression {
width:48%;
padding-right:2%;
} body #content-pro .avlar-idx-content .dsidx-listing .dsidx-secondary-data {
max-width:48% !important;
}
body .avlar-idx-content .dsidx-sorting-control {
position:static;
}
.progression-tab a {
font-size:12px;
padding: 15px 0px 15px 0px;
}
.agent-container-avlar, .property-single-container-headline {
width:100%;
}
.agent-container-avlar {
position:relative;
}
.agent-avar-author-page {
margin-right:30px;
}
body a.agent_single_message_avlar {
font-size:11px;
padding:8px 6px;
}
#agent-description-container h2 {
font-size:22px;
}
#agent-description-container h6 {
font-size:13px;
}
.agnet-single-description {
font-size:13px;
padding-bottom:15px;
}
.agent-single-meta-avlar {
font-size:12px;
padding-right:30px;
}
.agent-single-meta-avlar span {
font-size:12px;
}
} @media only screen and (max-width: 767px) {
body #boxed-layout-pro {
width:100%;
}
.width-container-pro, body #boxed-layout-pro .width-container-pro  { 
width:92%; 
}
body #sticky-header-pro {
position:relative !important;
}
#main-container-pro, #sidebar,
.footer-2-pro .widget, .footer-3-pro .widget, .footer-4-pro .widget, .footer-5-pro .widget,
.grid2column-progression, .grid3column-progression, .grid3columnbig-progression, .grid4column-progression, .grid4columnbig-progression, .grid5column-progression, .grid6column-progression  {
width:100%;
margin-right:0%;
margin-left:0%;
}
body #boxed-layout-pro {
margin-top:0px;
} #header-top-pro {
text-align:center;
}
nav#site-navigation {
display:none;
}
.mobile-menu-icon-pro {
display:block;
}
header#masthead-pro h1#logo-pro, header#masthead-pro .social-ico {
display:block; 
float:none; 
margin-left:auto;
margin-right:auto;
text-align:center;
} .header-top-left-avlar, .header-top-right-avlar {
float:none;
text-align:center;
}
#header-top-avlar .widget {
margin-right:14px;
}
.header-top-right-avlar ul li {
margin-left:14px;
text-align:left;
}
.header-top-right-avlar a.logged-in-avlar-top-right {
display:block;
}
.header-top-right-avlar ul {
float:none;
display:inline-block;
} nav#site-navigation {
display:none;
}
.mobile-menu-icon-pro {
display:block;
} #progression-search-homepage, .progression-home-slide-bg {
height:300px;
}
.progression-homepage-slider-caption {
width:100%;
}
.progression-homepage-slider-caption h2.slider-title-progression {
font-size:16px;
margin-bottom:8px;
}
.progression-homepage-slider-caption .progression-slidercontent {
font-size:12px;
}
.progression-homepage-slider-caption .progression-slidercontent p {
margin-bottom:12px;
}
.progression-homepage-slider-caption .price-index-pro {
font-size:10px;
padding:7px 9px;
}
.progression-homepage-slider-caption .overlay-status-pro {
padding:4px 8px; 
font-size:7px;
top:-5px;
}
ul.slider-meta-index-pro {
display:none;
}
#carousel-property-progression {
display:none !important;
} body #progression-search-caption-home .progression-search-home-container .idx-home-page-search-form  input#dsidx-resp-location {
width:200px !important;
}
#progression-search-caption-home {
height:120px;
margin-top:-60px;
}
#progression-home-search-title {
font-size:20px; 
margin-bottom:30px;
}
.progression-search-home-container {
font-size:12px; 
}
.home-advanced-searchform-property .home-keyword-search-progression input { 
width:150px;
padding-left:10px;
padding-right:10px;
}
.home-advanced-searchform-property .home-submit-search-pro {
padding:18px 0px;
width:20px;
}
.home-search-submit-progression {
padding-right:9px;
padding-left:9px;
}
.home-search-submit-progression:after {
font-size:12px;
top:24px;
right:5px;
}
.home-search-property-status-progression .selectric .label {
margin: 0 28px 0 18px;
font-size: 9px;
}
.home-search-property-status-progression .selectric .button {
width: 25px;
}
.home-search-property-status-progression .selectric-items ul, .home-search-property-status-progression .selectric-items li {
font-size: 8px;
}
.home-search-property-status-progression .selectric-items li {
padding: 10px 12px;
} #search-form-full-progression .search-sidebar-price-container-pro,
#search-form-full-progression .search-field-progression {
width:93%;
padding-right:0%;
}
body #dsidx-listings .dsidx-media {
position:static !important;
float:none !important;
}
body #dsidx-listings .dsidx-media .dsidx-photo {
position:static;
border:none;
}
body #content-pro .avlar-idx-content .dsidx-data,
body #content-pro .avlar-idx-content .dsidx-secondary-data {
margin-left:0px  !important;
padding-left:0px  !important;
}
body #content-pro .avlar-idx-content .dsidx-listing .dsidx-primary-data,
body #content-pro .avlar-idx-content .dsidx-listing .dsidx-secondary-data {
margin-left:0px  !important;
padding-left:0px  !important;
max-width:100% !important;
}
body .avlar-idx-content .dsidx-sorting-control {
position:static;
}
.avlar-appointment-text {
font-size:20px;
}
.avlar-appointment-text span.avlar-appointment-span {
font-size:12px;
display:block;
padding-left:0px;
padding-top:10px;
}
.avlar-make-appointment a.avlar-appointment-button {
float:none;
margin-left:0px;
margin-bottom:10px;
font-size:12px;
padding:10px 16px;
}
body #widget-area-qube .widget:nth-child(1), body footer#site-footer:before {
background:none;
}
body .map-progression {
height:300px;
}
#page-title-pro h1, #page-title-pro ul#breadcrumbs-pro {
float:none;
}
.progression-tab a {
font-size:9px;
padding: 10px 0px 10px 0px;
}
.agent-container-avlar, .property-single-container-headline {
width:100%;
}
.agent-container-avlar {
position:relative;
}
.agent-avar-author-page {
width:220px;
height:220px;
margin-right:0px;
float:none;
margin-bottom:15px;
}
body a.agent_single_message_avlar {
float:none;
margin-bottom:15px;
margin-left:0px;
font-size:11px;
padding:8px 6px;
}
#agent-description-container h2 {
font-size:22px;
}
#agent-description-container h6 {
font-size:13px;
}
.agnet-single-description {
font-size:13px;
padding-bottom:15px;
}
.agent-single-meta-avlar {
font-size:12px;
padding-right:30px;
}
.agent-single-meta-avlar span {
font-size:12px;
}
button.favorite-button-pro { 
float:none;
margin-bottom:25px;
}
ul#progression-single-additional-info li {
width:100%;
}
ul#progression-single-additional-info li:nth-child(odd), ul#progression-single-additional-info li:nth-child(even) {
margin-left:0%;
}
}