/*
Theme Name: hftrealty.com
Theme URI: http://aios3-staging.agentimage.com/h/hftrealty.com/htdocs/
Description: AIOS mobile semi-custom theme.
Author: AgentImage
Author URI: http://www.agentimage.com
Version: 1.4.4
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
 *
 *******************************************************/


/* Sub Menu */
#nav li {
	position:relative;
}

#nav .sub-menu {
    list-style: none outside none;
    margin: 0;
    display: none;
    padding-top: 27px;
    position: absolute;
    width: 100%;
    min-width: 239px;
}
#nav .sub-menu a {
    color: #FFFFFF;
    display: block;
    padding: 12px 0;
    background: #183f62;
    text-align: center;
    font-size: 15px;
    text-transform: uppercase;
}
#nav .sub-menu a:hover {
    background: #1caaf2;
    color: #fff;
}
#nav .sub-menu .sub-menu {
    margin-left: 100%;
 	top:0;
}
#nav li:hover > .sub-menu {
    display: block;
}
#nav .sub-menu li {
    position: relative;
}


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

/* Global */

body{
	font-family: 'Poppins', Sans-serif;
	font-size: 12px;
	background: #FFF;
	color: #000000;
	margin: 0;

    /* Remove the comment from line 85 to 86 if the font issue in safari occurs */
    /* -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale; */
}

body *:focus{
    outline: none;
}

a, a:hover, a:focus, a:visited{
    text-decoration: none;
}


/*MOBILE HEADER*/
.mobile-logo{
    display: none;
    text-align: center;
    background: #073863;
    padding: 60px 0 10px 0;
}
.amh-header-buttons {
        background: #fff !important;
        color: #073863;
    }
.amh-header-buttons.amh-1a .amh-center .amh-phone-text,
.amh-header-buttons.amh-1a .amh-center .amh-phone-text a{
    color: #073863 !important;
}
.amh-navigation .amh-menu li:hover > a, .amh-navigation .amh-menu li.open > a {
    background: #073863 !important;
}

.amh-navigation .amh-menu li ul {
    background: #1caaf2 !important;
}


/*FIXED HEADER SECTION*/
.header.scrolled{
    top:0;
}
.header.scrolled .header-top {
    transform: scale(1,0);
    height: 0;
    top: -150px;
    padding: 13px 0 11px;
}

.header.scrolled .header-logo img {
    max-width: 242px;
}

.header.scrolled #nav .sub-menu {
    padding-top: 35px;
}



/*HEADER SECTION*/
header.header {
    position: fixed;
    top: 25px;
    left: 0;
    width: 100%;
    background: rgba(6, 47, 83, 0.9);
    padding: 10px 0;
    z-index: 999;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    -ms-transition: all 0.4s ease;
    transition: all 0.4s ease;
}
.header-logo img {
    max-width: 313px;
    width: 100%;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    -ms-transition: all 0.4s ease;
    transition: all 0.4s ease;
}

.header-top{
    position: relative;
    text-align: right;
    padding: 17px 0 11px;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    -ms-transition: all 0.4s ease;
    transition: all 0.4s ease;
}
.header-contact, .header-social {
    display: inline-block;
    vertical-align: middle;
}
.header-contact{
    position: relative;
}

    .header-contact .contact-holder {
        display: inline-block;
        vertical-align: middle;
    }

    .header-contact::after {
        content: '';
        display: block;
        /* vertical-align: top; */
        height: 15px;
        width: 1px;
        background: #20aaf2;
        position: absolute;
        top: 3px;
        right: 0;
    }
.contact-holder {
    display: block;
    padding: 0 13px;
}
.contact-holder .icon{
    font-size: 12px;
    color: #20aaf2;
    padding-right: 8px;
}
    .contact-holder em, .contact-holder a {
        font-size: 17px;
        font-style: normal;
        color: #fff;
        letter-spacing: .5px;
        -webkit-transition: all 0.4s ease-in-out;
        -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;
        -webkit-backface-visibility: hidden;
    }
    .contact-holder a:hover {
        color: #20aaf2 !important;
    }
