/*
Theme Name: Don DeFranco- Great Urban Estates
Theme URI: http://www.agentimage.com
Description: Don DeFranco- Great Urban Estates Theme.
Author: AgentImage
Author URI: http://www.agentimage.com
Version: 1.0
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
*/


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


/** Fonts **/

@font-face {
    font-family: 'Lato-Black';
    src: url("fonts/Lato-Black.ttf");
}

@font-face {
    font-family: 'Lato-BlackItalic';
    src: url("fonts/Lato-BlackItalic.ttf");
}

@font-face {
    font-family: 'Lato-Bold';
    src: url("fonts/Lato-Bold.ttf");
}

@font-face {
    font-family: 'Lato-BoldItalic';
    src: url("fonts/Lato-BoldItalic.ttf");
}

@font-face {
    font-family: 'Lato-Hairline';
    src: url("fonts/Lato-Hairline.ttf");
}

@font-face {
    font-family: 'Lato-HairlineItalic';
    src: url("fonts/Lato-HairlineItalic.ttf");
}

@font-face {
    font-family: 'Lato-Italic';
    src: url("fonts/Lato-Italic.ttf");
}

@font-face {
    font-family: 'Lato-Light';
    src: url("fonts/Lato-Light.ttf");
}

@font-face {
    font-family: 'Lato-LightItalic';
    src: url("fonts/Lato-LightItalic.ttf");
}

@font-face {
    font-family: 'Lato-Regular';
    src: url("fonts/Lato-Regular.ttf");
}

@font-face {
    font-family: 'Montserrat-Black';
    src: url("fonts/Montserrat-Black.ttf");
}

@font-face {
    font-family: 'Montserrat-BlackItalic';
    src: url("fonts/Montserrat-BlackItalic.ttf");
}

@font-face {
    font-family: 'Montserrat-Bold';
    src: url("fonts/Montserrat-Bold.ttf");
}

@font-face {
    font-family: 'Montserrat-BoldItalic';
    src: url("fonts/Montserrat-BoldItalic.ttf");
}

@font-face {
    font-family: 'Montserrat-ExtraBold';
    src: url("fonts/Montserrat-ExtraBold.ttf");
}

@font-face {
    font-family: 'Montserrat-ExtraBoldItalic';
    src: url("fonts/Montserrat-ExtraBoldItalic.ttf");
}

@font-face {
    font-family: 'Montserrat-ExtraLight';
    src: url("fonts/Montserrat-ExtraLight.ttf");
}

@font-face {
    font-family: 'Montserrat-ExtraLightItalic';
    src: url("fonts/Montserrat-ExtraLightItalic.ttf");
}

@font-face {
    font-family: 'Montserrat-Italic';
    src: url("fonts/Montserrat-Italic.ttf");
}

@font-face {
    font-family: 'Montserrat-Light';
    src: url("fonts/Montserrat-Light.ttf");
}

@font-face {
    font-family: 'Montserrat-LightItalic';
    src: url("fonts/Montserrat-LightItalic.ttf");
}

@font-face {
    font-family: 'Montserrat-Medium';
    src: url("fonts/Montserrat-Medium.ttf");
}

@font-face {
    font-family: 'Montserrat-MediumItalic';
    src: url("fonts/Montserrat-MediumItalic.ttf");
}

@font-face {
    font-family: 'Montserrat-Regular';
    src: url("fonts/Montserrat-Regular.ttf");
}

@font-face {
    font-family: 'Montserrat-SemiBold';
    src: url("fonts/Montserrat-SemiBold.ttf");
}

@font-face {
    font-family: 'Montserrat-SemiBoldItalic';
    src: url("fonts/Montserrat-SemiBoldItalic.ttf");
}

@font-face {
    font-family: 'Montserrat-Thin';
    src: url("fonts/Montserrat-Thin.ttf");
}

@font-face {
    font-family: 'Montserrat-ThinItalic';
    src: url("fonts/Montserrat-ThinItalic.ttf");
}


/* Global */

body {
    font-family: Arial, Helvetica, Georgia, Sans-serif;
    font-size: 12px;
    background: #FFF;
    color: #000000;
    margin: 0;
}

body.onscroll #main-wrapper .onscroll-header {
    top: 0;
}

body.onscroll #main-wrapper .aios-starter-theme-demo-header {
    top: -150px;
}

body.ip-container .inner-page-banner {
    display: block;
}

.onscroll-header {
    position: fixed;
    top: -150px;
    left: 0;
    right: 0;
    width: 100%;
    z-index: 1030;
    background: #112f63;
    padding: 17px 0;
    -webkit-transition: all 1s ease-in-out;
    transition: all 1s ease-in-out;
}

.home .onscroll-header {
    z-index: 999;
}

.onscroll-header .onscroll-logo {
    width: 100%;
    max-width: 130px;
}

.onscroll-header .onscroll-nav ul {
    font-family: "Lato-Regular";
    font-size: 12px;
    text-transform: uppercase;
    background: transparent !important;
}

.onscroll-header .onscroll-nav ul li {
    padding: 0 25px !important;
}

