/*
Theme Name: Sharie Oakland
Theme URI: http://aios2-staging.agentimage.com/s/sharieoakland.com/htdocs/
Description: AIOS mobile semi-custom theme.
Author: AgentImage
Author URI: http://www.agentimage.com
Version: 1.4.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 {
    text-align: center;
}

#nav li {
    position: relative;
    display: inline-block;
}

#nav a:hover,
.sidebar a:hover {
    opacity: .8;
}

#nav li a {
    color: #fff;
    display: block;
    font-size: 17px;
    margin: 0;
    padding: 15px;
    text-decoration: none;
    position: relative;
    letter-spacing: 1px;
    text-align: center;
    text-shadow: 1px 0 0 #030303;
    text-transform: uppercase;
    font-weight: lighter;
    line-height: 1;
}

#nav li:hover a {
    color: #d1d7dd;
}

#nav li:hover li a {
    color: #fff;
}

#nav > li:first-child a {
    padding-left: 0;
}

#nav > li:last-child a {
    padding-right: 0;
}

#nav .sub-menu {
    list-style: none outside none;
    margin: 0;
    display: none;
    padding: 0;
    position: absolute;
    width: 170px;
    left: 50%;
    margin-left: -85px;
    z-index: 9;
}

#nav li.menu-item-has-children .sub-menu:after {
    position: absolute;
    content: '';
    width: 0;
    height: 0;
    border-left: 18px solid transparent;
    border-right: 18px solid transparent;
    border-bottom: 8px solid #cfd6dd;
    top: -8px;
    left: 50%;
    margin-left: -18px;
}

#nav li.menu-item-has-children li .sub-menu:after {
    display: none;
}

#nav .sub-menu li {
    width: 100%;
}

#nav .sub-menu a {
    display: block;
    color: #fff;
    font-size: 12px;
    margin: 1px 0 0 0;
    padding: 5px 10px;
    position: relative;
    text-align: left;
    text-transform: capitalize;
    font-weight: 300;
    line-height: 20px;
    text-align: center;
    width: 100%;
    border-top: 1px solid #8f9499;
    box-sizing: border-box;
    background: url('images/nav-bg.png');
}

#nav .sub-menu a:hover {
    background: #1b1f2a;
    color: #d1d7dd;
    text-decoration: none;
}

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

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

#nav .sub-menu li {
    position: relative;
}


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

/* Global */

body {
    font-family: 'Oswald', sans-serif;
    font-size: 15px;
    font-weight: 300;
    color: #fff;
    margin: 0;
    background: #050a10 url(images/ip-bg.jpg) center top no-repeat;
}

body.home {
    background: #050a10;
}

a,
a:hover,
a:active,
a:focus {
    color: #fff;
    outline: 0;
}

.transition {
    transition: all .5s ease-in-out;
    -webkit-transition: all .5s ease-in-out;
    -moz-transition: all .5s ease-in-out;
    -webkit-backface-visibility: hidden;
}

/*** header ****/

header {
    width: 100%;
    z-index: 9;
}

.home header {
    position: absolute;
    top: 0;
    left: 0;
}

.hdr-top {
    background: url('images/nav-bg.png');
    border-bottom: 1px solid #b2b9bf;
}

.hdr-bottom {
    width: 100%;
    display: block;
    font-size: 0;
    height: 210px;
    padding-top: 15px;
    background: url('images/hdr-bot-bg.png') repeat-x;
}

.home .hdr-bottom {
    height: 255px;
}

.hdr-left {
    width: 30%;
    display: inline-block;
    vertical-align: middle;
}

.hdr-center {
    width: 40%;
    display: inline-block;
    vertical-align: middle;
}

.hdr-center a{
	font-size: 64px;
    text-transform: uppercase;
    display: block;
    text-align: center;
    text-decoration: none;
    outline: 0;
}

.hdr-right {
    width: 30%;
    text-align: right;
    display: inline-block;
    vertical-align: bottom;
    font-size: 20px;
    color: #fff;
    padding: 0;
    text-shadow: 1px 0 0 #030303;
    font-weight: 300;
    letter-spacing: 1px;
    line-height: 25px;
}

.hdr-right a {
    color: #fff;
    text-decoration: none;
}

.hdr-right a:hover {
    color: #d5d5d6;
}

.hdr-right a.smi {
    display: inline-block;
    margin-left: 5px;
}

.hdr-right a.smi:hover {
    color: #fff;
}

.hdr-bottom img.sub-title {
    display: block;
    margin: 0 auto;
}

/*** homepage ***/

.slide {
    width: 100%;
    position: relative;
    z-index: 1;
}

/*** hp cta ***/

.hp-cta-fp {
    width: 100%;
    display: block;
    background: url('images/hp-ctafp-bg.jpg') top center no-repeat;
    background-size: cover;
}

.hp-cta {
    display: block;
    width: 100%;
}

.hp-cta .cta-wrap {
    width: 92%;
    padding-bottom: 55px;
    display: block;
    margin: -50px auto 0;
    overflow: hidden;
    position: relative;
    z-index: 1;
}

.hp-cta .cta-wrap:before,
.hp-cta .cta-wrap:after {
    position: absolute;
    content: '';
    width: 100%;
    height: 1px;
    left: 0;
}

.hp-cta .cta-wrap:before {
    background: #6c8194;
    bottom: 0;
}

.hp-cta .cta-wrap:after {
    bottom: 1px;
    background: #00152c;
}

.cta-inner {
    margin: 0 -1%;
    font-size: 0;
}

.cta-inner a {
    width: 23%;
    display: inline-block;
    margin: 0 1%;
    text-decoration: none;
    background: #aab5be;
}

.cta-inner a:hover .cta-title {
    color: #d5d9db;
}

.cta-inner a .cta-title {
    color: #FFFFFF;
    display: block;
    font-size: 18px;
    font-weight: 300;
    padding: 15px 10px;
    text-align: center;
    text-transform: uppercase;
    width: 100%;
    text-shadow: 1px 0 0 #030303;
    background: url('images/hp-cta-title-bg.jpg') top center no-repeat;
    background-size: cover;
    border: 1px solid #c4c9cd;
    line-height: 1;
}


