@font-face {
    font-family: "visby_cf";
    src: url("../fonts/visbycf-medium-webfont.woff2") format("woff2"),
        url("../fonts/visbycf-medium-webfont.woff") format("woff");
    font-weight: 400;
    font-style: normal;
}

@font-face {
    font-family: "visby_cf";
    src: url("../fonts/visbycf-light-webfont.woff2") format("woff2"),
        url("../fonts/visbycf-light-webfont.woff") format("woff");
    font-weight: 300;
    font-style: normal;
}

@font-face {
    font-family: 'visby_cf';
    src: url('visbycf-bold-webfont.woff2') format('woff2'),
         url('visbycf-bold-webfont.woff') format('woff');
    font-weight: 700;
    font-style: normal;
}

body {
    font-family: "visby_cf", sans-serif;
    color: #282828;
    font-weight: 400;
    font-size: 18px;
}

.editmode nav.navigation {
    position: relative;
    z-index: unset;
    height: auto;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
}

nav.navigation ul li a {
    font-size: 22px;
}

.form-stacked .form-actions .btn {
    font-weight: 400;
    padding: 17px 28px;
    display: inline-block;
    font-family: "visby_cf",sans-serif;
    background-color: #db040f;
    color: #fff;
    -webkit-text-shadow: none;
    text-shadow: none;
    -webkit-border-radius: 0 0 0 0;
    -moz-border-radius: 0 0 0 0;
    -ms-border-radius: 0 0 0 0;
    border-radius: 0 0 0 0;
    font-size: 20px;
    cursor: pointer;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -ms-transition: all 0.4s ease;
    transition: all 0.4s ease;
    border: none;
    outline: 0;
    cursor: pointer;
}

.form-stacked .form-actions .btn:hover, .form-stacked .form-actions .btn:focus {
    background-color: #232323;
}

.form-stacked fieldset {
    border: none;
}

.form-stacked fieldset:after {content: "";display: block;clear: both;}

.form-stacked fieldset .mb-3 {
    width: 49%;
    float: left;
    margin: 0 0 15px;
}

.form-stacked fieldset .mb-3:nth-child(2n+2) {
    float: right;
}

.form-stacked fieldset .mb-3:nth-child(5) {
    float: none;
    width: 100%;
    clear: both;
}

.form-stacked fieldset .mb-3 .form-control {
    display: block;
    width: 100%;
    background: #eee;
    padding: 15px;
    font-family: "visby_cf", sans-serif;
    font-size: 15px;
    outline: 0;
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
    resize: none;
    border: 1px solid #eee;
    margin: 2px 0 0;
}

.form-stacked fieldset .mb-3 .form-control:hover, .form-stacked fieldset .mb-3 .form-control:focus, .form-stacked fieldset .mb-3 .form-control:active {
    background: #fff;
    border-color: #ccc;
}

.form-stacked fieldset .mb-3 label {
    font-size: 15px;
}

.form-stacked fieldset .mb-3 label + span {
    color: #fff;
}

.form-stacked fieldset .mb-3 label + span:before {
    color: red;
    content: "*";
    font-size: 14px;
}

.form-stacked:after {
    clear: both;
    content: "";
    display: block;
}

.form-stacked .form-actions {
    float: right;
    position: relative;
}

.pg-title {
    padding: 40px 0;
    background-color: #f9f9f9;
}

.pg-title h1 {
    text-align: center;
    color: #000;
    font-weight: 300;
    font-size: 50px;
}

.pg-content {
    padding: 80px 0;
    background-color: #fff;
}

.pg-content.pg-grey {
    background-color: #f9f9f9;
}

.contact-box ul li {
    position: relative;
    padding-left: 35px;
    font-size: 20px;
    margin: 0 0 14px;
}

.contact-box ul li em {
    color: #777;
    font-style: normal;
}

.contact-box ul li i {
    color: red;
    position: absolute;
    top: 0;
    left: 0;
    font-size: 21px;
    width: 25px;
    height: 25px;
    line-height: 25px;
    text-align: center;
}

.contact-box ul li i.fa-mobile {
    font-size: 29px;
}

.contact-box ul li:last-child {
    margin: 0;
}

.contact-box {
    border: 1px solid #EEE;
    padding: 20px;
    margin: 8px 0 0;
}


.header {
    background-color: #fff;
}

.pg-content.pg-thanks {
    text-align: center;
}

.pg-content.pg-thanks p {
    font-size: 27px;
    font-weight: 300;
}

.pg-content.pg-thanks p .button {
    margin: 30px 0 0;
}

