/*
Theme Name: Ken Wyder WordPress Theme
Author: Guaranteed SEO
Author URI: http://www.guaranteedseo.com/
Description: Custom WordPress Theme from kenwyder.com
Version: 1.0
*/
/* Functions
======================================================================== */
/* Vars
======================================================================== */
/* HTML elements & pseudo-elements
======================================================================== */
body {
    margin: 0;
    color: #424242;
}

a {
    text-decoration: none;
    color: #28589e;
    transition: all 0.25s linear;
    -webkit-transition: all 0.25s linear;
    -moz-transition: all 0.25s linear;
}

a:hover {
    color: #7f7f7f;
}

a img {
    vertical-align: bottom;
    border: 0;
}

div,
section,
input,
select,
textarea,
.btn {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

button {
    font-family: "proxima-nova", sans-serif;
}

input[type="text"],
input[type="email"],
input[type="password"],
textarea {
    border: 1px solid #7f7f7f;
    padding: 10px 5px;
    margin: 0;
    font-family: "proxima-nova", sans-serif;
    font-size: 11px;
    font-weight: 600;
    width: 100%;
}

input[type="text"]::-webkit-input-placeholder,
input[type="email"]::-webkit-input-placeholder,
input[type="password"]::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
    color: #383838;
    font-weight: 600;
}

input[type="text"]:-moz-placeholder,
input[type="email"]:-moz-placeholder,
input[type="password"]:-moz-placeholder,
textarea:-moz-placeholder {
    color: #383838;
    font-weight: 600;
}

input[type="text"]::-moz-placeholder,
input[type="email"]::-moz-placeholder,
input[type="password"]::-moz-placeholder,
textarea::-moz-placeholder {
    color: #383838;
    font-weight: 600;
}

input[type="text"]:-ms-input-placeholder,
input[type="email"]:-ms-input-placeholder,
input[type="password"]:-ms-input-placeholder,
textarea:-ms-input-placeholder {
    color: #383838;
    font-weight: 600;
}

.clear {
    *zoom: 1;
}

.clear:before,
.clear:after {
    content: "";
    display: table;
}

.clear:after {
    clear: both;
}

.alignleft {
    float: left;
    margin-right: 15px;
    margin-bottom: 15px;
}

.alignright {
    float: right;
    margin-left: 15px;
    margin-bottom: 15px;
}

.aligncenter {
    margin: 15px auto;
}

.pull-right {
    float: right !important;
}

.pull-left {
    float: left !important;
}

[ng-cloak],
[data-ng-cloak],
[x-ng-cloak],
.ng-cloak,
.x-ng-cloak {
    display: none;
}

/**
 * 1.0 Reset
 *
 * Resetting and rebuilding styles have been helped along thanks to the fine
 * work of Eric Meyer http://meyerweb.com/eric/tools/css/reset/index.html
 * along with Nicolas Gallagher and Jonathan Neal
 * http://necolas.github.com/normalize.css/ and Blueprint
 * http://www.blueprintcss.org/
 *
 * -----------------------------------------------------------------------------
 */
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
    border: 0;
    font-family: inherit;
    font-size: 100%;
    font-style: inherit;
    font-weight: inherit;
    margin: 0;
    outline: 0;
    padding: 0;
    vertical-align: baseline;
}

article, aside, details, figcaption, figure, footer, header, hgroup, nav, section {
    display: block;
}

audio, canvas, video {
    display: inline-block;
    max-width: 100%;
}

.MicrosoftMap canvas {
    max-width: none;
}

html {
    ms-text-size-adjust: 100%;
    overflow-y: scroll;
    webkit-text-size-adjust: 100%;
}

body, button, input, select, textarea {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 14px;
    line-height: 1.5;
}

b, strong {
    font-weight: bold;
}

cite,
dfn, em, i {
    font-style: italic;
}

mark, ins {
    background: #fff9c0;
    text-decoration: none;
}

p {
    color: #424242;
    font-size: 17px;
    margin-bottom: 24px;
}

code, kbd, tt, var, samp, pre {
    font-family: monospace, serif;
    font-size: 15px;
    hyphens: none;
    line-height: 1.6;
    moz-hyphens: none;
    ms-hyphens: none;
    webkit-hyphens: none;
}

pre {
    border: 1px solid rgba(0, 0, 0, 0.1);
    box-sizing: border-box;
    margin-bottom: 24px;
    max-width: 100%;
    moz-box-sizing: border-box;
    overflow: auto;
    padding: 12px;
    webkit-box-sizing: border-box;
    white-space: pre;
    white-space: pre-wrap;
    word-wrap: break-word;
}

blockquote, q {
    hyphens: none;
    moz-hyphens: none;
    ms-hyphens: none;
    quotes: none;
    webkit-hyphens: none;
}

blockquote:before, blockquote:after, q:before, q:after {
    content: "";
    content: none;
}

blockquote {
    color: #767676;
    font-size: 19px;
    font-style: italic;
    font-weight: 300;
    line-height: 1.2631578947;
    margin-bottom: 24px;
}

blockquote cite, blockquote small {
    color: #2b2b2b;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.5;
}

blockquote em, blockquote i, blockquote cite {
    font-style: normal;
}

blockquote strong, blockquote b {
    font-weight: 400;
}

small {
    font-size: smaller;
}

big {
    font-size: 125%;
}

sup, sub {
    font-size: 75%;
    height: 0;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}

sup {
    bottom: 1ex;
}

sub {
    top: .5ex;
}

dl {
    margin-bottom: 24px;
}

dt {
    font-weight: bold;
}

dd {
    margin-bottom: 24px;
}

ul {
    font-size: 17px;
    list-style: disc;
}

ol {
    list-style: decimal;
}

li > ul,
li > ol {
    margin: 0 0 0 20px;
}

img {
    border: 0;
    ms-interpolation-mode: bicubic;
    vertical-align: middle;
}

figure {
    margin: 0;
}

fieldset {
    border: 1px solid rgba(0, 0, 0, 0.1);
    margin: 0 0 24px;
    padding: 11px 12px 0;
}

legend {
    white-space: normal;
}

button, input, select, textarea {
    box-sizing: border-box;
    font-size: 100%;
    margin: 0;
    max-width: 100%;
    moz-box-sizing: border-box;
    vertical-align: baseline;
    webkit-box-sizing: border-box;
}

button, input {
    line-height: normal;
}

input, textarea {
    background-image: -webkit-linear-gradient(rgba(255, 255, 255, 0), rgba(255, 255, 255, 0));
}

button, html 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"] {
    padding: 0;
}

input[type="search"] {
    webkit-appearance: textfield;
}

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;
}

table, th, td {
    border: 1px solid rgba(0, 0, 0, 0.1);
}

table {
    border-collapse: separate;
    border-spacing: 0;
    border-width: 1px 0 0 1px;
    margin-bottom: 24px;
    width: 100%;
}

caption, th, td {
    font-weight: normal;
    text-align: left;
}

th {
    border-width: 0 1px 1px 0;
    font-weight: bold;
}

td {
    border-width: 0 1px 1px 0;
}

del {
    color: #767676;
}

::selection {
    background: #24890d;
    color: #fff;
    text-shadow: none;
}

::-moz-selection {
    background: #24890d;
    color: #fff;
    text-shadow: none;
}

/* Layout
======================================================================== */
.alignright, .alignleft {
    max-width: 100%;
    height: auto;
}

.wrapper {
    margin: 0 auto;
    max-width: 980px;
    position: relative;
    width: 100%;
}

.wrapper-essay {
    border-bottom: 3px solid #28589D;
    margin: 0 auto;
    max-width: 980px;
    position: relative;
    width: 100%;
}

/****************   header  *******************/
#logo {
    float: left;
    margin-top: 32px;
}

#logo a {
    background: url("images/ken_wyder_logo.png");
    display: block;
    height: 85px;
    width: 307px;
}

#logo.essay a {
    background: url("images/ken_wyder_logo_essay.png");
}

#top-nav {
    float: right;
    margin-top: 15px;
}

#top-nav li {
    float: left;
    list-style: none;
}

#top-nav li a {
    color: #7f7f7f;
    display: block;
    font-family: 'PT Sans', sans-serif;
    font-size: 13px;
    letter-spacing: 2px;
    padding: 5px 15px;
}

#top-nav li a:hover {
    color: #28589e;
}

#header-contact {
    float: right;
    margin-top: 37px;
}

#header-contact span {
    color: #28589e;
    display: block;
}

#header-contact span.phone {
    font-size: 32px;
}

#header-contact span.email {
    font-size: 18px;
    line-height: 22px;
}

#search-listings-in-wrapper {
    border-bottom: 1px solid #000;
    border-top: 1px solid #000;
    color: #999999;
    font-family: 'PT Sans', sans-serif;
    font-size: 17px;
    margin-bottom: 5px;
    margin-top: 32px;
}

#search-listings-in-wrapper ul {
    float: right;
    list-style: none;
}

#search-listings-in-wrapper ul li {
    float: left;
}

#search-listings-in-wrapper ul li a {
    display: block;
    font-size: 17px;
    font-weight: bold;
    letter-spacing: 0px;
    margin-left: 70px;
    padding: 5px 10px;
}

#search-listing-label {
    color: #b4c861;
    float: left;
    line-height: 34px;
}

#header-quick-search {
    border: 2px solid transparent;
    border-top: none;
    height: 32px;
    left: 330px;
    overflow: hidden;
    position: absolute;
    top: 0px;
    transition: all 0.25s linear;
    width: 400px;
    z-index: 100;
}

#header-quick-search .icon {
    background: url("images/Quick_Search_Icons_Green_Hover.png") no-repeat;
    display: inline;
    display: inline-block;
    height: 37px;
    margin: 0px 16px;
    width: 50px;
    zoom: 1;
}