.onscroll-header .onscroll-nav ul li:before {
    content: "";
    position: absolute;
    left: 0;
    top: 50%;
    height: 100%;
    border-left: 1px solid #4870b2;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}

.onscroll-header .onscroll-nav ul li:nth-of-type(1):before {
    display: none;
}

.onscroll-header .onscroll-nav ul li:hover a {
    background: transparent !important;
}

.onscroll-header .onscroll-nav ul li a {
    color: #fff !important;
    padding: 0 !important;
    letter-spacing: 1px;
}

.onscroll-header .onscroll-nav ul li a:hover {
    color: #f8d41e !important;
}

nav.off-canvas {
    font-family: "Lato-Regular";
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.5);
    display: none;
    z-index: 9999;
}

nav.off-canvas .off-canvas-container {
    position: fixed;
    top: 0;
    bottom: 0;
    left: -250px;
    background: #1b1e24;
}

nav.off-canvas .off-canvas-container .header-container {
    width: 250px;
    height: 100px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background: #112f63;
    -webkit-box-shadow: 0 1px 14px rgba(0, 0, 0, 0.3);
    box-shadow: 0 1px 14px rgba(0, 0, 0, 0.3);
}

nav.off-canvas .off-canvas-container .header-container a {
    text-align: center;
}

nav.off-canvas .off-canvas-container .header-container a h2 {
    padding: 15px 25px;
    font-size: 150%;
    text-transform: uppercase;
    color: #fff;
    font-weight: 400px;
    text-align: center;
}

nav.off-canvas .off-canvas-container .header-container a h2 span {
    color: #112f63;
}

nav.off-canvas .off-canvas-container .header-container a img {
    width: 85%;
    max-width: 150px;
}

nav.off-canvas .off-canvas-container .content-container {
    position: absolute;
    top: 100px;
    bottom: 0;
    left: 0;
    z-index: -1;
    width: 250px;
    padding: 20px 0;
    height: calc(100% - 186px);
    overflow-y: auto;
    background: #1b1e24;
}

nav.off-canvas .off-canvas-container .content-container::-webkit-scrollbar {
    display: none;
}

nav.off-canvas .off-canvas-container .content-container ul.menu-container {
    margin: 0;
    padding: 0;
    list-style: none;
}

nav.off-canvas .off-canvas-container .content-container ul.menu-container li {
    display: block;
    position: relative;
}

nav.off-canvas .off-canvas-container .content-container ul.menu-container li .off-canvas-caret {
    position: absolute;
    top: 12px;
    right: 10px;
    z-index: 1;
    color: #363c48;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    cursor: pointer;
}

nav.off-canvas .off-canvas-container .content-container ul.menu-container li .off-canvas-caret.active {
    color: #fff;
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
}

nav.off-canvas .off-canvas-container .content-container ul.menu-container li:hover>.off-canvas-caret {
    color: #fff;
}

nav.off-canvas .off-canvas-container .content-container ul.menu-container li a {
    text-transform: uppercase;
    display: block;
    padding: 10px 20px;
    color: #fff;
    text-decoration: none;
    letter-spacing: 1px;
    font-size: 90%;
    position: relative;
    z-index: 1;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

nav.off-canvas .off-canvas-container .content-container ul.menu-container li a.active {
    background: #112f63;
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.3);
}

nav.off-canvas .off-canvas-container .content-container ul.menu-container li:hover>a {
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.3);
    background: #112f63;
}

nav.off-canvas .off-canvas-container .content-container ul.menu-container li ul {
    padding-left: 0;
    background: #22262e;
    display: none;
}

nav.off-canvas .off-canvas-container .footer-container {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 1;
    width: 250px;
    background: #112f63;
    -webkit-box-shadow: 0 -1px 14px rgba(0, 0, 0, 0.3);
    box-shadow: 0 -1px 14px rgba(0, 0, 0, 0.3);
}

nav.off-canvas .off-canvas-container .footer-container .contact {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    font-size: 18px;
}

nav.off-canvas .off-canvas-container .footer-container .contact a {
    display: block;
    -webkit-box-flex: 1;
    -ms-flex: 1 0 0px;
    flex: 1 0 0;
    text-align: center;
    padding: 10px 0;
    color: #fff;
}

nav.off-canvas .off-canvas-container .footer-container .contact a:nth-of-type(2) {
    border-left: 1px solid #2b4167;
}

.mobile-header {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 999;
    background: #112f63;
    padding: 20px;
    display: none;
}

.mobile-header .mobile-navigation .mobile-logo img {
    width: 100%;
    max-width: 125px;
}

.mobile-header .off-canvas-button i {
    font-size: 40px;
    color: #fff;
    cursor: pointer;
}

.aios-starter-theme-demo-header {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    z-index: 999;
    padding: 0;
    background: rgba(17, 47, 99, 0.9);
    -webkit-transition: all 1s ease-in-out;
    transition: all 1s ease-in-out;
}

.aios-starter-theme-demo-header .header-right {
    width: 100%;
}

.aios-starter-theme-demo-header .header-right .header-logo {
    width: 100%;
    max-width: 100%;
}

.aios-starter-theme-demo-header .header-right .header-logo img {
    display: block;
    max-width: 100%;
    -webkit-transform: translateX(-86.5px);
    transform: translateX(-86.5px);
}

.aios-starter-theme-demo-header .header-left .header-contact {
    margin-bottom: 25px;
}

.aios-starter-theme-demo-header .header-left .header-contact ul {
    margin: 0;
}

.aios-starter-theme-demo-header .header-left .header-contact ul li {
    display: inline-block;
    padding: 10px 15px;
    margin-left: -4px;
    position: relative;
}