.block-link a {
    display: block;
    position: relative;
    background: #000;
    overflow: hidden;
    margin: 7px 0;
}

.block-link a img {
    position: relative;
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
    -webkit-filter: grayscale(0);
    filter: grayscale(0);
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
    z-index: 1;
    height: auto;
    max-width: 100%;
    display: block;
}

.block-link a strong {
    font-weight: 300;
    color: #fff;
    font-size: 33px;
    position: absolute;
    top: 0;
    z-index: 5;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    text-align: center;
    padding: 169px 0 0;
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
    opacity: 0;
}

.block-link a:before, .block-link a:after {
    position: absolute;
    left: 15px;
    right: 15px;
    height: 1px;
    content: "";
    background: #fff;
    display: block;
    z-index: 5;
    opacity: 0;
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
}

.block-link a:before {
    top: 45px;
}

.block-link a:after {
    bottom: 45px;
}

.block-link a:hover:before {
    top: 15px;
    opacity: 1;
}

.block-link a:hover:after {
    bottom: 15px;
    opacity: 1;
}

.block-link a:hover strong {
    padding: 149px 0 0;
    opacity: 1;
}

.block-link a:hover img {
    -webkit-filter: grayscale(1);
    filter: grayscale(1);
    -webkit-transform: scale(1.25);
    transform: scale(1.25);
    opacity: 0.3;
}

.community-top h2 {
    font-size: 32px;
    font-weight: 300;
    color: #777;
}

.community-top h2 em {
    font-style: normal;
    color: #000;
}

.community-box {
  position: relative;
  padding: 0 20px 0 110px;
  margin: 50px 0 0;

}

.community-box i {
    width: 90px;
    height: 90px;
    background-color: #db040f;
    -webkit-border-radius: 100%;
    border-radius: 100%;
    margin: 0 0 5px;
    -webkit-background-size: 55px;
    background-size: 55px;
    position: absolute;
    top: 0;
    left: 0;
}

.community-box h3 {
    font-size: 23px;
    color: #777;
}

.community-box h3 em {
    font-style: normal;
    color: #000;
}

.community-box p {
    font-size: 17px;
}


.community-links h2,
.community-bottom h2 {
    color: #777;
    margin-top: 40px;
}

.community-links h2 em,
.community-bottom h2 em {
    color: #000;
    font-style: normal;
}

.community-links h2:first-child,
.community-bottom h2:first-child {
    margin: 0;
}

.community-bottom {
    padding-right: 90px;
}

.community-links ul li a:before {
    color: #999;
    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;
    content: "\f105";
    position: absolute;
    top: 3px;
    left: 0;
}

.community-links ul li a {
    display: inline-block;
    position: relative;
    padding: 0 0 0 12px;
    font-size: 15px;
}

.community-links ul li a:hover, .community-links ul li a:focus {
    color: #999;
}

.pg-lead {
    background: #212121;
    padding: 20px 0;
}

.pg-lead h2 {
    color: #fff;
    font-weight: 300;
    font-size: 28px;
    margin: 11px 0 0;
}

.pg-lead {
    background-position: center right;
    padding: 25px 0;
    background-repeat: no-repeat;
    background-color: #db040f;
}

.pg-lead .button.primary {
  background-color: #fff;
  color: #111;
}

.pg-lead .button.primary:hover,
.pg-lead .button.primary:focus {
  background-color: #111;
  color: #fff;
}

.pg-lead h2 {
    color: #fff;
    font-weight: 300;
    font-size: 28px;
    margin: 11px 0 0;
}

.pg-title.pg-title-bg {
    padding: 150px 0;
    background-size: cover;
    background-position: center;
    background-attachment: fixed;
}

.pg-title.pg-title-bg h1 {
    color: #fff;
}

/*
.pg-bg-alliston { background-image: url(../i/bg-a.jpg?v=4); }
.pg-bg-essa { background-image: url(../i/bg-e.jpg?v=3); }
.pg-bg-new-tecumseth { background-image: url(../i/bg-nt.jpg?v=3); }
.pg-bg-adjala-tosorontio { background-image: url(../i/bg-adjtos.jpg?v=3); }
*/

.icon-c-charm { background-image: url(../i/icons/icon-c-charm.svg); }
.icon-c-people { background-image: url(../i/icons/icon-c-people.svg); }
.icon-c-beauty { background-image: url(../i/icons/icon-c-beauty.svg); }
.icon-c-nature { background-image: url(../i/icons/icon-c-nature.svg); }
.icon-c-convenience { background-image: url(../i/icons/icon-c-convenience.svg); }
.icon-c-space { background-image: url(../i/icons/icon-c-freedom.svg); }

