/*
Theme Name: Prairie Real Estate | Jen & Kelly
Theme URI: http://jriley-pendingcom.rs4.aios-staging.com
Description: AIOS mobile semi-custom theme.
Author: AgentImage
Author URI: http://www.agentimage.com
Version: 1.4.8
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. Navigation
 *
 *******************************************************/

 div#main-wrapper {
    overflow: hidden;
}
/* Sub Menu */

#nav li {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    padding: 30px 0px 6px;
}
#nav2 li{
    padding: 18px 0px 6px;
    position: relative;
    display: inline-block;
    vertical-align: middle;
}

#nav li a {
    font-size: 13px;
    color: #ffffff;
    text-transform: uppercase;
    display: block;
    text-align: center;
    line-height: 1.2em;
    letter-spacing: 0.1em;
    position: relative;
    background: rgba(0, 0, 0, 0.9);
    text-decoration: none !important;
}

#nav2 li a {
    font-size: 13px;
    color: #ffffff;
    text-transform: uppercase;
    display: block;
    text-align: center;
    line-height: 1.2em;
    letter-spacing: 0.1em;
    position: relative;
    background: rgba(255, 255, 255, 0.9);
}

#nav>li>a,
#nav2>li>a {
    padding: 0 20px;
}

#nav li a:after,
#nav2 li a:after {
    content: '';
    position: absolute;
    height: 1px;
    width: 100%;
    background: #ffffff;
    right: 0;
    bottom: -12px;
    opacity: 0;
}

#nav li a:hover:after,
#nav2 li a:hover:after {
    opacity: 1;
    transition: all .4s ease-in-out;
}

ul.sub-menu li a:hover:after {
    display: none;
}

#nav li.great-vibes a,
#nav2 li.great-vibes a {
    font-family: 'Kelidya';
    text-transform: none;
    font-size: 18px;
}

#nav .sub-menu,
#nav2 .sub-menu {
    list-style: none outside none;
    margin: 0;
    display: none;
    padding: 39px 0 0;
    position: absolute;
    width: 100%;
    min-width: 180px;
}
.pad-safari ul {
    padding-top: 28px;
}
.safari-true .pad-safari ul {
    padding-top: 29px;
}
.header .buyers-class ul.sub-menu {
    padding: 32px 0 0 !important;
}
.name-Firefox .header .buyers-class ul.sub-menu {
    padding: 31px 0 0 !important;
}
.name-Microsoft_Edge .header .buyers-class ul.sub-menu {
    padding: 31px 0 0 !important;
}

ul.sub-menu li {
    padding: 0px !important;
}

#nav .sub-menu a,
#nav2 .sub-menu a {
    color: #FFFFFF;
    display: block;
    padding: 10px;
}

#nav .sub-menu a:hover,
#nav2 .sub-menu a:hover {
    background: none repeat scroll 0 0 #b2b2b2;
    color: #000000;
    text-decoration: none;
}

#nav .sub-menu .sub-menu,
#nav2 .sub-menu .sub-menu {
    margin-left: 100%;
    top: 0;
}

#nav li:hover>.sub-menu,
#nav2 li:hover>.sub-menu {
    display: block;
}

#nav .sub-menu li,
#nav2 .sub-menu li {
    position: relative;
    width: 100%;
}


/*******************************************************
 *
 * 2. Custom CSS
 *
 *******************************************************/


/* Global */

body {
    font-family: 'Khula', sans-serif;
    font-weight: 400;
    font-size: 14px;
    background: #FFF;
    color: #000000;
    margin: 0;
    top: 0 !important;
    /* Remove the comment from line 85 to 86 if the font issue in safari occurs */
    /* -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale; */
}

@font-face {
    font-family: 'Kelidya';
    src: url('Kelidya.eot') format('embedded-opentype'), url('fonts/kelidya/Kelidya.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}


/* Fixed Header */

.fixed-header {
    position: fixed;
    top: -1000px;
    z-index: 1038;
    width: 100%;
    box-shadow: 0px 0px 10px #000;
    -webkit-transition: all .325s ease-in-out;
    -moz-transition: all .325s ease-in-out;
    -ms-transition: all .325s ease-in-out;
    transition: all .325s ease-in-out;
}

.fixed-header.show-fixed {
    top: 0px;
}

.fixed-header .main-nav-bg {
    background: #fff;
    padding: 0 0;
    padding: 10px 0;
}

.fixed-header #nav2 li a {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    padding: 10;
    color: #000000;
    background: #fff;
}

.fixed-header #nav2>li>a {
    padding: 0 8px;
}