.cta-inner a canvas {
    display: block;
    width: 100%;
    height: auto;
    background-size: cover !important;
    border: 5px solid #c4cdd6;
    -webkit-box-shadow: 0px 0px 10px 5px rgba(0, 0, 0, 0.4);
    -moz-box-shadow: 0px 0px 10px 5px rgba(0, 0, 0, 0.4);
    box-shadow: 0px 0px 10px 5px rgba(0, 0, 0, 0.4);
}

.cta-inner a canvas.cta1 {
    background: url('images/hp-cta1.jpg');
}

.cta-inner a canvas.cta2 {
    background: url('images/hp-cta2.jpg');
}

.cta-inner a canvas.cta3 {
    background: url('images/hp-cta3.jpg');
}

.cta-inner a canvas.cta4 {
    background: url('images/hp-cta4.jpg');
}

.cta-inner a:hover canvas {
    opacity: .8;
}

.hp-fp-wrap {
    width: 100%;
    display: block;
}

.hp-fp-inner {
    font-size: 0;
    display: block;
    margin: 0 auto;
    width: 92%;
}

.hp-fp-wrap h2 {
    text-align: center;
    color: #fff;
    font-size: 21px;
    font-weight: 300;
    text-transform: uppercase;
    line-height: 1;
    display: block;
    margin-bottom: 25px;
}

.hp-fp-wrap h2 span {
    display: block;
    text-transform: capitalize;
    font-family: 'Alex Brush', cursive;
    font-size: 48px;
}

.hp-fp-wrap .jcarousel-wrapper {
    margin: 20px auto;
    position: relative;
    width: 70%;
}

.hp-fp-wrap canvas {
    display: block;
    width: 100%;
    height: auto;
    background-size: cover !important;
    border: 1px solid #8fb0cf;
    margin-bottom: 20px;
}

.hp-fp-wrap .details {
    text-align: left;
    color: #fff;
    text-transform: capitalize;
    font-family: 'Oswald', sans-serif;
    font-weight: lighter;
    font-size: 14px;
    float: left;
    line-height: 16px;
}

.hp-fp-wrap .details-price {
    text-align: left;
    color: #fff;
    text-transform: uppercase;
    font-family: 'Oswald', sans-serif;
    font-weight: normal;
    font-size: 18px;
    float: right;
    line-height: 33px;
}

.hp-fp-wrap .jcarousel-control-prev,
.hp-fp-wrap .jcarousel-control-next {
    position: absolute;
    top: 50%;
    margin-top: -75px;
    width: 16px;
    height: 43px;
    text-indent: -999999px;
    cursor: pointer;
}

.hp-fp-wrap .jcarousel-control-prev {
    left: -46px;
    background: url(images/prev-horizontal.png);
}

.hp-fp-wrap .jcarousel-control-next {
    right: -40px;
    background: url(images/next-horizontal.png);
}

.hp-fp-wrap .fpviewdet {
    margin: 20px auto 0;
    width: 100%;
    padding: 20px 0 0;
    position: relative;
    display: inline-block;
    text-align: center;
}

.hp-fp-wrap .fpviewdet:before,
.hp-fp-wrap .fpviewdet:after {
    position: absolute;
    content: '';
    width: 100%;
    height: 1px;
    left: 0;
}

.hp-fp-wrap .fpviewdet:before {
    background: #6c8194;
    top: 1px;
}

.hp-fp-wrap .fpviewdet:after {
    top: 0;
    background: #00152c;
}

.hp-fp-wrap .fpviewdet a {
    color: #132534;
    text-decoration: none;
    background: url(images/details.png) center top no-repeat;
    text-transform: uppercase;
    font-weight: 300;
    font-size: 11px;
    line-height: 27px;
    display: block;
    width: 91px;
    height: 27px;
    padding: 0;
    margin: 0 auto;
}

.hp-fp {
    vertical-align: top;
    display: inline-block;
    width: 33.33%;
    padding-right: 1%;
    padding-top: 20px;
    background: url('images/hp-fp-bg.png') top right repeat-y;
}

.hp-fp .photo,
.hp-sp .photo {
    background: #aab5be;
}

.hp-fp .photo canvas,
.hp-sp .photo canvas {
    transition: all .5s ease-in-out;
    -webkit-transition: all .5s ease-in-out;
    -moz-transition: all .5s ease-in-out;
    -webkit-backface-visibility: hidden;
}

.hp-fp .photo:hover canvas,
.hp-sp .photo:hover canvas {
    opacity: .8;
}

.hp-sp,
.hp-cta2 {
    vertical-align: top;
    padding-top: 20px;
    display: inline-block;
    width: 33.33%;
    padding-left: 1%;
    background: url('images/hp-sp-bg.png') top left repeat-y;
}

.sidebar .hp-cta2 {
    width: 100%;
    background: transparent;
    padding-left: 0;
}

.hp-cta2 {
    background: transparent;
    text-align: right;
}

.hp-cta2 a {
    background: url(images/cta-active.png) center top no-repeat;
    background-size: cover !important;
    height: 66px;
    width: 100%;
    max-width: 251px;
    text-align: center;
    text-transform: uppercase;
    font-weight: 300;
    font-size: 19px;
    line-height: 63px;
    color: #fff;
    display: inline-block;
    text-decoration: none;
}

.sidebar .hp-cta2 a {
    margin: 0 auto;
    display: block;
}

.hp-cta2 a span {
    font-weight: 400;
}

.hp-cta2 a:hover {
    background: url(images/cta-hover.png) center top no-repeat;
}

/*** featured communities ***/

.hp-feat-comm {
    width: 100%;
    display: block;
    padding: 30px 0 45px;
    background: url(images/hp-comm-bg.jpg) center top no-repeat;
    background-size: cover;
}

.comm-wrap {
    width: 92%;
    display: block;
    margin: 0 auto 0;
    overflow: hidden;
    position: relative;
}

.comm-inner {
    margin: 0 -1%;
    font-size: 0;
}

.comm-inner h2 {
    text-align: center;
    color: #fff;
    text-transform: uppercase;
    font-weight: 300;
    font-size: 30px;
    margin: 20px 0 45px;
    text-shadow: 1px 0 0 #030303;
    position: relative;
}

.comm-inner h2 span {
    display: block;
    text-transform: capitalize;
    font-family: 'Alex Brush', cursive;
    font-size: 60px;
    letter-spacing: 1px;
    line-height: 33px;
}


.comm-inner h2:before,
.comm-inner h2:after {
    background: #515860;
    position: absolute;
    content: '';
    width: 33%;
    height: 1px;
    top: 55%;
}

