/*
Theme Name: Sander Properties Inc
Theme URI: http://www.agentimage.com
Description: AIOS mobile semi-custom theme.
Author: AgentImage
Author URI: http://www.agentimage.com
Version: 1.3.2
Tags: one-column, two-columns, right-sidebar, custom-menu, full-width-template, sticky-post
License: Proprietary
License URI: http://www.agentimage.com
Template: aios-starter-theme
*/

/*

TABLE OF CONTENTS

1. Custom CSS
2.	IP styles
3. MEDIA QUERIES ARE AUTOMATICALLY REMOVED FROM THIS FILE, they must be placed in style-media-queries.css
  
*/

/*******************************************************
 *
 * 1. Custom CSS
 *
 *******************************************************/

/* Global */

body {
    font-family: 'Raleway', sans-serif;
    font-size: 14px;
    font-weight: 400;
    background: #FFF;
    color: #333;
    margin: 0;
}

h1 {
    font-family: 'EB Garamond', serif;
    font-size: 36px;
    font-weight: 400;
    color: #403a42;
    text-transform: uppercase;
    letter-spacing: 5px;
    line-height: 25px;
}

p {
    font-family: 'Raleway', sans-serif;
    font-size: 14px;
    font-weight: 400;
    color: #333;
    line-height: 28px;
}

.no-gutter {
    padding-left: 0;
    padding-right: 0;
}

.no-gutter-left {
    padding-left: 0;
}

.no-gutter-right {
    padding-right: 0;
}

.section-title {
    /*height: 50px;*/
    border-left: 5px solid #9cadb5;
    padding-left: 20px;
}

.section-title h1,
.section-title h2 {
    font-family: 'EB Garamond', serif;
    font-size: 36px;
    font-weight: 400;
    color: #403a42;
    text-transform: uppercase;
    letter-spacing: 5px;
    line-height: 25px;
}

.section-title span {
    font-family: 'Raleway', sans-serif;
    font-size: 12px;
    font-weight: 400;
    color: #333;
    display: block;
    line-height: normal;
    margin-top: 11px;
}

#main-header {
    background: none;
    padding: 0;
    position: absolute;
    width: 100%;
    z-index: 1000;
}

#default-header {
    padding: 15px 0;
}

.logo-col {
    padding-top: 26px;
}

.logo-col a {
    display: inline-block;
    outline: none;
}

.logo-col a:hover {
    opacity: 0.75;
}

.logo-col img {
    max-width: 100%;
}

.navi-col {
    text-align: right;
}

.header-ci {
    padding-right: 15px;
    margin-bottom: 5px;
}

a.default-contact-btn {
    display: inline-block;
    font-family: 'Raleway', sans-serif;
    font-size: 12px;
    font-weight: 400;
    color: #ffffff;
    text-transform: uppercase;
    width: 113px;
    height: 37px;
    line-height: 37px;
    text-align: center;
    text-decoration: none;
    background: url('./images/contact-btn.png') repeat-x center;
    background-size: auto 100%;
}

a.default-contact-btn:hover {
    opacity: 0.75;
}

.header-ci ul {
    display: inline-block;
}

.header-ci li {
    display: inline-block;
    margin-left: 10px;
}

.header-ci li span,
.header-ci li em,
.header-ci li a {
    display: inline-block;
    vertical-align: middle;
    font-family: 'Lato', sans-serif;
    font-size: 13.34px;
    font-weight: 700;
    color: #ffffff;
}

.hd-mail-icon {
    width: 23px;
    height: 13px;
    background: url('./images/header-mail-icon.png') no-repeat center;
    margin-right: 5px;
}

.hd-tele-icon {
    width: 16px;
    height: 16px;
    background: url('./images/header-tele-icon.png') no-repeat center;
    margin-right: 5px;
}

.aios-starter-theme-demo-header-navigation #nav {
    background: none;
    padding-right: 12px;
}

.aios-starter-theme-demo-header-navigation #nav > li {}

.aios-starter-theme-demo-header-navigation #nav > li > a {
    font-family: 'Raleway', sans-serif;
    font-size: 14px;
    font-weight: 400;
    color: #ffffff;
    text-transform: uppercase;
    line-height: normal;
    padding: 9.5px 8px;
}

.aios-starter-theme-demo-header-navigation #nav > li:hover > a {
    background: none;
    color: #d8d6d6;
}

