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


/* Global */

body {
    font-family: 'Lato', sans-serif;
    font-size: 16px;
    color: #333;
    margin: 0;
}

a:hover {
    text-decoration: none;
    color: inherit;
    outline: none;
}

a:link,
a:visited {
    outline: none;
}


/*** IP BG **/

.ip-banner {
    position: fixed;
    z-index: -1;
    width: 100%;
    height: 100%;
    top: 0;
}

.home .ip-bg {
    display: none;
}


/*** Header ***/

.header-main {
    width: 100%;
    z-index: 1020;
    margin: 0 auto;
    position: fixed;
    height: 133px;
    background: #fff;
    -webkit-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}


/*** Header Area ***/

.logo-header {
    padding-top: 10px;
    padding-bottom: 10px;
}

.hdr-contact {
    text-align: right;
    color: #5f5f5f;
    font-size: 13px;
    padding-top: 26px;
    transition: all .25s ease-in-out;
    -moz-transition: all .25s ease-in-out;
    -webkit-transition: all .25s ease-in-out;
}

.hdr-contact a {
    color: #5f5f5f;
}

.header-smi {
    vertical-align: top;
    width: 100%;
    margin: 0 auto;
    text-align: right;
    padding: 5px 0;
}

.header-smi a {
    margin: 0 5px;
    font-size: 24px;
    transition: all .25s ease-in-out;
    -moz-transition: all .25s ease-in-out;
    -webkit-transition: all .25s ease-in-out;
    color: #528400;
}

.header-smi a:hover {
    color: #888888;
}

.logo-header img {
    height: 100px;
    transition: all .25s ease-in-out;
    -moz-transition: all .25s ease-in-out;
    -webkit-transition: all .25s ease-in-out;
}


/***Header Short***/

.header-main.short {
    height: 75px;
    -webkit-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

.header-main.short .logo-header {
    height: 75px;
    transition: all .25s ease-in-out;
    -moz-transition: all .25s ease-in-out;
    -webkit-transition: all .25s ease-in-out;
    padding-top: 5px;
}

.header-main.short .header-smi {
    padding-top: 5px;
}

.header-main.short .logo-header img {
    height: 60px;
    transition: all .25s ease-in-out;
    -moz-transition: all .25s ease-in-out;
    -webkit-transition: all .25s ease-in-out;
}

.header-main.short .nav-wrapper {
    width: 100%;
    margin: 0 auto;
    width: 100%;
    transition: all .25s ease-in-out;
    -moz-transition: all .25s ease-in-out;
    -webkit-transition: all .25s ease-in-out;
    box-shadow: 0 0 5px #999;
    height: 25px;
}

.header-main.short #nav li a {
    font-weight: 300;
    color: #5f5f5f;
    font-size: 10px !important;
    padding: 0 15px;
    margin: 4px 0;
}

.header-main.short #nav .sub-menu li a {
    width: 100%;
    font-size: 12px;
    font-weight: 300;
    padding: 6px 23px;
    text-transform: none;
    color: #fff;
    text-transform: uppercase;
    border-left: none;
    margin: 0 0 1px;
    background: rgba(149, 197, 80, 0.8);
}

.header-main.short .hdr-contact {
    padding-top: 6px;
    transition: all .25s ease-in-out;
    -moz-transition: all .25s ease-in-out;
    -webkit-transition: all .25s ease-in-out;
}


/*** Navigation ***/

.nav-wrapper {
    background: rgba(255, 255, 255, 0.8);
    height: 43px;
    width: 100%;
    margin: 12px auto;
    transition: all .25s ease-in-out;
    -moz-transition: all .25s ease-in-out;
    -webkit-transition: all .25s ease-in-out;
}

.navigation {
    position: relative;
}

#nav {
    text-align: center;
}

#nav li {
    display: inline-block;
    margin: 0;
}

#nav li a {
    font-weight: 300;
    color: #5f5f5f;
    font-size: 12px !important;
    text-transform: uppercase;
    display: inline-block;
    padding: 0 12px;
    transition: all .25s ease-in-out;
    -moz-transition: all .25s ease-in-out;
    -webkit-transition: all .25s ease-in-out;
    letter-spacing: 1px;
    outline: none;
    text-decoration: none;
    border-left: 1px solid #5f5f5f;
    margin: 12px 0;
}

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


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

#nav li:hover {
    color: #95c550;
}

#nav li:hover a {
    color: #95c550;
}