.aios-starter-theme-demo-header .header-left .header-contact ul li:before {
    content: "";
    position: absolute;
    left: 0;
    top: 50%;
    height: 30%;
    border-left: 1px solid #4870b2;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}

.aios-starter-theme-demo-header .header-left .header-contact ul li:nth-of-type(1):before {
    display: none;
}

.aios-starter-theme-demo-header .header-left .header-contact ul li a {
    font-family: "Montserrat-Bold";
    font-size: 16px;
    color: #fff;
    text-decoration: none;
    letter-spacing: 1px;
}

.aios-starter-theme-demo-header .header-left .header-contact ul li a img {
    vertical-align: middle;
    margin-top: -5px;
    padding-right: 10px;
}

.aios-starter-theme-demo-header .header-left .header-nav ul {
    font-family: "Lato-Regular";
    font-size: 12px;
    text-transform: uppercase;
    background: transparent !important;
}

.aios-starter-theme-demo-header .header-left .header-nav ul li {
    padding: 0 25px !important;
}

.aios-starter-theme-demo-header .header-left .header-nav ul li:before {
    content: "";
    position: absolute;
    left: 0;
    top: 50%;
    height: 100%;
    border-left: 1px solid #4870b2;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}

.aios-starter-theme-demo-header .header-left .header-nav ul li:nth-of-type(1):before {
    display: none;
}

.aios-starter-theme-demo-header .header-left .header-nav ul li:hover a {
    background: transparent !important;
}

.aios-starter-theme-demo-header .header-left .header-nav ul li a {
    color: #fff !important;
    padding: 0 !important;
    letter-spacing: 1px;
}

.aios-starter-theme-demo-header .header-left .header-nav ul li a:hover {
    color: #f8d41e !important;
}

.aios-starter-theme-demo-header-navigation #fixed-nav { 
    padding: 0;
    margin: 0;
    list-style: none;
    line-height: 1;
    background:#d7d7d7;
} 

.aios-starter-theme-demo-header-navigation #fixed-nav > li {
    display:inline-block;
}

.aios-starter-theme-demo-header-navigation #fixed-nav > li > a {
    display: block;
    text-decoration: none;
    padding:10px 20px;
    color:#000;
    text-decoration:none;
}

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

#fixed-nav li {
    position:relative;
}
 
#fixed-nav .sub-menu {
    list-style: none outside none;
    margin: 0;
    background: rgba(0,0,0,0.9) url("images/submenu-fixer.png");
    display: none;
    padding: 0;
    position: absolute;
    width:100%;
    min-width:180px;
}
#fixed-nav .sub-menu a {
    color: #FFFFFF;
    display: block;
    padding: 10px;
}
#fixed-nav .sub-menu a:hover {
    background: none repeat scroll 0 0 #b2b2b2;
    color: #000000;
    text-decoration: none;
}
#fixed-nav .sub-menu .sub-menu {
    margin-left: 100%;
    top:0;
}
#fixed-nav li:hover > .sub-menu {
    display: block;
}
#fixed-nav .sub-menu li {
    position: relative;
}


.hp-popup-form {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1000;
    background: rgba(0, 0, 0, 0.5);
    display: none;
}

.hp-popup-form .modal-form {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%) translate(0.5px, 0.5px);
    transform: translate(-50%, -50%) translate(0.5px, 0.5px);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    padding: 20px;
    background: #fff;
    border-radius: 4px;
    text-align: center;
    width: 80%;
    max-width: 350px;
    height: 100%;
    max-height: 415px;
    overflow-y: auto;
}

.hp-popup-form .modal-form .modal-form-close {
    position: absolute;
    top: 10px;
    right: 10px;
    color: #837663;
    cursor: pointer;
}

.hp-popup-form .modal-form .form-wrapper .modal-logo {
    max-width: 100%;
    margin-bottom: 15px;
}

.hp-popup-form .modal-form .form-wrapper .form-title {
    font-family: "Lato-Regular";
    font-size: 20px;
    text-transform: uppercase;
    color: #112f63;
    margin-bottom: 15px;
}

.hp-popup-form .modal-form .form-wrapper label {
    position: relative;
    display: block;
    width: 100%;
}

.hp-popup-form .modal-form .form-wrapper label span {
    display: block;
}

.hp-popup-form .modal-form .form-wrapper input:not([type="submit"]) {
    font-family: "Lato-Regular";
    font-size: 13px;
    display: block;
    width: 100%;
    padding: 10px;
    margin-bottom: 5px;
    border-radius: 4px;
    border: 1px solid #b7b7b7;
    outline: none;
    color: #888888;
}

.hp-popup-form .modal-form .form-wrapper input:not([type="submit"]):active,
.hp-popup-form .modal-form .form-wrapper input:not([type="submit"]):focus {
    border: 1px solid #112f63;
}

.hp-popup-form .modal-form .form-wrapper input[type="submit"] {
    font-family: "Lato-Bold";
    font-size: 15px;
    text-transform: uppercase;
    letter-spacing: 1px;
    display: block;
    width: 100%;
    padding: 10px;
    margin-bottom: 5px;
    border-radius: 4px;
    border: 1px solid #0d254d;
    background: #112f63;
    color: #fff;
    margin-top: 15px;
    outline: none;
}

.hp-popup-form .modal-form .form-wrapper input[type="submit"]:hover {
    background: #0d254d;
}

.hp-popup-form .modal-form .form-wrapper .ajax-loader {
    position: absolute;
    bottom: 0;
    left: 50%;
    -webkit-transform: translate(-50%, -50%) translate(0.5px, 0.5px);
    transform: translate(-50%, -50%) translate(0.5px, 0.5px);
}