.social-wrapper {
    text-align: right;
}
.social-holder {
    display: inline-block;
}
    .social-holder i {
        color: #fff;
        font-size: 20px;
        padding: 0 8px;
        -webkit-transition: all 0.4s ease;
        -moz-transition: all 0.4s ease;
        -o-transition: all 0.4s ease;
        -ms-transition: all 0.4s ease;
        transition: all 0.4s ease;
    }
        .social-holder i:hover {
            color: #1caaf2;
        }
    .social-holder.ig i {
        padding-right: 0;
    }

/*HEADER NAVIGATION*/
.header-bottom {
    text-align: right;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    -ms-transition: all 0.4s ease;
    transition: all 0.4s ease;
}
.navigation #nav > li {
    display: inline-block;
    vertical-align: middle;
    padding: 0 2px;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    -ms-transition: all 0.4s ease;
    transition: all 0.4s ease;
}
    .navigation #nav > li:last-child {
        padding-right: 0;
    }
    .navigation #nav > li:hover > a{
        color: #20aaf2;
    }
    .navigation #nav > li > a{
        position: relative;
        font-size: 13px;
        text-transform: uppercase;
        letter-spacing: 1.2px;
        color: #fff;

    }
    .navigation #nav > li > a::after {
        content: '';
        position: absolute;
        bottom: -15px;
        left: 0;
        background: #20aaf2;
        height: 2px;
        width: 100%;
        transform: scale(0);
        -webkit-transition: all 0.4s ease;
        -moz-transition: all 0.4s ease;
        -o-transition: all 0.4s ease;
        -ms-transition: all 0.4s ease;
        transition: all 0.4s ease;
    }
        .navigation #nav > li:hover > a::after {
            transform: scale(1);
        }

/*SLIDESHOW SECTION*/
.slide-qs-wrapper {
    position: relative;
}


/*HP QUICK SEARCH*/
.hp-qs {
    font-size: 0;
    position: absolute;
    bottom:-40px;
    left: 0;
    width: 100%;
    z-index: 1;
}
.qs-wrapper {
    position: relative;
    background: #fff;
    padding: 20px 0;
}
    .qs-wrapper::after {
        content: '';
        height: 15px;
        width: 100%;
        background: url(images/qs-shadow.png);
        background-size: contain;
        background-repeat: no-repeat;
        position: absolute;
        bottom: -15px;
        left: 0;
        width: 100%;
    }
.qs-icon, .qs-form, .qs-search-btn{
    display: inline-block;
    vertical-align: middle;
}
    .qs-icon{
        width: 16%;
        text-align: center;
    }
    .qs-form {
        width: 64%;
        padding: 0 5px;
    }
    .qs-search-btn{
        width: 20%;
        padding-left: 5px;
    }

.qs-icon h2{
    font-size: 22px;
    font-weight: 500;
    text-transform: uppercase;
    color: #073863;
}

.qs-select, .qs-input {
    display: inline-block;
    position: relative;
    vertical-align: middle;
}
    .qs-select {
        padding: 0 1px;
    }
    .qs-input {
        padding: 0 1px;
    }

    .qs-select::after{
        content: "<";
        transform: rotate(270deg);
        display: block;
        font-size: 15px;
        position: absolute;
        top: 8px;
        right: 12px;
        color: #565656;
    }
    .qs-select.full, .qs-input.full  {
        width: 22%;
    }
    .qs-select.half, .qs-input.half{
        width: 14%;
    }
    .qs-select label, .qs-input label {
        display: none;
    }
    .qs-select select, .qs-input input {
        height: 36px;
        width: 100%;
        -webkit-appearance: none;
        -moz-appearance: none;
        appearance: none;
        border: 1px solid #dedede;
        outline: 0;
        border-radius: 0;
        background: #e2e2e2;
        padding-left: 8px;
        text-transform: uppercase;
        font-size: 12px;
        font-weight: 300;
        color: #565656;
    }
        .qs-select select option {
            color: #000;
        }

    .qs-select select::-ms-expand {
        display: none;
    }

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

.qs-btn{
    display: inline-block;
}
.qs-options{
    width: 100%;
}

.qs-btn{
    width: 50%;
    text-align: left;
    padding: 2.5px;
}
.qs-btn input{
     height: 36px;
     width: 100%;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border: 1px solid #dedede;
    outline: 0;
    border-radius: 0;
    background: transparent;
    font-size: 12px;
    font-weight: 300;
    text-transform: uppercase;
    border:none;
    color: #fff;
}
.search-button.sr{
    background: #073863;
    text-indent: 0;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    -ms-transition: all 0.4s ease;
    transition: all 0.4s ease;
}
    .search-button.sr:hover {
        background: #14161e;
        color: #fff;
    }