#nav .sub-menu {
    min-width: 200px;
    left: 0;
    z-index: 999;
    padding: 0;
    background: none;
    text-align: left;
}

#nav .sub-menu a {
    padding: 0;
}

#nav .sub-menu li {
    width: 100%;
    position: relative;
    margin: 0;
}

#nav .sub-menu li a {
    width: 100%;
    font-size: 13px;
    font-weight: 300;
    padding: 6px 23px;
    text-transform: none;
    color: #fff;
    text-transform: uppercase;
    border-left: none;
    margin: 0 0 1px;
    background: rgba(149, 197, 80, 0.8);
}

#nav .sub-menu li a:hover {
    background: rgba(149, 197, 80, 1);
    color: #fff;
}

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


/*** HP SLIDE AREA ***/

.slide-area {
    width: 100%;
    position: relative;
    z-index: 0;
    top: 0;
}


/*** HP SLIDE ***/

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


/*** CTA Communities ***/

.comm-cta {
    position: absolute;
    z-index: 1;
    bottom: 20%;
    width: 100%;
    margin: 0 auto;
}

.comm-list {
    font-size: 0;
    text-align: center;
}

.comm-list > a {
    display: inline-block;
    vertical-align: middle;
    width: 100%;
    height: 87px;
    text-decoration: none;
    background: #528400;
    font-size: 0;
    margin: 0 1.60%;
    box-shadow: 0px 5px 20px #000;
    border-radius: 4px;
}

.comm-list > a:before {
    content: '';
    width: 0%;
    height: 100%;
    display: inline-block;
    vertical-align: middle;
}

.comm-list > a span {
    color: #fff;
    text-transform: uppercase;
    width: 100%;
    vertical-align: middle;
    display: inline-block;
    font-size: 20px;
    font-weight: 300;
    letter-spacing: 1px;
    font-family: 'Lato', sans-serif;
    transition: all .25s ease-in-out;
    -moz-transition: all .25s ease-in-out;
    -webkit-transition: all .25s ease-in-out;
}

.comm-list > a:hover {
    box-shadow: 0px 5px 40px #000;
}

.comm-list > a span em {
    font-style: normal;
}

.comm-list > a:hover span em {
    opacity: 1;
    padding-right: 10px;
}

.comm-list > a span img {
    opacity: 0;
    padding-right: 0;
    transition: all .25s ease-in-out;
    -moz-transition: all .25s ease-in-out;
    -webkit-transition: all .25s ease-in-out;
    display: none;
}

.comm-list > a:hover span img {
    opacity: 1;
    padding-right: 10px;
}

.comm-new {
    margin-top: 50px;
}


/*** CTA ****/

.hp-cta {
    padding-top: 46px;
    padding-bottom: 46px;
}

.cta-title {
    font-size: 25px;
    text-transform: uppercase;
    color: #464646;
    letter-spacing: 4px;
    font-weight: 300;
    padding-bottom: 50px;
    text-align: center;
}

.cta-title span {
    color: #528400;
}

.cta-list {
    font-size: 0;
    text-align: center;
    margin-bottom: 30px;
}

.cta-list > a {
    display: inline-block;
    vertical-align: middle;
    width: 100%;
    height: 140px;
    text-decoration: none;
    background: #528400;
    font-size: 0;
    margin: 0;
    box-shadow: 0px 1px 44px #888;
    border: 1px solid #8abf34;
    transition: all .25s ease-in-out;
    -moz-transition: all .25s ease-in-out;
    -webkit-transition: all .25s ease-in-out;
}

.cta-list > a:hover {
    box-shadow: 0px 5px 40px #000;
}

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

.cta-list > a span {
    color: #fff;
    text-transform: uppercase;
    width: 100%;
    vertical-align: middle;
    display: inline-block;
    font-size: 20px;
    font-weight: 300;
    letter-spacing: 1px;
    font-family: 'Lato', sans-serif;
}

.cta-list > a .top-div {
    width: 20%;
    height: 3px;
    border-top: 1px solid #fff;
    margin: 0 auto;
    position: absolute;
    left: 0;
    right: 0;
    top: 50px;
}

.cta-list > a .btm-div {
    width: 20%;
    height: 3px;
    border-top: 1px solid #fff;
    margin: 0 auto;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 45px;
}

.cta-list.cta-long > a .btm-div {
    bottom: 31px;
}

.cta-list.cta-long > a .top-div {
    top: 36px;
}