.hp-popup-form .modal-form .form-wrapper .wpcf7-not-valid-tip {
    /*top: 0;
    left: initial;
    right: 0;
    color: #a94442;
    background-color: #f2dede;
    border-color: #ebccd1;
    padding: 10.5px;
    border-radius: 0 4px 4px 0;*/
}

.hp-popup-form .modal-form .form-wrapper .wpcf7-response-output {
    /*margin: 0;
    position: absolute;
    bottom: 0;
    width: 100%;
    left: 50%;
    transform: translate(-50%, 120%);
    color: #56561d;
    background-color: #dede74;
    border-color: #d2d466;
    border-radius: 4px;*/
}

.inner-page-banner {
    display: none;
    width: 100%;
    max-width: 100%;
}

.inner-page-banner img {
    width: 100%;
    max-width: 100%;
    max-height: 400px;
}

.hp-slideshow{
    position: relative;
}
.hp-slideshow .cycloneslider {
    margin-bottom: 0;
}
.hp-slideshow .cycloneslider-slides {
    max-height: 100%;
    height: 100%;
}

.cycloneslider-template-responsive-img .cycloneslider-slide img{
    width:100%!important;
    height:auto!important;
    left:0!important;
    
}
.hp-cta {
    position: absolute;
    bottom: 62px;
    left: 0;
    width: 100%;
    z-index: 100;
}

.hp-cta * {
    -webkit-font-smoothing: antialiased;
    text-decoration: none !important;
}

.hp-cta .cta-holder {
    /*left: 50%;
    position: absolute;
    transform: translate(-50%, -140%);*/
    z-index: 100;
    width: 100%;
    -webkit-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}

.hp-cta .cta-holder .cta-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-transform: translate3d(0, 0, 0);
    /* Removes Bug */
    transform: translate3d(0, 0, 0);
    /* Removes Bug */
    margin: -10px 0;
}

.hp-cta .cta-holder .cta-wrapper .cta-item {
    -webkit-transform: translate3d(0, 0, 0);
    /* Removes Bug */
    transform: translate3d(0, 0, 0);
    /* Removes Bug */
}

.hp-cta .cta-holder .cta-wrapper .cta-item .cta-style-round {
    display: block;
    margin: 10px 20px;
    width: 125px;
    height: 125px;
    border: 2px solid #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border-radius: 50%;
    position: relative;
    -webkit-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
    -webkit-transform: translate3d(0, 0, 0);
    /* Removes Bug */
    transform: translate3d(0, 0, 0);
    /* Removes Bug */
}

.hp-cta .cta-holder .cta-wrapper .cta-item .cta-style-round:hover {
    background: #f8d41e;
    border-color: transparent;
}

.hp-cta .cta-holder .cta-wrapper .cta-item .cta-style-round:after {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    right: 0;
    bottom: 0;
    width: calc(100% - 20px);
    height: calc(100% - 20px);
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    border-radius: 50%;
    border: 1px solid #fff;
    opacity: 0;
    -webkit-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}

.hp-cta .cta-holder .cta-wrapper .cta-item .cta-style-round:hover:after {
    opacity: 1;
}

.hp-cta .cta-holder .cta-wrapper .cta-item .cta-style-round i {
    color: #fff;
    font-size: 4em;
    -webkit-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}

.hp-cta .cta-holder .cta-wrapper .cta-item .cta-style-round i.size-fix {
    font-size: 5.3em;
}

.hp-cta .cta-holder .cta-wrapper .cta-item .cta-style-round:hover i {
    color: #112f63;
}

.hp-cta .cta-holder .cta-wrapper .cta-item .cta-label {
    display: block;
    font-family: "Montserrat-Bold";
    font-size: 14px;
    color: #fff;
    text-transform: uppercase;
    letter-spacing: 2px;
    text-align: center;
    text-decoration: none;
    line-height: 15px;
    -webkit-transform: translate3d(0, 0, 0);
    /* Removes Bug */
    transform: translate3d(0, 0, 0);
    /* Removes Bug */
}

.mobile .hp-cta .cta-holder .cta-wrapper .cta-item .cta-style-round:hover {
    background: none;
    border-color: #ffffff;
}
.mobile .hp-cta .cta-holder .cta-wrapper .cta-item .cta-style-round:hover i {
    color: #ffffff;
}
.mobile .hp-cta .cta-holder .cta-wrapper .cta-item .cta-style-round:hover:after {
    opacity: 0;
}

.hp-welcome-text {
    padding: 60px 0 0;
    text-align: center;
}

.hp-welcome-text .container {
    border-bottom: 1px solid #8699b8;
    padding-bottom: 25px;
}

.hp-welcome-text .welcome-text-title {
    font-family: "Lato-Regular";
    font-size: 15px;
    margin-bottom: 30px;
}

.hp-welcome-text .welcome-text-title .top-text {
    color: #848484;
}

.hp-welcome-text .welcome-text-title .main-text {
    font-size: 34px;
    color: #112f63;
    line-height: 34px;
    text-transform: uppercase;
}

.hp-welcome-text .welcome-text-title .bottom-text {
    color: #687fa6;
    text-transform: uppercase;
}

.hp-welcome-text .welcome-text-content {
    font-family: "Lato-Regular";
    font-size: 14px;
    color: #636363;
    text-align: center;
    line-height: 20px;
    padding: 0 8%;
}