.fixed-header #nav2 li a:after {
    content: '';
    position: absolute;
    height: 1px;
    width: 100%;
    background: #000000;
    right: 0;
    bottom: -12px;
    opacity: 0;
}

.fixed-header #nav2 li a:hover:after {
    opacity: 1;
    transition: all .4s ease-in-out;
}

.fixed-header #nav2 .sub-menu li {
    position: relative;
    width: 100%;
}

.fixed-header .sub-menu li a {
    color: #fff;
    width: 100%;
}

.fixed-header #nav2 .sub-menu {
    padding: 21px 0 0;
}
.fixed-header #nav2 .pad-safari .sub-menu{
    padding: 28px 0 0;
}
.safari-true .fixed-header #nav2 .pad-safari .sub-menu{
    padding: 29px 0 0;
}
.firefox-true .fixed-header #nav2 .pad-safari .sub-menu{
    padding: 28px 0 0;
}
.name-Firefox .fixed-header #nav2 .sub-menu {
    padding: 20px 0 0;
}
.name-Microsoft_Edge .fixed-header #nav2 .sub-menu {
    padding: 28px 0 0 !important;
}
.name-Microsoft_Edge .fixed-header #nav2 .buyers-class ul.sub-menu {
    padding: 20px 0 0 !important;
}


/* Translate */

header.header {
    font-size: 0;
    position: absolute;
    z-index: 1034;
    width: 100%;
}

.header-translate-bg {
    background: #000000;
    padding: 7px;
    margin-bottom: 3px;
}

.header-translate {
    padding: 0;
    display: inline-block;
    vertical-align: middle;
    width: 136px;
}

.header-translate .goog-te-gadget {
    font-size: 0;
    text-align: right;
}

.header-translate .goog-te-gadget span {
    display: none;
}

.header-translate .goog-te-gadget .goog-te-combo {
    margin: 0px 0;
    font-size: 0 !important;
    height: 30px;
    max-width: 159px;
    width: 100%;
    border: 0;
    background: url(images/translate-icon.png) no-repeat;
    background-position: center;
    cursor: pointer;
    outline: none;
    -webkit-appearance: none;
    background-size: 100% 100%;
}

.header-translate .goog-te-gadget .goog-te-combo option {
    font-size: 15px;
}

.goog-te-banner-frame {
    display: none;
}

header.header .logo img {
    float: right;
}


/* Quick search */

.quick-search-wrapper {
    background: rgba(42, 45, 46, .7);
    margin-top: 0;
    padding: 28px 0;
    font-size: 0;
    display: none;
}

.quick-search-wrapper.qs-toggle {
    display: block;
}

.qs-logo-search {
    width: 4.21%;
    display: inline-block;
    vertical-align: top;
}

.qs-property-type {
    width: 21.31%;
    display: inline-block;
    vertical-align: top;
    padding-right: 5px;
}

.qs-property-type select {
    width: 100%;
    font-size: 12px;
    height: 35px;
    border: none;
    -webkit-appearance: none;
    background: #fff url(images/qs-arrow.png) no-repeat scroll right 12px center;
    font-family: 'Source Sans Pro', sans-serif;
    font-weight: 300;
    font-size: 12px;
    color: #757575;
    padding-left: 9px;
    text-transform: uppercase;
    outline: none;
    letter-spacing: 0.02em;
}
.firefox-true .qs-property-type select{
    padding-left: 4px;
}
.msedge-true .qs-property-type select{
    padding-left: 5px !important;
}
.qs-city {
    width: 14.56%;
    display: inline-block;
    vertical-align: top;
    padding-right: 5px;
}
.qs-city select {
    height: 35px;
    width: 100%;
}
.qs-city input {
    width: 100%;
    font-size: 12px;
    height: 35px;
    border: none;
    font-family: 'Source Sans Pro', sans-serif;
    font-weight: 300;
    font-size: 12px;
    color: #757575;
    padding-left: 9px;
    text-transform: uppercase;
    outline: none;
    letter-spacing: 0.02em;
}

.qs-beds {
    width: 8.15%;
    display: inline-block;
    vertical-align: top;
    padding-right: 5px;
}

.qs-beds select {
    width: 100%;
    font-size: 12px;
    height: 35px;
    border: none;
    -webkit-appearance: none;
    background: #fff url(images/qs-arrow.png) no-repeat scroll right 12px center;
    font-family: 'Source Sans Pro', sans-serif;
    font-weight: 300;
    font-size: 12px;
    color: #757575;
    padding-left: 9px;
    text-transform: uppercase;
    outline: none;
    letter-spacing: 0.02em;
}
.firefox-true .qs-beds select{
    padding-left: 4px;
}
.msedge-true .qs-beds select{
    padding-left: 5px !important;
}
.qs-baths {
    width: 8.15%;
    display: inline-block;
    vertical-align: top;
    padding-right: 5px;
}