.qs-btn.advanced::before {
    content: '+';
    font-size: 12px;
    padding: 0 5px;
}
.qs-btn.advanced a {
    font-size: 12px;
    text-transform: uppercase;
    text-decoration: underline;
    color: #073863;
    letter-spacing: 1.2px;
    -webkit-transition: all 0.4s ease-in-out;
    -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;
}
    .qs-btn.advanced a:hover {
        color: #666;
    }


/*CTA SECTION*/
.hp-cta{
    padding: 112px 0 68px;
    background: url('images/cta-bg.jpg');
    background-position: top;
    background-repeat: no-repeat;
}

.cta-wrapper .cta-1{
    text-align: right;
}
.cta-wrapper .cta-2{
    text-align: center;
}

.cta-holder{
    position: relative;
    display: inline-block;
    height: 288px;
    width: 288px;
}
    .cta-holder::after{
        content: '';
        display: block;
        height: 37px;
        background: url('images/cta-hover-shadow.png');
        background-repeat: no-repeat;
        position: absolute;
        bottom: 0;
        left: 0;
        width: 100%;
        z-index: -1;
        transform: scale(0);
        -webkit-transition: all 0.3s ease;
        -moz-transition: all 0.3s ease;
        -o-transition: all 0.3s ease;
        -ms-transition: all 0.3s ease;
        transition: all 0.3s ease;
    }
    .cta-holder:hover::after{
        transform: scale(1);
    }


.cta-outer-1 {
    height: 100%;
    width: 100%;
    padding: 13px;
    background: rgba(28, 170, 242, .17);
    border-radius: 50%;
    position: relative;
    overflow: hidden;
    -webkit-transition: all 0.8s ease;
    -moz-transition: all 0.8s ease;
    -o-transition: all 0.8s ease;
    -ms-transition: all 0.8s ease;
    transition: all 0.8s ease;
}
    .cta-holder:hover .cta-outer-1 {
     transform: translateY(-41px);
    }



.cta-outer-2 {
    width: 100%;
    height: 100%;
    border-radius: 50%;
    border:7px solid #fff;
    background: #1caaf2 url('images/cta-house.png') bottom center;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    -ms-transition: all 0.4s ease;
    transition: all 0.4s ease;
}
    .cta-holder:hover .cta-sellers {
        background-image:url('images/cta-hover-sellers.jpg');
        background-position: bottom center;
        background-size: cover;
    }
    .cta-holder:hover .cta-buyers {
        background-image:url('images/cta-hover-buyers.jpg');
        background-position: bottom center;
        background-size: cover;
    }
    .cta-holder:hover .cta-investors {
        background-image:url('images/cta-hover-investors.jpg');
        background-position: bottom center;
        background-size: cover;
    }
    .cta-outer-2::after{
        content: '';
        height: 100%;
        width: 100%;
        position: absolute;
        top: 0;
        left: 0;
        background: rgba(28, 170, 242, .25);
        z-index: 1;
        opacity: 0;
        -webkit-transition: all 0.4s ease;
        -moz-transition: all 0.4s ease;
        -o-transition: all 0.4s ease;
        -ms-transition: all 0.4s ease;
        transition: all 0.4s ease;
    }
        .cta-holder:hover .cta-outer-2::after{
            opacity: 1;
        }


.cta-title {
    width: 100%;
    height: 100%;
    background: transparent;
    border-radius: 50%;
    text-align: center;
    overflow: hidden;
    position: relative;
    font-size: 0;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    -ms-transition: all 0.4s ease;
    transition: all 0.4s ease;
    z-index: 5;
}


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

.cta-title h2 {
    display: inline-block;
    vertical-align: middle;
    font-size: 40px;
    font-weight: 300;
    text-transform: uppercase;
    line-height: 1;
    color: #fff;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    -ms-transition: all 0.4s ease;
    transition: all 0.4s ease;
}
    .cta-title h2 span{
        display: block;
        font-size: 23px;
    }