.hp-welcome-text .welcome-text-content b {
    font-family: "Lato-Bold";
}

.hp-welcome-text .welcome-text-read-more {
    font-family: "Lato-Regular";
    font-size: 11px;
    text-transform: uppercase;
    color: #687fa6;
    border: 1px solid #112f63;
    padding: 10px 25px;
    display: inline-block;
    margin: 0 auto;
    text-decoration: none;
}

.hp-welcome-text .welcome-text-read-more:hover {
    background: #112f63;
    color: #fff;
}

.hp-fp {
    padding: 40px 0;
    text-align: center;
    width: 100%;
    overflow-x: hidden;
}

.hp-fp .fp-title {
    font-family: "Lato-Regular";
    font-size: 25px;
    text-transform: uppercase;
    letter-spacing: 2px;
    color: #7d7d7d;
    padding-bottom: 50px;
}

.hp-fp .fp-slider {
    margin: 0 -1px;
}

.hp-fp .fp-slider .slider-item {
    font-family: "Lato-Regular";
    text-transform: uppercase;
    color: #898989;
    margin: 0 0.5px;
    outline: none;
    display: block;
    text-decoration: none;
    padding-bottom: 15px;
    width: calc( 100% - 1px ) !important;
    -webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}

.hp-fp .fp-slider .slider-item * {
    -webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}

.hp-fp .fp-slider .slider-item:hover {
    background: #f8d41e;
}

.hp-fp .fp-slider .slider-item:hover * {
    color: #000 !important;
}

.hp-fp .fp-slider .slider-item:hover .prop-img img {
    -webkit-filter: gray;
    filter: gray;
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%);
}

.hp-fp .fp-slider .slider-item .prop-img {
    width: 100%;
    height: 200px;
    background-size: cover !important;
    background-position: center center !important;
}

.hp-fp .fp-slider .slider-item .prop-img img {
    max-width: 100%;
    /*width: 400px;*/
    width: 100%;
    height: 200px;
    -o-object-fit: cover;
    object-fit: cover;
}

.hp-fp .fp-slider .slider-item .prop-price {
    font-size: 20px;
    color: #112f63;
    padding: 8px 0;
}

.hp-latest-post {
    padding: 40px 0 120px;
}

.hp-latest-post .latest-post-title {
    font-family: "Lato-Regular";
    font-size: 25px;
    text-transform: uppercase;
    letter-spacing: 2px;
    color: #7d7d7d;
    padding-bottom: 40px;
    text-align: center;
}

.hp-latest-post .latest-post-article {
    font-family: "Lato-Regular";
}

.hp-latest-post .latest-post-article .article-title {
    font-size: 16px;
    text-transform: uppercase;
    color: #16325f;
    display: block;
    text-decoration: none;
    margin-bottom: 20px;
}

.hp-latest-post .latest-post-article .article-image {
    width: 100%;
    margin-bottom: 20px;
}

.hp-latest-post .latest-post-article .article-image img {
    width: 100%;
    max-width: 100%;
}

.hp-latest-post .latest-post-article .article-content {
    font-family: "Lato-Regular";
    font-size: 14px;
    color: #777777;
    line-height: 20px;
    margin-bottom: 20px;
}

.hp-latest-post .latest-post-article .article-read-more {
    font-family: "Lato-Regular";
    font-size: 11px;
    text-transform: uppercase;
    color: #687fa6;
    border: 1px solid #112f63;
    padding: 10px 25px;
    display: inline-block;
    margin: 0 auto;
    text-decoration: none;
}

.hp-latest-post .latest-post-article .article-read-more:hover {
    background: #112f63;
    color: #fff;
}

.hp-meet-team {
    background-image: url("images/meet-team/background.png");
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
    background-position: top;
    padding: 100px 0;
    color: #fff;
    font-family: "Lato-Regular";
    font-size: 15px;
}

.hp-meet-team .meet-team-title {
    font-size: 25px;
    text-transform: uppercase;
    letter-spacing: 2px;
    color: #fff;
    padding-bottom: 50px;
    text-align: center;
}

.hp-meet-team .meet-team-top {
    margin-bottom: 50px;
}
.hp-meet-team .slider-item .agent {
    display: inline-block;
}

.hp-meet-team .meet-team-top .left-info {
    text-align: center;
}

.hp-meet-team .meet-team-top .left-info .agent-image {
    display: block;
    margin: 0 auto 15px;
    width: 180px;
    max-width: 180px;
    height: 180px;
    max-height: 180px;
    position: relative;
    border-radius: 50%;
    overflow: hidden;
}

.hp-meet-team .meet-team-top .left-info .agent-image:after {
    content: "";
    position: absolute;
    top: 50%;
    right: 0;
    bottom: 0;
    left: 50%;
    width: calc(100% - 10px);
    height: calc(100% - 10px);
    border-radius: 50%;
    -webkit-transform: translate3d(-50%, -50%, 0);
    transform: translate3d(-50%, -50%, 0);
    border: 2px solid #f8d41e;
}

.hp-meet-team .meet-team-top .left-info .agent-image img {
    display: inline-block;
    width: 100%;
    max-width: 100%;
    -webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}

.hp-meet-team .meet-team-top .left-info .agent-image:hover img {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
}

.hp-meet-team .meet-team-top .left-info .agent-name {
    font-size: 16px;
    text-transform: uppercase;
}

.hp-meet-team .meet-team-top .left-info .agent-position {
    font-size: 13px;
}

