/*
Theme Name: MacArthur & Stine Real Estate
Theme URI: http://aios3-staging.agentimage.com/s/steamboat-realestate-new.com/htdocs 
Description: AIOS mobile semi-custom theme.
Author: AgentImage
Author URI: http://www.agentimage.com
Version: 1.3.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. Custom CSS
 *
 *******************************************************/

@font-face {
    font-family: modernline;
    src: url(css/fonts/modernline.otf);
}


/* Global */

body {
    font: 300 13.5px/25px 'Muli', sans-serif;
    color: #252525;
    background: #FFF;
    margin: 0;
}

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

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

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

h1 {
    font: 400 35px/1 'Dosis', sans-serif;
    color: #252525;
}

p {
    font: 300 13.5px/25px 'Muli', sans-serif;
    color: #252525;
}

#main-header {
    position: absolute;
    width: 100%;
    padding: 0;
    z-index: 1030;
    top: 0;
}

#main-header .inner-wrapper {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 20px 0;
}

.header-top {
    padding: 10px 0;
    ;
}

.header-wt {
    font-size: 0;
    padding-top: 10px;
    padding-bottom: 10px;
}

.weather-wrap {
    display: none;
    font-size: 20px;
}

.weather-location {
    max-width: 160px;
    line-height: 1;
}

.weather-location span {
    display: inline-block;
    font: 400 12px/1 'Dosis', sans-serif;
    color: #ffffff;
    letter-spacing: 1px;
}

.weather-temp-icon {
    max-width: 160px;
    text-align: center;
    margin-top: 5px;
}

.wt-icon {
    display: inline-block;
    vertical-align: middle;
    font-size: 35px;
    font-weight: 900;
    color: #ffffff;
}

.wt-icon > div {
    display: inline-block;
}

.wt-temp {
    display: inline-block;
    vertical-align: middle;
    font: 700 26px/1 'Dosis', sans-serif;
    color: #ffffff;
}

.header-ci {
    text-align: right;
    font-size: 0;
    padding-top: 8px;
    padding: 8px 0 0 !important;
}

.header-ci li {
    line-height: 1;
}

.header-ci a {
    display: inline-block;
    vertical-align: middle;
    font: 400 15px/1 'Dosis', sans-serif;
    color: #ffffff;
    padding-right: 12px;
    border-right: 1px solid rgba(255, 255, 255, 0.50);
    letter-spacing: 1px;
}

.header-ci li:first-child a {
    padding-bottom: 8px;
}

.header-ci span {
    display: inline-block;
    vertical-align: middle;
}

span.header-ci-icon {
    width: 16px;
    height: 15px;
    background-repeat: no-repeat;
    background-position: top center;
    margin-left: 12px;
    box-sizing: content-box;
}

.header-ci li:first-child span.header-ci-icon {
    padding-bottom: 8px;
}

span.header-ci-icon.icon-phone {
    background-image: url('images/icon-phone.png');
}

span.header-ci-icon.icon-mail {
    background-image: url('images/icon-mail.png');
    background-position: center;
}

.smi-mobile {
    display: none;
}

.header-smi {
    margin-right: -9px;
}

.header-smi a {
    display: inline-block;
    color: #ffffff;
    font-size: 15px;
    text-decoration: none;
    margin: 0 4px;
    padding-top: 10px;
    -webkit-transition: all 0.25s ease-in-out;
    -moz-transition: all 0.25s ease-in-out;
    transition: all 0.25s ease-in-out;
    border-right: 0;
    padding: 10px 5px;
}

.header-nav {
    text-align: center;
    font-size: 0;
}

.aios-starter-theme-demo-header-navigation #nav {
    background: none;
    display: flex;
    justify-content: flex-end;
    align-items: center;
}

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