.aios-starter-theme-demo-header-navigation #nav > li.menu-item-has-children > a:after {
    content: '';
    position: relative;
    display: inline-block;
    vertical-align: middle;
    width: 19px;
    height: 31px;
    background: url('./images/menu-caret.png') no-repeat center;
    margin-left: 5px;
    left: 9px;
}

.aios-starter-theme-demo-header-navigation #nav > li.parent-nav-active > a:after,
.aios-starter-theme-demo-header-navigation #nav > li > a:hover:after {
    background-color: #403a42;
}

.aios-starter-theme-demo-header-navigation #nav > li:hover > .sub-menu {
    display: none;
}

#nav .sub-menu {
    background: none;
    display: none;
    top: 41px;
    right: 0;
    min-width: 105px;
}

#nav .sub-menu li {
    background: rgba(44, 40, 46, 0.95);
    -webkit-transition: all 0.25s ease-in-out;
    -moz-transition: all 0.25s ease-in-out;
    transition: all 0.25s ease-in-out;
    margin-top: 1px;
}

#nav .sub-menu a {
    font-family: 'Lato', sans-serif;
    font-size: 12px;
    font-weight: 400;
    color: #ffffff;
    text-transform: uppercase;
    background: none;
    letter-spacing: 2px;
    text-align: center;
    line-height: normal;
    padding: 11px 5px;
}

#nav .sub-menu li:hover {
    background: rgba(97, 92, 105, 0.85);
}

#nav .sub-menu a:hover {
    background: none;
    color: #ffffff;
}

#nav .sub-menu .sub-menu {
    right: 100%;
    margin-left: 0;
}

#fixed-header {
    position: fixed;
    top: -100px;
    width: 100%;
    background: rgba(64, 58, 66, 0.95);
    -webkit-transition: all 0.25s ease-in-out;
    -moz-transition: all 0.25s ease-in-out;
    transition: all 0.25s ease-in-out;
    padding: 15px 0;
    z-index: 999;
}

.fixed-logo-col {
    padding-top: 10px;
}

.fixed-logo-col a {
    display: block;
}

.fixed-logo-col a:hover {
    opacity: 0.75;
}

.fixed-logo-col img {
    max-width: 100%;
}

.fixed-navi-col {
    text-align: right;
}

#fixed-nav-wrapper,
.fixed-navi-col > div {
    display: inline-block;
}

#fixed-nav {}

#fixed-nav > li {
    display: inline-block;
    position: relative;
}

#fixed-nav > li:last-child > a {
    /*padding-right: 0;*/
}

/**#fixed-nav > li.menu-item-has-children {
				border-left: 1px solid rgba(255, 255, 255, 0.3);
			} ***/

#fixed-nav > li.menu-item-has-children > a:after {
    content: '';
    position: relative;
    display: inline-block;
    vertical-align: middle;
    width: 33px;
    height: 31px;
    background: url('./images/menu-caret.png') no-repeat center;
    margin-left: 5px;
    left: 10px;
}

#fixed-nav > li.parent-nav-active > a:after,
#fixed-nav > li > a:hover:after {
    background-color: #403a42;
}

#fixed-nav > li > a {
    display: block;
    font-family: 'Raleway', sans-serif;
    font-size: 15px;
    font-weight: 400;
    color: #ffffff;
    text-transform: uppercase;
    padding: 9.5px 8px;
}

#fixed-nav > li > a:hover {
    text-decoration: none;
    color: #d8d6d6;
}

#fixed-nav .sub-menu {
    position: absolute;
    background: none;
    display: none;
    top: initial;
    right: 0;
    min-width: initial;
    padding-top: 15px;
}

#fixed-nav .sub-menu .sub-menu {
    right: 100%;
    top: 0;
    margin-top: -16px;
}

#fixed-nav .sub-menu li {
    background: rgba(64, 58, 66, 0.85);
    -webkit-transition: all 0.25s ease-in-out;
    -moz-transition: all 0.25s ease-in-out;
    transition: all 0.25s ease-in-out;
    margin-top: 1px;
    position: relative;
}

#fixed-nav .sub-menu a {
    font-family: 'Lato', sans-serif;
    font-size: 12px;
    font-weight: 400;
    color: #ffffff;
    text-transform: uppercase;
    background: none;
    letter-spacing: 2px;
    text-align: center;
    line-height: normal;
    padding: 11px 5px;
    display: block;
}

#fixed-nav .sub-menu li:hover {
    background: rgba(97, 92, 105, 0.85);
}

#fixed-nav .sub-menu a:hover {
    background: none;
    color: #ffffff;
    text-decoration: none;
}

