/*

Theme Name: Olivia Barnard Real Estate

Theme URI: http://aios3-staging.agentimage.com/o/oliviabarnardrealestate.com/htdocs

Description: AIOS mobile semi-custom 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

*/




/*



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;

    background: rgba(0, 0, 0, 0.9) url("images/submenu-fixer.png");

    display: none;

    padding: 0;

    position: absolute;

    width: 100%;

    min-width: 180px;

}



#nav .sub-menu a {

    color: #FFFFFF;

    display: block;

    padding: 10px;

}



#nav .sub-menu a:hover {

    background: none repeat scroll 0 0 #b2b2b2;

    color: #000000;

    text-decoration: none;

}



#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: 'Montserrat', sans-serif;

    font-size: 14px;

    background: #FFF;

    color: #000000;

    margin: 0;

}



.amh-header-buttons {

    background: #353935;

    color: #fff;

}



.amh-header-buttons.amh-1a .amh-center .amh-phone-text,

.amh-header-buttons.amh-1a .amh-center .amh-phone-text a {

    color: #fff;

}



.amh-navigation {

    background: #353935;

}



.amh-navigation .amh-menu li {

    border: none;

}



.amh-navigation .amh-menu li a {

    color: #fff;

}



.amh-navigation .amh-menu li ul a {

    background: #3c3c3c;

    color: #fff;

    font-size: 16.5px;

}



.amh-navigation .amh-menu .sub-menu li:hover > a,

.amh-navigation .amh-menu .sub-menu li.open > a {

    background: #3b3b3b;

}



.header {

    position: absolute;

    z-index: 1000;

    top: 22px;

    left: 0;

    width: 100%;

    -webkit-transition: all 1s ease-in-out;

    transition: all 1s ease-in-out;

}



.header .info {

    font-size: 34px;

    font-weight: 300;

    text-transform: uppercase;

    text-align: center;

    color: #fff;

    background: #faf9f6;

    padding: 20px;

}

    .header .info a {
        color: #fff;
        text-decoration: none;
    }

    .header .info a:hover {
        color: #fff;
        text-decoration: none;
    }

.header .navigation {

    background: rgba(53, 57, 57, 0.85);

    -webkit-transition: all 1s ease-in-out;

    transition: all 1s ease-in-out;

}



.header .navigation #nav {

    text-align: center;

}



.header .navigation #nav li {

    display: inline-block;

    margin-left: -4px;

}



.header .navigation #nav li a {

    display: block;

    font-weight: 300;

    text-transform: uppercase;

    color: #d5d5d5;

    text-decoration: none;

    padding: 10px 30px;

    -webkit-transition: all 0.5s ease-in-out;

    transition: all 0.5s ease-in-out;

}



.header .navigation #nav li:hover a {

    background: #353935;

}



.header .navigation #nav li:hover>.sub-menu {

    -webkit-animation: sub-menu 0.5s;

    animation: sub-menu 0.5s;

    -webkit-animation-fill-mode: both;

    animation-fill-mode: both;

}



@-webkit-keyframes sub-menu {

    from {

        opacity: 0;

    }

    top {

        opacity: 1;

    }

}



@keyframes sub-menu {

    from {

        opacity: 0;

    }

    top {

        opacity: 1;

    }

}



.header .navigation #nav li .sub-menu {

    left: 50%;

    -webkit-transform: translateX(-50%);

    -ms-transform: translateX(-50%);

    transform: translateX(-50%);

}



.header .navigation #nav li .sub-menu li {

    margin: 0;

	width: 100%;

}



.header .navigation #nav li .sub-menu li a {

    background: #353935;

}



.header .navigation #nav li .sub-menu li a:hover {

    background: #646565;

}



.header.active {

    position: fixed;

    -webkit-animation: headerScroll 0.5s ease-in-out;

    animation: headerScroll 0.5s ease-in-out;

    -webkit-animation-fill-mode: both;

    animation-fill-mode: both;

}



@-webkit-keyframes headerScroll {

    from {

        top: -120px;

    }

    to {

        top: -88px;

    }

}



@keyframes headerScroll {

    from {

        top: -120px;

    }

    to {

        top: -88px;

    }

}



.header.active .navigation {

    background: #353935;

}



.footer {

    background: #353935;

    padding: 75px 0;

    text-align: center;

}



.footer .contact .info {

    color: #fff;

    font-size: 15px;

}



.footer .contact .info a {

    color: #fff;

    text-decoration: none;

    -webkit-transition: all 0.4s ease-in-out;

    transition: all 0.4s ease-in-out;

}



.footer .contact .info a:hover {

    color: #828282;

}



.footer .contact .info [class^="ai-"] {

    margin-right: 10px;

}



.footer .contact .info .phone,

.footer .contact .info .email {

    display: inline-block;

    padding: 0 30px;

}



.footer .contact .smi-list {

    display: -webkit-box;

    display: -webkit-flex;

    display: -ms-flexbox;

    display: flex;

    -webkit-box-pack: center;

    -webkit-justify-content: center;

    -ms-flex-pack: center;

    justify-content: center;

    margin: 35px 0 25px;

}



.footer .contact .smi-list .smi-item {

    display: -webkit-box;

    display: -webkit-flex;

    display: -ms-flexbox;

    display: flex;

    -webkit-box-pack: center;

    -webkit-justify-content: center;

    -ms-flex-pack: center;

    justify-content: center;

    -webkit-box-align: center;

    -webkit-align-items: center;

    -ms-flex-align: center;

    align-items: center;

    width: 49px;

    height: 49px;

    border-radius: 50%;

    border: 1px solid #fff;

    font-size: 25px;

    text-decoration: none;

    color: #fff;

    margin: 0 15px;

    -webkit-transition: all 0.6s ease-in-out;

    transition: all 0.6s ease-in-out;

}



.footer .contact .smi-list .smi-item:hover {

    background: #646565;

    border-color: #646565;

    -webkit-transform: rotate(360deg);

    -ms-transform: rotate(360deg);

    transform: rotate(360deg);

}



.footer .copyright {

    color: #939393;

    font-weight: 200;

    font-size: 13px;

    margin-bottom: 20px;

}



.footer .copyright .sitemap {

    color: inherit;

}



.footer .copyright .agentimage {

    color: #fff;

    text-decoration: underline;

    font-weight: 600;

}



.cta-list {

    text-align: center;

}



.cta-list.stacked .cta-item {

    margin: 0;

}



.cta-list .cta-item {

    font-weight: 300;

    font-size: 18px;

    text-transform: uppercase;

    display: inline-block;

    text-decoration: none;

    width: 273px;

    max-width: 100%;

    text-align: center;

    padding: 20px;

    background: rgba(53, 57, 57, 0.75);

    color: #fff;

    border-radius: 100px;

    border: 1px solid rgba(255, 255, 255, 0.45);

    margin: 0 25px;

    -webkit-transition: all 0.4s ease-in-out;

    transition: all 0.4s ease-in-out;

}



.cta-list .cta-item:hover {

    background: #353935;

}





/* Homepage */