#header-quick-search .icon a {
    color: #28589e;
    display: block;
    font-size: 12px;
    font-weight: bold;
    height: 100%;
    padding-top: 40px;
    width: 100%;
}

#header-quick-search .icon a:hover {
    color: #b4c861;
}

#header-quick-search .icon.one-condo {
    background-position: 17px 0px;
    width: 72px;
}

#header-quick-search .icon.one-condo:hover {
    background-position: 17px -52px;
}

#header-quick-search .icon.two-condo {
    background-position: -82px 0;
    width: 72px;
}

#header-quick-search .icon.two-condo:hover {
    background-position: -82px -52px;
}

#header-quick-search .icon.townhouse {
    background-position: -180px 0;
    width: 67px;
}

#header-quick-search .icon.townhouse:hover {
    background-position: -180px -52px;
}

#header-quick-search .icon.house {
    background-position: -291px 0;
    width: 41px;
}

#header-quick-search .icon.house:hover {
    background-position: -291px -52px;
}

#header-quick-search.active,
#header-quick-search:hover {
    border-color: #b4c861;
    height: 140px;
}

#header-quick-search.active #header-quick-search-label,
#header-quick-search:hover #header-quick-search-label {
    background: url("images/header-quick-search-full.png") 0 0px no-repeat;
    padding-top: 8px;
}

#icons {
    bottom: 55px;
    left: 0;
    position: absolute;
}

#header-quick-search-label {
    background: url("images/header-quick-search-full.png") 0 -32px no-repeat;
    bottom: 0;
    color: #ffffff;
    cursor: pointer;
    font-weight: bold;
    height: 32px;
    left: 0;
    padding-left: 17px;
    padding-top: 3px;
    position: absolute;
    transition: all 0.25s linear;
    width: 280px;
}

#header-title-top {
    clear: both;
    float: left;
    text-align: center;
    width: 100%;
}

#header-title-top h1 {
    color: #28589e;
    font-size: 24px;
    line-height: 24px;
    margin-top: 30px;
}

#header-title-top img {
    float: left;
    margin-bottom: 10px;
    margin-right: 115px;
}

/************* Banner  ************/
#banner-wrapper {
    background: url("images/banner.jpg") center no-repeat;
    height: 398px;
    margin-bottom: 20px;
}

#banner-wrapper.page {
    background: none;
    height: auto;
    margin: 0 auto;
    max-width: 1280px;
    position: relative;
}

#banner-content-wrapper {
    left: 0;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
}

.home #banner-wrapper .wrapper {
    height: 398px;
    position: relative;
}

#banner-wrapper .wrapper {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateY(-50%) translateX(-50%);
    -webkit-transform: translateY(-50%) translateX(-50%);
    -moz-transform: translateY(-50%) translateX(-50%);
}

.home #banner-wrapper .wrapper {
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    left: 0;
}

#banner-content-wrapper.about { /*top:-300px;*/
}

#banner-content-wrapper.about li {
    border-radius: 7px;
    margin-right: 10px;
    moz-border-radius: 7px;
    webkit-border-radius: 7px;
    width: auto;
}

#banner-content-wrapper.about li a {
    padding: 5px 20px;
}

#banner-content-wrapper.about ul {
    margin-left: 53px;
}

.about #banner-content {
    background-color: transparent;
    filter: alpha(opacity=100);
    khtml-opacity: 1;
    moz-opacity: 1;
    ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
    opacity: 1;
}

.about #banner-content .autor {
    float: none;
    margin-left: 41px;
    margin-top: 5px;
}

#banner-content {
    background-color: #28589e;
    color: #ffffff;
    filter: alpha(opacity=80);
    khtml-opacity: 0.8;
    moz-opacity: 0.8;
    ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
    opacity: 0.8;
    padding: 12px;
    width: 555px;
}

#banner-content .content {
    font-size: 19px;
    line-height: 1.4;
    padding-top: 5px;
}

#banner-content .content span {
    background: url("images/quotes.png") no-repeat;
    float: left;
    height: 29px;
    margin-right: 8px;
    margin-top: 3px;
    width: 35px;
}

#banner-content .autor {
    float: right;
    font-size: 18px;
    line-height: 1;
    margin-top: -10px;
}

#banner-wrapper-search {
    background-color: #28589e;
}

#banner-wrapper-search h1 {
    color: #ffffff;
    font-size: 20px;
    padding: 7px 0;
    text-align: center;
}

#banner-nav {
    color: #ffffff;
    margin-top: 10px;
    width: 555px;
}

#banner-nav li {
    background-color: #28589e;
    filter: alpha(opacity=80);
    float: left;
    khtml-opacity: 0.8;
    list-style: none;
    margin-left: 5px;
    moz-opacity: 0.8;
    ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
    opacity: 0.8;
    text-align: center;
    width: 275px;
}

#banner-nav li a {
    color: #ffffff;
    display: block;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 18px;
    letter-spacing: 2px;
    padding: 5px 15px;
}

#banner-nav li:hover {
    filter: alpha(opacity=100);
    khtml-opacity: 1;
    moz-opacity: 1;
    ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
    opacity: 1;
}

#banner-nav li:first-child {
    margin-left: 0;
}

/******************   Content ***************/
#content {
    float: left;
    margin-bottom: 20px;
    width: 65%;
}

#content .label {
    border-bottom: 3px solid #566AB8;
    color: #1E1E1E;
    font-size: 16px;
    margin-bottom: 12px;
    padding-bottom: 16px;
}

#content h1 {
    color: #383838;
    font-size: 20px;
    font-weight: bold;
    margin: 15px 0;
}

#content h2 {
    color: #b4c861;
    font-size: 16px;
    font-weight: bold;
    margin: 10px 0;
}

#content p {
    color: #424242;
    line-height: 1.4;
    margin: 7px 0;
}

#content .home-adj {
    color: #28589e !important;
    display: inline;
    font-size: 16px;
    font-weight: bold;
    padding: 0 65px;
}

.page-id-13 #page-wrapper {
    color: #b4c861;
}

.page-id-13 #page-wrapper .label {
    border-bottom: 3px solid #b4c861;
    color: #28589e;
}

.page-id-13 #page-wrapper .label a {
    color: #b4c861;
}

.page-id-13 #page-wrapper .label .contact-me a {
    color: #28589e;
}

#page-wrapper {
    color: #424242;
    margin: 20px auto;
    max-width: 980px;
    width: 100%;
}

#page-wrapper ul {
    margin-bottom: 20px;
}

#page-wrapper ul li {
    margin-left: 40px;
}

/*#page-wrapper .contact-me {margin-left:517px;}*/
#page-wrapper .contact-me a {
    background-color: #7F6349;
    border-radius: 5px;
    color: #ffffff;
    display: block;
    display: inline;
    display: inline-block;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 18px;
    letter-spacing: 2px;
    moz-border-radius: 5px;
    padding: 5px 15px;
    webkit-border-radius: 5px;
    zoom: 1;
}

#page-wrapper .contact-me a:hover {
    background-color: #7f2c01;
    color: #b4c861;
}

#page-wrapper .label {
    border-bottom: 3px solid #7F6349;
    color: #7F6349;
    font-size: 16px;
    margin-bottom: 20px;
    padding-bottom: 20px;
}

#page-wrapper.blog .label, #page-wrapper.single .label {
    border-bottom: 3px solid #28589D;
    color: #28589D;
}

#page-wrapper .label .contact-me {
    float: right;
}

#page-wrapper .label .contact-me a {
    color: #7F6349;
}

#page-wrapper .label p {
    margin: 0;
}

#page-wrapper .label a {
    color: #1E1E1E;
}

#page-wrapper p.btn {
    background-color: #b4c861;
    border-radius: 5px;
    margin-bottom: 0;
    moz-border-radius: 5px;
    webkit-border-radius: 5px;
}

#page-wrapper p.btn a {
    color: #ffffff;
    display: block;
    padding: 10px 25px;
}

#page-wrapper p.btn.right {
    float: right;
}

#page-wrapper h1, #page-wrapper .h1 {
    color: #383838;
    font-size: 20px;
    font-weight: bold;
    margin-bottom: 5px;
}

#page-wrapper h2 {
    color: #b4c861;
    font-size: 16px;
    font-weight: bold;
    margin-bottom: 15px;
}

#page-wrapper h3 {
    color: #7F6349;
    font-size: 15px;
    font-weight: bold;
    margin-bottom: 10px;
}

.testimonials-left {
    border-bottom: 2px solid #7f6349;
    border-top: 2px solid #7f6349;
    color: #7F6349;
    font-size: 14px;
    font-weight: bold;
    overflow: hidden;
    padding: 15px 40px;
    position: relative;
    text-align: center;
}

.testimonials-left p {
    margin: 0;
}

.testimonials-left span {
    display: block;
    margin-top: 10px;
}

.testimonials-bg {
    background: url("images/about-ken-testimonials-full.jpg") no-repeat;
    filter: alpha(opacity=30);
    height: 100%;
    khtml-opacity: 0.3;
    left: 0;
    moz-opacity: 0.3;
    ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=30);
    opacity: 0.3;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: -1;
}

.testimonials-right {
    border-bottom: 2px solid #7f6349;
    border-top: 2px solid #7f6349;
    color: #7F6349;
    font-size: 14px;
    font-weight: bold;
    margin-bottom: 24px;
    overflow: hidden;
    padding: 15px 10px;
    position: relative;
    text-align: center;
    max-width: 692px;
    width: 100%;
}

.testimonials-right p {
    margin: 0;
}

.testimonials-right span {
    display: block;
    margin-top: 10px;
}