a.fixed-contact-btn {
    display: inline-block;
    font-family: 'Raleway', sans-serif;
    font-size: 12px;
    font-weight: 400;
    color: #ffffff;
    text-transform: uppercase;
    width: 113px;
    height: 49px;
    line-height: 49px;
    text-align: center;
    text-decoration: none;
    background: url('./images/contact-btn.png') repeat-x center;
    background-size: auto 100%;
}

a.fixed-contact-btn:hover {
    opacity: 0.75;
}

#main-header.show-fixed-header #fixed-header {
    top: 0;
}

#slideshow-wrap {
    position: relative;
}

#slideshow-wrap .cycloneslider {
    z-index: 0;
}

#slideshow-wrap:before {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: url('./images/slideshow-overlay.png') repeat-x top center;
    z-index: 1;
}

.tagline-qs {
    position: absolute;
    bottom: 23.67%;
    width: 100%;
    z-index: 2;
}

.slideshow-tagline {
    width: 100%;
    z-index: 2;
}

.slideshow-tagline p {
    font-family: 'EB Garamond', serif;
    font-size: 45px;
    font-weight: 400;
    color: #ffffff;
    line-height: normal;
    text-transform: uppercase;
    display: block;
    text-align: center;
    text-shadow: 2px 2px 45px black, 10px 2px 15px black, 2px 2px 10px black;
    width: 100%;
    /*background: url('./images/tagline-glow.png') no-repeat center;*/
}

.slideshow-icon {
    position: relative;
    margin: 25px 0 45px;
}

.slideshow-icon span {
    width: 26px;
    height: 26px;
    background: url('./images/diamond.png') no-repeat;
    display: block;
    left: 0;
    right: 0;
    margin: auto;
    -ms-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    box-shadow: 2px 0px 3px 1px rgba(0, 0, 0, 0.33);
}

.slideshow-icon:before,
.slideshow-icon:after {
    content: '';
    display: block;
    position: absolute;
    width: 45%;
    height: 1px;
    background: #ffffff;
    top: 0;
    bottom: 0;
    margin: auto;
    box-shadow: 0 0 3px 1px rgba(0, 0, 0, 0.33);
}

.slideshow-icon:before {
    left: 0;
}

.slideshow-icon:after {
    right: 0;
}

.qs-form {
    width: 100%;
    z-index: 2;
}

.field-input {
    display: inline-block;
    float: left;
    margin-right: 3px;
}

.field-input label {
    display: none;
}

.field-input input,
.field-input select {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border: 0;
    width: 100%;
    height: 40px;
    font-family: 'Raleway', sans-serif;
    font-size: 13px;
    font-weight: 400;
    color: #666666;
    line-height: normal;
    padding: 0 10px;
}

.field-input select::-ms-expand {
    display: none;
}

.field-lg {
    width: 31.58%;
}

.field-sm {
    width: 13.42%;
}

.custom-select {}

.custom-select select {
    background: url('./images/caret.png') #fff no-repeat center right;
}

.qs-form input[type="submit"] {
    display: inline-block;
    float: left;
    width: 13.42%;
    height: 40px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border: 0;
    font-family: 'Raleway', sans-serif;
    font-size: 13px;
    font-weight: 700;
    color: #ffffff;
    text-transform: uppercase;
    text-align: center;
    background: #403a42;
}

.qs-form input[type="submit"]:hover {
    background: #282529;
}

#comm-wrap {
    background: #c5c6c3;
    position: relative;
}

.comm-item {
    display: inline-block;
    float: left;
    border-right: 1px solid #8c8d85;
    font-size: 0;
}

.comm-item:first-of-type {
    margin-left: 20px;
}

.comm-item:last-child {
    border-right: 0;
}

.comm-item a {
    display: inline-block;
    font-family: 'Raleway', sans-serif;
    font-size: 15px;
    font-weight: 500;
    color: #403a42;
    text-decoration: none;
    text-transform: uppercase;
    letter-spacing: 2px;
    line-height: normal;
    padding: 20.5px 10px;
    position: relative;
    overflow: hidden;
    text-decoration: none;
}

.comm-item a:before {
    content: '';
    width: 23px;
    height: 11px;
    background: url('./images/comm-arrow.png') no-repeat bottom center;
    position: absolute;
    top: -11px;
    left: 0;
    right: 0;
    margin: auto;
    display: block;
    opacity: 0;
    -webkit-transition: all 0.25s ease-in-out;
    -moz-transition: all 0.25s ease-in-out;
    transition: all 0.25s ease-in-out;
}