.hp-slideshow {

    position: relative;

}



.hp-slideshow .cycloneslider {

    margin: 0;

}



.hp-slideshow .cycloneslider .cycloneslider-slide:after {

    content: "";

    position: absolute;

    top: 0;

    left: 0;

    width: 100%;

    height: 100%;

    background: transparent url("images/slide-bg.png") no-repeat;

    background-size: cover;

}



.hp-slideshow .website-logo {

    position: absolute;

    top: 0;

    left: 0;

    width: 100%;

    height: 100%;

    display: -webkit-box;

    display: -webkit-flex;

    display: -ms-flexbox;

    display: flex;

    -webkit-box-pack: center;

    -webkit-justify-content: center;

    -ms-flex-pack: center;

    justify-content: center;

    -webkit-box-align: center;

    -webkit-align-items: center;

    -ms-flex-align: center;

    align-items: center;

}



.hp-slideshow .website-logo img {

    max-width: 400px;
	width: 100%;

}



.hp-qs {

    position: absolute;

    left: 0;

    width: 100%;

    margin-top: -18.5%;

}



.hp-qs .form-wrap {

    display: -webkit-box;

    display: -webkit-flex;

    display: -ms-flexbox;

    display: flex;

    -webkit-box-pack: center;

    -webkit-justify-content: center;

    -ms-flex-pack: center;

    justify-content: center;

    -webkit-box-align: center;

    -webkit-align-items: center;

    -ms-flex-align: center;

    align-items: center;

    -webkit-flex-flow: row wrap;

    -ms-flex-flow: row wrap;

    flex-flow: row wrap;

    background: rgba(53, 57, 57, 0.75);

    padding: 20px 25px;

}