.comm-inner h2:before {
    left: 0;
}

.comm-inner h2:after {
    right: 0;
}

.comm-inner a {
    width: 31.33%;
    display: inline-block;
    margin: 0 1%;
    padding: 10px;
    text-decoration: none;
    background: #aab5be;
    margin-bottom: 20px;
    color: #000;
    text-align: center;
    font-size: 22px;
    text-shadow: 1px 0 0 #030303;
    text-transform: uppercase;
    background: url(images/hp-comm-detbg.jpg) center top no-repeat;
    background-size: cover;
}

.comm-inner a img {
    width: 100%;
    height: auto;
}

.comm-inner a:hover img {
    opacity: .7;
}

.comm-inner a span {
    display: block;
    line-height: 1;
    padding: 20px;
    font-weight: 300;
}

/*** contact info ***/

.hp-contact {
    width: 100%;
    display: block;
    padding: 50px 0 65px;
    background: url(images/hp-contact-bg.jpg) center top no-repeat;
    background-size: cover;
}

.hp-contact h2 {
    text-align: center;
    color: #fff;
    text-transform: uppercase;
    font-weight: 300;
    font-size: 30px;
    margin: -30px 0 0px;
    text-shadow: 1px 0 0 #030303;
    position: relative;
    z-index: 9;
}

.hp-contact h2 span {
    display: block;
    text-transform: capitalize;
    font-family: 'Alex Brush', cursive;
    font-size: 60px;
    letter-spacing: 1px;
    line-height: 33px;
}

.contact-wrap {
    width: 92%;
    margin: -25px auto 0;
    padding: 70px 70px 45px;
    border-left: 1px solid #93989d;
    border-right: 1px solid #93989d;
    border-bottom: 1px solid #93989d;
    position: relative;
    font-size: 0;
}

.contact-wrap:before,
.contact-wrap:after {
    background: #93989d;
    position: absolute;
    content: '';
    width: 33%;
    height: 1px;
    top: 0;
}

.contact-wrap:before {
    left: 0;
}

.contact-wrap:after {
    right: 0;
}

.contact-wrap .contact-name {
    text-transform: uppercase;
    font-size: 23px;
    color: #778b97;
    display: block;
    font-weight: 400;
    line-height: 1;
}

.contact-wrap em.ai-mobile-phone {
    font-size: 30px;
}
.icons {
    position: absolute;
    top: 21px;
    right: -25px;
    width: 27px;
    z-index: 99;
    height: 27px;
    cursor: pointer;
}

.icons img {
    width: 100%;
    filter: brightness(0) invert(1);
}

.message_icon {
    width: 566px;
    background: #254a6b;
    padding: 11px;
    font-size: 15px;
    display: none;
}

.icons:hover .message_icon {
    display: block;
}

.contact-wrap .contact-position {
    display: block;
}

.contact-wrap p {
    margin-top: 25px;
}

.contact-wrap .contact-label {
    text-transform: uppercase;
    font-weight: 400;
    font-size: 17px;
    color: #778b97;
    display: block;
    line-height: 1;
}

.contact-wrap a {
    color: #fff;
    text-decoration: none;
}

.contact-wrap .contact-col1 a:hover,
.contact-wrap .contact-col2 a:hover {
    color: #c2c3c5;
}

.contact-wrap .asis-mailto-obfuscated-email {
    display: block;
    line-height: 1;
}

.contact-wrap .contact-col1,
.contact-wrap .contact-col2,
.contact-wrap .contact-col3,
.contact-wrap .contact-col4 {
    display: inline-block;
    width: 20%;
    color: #fff;
    font-size: 18px;
    font-weight: 300;
    vertical-align: top;
}

.contact-wrap .contact-col1 {
    margin-right: 2%;
}

.contact-wrap .contact-col2 {
    margin-right: 5%;
    width: 22%;
}

.contact-wrap .contact-col3 {
    margin-right: 5%;
}

.contact-wrap .contact-col4 {
    font-size: 40px;
    width: 25%;
}

.contact-wrap .contact-col4 .contact-label {
    margin-bottom: 15px;
}

.contact-wrap .contact-col4 a {
    display: inline-block;
    margin-right: 3px;
}

/*** welcome text and latest news ***/

.hp-welcome-blog {
    display: block;
    width: 100%;
    background: url(images/hp-welcome-bg.jpg) center top no-repeat;
    background-size: cover;
    padding: 40px 0;
}

.welcome-inner {
    display: block;
    width: 92%;
    margin: 0 auto;
    font-size: 0;
}

.welcome-inner h2 {
    font-weight: 300;
    font-size: 30px;
    line-height: 80px;
    letter-spacing: 2px;
    text-transform: uppercase;
    line-height: 1;
    margin-bottom: 10px;
}

.welcome-text {
    display: inline-block;
    width: 100%;
    /*margin-right: 3%;*/
    font-size: 14px;
    color: #fff;
    font-weight: 300;
    vertical-align: top;
}

.welcome-inner p {
    margin-top: 20px;
    text-align: justify;
    line-height: 22px;
    font-family: 'Lato', sans-serif;
}

.welcome-text a {
    color: #5fafe1;
    text-decoration: underline;
    font-weight: 300 !important;
}

.welcome-text a:hover {
    color: #5294be;
}

.latest-news {
    display: inline-block;
    width: 30%;
    vertical-align: top;
    font-size: 15px;
    line-height: 19px;
    color: #fff;
    font-weight: 300;
    display: none;
}

.latest-news p {
    margin-bottom: 0;
}

.latest-news #news-wrapper {
    border: 1px solid #93989c;
    background: url(images/bg-news.png);
    margin-top: 25px;
}

.latest-news #news-holder {
    width: 100%;
    font-weight: 300;
    font-size: 15px;
    line-height: 19px;
    padding: 15px 0;
    box-sizing: border-box;
}

.latest-news #news-holder .news-item {
    width: 100%;
    padding: 10px 12px;
    border-top: 2px solid #93989c;
    font-family: 'Lato', sans-serif;
}

.latest-news #news-holder .news-item:first-child {
    border: 0;
}

.latest-news .news-line {
    text-transform: capitalize;
    width: 100%;
    border-bottom: 1px solid #8d9195;
    font-size: 21px;
    line-height: 26px;
    padding: 0 0 6px 0;
}

.latest-news .news-title {
    text-transform: capitalize;
    font-size: 27px;
    float: left;
    text-align: left;
}