.comm-item a:hover:before {
    opacity: 1;
    top: 0;
}

#prop-wrap {
    position: relative;
    padding: 71.5px 0 0;
}

#prop-wrap .section-title {
    float: left;
    margin-top: 8px;
}

a.more-properties {
    display: inline-block;
    float: right;
    font-family: 'Lato', sans-serif;
    font-size: 14px;
    font-weight: 400;
    color: #9e9f97;
    text-transform: uppercase;
    text-decoration: none;
    border: 1px solid #9e9f99;
    width: 263px;
    height: 43px;
    line-height: 1;
    background: url('./images/plus-icon.png') no-repeat left center;
    padding: 13px 30px 0 60px;
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    -o-transition: all 0.4s;
    -ms-transition: all 0.4s;
    transition: all 0.4s;
}

a.more-properties:hover {
    background-color: #403a42;
}

#prop-wrap .container {
    position: relative;
}

.fp-items-outer-wrap {
    overflow: hidden;
    margin-top: 72px;
}

.fp-items-row-wrap {
    margin-left: -15px;
    margin-right: -15px;
}

.fp-items {}

.fp-item {
    outline: none;
    text-align: center;
    display: none;
}

.fp-item a {
    text-decoration: none;
    outline: none;
    display: block;
    margin: 0px 15px;
}

.fp-photo {
    position: relative;
    height: 196px;
    max-height: 196px;
}

.fp-photo:after {
    content: '+';
    display: block;
    position: absolute;
    width: 90%;
    height: 90%;
    background: url('./images/fp-hover.png') rgba(64, 58, 66, 0.65) no-repeat center;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    opacity: 0;
    max-width: 0;
    max-height: 0;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}

.fp-desc {
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}

.fp-item a:hover .fp-desc {
    opacity: 0.75;
}

.fp-desc span {
    display: block;
    font-family: 'Lato', sans-serif;
}

.fp-desc span.fp-price {
    font-size: 26px;
    font-weight: 400;
    color: #403a42;
    margin: 20px 0 10px;
}

.fp-desc span.fp-address {
    font-size: 14px;
    font-weight: 400;
    color: #555555;
}

.fp-desc li {
    display: inline-block;
    border-right: 1px solid #878787;
    padding: 0 8px 0 5px;
    line-height: 10px;
}

.fp-desc li:last-child {
    border-right: 0;
}

.fp-desc li span {
    font-size: 10px;
    font-weight: 400;
    color: #878787;
}

.fp-item:hover .fp-photo:after {
    opacity: 1;
    max-width: 100%;
    max-height: 100%;
}

.fp-arrow {
    width: 14px;
    height: 29px;
    position: absolute;
    top: 52%;
    cursor: pointer;
    background-repeat: no-repeat;
    background-position: center;
}

.fp-arrow-prev {
    background-image: url('./images/fp-arrow-prev.png');
    left: -2.5%;
}

.fp-arrow-next {
    background-image: url('./images/fp-arrow-next.png');
    right: -2.5%;
}

#cta-wrap {
    position: relative;
    padding: 75px 0 90px
}

.cta-item {
    position: relative;
}

.cta-item a {
    display: block;
    width: 100%;
    height: 90px;
    line-height: 90px;
    border: 1px solid #9e9f99;
    text-align: center;
    text-decoration: none;
    position: relative;
}

.cta-item span {
    font-family: 'Raleway', sans-serif;
    font-size: 18px;
    font-weight: 500;
    color: #333333;
    text-transform: uppercase;
    -webkit-transition: all 0.25s ease-in-out;
    -moz-transition: all 0.25s ease-in-out;
    transition: all 0.25s ease-in-out;
    z-index: 2;
    position: relative;
    letter-spacing: 3px;
    display: inline-block;
    vertical-align: middle;
    line-height: normal;
    margin-top: -6px;
}

.cta-item a:before {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    display: block;
    background: #403a42;
    z-index: 1;
    opacity: 0;
    -webkit-transition: all 0.25s ease-in-out;
    -moz-transition: all 0.25s ease-in-out;
    transition: all 0.25s ease-in-out;
}

.cta-item a:after {
    content: '';
    display: inline-block;
    vertical-align: middle;
    width: 0;
    height: 100%
}

.cta-item a:hover {
    text-decoration: none;
    border: 1px solid #403a42;
}

.cta-item a:hover span {
    color: #ffffff;
}

.cta-item a:hover:before {
    opacity: 1;
}

#welcome-ci-wrap {
    position: relative;
    background: #fff;
    padding: 85px 0 95px;
}