/*HP WELCOME*/
.hp-welcome {
    background: #073863;
    padding: 50px 0;
}
.welcome-title {
    text-align: center;
}
.welcome-title h2 {
    display: inline-block;
    font-size: 24px;
    font-weight: 300;
    text-transform: uppercase;
    color: #1caaf2;
    line-height: 1;
    position: relative;
    top: 24px;
    left: 27px;
}
.welcome-img img {
    max-width: 383px;
    width: 100%;
}
.welcome-content {
    padding: 10px 0;
}
.welcome-content p {
    font-family: 'Roboto', sans-serif;
    font-weight: 300;
    font-size: 17px;
    color: #fff;
    line-height: 28px;
    text-align: center;
    padding: 20px 0;
    width: 77%;
    margin: 0 auto;
}
.read-more {
    text-align: center;
}
    .read-more a {
        display: inline-block;
        font-family: 'Roboto',sans-serif;
        font-size: 12px;
        text-transform: uppercase;
        padding: 0 36px;
        color: #fff;
        line-height: 41px;
        letter-spacing: 1px;
        border: 1px solid #1caaf2;
        -webkit-transition: all 0.4s ease;
        -moz-transition: all 0.4s ease;
        -o-transition: all 0.4s ease;
        -ms-transition: all 0.4s ease;
        transition: all 0.4s ease;
    }
    .read-more a:hover {
        background: #1caaf2;
    }


/*FEATURED PROPERTIES*/
.hp-fp {
    padding: 35px 0 16px;
    font-size: 0;
    overflow: hidden;
}
.hp-title {
    padding: 20px 0;
    text-align: center;
}
    .hp-title h2 {
        font-size: 34px;
        text-transform: uppercase;
        color: #073863;
        letter-spacing: 1.8px;
    }
.hp-fp-wrapper {
    padding: 15px 0;
    margin-left: -15px;
    margin-right: -15px;
}
.fp-holder {
    display: inline-block;
    width: 25%;
    padding: 15px;
}
.fp-wrapper {
    position: relative;
}
.fp-wrapper canvas{
    display: block;
    width: 100%;
    background-size: cover;
    background-position: top center;
}

.fp-content-wrapper {
    position: absolute;
    bottom: 0;
    right: 0;
    width: 217px;
    height: 103px;
    background: url('images/fp-content-bg.png');
    padding: 0 30px;
    opacity: 1;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    -ms-transition: all 0.4s ease;
    transition: all 0.4s ease;
}
    .fp-content-wrapper::before {
        content: '';
        height: 100%;
        width: 0;
        display: inline-block;
        vertical-align: middle;
    }
    .fp-wrapper:hover .fp-content-wrapper{
        opacity: 0;
    }

    span.status-label {
        color: #ff0000;
        font-size: 14px;
    }
.fp-content{
    display: inline-block;
    vertical-align: middle;
}
.fp-content h2 {
    font-size: 20px;
    font-weight: 600;
    color: #073863;
    padding: 0px 0;
}
    .fp-content p{
        font-size: 12px;
        color: #404040;
    }
        .fp-content p span {
            display: block;
        }
.fp-content-hover {
    position: absolute;
    top: 0;
    left: 0;
    width:  100%;
    height:  100%;
    text-align: center;
    background: rgba(7, 56, 99, 0.7);
    transform: scale(0);
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    -ms-transition: all 0.4s ease;
    transition: all 0.4s ease;
}
    .fp-content-hover::before {
        content: '';
        height:  100%;
        width:  0;
        display:  inline-block;
        vertical-align:  middle;
    }
    .fp-wrapper:hover .fp-content-hover{
        transform: scale(1);
    }

.content-hover {
    display: inline-block;
    vertical-align: middle;
}
.fp-hover-icon {
    display: inline-block;
    padding: 17px;
    background: rgba(7, 56, 99, 0.7);
    border-radius: 50%;
}
    .fp-hover-icon .icon {
        font-size: 31px;
        color: #1caaf2;
    }
.fp-view-hover {
    padding: 10px 0;
}
    .fp-view-hover span {
        font-size: 14px;
        font-weight: 600;
        text-transform: uppercase;
        color: #fff;
        letter-spacing: 1.2px;
    }