.aios-starter-theme-demo-header-navigation #nav li a {
    font: 600 13px/1 'Dosis', sans-serif;
    color: #ffffff;
    text-transform: uppercase;
    letter-spacing: 3px;
    -webkit-transition: all 0.25s ease-in-out;
    -moz-transition: all 0.25s ease-in-out;
    transition: all 0.25s ease-in-out;
}

.aios-starter-theme-demo-header-navigation #nav > li {
    margin-left: 10px;
    display: block;
}

.aios-starter-theme-demo-header-navigation #nav > li:first-child {
    margin-left: 0;
}

.aios-starter-theme-demo-header-navigation #nav > li > a {
    border: 3px solid transparent;
    padding: 10px 12px;
}

.aios-starter-theme-demo-header-navigation #nav > li:hover > a {
    background: none;
    border: 3px solid rgba(255, 255, 255, 0.50);
}

#nav li:hover .sub-menu {
    display: none;
}

#nav .sub-menu {
    background: none;
    padding-top: 20px;
    min-width: 153px;
    display: none;
}

#nav .sub-menu:before {
    content: '';
    display: block;
    position: relative;
    width: 26px;
    height: 13px;
    margin: auto;
    background: url('images/caret-a.png') no-repeat center;
}

#nav .sub-menu li {
    background: #1a1a1a;
}

#nav .sub-menu li:first-child {
    padding-top: 20px;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
}

#nav .sub-menu li:last-child {
    padding-bottom: 20px;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
}

#nav .sub-menu a {
    display: inline-block;
    padding: 8px 0;
    text-decoration: none;
}

#nav .sub-menu a:hover {
    background: #1a1a1a;
    color: #ffffff;
    text-decoration: underline;
}

.mobile-logo {
    text-align: center;
    font-size: 0;
    background: #1a1a1a;
    padding: 15px 0;
}

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

.mobile-logo img {
    max-width: 120px;
}

#slideshow-wrap {
    position: relative;
    z-index: 4;
    font-size: 0;
}

.slide-holder {
    position: relative;
}

.slide-holder .cycloneslider {
    z-index: 1;
    margin-bottom: 0 !important;
}

.slide-holder:after {
    content: '';
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.30);
    z-index: 2;
}

.slide-overlay {
    position: absolute;
    top: 25%;
    width: 100%;
    text-align: center;
    z-index: 2;
    padding-left: 15px;
    padding-right: 15px;
}

.logo-holder {}

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

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

.tagline-holder {
    padding: 15px 0 25px;
}

.tagline-holder p {
    font: 200 30px/42px 'Dosis', sans-serif;
    color: #ffffff;
    text-transform: uppercase;
    letter-spacing: 5px;
}

.qs-holder {
    width: 100%;
    height: 42px;
    max-width: 670px;
    border: 1px solid #ffffff;
    border-radius: 2px;
    margin: auto;
    font-size: 13.5px;
}

.qs-holder input[type="text"] {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border: 0;
    font: 400 13.5px/40px 'Dosis', sans-serif;
    color: #ffffff;
    letter-spacing: 2px;
    background: none;
    outline: none;
    width: 76.87%;
    height: 40px;
    padding: 0 12px;
}

.qs-holder input[type="submit"] {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border: 0;
    font-size: 0;
    width: 26px;
    height: 25px;
    vertical-align: middle;
    background: url('images/icon-send.png') no-repeat center;
    outline: none;
}

.qs-holder a {
    outline: none;
    display: inline-block;
    font: 500 12px/38px 'Dosis', sans-serif;
    color: #ffffff;
    text-decoration: none;
    letter-spacing: 1px;
    width: 15.93%;
    padding-right: 10px;
    box-sizing: content-box;
}

.qs-holder a span {
    text-decoration: underline;
}

.scroll-down {
    position: absolute;
    bottom: 7%;
    left: 0;
    right: 0;
    margin: auto;
    z-index: 3;
    width: 100px;
    text-align: center;
    cursor: pointer;
}