.hp-qs .form-wrap .search-icon {

    font-size: 32px;

    color: #fff;

    padding: 0 15px;

}



.hp-qs .form-wrap .forms {

    -webkit-box-flex: 1;

    -webkit-flex-grow: 1;

    -ms-flex-positive: 1;

    flex-grow: 1;

    display: -webkit-box;

    display: -webkit-flex;

    display: -ms-flexbox;

    display: flex;

    -webkit-box-pack: justify;

    -webkit-justify-content: space-between;

    -ms-flex-pack: justify;

    justify-content: space-between;

    -webkit-flex-flow: row wrap;

    -ms-flex-flow: row wrap;

    flex-flow: row wrap;

    padding: 0 15px;

}



.hp-qs .form-wrap .forms .qs-select {

    font-size: 15px;

    font-weight: 300;

    color: #fff;

    -webkit-appearance: none;

    -moz-appearance: none;

    appearance: none;

    background: transparent url("images/qs-arrow.png") no-repeat;

    background-position: center right;

    border: none;

    border-bottom: 1px solid rgba(234, 227, 212, 0.25);

    padding: 0 0 10px;

    width: 101px;

    opacity: 0.75;

    outline: none;

}



.hp-qs .form-wrap .forms .qs-select.lg {

    width: 372px;

}



.hp-qs .form-wrap .forms .qs-select::-ms-expand {

    display: none;

}



.hp-qs .form-wrap .submit {

    padding: 0 15px;

}



.hp-qs .form-wrap .submit .qs-submit {

    -webkit-appearance: none;

    -moz-appearance: none;

    appearance: none;

    font-size: 16px;

    border: 1px solid #fff;

    background: transparent;

    color: #fff;

    opacity: 0.75;

    font-weight: 300;

    text-transform: uppercase;

    width: 106px;

    text-align: center;

    padding: 5px;

    -webkit-transition: all 0.4s ease-in-out;

    transition: all 0.4s ease-in-out;

}



.hp-qs .form-wrap .submit .qs-submit:hover {

    background: #353935;

    border-color: #353935;

}



.hp-cta {

    position: absolute;

    left: 0;

    width: 100%;

    -webkit-transform: translateY(-200%);

    -ms-transform: translateY(-200%);

    transform: translateY(-200%);

}



.hp-welcome {

    background: #353935;

}



.hp-welcome .welcome-wrap {

    /* display: -webkit-box; */

    /* display: -webkit-flex; */

    /*display: -ms-flexbox;*/

    /* display: flex; */

    /* -webkit-box-align: center; */

    /* -webkit-align-items: center; */

    /*-ms-flex-align: center;*/

    align-items: center;

    font-size: 0;

}



.hp-welcome .welcome-wrap .right {

    padding: 20px 50px;

    color: #b5b5b5;

    font-size: 15px;

    line-height: 22px;

    font-weight: 200;

}



.hp-welcome .welcome-wrap .right .welcome-title {

    font-size: 31.08px;

    line-height: 31.08px;

    font-weight: 300;

    text-transform: uppercase;

    color: #fff;

    margin-bottom: 20px;

}



.welcome-wrap .right {

    width: 65.789%;

}



.welcome-wrap .left {

    width: 34.211%;

}



.welcome-wrap .left, .welcome-wrap .right {

    display: inline-block;

    vertical-align: middle;

}



.welcome-wrap .left img {

    width: 100%;

}



.hp-fp {

    padding: 40px 0 60px;

}



.hp-fp .fp-title {

    font-size: 30px;

    font-weight: 300;

    text-transform: uppercase;

    text-align: center;

    color: #353935;

    margin-bottom: 40px;

}



.hp-fp .fp-slider-wrap {

    position: relative;

}



.hp-fp .fp-slider-wrap .fp-slider {

    margin: 0 -15px;

}



.hp-fp .fp-slider-wrap .fp-slider .slider-item {

    display: block;

    padding: 0 15px;

    text-decoration: none;

    outline: none;

}



.hp-fp .fp-slider-wrap .fp-slider .slider-item .fp-img {

    width: 263px;

    max-width: 100%;

    height: 263px;

    margin: 0 auto;

    background-repeat: no-repeat;

    background-size: cover;

    background-position: center;

    position: relative;

}