/*** Welcome ***/

.welcome-wrap {
    width: 100%;
    margin: 0 auto;
    background: url(images/welcome-bg.jpg) no-repeat top center;
    background-size: 100% 577px;
    padding: 50px 0;
}

.agent-photo {
    position: relative;
    padding: 30px 10px;
    background: rgba(185, 185, 185, 1);
    background: -moz-linear-gradient(top, rgba(185, 185, 185, 1) 0%, rgba(223, 223, 223, 1) 50%, rgba(254, 254, 254, 1) 100%);
    background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(185, 185, 185, 1)), color-stop(50%, rgba(223, 223, 223, 1)), color-stop(100%, rgba(254, 254, 254, 1)));
    background: -webkit-linear-gradient(top, rgba(185, 185, 185, 1) 0%, rgba(223, 223, 223, 1) 50%, rgba(254, 254, 254, 1) 100%);
    background: -o-linear-gradient(top, rgba(185, 185, 185, 1) 0%, rgba(223, 223, 223, 1) 50%, rgba(254, 254, 254, 1) 100%);
    background: -ms-linear-gradient(top, rgba(185, 185, 185, 1) 0%, rgba(223, 223, 223, 1) 50%, rgba(254, 254, 254, 1) 100%);
    background: linear-gradient(to bottom, rgba(185, 185, 185, 1) 0%, rgba(223, 223, 223, 1) 50%, rgba(254, 254, 254, 1) 100%);
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#b9b9b9', endColorstr='#fefefe', GradientType=0);
}

.agent-photo img {
    width: 100%;
    margin: 10px 0;
}

.agent-photo a {
    color: #fff;
}

.agent-cont {
    position: absolute;
    bottom: 40px;
    text-align: center;
    color: #fff;
    width: 100%;
    margin: 0 auto;
    left: 0;
    right: 0;
    font-size: 16px;
    text-transform: uppercase;
    text-shadow: 2px 2px 5px #000;
}

.agent-cont span {
    font-size: 55px;
    font-family: 'Mrs Saint Delafield', cursive;
    text-transform: none;
    display: block;
    line-height: 40px;
}

.welcome-title {
    font-size: 37px;
    color: #373737;
    display: block;
    font-weight: 400;
    font-family: 'Cinzel', serif;
}

.welcome-text {
    display: inline-block;
    width: 100%;
    font-weight: 400;
    font-size: 16px;
    color: #373737;
}

.welcome-text p {
    margin: 1% 0;
    line-height: 24px;
}

.welcome-text p span {
    font-size: 25px;
    display: block;
    padding-top: 40px;
    padding-bottom: 10px;
    font-family: 'Cinzel', serif;
}


/*** Sales and Leasing  ***/

.widget-text {
    text-align: left;
}

.widget-text span {
    font-size: 25px;
    display: block;
    padding-top: 40px;
    padding-bottom: 10px;
    font-family: 'Cinzel', serif;
}

.widget-text p {
    margin: 1% 0;
    line-height: 24px;
}


/*** Resourcess Button ***/

.res-btn {
    font-size: 0;
    text-align: center;
    padding-top: 40px;
}

.res-btn > a {
    display: inline-block;
    vertical-align: middle;
    width: 100%;
    height: 70px;
    text-decoration: none;
    background: #528400;
    font-size: 0;
    margin: 4% 0;
    box-shadow: 0px 5px 20px #000;
    transition: all .25s ease-in-out;
    -moz-transition: all .25s ease-in-out;
    -webkit-transition: all .25s ease-in-out;
}

.res-btn > a:hover {
    box-shadow: 0px 5px 40px #000;
}

.res-btn > a:before {
    content: '';
    width: 0%;
    height: 100%;
    display: inline-block;
    vertical-align: middle;
}

.res-btn > a span {
    color: #fff;
    text-transform: uppercase;
    width: 100%;
    vertical-align: middle;
    display: inline-block;
    font-size: 20px;
    text-align: left;
    letter-spacing: 1px;
    padding-left: 30px;
}

.res-btn > a span em {
    font-size: 26px;
    position: absolute;
    right: 35px;
}


/** News and Events **/

.ne-wrapper {
    margin: 0 auto;
    background: url(images/news-event-bg.jpg) no-repeat center;
    background-size: cover;
    position: relative;
    padding: 80px 0;
    margin-top: 30px;
}