.sd-icon {
    display: block;
    width: 19px;
    height: 32px;
    margin: auto;
    background: url('images/scroll-down.png') no-repeat;
}

.sd-text {
    display: block;
    font: 500 9px/1 'Dosis', sans-serif;
    color: #ffffff;
    letter-spacing: 3px;
    text-transform: uppercase;
    margin-top: 8px;
}

#pt-wrap {
    position: relative;
    padding: 65px 0;
}

.pt-item {
    font-size: 0;
    padding-top: 15px;
    padding-bottom: 15px;
    text-align: center;
}

.pt-item a {
    position: relative;
    display: inline-block;
    border-radius: 10px;
    overflow: hidden;
}

.pt-photo {
    position: relative;
    font-size: 0;
}

.pt-photo-default {
    position: relative;
    opacity: 0;
    z-index: 2;
    -webkit-transition: all 0.25s ease-in-out;
    -moz-transition: all 0.25s ease-in-out;
    transition: all 0.25s ease-in-out;
}

.pt-photo img {
    max-width: 100%;
    z-index: 2;
}

.pt-photo-active {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 1;
}

.pt-photo svg {
    height: 100% !important;
    position: absolute;
    left: 0;
    top: 0;
    width: 100% !important;
    height: 100% !important;
}

.pt-desc {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    text-align: center;
    z-index: 3;
}

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

.pt-desc span {
    display: inline-block;
    vertical-align: middle;
    font: 400 16px/normal 'Muli', sans-serif;
    color: #ffffff;
    text-transform: uppercase;
    text-shadow: 1px 1px 8px rgba(0, 0, 0, 0.9);
}

.pt-item a:hover .pt-photo-default {
    opacity: 1;
}

#welcome-wrap {
    background: url('images/welcome-bg.jpg') no-repeat center;
    background-size: cover;
    padding: 50px 0 100px;
}

.welcome-text {}

.welcome-text h1 {
    font: 400 35px/1.2 'Dosis', sans-serif;
    color: #252525;
    margin: 0 5% 20px;
}

.welcome-text h1 span {
    color: #1a1a1a;
}

.welcome-text p {
    font: 300 13.5px/25px 'Muli', sans-serif;
    color: #252525;
    margin: 0 5%;
}

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

.welcome-photo img {
    margin-top: -100px;
    margin-left: 35px;
}

#testi-wrap {
    position: relative;
}

.testi-inner {
    position: relative;
    background: #c6c6c6;
    border-radius: 10px;
    padding: 54px 35px 32px;
    margin-top: -45px;
}

.testi-inner:before {
    content: '';
    display: block;
    width: 77px;
    height: 77px;
    background: url('images/quote-a.png') #c6c6c6 no-repeat center;
    border-radius: 50%;
    margin: auto;
    position: absolute;
    top: -35px;
    left: 0;
    right: 0;
}

.testi-items {}

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

.testi-item p {
    font: 300 italic 13px/25px 'Muli', sans-serif;
    color: #252525;
    text-align: center;
}

.testi-name {
    display: block;
    font: 500 20px/normal 'Dosis', sans-serif;
    color: #252525;
    text-align: center;
    letter-spacing: 1px;
    margin: 5px 0 3px;
}

.testi-name-sub {
    display: block;
    font: 300 13px/normal 'Muli', sans-serif;
    color: #252525;
    text-align: center;
    letter-spacing: 2.5px;
}

#cta-wrap {
    position: relative;
    padding: 110px 0 120px;
}

.cta-item {
    font-size: 0;
    text-align: center;
}

.cta-item a {
    display: block;
    overflow: hidden;
    width: 224px;
    height: 224px;
    border-radius: 50%;
    position: relative;
    margin: 0 auto;
}

.cta-outer {
    width: 224px;
    height: 224px;
    border: 2px solid #c3c3c3;
    border-radius: 50%;
    position: relative;
    z-index: 2;
}

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