.testimonials-selling {
    background-color: #f1f4e0;
    border-bottom: 2px solid #28589e;
    border-top: 2px solid #28589e;
    color: #28589e;
    font-size: 14px;
    font-weight: bold;
    margin-bottom: 24px;
    padding: 20px;
    text-align: center;
}

.testimonials-selling span {
    display: block;
    margin-top: 15px;
}

#about-ken-footer {
    background: url("images/about-ken-img-footer.png") center no-repeat;
    height: 445px;
    margin-top: -90px;
}

#page-wrapper.selling .contact-me,
#page-wrapper.selling .sold-listings-link {
    display: inline;
    display: inline-block; /*margin-left:295px;*/
    zoom: 1;
}

#page-wrapper.selling .contact-me a,
#page-wrapper.selling .sold-listings-link a {
    background-color: #28589e;
    border-radius: 5px;
    color: #ffffff;
    display: block;
    display: inline;
    display: inline-block;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 18px;
    letter-spacing: 2px;
    moz-border-radius: 5px;
    padding: 5px 15px;
    webkit-border-radius: 5px;
    zoom: 1;
}

#page-wrapper.selling .contact-me a:hover,
#page-wrapper.selling .sold-listings-link a:hover {
    background-color: #09499e;
    color: #b4c861;
}

#page-wrapper.selling .sold-listings-link { /*margin-left:195px;*/
}

#page-wrapper.selling .label {
    border-bottom: 3px solid #28589D;
    color: #28589e;
}

#page-wrapper h1 {
    color: #383838;
    font-size: 20px;
    font-weight: bold;
    margin-bottom: 5px;
}

#page-wrapper h2 {
    color: #b4c861;
    font-size: 16px;
    font-weight: bold;
    margin-bottom: 15px;
}

#page-wrapper h3 {
    color: #7F6349;
    font-size: 15px;
    font-weight: bold;
    margin-bottom: 10px;
}

/*************   Sidebar ******************/
#sidebar {
    float: right;
    width: 30%;
}

#sidebar .label {
    border-bottom: 3px solid #566AB8;
    color: #1E1E1E;
    font-size: 16px;
    margin-bottom: 12px;
    padding-bottom: 16px;
}

#sidebar .featured-listings {
    margin-bottom: 15px;
    position: relative;
    width: 100%;
}

#sidebar .featured-listings:hover .content {
    bottom: 4px;
    height: 186px;
}

#sidebar .featured-listings img {
    background-color: #ffffff;
    border: 1px solid #b4c861;
    padding: 3px;
    padding-bottom: 30px;
    max-width: 288px;
    width: 100%;
}

#sidebar .featured-listings .content {
    bottom: 4px;
    color: #ffffff;
    height: 30px;
    left: 4px;
    overflow: hidden;
    position: absolute;
    transition: all 0.25s linear;
    max-width: 288px;
    width: 100%;
}

#sidebar .featured-listings .content a {
    color: #ffffff;
}

#sidebar .featured-listings .content span.bg {
    background-color: #b4c861;
    border-top: 1px solid #ffffff;
    display: block;
    filter: alpha(opacity=95);
    height: 100%;
    khtml-opacity: 0.95;
    moz-opacity: 0.95;
    ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=(95));
    opacity: 0.95;
    width: 100%;
}

#sidebar .featured-listings .content span.price {
    display: block;
    margin-left: 10px;
    position: absolute;
    top: 6px;
    z-index: 10;
}

#sidebar .featured-listings .content span.provided {
    display: block;
    float: right;
    font-size: 9px;
    line-height: 11px;
    position: absolute;
    right: 3px;
    text-align: right;
    top: 4px;
    z-index: 10;
}

#sidebar .featured-listings .content span.address {
    display: block;
    margin-left: 10px;
    position: absolute;
    top: 45px;
    z-index: 10;
}

#sidebar .featured-listings .content span.mls-num {
    display: block;
    margin-left: 10px;
    position: absolute;
    top: 65px;
    z-index: 10;
}

#sidebar .featured-listings .content span.bed {
    display: block;
    margin-left: 10px;
    position: absolute;
    top: 105px;
    z-index: 10;
}

#sidebar .featured-listings .content span.footage {
    display: block;
    margin-left: 10px;
    position: absolute;
    top: 125px;
    z-index: 10;
}

#sidebar .featured-listings .content span.logo {
    position: absolute;
    right: 3px;
    top: 120px;
    z-index: 10;
}

#sidebar .featured-listings .content span.logo img {
    background-color: transparent;
    height: 31px;
    width: 33px;
}

#sidebar .view-more-listings {
    background: url("images/view-more-listings.png") center right no-repeat;
    display: block;
    font-size: 14px;
    font-weight: bold;
    line-height: 36px;
    padding-right: 15px;
    text-align: right;
}

/************************   footer  *******************/
#disclaimer-wrapper {
    background-color: #28589e;
}

#disclaimer-wrapper .disclaimer-button {
    color: #ffffff;
    cursor: pointer;
    padding: 5px 0;
    text-align: center;
}

#disclaimer-wrapper .disclaimer-button.active span {
    background-position: 0 0;
}

#disclaimer-wrapper .disclaimer-button span {
    background: url("images/disclaimer-button.png") 0 -10px;
    display: inline;
    display: inline-block;
    height: 10px;
    margin-left: 5px;
    width: 16px;
    zoom: 1;
}

#disclaimer-wrapper .disclaimer-button span.up {
    background-position: 0px 0;
}

#disclaimer-wrapper-box {
    display: none;
}

#disclaimer-wrapper-box .blue-line {
    height: 5px;
}

#disclaimer-wrapper-box .logo {
    background: url("images/mls-logo.png");
    float: left;
    height: 48px;
    width: 158px;
}

#disclaimer-content {
    padding: 15px 0;
}

#disclaimer-content span {
    color: #28589e;
    float: left;
    font-size: 22px;
    margin: 10px 0;
    margin-left: 254px;
    margin-right: 30px;
}

.footer {
    color: #28589e;
    padding: 20px 0;
}

#footer-info {
    border-right: 1px solid #7f7f7f;
    float: left;
    min-height: 180px;
    padding-right: 20px;
    width: 275px;
}

#footer-info img {
    margin-left: -7px;
    margin-top: -7px;
}

#footer-info span {
    color: #7f7f7f;
    display: block;
}

#footer-info span.phone {
    margin-top: 14px;
}

#footer-links,
#footer-links-2 {
    border-right: 1px solid #7f7f7f;
    float: left;
    font-size: 12px;
    min-height: 180px;
    padding: 0 12px;
    width: 235px;
}

#footer-links ul,
#footer-links-2 ul {
    font-size: 12px;
    list-style-type: none;
}

#footer-links ul li,
#footer-links-2 ul li {
    margin-top: 20px;
}

#footer-links ul li:first-child,
#footer-links-2 ul li:first-child {
    margin: 0;
}

#footer-address {
    font-size: 12px;
    min-height: 85px;
    padding: 0 12px;
    width: 235px;
}

#footer-address .pp {
    display: block;
    margin-top: 30px;
}

.im-web {
    display: block;
    margin-top: 30px;
    font-size: 11px;
    text-align:right;
}

#footer-social {
    float: right;
}

#footer-social span.social {
    background: url("images/Social_Media_Icons_Footer_Bottom_Hover.png");
    display: inline;
    display: inline-block;
    height: 18px;
    margin-left: 4px;
    width: 18px;
    zoom: 1;
}

#footer-social span a {
    display: block;
    height: 100%;
}

#footer-social #facebook {
    background-position: 0 0;
}

#footer-social #facebook:hover {
    background-position: 0 -24px;
}

#footer-social #linkedin {
    background-position: -23px 0;
}

#footer-social #linkedin:hover {
    background-position: -23px -24px;
}

#footer-social #youtube {
    background-position: -46px 0;
    width: 24px;
}

#footer-social #youtube:hover {
    background-position: -46px -24px;
}

#footer-social #google {
    background-position: -115px 0;
}

#footer-social #google:hover {
    background-position: -115px -24px;
}

#footer-social #email-me {
    background-position: -70px 0;
    width: 34px;
}

#footer-social #email-me:hover {
    background-position: -70px -24px;
}

#footer-social .realtor-links {
    margin-top: 20px;
    padding: 0 12px;
}

#footer-social .realtor-links span {
    display: inline;
    display: inline-block;
    vertical-align: middle;
    zoom: 1;
}

#footer-social .realtor-links .realestate {
    background: url("images/realtor.png");
    height: 31px;
    width: 33px;
}

#footer-social .realtor-links .remax {
    background: url("images/remax.png");
    height: 53px;
    margin-left: 10px;
    width: 40px;
}

.green-line {
    background-color: #b4c861;
    height: 10px;
}

/****************  Single blog ***********************/
.post-img {
    background-color: #F3F3F3;
    float: right;
    margin-bottom: 20px;
    margin-left: 20px;
    margin-top: 33px;
    padding: 10px;
    padding-bottom: 0px;
    text-align: center;
    width: 50%;
}

.wp-caption {
    background-color: #F3F3F3;
    margin-bottom: 20px;
    padding: 10px;
    padding-bottom: 0px;
}

.post-img p.img-caption, .wp-caption p.wp-caption-text {
    color: #777777;
    font-size: 13px;
    font-style: italic;
    margin-top: 15px;
    text-align: center;
}

/****************  404 Page ***********************/
.not-found-page {
    margin-bottom: 80px !important;
}

.not-found-page .button {
    background-color: #b4c861;
    border-radius: 5px;
    color: #fff;
    font-size: 18px;
    margin-top: 10px;
    moz-border-radius: 5px;
    padding: 10px;
    text-align: center;
    transition: none;
    webkit-border-radius: 5px;
}