.welcome-col {}

.welcome-col .section-title {
    margin-bottom: 65px;
}

.welcome-col p {
    -webkit-column-count: 2;
    -moz-column-count: 2;
    column-count: 2;
    font-family: 'Raleway', sans-serif;
    font-size: 14px;
    font-weight: 300;
    color: #000000;
    line-height: 28px;
}

.ci-col {}

.ci-col .section-title {
    margin-bottom: 65px;
}

.ci-info {
    text-align: center;
}

a.ci-logo {
    display: inline-block;
}

a.ci-logo img {
    max-width: 100%;
}

.agent-name {
    display: block;
    text-transform: uppercase;
    font-family: 'EB Garamond', serif;
    font-size: 26px;
    font-weight: 400;
    color: #403a42;
    margin-top: 35px;
}

.ci-tele-icon {
    display: inline-block;
    vertical-align: middle;
    width: 17px;
    height: 17px;
    background: url('./images/footer-tele-icon.png') no-repeat center;
    margin-right: 5px;
}

.ci-tele-icon + em,
.ci-tele-icon + a {
    display: inline-block;
    vertical-align: middle;
    font-family: 'Lato', sans-serif;
    font-size: 18px;
    font-weight: 300;
    color: #666666;
}

.smis {
    margin-top: 35px;
}

.smis a {
    display: inline-block;
    color: #9d9d9d;
    font-size: 25px;
    margin: 0 12px;
    text-decoration: none;
    -webkit-transition: all 0.25s ease-in-out;
    -moz-transition: all 0.25s ease-in-out;
    -o-transition: all 0.25s ease-in-out;
    transition: all 0.25s ease-in-out;
}

.smis a:hover {
    color: #403a42;
}

#testi-wrap {
    background: url('images/seagulls-1.jpg') no-repeat center;
    background-size: cover;
    padding: 100px 0 90px;
}

.quote-icon {
    display: block;
    margin: auto;
    width: 107px;
    height: 107px;
    background: url('./images/quote.png') rgba(156, 173, 181, 0.65) no-repeat center;
    border-radius: 50%;
}

.testi-items {}

.testi-item {
    outline: none;
    display: none;
}

.testi-item p {
    font-family: 'Raleway', sans-serif;
    font-size: 20px;
    font-weight: 500;
    font-style: italic;
    color: #ffffff;
    line-height: 30px;
    text-align: center;
    text-shadow: 0px 6px 5px black, 0 0 35px #000, 0 0 25px #000;
    margin: 70px 9% 25px;
}

.testi-item a {
    display: block;
    font-family: 'Raleway', sans-serif;
    font-size: 10px;
    font-weight: 700;
    color: #ffffff;
    text-align: center;
    text-shadow: 1px 1px 77px black, 10px 10px 25px black, 0px 0px 15px black;
    text-transform: uppercase;
}

.testi-item a.testi-author {
    font-size: 20px;
}

.testi-items .slick-dots {
    text-align: center;
    margin-top: 50px;
}

.testi-items .slick-dots li {
    display: inline-block;
    width: 14px;
    height: 14px;
    border: 2px solid #ffffff;
    border-radius: 50%;
    cursor: pointer;
    margin: 0 3px;
}

.testi-items .slick-dots li.slick-active {
    background: #ffffff;
}

.testi-items .slick-dots li button {
    display: none;
}

#hp-blog {
    width: 100%;
    background: #f0f0f0;
    padding: 10px 0;
    visibility: hidden;
}

#hp-blog .section-title {
    text-align: center;
    border-left: 0;
    margin-bottom: 60px;
}

#hp-blog .section-title h2 {
    position: relative;
    padding-left: 25px;
    display: inline-block;
}

#hp-blog .section-title h2:before {
    border-left: 5px solid #9cadb5;
    position: absolute;
    left: 0;
    top: 0;
    content: '';
    height: 100%;
}

#hp-blog .blog-img {
    position: relative;
}

#hp-blog .blog-img img {
    width: 100%;
    max-width: 100%;
    height: auto;
}

#hp-blog .blog-img .blog-date {
    font-family: 'Lato', sans-serif;
    position: absolute;
    top: 0;
    left: 0;
    width: 55px;
    height: 55px;
    background: #9cadb5;
    color: #fff;
    font-size: 24px;
    line-height: 24px;
    font-weight: 300;
    text-align: center;
    padding-top: 8px;
}

#hp-blog .blog-img .blog-date span {
    font-size: 10px;
    display: block;
    line-height: 14px;
    text-transform: uppercase;
}