.ne-title {
    font-size: 35px;
    font-weight: 300;
    color: #fff;
    text-align: center;
    padding-bottom: 26px;
    text-transform: uppercase;
    font-family: 'Lato', sans-serif;
}

.ne-title > span {
    font-size: 24px;
    display: block;
}

.featcomm {
    height: 169px;
    display: inline-block;
    vertical-align: middle;
    margin: 20px 0;
    width: 100%;
    text-align: center;
}

.featcomm a {
    max-width: 263px;
    height: 169px;
    display: inline-block;
    vertical-align: middle;
    position: relative;
    width: 100%;
}

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

.featcomm a:after {
    content: '';
    width: 100%;
    height: 100%;
    max-width: 263px;
    max-height: 169px;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    margin: 0 auto;
    background: rgba(0, 0, 0, 0.50);
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.featcomm a:hover:after {
    /*background: rgba(148,200,64,0.8);*/
    background: url(images/bg-hover.png) no-repeat center;
}

.featcomm a img {
    width: 100%;
    max-width: 263px;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    margin: 0 auto;
}

.featcomm a h3 {
    width: 90%;
    display: inline-block;
    vertical-align: middle;
    color: #fff;
    font-size: 20px;
    text-align: center;
    text-transform: uppercase;
    position: absolute;
    z-index: 1;
    top: 65px;
    margin: 0 auto;
    left: 0;
    right: 0;
    background: url(images/h3-bg.png) no-repeat center;
    height: 40px;
    line-height: 40px;
}

.featcomm a span {
    width: 90%;
    display: inline-block;
    vertical-align: middle;
    color: #fff;
    font-size: 13px;
    text-align: center;
    text-transform: uppercase;
    position: absolute;
    z-index: 1;
    top: 34%;
    margin: 0 auto;
    left: 0;
    right: 0;
    font-weight: 300;
    letter-spacing: 1px;
}

.featcomm a em {
    width: 90%;
    display: inline-block;
    vertical-align: middle;
    color: #fff;
    font-size: 11.5px;
    text-align: center;
    text-transform: uppercase;
    position: absolute;
    z-index: 1;
    top: 57%;
    margin: 0 auto;
    left: 0;
    right: 0;
    font-weight: 300;
    letter-spacing: 1px;
}

.featcomm a:hover h3,
.featcomm a:hover em,
.featcomm a:hover span {
    color: #000;
}


/*** Instagram Widget ***/

.ig-wrap {
    text-align: center;
    padding-top: 70px;
    padding-bottom: 70px;
}


/*** Footer Contact**/

.ftr-main-wrap {
    width: 100%;
    margin: 0 auto;
    background: url(images/contact-bg.jpg) no-repeat top center;
    padding: 40px 0 50px;
    background-size: 100% 450px;
}

.contact-info {
    text-align: center;
    color: #fff;
    font-size: 15px;
}

.contact-info span {
    display: block;
    font-size: 35px;
    font-family: 'Cinzel', serif;
    text-transform: uppercase;
}

.contact-info b {
    font-weight: 400;
    font-size: 18px;
}

.contact-info a {
    color: #fff;
}


/*** Contact Form ***/

div.cont-form {
    margin-top: 30px;
    position: relative;
}

div.cont-form input[type='text'],
.cont-form input[type='email'],
.cont-form textarea {
    width: 49%;
    color: #fff;
    display: inline-block;
    font-size: 14px;
    height: 34px;
    padding-left: 10px;
    font-weight: 300;
    -webkit-appearance: none;
    -moz-appearance: none;
    background: none;
    vertical-align: top;
    margin: 6px 0.3%;
    border: 1px solid #fff;
    font-family: 'Open Sans', sans-serif;
}

div.cont-form .border-text {
    border: 1px solid #fff;
    position: relative;
    margin-left: 0.3%;
    width: 99%;
}

div.cont-form textarea {
    width: 83%;
    height: 102px;
    padding-top: 10px;
    border: 0;
    margin: 0;
}

div.cont-form input[type='submit'] {
    background: #998a32;
    height: 83px;
    text-align: center;
    color: #ffffff;
    vertical-align: top;
    text-transform: uppercase;
    cursor: pointer;
    -webkit-appearance: none;
    width: 100%;
    max-width: 102px;
    font-family: 'Open Sans', sans-serif;
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    position: absolute;
    bottom: 10px;
    right: 10px;
    border: 0;
    background: url(images/send-bg.png) no-repeat center #528400;
    font-size: 0;
}

div.cont-form div.wpcf7-validation-errors,
div.cont-form div.wpcf7-mail-sent-ok {
    color: #fff;
    position: absolute;
    width: 100%;
    margin: 0 auto;
    text-align: center;
    border: none;
}

div.cont-form .use-floating-validation-tip span.wpcf7-not-valid-tip {
    width: auto;
    position: absolute;
    top: 10px;
}
div.cont-form .wpcf7 form .wpcf7-response-output {
    color: #ffffff;
    text-align: center;
}


/*** Footer ***/

.footer {
    font-size: 12px;
    font-weight: 300;
    width: 100%;
    background: #e3e3e3;
    color: #666666;
    padding: 20px 0 20px;
    text-align: center;
}

.footer .ftr-smi {
    vertical-align: top;
    width: 100%;
    margin: 0 auto;
    text-align: center;
    padding: 22px 0;
}

.footer .ftr-smi > a {
    margin: 0 5px;
    font-size: 20px;
    transition: all .25s ease-in-out;
    -moz-transition: all .25s ease-in-out;
    -webkit-transition: all .25s ease-in-out;
    color: #fff;
    background: #528400;
    border-radius: 50%;
    padding: 7px 10px;
}

.ftr-smi > a.ai-facebook {
    padding: 7px 14px;
}

.footer .ftr-smi > a:hover {
    box-shadow: 0 0 15px #111;
    color: #fff;
}

.footer li {
    display: inline-block;
    padding: 0 10px;
    line-height: 10px;
    text-transform: uppercase;
}

.footer li:first-child {
    border: 0;
    padding-left: 0;
}

.footer a {
    color: #666666;
}

.footer a:hover {
    color: #528400;
}

.footernav {
    /*padding: 15px 0 0;*/
}

.footer .copyright,
.sitemap {
    color: #666666;
    text-transform: uppercase;
}

em.ai-icon-ftr {
    font-size: 25px;
    padding: 20px 0;
    display: block;
}


/*******************************************************
 *
 * 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: 70.08%;
}

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

#content-sidebar,
#content-full {
    padding: 0 15px;
    background: rgba(255, 255, 255, 1);
}


/* Adjust width of sidebar */

.sidebar {
    width: 26.83%;
    padding-top: 40px;
    position: relative;
}

.sidebar .comm-list > a {
    margin: 10px 0;
}

.sidebar .comm-list > a span em {
    padding-right: 40px;
    font-size: 19px;
}

.sidebar .res-btn > a span {
    font-size: 15px;
}

.sidebar .res-btn {
    padding: 0;
}

.sidebar .res-btn > a span em {
    font-size: 26px;
    position: absolute;
    right: 20px;
}

.sidebar .cta-title {
    padding: 20px 0;
}

.yoast-breadcrumbs {
    margin-top: 180px;
}

span.wpcf7-not-valid-tip {
    font-size: 11px;
}

.use-floating-validation-tip span.wpcf7-not-valid-tip {
    width: 78%;
}


/* 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 {}


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

#content .archive-title {}


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

#content .archive-subtitle {}

.page-btn {
    display: block;
    width: 100%;
}

.page-btn a {
    display: inline-block;
    width: 40%;
    text-decoration: none;
    background: #528400;
    font-size: 19px;
    color: #fff;
    text-transform: uppercase;
    padding: 10px 20px;
    margin: 8px;
    box-shadow: rgb(0, 0, 0) 0px 5px 10px;
    position: relative;
}

.page-btn a b {
    position: absolute;
    right: 20px;
}

.fake-translator {
    display: inline-block;
    padding-left: 10px;
}


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

body.category-35 .prop-beds .det-baths,
body.category-33 .prop-beds .det-baths,
body.category-34 .prop-beds .det-baths,
body.category-36 .prop-beds .det-baths {
    display: none;
}

body.category-35 .prop-beds,
body.category-33 .prop-beds,
body.category-34 .prop-beds,
body.category-36 .prop-beds {
    height: 62px;
}

.page-id-206 .aidefcf-right {
    width: 48.70%;
    display: inline-block;
    margin-left: 2%;
    float: none;
}

#content .listing-details-wrap .details-head span.details-sold-price {
    top: -37px;
}

div.wpcf7 span.wpcf7-form-control.wpcf7-checkbox.wpcf7-validates-as-required,
div.wpcf7 span.wpcf7-form-control.wpcf7-checkbox.wpcf7-validates-as-required span.wpcf7-list-item.first.last {
    font-size: 15px;
}

div.wpcf7 .checkbox-657 .wpcf7-list-item-label {
    font-size: 15px;
}

div.wpcf7 span.wpcf7-form-control-wrap.upload-listings input.wpcf7-form-control.wpcf7-file {
    width: 100%;
}

.logo-mid-wrap img {
    max-width: 300px;
    text-align: center;
    margin: 0 auto;
    display: block;
    width: 100%;
}

.logo-widget-title {
    font-size: 35px;
    font-weight: 300;
    color: #000;
    text-align: center;
    padding-bottom: 26px;
    text-transform: uppercase;
    font-family: 'Lato', sans-serif;
    margin: 20px 0 0 0;
}

.irvinefinancial-list {
    text-align: center;
    margin-top: 20px;
}

.irvinefinancial-list ul li {
    display: inline-block;
    width: 100%;
    max-width: 262px;
    margin-bottom: 30px;
    position: relative;
    margin: 10px 10px;
}

.irvinefinancial-list ul li a {
    text-decoration: none;
}


/* .logo-mid-wrap img {
    max-width: 200px;
    text-align: center;
    margin: 0 auto;
    display: block;
} */

.irvinefinancial-list ul li a span {
    margin-top: 10px;
    display: block;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    text-transform: uppercase;
    color: #fff;
    font-size: 16px;
    z-index: 2;
}

.irvinefinancial-list ul li > a:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.4);
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
}