.not-found-page ul {
    margin-bottom: 50px;
    margin-left: 40px;
}

/****************  Results ***********************/
#search-results-loading {
    margin: 15px 0;
    text-align: center;
}

#search-results-loading p {
    margin-bottom: 3px;
}

#reset-filters {
    float: right;
}

#reset-filters button {
    background: url("images/reset-filters.png");
    border: none;
    height: 32px;
    width: 192px;
}

#results {
    text-align: center;
}

#results .listings-box {
    background-color: #fff;
    border: 1px solid #565656;
    box-sizing: border-box;
    display: inline-block;
    margin: 1% 2%;
    max-width: 345px;
    min-width: 275px;
    moz-box-sizing: border-box;
    padding: 3px;
    webkit-box-sizing: border-box;
    width: 20%;
}

#results .listings-box img {
    width: 100%;
}

.listing-list {
    border: 1px solid #565656;
    margin: 15px 0;
    padding: 5px;
    width: 100%;
}

.listing-list .col {
    float: left;
}

.listing-list .col.image {
    position: relative;
    width: 300px;
}

.listing-list .col.image.sold {
    height: 160px;
    overflow: hidden;
}

.listing-list .col.image img {
    widows: 100%;
}

.listing-list .col.image .markers {
    bottom: 0;
    color: #ffffff;
    left: 0;
    position: absolute;
    text-align: center;
    width: 100%;
    z-index: 10;
}

.listing-list .col.image .markers span {
    display: block;
    filter: alpha(opacity=80);
    height: 100%;
    khtml-opacity: 0.8;
    left: 0;
    moz-opacity: 0.8;
    ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=(80));
    opacity: 0.8;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: -1;
}

.listing-list .col.image .markers .newListing {
    background-color: #b4c861;
}

.listing-list .col.image .markers .openHouse {
    background-color: #28589e;
}

.listing-list .col.image .markers.sold {
    background: url("images/Sold-by-Ken.png") no-repeat;
    height: 225px;
    left: 0;
    top: 0;
    width: 300px;
}

.listing-list .col.info-card {
    background-color: #28589e;
    color: #ffffff;
    font-size: 15px;
    height: 160px;
    line-height: 1.6;
    margin: 0 1%;
    padding: 5px;
    text-align: center;
    width: 235px;
}

.listing-list .col.info-card .price {
    background: url("images/label-bottom-line-white.png") bottom repeat-x;
    font-size: 21px;
    margin-bottom: 6px;
    padding-bottom: 15px;
}

.listing-list .col.info-card .price a {
    color: #ffffff;
}

.listing-list .col.details {
    width: 410px;
}

.listing-list .col.details .address a {
    color: #28589e;
    font-size: 20px;
}

.listing-list .col.details .description {
    color: #424242;
    height: 109px;
    overflow: hidden;
}

.listing-list .col.details .description.sold {
    height: 84px;
}

.listing-list .col.details .firm {
    color: #7f7f7f;
}

.listing-list .col.details .firm span {
    color: #28589e;
}

#wrapper-find-more {
    margin: 10px 0;
    text-align: center;
}

#wrapper-find-more button,
#page-wrapper a.btn,
#wrapper-find-more a.btn {
    background-color: #b4c861;
    border: none;
    border-radius: 3px;
    color: #ffffff;
    cursor: pointer;
    display: inline;
    display: inline-block;
    font-size: 16px;
    moz-border-radius: 3px;
    padding: 15px 20px;
    webkit-border-radius: 3px;
    zoom: 1;
}

#page-wrapper .show-more {
    text-align: center;
}

#currently-showing {
    font-size: 18px;
    margin: 10px 0;
}

#order-by {
    color: #7F7F7F;
    float: right;
    font-size: 18px;
    margin-left: 10px;
}

#order-by select {
    color: #7F7F7F;
}

/*********************  Single Listing  ***********************/
#listing {
    margin: 10px 0;
}

#listing .banner {
    width: 100%;
}

#listing .banner .col {
    float: left;
}

#listing .info-card {
    background-color: #28589e;
    color: #ffffff;
    height: 148px;
    margin-bottom: 10px;
    padding: 10px;
    text-align: center;
    width: 356px;
}

#listing .info-card .price {
    background: url("images/label-bottom-line-white.png") bottom repeat-x;
    font-size: 25px;
    line-height: 1.5;
    margin-bottom: 6px;
    padding-bottom: 15px;
}

#listing .info-card .content {
    font-size: 16px;
    line-height: 2;
}

#listing .controls {
    border-bottom: 1px solid #7f7f7f;
    border-top: 1px solid #7f7f7f;
    height: 49px;
}

#listing .focus {
    height: 393px;
    margin-right: 10px;
    position: relative;
    width: 612px;
}

#listing .slider {
    height: 393px;
    position: relative;
    width: 612px;
}

#listing .slider img {
    left: 0;
    position: absolute;
    top: 0;
}

#listing .slider-controls {
    bottom: -6px;
    height: 55px;
    left: 50%;
    margin-left: -45px;
    position: absolute;
    width: 95px;
    z-index: 10;
}

#listing .slider-controls .slider-controls-bg {
    background-color: #ffffff;
    filter: alpha(opacity=90);
    height: 100%;
    khtml-opacity: 0.9;
    left: 0;
    moz-opacity: 0.9;
    ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=90);
    opacity: 0.9;
    position: absolute;
    top: 0;
    width: 100%;
}

#listing .slider-controls a {
    background: url("images/banner-arrows.png");
    display: inline;
    display: inline-block;
    height: 27px;
    position: absolute;
    top: 8px;
    transition: none;
    width: 20px;
    z-index: 1000;
    zoom: 1;
}

#listing .slider-controls a.prev {
    background-position: 0 0;
    left: 8px;
}

#listing .slider-controls a.prev:hover {
    background-position: 0px -32px;
}

#listing .slider-controls a.next {
    background-position: -45px 0px;
    right: 8px;
}

#listing .slider-controls a.next:hover {
    background-position: -45px -32px;
}

#listing .slider-controls-dots {
    margin-top: -22px;
    position: relative;
    text-align: center;
    z-index: 1000;
}

#listing .slider-controls-dots a {
    color: #fff;
    filter: alpha(opacity=70);
    font-family: FontAwesome;
    font-size: 10px;
    khtml-opacity: 0.7;
    margin: 0 1px;
    moz-opacity: 0.7;
    ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=70);
    opacity: 0.7;
}

#listing .slider-controls-dots a:hover,
#listing .slider-controls-dots a.active {
    color: teal;
    filter: alpha(opacity=100);
    khtml-opacity: 1;
    moz-opacity: 1;
    ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
    opacity: 1;
}

#listing .slider-controls-dots a:before {
    content: "\F111";
}

#listing .map {
    height: 393px;
    width: 612px;
}

#listing .mini-map {
    height: 236px;
    width: 356px;
}

#listing .mini-image {
    cursor: pointer;
    width: 356px;
}

#listing .mini-image img {
    display: block;
}

#listing .controls {
    margin-top: 10px;
    text-align: center;
}

#listing .controls .btn,
#listing .controls label {
    color: #28589e;
    display: inline;
    display: inline-block;
    font-size: 20px;
    margin-left: 11px;
    padding: 7px 0;
    text-align: center;
    vertical-align: middle;
    width: 192px;
    zoom: 1;
}

#listing .controls .btn i,
#listing .controls label i {
    background: url("images/StreetView_MapView_WalkScore_Icons_Bottom_Hover.png") no-repeat;
    display: inline-block;
    height: 30px;
    margin-right: 10px;
    vertical-align: middle;
    width: 20px;
}

#listing .controls .btn.street-c i,
#listing .controls label.street-c i {
    background-position: 0 0;
}

#listing .controls .btn.map-c i,
#listing .controls label.map-c i {
    background-position: -25px 0;
    width: 40px;
}

#listing .controls .btn.walk-c i,
#listing .controls label.walk-c i {
    background-position: -73px 0;
    width: 30px;
}

#listing .controls .btn:hover.street-c i,
#listing .controls label:hover.street-c i,
#listing .controls .btn.active.street-c i,
#listing .controls label.active.street-c i {
    background-position: 0 -36px;
}

#listing .controls .btn:hover.map-c i,
#listing .controls label:hover.map-c i,
#listing .controls .btn.active.map-c i,
#listing .controls label.active.map-c i {
    background-position: -25px -36px;
    width: 40px;
}

#listing .controls .btn:hover.walk-c i,
#listing .controls label:hover.walk-c i,
#listing .controls .btn.active.walk-c i,
#listing .controls label.active.walk-c i {
    background-position: -73px -36px;
    width: 30px;
}

#listing .controls label {
    color: #b4c861;
    font-weight: bold;
}

#listing .details {
    margin: 20px 0;
}

#listing .details hr {
    border: 3px solid #b4c861;
    margin: 10px 0;
}

#listing-controls {
    background-color: #b4c861;
    min-height: 40px;
}

#listing-controls .controls {
    color: #ffffff;
    font-size: 14px;
    font-weight: bold;
    margin-top: 10px;
}

#listing-controls .controls .right {
    float: right;
}

#listing-controls .controls .right .btn {
    text-align: right;
    vertical-align: middle;
    width: 120px;
}

#listing-controls .controls .right .btn.mortgage-c {
    width: 170px;
}

#listing-controls .controls .right .btn.mortgage-c i {
    background: url("images/MortgageCalculator_Icon_Bottom_Hover&Selected.png") 0 2px no-repeat;
}

#listing-controls .controls .right .btn.schedule-c {
    width: 150px;
}