.qs-baths select {
    width: 100%;
    font-size: 12px;
    height: 35px;
    border: none;
    -webkit-appearance: none;
    background: #fff url(images/qs-arrow.png) no-repeat scroll right 12px center;
    font-family: 'Source Sans Pro', sans-serif;
    font-weight: 300;
    font-size: 12px;
    color: #757575;
    padding-left: 9px;
    text-transform: uppercase;
    outline: none;
    letter-spacing: 0.02em;
}
.firefox-true .qs-baths select{
    padding-left: 4px;
}
.msedge-true .qs-baths select{
    padding-left: 5px !important;
}
.qs-min {
    width: 8.15%;
    display: inline-block;
    vertical-align: top;
    padding-right: 5px;
}

.qs-min input {
    width: 100%;
    font-size: 12px;
    color: #000000;
    height: 35px;
    border: none;
    font-family: 'Source Sans Pro', sans-serif;
    font-weight: 300;
    font-size: 12px;
    color: #757575;
    padding-left: 9px;
    text-transform: uppercase;
    outline: none;
    letter-spacing: 0.02em;
}

.qs-max {
    width: 8.15%;
    display: inline-block;
    vertical-align: top;
    padding-right: 5px;
}

.qs-max input {
    width: 100%;
    font-size: 12px;
    color: #000000;
    height: 35px;
    border: none;
    font-family: 'Source Sans Pro', sans-serif;
    font-weight: 300;
    font-size: 12px;
    color: #757575;
    padding-left: 9px;
    text-transform: uppercase;
    outline: none;
    letter-spacing: 0.02em;
}

.qs-search {
    width: 11.92%;
    display: inline-block;
    vertical-align: top;
    padding-right: 5px;
}

.qs-search input {
    width: 100%;
    font-size: 12px;
    font-family: 'Source Sans Pro', sans-serif;
    font-weight: 600;
    color: #ffffff;
    display: block;
    text-align: center;
    background: #000000;
    text-transform: uppercase;
    padding: 12px 0;
    outline: none;
    letter-spacing: 0.02em;
    border: none !important;
    margin-top: -1px;
    -webkit-transition: all .325s ease-in-out;
    -moz-transition: all .325s ease-in-out;
    -ms-transition: all .325s ease-in-out;
    transition: all .325s ease-in-out;
}
    .qs-search input:hover {
        background-color: #333333;
    }

.qs-search a:hover {
    background: #58595b;
}

.qs-advanced {
    width: 11.92%;
    display: inline-block;
    vertical-align: top;
    margin-left: -1px;
    margin-top: -1px;
}
.quick-search-wrapper form#custom-quick-search{
    display: initial;
}
.qs-advanced a {
    width: 100.4%;
    font-size: 12px;
    font-family: 'Source Sans Pro', sans-serif;
    font-weight: 600;
    color: #ffffff;
    display: block;
    text-align: center;
    background: #58595b;
    text-transform: uppercase;
    padding: 12px 0;
    outline: none;
    letter-spacing: 0.02em;
    -webkit-transition: all .325s ease-in-out;
    -moz-transition: all .325s ease-in-out;
    -ms-transition: all .325s ease-in-out;
    transition: all .325s ease-in-out;
}

.qs-advanced a:hover {
    background: #000;
}


/* Main Nav */

.main-nav-bg {
    background: #000000;
    padding: 10px 0;
}


/* slideshow */

section.slideshow {
    z-index: 1;
    font-size: 0;
}


/* cta */

.cta-main-wrapper {
    font-size: 0;
    /*margin-top: -130px;
    margin-top: -230px;*/

        margin-top: -371px;

}

.cta-main-wrapper a:hover canvas {
    filter: grayscale(0);
}

.cta-holder {
    position: relative;
    z-index: 4;
    max-width: 429px;
    margin: 26px auto;
}

.cta-holder.text-center .cta-label {
    position: absolute;
    bottom: 22px;
    text-align: center;
    left: calc(50% - 81.61PX);
    z-index: 5;
}

.cta-holder::before {
    content: '';
    position: absolute;
    display: block;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, .25);
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 3;
    -webkit-transition: all .325s ease-in-out;
    -moz-transition: all .325s ease-in-out;
    -ms-transition: all .325s ease-in-out;
    transition: all .325s ease-in-out;
}