.cta-inner {
    display: inline-block;
    vertical-align: middle;
}

.cta-icon {
    width: 63px;
    height: 63px;
    display: block;
    background-repeat: no-repeat;
    background-position: center;
    margin: auto;
}

.cta-1 {
    background-image: url('images/cta-1.png');
}

.cta-2 {
    background-image: url('images/cta-2.png');
}

.cta-3 {
    background-image: url('images/cta-3.png');
}

.cta-4 {
    background-image: url('images/cta-4.png');
}

.cta-text {
    display: block;
    font: 300 16px/normal 'Dosis', sans-serif;
    color: #464646;
    text-transform: uppercase;
    margin-top: 18px;
    letter-spacing: 2px;
    min-height: 40px;
}

.cprogress {
    width: 224px;
    height: 224px;
    top: -224px;
    position: relative;
    z-index: 2;
}

.cprogress > svg {
    height: 224px;
    display: block;
    filter: brightness(0) saturate(100%) invert(12%) sepia(0%) saturate(8%) hue-rotate(359deg) brightness(102%) contrast(85%);
    -webkit-filter: brightness(0) saturate(100%) invert(12%) sepia(0%) saturate(8%) hue-rotate(359deg) brightness(102%) contrast(85%);
}

#sub-cta-wrap {
    background: url('images/sub-cta-bg.jpg') no-repeat center top / cover;
    background-attachment: fixed;
    /*background-size: 100% auto;*/
    position: relative;
    padding: 120px 0;
}

.ie #sub-cta-wrap {
    background-position: center top !important;
}

#sub-cta-wrap.bg-cover {
    background-size: cover;
    background-position: center center;
}

#sub-cta-wrap:before {
    content: '';
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.30);
    z-index: 1;
}

#sub-cta-wrap .container {
    position: relative;
    z-index: 2;
}

#sub-cta-wrap h2 {
    font: 400 35px/1 'Dosis', sans-serif;
    color: #ffffff;
    text-align: center;
    text-transform: uppercase;
    margin-bottom: 35px;
    letter-spacing: 1px;
}

.sub-cta-item {
    text-align: center;
    font-size: 0;
}

.sub-cta-item a {
    display: inline-block;
    text-decoration: none;
}

.sub-cta-icon {
    width: 102px;
    height: 102px;
    margin: auto;
    border: 2px solid #ffffff;
    border-radius: 50%;
    position: relative;
    overflow: hidden;
}

.sub-cta-icon:before,
.sub-cta-icon:after {
    content: '';
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    margin: auto;
}

.sub-cta-icon:before {
    max-width: 0;
    max-height: 0;
    background: rgba(26, 26, 26, .60);
    z-index: 1;
    -webkit-transition: all 0.25s ease-in-out;
    -moz-transition: all 0.25s ease-in-out;
    transition: all 0.25s ease-in-out;
    border-radius: 50%;
}

.sub-cta-icon:after {
    z-index: 2;
    background-repeat: no-repeat;
    background-position: center;
}

.sub-cta-1 .sub-cta-icon:after {
    background-image: url('images/sub-cta-1.png');
}

.sub-cta-2 .sub-cta-icon:after {
    background-image: url('images/sub-cta-2.png');
}

.sub-cta-3 .sub-cta-icon:after {
    background-image: url('images/sub-cta-3.png');
}

.sub-cta-4 .sub-cta-icon:after {
    background-image: url('images/sub-cta-4.png');
}

.sub-cta-5 .sub-cta-icon:after {
    background-image: url('images/sub-cta-5.png');
}

.sub-cta-6 .sub-cta-icon:after {
    background-image: url('images/sub-cta-6.png');
}

.sub-cta-item span {
    display: inline-block;
    font: 500 13.5px/1 'Dosis', sans-serif;
    color: #ffffff;
    text-align: center;
    letter-spacing: 1px;
    margin: 5px 0;
}