.latest-news .news-date {
    text-transform: capitalize;
    font-size: 19px;
    float: right;
    text-align: right;
}

.latest-news .news-more {
    text-transform: capitalize;
    font-size: 18px;
    text-align: left;
    color: #FFF !important;
    display: block;
    padding-bottom: 5px;
}

.latest-news a.news-more {
    color: #5fafe1 !important;
    text-decoration: underline;
}

.welcome-inner a:hover {
    color: #5294be !important;
}

/*** testimonials ***/

.hp-testimonials {
    display: block;
    width: 100%;
    padding: 20px 0;
    background: url(images/hp-testimonials-bg.jpg) center top no-repeat;
    background-size: cover;
    font-family: 'Lato', sans-serif;
}

.testimonials-inner {
    display: block;
    width: 92%;
    margin: 0 auto;
    font-size: 0;
}

.hp-testimonials h2 {
    font-weight: 300;
    font-size: 30px;
    line-height: 80px;
    letter-spacing: 2px;
    text-transform: uppercase;
    line-height: 1;
    margin-bottom: 10px;
}

.hp-testimonials .test-wrap {
    font-size: 22px;
    font-weight: 300;
    color: #fff;
    line-height: 36px;
    padding: 20px 7% 0 9%;
    position: relative;
}

.hp-testimonials .test-wrap:before,
.hp-testimonials .test-wrap:after {
    position: absolute;
    content: '';
    width: 48px;
    height: 44px;
    opacity: .3;
}

.hp-testimonials .test-wrap:before {
    top: 15px;
    left: 5%;
    background: url(images/hp-test-quote-l.png);
}

.hp-testimonials .test-wrap:after {
    bottom: 15%;
    right: 5%;
    background: url(images/hp-test-quote-r.png);
}

.hp-testimonials .test-wrap .testimonials-author {
    float: right;
}

footer {
    padding: 70px 0 30px;
    display: block;
    width: 100%;
    background: #050a10;
    color: #fff;
    font-size: 12px;
    font-weight: 200;
    text-align: right;
    line-height: 24px;
}

footer a {
    color: #fff;
    text-decoration: none;
}

footer a:hover {
    color: #cdcecf;
    text-decoration: none;
}

.footer-inner {
    width: 92%;
    margin: 0 auto;
    display: block;
}

.footernav li {
    display: inline-block;
    padding: 0 7px;
    border-left: 1px solid #fff;
    line-height: 14px;
}

.footernav li:first-child {
    border: 0;
}

.footernav li:last-child {
    padding-right: 0;
}

.footer-inner .copyright {
    display: block;
    margin-bottom: 15px;
}

.footer-inner span {
    color: #747470;
    font-size: 24px;
    display: inline-block;
    margin-left: 3px;
}

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

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

/* Adjust minimum height of page area */

#content-sidebar,
#content-full {
    min-height: 500px;
    margin: 0 auto;
    border: 1px solid #b2b9bf;
    background: url('images/nav-bg.png');
    padding: 0 30px 30px;
}

/** Adjust width of content columns **/

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

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

/* Adjust width of sidebar */

.sidebar {
    width: 20.83%;
    padding-top: 30px;
}

/* Adjust line height of page elements */

#content,
.widget-set {
    line-height: 1.2
}

#content th,
.widget-set th {
    font-weight: bolder;
}

#content h1,
.widget-set h1 {
    font-size: 2em;
    margin: .67em 0
}

#content h2,
.widget-set h2 {
    font-size: 1.5em;
    margin: .75em 0
}

#content h3,
.widget-set h3 {
    font-size: 1.17em;
    margin: .83em 0
}

#content h4,
.widget-set h4,
#content p,
.widget-set p,
#content blockquote,
.widget-set blockquote,
#content ul,
.widget-set ul,
#content fieldset,
.widget-set fieldset,
#content form,
.widget-set form,
#content ol,
.widget-set ol,
#content dl,
.widget-set dl,
#content dir,
.widget-set dir #content menu,
.widget-set menu {
    margin: 1.12em 0
}

#content h5,
.widget-set h5 {
    font-size: .83em;
    margin: 1.5em 0
}

#content h6,
.widget-set h6 {
    font-size: .75em;
    margin: 1.67em 0
}

#content h1,
.widget-set h1,
#content h2,
.widget-set h2,
#content h3,
.widget-set h3,
#content h4,
.widget-set h4,
#content h5,
.widget-set h5,
#content h6,
.widget-set h6,
#content b,
.widget-set h6,
#content strong,
.widget-set strong {
    font-weight: 400
}

#content blockquote,
.widget-set blockquote {
    margin-left: 40px;
    margin-right: 40px
}

#content i,
.widget-set i,
#content cite,
.widget-set cite,
#content em,
.widget-set em,
#content var,
.widget-set var,
#content address,
.widget-set address {
    font-style: italic
}

#content pre,
.widget-set pre,
#content tt,
.widget-set tt,
#content code,
.widget-set code,
#content kbd,
.widget-set kbd,
samp {
    font-family: monospace
}

#content big,
.widget-set big {
    font-size: 1.17em
}

#content small,
.widget-set small,
#content sub,
.widget-set sub,
#content sup,
.widget-set sup {
    font-size: .83em
}

#content sub,
.widget-set sub {
    vertical-align: sub
}

#content sup,
.widget-set sup {
    vertical-align: super
}

#content table,
.widget-set table {
    border-spacing: 2px;
}

#content thead,
.widget-set thead,
#content tbody,
.widget-set tbody,
#content tfoot,
.widget-set tfoot {
    vertical-align: middle
}

#content td,
.widget-set td,
#content th,
.widget-set th,
#content tr,
.widget-set tr {
    vertical-align: inherit
}

#content hr,
.widget-set hr {
    border: 1px inset
}

#content ol,
.widget-set ol,
#content ul,
.widget-set ul,
#content dir,
.widget-set dir,
#content menu,
.widget-set menu,
#content dd,
.widget-set dd {
    margin-left: 40px
}

#content ol,
widget-set ol {
    list-style-type: decimal
}

#content ol ul,
.widget-set ol ul,
#content ul ol,
.widget-set ul ol,
#content ul ul,
.widget-set ul ul,
#content ol ol,
.widget-set ol ol {
    margin-top: 0;
    margin-bottom: 0
}