.hp-fp .fp-slider-wrap .fp-slider .slider-item .fp-img:after {

    content: "\b0039";

    position: absolute;

    top: 0;

    left: 0;

    width: 100%;

    height: 100%;

    background: rgba(85, 85, 85, 0.85);

    display: -webkit-box;

    display: -webkit-flex;

    display: -ms-flexbox;

    display: flex;

    -webkit-box-pack: center;

    -webkit-justify-content: center;

    -ms-flex-pack: center;

    justify-content: center;

    -webkit-box-align: center;

    -webkit-align-items: center;

    -ms-flex-align: center;

    align-items: center;

    font-family: 'agentimage' !important;

    speak: none;

    font-style: normal;

    font-weight: normal;

    font-variant: normal;

    font-size: 35px;

    text-transform: none;

    line-height: 1;

    -webkit-font-smoothing: antialiased;

    -moz-osx-font-smoothing: grayscale;

    color: #fff;

    -webkit-transform-origin: center;

    -ms-transform-origin: center;

    transform-origin: center;

    -webkit-transform: scale(0);

    -ms-transform: scale(0);

    transform: scale(0);

    -webkit-transition: all 0.6s ease-in-out;

    transition: all 0.6s ease-in-out;

}



.hp-fp .fp-slider-wrap .fp-slider .slider-item:hover .fp-img:after {

    -webkit-transform: scale(1);

    -ms-transform: scale(1);

    transform: scale(1);

}



.hp-fp .fp-slider-wrap .fp-slider .slider-item .fp-description {

    display: -webkit-box;

    display: -webkit-flex;

    display: -ms-flexbox;

    display: flex;

    -webkit-box-align: center;

    -webkit-align-items: center;

    -ms-flex-align: center;

    align-items: center;

    -webkit-flex-flow: row wrap;

    -ms-flex-flow: row wrap;

    flex-flow: row wrap;

    color: #353935;

    font-weight: 300;

    font-size: 15px;

    text-transform: capitalize;

    width: 263px;

    max-width: 100%;

    margin: 20px auto 0;

}



.hp-fp .fp-slider-wrap .fp-slider .slider-item .fp-description span {

    display: block;

    font-size: 17px;

    font-weight: 600;

}



.hp-fp .fp-slider-wrap .fp-slider .slider-item .fp-description .left {

    width: 114px;

    background: transparent url("images/fp-divider.png") no-repeat;

    background-position: right;

}



.hp-fp .fp-slider-wrap .fp-slider .slider-item .fp-description .right {

    -webkit-box-flex: 1;

    -webkit-flex-grow: 1;

    -ms-flex-positive: 1;

    flex-grow: 1;

    display: -webkit-box;

    display: -webkit-flex;

    display: -ms-flexbox;

    display: flex;

    -webkit-box-pack: end;

    -webkit-justify-content: flex-end;

    -ms-flex-pack: end;

    justify-content: flex-end;

    -webkit-box-align: center;

    -webkit-align-items: center;

    -ms-flex-align: center;

    align-items: center;

}



.hp-fp .fp-slider-wrap .fp-slider .slider-item .fp-description .right .baths {

    margin-left: 20px;

}



.hp-fp .fp-slider-wrap .controls .fp-prev,

.hp-fp .fp-slider-wrap .controls .fp-next {

    position: absolute;

    top: 50%;

    -webkit-transform: translateY(-50%);

    -ms-transform: translateY(-50%);

    transform: translateY(-50%);

    cursor: pointer;

}



.hp-fp .fp-slider-wrap .controls .fp-prev {

    left: -56px;

}



.hp-fp .fp-slider-wrap .controls .fp-next {

    right: -56px;

}



.hp-fc {

    background: transparent url("images/fc-bg.png") no-repeat;

    background-size: cover;

    padding: 80px 0;

    position: relative;

    z-index: 1;

}



.hp-fc:after {

    content: "";

    position: absolute;

    z-index: -1;

    top: 0;

    left: 0;

    width: 100%;

    height: 100%;

    background: rgba(53, 57, 57, 0.85);

}



.hp-fc .fc-list {

    display: -webkit-box;

    display: -webkit-flex;

    display: -ms-flexbox;

    display: flex;

    -webkit-box-pack: center;

    -webkit-justify-content: center;

    -ms-flex-pack: center;

    justify-content: center;

    -webkit-flex-flow: row wrap;

    -ms-flex-flow: row wrap;

    flex-flow: row wrap;

}