/*FEATURED COMMUNITIES*/
.hp-fc {
    padding: 0 0 63px;
}
.fc-wrapper {
    padding: 15px 0;
}
.fc-holder {
    position: relative;
    max-width: 360px;
    margin: 0 auto;
}
    .fc-holder canvas {
        display: block;
        width: 100%;
        background-size: cover;
        background-position: top center;
    }

.fc-content {
    position:  absolute;
    top: 0;
    left:  0;
    width:  100%;
    height: 100%;
}
.fc-content-inner {
    text-align:  center;
    width:  100%;
    height:  100%;
    border: 15px solid rgba(255,255,255,0.2);
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    -ms-transition: all 0.4s ease;
    transition: all 0.4s ease;
}
    .fc-holder:hover .fc-content-inner {
        border: 15px solid rgba(255,255,255,0);
    }
.fc-content-title {
    height:  100%;
    width:  100%;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    -ms-transition: all 0.4s ease;
    transition: all 0.4s ease;
}
    .fc-holder:hover .fc-content-title {
        background: rgba(7, 56, 99, .75);
    }
.fc-content-title::before {
    content: '';
    height:  100%;
    width:  0;
    display:  inline-block;
    vertical-align:  middle;
}
.fc-content-title h2{
    display: inline-block;
    vertical-align: middle;
    font-size: 20px;
    text-transform: uppercase;
    text-shadow: 2px 2px 5px #000;
    letter-spacing: 1.2px;
    color: #fff;
}

/*TESTIMONIALS LINK*/
.hp-testimonials{
		display: none;
    background-image: url('images/testimonial-bg.jpg');
    background-size: cover;
    background-position: top center;
    padding: 50px 0 80px;
}

.hp-title.testimonial-title h2 {
    color: #fff;
}
.testimonial-icon {
    text-align: center;
    padding: 16px 0;
}
    .testimonial-icon img {
        max-width: 30px;
        width: 100%;
    }

.testimonials-holder {
    font-family:  'Roboto', sans-serif;
    text-align: center;
    padding: 20px 0 0;
}
    .testimonials-holder p {
        width: 79%;
        margin:  0 auto;
        font-size:  17px;
        font-weight: 300;
        line-height: 28px;
        color:  #fff;
    }
.testifier {
    padding: 39px 0 37px;
}
    .testifier span {
        position: relative;
        font-weight: 700;
        font-size: 18px;
        text-transform: uppercase;
        color: #fff;
        display: inline-block;
    }
        .testifier span::before {
            content: '';
            width: 25px;
            height: 1px;
            background: #fff;
            position: absolute;
            left: -36px;
            top: 50%;
        }
        .testifier span::after {
            content: '';
            width: 25px;
            height: 1px;
            background: #fff;
            position: absolute;
            right: -36px;
            top: 50%;
        }

.testimonials-inner-arrow {
    position:  relative;
}
.testimonials-arrow {
    position:  absolute;
    top: 57px;
}
    .testimonials-arrow.prev {
        left:  0;
    }
    .testimonials-arrow.next {
        right: 0;
    }
    .testimonials-arrow .icon {
        font-size: 40px;
        color: #fff;
        cursor: pointer;
    }



/*news SECTION*/
.hp-news {
    padding: 54px 0 65px;
}
.news-title-wrapper {
    padding: 10px 0;
}
.news-date-wrapper, .news-title {
    display:  inline-block;
    vertical-align: middle;
}
    .news-date-wrapper {
        width: 25%;
        text-align: center;
    }
    .news-title {
        width: 100%;
        padding: 28px 0 11px;
    }

.news-date{
    padding: 10px 0;
    background: #1caaf2;
}
    .news-date span {
        display:  block;
        font-size:  19px;
        font-weight:  300;
        text-transform:  uppercase;
        color: #fff;
        line-height: 1;
        letter-spacing: 1.2px;
    }
    .news-date em {
        font-size: 29px;
        font-style:  normal;
        font-weight: 600;
        line-height: 1;
        color: #fff;
    }


.news-title a h3 {
     font-size: 22px;
    text-transform: uppercase;
    line-height: 1;
    color: #002349;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    -ms-transition: all 0.4s ease;
    transition: all 0.4s ease;
}
    .news-title a h3:hover {
        color: #b2b2b2;
    }