#content ol,
.widget-set ol {
    list-style-type: decimal
}

#content ul,
.widget-set ul {
    list-style-type: disc
}

#content .entry a {
    text-decoration: underline;
}

body.page-id-131 #content .entry a,
body.page-id-130 #content .entry a,
body.page-id-134 #content .entry a,
body.page-id-132 #content .entry a,
body.page-id-135 #content .entry a,
body.page-id-133 #content .entry a,
body.page-id-148 #content .entry a,
body.page-id-149 #content .entry a,
body.page-id-150 #content .entry a,
body.page-id-151 #content .entry a,
body.page-id-152 #content .entry a,
body.page-id-153 #content .entry a {
    color: #5fafe1;
}

.community-btns.local-page-btn a {
    font-size: 20px !important;
    color: #fff !important;
    display: block;
    width: 100%;
    margin: 20px 0px;
    line-height: 2.4em;
}

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

#content .entry-title {
    font-size: 30px;
    font-weight: 300;
    text-transform: uppercase;
}

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

#content .archive-title {}

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

#content .archive-subtitle {}


/*** CSS from old conversion ***/

#IDX-main select,
#IDX-main input[type="text"],
#IDX-main textarea {
    color: #000;
    font: 400 13.3333px Arial;
}

#IDX-formSubmit {
    -moz-box-shadow: inset 0px 1px 0px 0px #9cc6fe;
    -webkit-box-shadow: inset 0px 1px 0px 0px #9cc6fe;
    box-shadow: inset 0px 1px 0px 0px #9cc6fe;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0.05, #3e94f5), color-stop(1, #2066d7));
    background: -moz-linear-gradient(center top, #3e94f5 5%, #2066d7 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='@base3', endColorstr='@base4');
    background-color: #3e94f5;
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
    border-radius: 6px;
    border: 1px solid #3380ed;
    display: inline-block;
    font-weight: bold;
    padding: 6px 24px;
    text-decoration: none;
    text-shadow: 1px 1px 0px #1571cd;
    cursor: pointer;
    color: #ffffff;
    margin: 4px 0 0;
    -webkit-box-shadow: 1px 1px 2px #000;
    box-shadow: 1px 1px 2px #000;
    font-size: 24px;
    line-height: 26px;
}

#IDX-formSubmit:hover {
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0.05, #2066d7), color-stop(1, #3e94f5));
    background: -moz-linear-gradient(center top, #2066d7 5%, #3e94f5 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='@base4', endColorstr='@base3');
    background-color: #2066d7;
    color: #ffffff;
}

#IDX-formReset {
    -moz-box-shadow: inset 0px 1px 0px 0px #ffffff;
    -webkit-box-shadow: inset 0px 1px 0px 0px #ffffff;
    box-shadow: inset 0px 1px 0px 0px #ffffff;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0.05, #f6f4f4), color-stop(1, #d6d6d6));
    background: -moz-linear-gradient(center top, #f6f4f4 5%, #d6d6d6 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='@base3', endColorstr='@base4');
    background-color: #f6f4f4;
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
    border-radius: 6px;
    border: 1px solid #ebeaea;
    display: inline-block;
    font-weight: bold;
    padding: 6px 24px;
    text-decoration: none;
    text-shadow: 1px 1px 0px #cccccc;
    cursor: pointer;
    color: #333333;
    margin: 0;
    font-size: 16px;
    line-height: 18px;

}

.IDX-showcaseTable {
    table-layout: fixed !important;
    border-spacing: 8px;
    font-size: 11px;
    margin: 0 !important;
}

.IDX-showcaseCell div {
    text-align: center !important;
}

.IDX-showcaseContainer {
    position: relative !important;
}

.IDX-showcaseContainer a {
    height: auto !important;
}

.IDX-showcaseLink {
    height: 100%;
    width: 100%;
    font-size: 0;
    text-align: center;
    display: inline-block;
}

.IDX-showcasePhoto {
    max-width: 200px !important;
    height: 150px !important;
    display: inline-block;
    vertical-align: middle;
    margin-bottom: 11px;
}

.IDX-showcaseCell div {
    text-align: center;
}

ul#IDX-detailsLinks-list a {
    color: #00008B;
}

#IDX-gallerySummary {
    color: #00008B;
}

.IDX-showcaseTable .IDX-showcaseCell {

    width: 231px !important;
    padding: 15px !important;

}

body.page-id-214 .IDX-showcaseTable .IDX-showcaseCell {
    width: 231px !important;
    padding: 15px !important;
}

.IDX-showcaseTable .IDX-showcaseCell div {
    margin: 2px;
}

#content .entry a {
    text-decoration: underline;
}

#IDX-main,
select#IDX-hvPropType,
#IDX-submitBtn,
#IDX-resetBtn {
    font-family: 'Oswald', sans-serif !important;
}

#IDX-homevaluationFormActions #IDX-submitBtn,
#IDX-homevaluationFormActions #IDX-resetBtn {
    color: #000;
    font-weight: 700;
}

h2#IDX-homevaluationHeader,
h2#IDX-contactHeader {
    font-size: 30px;
    font-family: 'Oswald', sans-serif;
    font-weight: 300;
    text-transform: uppercase;

}

#content .entry {
    line-height: 22px;
    letter-spacing: 1px;
}

#content .entry p {
    line-height: 22px;
    font-family: 'Lato', sans-serif;
}

.page-id-119 #content .entry,
.page-id-118 #content .entry {
    font-size: 16px;
}

/*** Community Info ***/

.community-btns {
    width: 100%;
    display: block;
    text-align: center;
}

.community-btns br {
    display: none;
}

.community-btns a {
    display: inline-block;
    vertical-align: middle;
    width: 30%;
    height: 50px;
    text-decoration: none !important;
    outline: none;
    background: #5fafe1;
    background-size: 100% 100%;
    border-radius: 5px;
    margin: 10px 7px;
}

a.comm-btn span {
    text-align: center;
    line-height: 50px;
    display: block;
    text-transform: uppercase;
    font-weight: 500;
}

.aios-mortgage-calculator-standalone p,
.aios-mortgage-calculator-standalone-form-reminder,
.aios-mortgage-calculator-standalone label {
    color: #fff !important
}

.IDX-resultsCount,
#IDX-resultsCountWrap,
.IDX-column2 .IDX-resultsLabel {
    color: #Fff;
}