.hp-meet-team .meet-team-top .right-info .agent-quote {
    line-height: 25px;
    margin-bottom: 20px;
}

.hp-meet-team .meet-team-top .right-info .agent-contact ul {
    margin: 0 -10px;
}

.hp-meet-team .meet-team-top .right-info .agent-contact ul li {
    display: inline-block;
    padding: 10px 15px;
    margin-left: -4px;
    position: relative;
}

.hp-meet-team .meet-team-top .right-info .agent-contact ul li:before {
    content: "";
    position: absolute;
    left: 0;
    top: 50%;
    height: 30%;
    border-left: 1px solid #f8d41e;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}

.hp-meet-team .meet-team-top .right-info .agent-contact ul li:nth-of-type(1):before {
    display: none;
}

.hp-meet-team .meet-team-top .right-info .agent-contact ul li img {
    vertical-align: middle;
    padding-left: 10px;
}

.hp-meet-team .meet-team-top .right-info .agent-contact ul li a {
    font-size: 14px;
    color: #fff;
    text-decoration: none;
    letter-spacing: 1px;
    margin-left: 5px;
}

.hp-meet-team .meet-team-slider-holder {
    position: relative;
}

.hp-meet-team .meet-team-slider-holder .meet-team-slider {
    font-size: 13px;
    color: #fff;
}

.hp-meet-team .meet-team-slider-holder .meet-team-slider * {
    color: #fff !important;
    text-decoration: none !important;
}

.hp-meet-team .meet-team-slider-holder .meet-team-slider .slider-item {
    text-align: center;
    outline: none;
    padding: 20px 0;
}

.hp-meet-team .meet-team-slider-holder .meet-team-slider .slider-item .agent-image {
    display: block;
    width: 135px;
    max-width: 135px;
    margin: 0 auto 5px;
    position: relative;		height: 135px;	overflow: hidden;	border-radius: 100%;
}

.hp-meet-team .meet-team-slider-holder .meet-team-slider .slider-item .agent-image:after {
    content: "";
    position: absolute;
    top: 50%;
    right: 0;
    bottom: 0;
    left: 50%;
    width: calc(100% - 10px);
    height: calc(100% - 10px);
    border-radius: 50%;
    -webkit-transform: translate3d(-50%, -50%, 0);
    transform: translate3d(-50%, -50%, 0);
    border: 2px solid #f8d41e;
    z-index: 3;
}

.hp-meet-team .meet-team-slider-holder .meet-team-slider .slider-item .agent-image img {
    width: 100%;
    max-width: 100%;
    -webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}
    .hp-meet-team .meet-team-slider-holder .meet-team-slider .slider-item .agent-image img.orig-this {
        position: relative;
        z-index: 2;
    }
    .hp-meet-team .meet-team-slider-holder .meet-team-slider .slider-item .agent-image svg {
        position: absolute;       
        width: 100% !important;
        top: 0;
        left: 0;
    }

.hp-meet-team .meet-team-slider-holder .meet-team-slider .slider-item .agent-name {
    font-size: 16px;
    text-transform: capitalize;
    display: block;
}

.hp-meet-team .meet-team-slider-holder .meet-team-slider .slider-item .agent-dept {
    display: block;
    margin-bottom: 8px;
}

.hp-meet-team .meet-team-slider-holder .meet-team-slider .slider-item .agent-phone {
    display: block;
    margin-bottom: 8px;
}

.hp-meet-team .meet-team-slider-holder .meet-team-slider .slider-item .agent-email {
    display: block;
    margin-bottom: 20px;
    text-decoration: underline !important;
    -webkit-text-decoration-color: #cdd7d9;
    text-decoration-color: #cdd7d9;
}

.hp-meet-team .meet-team-slider-holder .meet-team-slider .slider-item .agent-testimonials {
    display: inline-block;
    margin: 0 auto;
    position: relative;
    background: #f8d41e;
    padding: 10px 25px;
    font-size: 15px;
    text-transform: uppercase;
    color: #112f63 !important;
    letter-spacing: 2px;
    -webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}

.hp-meet-team .meet-team-slider-holder .meet-team-slider .slider-item .agent-testimonials:after {
    content: "";
    position: absolute;
    left: 50%;
    right: 0;
    top: 50%;
    bottom: 0;
    border: 1px solid #fff;
    width: calc(100% - 10px);
    height: calc(100% - 10px);
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}



.hp-meet-team .meet-team-slider-holder .meet-team-slider .slider-item .agent-image:hover img.orig-this {
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%);
}
    .hp-meet-team .meet-team-slider-holder .meet-team-slider .slider-item .agent-image:hover img.orig-this {
        opacity: 0;
    }

.hp-meet-team .meet-team-slider-holder .meet-team-slider .slider-item:hover .agent-testimonials {
    -webkit-box-shadow: 0 0 10px rgba(255, 255, 255, 0.9);
    box-shadow: 0 0 10px rgba(255, 255, 255, 0.9);
}

.hp-meet-team .meet-team-slider-holder .meet-team-slider-controls .slider-prev,
.hp-meet-team .meet-team-slider-holder .meet-team-slider-controls .slider-next {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    cursor: pointer;
}

.hp-meet-team .meet-team-slider-holder .meet-team-slider-controls .slider-prev {
    left: 0;
}

.hp-meet-team .meet-team-slider-holder .meet-team-slider-controls .slider-next {
    right: 0;
}