.cta-holder.text-center .cta-label em {
    margin-left: 22px;
}

.cta-holder:hover::before {
    background: rgba(0, 0, 0, 0.20);
}

.cta-line {
    position: absolute;
    width: 117px;
    height: 2px;
    background: #dcdcdc;
    bottom: -38px;
    left: calc(50% - 58.5px);
}

.ctacanvas-holder {
    position: relative;
}

.ctacanvas-holder canvas {
    height: auto;
    width: 100%;
    background-repeat: no-repeat;
    background-size: cover;
    filter: grayscale(1);
}

.ctacanvas-holder canvas:hover {
    filter: grayscale(0);
}

.cta-label {
    position: absolute;
    bottom: 22px;
    text-align: center;
    left: calc(50% - 102.46px);
    z-index: 5;
}

.cta-label em {
    font-size: 22px;
    color: #ffffff;
    text-transform: uppercase;
    letter-spacing: 0.5em;
    font-style: normal;
    text-align: center;
}

.cta-label span {
    font-family: 'Playfair Display', serif;
    font-weight: 400;
    font-size: 42px;
    letter-spacing: 0.15em;
    text-transform: uppercase;
    display: block;
    text-align: center;
    color: #ffffff;
}


/* Welcome */

.welcome {
    font-size: 0;
    background: #000000;
    margin-top: 88px;
    padding: 80px 0;
}

.welcome-logo img {
    margin: 0 auto;
}

.welcome-left-padding {
    padding-top: 50px;
}

.jen-kelly-info {
    margin: 75px auto 93px;
}

.jen-kelly {
    padding: 21px 0;
}

.jen-kelly img {
    margin: 0 auto;
}

.jen-email {
    display: block;
}

.jen-info em[class^=ai-font] {
    font-style: normal !important;
    display: inline-block !important;
    padding: 9px 12px 9px 0;
}

.kelly-info em[class^=ai-font] {
    font-style: normal !important;
    display: inline-block !important;
    padding: 9px 12px 9px 0;
}

.kelly-info em[class^=ai-font] {
    font-style: normal !important;
    display: inline-block !important;
    padding-right: 12px;
}

.jen-kelly-info a.asis-mailto-obfuscated-email:hover {
    color: #58595b
}

.kelly-info {
    padding-top: 7px;
}

.kelly-info {
    padding-top: 7px;
    padding-bottom: 9px;
}

.jen-kelly-info em.ai-mobile-phone {
    display: inline;
    font-style: normal !important;
    font-size: 15px;
    color: #fff;
}

.jen-kelly-info span.ai-font-envelope-o {
    font-size: 10px;
    color: #fff;
    padding-right: 9px;
    display: inline;
}

.jen-kelly-info a.asis-mailto-obfuscated-email {
    font-size: 14px;
    color: #fff;
    /*letter-spacing: 0.1em;*/
    transition: all .325s ease-in-out;
}

.jen-kelly-info em[class^=ai-font] {
    font-style: normal !important;
    display: block;
    font-size: 12px;
    color: #fff;
}

.welcome-smi {
    display: flex;
    max-width: 230px;
    background: #fff;
    padding: 12px 0;
    justify-content: center;
    margin-bottom: 24px;
    margin: 0 auto;
}

.welcome-smi span {
    font-size: 20px;
    color: #000000;
    -webkit-transition: all .325s ease-in-out;
    -moz-transition: all .325s ease-in-out;
    -ms-transition: all .325s ease-in-out;
    transition: all .325s ease-in-out;
}

.welcome-smi span:hover {
    color: #58595b;
}

.welcome-smi a { 

    position: relative;
    margin: 0 10px;

}


.welcome-broker {
    display: flex;
    max-width: 282px;
    justify-content: space-between;
    margin: 0 auto;
    padding: 25px 0;
}

.welcome-broker span {
    font-size: 15px;
    color: #ffffff;
    display: block;
    letter-spacing: 0.1em;
    line-height: 1.7;
}

.left-broker:after {
    content: '';
    position: absolute;
    top: 0;
    width: 1px;
    height: 72px;
    background: #ffffff;
    right: -15.5px;
}

.left-broker {
    position: relative;
}

.left-broker span:nth-child(2) {
    text-align: right;
}

.left-broker span:nth-child(1) {
    text-align: right;
}

.welcome-praire {
    text-align: center;
}

.welcome-praire p {
    font-size: 15px;
    color: #ffffff;
    line-height: 15px;
    letter-spacing: 0.1em;
    margin-bottom: 20px;
}

.welcome-praire p:nth-child(2) {
    margin-left: 0;
}