#hp-blog .blog-det {
    width: 100%;
    display: block;
    margin-top: 35px;
    font-size: 14px;
    line-height: 22px;
    color: #777777;
    font-family: 'Raleway', sans-serif;
}

#hp-blog .blog-det .blog-title {
    color: #4b4b4b;
    font-family: 'EB Garamond', serif;
    font-size: 18px;
    line-height: 22px;
    display: block;
    text-shadow: 1px 1px 0px rgba(75, 75, 75, .5);
}

#hp-blog .blog-det .blog-author {
    color: #9e9e9e;
    font-size: 10px;
    display: block;
    text-transform: uppercase;
    margin: 8px 0 20px;
}

#hp-blog .blog-det a {
    display: block;
    width: 108px;
    height: 37px;
    line-height: 37px;
    border: 1px solid #d9d9d9;
    color: #5c5c5c;
    text-decoration: none;
    font-size: 10px;
    font-weight: bold;
    letter-spacing: 2px;
    text-transform: uppercase;
    margin-top: 12px;
    text-align: center;
}



#main-footer {
    position: relative;
    padding: 0;
    background: none;
    margin: 0;
}

.footer-top {}

.footer-logo-col {
    text-align: center;
    display: none;
}

.footer-logo-col div {
    border-bottom: 1px solid #e2e2e2;
    padding-top: 45px;
    padding-bottom: 40px;
}

.footer-logo-col a {
    display: inline-block;
}

.footer-ci-col {
    padding-top: 40px;
    padding-bottom: 40px;
    text-align: center;
}

.footer-ci-col li {
    display: block;
    margin-bottom: 30px;
}

.footer-ci-col li:last-child {
    margin-bottom: 0;
}

.footer-ci-col li span,
.footer-ci-col li a,
.footer-ci-col li em {
    display: inline-block;
    font-family: 'Lato', sans-serif;
    font-size: 18px;
    font-weight: 300;
    color: #666666;
    line-height: 22px;
}

.ft-map-icon {
    width: 18px;
    height: 21px;
    background: url('./images/footer-map-icon.png') no-repeat center;
    margin-right: 25px;
    margin-top: 3px;
    vertical-align: top;
}

.ft-tele-icon {
    width: 17px;
    height: 17px;
    background: url('./images/footer-tele-icon.png') no-repeat center;
    margin-right: 25px;
    vertical-align: middle;
}

.ft-tele-icon + a {
    vertical-align: middle;
}

.footer-smis-col {
    text-align: right;
    padding: 60px 15px 40px 0px;
}

.footer-smis-col a {
    display: inline-block;
    font-size: 40px;
    color: #9d9d9d;
    text-decoration: none;
    margin: 0 20px;
    -webkit-transition: all 0.25s ease-in-out;
    -moz-transition: all 0.25s ease-in-out;
    -o-transition: all 0.25s ease-in-out;
    transition: all 0.25s ease-in-out;
}

.footer-smis-col a:hover {
    color: #403a42;
}

.footer-smis-col a:first-child {
    margin-left: 0;
}

.footer-smis-col a:last-child {
    margin-right: 0;
}

.footer-bottom {
    background: #e4e4e4;
    padding-top: 34px;
    padding-bottom: 35px;
}

.footer-navi-col {
    padding-top: 5px;
}

.aios-starter-theme-demo-footer .footernav li {
    border-left: 0;
    padding: 2px 17.5px;
}

.aios-starter-theme-demo-footer .footernav li:first-child {
    padding-left: 0;
}

.aios-starter-theme-demo-footer .footernav li a {
    font-family: 'Raleway', sans-serif;
    font-size: 12px;
    font-weight: 400;
    color: #666666;
    text-transform: uppercase;
}

.copyright-col {
    font-family: 'Lato', sans-serif;
    font-size: 12px;
    font-weight: 400;
    color: #666666;
    text-align: right;
}

.copyright-col a {
    font-size: 12px;
    color: #666666;
}

.copyright-col a.ai-site {
    font-weight: 700;
}

/*******************************************************
 *
 * 2. IP Styles
 *
 *******************************************************/

#inner-page-wrapper {
    position: relative;
    z-index: 9;
}

/* Adjust minimum height of page area */

#content-sidebar,
#content-full {
    min-height: 500px;
}

/** Adjust width of content columns **/

#content-sidebar #content {
    width: 77.08%;
}

#content-full #content {
    width: 100%;
}

/* Adjust width of sidebar */