.aios-starter-theme-demo-footer {
    margin-top: 0;
    padding: 0;
    background: #112f63;
}

.aios-starter-theme-demo-footer .footer-top {
    font-family: "Lato-Regular";
    font-size: 18.54px;
    text-align: center;
    color: #acacac;
    padding: 20px 0;
}

.aios-starter-theme-demo-footer .footer-top .footer-contact-left strong,
.aios-starter-theme-demo-footer .footer-top .footer-contact-right strong {
    font-family: "Lato-Bold";
    font-size: 23.17px;
    color: #fff;
}

.aios-starter-theme-demo-footer .footer-top .footer-contact-left .fa,
.aios-starter-theme-demo-footer .footer-top .footer-contact-right .fa {
    color: #f8d41e;
    padding-right: 5px;
}

.aios-starter-theme-demo-footer .footer-top .footer-contact-left img,
.aios-starter-theme-demo-footer .footer-top .footer-contact-right img {
    margin-top: -3px;
    padding-right: 3px;
}

.aios-starter-theme-demo-footer .footer-top .footer-contact-logo img {
    max-width: 100%;
}

.aios-starter-theme-demo-footer .footer-top .footer-contact-logo .footer-smi a {
    display: inline-block;
    font-size: 14px;
    margin: 0 2px;
    width: 28px;
    height: 28px;
    border-radius: 50%;
    padding: 4px;
    color: #fff !important;
}

.aios-starter-theme-demo-footer .footer-top .footer-contact-logo .footer-smi a:nth-of-type(1) {
    background: #475993;
}

.aios-starter-theme-demo-footer .footer-top .footer-contact-logo .footer-smi a:nth-of-type(2) {
    background: #76a9ea;
}

.aios-starter-theme-demo-footer .footer-top .footer-contact-logo .footer-smi a:nth-of-type(3) {
    background: #f34532;
}

.aios-starter-theme-demo-footer .footer-top .footer-contact-logo .footer-smi a:nth-of-type(4) {
    background: #9f1121;
}

.aios-starter-theme-demo-footer .footer-bottom {
    font-family: "Lato-Regular";
    font-size: 12px;
    color: #7d7d7d;
    background: #252525;
    padding: 50px 0;
    text-align: center;
}

.aios-starter-theme-demo-footer .footer-bottom .footer-nav {
    margin-bottom: 15px;
}

.aios-starter-theme-demo-footer .footer-bottom .footer-nav ul li {
    border: none;
    position: relative;
}

.aios-starter-theme-demo-footer .footer-bottom .footer-nav ul li:before {
    content: "";
    position: absolute;
    left: 0;
    top: 50%;
    height: 50%;
    border-left: 1px solid #7d7d7d;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}

.aios-starter-theme-demo-footer .footer-bottom .footer-nav ul li:nth-of-type(1):before {
    display: none;
}

.aios-starter-theme-demo-footer .footer-bottom .footer-nav ul li a {
    font-family: "Lato-Regular";
    font-size: 12px;
    text-transform: uppercase;
    color: inherit;
}

.aios-starter-theme-demo-footer .footer-bottom .footer-copyright {
    margin-bottom: 25px;
}

.aios-starter-theme-demo-footer .footer-bottom .footer-copyright .sitemap {
    color: inherit;
}

.aios-starter-theme-demo-footer .footer-bottom .footer-copyright .hidden-seperator {
    display: none;
}

.aios-starter-theme-demo-footer .footer-bottom .footer-copyright .agentimage {
    color: inherit;
    text-decoration: underline;
}

.sidebar .sidebar-cta {
    text-align: center;
    margin: -20px 0;
}

.sidebar .sidebar-cta .cta-item {
    margin: 20px 0;
    display: block;
    color: #112f63;
    text-decoration: none;
    letter-spacing: 2px;
    -webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}

.sidebar .sidebar-cta .cta-item:after {
    content: "";
    display: block;
    margin-top: 15px;
    height: 3px;
    background-image: url("images/cta-seperator.png");
    background-repeat: no-repeat;
    background-position: center;
}

.sidebar .sidebar-cta .cta-item:hover {
    color: #dcb907;
}

.sidebar .sidebar-cta .cta-item span {
    font-size: 40px;
}

.sidebar .sidebar-cta .cta-item span.size-fix {
    font-size: 50px;
}

.sidebar .sidebar-cta .cta-item .cta-label {
    font-family: "Montserrat-ExtraBold";
    font-size: 14px;
    text-transform: uppercase;
    line-height: 16px;
}


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

#content .entry-title {
    font-family: "Lato-Regular" !important;
    font-weight: normal;
    text-transform: uppercase;
    margin: 0;
    font-size: 30px;
    color: #112f63;
}

#content .page-title {
    color: #112f63;
}


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

#content .archive-title {
    font-family: "Lato-Regular" !important;
    font-weight: normal;
    text-transform: uppercase;
    margin: 0;
    font-size: 30px;
    color: #112f63;
}


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

#content .archive-subtitle {
    font-family: "Lato-Regular" !important;
    font-weight: 300;
    margin: 0;
    font-size: 20px;
    color: #112f63;
}

#content-sidebar,
#content-full {
    margin: 15px auto 60px;
}

#content .entry {
    font-family: "Lato-Regular";
    font-size: 14px;
    color: #4c4c4c;
}