.welcome-title {
    font-family: 'Kelidya' !important; 
    font-size: 70px;
    font-weight: 400;
    color: #ffffff;
    text-align: center;
}

.welcome-agent {
    padding: 24px;
    background: #fff;
    max-width: 689px;
    margin: 45px auto 0;
}

.welcome-agent img {
    border: 6px solid #000;
}

.meet-team {
    font-family: 'Playfair Display', serif;
    font-weight: 400;
    font-size: 36px;
    color: #ffffff;
    letter-spacing: 0.17em;
    text-transform: uppercase;
    white-space: nowrap;
    text-align: center;
}

.meet-team-desc {
    font-weight: 300;
    font-size: 14px;
    color: #ffffff;
    line-height: 2.0;
    letter-spacing: 0.05em;
    padding: 30px 0;
}

.learn-more p {
    font-family: 'Playfair Display', serif;
    font-weight: 400;
    font-size: 25px;
    color: #ffffff;
    letter-spacing: 0.2em;
    text-transform: uppercase;
    display: inline-block;
    -moz-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}

.learn-more p:hover {
    color: #58595b;
}

.welcome-arrow {
    display: inline-block;
    padding-left: 17px;
}


/* Contact Us */

.contact-us-wrapper {
    font-size: 0;
    padding: 90px 0;
}

.have-question {
    font-weight: 400;
    font-size: 14px;
    color: #000000;
    text-transform: uppercase;
    line-height: 1.5;
    letter-spacing: 0.1em;
    text-align: center;
}

.contact-us {
    font-family: 'Playfair Display', serif;
    font-weight: 400;
    font-size: 36px;
    color: #000000;
    letter-spacing: 0.2em;
    text-transform: uppercase;
    text-align: center;
}

.form-holder {
    text-align: center;
    padding-top: 68px;
}

.contact-name,
.email {
    display: block;
}

.contact-name {
    display: block;
    padding-right: 0px;
}

.contact-name input {
    width: 732px;
    height: 55px;
    display: block;
    font-weight: 500;
    font-size: 14px;
    color: #000000;
    text-transform: uppercase;
    padding-left: 26px;
    outline: none;
    border: none;
    margin: 0 auto;
}

.email input {
    width: 732px;
    height: 55px;
    display: block;
    font-weight: 500;
    font-size: 14px;
    color: #000000;
    text-transform: uppercase;
    padding-left: 26px;
    outline: none;
    letter-spacing: 0.2em;
    border: none;
    margin: 0 auto;
}

.email {
    padding: 4px 0 0;
} 

.message {
    display: block;
    margin-left: 1px;
    padding: 4px 0;
}

.message textarea {
    width: 732px;
    height: 137px;
    display: block;
    font-weight: 500;
    font-size: 14px;
    color: #000000;
    text-transform: uppercase;
    padding-left: 26px;
    padding-top: 24px;
    outline: none;
    letter-spacing: 0.2em;
    border: none;
    margin: 0 auto;
}

.contact-submit input {
    display: block;
    width: 224px;
    height: 57px;
    outline: none;
    text-transform: uppercase;
    font-weight: 300;
    font-size: 14px;
    color: #fff;
    background: #000000;
    letter-spacing: 0.2em;
    border: none;
    padding-top: 4px;
    -webkit-transition: all .325s ease-in-out;
    -moz-transition: all .325s ease-in-out;
    -ms-transition: all .325s ease-in-out;
    transition: all .325s ease-in-out;
}

.contact-submit input:hover {
    background: #58595b;
}

.contact-submit {
    display: block;
    max-width: 224px;
    margin: 0 auto;
}


/* footer */

footer.footer {
    font-size: 0;
    background: url(images/footer-bg-2.jpg) no-repeat;
    position: relative;
    background-size: cover;
}