#listing-controls .controls .right .btn.schedule-c i {
    background: url("images/ScheduleAVisit_Icon_Bottom_Hover&Selected.png") 0 2px no-repeat;
    width: 20px;
}

#listing-controls .controls .right .btn:hover i,
#listing-controls .controls .right .btn.active i {
    background-position: 0 -21px;
}

#listing-controls .controls label {
    display: inline;
    display: inline-block;
    margin-left: 11px;
    padding: 7px 0;
    vertical-align: middle;
    zoom: 1;
}

#listing-controls .controls .btn {
    color: #ffffff;
    display: inline;
    display: inline-block;
    margin-left: 11px;
    padding: 7px 0;
    text-align: center;
    vertical-align: middle;
    width: 120px;
    zoom: 1;
}

#listing-controls .controls .btn i {
    display: inline-block;
    height: 25px;
    vertical-align: middle;
    width: 20px;
}

#listing-controls .controls .btn.street-c i {
    background: url("images/StreetView_Icon_Bottom_Hover&Selected.png") 0 2px no-repeat;
}

#listing-controls .controls .btn.map-c i {
    background: url("images/MapView_Icon_Bottom_Hover&Selected.png") 0 2px no-repeat;
    width: 30px;
}

#listing-controls .controls .btn.walk-c i {
    background: url("images/WalkScore_Icon_Bottom_Hover&Selected.png") 0 2px no-repeat;
    width: 25px;
}

#listing-controls .controls .btn.walk-c:hover i,
#listing-controls .controls .btn.walk-c.active i {
    background-position: 0 -25px;
}

#listing-controls .controls .btn:hover i,
#listing-controls .controls .btn.active i {
    background-position: 0 -23px;
}

#overview {
    float: left;
    width: 100%;
    width: 612px;
}

#overview h2 {
    color: #28589e;
    font-size: 22px;
}

#visit-card {
    float: right;
    width: 356px;
}

#visit-card h2 {
    color: #28589e;
    font-size: 22px;
}

#visit-card #img-wrapper {
    background-color: #ffffff;
    border: 1px solid #7f7f7f;
    padding: 3px;
    position: relative;
}

#visit-card #img-wrapper img {
    width: 100%;
    height: auto;
}

#visit-card #img-wrapper .img-bg {
    background-color: #28589e;
    bottom: 4px;
    filter: alpha(opacity=80);
    height: 30px;
    khtml-opacity: 0.8;
    left: 3px;
    moz-opacity: 0.8;
    ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=(80));
    opacity: 0.8;
    position: absolute;
    width: 347px;
}

#visit-card #img-wrapper .text {
    bottom: 7px;
    color: #ffffff;
    font-size: 16px;
    left: 0px;
    position: absolute;
    text-align: center;
    width: 347px;
}

#visit-card #img-wrapper .text a {
    color: #FFFFFF;
}

#visit-card #img-wrapper .text i {
    background: url("images/letter.png");
    display: inline;
    display: inline-block;
    height: 15px;
    margin-top: -2px;
    vertical-align: middle;
    width: 22px;
    zoom: 1;
}

#visit-card .button {
    background-color: #b4c861;
    border-radius: 5px;
    color: #fff;
    display: block;
    font-size: 18px;
    margin-top: 10px;
    moz-border-radius: 5px;
    padding: 10px 0;
    text-align: center;
    transition: none;
    webkit-border-radius: 5px;
}

#visit-card .button:hover {
    background-color: #aebc5c;
}

#visit-card-2 {
    text-align: center;
}

#visit-card-2 .button {
    background-color: #b4c861;
    border-radius: 5px;
    color: #fff;
    display: block;
    display: inline;
    display: inline-block;
    font-size: 18px;
    margin-top: 10px;
    moz-border-radius: 5px;
    padding: 10px 20px;
    text-align: center;
    transition: none;
    webkit-border-radius: 5px;
    zoom: 1;
}

#visit-card-2 .button:hover {
    background-color: #aebc5c;
}

#listing #overview .description div.text {
    font-size: 17px;
    margin-bottom: 15px;
    margin-top: 10px;
}

#general-info h2 {
    color: #28589e;
    font-size: 22px;
    text-align: center;
}

#general-info .specs {
    display: inline;
    display: inline-block;
    margin: 4%;
    width: 40%;
    zoom: 1;
}

#general-info li {
    border-bottom: 1px solid #7f7f7f;
    font-size: 16px;
    line-height: 3;
    list-style: none;
    padding: 0 20px;
}

#general-info li:first-child {
    border-top: 1px solid #7f7f7f;
}

#general-info li span {
    color: #28589e;
    font-weight: bold;
}

#features {
    font-size: 16px;
    line-height: 1.5;
    padding: 0 7%;
}

#features span {
    color: #28589e;
    font-weight: bold;
}

#copyright {
    line-height: 1.5;
    margin-top: 60px;
}

#copyright h2 {
    color: #28589e;
    float: left;
    font-size: 22px;
    font-weight: bold;
    line-height: 48px;
    margin-left: 254px;
    margin-right: 30px;
}

#copyright .details {
}

#copyright .logo {
    background: url("images/mls-logo.png");
    float: left;
    height: 48px;
    width: 158px;
}

.blue-line {
    background-color: #28589e;
    height: 15px;
    width: 100%;
}

#listing-labels {
    left: 0;
    position: absolute;
    top: 0;
    z-index: 10;
}

#listing-labels .markers {
    color: #ffffff;
    float: left;
    padding: 5px 30px;
    position: relative;
    text-align: center;
    width: 150px;
    z-index: 10;
}

#listing-labels .markers span {
    display: block;
    filter: alpha(opacity=80);
    height: 100%;
    khtml-opacity: 0.8;
    left: 0;
    moz-opacity: 0.8;
    ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=(80));
    opacity: 0.8;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: -1;
}

#listing-labels .markers .newListing {
    background-color: #b4c861;
}

#listing-labels .markers .openHouse {
    background-color: #28589e;
}

#listing-labels .markers.sold {
    background: url("images/Sold-by-Ken-full.png") center no-repeat;
    height: 393px;
    left: 0;
    top: 0;
    width: 612px;
}

/****************** Filters  ***************************/
#home-nav {
    left: 0;
    position: absolute;
    top: 2px;
}

#home-nav a {
    color: #FFFFFF;
    display: block;
    font-size: 18px;
    font-weight: bold;
    line-height: 40px;
}

#home-nav a:hover {
    color: #b4c861;
}

#search-filters,
#pre-search-neighbourhood {
    background-color: #b4c861;
    min-height: 40px;
}

#advaced-search {
    background: url("images/Advanced_Settings_Bottom_Hover&Selected.png") 0 8px no-repeat;
    color: #FFFFFF;
    cursor: pointer;
    float: right;
    font-weight: bold;
    line-height: 40px;
    padding-left: 40px;
}

#advaced-search:hover,
#advaced-search.active {
    background-position: 0 -26px;
}

.mls-search {
    padding: 20px 0;
}

.mls-search .col {
    float: left;
    margin-left: 30px;
    width: 30%;
}

.mls-search .col .row {
    height: 70px;
}

.mls-search .col .row .minict_wrapper {
    margin-top: 5px;
}

.mls-search .col .row.submit {
    text-align: center;
}

.mls-search .col .row.submit .btn {
    background-color: #b4c861;
    border: none;
    color: #ffffff;
    cursor: pointer;
    padding: 15px 20px;
}

.mls-search .col .slider-input label {
    color: #7f7f7f;
    display: block;
    font-size: 11px;
    font-weight: 700;
    margin-bottom: 10px;
}

.mls-search .col .slider-input .slider {
    margin: 0 auto 10px;
    width: 95%;
}

.mls-search .col .slider-input span {
    font-size: 14px;
    font-weight: 600;
}

.mls-search .col .slider-input.half {
    float: left;
    width: 48%;
}

.mls-search .col input[type="checkbox"] {
    height: 20px;
    vertical-align: middle;
    width: 20px;
}

.mls-search .col .middle label {
    line-height: 55px;
    margin: 0 20px 0 10px;
}

#map {
    height: 350px !important;
    width: 100%;
}

#map.pre-neighbourhoods {
    height: 700px;
}

.neighbourhood-description h2 {
    color: #28589E;
    font-size: 25px;
    font-weight: bold;
    margin: 30px 0 10px 0;
}

.neighbourhood-description p {
    color: #424242;
    font-size: 17px;
}
.neighbourhood-description{
    padding: 30px 0;
}

/* Minimalect
======================================================================== */
.minict_wrapper {
    background: #ebebeb;
    border: 1px solid #b4c861;
    box-sizing: border-box;
    color: #7f7f7f;
    font-family: "proxima-nova", sans-serif;
    height: 44px;
    moz-box-sizing: border-box;
    position: relative;
    webkit-box-sizing: border-box;
}

.minict_wrapper * {
    box-sizing: border-box;
    moz-box-sizing: border-box;
    webkit-box-sizing: border-box;
}

.minict_wrapper:after {
    color: #28589e;
    content: "\25BC";
    display: block;
    font-size: 0.6rem;
    height: 2.1rem;
    line-height: 44px;
    position: absolute;
    right: 0;
    right: 14px \9;
    text-align: center;
    top: 0;
    width: 2.1rem;
}

.minict_wrapper .active:after {
    content: "\25B2";
}

.minict_wrapper input {
    background: none;
    border: 0;
    cursor: default;
    font-size: 12px;
    height: 44px;
    letter-spacing: .08em;
    outline: none;
    padding: 10px 15px;
    text-transform: uppercase;
    width: 100%;
}