.news-content {
    min-height: 100px;
    padding: 0 0 15px;
}
    .news-content p {
        font-size: 17px;
        font-weight: 300;
        color: #484848;
        line-height: 24px;
    }
.news-read-link{
    padding-top: 20px;
}
    .news-read-link a {
        font-size: 14px;
        font-weight: 300;
        color: #0a2a51;
        text-transform: uppercase;
        text-decoration: underline;
        display: inline-block;
        -webkit-transition: all 0.4s ease;
        -moz-transition: all 0.4s ease;
        -o-transition: all 0.4s ease;
        -ms-transition: all 0.4s ease;
        transition: all 0.4s ease;
    }
        .news-read-link a:hover {
            color: #b2b2b2;
        }
.posts-link {
    text-align: center;
    padding: 25px 0;
}
    .posts-link a {
        display: inline-block;
        padding: 17px 93px;
        font-size: 14px;
        font-weight: 300;
        text-transform: uppercase;
        letter-spacing: 6px;
        color: #fff;
        background: #0a2a51;
        -webkit-transition: all 0.4s ease;
        -moz-transition: all 0.4s ease;
        -o-transition: all 0.4s ease;
        -ms-transition: all 0.4s ease;
        transition: all 0.4s ease;
    }
    .posts-link a:hover {
        -moz-box-shadow:2px 2px 10px rgba(0, 0, 0, 0.5);
        -webkit-box-shadow: 2px 2px 10px rgba(0, 0, 0, 0.5);
        box-shadow: 2px 2px 10px rgba(0, 0, 0, 0.5);
    }
.read-more.news{
    text-align: left;
    padding: 20px 0;
}
    .read-more.news a{
        color: #1caaf2;
    }
    .read-more.news a:hover{
        color: #fff;
    }


/*FOOTER SECTION*/
.footer {
    background: #1e4364;
    padding: 61px 0 74px;
    font-size: 0;
    text-align: center;
}
.footer-contact .contact-wrapper {
    text-align: center;
    padding: 10px 0 20px;
}

    .footer-contact .contact-holder {
        padding: 0 55px;
    }
    .footer-contact .contact-holder em, .footer-contact .contact-holder a {
        font-size: 18px;
        letter-spacing: .5px;
    }

    .footer-contact .contact-holder span {
        display: inline-block;
        vertical-align: middle;
        font-size: 16px;
        font-style: normal;
        color: #fff;
    }

    .footer-contact .contact-holder.address .icon {
        font-size: 21px;
        display: inline-block;
        vertical-align: middle;
    }

.footer-contact .contact-holder .icon{
    color: #fff;
}
.footer-logo {
    text-align: center;
    padding: 20px 0;
}
    .footer-logo img {
        margin-left: -60px;
        max-width: 380px;
        width: 100%;
    }

.footer-social {
    text-align: center;
    padding: 10px 24px 40px;
    display: inline-block;
    border-bottom: 1px solid #fff;
}

.social-icon {
    display:  inline-block;
    vertical-align: middle;
    height:  41px;
    width:  41px;
    background: #1caaf2;
    border-radius:  50%;
    margin: 5px;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    -ms-transition: all 0.4s ease;
    transition: all 0.4s ease;
}
    .social-icon:hover{
        background: #fff;
    }
    .social-icon a:before {
        content:  '';
        height:  100%;
        width:  0;
        display:  inline-block;
        vertical-align:  middle;
    }

    .social-icon a {
        display: inline-block;
        vertical-align: middle;
        height: 100%;
        width: 100%;
    }

    .social-icon .icon {
        display:  inline-block;
        vertical-align:  middle;
        font-size: 20px;
        color: #fff;
        -webkit-transition: all 0.4s ease;
        -moz-transition: all 0.4s ease;
        -o-transition: all 0.4s ease;
        -ms-transition: all 0.4s ease;
        transition: all 0.4s ease;
    }
        .social-icon:hover .icon{
            color: #1caaf2;
        }

.footer-nav {
    text-align:  center;
    padding: 33px 0 9px;
}

    .footernav > li {
        display:  inline-block;
        vertical-align: middle;
    }

        .footernav > li > a {
            font-size: 16px;
            text-transform:  uppercase;
            color:  #fff;
            padding: 0 16px;
            -webkit-transition: all 0.4s ease;
            -moz-transition: all 0.4s ease;
            -o-transition: all 0.4s ease;
            -ms-transition: all 0.4s ease;
            transition: all 0.4s ease;
        }
        .footernav > li > a:hover {
            color: #1caaf2;
        }