.sub-cta-item a:hover .sub-cta-icon:before {
    max-width: 100%;
    max-height: 100%;
}

#blog-wrap {
    background: #ebebeb;
    padding: 57px 0 60px;
}

#blog-wrap span.head-title {
    font: 300 20px/1 'Dosis', sans-serif;
    color: #1a1a1a;
    text-transform: uppercase;
    text-align: center;
    display: block;
    letter-spacing: 3px;
    margin-bottom: 3px;
}

#blog-wrap h2 {
    font: 300 30px/1 'Dosis', sans-serif;
    color: #1a1a1a;
    text-transform: uppercase;
    text-align: center;
    display: block;
    letter-spacing: 4px;
    margin-bottom: 55px;
}

#blog-wrap h2:before,
#blog-wrap h2:after {
    content: '';
    display: inline-block;
    vertical-align: middle;
    width: 145px;
    height: 1px;
    background: #c2c2c2;
}

#blog-wrap h2:before {
    margin-right: 40px;
}

#blog-wrap h2:after {
    margin-left: 40px;
}

.blog-item {
    font-size: 0;
    padding-top: 15px;
    padding-bottom: 15px;
}

.blog-inner {
    border-radius: 10px;
    overflow: hidden;
}

a.blog-photo {
    display: block;
    border-bottom: 3px solid #1a1a1a;
    position: relative;
    text-decoration: none;
    height: 207px;
}

.blog-photo:before {
    content: '';
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.20);
    z-index: 2;
}

.blog-photo canvas {
    width: 100%;
    height: 204px;
    max-width: 100%;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    z-index: 1;
}

.blog-date {
    text-align: center;
    z-index: 3;
    position: absolute;
    top: 25px;
    left: 20px;
}

.blog-date span {
    display: block;
    font: 300 12.5px/1 'Dosis', sans-serif;
    color: #ffffff;
    text-transform: uppercase;
    letter-spacing: 3px;
}

.blog-date span:nth-child(2) {
    font: 700 40px/1 'Dosis', sans-serif;
    letter-spacing: 1px;
}

.blog-desc {
    background: #ffffff;
    padding: 20px 28px 12px;
    min-height: 260px;
}

a.blog-title {
    font: 700 16px/normal 'Dosis', sans-serif;
    color: #252525;
    letter-spacing: 0.5px;
}

.blog-item p {
    font: 300 12.5px/normal 'Muli', sans-serif;
    color: #707070;
    margin: 15px 0;
}

.blog-item p:first-of-type {
    margin-top: 5px;
}

a.blog-more {
    display: inline-block;
    font: 300 12.5px/normal 'Muli', sans-serif;
    color: #1a1a1a;
    text-decoration: underline;
}

#main-footer {
    background: #1a1a1a;
    padding: 0;
}

.home #main-footer {
    margin-top: 0;
}

.footer-contact-row {}

.footer-cont {
    padding-top: 30px;
    padding-bottom: 20px;
}

.footer-cont a {
    color: #fff !important;
}

.footer-cont ul {}

.footer-cont li {
    display: block;
    overflow: hidden;
    margin: 10px 0;
}

span.footer-ci-icon {
    display: block;
    background-repeat: no-repeat;
    background-position: left center;
    padding-right: 15px;
    float: left;
    height: 20px;
    box-sizing: content-box;
}

span.footer-ci-icon.icon-pin {
    width: 12px;
    /*height: 17px;*/
    background-image: url('images/icon-pin.png');
}

span.footer-ci-icon.icon-phone {
    width: 16px;
    /*height: 15px;*/
    background-image: url('images/icon-phone.png');
    background-position: top left;
}

span.footer-ci-icon.icon-mail {
    width: 14px;
    /*height: 10px;*/
    background-image: url('images/icon-mail.png');
}