.pg-title h1 em {
    color: #777;
    font-style: normal;
}

.pg-title h1 em {
    color: #777;
    font-style: normal;
}

.pg-content.pg-why-hire-me .container {
    margin-bottom: 120px;
    border-bottom: 1px solid #eee;
    padding-bottom: 120px;
}

.pg-content.pg-why-hire-me {
    padding: 120px 0;
}

.pg-content.pg-why-hire-me .col-sm-8 {
    font-size: 20px;
    line-height: 1.5;
}

.pg-content.pg-why-hire-me .container:last-child {
    border: none;
    padding: 0;
    margin-bottom: 0;
}

.hire-box {
    text-align: center;
    background: #fff;
    padding: 30px 60px;
    margin-right: 40px;
    position: relative;
    border: 1px solid #ccc;
}

.hire-box.right {
  margin-right: 0;
  margin-left: 40px;
}

.hire-box:before {
    border-top: 14px solid transparent;
    border-bottom: 14px solid transparent;
    border-left: 18px solid #fff;
    content: "";
    display: block;
    height: 0;
    width: 0;
    position: absolute;
    right: -17px;
    margin: auto;
    top: 0;
    bottom: 0;
    z-index: 2;
}

.hire-box:after {
    border-top: 15px solid transparent;
    border-bottom: 15px solid transparent;
    border-left: 18px solid #ccc;
    content: "";
    display: block;
    height: 0;
    width: 0;
    position: absolute;
    right: -18px;
    margin: auto;
    top: 0;
    bottom: 0;
    z-index: 1;
}

.hire-box.right:before {
  right: auto;
  left: -17px;
  border-right: 18px solid #fff;
  border-left: none;
}

.hire-box.right:after {
  right: auto;
  left: -18px;
  border-right: 18px solid #ccc;
  border-left: none;
}

.hire-box p {
  display: none;
}

.hire-box h2 {
    color: #777;
    font-size: 28px;
    line-height: 1.25;
    word-wrap: break-word;
}

.hire-box h2 em {font-style: normal;color: #000;}

.pg-content.pg-why-hire-me .col-sm-8 p {
    margin: 0 0 20px;
}

.pg-content.pg-why-hire-me .col-sm-8 p:last-child {
    margin: 0;
}

.single-property {
    background-color: #fff;
    padding: 50px 0;
}

.single-property-attributes {
    background-color: #fff;
    padding: 15px;
    margin: 0 0 20px;
    font-size: 14px;
    display: inline-block;
    -webkit-box-shadow: 0 2px 12px rgba(0,0,0,0.025);
    box-shadow: 0 2px 12px rgba(0,0,0,0.025);
}

.single-property-attributes ul li {
    display: inline-block;
    margin-right: 8px;
    padding-right: 13px;
    border-right: 1px solid #ccc;
}

.single-property-attributes ul li:last-child {
    margin: 0;
    padding: 0;
    border: none;
}

.single-property-description h2, .single-property-details h2 {
    color: #000;
    font-size: 29px;
    margin: 0 0 3px;
}

.single-property-details h3 {
    color: #555;
    margin: 25px 0 7px;
    text-transform: uppercase;
    font-size: 21px;
}

.single-property-details h3:first-of-type {
    margin: 0 0 3px;
}

.single-property-details ul li {
    border-bottom: 1px solid #eee;
    margin: 0 0 10px;
    padding: 0 0 10px;
}

.single-property-map iframe {
    max-width: 100%;
    height: 320px;
}



.single-property aside {
  padding-left: 30px;
}

.single-property-description p {
    margin: 0 0 32px;
    line-height: 1.5;
}

.single-property-description p:last-child {
    margin: 0;
}

.pg-title.property-title h1 {
    text-align: left;
    font-size: 33px;
    line-height: 1;
}

.pg-title.property-title p {
    color: #666;
    font-size: 33px;
    line-height: 1;
    font-weight: 300;
}

.single-property-map address {
    font-style: normal;
    font-size: 13px;
    text-align: center;
    background: #f9f9f9;
    padding: 15px;
    margin: -5px 0 0;
}

.single-property-form {
  margin: 30px 0 0;
  background-color: #f9f9f9;
  padding: 25px;
}

.single-property-form .form-stacked .form-actions {
    margin: 10px 0 0;
    float: none;
}

.single-property-form .form-stacked .form-actions .btn {
  font-size: 16px;

}

.single-property-form .form-stacked fieldset .mb-3:nth-child(1) {
    float: none;
    width: 100%;
}

.single-property-form .form-stacked fieldset .mb-3:nth-child(4) {
    float: none;
    width: 100%;
    display: none;
}

.single-property-form p {
    font-size: 15px;
    margin: 0 0 20px;
    color: #777;
}

.sale-home .fp-img {
    height: 480px;
    overflow: hidden;
    display: block;
    position: relative;
}

.sale-home .fp-img img {
    min-width: 100%;
    max-width: 100%;
    height: auto;
    position: absolute;
    top: -50%;
    left: -50%;
    right: -50%;
    bottom: -50%;
    margin: auto;
}

.sale-home section .home-sale-row:nth-child(2n+2) .col-sm-8,
.sale-home section .home-sale-row:nth-child(2n+2) .col-sm-8 {
  -webkit-order: 12;
  -ms-order: 12;
  order: 12;
}

.sale-home section .home-sale-row:nth-child(2n+2) .col-sm-4,
.sale-home section .home-sale-row:nth-child(2n+2) .col-sm-4 {
  -webkit-order: 1;
  -ms-order: 1;
  order: 1;
}

.sale-home h3 {
    font-weight: 400;
    line-height: 1.125;
    font-size: 26px;
    margin: 0 0 5px;
}

.hsr-4 {
  /** margin-bottom: 0 !important; */
}

.cycle-step {
    background: #fff;
    border: 1px solid #CCC;
    width: 40px;
    height: 40px;
    border-radius: 100%;
    text-align: center;
    line-height: 35px;
    font-size: 30px;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    cursor: pointer;
    position: absolute;
    z-index: 900;
    top: 0;
    bottom: 0;
    left: 0;
    margin: auto;
}

.cycle-step.cycle-prev {padding-right: 4px;}

.cycle-step.cycle-next {
    padding-left: 4px;
    right: 0;
    left: auto;
}

.cycle-step:hover, .cycle-step:focus {
    background: #000;
    color: #fff;
    border-color: #fff;
}

.gallery {
    position: relative !important;
}


#adv-custom-pager {
    margin: 15px 0 10px;
    text-align: center;
}