.irvinefinancial-list ul li a:hover:after {
    background: rgba(0, 0, 0, 0.1);
}

.irvinefinancial-list-sub {
    position: absolute;
    display: none;
    z-index: 3;
    width: 100%;
}

.irvinefinancial-list ul li:hover .irvinefinancial-list-sub {
    display: block;
}

.irvinefinancial-list-sub a {
    color: #000;
    background: #d8d8d8;
    padding: 6px 10px;
    display: block;
    text-align: left;
}

.table-responsive {
    overflow: auto;
}

.table-responsive table.table {
    width: 700px;
}

.table-responsive table.table td {
    padding: 10px 5px;
}

.hp-exclusives {
    margin-top: 100px;
}

.hp-exclusives h2 {
    font-size: 33px;
    display: block;
    font-weight: 800;
    text-align: center;
}

.hp-exclusives h2::after {
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
    background-color: #aeaeae;
    bottom: 0;
    content: '';
    height: 1px;
    left: 50%;
    position: absolute;
    width: 50%;
}

.hp-exclusives .region-content p {
    font-weight: 100;
}

.hp-exclusives p {
    display: block;
    text-align: center;
    margin: 20px 0 50px;
    font-weight: 100;
    color: #656565;
}

.views-row {
    text-align: center;
}