.sidebar {
    width: 20.83%;
}

/* Adjust line height of page elements */

#content h4,
aside h4,
#content p,
aside p,
#content blockquote,
aside blockquote,
#content ul,
aside ul,
#content fieldset,
aside fieldset,
#content form,
aside form,
#content ol,
aside ol,
#content dl,
aside dl,
#content dir,
aside dir,
#content menu,
aside menu {
    line-height: 1.7
}

/* Style post/page main headings (h1) */

#content .entry-title {
    font-family: 'EB Garamond', serif;
    font-size: 36px;
    font-weight: 400;
    color: #403a42;
    text-transform: uppercase;
    letter-spacing: 5px;
    line-height: 30px;
    /*height: 50px;*/
    border-left: 5px solid #9cadb5;
    padding-left: 20px;
}

#content .entry-title span {
    display: block;
    font-family: 'Raleway', sans-serif;
    font-size: 12px;
    font-weight: 400;
    color: #777777;
    margin-top: 11px;
    line-height: normal;
    text-transform: none;
}

/* Style category/archive/etc main headings (h1) */

#content .archive-title {
    font-family: 'EB Garamond', serif;
    font-size: 36px;
    font-weight: 400;
    color: #403a42;
    text-transform: uppercase;
    letter-spacing: 5px;
    line-height: 25px;
    /*height: 50px;*/
    border-left: 5px solid #9cadb5;
    padding-left: 20px;
}

#content .archive-title span {
    display: block;
    font-family: 'Raleway', sans-serif;
    font-size: 12px;
    font-weight: 400;
    color: #777777;
    margin-top: 11px;
    line-height: normal;
    text-transform: none;
}

/* Styles for category/archive/search/etc subheadings (h2) */

#content .archive-subtitle {}

.ip-container #main-wrapper {
    padding-top: 79px;
}

.ip-container #main-header #default-header {
    display: none;
}

.ip-container #main-header #fixed-header {
    top: 0 !important;
    background: rgba(64, 58, 66, 0.95);
}

.ip-banner {
    width: 100%;
    /*height: 250px;*/
    background: url('./images/ip-banner.jpg') no-repeat center;
    background-size: cover;
    padding: 65px 0;
    margin-bottom: 18px;
    box-sizing: content-box;
}

.ip-banner span.page-title {
    font-family: 'EB Garamond', serif;
    font-size: 48px;
    font-weight: 400;
    color: #ffffff;
    line-height: normal;
    /*text-transform: uppercase; */
    display: block;
    text-align: center;
    text-shadow: 1px 1px 45px black, 1px 1px 1px black, 1px 1px 5px black;
}

.ip-banner span.page-desc {
    font-family: 'Raleway', sans-serif;
    font-size: 14px;
    font-weight: 400;
    color: #ffffff;
    display: block;
    text-align: center;
    line-height: 20px;
    margin: 8px 23.4%;
    text-shadow: 1px 2px 10px rgb(0, 0, 0);
}

.sb-qs {
    max-width: 300px;
    margin: auto;
    overflow: hidden;
}

.sb-qs .qs-form {
    position: relative;
    bottom: initial;
}

.sb-qs .head-title {
    display: block;
    text-align: center;
    font-family: 'EB Garamond', serif;
    font-size: 20px;
    font-weight: 400;
    text-transform: uppercase;
    margin-bottom: 15px;
}

.sb-qs .field-input {
    border: 1px solid rgba(102, 102, 102, 0.50);
    margin: 1px 0;
}

.sb-qs .field-lg {
    width: 100%;
}

.sb-qs .field-sm {
    width: 49.5%;
}

.sb-qs .field-sm:nth-child(even) {
    float: right;
}

.sb-qs input[type='submit'] {
    width: 100%;
    margin: 1px 0;
}

.sb-cta {
    max-width: 300px;
    margin: auto;
}

.sb-cta .cta-item {
    margin: 10px 0;
}

.sb-cta .cta-item span {
    font-size: 14px;
    letter-spacing: 1px;
}

.cp-txt-col {}

.cp-form {
    margin-top: 50px;
    overflow: hidden;
}

.cp-form label {
    font-family: 'Raleway', sans-serif;
    font-size: 12px;
    font-weight: 500;
    color: #666666;
    text-transform: uppercase;
    width: 23.5%;
    display: inline-block;
    vertical-align: middle;
}

.cp-form label[for="cp-Inquiry"] {
    vertical-align: top;
    margin-top: 10px;
}

.cp-form .cp-field-row {
    margin: 13px 0;
}