#IDX-main a,
#IDX-resultsContent .IDX-row-content a {
    color: #5fafe1!important;
}

#IDX-resultsPagerTop a {
    color: #fff!important;
    text-decoration: none!important;
}

.IDX-pagination li.IDX-active a {
    color: #5fafe1!important;
}

.IDX-pagination {
    display: inline-block;
}

.IDX-row-content .IDX-column1 {
    width: 42%;
}

.IDX-row-content .IDX-column4 {
    width: 17%;
}

.IDX-row-content .IDX-column3 {
    width: 20%
}

#IDX-detailsLinks-list {
    background: #fff
}

form.IDX-perPageForm {
    display: inline-block;
    vertical-align: top;
    padding-top: 4px;
}

.content-left {
    float: left;
    width: 50%;
}

.content-right {
    width: 50%;
    float: right;
}

.entry div#IDX-detailsMainInfo,
.entry div#IDX-description,
.entry div.IDX-fieldContainer {
    color: #333333;
}

.entry #IDX-detailsContainer-b099-1-1,
.entry #IDX-field-acreageInfo,
.entry #IDX-field-additionalAcreage,
.entry #IDX-field-garage,
.entry #IDX-field-garageParking,
.entry #IDX-field-lot,
.entry #IDX-field-privatePool,
.entry #IDX-field-roadType,
.entry #IDX-field-auction,
.entry #IDX-field-taxId,
.entry #IDX-field-cityCountySpecialAssessments,
.entry #IDX-field-energyFeatures,
.entry #IDX-field-exclusionsYNU,
.entry #IDX-field-range,
.entry #IDX-field-schoolsSchoolYearFrom,
.entry #IDX-field-schoolsSchoolYearTo,
.entry #IDX-field-bedroom2Length,
.entry #IDX-field-bedroom2Width,
.entry #IDX-field-bedroom3Length,
.entry #IDX-field-bedroom3Width,
.entry #IDX-field-diningRoomLength,
.entry #IDX-field-diningRoomWidth,
.entry #IDX-field-kitchenLength,
.entry #IDX-field-kitchenWidth,
.entry #IDX-field-level,
.entry #IDX-field-livingRoomLength,
.entry #IDX-field-livingRoomWidth,
.entry #IDX-field-masterBedroomLength,
.entry #IDX-field-masterBedroomWidth,
.entry #IDX-field-sqftSource .entry #IDX-field-legalDescription,
.entry #IDX-field-absoluteLongitude,
.entry #IDX-field-section,
.entry #IDX-field-streetSuffix,
.entry #IDX-field-subdivNum,
.entry #IDX-field-township {
    display: none;
}

.page-id-101 .entry #IDX-contactAddress,
.page-id-101 .entry #IDX-contactCityStateZip {
    display: none;
}

.page-id-1074 .row,
.page-id-1075 .row,
.page-id-135 .row,
.page-id-151 .row {
    width: 100%;
    float: left;
    margin-left: -15px;
    margin-right: -15px;
}

.page-id-1074 .col-md-6,
.page-id-1075 .col-md-6,
.page-id-135 .col-md-6,
.page-id-151 .col-md-6,
.page-id-132 .col-md-6,
.page-id-152 .col-md-6 {
    width: 50%;
    float: left;
    padding: 0 15px;
    box-sizing: border-box;
}

.page-id-135 #content ul li a .sec-title,
.page-id-151 #content ul li a .sec-title,
.page-id-132 #content ul li a .sec-title,
.page-id-132 #content ul li span.sec-title,
.page-id-152 #content ul li a .sec-title,
.page-id-152 #content ul li span.sec-title {
    font-size: 20px;
    text-decoration: underline;
    font-style: italic;
    font-weight: bold;
    text-transform: uppercase;
    color: #5fafe1;
}

.parent-pageid-119 #content li.vendor-title,
.parent-pageid-118 #content li.vendor-title {
    font-size: 20px;
    text-decoration: underline;
    font-style: italic;
    font-weight: 400;
    text-transform: uppercase;
    color: #fff;
}

.parent-pageid-119 #content ul li a.vendor-title,
.parent-pageid-118 #content ul li a.vendor-title {
    font-size: 20px;
    text-decoration: underline;
    font-style: italic;
    font-weight: bold;
    text-transform: uppercase;
    color: #5fafe1;
}

.parent-pageid-119 .col-md-4,
.parent-pageid-118 .col-md-4 {
    width: 33%;
    float: left;
    padding: 0 15px;
    box-sizing: border-box;
}

.parent-pageid-119 #content ul li a,
.parent-pageid-118 #content ul li a {
    list-style: none!important;
    margin: 10px 0;
}

.parent-pageid-119 #content ul,
.parent-pageid-118 #content ul {
    margin: 0!important;
    list-style: none !important;
}

.page-id-1074 #content ul,
.page-id-1075 #content ul {
    margin: 0!important;
    list-style: none !important;
}

.page-id-1074 #content ul li a,
.page-id-1075 #content ul li a,
.page-id-135 #content ul li a,
.page-id-151 #content ul li a,
.page-id-132 #content ul li span.sec-title,
.page-id-152 #content ul li span.sec-title {
    list-style: none!important;
    margin: 10px 0;
}

.page-id-1074 #content ul li a,
.page-id-1075 #content ul li a,
.page-id-135 #content ul li a,
.page-id-151 #content ul li a,
.page-id-132 #content ul li a,
.page-id-152 #content ul li a {
    color: #5fafe1;
}

.page-id-130 #content ul li a span.sec-title,
.page-id-131 #content ul li a span.sec-title,
.page-id-134 #content ul li a span.sec-title,
.page-id-149 #content ul li a span.sec-title,
.page-id-150 #content ul li a span.sec-title,
.page-id-148 #content ul li a span.sec-title,
.page-id-132 #content ul li a span.sec-title {
    font-size: 20px;
    text-decoration: underline;
    font-style: italic;
    font-weight: bold;
    text-transform: uppercase;
    color: #5fafe1;
    list-style: none !important
}

.page-id-130 #content ul li span.sec-title,
.page-id-131 #content ul li span.sec-title,
.page-id-134 #content ul li span.sec-title,
.page-id-149 #content ul li span.sec-title,
.page-id-150 #content ul li span.sec-title,
.page-id-148 #content ul li span.sec-title,
.page-id-132 #content ul li span.sec-title {
    font-size: 20px;
    text-decoration: underline;
    font-style: italic;
    font-weight: bold;
    text-transform: uppercase;
    color: #5fafe1;
    list-style: none !important
}