footer.footer:before {
    content: '';
    position: absolute;
    top: 0;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: url();
    background: -moz-linear-gradient(top, rgba(0, 13, 14, 0) 0%, rgba(0, 11, 12, 0) 16%, rgba(0, 0, 0, 0.65) 100%);
    background: -webkit-linear-gradient(top, rgba(0, 13, 14, 0) 0%, rgba(0, 11, 12, 0) 16%, rgba(0, 0, 0, 0.65) 100%);
    background: linear-gradient(to bottom, rgba(0, 13, 14, 0) 0%, rgba(0, 11, 12, 0) 16%, rgba(0, 0, 0, 0.65) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000d0e', endColorstr='#a6000000', GradientType=0);
}

footer.footer::after {
    content: '';
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background: -moz-linear-gradient(top, rgba(252, 252, 252, 1) 0%, rgba(252, 252, 252, 1) 1%, rgba(252, 252, 252, 1) 6%, rgba(252, 252, 252, 0.26) 26%, rgba(252, 252, 252, 0.22) 27%, rgba(252, 250, 250, 0) 39%, rgba(252, 242, 239, 0) 100%);
    background: -webkit-linear-gradient(top, rgba(252, 252, 252, 1) 0%, rgba(252, 252, 252, 1) 1%, rgba(252, 252, 252, 1) 6%, rgba(252, 252, 252, 0.26) 26%, rgba(252, 252, 252, 0.22) 27%, rgba(252, 250, 250, 0) 39%, rgba(252, 242, 239, 0) 100%);
    background: linear-gradient(to bottom, rgba(252, 252, 252, 1) 0%, rgba(252, 252, 252, 1) 1%, rgba(252, 252, 252, 1) 6%, rgba(252, 252, 252, 0.26) 26%, rgba(252, 252, 252, 0.22) 27%, rgba(252, 250, 250, 0) 39%, rgba(252, 242, 239, 0) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fcfcfc', endColorstr='#00fcf2ef', GradientType=0);
}

footer.footer * {
    position: relative;
    z-index: 3;
}

.footer-logo img {
    margin: 0 auto;
}

.footer-logo {
    padding-bottom: 43px;
}

.footer-logo a {
    display: block;
    position: relative;
}

.footer-logo a:before {
    content: '';
    position: absolute;
    height: 1px;
    width: 360px;
    background: #ababb1;
    top: 67px;
    left: 0px;
}

.footer-logo a:after {
    content: '';
    position: absolute;
    height: 1px;
    width: 360px;
    background: #ababb1;
    top: 67px;
    right: 0px;
}

.footer-info a {
    font-family: 'Khula', sans-serif;
    font-size: 15px;
    color: #ffffff;
    letter-spacing: 0.1em;
    transition: all .325s ease-in-out;
}

.footer-info a:hover {
    color: #D3D3D3;
}

.footer-info span {
    font-size: 15px;
    color: #ffffff;
    letter-spacing: 0.1em;
}

.footer-info em {
    font-size: 15px;
    color: #ffffff;
    padding-right: 8px;
    font-family: 'Khula', sans-serif;
}

.footer-info .jen-info .ai-envelope-o:before,
.ai-font-envelope-o:before {
    padding-right: 2px;
}

.jen-info .ai-font-phone:before,
.ai-phone:before {
    content: "\b0069";
    font-size: 12px;
    color: #fff;
    display: inline-block;
    padding-right: 8px;
}

.page-id-104 #content .ai-phone:before,
.single-aios_agent .ai-phone:before {
    color: #000;
}

.jen-info em[class^=ai-font] {
    font-style: normal !important;
    display: block;
}

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

.footer-line {
    padding: 50px 0;
}

.footer-line hr {
    color: #94979c;
}

footer.footer ul {
    text-align: center;
}

footer.footer ul li {
    display: inline-block;
    padding: 0 14px;
}

footer.footer ul li a {
    font-size: 15px;
    color: #ffffff;
    text-transform: uppercase;
    display: block;
    text-align: center;
    line-height: 1.2em;
    letter-spacing: 0.1em;
    position: relative;
    transition: all .325s ease-in-out;
}

footer.footer ul li a:hover {
    color: #58595b;
}

footer.footer ul li a:after {
    content: '';
    position: absolute;
    height: 18px;
    width: 1px;
    right: -14px;
    top: -2px;
    background: #ffffff;
}

footer.footer ul li:last-child a:after {
    display: none;
}

p.copyright {
    font-size: 12px;
    color: #ffffff;
    text-align: center;
    padding: 22px 0;
}

.copyright a:hover {
    color: #58595b;
}

.menu-footer-menu-container .good-vibes a {
    text-transform: none;
    font-family: 'Kelidya';
}

.mls {
    text-align: center;
    font-size: 18px;
    color: #fff;
    padding-bottom: 20px;
}


/*******************************************************
 *
 * 3. IP Styles
 *
 *******************************************************/

.ip-banner {
    width: 100%;
    margin-bottom: 120px;
}

.ip-banner canvas {
    background: url(images/slide-1.jpg) no-repeat center center;
    background-size: cover;
    display: block;
    width: 100%;
    height: 100%;
    opacity: 0.60;
}


/* Adjust minimum height of page area */

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


/** Adjust width of content columns **/

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

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


/* Adjust width of sidebar */

.sidebar {
    width: 24.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 .entry-title(post/page) and .archive-title(category/archive/etc) main headings (h1) */

#content .entry-title,
#content .archive-title {
    font-family: 'Playfair Display', serif;
}


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

#content .archive-subtitle {}


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


/* Contact Form */

.contact-us-wrapper div.wpcf7-response-output {
    margin: 2em 0.5em 1em;
    padding: 0.2em 1em;
    border: 2px solid #ff0000;
    font-size: 12px;
    color: #fff !important;
    text-align: center;
    margin: 0 auto;
    max-width: 732px;
    position: absolute !important;
    width: 100%;
    left: 0;
    right: 0;
}


/* sidenav-cta */

.sidenav-cta .cta-main-wrapper {
    font-size: 0
}

.sidenav-cta .cta-main-wrapper a:hover canvas {
    filter: grayscale(0);
}

.sidenav-cta a {
    display: block;
    position: relative;
    margin-bottom: 60px;
}

.sidenav-cta a:hover canvas {
    filter: grayscale(0);
}

.sidenav-cta .cta-holder {
    position: relative;
    z-index: 4;
    max-width: 429px;
    margin: 26px auto;
    text-align: center;
}

.sidenav-cta .cta-holder.text-center .cta-label {
    position: absolute;
    bottom: 22px;
    text-align: center;
    left: calc(50% - 142.57px);
    z-index: 5;
}

.sidenav-cta .cta-holder::before {
    content: '';
    position: absolute;
    display: block;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, .25);
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 3;
    -webkit-transition: all .325s ease-in-out;
    -moz-transition: all .325s ease-in-out;
    -ms-transition: all .325s ease-in-out;
    transition: all .325s ease-in-out;
}

.sidenav-cta .cta-holder.text-center .cta-label em {
    margin-left: 22px;
}

.sidenav-cta .cta-holder:hover::before {
    background: rgba(0, 0, 0, 0.20);
}

.sidenav-cta .cta-line {
    position: absolute;
    width: 117px;
    height: 2px;
    background: #dcdcdc;
    bottom: -25px;
    left: calc(50% - 58.5px);
}

.sidenav-cta .ctacanvas-holder {
    position: relative;
}

.sidenav-cta .ctacanvas-holder canvas {
    width: 100%;
    background-repeat: no-repeat;
    background-size: cover;
    filter: grayscale(1);
    display: block;
    height: 100%;
}

.sidenav-cta .ctacanvas-holder canvas:hover {
    filter: grayscale(0);
}

.sidenav-cta .cta-label {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 22px;
    text-align: center;
    z-index: 5;
}

.sidenav-cta .cta-label em {
    font-size: 14px;
    color: #ffffff;
    text-transform: uppercase;
    letter-spacing: 0.5em;
    font-style: normal;
    text-align: center;
}

.sidenav-cta .cta-label span {
    font-family: 'Playfair Display', serif;
    font-weight: 400;
    font-size: 34px;
    letter-spacing: 0.15em;
    text-transform: uppercase;
    display: block;
    text-align: center;
    color: #ffffff;
    line-height: 29px;
}


/* sidenav quick search */

.sidenav-qs {
    position: relative;
    display: block;
    margin-bottom: 60px;
    background-color: #58595b;
    padding: 25px 10px 15px;
}

.sidenav-qs form {
    display: block;
    position: relative;
    font-size: 0;
}

.sidenav-qs .qs-logo-search {
    width: 100%;
    display: block;
}

.sidenav-qs .qs-logo-search img {
    margin: 0 auto;
    padding-bottom: 12px;
}

.sidenav-qs .qs-property-type {
    width: 100%;
    margin-bottom: 2px;
}

.sidenav-qs .qs-city {
    width: 100%;
    margin-bottom: 2px;
}

.sidenav-qs .qs-beds {
    margin-bottom: 2px;
    width: 50%;
}

.sidenav-qs .qs-baths {
    width: 48.4%;
    padding-right: 0;
}

.sidenav-qs .qs-min {
    width: 50%;
}

.sidenav-qs .qs-max {
    width: 48.4%;
    padding-right: 0;
}

.sidenav-qs .qs-search {
    width: 98.8%;
    margin-bottom: 2px;
    margin-top: 4px;
    padding-right: 0;
    margin-left: -1px;
}

.sidenav-qs .qs-search a:hover {
    background: #6d6f71;
}

.sidenav-qs .qs-advanced {
    width: 98.4%;
    margin-bottom: 2px;
}

.sidenav-qs .qs-advanced a {
    background: #6d6f71;
}

.sidenav-qs .qs-advanced a:hover {
    background: #000;
}

.sidenav-qs .bootstrap-select.btn-group .dropdown-menu.inner {
    max-height: 200px !important;
}


/* end sidenav quick search */


/* Additional css */
.agent-holder .agent-contact-name,
.page-id-104 #content .entry-title{
    font-family: 'Kelidya' !important;
}