.minict_wrapper ul {
    box-shadow: 0 0 8px 2px rgba(220, 220, 220, 0.9);
    display: none;
    left: 0;
    list-style: none;
    margin: 0;
    max-height: 300px;
    overflow-y: auto;
    padding: 0;
    position: absolute;
    top: 43px;
    width: 100%;
    z-index: 999999;
}

.minict_wrapper ul li {
    background: #ebebeb;
    cursor: pointer;
    font-size: 15px;
    height: 30px;
    line-height: 30px;
    list-style: none;
    padding: 0 14px;
}

.minict_wrapper ul li:hover {
    background: #fcfcfc;
    color: #111;
}

.minict_wrapper ul li.minict_group {
    background: #f6f6f6;
    color: #444;
    cursor: default;
    font-weight: bold;
}

.minict_wrapper ul li.minict_empty {
    background: #fff !important;
    color: #bbb;
    display: none;
    font-size: 0.9rem;
    height: 3.5rem;
    line-height: 3.3rem;
    text-align: center;
}

.minict_wrapper ul li.selected {
    background: #f9fcff;
    color: #819a9a;
}

.minict_wrapper ul li.highlighted {
    background: #819a9a;
    color: #fff;
}

.minict_wrapper ul li.hidden {
    display: none;
}

.minict_wrapper.bubble {
    background: linear-gradient(to bottom, #ffffff 0%, #f9f9f9 100%);
    background: -moz-linear-gradient(top, #ffffff 0%, #f9f9f9 100%);
    background: -ms-linear-gradient(top, #ffffff 0%, #f9f9f9 100%);
    background: -o-linear-gradient(top, #ffffff 0%, #f9f9f9 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ffffff), color-stop(100%, #f9f9f9));
    background: -webkit-linear-gradient(top, #ffffff 0%, #f9f9f9 100%);
    box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.05);
    webkit-box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.05);
}

.minict_wrapper.bubble:hover {
    border-color: #dcdcdc;
}

.minict_wrapper.bubble:after {
    border-left: 1px solid #e5e5e5;
    box-shadow: inset 1px 0px 0px 0px #fff;
    height: 2.05rem;
    webkit-box-shadow: inset 1px 0px 0px 0px #fff;
}

.minict_wrapper.bubble ul {
    border-radius: 6px;
    box-shadow: 0px 5px 25px 0px rgba(0, 0, 0, 0.25);
    overflow: visible;
    top: 2.7rem;
    webkit-box-shadow: 0px 5px 25px 0px rgba(0, 0, 0, 0.25);
}

.minict_wrapper.bubble ul:before {
    border-color: transparent transparent #e5e5e5 transparent;
    border-style: solid;
    border-width: 0 11px 11px 11px;
    color: transparent;
    content: ".";
    height: 0px;
    left: 19px;
    position: absolute;
    top: -11px;
    width: 0px;
}

.minict_wrapper.bubble ul:after {
    border-color: transparent transparent #ffffff transparent;
    border-style: solid;
    border-width: 0 10px 10px 10px;
    color: transparent;
    content: ".";
    height: 0px;
    left: 20px;
    position: absolute;
    top: -10px;
    width: 0px;
}

.minict_wrapper.bubble ul li.minict_first {
    border-top-left-radius: 6px;
    border-top-right-radius: 6px;
}

.minict_wrapper.bubble ul li.minict_last {
    border-bottom-left-radius: 6px;
    border-bottom-right-radius: 6px;
}

/********************* sliders  **********************/
.slider.ui-widget-content {
    background: #7f7f7f;
    border: 0;
    height: 3px;
}

.slider.ui-slider-horizontal .ui-slider-handle {
    background: #28589e;
    border: 0;
    border-radius: 2px;
    cursor: pointer;
    height: 14px;
    moz-border-radius: 2px;
    ms-transform: rotate(45deg);
    top: -5px;
    transform: rotate(45deg);
    transition: none;
    webkit-border-radius: 2px;
    webkit-transform: rotate(45deg);
    width: 14px;
}

.slider.ui-slider-horizontal .ui-slider-range {
    background: #b4c861;
}

/************************  Overlays ****************************/
#overlay {
    background-color: #3A4149;
    filter: alpha(opacity=70);
    height: 100%;
    khtml-opacity: 0.7;
    left: 0;
    moz-opacity: 0.7;
    ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=(70));
    opacity: 0.7;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 99998;
}

.overlay {
    background-color: #fff;
    border-radius: 5px;
    left: 50%;
    moz-border-radius: 5px;
    position: fixed;
    top: 50%;
    webkit-border-radius: 5px;
    z-index: 99999;
}

#schedule-visit {
    margin-left: -325px;
    margin-top: -285px;
    min-height: 540px;
    padding: 15px;
    width: 620px;
}

#schedule-visit .details {
    position: relative;
}

#schedule-visit .heading {
    color: #28589e;
    font-size: 22px;
    text-align: center;
}

#schedule-visit .close-div {
    cursor: pointer;
    position: absolute;
    right: 0;
    top: 0;
}

#schedule-visit .col {
    float: left;
    width: 45%;
    width: 53%;
}

#schedule-visit .col.left {
    margin-right: 30px;
    width: 40%;
}

#schedule-visit label {
    color: #28589e;
    display: block;
    font-size: 16px;
    font-weight: bold;
    margin-top: 15px;
}

#schedule-visit input {
    border: 1px solid #28589e;
    border-radius: 3px;
    color: #7f7f7f;
    font-size: 16px;
    moz-border-radius: 3px;
    padding: 15px 20px;
    webkit-border-radius: 3px;
}

#schedule-visit input.wpcf7-not-valid {
    background-color: #FFE7E2;
    border-color: red !important;
}

#schedule-visit input[type="submit"] {
    background-color: #b4c861;
    border: none;
    color: #ffffff;
    display: block;
    margin-top: 32px;
    width: 100%;
}

#schedule-visit input[type="tel"] {
    width: 70%;
}

#schedule-visit .wpcf7-not-valid-tip {
    display: none;
}

#schedule-visit div.wpcf7-response-output {
    margin: 0;
}

#schedule-visit .clear-form {
    color: #28589e;
    cursor: pointer;
    font-size: 16px;
    font-weight: bold;
    line-height: 62px;
    width: 100px;
}

#schedule-visit .clear-form:hover {
    color: #b4c861;
}

#schedule-visit .HasRealtor label {
    display: inline;
    display: inline-block;
    margin-right: 10px;
    margin-top: 5px;
    zoom: 1;
}

#schedule-d {
    float: left;
    width: 40%;
}

#schedule-m,
#schedule-h,
#schedule-a {
    border: 1px solid #28589e;
    border-radius: 3px;
    float: left;
    moz-border-radius: 3px;
    overflow: hidden;
    position: relative;
    webkit-border-radius: 3px;
    width: 20%;
}

#schedule-m input,
#schedule-h input,
#schedule-a input {
    border: none;
    padding: 15px 10px;
    text-align: center;
    width: 100%;
}

#schedule-m span.arr,
#schedule-h span.arr,
#schedule-a span.arr {
    background: url("images/arrow_Up.png") center no-repeat #28589e;
    cursor: pointer;
    display: block;
    height: 12px;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
}

#schedule-m span.arr.disabled,
#schedule-h span.arr.disabled,
#schedule-a span.arr.disabled {
    background: #28589e;
    cursor: auto;
}

#schedule-m span.arr.down,
#schedule-h span.arr.down,
#schedule-a span.arr.down {
    background: url("images/arrow_Down.png") center no-repeat #28589e;
    bottom: 0;
    top: auto;
}

#schedule-m span.arr.down.disabled,
#schedule-h span.arr.down.disabled,
#schedule-a span.arr.down.disabled {
    background: #28589e;
}

#schedule-m span.mortgage-term-label,
#schedule-h span.mortgage-term-label,
#schedule-a span.mortgage-term-label {
    color: #7f7f7f;
    display: block;
    font-size: 16px;
    line-height: 51px;
    position: absolute;
    right: 20px;
    top: 0;
}

#mortgage-calculator {
    margin-left: -325px;
    margin-top: -335px;
    min-height: 440px;
    padding: 15px;
    width: 620px;
}

#mortgage-calculator .details {
    position: relative;
}

#mortgage-calculator .heading {
    color: #28589e;
    font-size: 22px;
    text-align: center;
}

#mortgage-calculator .close-div {
    cursor: pointer;
    position: absolute;
    right: 0;
    top: 0;
}

#mortgage-calculator .col {
    float: left;
    width: 45%;
    width: 53%;
}

#mortgage-calculator .col.left {
    margin-right: 30px;
    width: 40%;
}

#mortgage-calculator label {
    color: #28589e;
    display: block;
    font-size: 16px;
    font-weight: bold;
    margin-top: 15px;
}

#mortgage-calculator input {
    border: 1px solid #28589e;
    border-radius: 3px;
    color: #7f7f7f;
    font-size: 16px;
    moz-border-radius: 3px;
    padding: 15px 20px;
    text-align: right;
    webkit-border-radius: 3px;
}

#mortgage-calculator .minict_wrapper {
    border: 1px solid #28589e;
    border-radius: 3px;
    moz-border-radius: 3px;
    webkit-border-radius: 3px;
}

#mortgage-calculator table {
    border: none;
    border-collapse: inherit;
    border-spacing: 0px 33px;
    font-size: 16px;
    margin-top: 21px;
}

#mortgage-calculator table th {
    border: none;
    color: #28589e;
    text-align: right;
}

#mortgage-calculator table td {
    border: none;
    text-align: right;
    width: 130px;
}

#mortgage-calculator table td.green {
    color: #b4c861;
}

#mortgage-calculator .row.help {
    text-align: center;
}