#adv-custom-pager span {
    width: 10px;
    height: 10px;
    text-indent: -9999px;
    background: #CCC;
    display: inline-block;
    border-radius: 100%;
    margin: 0 3px;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    cursor: pointer;
}

#adv-custom-pager span:hover, #adv-custom-pager span.cycle-pager-active {
    background: #db040f;
}

.gallery img {
    max-width: 100%;
    max-height: 560px;
}

.property-share {
    text-align: center;
    margin: 10px 0 45px;
}

.property-share ul li {
    margin: 0 2px !important;
}

.property-share ul li a {
    font-size: 20px;
    width: 40px;
    height: 40px;
    background: #222;
    display: inline-block;
    border-radius: 100%;
    line-height: 40px;
    color: #fff;
}

.property-share ul li a:hover, .property-share ul li a:focus {
    background: #db040f;
}

.single-property-form h2 {
    font-size: 22px;
}

.single-property-form .form-stacked fieldset .mb-3 .form-control {
    background: #ddd;
    border: none;
}

.single-property-form .form-stacked fieldset .mb-3 label + span {
color: #f9f9f9;
}

.single-property-form .form-stacked fieldset .mb-3 textarea.form-control {
    height: 90px;
}

.white {
  background-color: #fff;
}

.pg-content.pg-thanks {
    text-align: center;
    padding: 190px 0;
}

.inner .hsr-4 {
    margin-bottom: 80px !important;
}

.sold-home a:not(.button) img {
    max-width: 150%;
    min-height: 100%;
    width: auto;
}

.pg-title.property-title p {
    position: relative;
}

.pg-title.property-title p strong {
    background-color: #db040f;
    color: #fff;
    padding: 0 0;
    display: block;
    position: absolute;
    top: -3px;
    right: 15px;
    padding: 10px 25px;
    transform-origin: center;
    transform: rotate(15deg);
    font-size: 18px;
}

.sale-home .fp-img strong {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 30;
    background-color: #db040f;
    color: #fff;
    padding: 0 0;
    display: inline-block;
    top: -3px;
    padding: 10px 25px;
    transform-origin: center;
    font-size: 31px;
    border-bottom: 6px solid #FFF;
    border-right: 6px solid #FFF;
}

.sale-home h5 strike {
    color: #999;
    display: block;
    font-size: 23px;
}

.sale-home h5 small {
    font-size: 27px;
    color: #000;
    display: block;
}