span.footer-ci-icon + span,
span.footer-ci-icon + a {
    display: block;
    float: left;
    font: 300 14px/1.2 'Dosis', sans-serif;
    color: #ffffff;
    letter-spacing: 1px;
}

.footer-smis {
    text-align: right;
    font-size: 0;
    padding-top: 60px;
}

.footer-smis a {
    width: 48px;
    height: 48px;
    display: inline-block;
    border-radius: 50%;
    border: 1px solid #ffffff;
    color: #ffffff;
    font-size: 25px;
    text-align: center;
    text-decoration: none;
    margin: 0 4px;
    padding-top: 10px;
    box-shadow: 1px 1px 10px rgba(0, 0, 0, 0.80);
    -webkit-transition: all 0.25s ease-in-out;
    -moz-transition: all 0.25s ease-in-out;
    transition: all 0.25s ease-in-out;
}

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

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

.footer-smis a:hover {
    background: #ffffff;
    color: #1a1a1a;
}

.footer-bottom-row {
    border-top: 1px solid #2e2e2e;
}

.footer-copyright {
    padding-top: 18px;
    padding-bottom: 20px;
}

.copyright {
    font: 300 12px/1 'Dosis', sans-serif;
    color: #898989;
    letter-spacing: 1px;
}

.copyright a {
    color: #898989;
}

.footer-logos {
    text-align: right;
    padding-top: 15px;
    padding-bottom: 10px;
}

.footer-logos span {
    font-size: 20px;
    color: #898989;
}


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


/* Adjust minimum height of page area */

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


/** Adjust width of content columns **/

#content-sidebar #content {
    width: 73.08%;
    padding-right: 20px;
}

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


/* Adjust width of sidebar */

.sidebar {
    width: 24.83%;
}


/* Adjust line height of page elements */

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


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

#content .entry-title {
    font: 400 35px/1 'Dosis', sans-serif;
    color: #252525;
    text-transform: uppercase;
    letter-spacing: 1px;
}


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

#content .archive-title {
    font: 400 35px/1 'Dosis', sans-serif;
    color: #252525;
    text-transform: uppercase;
    letter-spacing: 1px;
}


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

#content .archive-subtitle {}

.ip-container {}

.ip-container #main-header {
    position: relative;
    background: #1a1a1a;
}

.ip-container .header-wt {
    padding: 0;
    text-align: left;
}

.ip-container .aios-starter-theme-demo-header-navigation #nav > li {
    margin: 0;
}

.ip-container .aios-starter-theme-demo-header-navigation #nav > li > a {
    padding: 10px;
}

.ip-container #nav .sub-menu {
    text-align: center;
    padding-top: 32px;
}

.ip-container .header-ci a {
    padding-right: 9px;
}

span.header-ci-icon {
    margin-left: 9px;
}

#inner-page-wrapper {
    margin-top: 25px;
}

.sb-logo {
    max-width: 300px;
    margin: 28px auto 0;
    text-align: center;
}

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

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

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

.sb-tagline p {
    font: 100 30px/1 'Dosis', sans-serif;
    color: #1a1a1a;
    text-transform: uppercase;
    text-align: center;
    margin: 12px 0;
}

.sb-cta {
    border-top: 1px solid #d1d1d1;
    border-bottom: 1px solid #d1d1d1;
    padding: 20px 0;
    max-width: 265px;
    margin: 42px auto 0;
}

.sb-cta a {
    display: block;
    text-decoration: none;
    margin: 28px 0;
}

.sb-cta a:first-child {
    margin-top: 15px;
}

.sb-cta a:last-child {
    margin-bottom: 15px;
}

.sb-cta-icon {
    display: inline-block;
    vertical-align: middle;
    width: 33px;
    height: 33px;
    background-repeat: no-repeat;
    background-position: center;
    margin-right: 7px;
}

.sb-cta-1 {
    background-image: url('images/icon-sb-cta-1.png');
}

.sb-cta-2 {
    background-image: url('images/icon-sb-cta-2.png');
}