#content .entry bold,
#content .entry strong,
#content .entry h1,
#content .entry h2,
#content .entry h3,
#content .entry h4,
#content .entry h5,
#content .entry h6 {
    font-family: "Lato-Bold";
}

#content .entry a {
    color: #112f63;
    text-decoration: none;
}

#content .entry a:hover {
    color: #061022;
}

#inner-page-wrapper {
    margin: 0;
}

.ai-default-cf7wrap input[type="text"],
.ai-default-cf7wrap input[type="tel"],
.ai-default-cf7wrap input[type="email"],
.ai-default-cf7wrap select,
.ai-default-cf7wrap textarea {
    height: auto;
    padding: 8px 12px !important;
    border-radius: 4px;
    outline: none;
}

.ai-default-cf7wrap input[type="text"]:focus,
.ai-default-cf7wrap input[type="tel"]:focus,
.ai-default-cf7wrap input[type="email"]:focus,
.ai-default-cf7wrap select:focus,
.ai-default-cf7wrap textarea:focus,
.ai-default-cf7wrap input[type="text"]:active,
.ai-default-cf7wrap input[type="tel"]:active,
.ai-default-cf7wrap input[type="email"]:active,
.ai-default-cf7wrap select:active,
.ai-default-cf7wrap textarea:active {
    border-color: #37568c;
    -webkit-box-shadow: 0 0 10px rgba(55, 86, 140, 0.5);
    box-shadow: 0 0 10px rgba(55, 86, 140, 0.5);
}

.ai-default-cf7wrap input[type="submit"] {
    background: #112f63 !important;
    font-family: 'Lato-Regular' !important;
    border-radius: 4px;
    outline: none;
}

.ai-default-cf7wrap input[type="submit"]:hover {
    background: #314f84 !important;
}

.ai-default-cf7wrap ::-webkit-input-placeholder,
.ai-default-cf7wrap ::-webkit-textarea-placeholder {
    font-family: 'Lato-Regular' !important;
    font-size: 12px !important;
}

.ai-default-cf7wrap :-moz-placeholder {
    /* Firefox 18- */
    font-family: 'Lato-Regular' !important;
    font-size: 12px !important;
}

.ai-default-cf7wrap ::-moz-placeholder {
    /* Firefox 19+ */
    font-family: 'Lato-Regular' !important;
    font-size: 12px !important;
}

.ai-default-cf7wrap :-ms-input-placeholder,
.ai-default-cf7wrap :-ms-textarea-placeholder {
    font-family: 'Lato-Regular' !important;
    font-size: 12px !important;
}

/* 07/17/2017 */
.aios-starter-theme-demo-header-navigation #nav > li > .sub-menu,
.aios-starter-theme-demo-header-navigation #fixed-nav > li > .sub-menu {
    left: calc(50% - 100px) !important;
    min-width: 200px !important;
    padding-top: 28px;
}

.aios-starter-theme-demo-header-navigation.onscroll-nav #fixed-nav > li > .sub-menu {
    padding-top: 44px;
}

.aios-starter-theme-demo-header-navigation #nav > li > .sub-menu > li,
.aios-starter-theme-demo-header-navigation #fixed-nav > li > .sub-menu > li {
    padding: 0 !important;
    text-align: left;
}

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

.aios-starter-theme-demo-header-navigation #nav > li > .sub-menu > li > a,
.aios-starter-theme-demo-header-navigation #fixed-nav > li > .sub-menu > li > a {
    padding: 10px 15px !important;
    background: rgba(17, 47, 99, 0.9) !important;
    text-align: center;
}

.aios-starter-theme-demo-header-navigation.onscroll-nav #fixed-nav > li > .sub-menu > li > a {
    background: rgba(17, 47, 99, 1) !important;
}

#content .alignright {
    margin: 15px 0 15px 1% !important !important;
}

/* END */

.hp-latest-post .latest-post-article .article-image { 
  height: 165px;
  overflow: hidden;
}

.hp-latest-post .latest-post-article .article-title {
  min-height: 44px;
}

.agent-holder .render-all-description {
    text-align: justify;
}

.agent-holder .attachment-agent-image a, .agent-holder .agent-contact-name a {
    pointer-events: none;
}

/* joshua update 8-17-17 */
#content-listings ul.list li .prop-det a{
    color: #fff !important;
}
#content-listings ul.list li .prop-det .view-details:hover {
    background: #6a6a6a !important;
}
#content-listings ul.list li .prop-det a:hover{
    color:#f7d31f !important;
}
#content .listing-details-wrap .property-details .details-list .det-specs span strong, #content .property-description .property-add-type strong a{
    color: #112f63 !important;
}
#content .property-description .prop-cta a:hover{
    background: #112f63 !important;
}
#ihf-main-container ul#ihf-search-location-tabs {
    margin-left: 0px;
}
#ihf-main-container ul#ihf-detail-extrainfotabs {
    margin-left: 0;
}

ul.list li .prop-det .view-details:hover {
    background: #6a6a6a;
    color: #F8D320;
}

.page-id-30 .ai-default-cf7wrap textarea,
.page-id-31 .ai-default-cf7wrap textarea {
    height: 123px;
}

span.gavel {
    background-position: 0 0;
    background: url(images/gavel.png) no-repeat;
    width: 70px;
    height: 62px;
}

.hp-cta .cta-holder .cta-wrapper .cta-item .cta-style-round:hover span.gavel {
    background: url(images/gavel.png) no-repeat;
    width: 70px;
    height: 62px;
    background-position: 0 -62px;
}

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