#mortgage-term {
    border: 1px solid #28589e;
    border-radius: 3px;
    moz-border-radius: 3px;
    overflow: hidden;
    position: relative;
    webkit-border-radius: 3px;
}

#mortgage-term input {
    border: none;
    text-align: center;
    width: 50%;
}

#mortgage-term span.arr {
    background: url("images/arrow_Up.png") center no-repeat #28589e;
    cursor: pointer;
    display: block;
    height: 12px;
    left: 0;
    position: absolute;
    top: 0;
    width: 50%;
}

#mortgage-term span.arr.disabled {
    background: #28589e;
    cursor: auto;
}

#mortgage-term span.arr.down {
    background: url("images/arrow_Down.png") center no-repeat #28589e;
    bottom: 0;
    top: auto;
}

#mortgage-term span.arr.down.disabled {
    background: #28589e;
}

#mortgage-term span.mortgage-term-label {
    color: #7f7f7f;
    display: block;
    font-size: 16px;
    line-height: 51px;
    position: absolute;
    right: 20px;
    top: 0;
}

#mortgage-interval {
    border: 1px solid #28589e;
    border-radius: 3px;
    height: 51px;
    moz-border-radius: 3px;
    overflow: hidden;
    position: relative;
    webkit-border-radius: 3px;
}

#mortgage-interval input {
    border: none;
    text-align: center;
    width: 50%;
}

#mortgage-interval span.arr {
    background: url("images/arrow_Up.png") center no-repeat #28589e;
    cursor: pointer;
    display: block;
    height: 12px;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
}

#mortgage-interval span.arr.disabled {
    background: #28589e;
    cursor: auto;
}

#mortgage-interval span.arr.down {
    background: url("images/arrow_Down.png") center no-repeat #28589e;
    bottom: 0;
    top: auto;
}

#mortgage-interval span.arr.down.disabled {
    background: #28589e;
    cursor: auto;
}

#mortgage-interval span.mortgage-interval-label {
    color: #7f7f7f;
    display: block;
    font-size: 16px;
    line-height: 51px;
    text-align: center;
}

.pagination, .wp-pagenavi {
    clear: both;
    margin: 15px 0;
    text-align: center;
}

.pagination li {
    display: inline;
    display: inline-block;
    list-style: none;
    zoom: 1;
}

.pagination li.active a, .wp-pagenavi span.current {
    background-color: #28589e;
    color: #fff;
}

.pagination li a, .wp-pagenavi a.page {
    background-color: #b4c861;
    border: 1px solid #7D9B00;
    border-radius: 5px;
    color: #ffffff;
    cursor: pointer;
    display: inline-block !important;
    margin: 0 3px;
    moz-border-radius: 5px;
    padding: 5px 10px;
    text-shadow: 1px 1px 1px #464B35;
    webkit-border-radius: 5px;
}

.pagination li a:hover {
    background-color: #28589e;
}

.wp-pagenavi span.pages, .wp-pagenavi .previouspostslink, .wp-pagenavi .nextpostslink {
    display: none;
}

.wp-pagenavi a.page {
    display: initial;
}

.wp-pagenavi span.current {
    border-radius: 5px;
    display: inline-block;
    moz-border-radius: 5px;
    padding: 5px 10px;
    webkit-border-radius: 5px;
}

.half-page-content {
    float: left;
    margin: 5px 10px 5px 0px;
    width: 480px;
}

.half-page-content-form {
    float: left;
    margin: 5px 80px 5px 0px;
    width: 37.5%;
}

.contest-form {
    float: left;
    margin-left: 10px;
    width: 75%;
}

/***************** Contest page styles *********************/
.half-page-content h3, .half-page-content-form h3, .full-contest-content h3 {
    color: #28589e !important;
}

.half-page-content h2, .half-page-content-form h2, .full-contest-content h2 {
    color: #28589e !important;
}

.half-page-content-form .wpcf7-submit, .full-contest-content .wpcf7-submit, {
    background-color: #28589e;
    border-radius: 5px;
    color: #ffffff;
    display: block;
    display: inline-block;
    float: right;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 18px;
    letter-spacing: 2px;
    moz-border-radius: 5px;
    padding: 5px 15px;
    webkit-border-radius: 5px;
}

.full-contest-content .entry-submission {
    background-color: #28589e;
    border-radius: 5px;
    color: #ffffff;
    display: block;
    display: inline-block;
    float: left;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 18px;
    letter-spacing: 2px;
    moz-border-radius: 5px;
    padding: 5px 15px;
    webkit-border-radius: 5px;
}

.full-contest-content .left-contact-column, .full-contest-content .right-contact-column {
    float: left;
    width: 490px;
}

.right-contact-column {
    left: 175px;
    position: relative;
    top: 60px;
}

.full-contest-content h1, .full-contest-content h2 {
    text-align: center;
}

.contest-wrapper .wp-pagenavi {
    border-bottom: 6px solid #b4c861;
    padding-bottom: 30px;
}

/*-------------------- CUSTOM CONTESTS -------------------------*/
.contest {
    border-bottom: 6px solid #b4c861;
    margin-bottom: 20px;
    padding-bottom: 20px;
}

.contest-half {
    float: left;
    min-height: 340px;
    padding: 2%;
    width: 48%;
}

#page-wrapper .contest h2, .contest h1, .contest span {
    font-size: 25px !important;
    margin-bottom: 0px;
}

.contest h1 {
    color: #28589e !important;
    font-weight: normal;
}

.contest span {
    color: #b4c861;
    display: block;
}

.contest-img {
    float: left;
    margin-right: 20px;
    position: relative;
    width: 540px;
}

.contest-half .contest-img {
    width: 25%;
}

.contest-img img {
    display: block;
    margin: 0 auto;
}

.contest-half .contest-img img {
    display: block;
    height: auto;
    margin: 0 auto;
    width: 100%;
}

.contest-cta {
}

.contest-cta a {
    border-radius: 4px;
    color: #fff;
    font-size: 20px;
    padding: 5px 10px;
}

.contest .read-more {
    background: #b4c861;
}

.contest .vote {
    background: #f65b46;
}

.contest .vote img {
    position: relative;
    top: -6px;
}

.contest .vote:hover {
    background: #ef422a;
}

.contest-img .badge {
    bottom: 3px;
    height: 122px;
    position: absolute;
    right: 3px;
    width: 122px;
}

.contest-top {
    margin-bottom: 30px;
    position: relative;
}

.single-contests .contest-cta {
    bottom: 0;
    position: absolute;
    right: 190px;
}

.single-contests .contest-cta a {
    float: right;
    margin-top: 20px;
    text-align: center;
    width: 210px;
}

.single-contests .contest {
    border: 0;
}

#header-title-top {
    border-bottom: 3px solid #28589D;
    margin: 0 auto;
    width: 100%;
}

#header-title-top p {
    color: #28589e;
    font-size: 24px;
    line-height: 24px;
    margin-top: 30px;
    text-align: center;
}

.contest-wrapper .wp-pagenavi {
    border-bottom: 6px solid #b4c861;
    padding-bottom: 30px;
}

.clearfix {
    clear: both;
    float: none;
}

.single-semifinalists .contest-cta a, .single-honors .contest-cta a {
    float: left;
    margin-top: 20px;
    text-align: center;
    width: 210px;
}

.single-semifinalists .contest-cta, .single-honors .contest-cta {
    bottom: 0;
    position: absolute;
    right: 190px;
}

#honors {
    margin: 0 auto;
    width: 100%;
}

#honors p {
    color: #28589e;
    font-size: 18px;
    line-height: 24px;
    margin-top: 30px;
    text-align: center;
}

#honors a {
    color: #28589e;
    font-size: 16px;
    line-height: 24px;
    margin-top: 30px;
    text-align: center;
}

.top-place {
    width: 100%;
}

.top-place .contest-img, .third-place .contest-img {
    width: 46%;
}

.top-place .contest-img img, .third-place .contest-img img {
    float: left;
    width: 50%;
}

.contest-cta.top-place img {
    display: block;
    width: 40%;
}

.single-semifinalists .top-place {
    bottom: 0;
    position: absolute;
    right: 120px;
}

.contest-cta.third-place img {
    display: block;
    width: 40%;
}

.single-semifinalists .third-place {
    bottom: 0;
    position: absolute;
    right: 120px;
}

.contest-img p {
    color: #28589e;
    font-weight: bold;
    left: 37px;
    position: absolute;
    top: 90px;
}

/*------------------------- BLOG ----------------------------*/
article.post {
    margin-top: 15px;
    padding-top: 15px;
}

.blog article.post {
    border-top: 1px solid #999;
    margin-top: 30px;
    padding-top: 30px;
}

article.post h1 {
    font-size: 27px !important;
    margin-top: 10px;
}

article.post h2 {
    font-size: 20px !important;
}

.img-wrap {
    float: left;
    margin-right: 10px;
}

#banner-wrapper img {
    display: block;
    margin: 0 auto;
    width: 100%;
    height: auto;
}

article.post .date {
    font-style: italic;
    margin-bottom: 20px;
}

.open-house-list p {
    color: #28589e;
    font-size: 18px;
    margin-bottom: 5px;
}

.open-house-list {
    margin: 20px 0;
}

iframe {
    max-width: 100%;
}

/*------------------------- MEDIA QUERIES ----------------------------*/
@media screen and (max-width: 994px) {
    #order-by {
        float: none;
        margin-top: 10px;
        margin-left: 0;
    }

    .listing-list-wrap {
        width: 48%;
        float: left;
        margin: 0 1%;
    }

    .listing-list .col.info-card {
        width: 100%;
        margin: 0 0 10px;
    }

    .listing-list .col.image img {
        width: 100%;
        height: auto;
    }

    .listing-list, .listing-list .col.image, .listing-list .col.details {
        width: 100%;
    }

    #listing .focus {
        width: calc(100% - 385px);
    }

    #listing .slider, #listing .info-card, #visit-card, #visit-card #img-wrapper .text, #visit-card #img-wrapper .img-bg {
        width: 100%;
    }

    #listing .slider img {
        width: 100%;
        height: auto;
    }
}