.sb-cta-3 {
    background-image: url('images/icon-sb-cta-3.png');
}

.sb-cta-4 {
    background-image: url('images/icon-sb-cta-4.png');
}

.sb-cta-text {
    display: inline-block;
    vertical-align: middle;
    font: 300 18px/1 'Dosis', sans-serif;
    color: #464646;
    text-transform: uppercase;
    letter-spacing: 1.5px;
    -webkit-transition: all 0.25s ease-in-out;
    -moz-transition: all 0.25s ease-in-out;
    transition: all 0.25s ease-in-out;
}

.sb-cta a:hover .sb-cta-text {
    color: #1a1a1a;
}

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

.amh-header-buttons {
    background: #1a1a1a;
}

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

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

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

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


/* Grab the QS form select's width, display (if applicable), and float (if applicable)
* Always declare styles here as !important
*/

.hp-quick-search .bootstrap-select {
    /* the width below is just an example */
    /*width: 100% !important;*/
    /* DEFAULT: The position is always relative
    * to make the dropdown's size relative
    * to the select's width
    */
    width: 76.87% !important;
    position: relative;
}


/* The QS form select's style should be placed here except
* the width, display, float, and font styles.
* There should be no height styles. The use padding to adjust the height.
*/

.hp-quick-search .bootstrap-select .dropdown-toggle {
    /* styles here are just examples
    * style this based on the QS form's select style.
    */
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border: 0;
    color: #ffffff;
    letter-spacing: 2px;
    background: none;
    outline: none;
    height: 40px;
    padding: 0 12px;
    padding: 5px 8px;
    /* DEFAULT: This should always be set to overflow:hidden */
    overflow: hidden;
    /* DEFAULT: This should always be set to 100% */
    width: 100%;
}


/* The QS form select's font styles should be placed here */

.hp-quick-search .bootstrap-select .dropdown-toggle .filter-option {
    /* styles here are just examples
    * style this based on the QS form's select style.
    */
    font: 400 13.5px/40px 'Dosis', sans-serif;
    color: #fff;
    /* These styles should always be present here */
    width: 90% !important;
    white-space: nowrap;
    display: block !important;
    margin-top: -4px !important;
}


/* to hide the caret of bootstrap-select */

.hp-quick-search .bootstrap-select .dropdown-toggle .caret {
    display: none;
}

.hp-quick-search .bootstrap-select .dropdown-menu {
    /* font styles should be the same as the bootstrap-select */
    /* DEFAULT: */
    max-height: 250px !important;
    min-width: 260px !important;
    width: 100%;
}

.hp-quick-search .bs-searchbox input[type=text] {
    background: #fff;
    color: #000;
    border: 1px solid #777772;
    height: 25px;
    width: 100%;
    margin-bottom: 3px;
    line-height: 1;
}

.hp-quick-search .bootstrap-select.btn-group .dropdown-menu li a {
    background-color: #fff !important;
    color: #000 !important;
}

.hp-quick-search .bootstrap-select.btn-group .dropdown-menu.inner {
    max-height: 106px !important;
}

.page-id-0 .entry #ihf-main-container ul {
    margin-left: 0;
    padding-left: 0;
}

#ihf-detail-features-tab .row.mt-10 {
    margin-left: 0;
    margin-right: 0;
}

.ihf-grid-result-address {
    white-space: normal !important;
}

span.site-main-logo {
    font-size: 30px;
    line-height: 1;
    color: #fff;
    font-family: 'modernline';
    padding: 0;
    display: block;
}


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

.weather-wrapper {
    display: none;
}

.footer-cont img {
    max-width: 220px;
}

.ai-contact-wrap input[type="submit"], .ai-default-cf7wrap input[type="submit"], .error-forms input[type=submit], #ihf-main-container .title-bar-1 {
    background: #1a1a1a !important;
}


.site-logo a:hover{
text-decoration: none;
}