.header {
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    left: 0;
    position: fixed;
    top: 0;
    z-index: 1002;
    right: 0;
    border-bottom: 1px solid #eee;
}

body.nav-is-active .header {
    left: 250px;
}

body {
    overflow-x: hidden;
}

.seller-intro,
.buyer-intro,
.hero, .pg-title {
    margin: 131px 0 0;
}

.admin-logged-in .header {
    top: 49px;
}

.community-img img {
    padding: 10px;
    border: 1px solid #ddd;
}

.why-hire h2 {
    font-size: 31px;
    margin: 60px 0 5px;
}

.why-hire h2 em {
    font-style: normal;
    color: #777;
}

.why-hire p {
    font-size: 19px;
    line-height: 1.5;
    margin: 0 0 25px;
}

.why-hire {
    padding-right: 70px;
}

.why-hire h2:first-child {
    margin: 0;
}

.side-list-homes {
  background: #fafafa;
      padding: 20px 30px;
}

.side-list-homes h2 {
    margin: 0 0 10px;
}

.side-list-homes a {
  display: -webkit-flex;
  display: -ms-flex;
  -webkit-display: flex;
  -moz-display: flex;
  -ms-display: flex;
  -o-display: flex;
  display: flex;
  -ms-align-items: stretch;
  align-items: stretch;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  -o-justify-content: space-between;
  justify-content: space-between;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0 0 30px;
}

.side-list-homes a .sl-img {
  max-width: 120px;
  -webkit-flex: 0 0 120px;
  -ms-flex: 0 0 120px;
  flex: 0 0 120px;
  height: 90px;
  width: 120px;
  overflow: hidden;
  background-color: #db040f;
  position: relative;
  display: inline-block;
}