.client-advantage .title {
    font-size: 18px !important;
    margin-top: 20px;
}

.hp-exclusives .body p {
    margin-top: 0px;
}

.view-footer .cta {
    display: inline-block;
    vertical-align: middle;
    width: 100%;
    text-decoration: none;
    background: #528400;
    font-size: 25px;
    margin: 2% 0;
    box-shadow: 0px 5px 20px #000;
    transition: all .25s ease-in-out;
    -moz-transition: all .25s ease-in-out;
    -webkit-transition: all .25s ease-in-out;
    color: #fff !important;
    padding: 20px;
    max-width: 200px;
}

.view-footer .cta:hover {
    box-shadow: 0px 5px 40px #000;
}

.ip-relocation-top {
    position: relative;
}

.ip-relocation-top::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.4);
}

.ip-relocation-top canvas {
    width: 100%;
    background-position: center;
    background-size: cover;
    display: block;
}

.ip-relocation-top-text {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 100%;
    padding: 40px;
    color: #fff;
    z-index: 2;
}

#content .ip-relocation-top-text h2,
.ip-relocation-top-text p {
    margin: 0 !important;
}

#content .ip-relocation-top-text p {
    letter-spacing: 2px;
    line-height: 2;
}

#content .ip-relocation-top-text h2 {
    font-size: 30px;
}

.ip-relocation-top-text a {
    background: #528400;
    padding: 15px 45px;
    display: inline-block;
    margin: 30px 0;
    text-decoration: none !important;
    border-radius: 10px;
    color: #fff;
    transition: all .25s ease-in-out;
    -moz-transition: all .25s ease-in-out;
    -webkit-transition: all .25s ease-in-out;
}