.page-id-131 #content ul,
.page-id-134 #content ul,
.page-id-149 #content ul,
.page-id-148 #content ul,
.page-id-150 #content ul,
.page-id-130 #content ul,
.page-id-132 #content ul,
.page-id-134 #content ul {
    list-style: none !important;
}

/*======Silverthon Page CSS======*/

#silverthon-wrapper {
    width: 100%;
    min-width: 100%;
    z-index: -2;
    margin: 0 auto 0;
    top: 0;
    position: relative;
    margin-bottom: -100px;
}

#silverthon img {
    margin: 0 auto 0 !important;
    width: 100%;

}

#silverthon-main-content {
    position: relative;
    z-index: 1;
    margin: 0 0 30px;
}

.page-template-silverthorn-php #header-wrapper {
    position: absolute;
    z-index: 3;
}

.page-template-silverthorn-php .cycloneslider {
    z-index: 1;
}

.page-template-silverthorn-php header {
    position: absolute;
    top: 0;
    left: 0;
}

.page-template-silverthorn-php header .hdr-bottom {
    height: 225px;
}

#silverthon-content-wrapper {
    width: 100%;
    margin: 0 auto 0;
    position: relative;
    padding: 0;
    z-index: 1;
    background: url(images/slide-shadow.png) top center repeat-x
}

#silverthon-overlay {
    position: absolute;
    bottom: -3px;
    left: 0;
    background: url(images/slide-shadow.png) 0 101% repeat-x;
    width: 100%;
    height: 100%;
    z-index: 2;
}


#content-community {
    margin: 0 auto 0;

}

.community-content {
    font-family: "Oswald", sans-serif;
    font-size: 18px;
    font-weight: 300;
    text-shadow: 2px 0 3px #010101;
    width: 100% padding-top: 20px;
    line-height: 25px;
}

.community-content p {
    margin: 20px 0;
    line-height: 25px;
}

.community-content strong {
    font-size: 20px;
    letter-spacing: 1px;
    font-weight: 500;
}

.community-content ol,
ul {
    line-height: 20px;
    list-style: inside disc;
}


.community-content a {
    color: #5fafe1;
    text-decoration: underline;
}

.community-content a:hover {}

.s-lading-entry{
    font-family: "Oswald", sans-serif;
    font-size: 36px;
    text-transform: uppercase;
    display: block;
    position: absolute;
    z-index: 2;
    margin: 251px 0 0 0;
    text-shadow: 2px 0 3px #010101
}

.s-lading-entry p#breadcrumbs {
    font-size: 15px;
    margin: 1.12em 0;
    text-transform: capitalize;
    line-height: 1.7;
    font-family: Oswald, sans-serif;
    font-weight: 300;
}

.s-title-entry {
    font-family: "Oswald", sans-serif;
    font-size: 35px;
    text-transform: uppercase;
    display: block;
    line-height: 35px;
    text-shadow: 2px 0 3px #010101;
    margin: 0 0 15px 0
}

.IDX-showcaseRow .IDX-showcaseCell {
    background: #0e2233 !important;
    height: 100% !important;
}

.page-id-214 {
    background: #000
}

#IDX-fieldContainerTitle {
    font-weight: bold !important;
    border-bottom: 1px dotted !important;
}

.IDX-fieldContainerList > div > strong {
    font-weight: 500 !important;
}

.page-template-silverthorn-php #inner-page-wrapper > .container {
    position: relative;
    width: 100%;
    padding: 0;
}

.page-template-silverthorn-php .outer {
    width: 100%;
    min-width: 100%;
}

.page-template-silverthorn-php .inner {
    width: 100%;
    margin: auto;
}

body.page-template-silverthorn-php {
    width: 100%;
    min-width: 100%;
    background: #000;
}

/* END*/

:-webkit-input-placeholder {
    color: inherit;
    opacity: 1;
}

:-moz-placeholder {
    color: inherit;
    opacity: 1;
}

:-ms-input-placeholder {
    color: inherit;
}

.btn .label {
    display: none !important;
}

.page-id-101 h1 {
    display: none !important;
    margin-top: 20px !important;
}

#slideshow-wrappergallery1 #informationgallery1,
#slideshow-wrappercustom #informationcustom {
    display: none !important;
}


.ip-button a {
    background: url(images/button.png) center top no-repeat;
    height: 58px;
    width: 220px;
    text-align: center;
    text-transform: uppercase;
    font-family: 'Oswald', sans-serif;
    font-weight: lighter;
    font-size: 16px;
    color: #fff;
    margin: 0 5px 10px 0;
    padding: 21px 0;
    display: inline-block;
    float: left;
    box-sizing: border-box;
}

.page-id-85 .ip-button a {
    width: 182px;
}

.ip-button a:hover {
    background: url(images/button-hover.png) center top no-repeat;
}

.ip-text {
    font-weight: normal;
    font-size: 20px\9;
}

.mfp-iframe-holder .mfp-content {
    max-width: 100% !important;
    width: 100% !important;
}

.mfp-image-holder .mfp-close,
.mfp-iframe-holder .mfp-close {
    top: 23px !important;
    color: #000 !important
}

button.mfp-close,
button.mfp-arrow {
    cursor: pointer !important
}

/* background: url(images/x-icon.png) center top no-repeat !important;*/

.ytp-endscreen-content {
    display: none!important;
}

.html5-endscreen.ytp-endscreen-paginate {
    display: none!important;
}


#IDX-resultMap,
#IDX-mortgageRatesDisclaimer {
    display: none !important;
}

td.IDX-mortgageRatesInfo,
p.IDX-mortgageRatesAdvertiser {
    display: none !important;
}

p.IDX-mortgageRatesAdvertiser,
h4.IDX-noMargin,
p.IDX-mortgageRatesEst,
a.IDX-mortgageRatesGoBtn,
span.IDX-mortgageRatesNMLS.IDX-mortgageRatesLabel {
    display: none !important;
}

p.IDX-noMargin {
    display: none !important;
}

span.IDX-mortgageRatesSlic.IDX-mortgageRatesLabel {
    display: none !important;
}

a.IDX-mortgageRatesLogo {
    display: none !important;
}

#IDX-mortgageRatesTable tbody tr td {
    display: none !important;
}