.side-list-homes a .sl-img img {
  max-width: 160%;
  position: absolute;
  top: -50%;
  bottom: -50%;
  right: -50%;
  left: -50%;
  margin: auto;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.side-list-homes a:hover .sl-img img,
.side-list-homes a:focus .sl-img img {
  opacity: 0.3;
}



.side-list-homes a .sl-content {
  -webkit-flex: 0 0 calc(100% - 135px);
  -ms-flex: 0 0 calc(100% - 135px);
  flex: 0 0 calc(100% - 135px);
  max-width: calc(100% - 135px);
  display: -webkit-flex;
  display: -ms-flex;
  -webkit-display: flex;
  -moz-display: flex;
  -ms-display: flex;
  -o-display: flex;
  display: flex;
  -ms-align-items: stretch;
  align-items: stretch;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  -o-justify-content: center;
  justify-content: center;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.side-list-homes a .sl-content em {
    color: #666;
    font-style: normal;
    font-size: 16px;
    display: block;
}

.side-list-homes a .sl-content strong {
    display: block;
    color: #111;
    font-size: 24px;
    font-weight: 400;
    margin: -4px 0 0;
}

.side-list-homes a .sl-content small {
    color: #777;
    font-size: 13px;
    margin-top: auto;
    display: block;
}

.side-list-homes h2 {
    font-size: 32px;
}

.side-list-homes h2 em {
    color: #777;
    font-style: normal;
}

.pg-content.grey {
  background-color: #f9f9f9;
}

.buyer-intro {
  display: -webkit-flex;
  display: -ms-flex;
  -webkit-display: flex;
  -moz-display: flex;
  -ms-display: flex;
  -o-display: flex;
  display: flex;
  -ms-align-items: stretch;
  align-items: stretch;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  -o-justify-content: space-between;
  justify-content: space-between;
  background-color: #f9f9f9;
}

.buyer-intro .bi-image {
  -webkit-flex: 0 0 60%;
  -ms-flex: 0 0 60%;
  flex: 0 0 60%;
  max-width: 60%;
}


.buyer-intro .bi-image img {
  max-width: 100%;
  height: auto;
  margin: 0 0 -5px;
}

.buyer-intro .bi-content {
  -webkit-flex: 0 0 40%;
  -ms-flex: 0 0 40%;
  flex: 0 0 40%;
  max-width: 40%;
  padding: 0 100px;
  display: -webkit-flex;
  display: -ms-flex;
  -webkit-display: flex;
  -moz-display: flex;
  -ms-display: flex;
  -o-display: flex;
  display: flex;
  -ms-align-items: flex-start;
  align-items: flex-start;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  -o-justify-content: center;
  justify-content: center;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.buyer-intro .bi-content h1 {
    font-size: 70px;
    font-weight: 300;
    line-height: 1;
    margin: 0 0 20px;
}

.buyer-intro .bi-content h1 em {
    display: block;
    color: #777;
    font-style: normal;
}

.buyer-intro .bi-content p {
    font-size: 21px;
    line-height: 1.75;
}

.pg-buying-a-new-home .form-stacked fieldset .mb-3:nth-child(1), .pg-buying-a-new-home .form-stacked fieldset .mb-3:nth-child(4) {
    float: none;
    width: 100%;
}

.pg-buying-a-new-home .form-stacked fieldset .mb-3:nth-child(1), .pg-buying-a-new-home .form-stacked fieldset .mb-3:nth-child(4) {
    float: none;
    width: 100%;
}

.bs-list li {
    font-size: 16px;
    margin: 0 0 25px;
    padding: 0 0 0 20px;
    position: relative;
    line-height: 1.5;
}

.bs-list li:last-child {
    margin: 0;
}

.bs-list li:before {
    color: #db040f;
    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;
    content: "\f105";
    font-size: 25px;
    position: absolute;
    left: 0;
    top: -1px;
}

.why-hire.bs-list-intro {
    padding: 30px;
    background: #f9f9f9;
    margin-right: 50px;
}

.why-hire.bs-list-intro h2 em {
    display: block;
    font-size: 50px;
    font-weight: 300;
    color: #000;
}

.why-hire.bs-list-intro h2 {
    line-height: 1;
    margin: 0 0 10px;
    font-size: 26px;
    color: #777;
}

.why-hire.bs-list-intro p:last-child {
    margin: 0;
}

.fullnav {
    background-color: rgba(0,0,0,0.95);
    position: fixed;
    z-index: 5000;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    padding: 150px 250px;
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-transform: scale(0);
    transform: scale(0);
    opacity: 0;
    -webkit-transition: opacity 0.3s;
    transition: opacity 0.3s;
}

.fullnav.come-in {
  -webkit-transform: scale(1);
  transform: scale(1);
}

.fullnav.come-in.active {
  opacity: 1;
}

.fullnav section {
  display: -webkit-flex;
  display: -ms-flex;
  -webkit-display: flex;
  -moz-display: flex;
  -ms-display: flex;
  -o-display: flex;
  display: flex;
  -ms-align-items: flex-start;
  align-items: flex-start;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  -o-justify-content: space-between;
  justify-content: space-between;
  margin: 0 auto;
}

.fullnav section .sitemap {
  -webkit-flex: 0 0 55%;
  -ms-flex: 0 0 55%;
  flex: 0 0 55%;
  max-width: 55%;
}

.fullnav section .contactinfo {
  -webkit-flex: 0 0 40%;
  -ms-flex: 0 0 40%;
  flex: 0 0 40%;
  max-width: 40%;
}

.fullnav section ul li, .fullnav section ul li a {
  color: #fff;
  font-size: 28px;
  font-weight: 700;
	letter-spacing: -1px;
}

.fullnav section .sitemap ul {
  display: -webkit-flex;
  display: -ms-flex;
  -webkit-display: flex;
  -moz-display: flex;
  -ms-display: flex;
  -o-display: flex;
  display: flex;
  -ms-align-items: flex-start;
  align-items: flex-start;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  -o-justify-content: space-between;
  justify-content: space-between;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.fullnav section .sitemap ul li {
  -webkit-flex: 0 0 50%;
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  max-width: 50%;
}

.fullnav section ul li i {
    color: #db040f;
    position: absolute;
    top: 6px;
    left: 0;
}

.fullnav section ul li {
    position: relative;
    padding-left: 24px;
    margin: 0 0 20px;
}

.fullnav section ul li i.fa-envelope {
    font-size: 22px;
    top: 10px;
}

.fullnav section ul li i.fa-phone {
    font-size: 27px;
    top: 9px;
}

.fullnav section ul li i.fa-mobile {
    font-size: 35px;
    top: 5px;
    left: 2px;
}

.fullnav section .contactinfo ul li {
    padding-left: 39px;
}

.fullnav section ul li a:hover, .fullnav section ul li a:focus {
    color: #999;
}

.fullnav section h2 {
    color: #CCC;
    font-size: 17px;
    font-weight: 300;
    letter-spacing: 2px;
    margin: 0 0 10px;
    text-transform: uppercase;
}

.fullnav .close-menu {
    color: #fff;
    position: absolute;
    top: 15px;
    left: 30px;
    font-size: 40px;
}

.fullnav .close-menu:hover, .fullnav .close-menu:focus {
    color: #aaa;
}

.fullnav .brand {
    margin: 0 0 70px;
}
.fullnav .brand small {
    color: #333;
}
.fullnav .brand a em {
    color: #ddd;
}
.fullnav .brand a {
    color: #fff;
}

.testimonials {
    background: #f9f9f9;
    padding: 60px 0;
    text-align: center;
}

.testimonials #slider {
    position: relative;
}

.testimonials #slider li {
    padding: 0 100px;
    font-size: 21px;
}

.testimonials #slider li em {
    display: block;
    font-size: 17px;
    margin: 30px 0 0;
}

.slick-arrow {
  -webkit-background-size: contain;
  background-size: contain;
  width: 20px;
  height: 33px;
  background-color: transparent;
  border: none;
  background-repeat: no-repeat;
  background-position: center;
  cursor: pointer;
  opacity: 1;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  text-indent: -9999px;
}

.slick-arrow:hover,
.slick-arrow:focus {
  opacity: 0.3;
}

.slick-arrow.slick-prev { background-image: url(../i/icons/icon-arrow-prev.svg); left: 0;  }
.slick-arrow.slick-next { background-image: url(../i/icons/icon-arrow-next.svg); right: 0; }

#adv-custom-pager {
    display: none;
}