.hp-fc .fc-list .fc-item {

    font-size: 22px;

    font-weight: 300;

    display: -webkit-box;

    display: -webkit-flex;

    display: -ms-flexbox;

    display: flex;

    -webkit-box-pack: center;

    -webkit-justify-content: center;

    -ms-flex-pack: center;

    justify-content: center;

    -webkit-box-align: center;

    -webkit-align-items: center;

    -ms-flex-align: center;

    align-items: center;

    width: 170px;

    height: 170px;

    border-radius: 50%;

    padding: 10px;

    text-align: center;

    border: 5px solid #fff;

    background: rgba(53, 57, 57, 0.75);

    color: #fff;

    text-decoration: none;

    line-height: 22px;

/*    margin: 0 20px 15px;*/

    margin: 20px auto;

    -webkit-transition: all 0.4s ease-in-out;

    transition: all 0.4s ease-in-out;

}



.hp-fc .fc-title {

    font-size: 30px;

    font-weight: 300;

    text-transform: uppercase;

    text-align: center;

    color: #fff;

    margin-bottom: 40px;

}



.hp-fc .fc-list .fc-item:hover {

    background: #353935;

    font-weight: bold;

}



.hp-blog {

    padding: 40px 0 20px;

    background: #eeeeee;

}



.hp-blog .blog-title {

    font-size: 30px;

    font-weight: 300;

    text-transform: uppercase;

    text-align: center;

    color: #353935;

    margin-bottom: 40px;

}



.hp-blog .blog-list {

    /*display: -webkit-box;

    display: -webkit-flex;

    display: -ms-flexbox;

    display: flex;

    -webkit-box-pack: center;

    -webkit-justify-content: center;

    -ms-flex-pack: center;

    justify-content: center;*/

}



.hp-blog .blog-list .blog-item {

    width: 100%;

   /* max-width: 295px;*/

    margin: 0 auto;

    display: inline-block;

    border: 1px solid rgba(158, 159, 152, 0.75);

    padding: 15px 15px 15px;

    /*margin: 0 20px;*/

    position: relative;

	/*min-height: 395px;*/

}



.hp-blog .blog-list .blog-item:after {

   /* content: "";*/

    position: absolute;

    top: 50%;

    left: -22.5px;

    width: 2px;

    height: 515px;

    -webkit-transform: translateY(-50%);

    -ms-transform: translateY(-50%);

    transform: translateY(-50%);

    background: transparent url("images/blog-divider.png") no-repeat;

    background-size: cover;

    background-position: center center;

}



.hp-blog .blog-list .blog-item:nth-child(1):after {

    display: none;

}



.hp-blog .blog-list .blog-item .blog-img {

    /* width: 100%; */

    margin-bottom: 15px;

    display: block;

    height: 80px;

    /* object-fit: contain; */

    vertical-align: top;

    max-width: 100%;

    margin: 0 auto 15px;

}



.hp-blog .blog-list .blog-item .blog-post-title {

    font-weight: 500;

    text-transform: uppercase;

    color: #353935;

    overflow: hidden;

    white-space: nowrap;

    text-overflow: ellipsis;

    margin-bottom: 10px;

}



.hp-blog .blog-list .blog-item .blog-post-date {

    font-weight: 600;

    color: #b7b7b7;

    text-transform: uppercase;

    margin-bottom: 10px;

}



.hp-blog .blog-list .blog-item .blog-post-content {

    font-weight: 300;

    color: #666666;

    text-align: justify;

    text-align-last: left;

    line-height: 22px;

    margin-bottom: 20px;

    min-height: 140px;

}



.hp-blog .blog-list .blog-item .blog-read-more {

    display: block;

    font-weight: 300;

    text-transform: uppercase;

    text-decoration: none;

    color: #353935;

    width: 100%;

    padding: 10px;

    text-align: center;

    border: 1px solid rgba(158, 159, 152, 0.75);

    -webkit-transition: all 0.4s ease-in-out;

    transition: all 0.4s ease-in-out;

	max-width: 273px;

    margin: 0 auto;

	box-sizing: border-box;

}



.hp-blog .blog-list .blog-item .blog-read-more:hover {

    background: #353935;

    border-color: #353935;

    color: #fff;

}





/*******************************************************

 *

 * 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: 77.08%;

}



#content-full #content {

    width: 100%;

}





/* Adjust width of sidebar */