.cp-form .cp-field-input {
    width: 75.68%;
    display: inline-block;
    vertical-align: middle;
    float: initial;
}

.cp-form .cp-field-input .wpcf7-form-control-wrap {
    display: block;
}

.cp-form .cp-field-input input {
    border: 1px solid #c5c5c5;
    width: 100% !important;
    height: 35px;
    padding: 0 10px;
    max-width: initial !important;
}

.cp-form .cp-field-input textarea {
    width: 100% !important;
    height: 95px;
    border: 1px solid #c5c5c5;
    padding: 5px 10px;
    max-width: initial !important;
}

.cp-form input[type="submit"] {
    font-family: 'Raleway', sans-serif;
    font-size: 18px;
    font-weight: 600;
    color: #ffffff;
    text-transform: uppercase;
    background: #403a42;
    width: 194px;
    height: 52px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border: 0;
    float: right;
}

.cp-map-col {}

.cp-map-col ul {
    margin-left: 0 !important;
}

.cp-map-col li {
    display: block;
    margin-bottom: 18px;
}

.cp-map-col li span,
.cp-map-col li a {
    display: inline-block;
    font-family: 'Lato', sans-serif;
    font-size: 14px;
    font-weight: 400;
    color: #666666;
}

.cp-mail-icon {
    width: 20px;
    height: 11px;
    background: url('./images/cp-mail-icon.png') no-repeat center;
    margin-right: 23px;
}

.cp-tele-icon {
    width: 20px;
    height: 14px;
    background: url('./images/cp-tele-icon.png') no-repeat center;
    margin-right: 23px;
}

.aios-mobile-header-wrapper {
    z-index: 1001;
}

.amh-header-buttons {
    background: #534d54;
}

.amh-header-buttons.amh-1a .amh-center .amh-phone-text,
.amh-header-buttons.amh-1a .amh-center .amh-phone-text a,
.amh-header-buttons .amh-navigation-trigger,
.amh-header-buttons .amh-header-right-btn {
    color: #ffffff;
}

.amh-navigation .amh-menu li:hover > a,
.amh-navigation .amh-menu li.open > a {
    background: #79757a;
}

.amh-navigation .amh-menu li ul {
    background: #666167;
}

.amh-navigation .amh-menu li ul li a {
    color: #ffffff;
}

ul#ihf-search-location-tabs,
ul#ihf-detail-extrainfotabs {
    margin-left: 0px;
}

#ihf-main-container .btn-primary {
    background-color: #4a8bce;
    border-color: #3b6fa4;
}

#ihf-main-container .btn-primary.active,
#ihf-main-container .btn-primary:active,
#ihf-main-container .btn-primary:focus,
#ihf-main-container .btn-primary:hover {
    background-color: #427db9;
    border-color: #3b6fa4;
}

#ihf-main-container #ihf-valuation-request-form .radio-inline input[type=radio] {
    margin-top: 4px;
}

#ui-id-1 {
    max-height: 200px;
    overflow-y: auto;
}

#ihf-main-container a.ihf-advanced-search-launch {
    background: #4a8bce;
    border: #3b6fa4;
    padding: 5px 16px;
    color: #FFF;
    border-radius: 6px;
    text-decoration: none;
}

#ihf-search-location-tabs,
div.chosen-drop ul.chosen-results {
    margin-left: 0 !important;
    padding: 0;
}

.chosen-container.chosen-with-drop .chosen-drop {
    z-index: 1;
}

#ihf-main-container .ihf-label-overlay-money {
    z-index: 0;
}

#ihf-detail-extrainfotabs {
    margin-left: 0 !important;
}

#ihf-main-container .mc-total-payment-subline *,
#ihf-main-container .mc-total-payment-subline {
    color: #666;
}

.ci-info img {
	width: 100%;
}

.fhn-link, .fhn-link:visited {
	display: block;
	color: #fff;
	line-height: 5px;
}

.fhn-link:hover {
	color: #d8d6d6;
	text-decoration: none;
}

/*
.val-logo {
	padding: 30px 20px;
}
*/

.footer-navi-col a.sop-link {
    font-family: 'Raleway', sans-serif;
    font-size: 12px;
    font-weight: 400;
    color: #666666;
    text-transform: uppercase;
    margin-bottom: 10px;
    display: block;
}

#ihf-main-container .dropdown-menu{
    z-index: 1001 !important;
}

/* MEDIA QUERIES ARE AUTOMATICALLY REMOVED FROM THIS FILE, they must be placed in style-media-queries.css */