.ip-relocation-top-text a:hover {
    background: #fff;
    color: #528400;
}

.ip-relocation-icon-holder {
    display: block;
    width: 100%;
    font-size: 0;
    margin: 50px 0;
}

.ip-relocation-icon-item {
    display: inline-block;
    width: 25%;
    text-align: center;
    padding: 0 5px;
    font-size: 15px;
    color: #fff;
    letter-spacing: 1px;
    vertical-align: middle;
}

.ip-relocation-icon-item-holder {
    width: 200px;
    height: 200px;
    background: #528400;
    border-radius: 50%;
    margin: auto;
    padding: 38px 0;
}

.ip-relocation-icon-item-holder canvas {
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    width: 100%;
    max-width: 85px;
    margin: 0 auto;
}

.ip-relocation-icon-item-holder span {
    display: block;
    text-align: center;
    margin: 0 auto;
    margin-top: 20px;
    max-width: 150px;
}

.ip-relocation-icon-item br,
.ip-relocation-icon-item p {
    display: none;
}

.ip-relocation-seperator {
    display: block;
    width: 100%;
    height: 1px;
    background: #e4e4e4;
    margin: 50px 0;
}

.ip-relocation-bot {
    width: 100%;
    display: block;
}

.ip-relocation-bot-holder {
    width: 100%;
    max-width: 800px;
    margin: 0 auto;
    font-size: 0;
}

.ip-relocation-bot-holder > div {
    display: inline-block;
    width: 50%;
    font-size: 20px;
    text-align: left;
    vertical-align: middle;
}

.ip-relocation-bot-holder > div img {
    display: block;
    width: 100%;
}

.ip-relocation-bot-right-text {
    padding-left: 30px;
    font-size: 25px;
}

.ip-banner.about {
    width: 100%;
    height: auto;
    position: relative;
    background: url(images/about-banner.jpg);
    background-size: cover;
    background-position: center center;
    top: 175px;
    padding-bottom: 37%;
}

.hdr-sign {
    padding-top: 20px;
}

.hdr-sign img {
    max-width: 100%;
}

.header-main.short .hdr-sign {
    padding-top: 8px;
}

.header-main.short .hdr-sign img {
    height: 50px;
}

.about-iframe {
    text-align: center;
}


/*** Exclusive Videos ***/

.hp-ev {
    padding: 100px 0 50px;
    overflow: hidden;
}

.hp-ev-inner {}

.ev-title {
    margin-bottom: 40px;
}

.ev-title h2 {
    font-size: 33px;
    font-weight: 700;
}

.ev-slider {
    max-width: 990px;
    margin: 0 auto;
}

.ev-slides {}

.ev-slides .slick-list {
    overflow: visible;
}

.ev-slide {
    padding: 0 20px;
}

.ev-slide a {
    display: block;
}

.ev-slide-inner {
    position: relative;
}

.ev-slide-inner::before {
    content: '';
    width: 100%;
    height: 100%;
    background: #7e7e7e;
    opacity: 0.8;
    position: absolute;
    top: 0;
    left: 0;
    transition: all .25s ease-in-out;
    -moz-transition: all .25s ease-in-out;
    -webkit-transition: all .25s ease-in-out;
}

.ev-slides .slick-active .ev-slide-inner::before {
    opacity: 0;
}

.ev-slide-inner canvas {
    display: block;
    width: 100%;
    height: auto;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
}

.ev-slide-inner i {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 116px;
    height: 116px;
    border: 3px solid #fff;
    border-radius: 50%;
    font-size: 40px;
    color: #fff;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    padding-left: 10px;
    opacity: 0;
    transition: all .25s ease-in-out;
    -moz-transition: all .25s ease-in-out;
    -webkit-transition: all .25s ease-in-out;
}

.ev-slides .slick-active .ev-slide-inner i {
    opacity: 1;
}

.ev-arrow {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 58px;
    height: 58px;
    background: #fff;
    border: none;
    padding: 0;
    font-size: 25px;
    color: #528400;
    position: absolute;
    top: 50%;
    left: -78px;
    transform: translateY(-50%);
    z-index: 1;
}

.ev-arrow.next {
    left: auto;
    right: -78px;
}

.ev-button {
    display: flex;
    justify-content: center;
    margin-top: 70px;
}