.sidebar {

    width: 20.83%;

}





/* Adjust line height of page elements */



#content h4,

aside h4,

#content p,

aside p,

#content blockquote,

aside blockquote,

#content ul,

aside ul,

#content fieldset,

aside fieldset,

#content form,

aside form,

#content ol,

aside ol,

#content dl,

aside dl,

#content dir,

aside dir,

#content menu,

aside menu {

    line-height: 1.7;

}





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



#content .entry-title {

    text-transform: uppercase;

    color: #353935;

}





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



#content .archive-title {

    text-transform: uppercase;

    color: #353935;

}





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



#content .archive-subtitle {

    text-transform: uppercase;

    color: #353935;

}



#content .entry {

    font-weight: 300;

    color: #353935;

}



.innerpage-banner img {

    max-width: 100%;

}



.sb-qs .qs-title {

    font-size: 24px;

    text-transform: uppercase;

    color: #353935;

    font-weight: bolder;

    margin: .67em 0;

    text-align: center;

}



.sb-qs form:before,

.sb-qs form:after {

    content: "";

    display: table;

    clear: both;

}



.sb-qs .qs-select {

    width: 100%;

    -webkit-appearance: none;

    -moz-appearance: none;

    appearance: none;

    padding: 5px 9px;

    font-weight: 300;

    font-size: 12px;

    margin-bottom: 10px;

    border: 1px solid #d0d0d0;

    outline: none;

    float: left;

    width: calc(50% - 5px);

    -webkit-transition: all 0.4s ease-in-out;

    transition: all 0.4s ease-in-out;

    color: #777777;

    background: transparent url("images/sb-qs-arrow.png") no-repeat;

    background-position: center right 9px;

}



.sb-qs .qs-select.lg {

    width: 100%;

}



.sb-qs .qs-select.fl-r {

    float: right;

}



.sb-qs .qs-select:focus {

    border-color: #353935;

}



.sb-qs .qs-select::-ms-expand {

    display: none;

}



.sb-qs .qs-submit {

    float: left;

    width: 100%;

    -webkit-appearance: none;

    -moz-appearance: none;

    appearance: none;

    background: #353935;

    border: 1px solid transparent;

    text-transform: uppercase;

    color: #fff;

    font-size: 17px;

    letter-spacing: 1px;

    outline: none;

    -webkit-transition: all 0.4s ease-in-out;

    transition: all 0.4s ease-in-out;

}



.sb-qs .qs-submit:hover {

    background: #6f8faf;

}



.sb-cta .cta-list {

    padding: 25px 0 0;

}



.sb-cta .cta-list .cta-item {

    font-size: 15px;

    margin-bottom: 10px;

    background: #353935;

    color: #fff;

    border-color: transparent;

    -webkit-transition: all 0.4s ease-in-out;

    transition: all 0.4s ease-in-out;

}



.sb-cta .cta-list .cta-item:hover {

    background: #6f8faf;

}





/* Replace Default Style of Forms */



.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 {

    border: 1px solid #d0d0d0;

    font-weight: 300;

    color: #777777;

    outline: none;

    -webkit-transition: all 0.4s ease-in-out;

    transition: all 0.4s ease-in-out;

}



.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 {

    border-color: #353935 !important;

}



.ai-contact-wrap input[type="submit"] {

    outline: none;

    -webkit-transition: all 0.4s ease-in-out;

    transition: all 0.4s ease-in-out;

}



.ai-default-cf7wrap ::-webkit-input-placeholder,

.ai-default-cf7wrap ::-webkit-textarea-placeholder {

    opacity: 1;

    font-family: 'Montserrat', sans-serif;

    font-weight: 300;

    font-size: 12px;

    color: #777777;

}



.ai-default-cf7wrap :-moz-placeholder {

    /* Firefox 18- */

    opacity: 1;

    font-family: 'Montserrat', sans-serif;

    font-weight: 300;

    font-size: 12px;

    color: #777777;

}



.ai-default-cf7wrap ::-moz-placeholder {

    /* Firefox 19+ */

    opacity: 1;

    font-family: 'Montserrat', sans-serif;

    font-weight: 300;

    font-size: 12px;

    color: #777777;

}



.ai-default-cf7wrap :-ms-input-placeholder,

.ai-default-cf7wrap :-ms-textarea-placeholder {

    opacity: 1;

    font-family: 'Montserrat', sans-serif;

    font-weight: 300;

    font-size: 12px;

    color: #777777;

}