#IDX-main #IDX-map {
    height: 500px!important;
}

.IDX-wrapper-standard #IDX-detailsAddress {
    font-size: 30px;
}

div#IDX-description {
    font-size: 22px;
    line-height: 26px;
}

.IDX-wrapper-standard #IDX-nextLastPosition {
    display: none;
}

div#IDX-detailsHotActions a {
    background: none;
    width: auto !important;
    border: 0;
}

.IDX-wrapper-standard .IDX-topAction {
    margin-right: 6.66%;
}

.IDX-wrapper-standard .IDX-topAction:last-child {
    margin-right: 0;
}

.IDX-wrapper-standard .IDX-detailsHotAction {
    letter-spacing: 1.7px;
    float: none;
    display: inline-block;
}


.IDX-wrapper-standard .IDX-btn {
    padding: 6px 10px;
}


.IDX-wrapper-standard #IDX-detailsGalleryAction {
    display: inline-block;
    text-align: center;
}

.IDX-wrapper-standard .IDX-detailsHotAction a {
    padding: 0!important;
    margin: 0 0 0 15px;
}


#IDX-detailsHotAction-vt a {
    margin: 0;
    padding: 0;
}

#IDX-detailsHotActions {
    text-align: center;
}

.IDX-wrapper-standard #IDX-photoGalleryLink {
    width: 100%;
    margin: 0;
    padding: 0;
    margin: 0 0 0 15px;
}

div#IDX-detailsBankRateTool span.IDX-estMonthlyPayment + a {
    margin-left: 10px;
}

div#IDX-detailsAgentInfo {
    display: none;
}

.IDX-wrapper-standard .IDX-field {
    width: 50% !important
}

em.ai-mobile-phone {
    font-style: normal!important;
}

.sidebar div#hp-cta {
    width: 283px;
}

.text-long a {
    padding: 15px;
}

.text-short {
    display: block;
}

wpcf7-form-control-wrap.sqft {
    width: 279px;
    display: block;
    box-sizing: border-box;
}

div#IDX-mortgageCalculationResults table {
    color: #000;
}

#IDX-sqft-group,
#IDX-acres-group {
    display: none;
}

.page-id-85 .ip-button a:hover {
    width: 182px !important;
}

.hp-cta2 a {
    height: 100px;
    line-height: 103px;
}

/*.home .slide .cycloneslider-template-responsive-img .cycloneslider-caption {
    display: none;
}*/
.cycloneslider-template-responsive-img .cycloneslider-caption {
    display: block;
    /* top: 50%; */

    top: 77%;
    transform: translate(-50%);
    width: auto !important;
    left: 50% !important;
    position: absolute !important;
    background: none !important;
    text-align: right !important;
}
.cycloneslider-template-responsive-img .cycloneslider-caption-description{
    text-shadow: 5px 10px 30px #000000;
    /* font-size: 75px !important; */
    font-size: 50px !important;
}
.hp-qs {
    position: absolute;
    z-index: 10;
    left: 0;
    width: 100%;
    padding: 20px 0;
    margin-top: -12%;
}

.aios-quick-style-5 {
    width: 100%;
    height: auto;
}

.aios-quick-style-5 form {
    display: block;
    width: 100%;
}

.aios-quick-style-5 .qc-wrap {
    width: 100%;
    height: 59px;
    border: solid 1px #b7b7b7;
    position: relative;
}

.aios-quick-style-5 .qc-wrap input.orig {
    width: 100%;
    height: 100%;
    background: transparent;
    border: none;
    outline: none;
    color: #fff;
    font-size: 15px;
    padding-top: 20px;
    padding-bottom: 16px;
    padding-left: 20px;
    padding-right: 130px;
    box-sizing: border-box;
}

.aios-quick-style-5 .qc-wrap input[type="submit"] {
    border: none;
    font-size: 13px;
    color: #fff;
    outline: none;
    width: 114px;
    height: 38px;
    background-color: #1f3241;
    text-transform: uppercase;
    position: absolute;
    right: 9px;
    top: 9px;
    transition: all 0.4s ease-in-out;
}

.aios-quick-style-5 .qc-wrap input[type="submit"]:hover {
    background: #142029;
} 

.slide .cycloneslider-slide:after {
    content: "";
    position: absolute;
    z-index: 1;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.2);
}

.hp-quick-search .bootstrap-select.btn-group {
    width: 100%;
    height: 100%;
}

.hp-quick-search .bootstrap-select.btn-group .dropdown-toggle {
    background: transparent;
    border: none;
    outline: none;
    padding-top: 20px;
    padding-bottom: 16px;
    padding-left: 20px;
    padding-right: 130px;
    box-sizing: border-box;
}

.hp-quick-search .bootstrap-select.btn-group .dropdown-toggle .filter-option {
    color: #fff;
    font-size: 15px;
}

.hp-quick-search .bootstrap-select input.form-control {
    color: #000;
}

.sb-contact {
    text-align: right;
    font-size: 19px;
    letter-spacing: 1px;
}

.sb-contact .smi a {
    padding: 0 5px;
    letter-spacing: 0;
}

.sb-contact .contact-logo:hover {
    opacity: 0.75;
}

.sb-contact a {
    text-decoration: none;
    transition: all 0.4s ease-in-out;
}

.sb-contact a:hover {
    opacity: 0.75;
}

/* MEDIA QUERIES ARE AUTOMATICALLY REMOVED FROM THIS FILE, they must be placed in style-media-queries.css */
.bootstrap-select.btn-group .dropdown-menu{
    max-width: 100% !important;
}

section.hp-qs.aios-quick-style-5{
    display: none;
}

.sb-contact a:first-child{
        font-size: 26px;
    text-transform: uppercase;
    text-align: center;
    text-decoration: none;
    outline: 0;
}



.page-id-404 h1.entry-title span , .page-id-2007 h1.entry-title span{
    /* color: #e68300; */
    /* text-transform: uppercase; */
    /* display: block; */
    /* padding-left: 7rem; */
    font-family: 'Playfair Display', serif;
    font-weight: 700;
    font-size: 50px;
}

.page-id-404 h1.entry-title , .page-id-2007 h1.entry-title{
    font-weight: 700 !important;
    font-style: normal !important;
    font-size: 50px !important;
    padding: 0px !important;
}

.aiosp-wrap .aiosp-container .aios-popup-body{

    max-width: 670px;
    
    min-height: 390px;
}