.ev-button a {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    max-width: 200px;
    height: 62px;
    text-decoration: none;
    background: #528400;
    font-size: 25px;
    box-shadow: 0px 5px 20px #000;
    transition: all .25s ease-in-out;
    -moz-transition: all .25s ease-in-out;
    -webkit-transition: all .25s ease-in-out;
    color: #fff !important;
    text-align: center;
}

.ev-button a i {
    font-size: 30px;
    margin-right: 15px;
}

.ev-button a:hover {
    box-shadow: 0px 5px 40px #000;
}

.instafeed-cont .itf-list {
    display: inline-block;
    position: relative;
    padding: 12px;
    width: 100%;
}

.instafeed-cont {
    display: block;
    width: 100%;
    height: auto;
    /* display: flex; */
    text-align: center;
    /* margin-left: -12px; */
    /* margin-right: -12px; */
}

.instafeed-cont .itf-list canvas {
    display: block;
    height: 100%;
    width: 100%;
    background-size: cover;
    background-position: center;
}

.instafeed-cont .itf-list i {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: #fff;
    font-size: 30px;
    z-index: 3;
}

.instafeed-cont .itf-list a {
    position: relative;
    height: 100%;
    width: 100%;
    display: block;
}

.instafeed-cont .itf-list a:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #528400;
    opacity: 1;
    z-index: 1;
    transition: all 0.3s ease-in-out;
    opacity: 0;
}

.instafeed-cont .itf-list a:hover:after {
    opacity: 40%;
}

h2.itf-title {
    font-size: 33px;
    font-weight: 700;
    text-align: right;
    margin-right: 228px;
    margin-bottom: 30px;
}

.instafeed-inner {
    padding-bottom: 118px;
    padding-top: 60px;
    position: relative;
    display: block;
    width: 100%;
    margin: 100px 0;
}

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

.accent canvas {
    background-size: cover;
    width: 100%;
    height: 100%;
    background-position: center;
}

.instafeed-inner .accent {
    width: 44.125vw;
    opacity: 40%;
    filter: grayscale(1);
}

.instafeed-inner .container {
    z-index: 99;
    position: relative;
}


/*** ADA Styles ***/

noscript {
    display: none;
}

.client-advantage .title {
    color: #767676 !important;
}

.footer a,
.footer .copyright,
.sitemap {
    color: #656565;
}

.sort-sel {
    color: #767676;
}

body #pojo-a11y-toolbar {
    top: calc(100vh - 52px) !important;
}

body #pojo-a11y-toolbar .pojo-a11y-toolbar-overlay {
    transform: translateY(calc(-100% + 52px));
}

*:focus-visible {
    outline: 2px solid #ff0000 !important;
}

.ev-slides .slick-dots,
.instafeed-cont .slick-dots {
    display: none !important;
}

.with-warning {
    position: relative;
}

.new-tab-warning {
    display: block;
    width: 1px;
    height: 1px;
    position: absolute;
    top: 0;
    left: 0;
    overflow: hidden;
    white-space: nowrap;
}

.header-smi a, .ftr-smi a {
    font-size: 0 !important;
    display: inline-block;
}

.header-smi a::before, .ftr-smi a::before {
    font-size: 24px !important;
}









.row.cmsm {
    display: flex;
    flex-flow: row wrap;
    justify-content: center;
    margin-bottom: 40px;
}

.row.cmsm a span em {
    font-size: 14px;
}

.row.cmsm a {
    height: 70px;
}



.cmsm-title h2 {
    font-size: 25px;
    text-transform: uppercase;
    color: #ffffff;
    letter-spacing: 4px;
    font-weight: 300;
    padding-bottom: 26px;
    text-align: center;
    text-shadow: 0px 2px 14px #000;
}



























.brochures {
    position: absolute;
    top: 62%;
    z-index: 2;
    transform: translateY(-50%);
    left: 35px;
}

.brochures h2 {
    color: #fff;
    text-align: center;
    text-transform: uppercase;
    font-size: clamp(16px, 1.5625vw , 25px);
    letter-spacing: 0.1em;
    text-shadow: 0px 4px 10px #000;
    margin-bottom: clamp(10px, 1.7500000000000002vw, 26px);
}

.bh-cta a {
    display: block;
    margin-bottom: 10px;
}

.bh-cta {
    width: clamp(120px, 13.625000000000002vw , 219px);
}

.bh-cta a img {
    width: 100%;
    height: auto;
    display: block;
}