.ai-default-cf7wrap input[type="checkbox"] {

    height: 12px !important;

    width: 12px !important;

    border: 1px solid rgba(0, 0, 0, 0.5);

    background: #fff;

    overflow: hidden;

    vertical-align: middle;

    -webkit-appearance: none;

    -moz-appearance: none;

    appearance: none;

    outline: 0;

    position: relative;

    border-radius: 2px;

    padding: 5px !important;

}



.ai-default-cf7wrap input[type="checkbox"]:not(:disabled) {

    cursor: pointer;

}



.ai-default-cf7wrap input[type="checkbox"]:checked:before,

.ai-default-cf7wrap input[type="checkbox"]:indeterminate:before {

    content: "\b0126";

    position: absolute;

    top: calc(50% - 4px);

    left: calc(50% - 4px);

    font-family: 'agentimage' !important;

    font-size: 9px;

    text-align: center;

    line-height: 9px;

    color: #fff;

    -webkit-font-smoothing: antialiased;

    -moz-osx-font-smoothing: grayscale;

}





/* Remove dotted outline border in Firefox and IE */

a:focus,

a:active {

    outline: none !important;

}



.hp-qs .form-wrap .forms .qs-select option {

    color: #333;

	background-color: #fff;

}



/* 11/10/2017 */

.hp-fp {

    display: none;

}

/* END 11/10/2017 */

/* 11-16-2017 */

.innerpage-banner img {

	width: 100%;

}



.hp-fc {

	background-image: url('https://www.obre.co/wp-content/uploads/2017/11/City-of-Austin-Texas-Congress-Avenue-at-Dawn-623120840_6720x4480.jpg');

	background-position: center center;

}



.header .navigation #nav li a {

	font-weight: 600;

}



.header .navigation #nav li .sub-menu {

	background: transparent;

}



.header .navigation #nav li .sub-menu li {

	margin-top: 1px;

}



.header .navigation #nav li .sub-menu li:nth-of-type(1) {

	margin-top: 0;

}



#hp-blog .slick-prev::before, #hp-blog .slick-next::before {

    color: #333;

}

/* END 11-16-2017 */



.ihf-grid-result-address{

    display: block;

}



.ai-contact-wrap span.wpcf7-not-valid-tip {

    line-height: 1.2;

}



div.wpcf7-response-output {

    text-align: center;

}



.page-id-0 #content ul,

.page-id-193 #content ul{

    margin-left: 0 !important;

    padding: 0 !important;

}

.logo-left {
	float: left;
}

.logo-left img {
	height: 50px;
	width: auto;
}

.logo-footer img {
	width: 100%;
	max-width: 200px;
	margin-bottom: 5px;
}

.website-logo span {
    color: #fff;
    font-size: 24px;
    letter-spacing: 4px;
}

.single-aios-agents #content ul {
    list-style-type: none;
}

#sb-qs br {
	display: none;
}

#agents-results .agent-top {
	margin: 13px auto;
}

.logo-footer {
    margin: 0 0 30px 0;
}

.logo-footer span {
    display: block;
    color: #FFF;
    font-size: 16px;
}

#agents-single .agent-iabs a {
    display: flex;
    align-items: center;
    justify-content: center;
    max-width: 100%;
    height: 50px;
    padding: 0 30px;
    border: 2px solid #000;
    font-size: 15px;
    font-weight: 300;
    line-height: 1;
    letter-spacing: 0.05em;
    text-align: center;
    text-transform: uppercase;
    color: #000;
    transition: all 0.4s ease;
    margin: auto;
}

#agents-single .agent-iabs a:hover {
    background: #000;
    color: #fff;
}

.home button.slick-prev.slick-arrow,
.home button.slick-next.slick-arrow,
.home ul.slick-dots {
    display: none !important;
}

.contact {
    color: #fff;
}

.footer .copyright {
    color: #fff;
}
.hp-welcome .welcome-wrap p {
    color: #fff;
}
.hp-slideshow .website-logo {
    color: #fff;
}

.ai-contact-wrap input[type="submit"] {
    background: #353935 !important;
    border: 0 !important;
}

.amh-header-buttons {
    background: #353935 !important;
}
/* MEDIA QUERIES ARE AUTOMATICALLY REMOVED FROM THIS FILE, they must be placed in style-media-queries.css */