.page-id-104 #content .entry-title{
    font-family: 'Kelidya' !important; 
    opacity: 0;
}

.agent-holder .render-all-description {
    margin-top: 0px;
}

.style-box {
    color: #fff;
    background: #000;
    text-align: center;
    padding: 14px 0;
    cursor: pointer;
}

.box {
    font-size: 20px;
}

/* .smi-fb {
    padding: 0 12px;
}
 */

/* IP Accordion Styles */

.buy-sell-wrapper {
    background: #F0F0F0;
    margin-top: 25px;
    border: 1px solid #ccc;
    border-bottom: none;
}

.buy-sell-expander {
    float: left;
    text-align: center;
    width: 40px;
    line-height: 1;
    padding: 10px 0px;
}

.buy-sell-header {
    position: relative;
    width: 100%;
    height: 40px;
    border-bottom: 1px solid #ccc;
    cursor: pointer;
}

.buy-sell-header h3 {
    margin: 0 !important;
    font-size: 16px !important;
    text-transform: uppercase;
    padding: 9px 0;
}

.buy-sell-header:after {
    content: "";
    display: block;
    clear: both;
}

.buy-sell-header .fa-minus {
    display: none;
}

.buy-sell-content {
    text-align: center;
    padding: 0px;
    border-bottom: 1px solid #ccc;
    -webkit-transform: scaleY(0);
    transform: scaleY(0);
    font-size: 0px;
    transition: all 0.3s ease-in-out;
    transform-origin: top;
}