@media screen and (max-width: 980px) {
    #page-wrapper {
        padding: 0 15px;
    }

    .wrapper {
        padding: 0 15px;
    }

    #footer{
        padding-top: 20px;
    }

    #search-listings-in-wrapper ul {
        float: left;
    }

    #search-listings-in-wrapper ul li a {
        margin-left: 0;
    }
    #footer-links ul, #footer-links-2 ul{
        width: 207px; 
    }

}

@media screen and (max-width: 768px) {

    .listing-list-wrap {
        width: 100%;
        margin: 0;
    }

    #content .home-adj {
        display: inline-block;
        padding: 0 20px;
    }

    hr.ken-idea{
        margin: 30px 15px 40px 15px !important;
    }

    .mls-imgs{
        text-align: center;
    }
    .mls-imgs img{
        margin: 0 15px !important;
    }

    body .mls-imgs .wp-image-3149 {
        margin: 0 auto !important;
        display: block;
    }

    #footer-info {
        width: 100%;
        padding-top: 15px;
        border: none;
    }

    #footer-links, #footer-links-2 {
        margin-top: 30px;
        margin-bottom: 50px
    }

    #footer-links-2{
        border: 0
    }

    #footer-social, #footer-address {
        width: 100%;
        border: none;
    }

    #banner-wrapper {
        padding: 15px 0;
        height: auto !important;
    }

    #banner-wrapper .wrapper {
        height: auto !important;
        position: relative;
        transform: none;
        left: 0;
        top: 0;
    }

    .home #banner-wrapper .wrapper {
        transform: none;
        -webkit-transform: none;
    }

    #banner-content-wrapper {
        position: static;
        transform: none;
        -webkit-transform: none;
        -moz-transform: none;
    }

    #banner-content .content {
        font-size: 16px;
    }

    #banner-content, #banner-nav {
        max-width: 555px;
        width: 100%;
    }

    #banner-nav li {
        width: 49%;
        display: inline-block;
        float: none;
        margin: 0;
    }

    #banner-content .autor {
        margin-top: 0;
    }

    #logo a {
        width: 280px;
        background-size: 100%;
        background-repeat: no-repeat;
    }

    #banner-content {
        color: #000;
    }

    .home #banner-content {
        color: #fff;
    }

    #banner-content-wrapper.about li {
        width: 49%;
        margin-right: 0;
    }

    .contact-form, .contact-map {
        width: 100% !important;
        float: none;
    }

    #listing .banner .col {
        width: 100%;
        height: auto;
        float: none;
    }

    #listing .slider {
        width: 100%;
        height: auto;
        padding: 32%;
    }

    #listing .slider img {
        /*position: static;*/
        width: 100%;
        height: auto;
    }

    #listing .slider-controls {
        bottom: 0;
    }

    #listing .info-card {
        width: 100%;
    }

    #visit-card {
        float: none;
        width: 100%;
    }

    #overview {
        width: 100%;
    }

    #general-info .specs {
        width: 92%;
    }
}

@media screen and (max-width: 675px) {
    #logo {
        float: none;
    }

    #logo a {
        margin: 0 auto;
    }

    #header-contact {
        float: none;
        margin-top: 0;
        text-align: center;
    }

    #header-contact span.phone {
        font-size: 19px;
        display: block;
    }

    #search-listing-label {
        float: none;
    }

    #search-listings-in-wrapper {
        margin-top: 15px;
    }

    #search-listings-in-wrapper ul {
        float: none;
        background: #fff;
        width: 100%;
    }

    #search-listings-in-wrapper ul li {
        display: block;
        float: left;
        width: 48%;
        background: #28589e;
        margin: 1%;
        text-align: center;
    }

    #search-listings-in-wrapper ul li:last-child {
        width: 98%;
    }

    #search-listings-in-wrapper ul li a {
        margin-left: 0;
        color: #fff;
    }

    #content, #sidebar {
        width: 100%;
    }
}

@media screen and (max-width: 468px) {

    #banner-wrapper .wrapper {
    }

    /*.home #banner-content .wrapper {position: relative;transform:none;}  */
    #banner-content .content span {
        display: none;
    }

    #banner-content-wrapper.about ul {
        margin: 0;
    }

    #page-wrapper.selling .contact-me, #page-wrapper.selling .sold-listings-link {
        width: 49%;
    }

    #page-wrapper.selling .contact-me a, #page-wrapper.selling .sold-listings-link a {
        font-size: 15px;
    }

    .mls-search .col {
        width: 100%;
        margin: 0;
    }

    .img-wrap {
        float: none;
    }

    .post-img {
        float: none;
        margin-left: 0;
        width: 100%;
    }

    #footer-links{
        border: none;
    }
}

#mobile-submit,
.mobile{
    display: none !important;
}

.wp-caption{
    max-width: 100%;
}


@media screen and (max-width: 420px) {

    #content .home-adj {
        display: inline-block;
        padding: 0 10px;
    }

    .mls-imgs {
        text-align: center;
    }

    .mls-imgs img {
        margin: 0 5px !important;
    }

    .wrapper {
        padding: 0 10px;
    }

    #footer-info img {
        margin-left: 0px;
        margin-top: 0px;
    }
    #footer-info {
        padding-right: 0px;
        text-align: center;
    }

    #footer-info a,
    #home-nav{
        display: none;
    }

    #footer-info .email a{
        display: inline-block;
        font-size: 20px;
    }

    #footer-info span.phone {
        font-size: 20px;
    }

    #footer-social .realtor-links{
        display: none;
    }

    #footer-links, #footer-links-2{
        border: 0;
        width: 150px
    }

    #copyright {
        margin-top: 10px;
    }
    #copyright h2 {
        float: none;
        margin-left: 0px;
        margin-right: 0px;
    }

    #listing .info-card .content {
        font-size: 13px;
    }

    #listing-controls .controls .btn.walk-c,
    #listing-controls .controls label,
    #visit-card-2{
        display: none;
    }

    #schedule-visit .col {
        float: none;
        width: 100% !important;
        margin: 0;
    }

    .overlay {
        left: 0px;
        position: fixed;
        top: 0;
        bottom: 0;
        overflow-y: auto;
    }

    #schedule-visit {
        margin-left: 0px;
        margin-top: 0px;
        min-height: inherit;
        padding: 10px;
        width: 100%;
    }

    #schedule-visit .close-div {
        right: -5px;
        top: -26px;
    }

    #mobile-submit{
        display: block !important;
    }
    #desktop-submit{
        display: none !important;
    }

    #listing .map {
        width: 100%;
    }

    .mobile{
        display: block !important;
    }

    .vancouver-neighbourhood-map li{
        float: left;
        width: 50%;
        list-style: none;
        margin: 5px 0;
    }
    .vancouver-neighbourhood-map li a{
        font-size: 12px;
    }

    .no-mobile{
        display: none !important;
    }

    .alignright, .alignleft {
        margin: 15px auto;
        float: none;
    }

    .single-semifinalists .contest-cta,
    .single-honors .contest-cta,
    .single-contests .contest-cta {
        position: static;
    }

    #header-title-top {
        padding: 0 10px;
    }
}

@media screen and (min-width: 420px) and (max-width: 768px) {

    .mobile{
        display: block !important;
    }

    .no-mobile{
        display: none !important;
    }

    .vancouver-neighbourhood-map li{
        float: left;
        width: 33%;
        list-style: none;
        margin: 5px 0;
    }
    .vancouver-neighbourhood-map li a{
        font-size: 12px;
    }

    .info-card span {
        padding: 5px 10px;
    }
    .info-card br{
        display: none;
    }
    .info-card br{
        height:auto;
    }

    .listing-list .col.details .description {
        height: 120px;
        overflow: hidden;
        font-size: 18px;
        padding: 10px 0;
    }

    .listing-list .col.info-card {
         height: auto;
    }



    .contest-img p {
        display: none;
    }


}
@media screen and (max-width: 768px) {

    .single-honors .contest-img,
    .single-semifinalists .contest-img,
    .single-contests .contest-img {
        float: none;
        margin: 10px auto;
        width: auto;
    }
    .single-honors .contest-img img,
    .single-semifinalists .contest-img img,
    .single-contests .contest-img img{
        width: auto;
        max-width: 100%;
        height: auto;
    }

    .contest-half {
        width: 98%;
    }
}

.type-ctas {
  float: left;
}

.type-ctas:after {
  clear: both;
  content: '';
  display: table;
}

.type-ctas a {
  color: white;
  font-size: 14px;
  display: inline-block;
  margin-top: 5px;
  margin-right: 30px;
}

.type-ctas svg {
  height: 20px;
  position: relative;
  top: 4px;
  margin-right: 5px;
}

.type-ctas svg path,
.type-ctas svg polygon {
  fill: white;
}

@media (max-width: 767px) {
  #search-filters {
    text-align: center;
  }
  .type-ctas,
  #advaced-search {
    float: none;
  }
  #advaced-search {
    text-align: left;
    padding-left: 71px;
  }
  .type-ctas a {
    display: block;
    text-align: left;
    font-weight: 700;
    text-transform: uppercase;
    margin-top: 0;
    margin-bottom: 5px;
  }
  .type-ctas a svg {
    height: auto;
    width: 27px;
    margin-right: 40px;
  }
}