.spg {
    padding: 50px 0;
}

.sp-row-bottom {
  margin-bottom: 80px;
}

.single-property.grey {
  background-color: #f9f9f9;
}


.sp-intro-pic img {
    margin: 0 auto;
    display: block;
    max-width: 250px;
}

.sp-intro-pic section {
    background: #fff;
    -webkit-box-shadow: 0 2px 12px rgba(0,0,0,0.025);
    box-shadow: 0 2px 12px rgba(0,0,0,0.025);
    padding: 15px;
    margin: 0 15px;
    text-align: center;
}

.sp-intro-pic section p {
    color: #666;
    margin: 0 0 20px;
}

.sp-intro-pic section p:last-child {
    margin: 0;
}

.sp-intro-pic section p a {
    font-size: 14px;
}

.sp-intro-pic section h2 {
    font-size: 18px;
    line-height: 1.2;
    margin: 0 0 4px;
}

.sp-intro-pic section h2 s trong {
  display: block;
}

.sp-intro-pic section p {
    font-size: 15px;
}

.pg-content.pg-privacy-policy p {
    margin: 0 0 30px;
}

.pg-content.pg-privacy-policy p:last-child {
    margin: 0;
}

#swipebox-bottom-bar {
    bottom: 0 !important;
    -webkit-transform: unset !important;
    transform: unset !important;
}

.single-property-gallery {
    overflow: hidden;
}

.hider {
  display: none;
}

.contact-box ul li a {
    color: #282828;
}

.contact-box ul li a:hover, .contact-box ul li a:focus, .contact-box ul li a:hover em, .contact-box ul li a:focus em {
    color: red;
}

.slick-arrow {
  z-index: 999;
}
.sold-home span.awrap img {
    max-width: 120%;
}


.sold-home span.awrap span img {
    position: absolute;
    margin: auto;
    top: -50%;
    bottom: -50%;
    right: -50%;
    left: -50%;
}
.sold-home span.awrap img {
    max-width: 150%;
    min-height: 100%;
    width: auto;
}
.home-section .button.lg {
    margin-top: 10px;
}
.sold-home span.awrap span {
    overflow: hidden;
    position: relative;
    height: 250px;
    display: block;
    margin: 0 0 15px;
    background-color: #db040f;
}

.sold-home span.awrap {
    padding: 5px 5px 38px 5px;
    display: block;
}

.sold-home span.awrap em {
    display: block;
    font-size: 13px;
    color: #606060;
    line-height: 1;
    font-style: normal;
}
.sold-home span.awrap small {
    font-size: 14px;
    color: #222;
    display: block;
}

.button.primary:hover,
.button.primary:focus {
    background-color: #000;
}

.brand-logo:not(.fullnav .brand-logo, .footer .brand-logo) {
    height: 100px;
}

.fullnav .brand-logo,
.footer .brand-logo {
    width: 150px;
}

.brand a {
    display: flex;
    align-items: center;
}

/* .hero .col-4 img {
    max-width: 400px;
} */

.hero img {
    max-width: 100%;
    display: block;
    margin: 0 auto;
}

.button.primary {
    background-color: #DC1C2E;
}

.fullnav section ul li i {
    color: #DC1C2E;
}

.header .text-right section a:hover em, .header .text-right section a:focus em,
.footer ul li a:hover, .footer ul li a:focus {
    color: #DC1C2E;
}