.buy-sell-content a {
    color: #000;
}

.buy-sell-list.open .buy-sell-content {
    -webkit-transform: scaleY(1);
    transform: scaleY(1);
    font-size: 16px;
    padding: 10px 0px;
}
.buy-sell-content a {
    overflow: hidden;
    text-overflow: ellipsis;
    display: block;
}

.buy-sell-list.open .fa-plus {
    display: none;
}

.buy-sell-list.open .fa-minus {
    display: block;
}
/*.ihf-open-homes-only-label, #ihf-golfCourseYn-container, #ihf-fireplaceYn-container, #ihf-waterFrontYn-container,
#ihf-yearBuilt-container, form#ihf-main-search-form div:nth-child(8), form#ihf-main-search-form div:nth-child(9){
    display: none !important;
}*/
#ihf-main-container .mc-total-payment-subline{
        color: #666 !important;
}
.bootstrap-select>.dropdown-toggle {
    height: 35px !important;
    border: none;
    font-family: 'Source Sans Pro', sans-serif;
    font-weight: 300;
    font-size: 12px;
    color: #757575;
    padding-left: 9px;
    text-transform: uppercase;
    outline: none;
    letter-spacing: 0.02em;
    border-radius: 0px;
}
#ihf-main-container .nav-tabs {
    padding: 0 !important;
    margin: 0 !important;
}
    ul.chosen-results {
        margin: 0 !important;
        padding: 0 !important;
    }
.quick-search-wrapper .qs-city ul.dropdown-menu.inner {
    max-height: 200px !important;
}

.agent-contact-lang {
    display: none;
}

.single-aios_agent .agent-description {
    text-align: justify;
}

.welcome-content-1 {
    max-width: 230px;
    text-align: center;
    display: block;
    margin: 80px auto 0;
}

.welcome-logo2 img {
    margin: 42px auto 44px;
}

.jen-info, .kelly-info {
    display: inline-block;
    margin-right: 15px;
}

.jen-info:last-child {
    margin-right: 0;
}

.jen-info span, .kelly-info span {
    font-size: 14px;
    color: #FFF;
    display: block;
    line-height: normal;
}

.welcome-photo {
    max-width: 230px;
    background: #FFF;
    padding: 10px;
    margin: 0 auto;
}

.welcome-photo img {
    border: 6px solid #000;
}

.welcome-info {
    font-size: 16px;
    color: #ffffff;
    line-height: normal;
    padding: 20px 0;
    max-width: 655px;
}

.welcome-info p {
    margin-bottom: 50px;
}

.welcome-info img {
    vertical-align: middle;
}

.cycloneslider-template-default {
	z-index: -1;
}

#ihf-leadcapture-btns > div {
    text-align: center;
}

#ihf-main-container .schedule-showing-btn {
    display: none;
}

#ihf-main-container .info-req-btn {
    width: 34%;
}