.footer-copyright {
    padding: 9px 0 20px;
    font-family: 'Roboto', sans-serif;
    font-size:  12px;
    text-align:  center;
    color: #2aa5ec;
}
    .footer-copyright a {
        color:  #2aa5ec;
        -webkit-transition: all 0.4s ease;
        -moz-transition: all 0.4s ease;
        -o-transition: all 0.4s ease;
        -ms-transition: all 0.4s ease;
        transition: all 0.4s ease;
    }
        .footer-copyright a:hover {
            color: #fff !important;
        }

.footer-mls {
    text-align: center;
}
    .footer-mls .icon {
        font-size: 24px;
        color: #2aa5ec;
        padding: 0 3px;
    }

/** IHF styles **/

#ihf-main-container .nav-tabs {
    margin-left: 0;
}

#ihf-main-container .chosen-drop ul.chosen-results {
    margin: 0;
    padding: 0;
}



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

/* Adjust minimum height of page area */
#content-sidebar, #content-full{ min-height: 500px; margin-top: 20px;}

/** Adjust width of content columns **/
#content-sidebar #content{
    width: 72.08%;
    border-right: 1px solid #1e4364;
    min-height: 1100px;
    padding-right: 30px;
}
#content-full #content { width: 100%; }

/* Adjust width of sidebar */
.sidebar {
    width: 27%;
}

/* 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 {
    color: #1e4364;
}

/* Style category/archive/etc main headings (h1) */
#content .archive-title {

}

/* Styles for category/archive/search/etc subheadings (h2) */
#content .archive-subtitle {

}

#content .entry p {
    font-size: 14px;
}

.ip-bg{
    background-image: url('images/ip-bg.jpg');
    background-size: cover;
    background-position: center center;
    height: 420px;
}

.side-logo img {
    max-width: 100%;
}
.side-contact {
    padding: 20px 0 0;
}

.side-contact .contact-holder em, .side-contact .contact-holder a {
    color: #1e4364;
    font-size: 16px;
}

.side-cta-wrapper {
    text-align: center;
    padding-top: 50px;
}

.side-cta-wrapper .cta-holder {
    height: 250px;
    width: 250px;
}
.side-cta {
    padding: 20px 0;
}

.side-cta .cta-holder::after {
    background: url(images/side-hover-shadow.png);
}

#breadcrumbs span a {
    color: #1caaf2;
}

.main-footer .cf-field .opt-txt input {
	width: 20px;
	height: 20px;
	border: 1px solid rgba(255, 255, 255, 0.3);
	float: left;
	margin-right: 10px;
	margin-left: 0;
	appearance: auto;
}

.opt-txt {
	font-size: 12px;
	padding: 15px 0;
	text-align: left;
	line-height: 18px;
}

#content .opt-txt p{
	font-size: 12px;	
}

.hp-form-wrap .opt-txt p {
	color: #fff;
}

.footer-contact-info {	
	margin-top: 80px;
}

.footer-gt-form .opt-txt {
	color: #fff;
}

#content .cu-fields.cu-textarea {
	height: 160px;	
}

#content .about-fields.about-textarea {
	height: 160px;	
}

.opt-txt .wpcf7-list-item-label {
	display: none;
}

.opt-txt p > span {
	float: left;
}

.opt-txt > p > span .wpcf7-list-item {
	margin-left: 0 !important;
	margin-right: 10px;
}

.opt-txt input {
	margin-right: 10px;
}

.ft-contact-form .ft-form .field-input span.wpcf7-list-item-label {
    display: none;
}

.ihf-modal-more-info-replace, .ihf-schedule-replace, #ihfsaveListing .modal-body > div:first-child {
    display: grid;
}

.ihf-modal-more-info-replace > div:first-child, .ihf-schedule-replace > div:first-child, #ihfsaveListing .modal-body > div:first-child > div:first-child{
    order: 1;
}

.disclaimer p {
    font-size: 12px;
    margin-top: 15px;
    color: #fff;
}


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