a:hover, a:focus {
    color: #DC1C2E;
}

.open-menu {
    padding: 10px;
}

.page-template-home .header {
    transform: scaleY(0);
    transform-origin: top;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}

.page-template-home .header.sticky {
    transform: scaleY(1);
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}

.hero {
    margin: 0;
}

.text-right.d-none.d-sm-block section {
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.text-right.d-none.d-sm-block p {
    display: block;
    width: 100%;
    text-align: center;
    font-size: 16px;
}

.header .col-2 section {
    justify-content: space-between;
}

.header .text-right section small {
    margin: 0;
}

.header .text-right section p img {
    height: 35px;
}

.header .brand {
    margin: 0;
    justify-content: center;
    align-content: center;
}

.wmhw-form .form-stacked fieldset .mb-3:nth-child(5) {
    float: left;
    width: 49%;
    clear: both;
}

.wmhw-form .form-stacked fieldset .mb-3:last-of-type {
    width: 100%;
    clear: both;
}

.ccm-page-id-604 .form-stacked fieldset .mb-3:nth-child(5), .ccm-page-id-604 .form-stacked fieldset .mb-3:nth-child(6), .ccm-page-id-604 .form-stacked fieldset .mb-3:nth-child(7) {
    float: left !important;
    width: 32% !important;
}

.ccm-page-id-604 .form-stacked fieldset .mb-3:nth-child(6) {
    margin: 0 2%;
}

@media (max-width: 767px) {

    .ccm-page-id-604 .form-stacked fieldset .mb-3 {
        width: 49%;
        float: left;
    }

    .ccm-page-id-604 .form-stacked fieldset .mb-3:nth-child(2n+2) {
        float: right;
    }

    .ccm-page-id-604 .form-stacked fieldset .mb-3 label {
        font-size: 13px;
        letter-spacing: -0.5px;
        line-height: 1;
    }

    .ccm-page-id-604 .form-stacked fieldset .mb-3:nth-child(5) label,
    .ccm-page-id-604 .form-stacked fieldset .mb-3:nth-child(6) label,
    .ccm-page-id-604 .form-stacked fieldset .mb-3:nth-child(7) label {
        display: flex;
        height: 32px;
        align-items: flex-end;
        padding-bottom: 3px;
    }

}

.img-fluid {
    width: 100%;
    height: auto;
    object-fit: cover;
}

ul.list-inline {
    display: flex;
    align-items: center;
    justify-content: center;
}

.pagination {
    display: flex;
    align-items: center;
    justify-content: center;
    grid-gap: 10px;
    margin: clamp(53.333333333333336px, 4.166666666666667vw, 80px) 0 0;
}

.pagination li a.page-link:not(.pagination li.page-item.prev a.page-link, .pagination li.page-item.next a.page-link) {
    background-color: #F2F2F2;
    display: flex;
    align-items: center;
    justify-content: center;
    width: clamp(20px, 1.5625vw, 30px);
    height: clamp(20px, 1.5625vw, 30px);
    border-radius: 100%;
    color: #000;
    font-size: clamp(10.666666666666666px, 0.8333333333333334vw, 16px);
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

.pagination li a.page-link:not(.pagination li.page-item.prev a.page-link, .pagination li.page-item.next a.page-link):hover,
.pagination li a.page-link:not(.pagination li.page-item.prev a.page-link, .pagination li.page-item.next a.page-link):focus {
    background-color: #dc1f2f;
    color: #FFF;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

.pagination .page-item.active span.page-link {
    background-color: #dc1f2f;
    color: #FFF;
    display: flex;
    align-items: center;
    justify-content: center;
    width: clamp(20px, 1.5625vw, 30px);
    height: clamp(20px, 1.5625vw, 30px);
    border-radius: 100%;
    font-size: clamp(10.666666666666666px, 0.8333333333333334vw, 16px);
}

.pagination .page-item.active span.page-link span {
    display: none !important;
}

.pagination li.page-item.prev, .pagination li.page-item.next {
    display: flex;
    align-items: center;
    justify-content: center;
}

.pagination li.page-item.prev .page-link, .pagination li.page-item.next .page-link {
    font-size: clamp(10.666666666666666px, 0.8333333333333334vw, 16px);
}

.pagination .page-item {
    display: none; /* Hide all pagination items initially */
}

.pagination .page-item:first-child,
.pagination .page-item:last-child {
    display: flex; /* Always show the first and last item */
}

/* Show 5 elements around the active page (customize to your needs) */
.pagination .page-item:nth-child(n+2):nth-child(-n+6) {
    display: flex;
}
