/* =WordPress Core
-------------------------------------------------------------- */

.nav-top a:hover,
.nav-top a:focus,
#footer a:hover {
    opacity: 0.8;
    color: white;
    fill: white;
}
.section-contact-form .socials-list li a:hover {
    opacity: 0.8;
    fill: #454545;
}
.nav-drop li.current-page-ancestor.active > a,
.nav-drop li .current_page_item > a {
    color: #007BC7;
}
@media (min-width: 992px) {
    #footer .footer-top .footer-logo {
        width: calc(25% - 30px);
    }
    #footer .footer-top .links {
        width: calc(18% - 30px);
    }
    #footer .footer-top .contact {
        width: calc(34% - 30px);
    }
    #footer .footer-top .social {
        width: calc(23% - 30px);
    }
}
#footer .footer-top .links .menu-item li {
    line-height: 1.2; 
    margin-top:  2px;
    margin-bottom:  4px;
}

/* Nav */
.nav-drop li.current-page-ancestor.active > a,
.nav-drop li.active > a,
.nav-drop li .current_page_item > a {
    color: #007BC7;
}

/* Home > Hero */
.section-intro {
    text-align: center;
    position: relative;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    padding-bottom: 50vw;
}
.section-intro .lottie {
    max-width: 800px;
    margin: 0 auto;
}
@media (min-width: 768px) {
    .section-intro {
        min-height: 1px;
    }
}
@media (min-width: 992px) {
    .section-intro {
        padding-bottom: 0;
        min-height: 927px;
    }
}

/* Footer */
.disclaimer {
    font-weight: 400;
    text-transform: none;
    font-size: 11px;
}
.footer-bottom {
    padding-bottom: 60px !important;
}

/* Error 404 */
.error404 .post h1 {
    font-size: 40px;
    text-align: center;
    padding-top: 100px;
}

/* Contact */
.section-contact-form .contacts-list a:hover {
    opacity: 0.8;
    color: #454545 !important;
    text-decoration: none;
}
.section-contact-form .contacts-list .contact-details [href*="mailto:"] {
    text-decoration: none;
}

/* Realtor Hub */
#register .section-content a {
    pointer-events: none;
}

/* Blog */
.blog-post-body a {
    text-decoration: none;
	color: #80bd01;
	transition: all ease 0.3s;
}

.blog-post-body a:hover {
    text-decoration: underline;
}

.blog-post .blog-post-body p:first-of-type {
    margin-bottom: 20px;
}

/* gTranslate Header */
.switcher {
    position: absolute;
    top: 0;
    left: 0;
}
.sticky-wrap.fixed-position .switcher {
    display: none;
}
@media ( max-width: 991.98px ) {
    .header-holder {
        align-items: flex-end;
    }
    .logo {
        margin-bottom: 7px;
    }
}
@media ( max-width: 375.98px ) {
    .sticky-wrap [id="header"] {
        font-size: 13px;
    }
    .sticky-wrap [id="header"] .nav-top {
        padding: 3px 20px 3px 12px;
    }
}
@media ( min-width: 376px ) and ( max-width: 991.98px ) {
    .switcher {
        top: 4px;
        left: 7px; 
    }
}
@media ( min-width: 992px ) {
    .switcher {
        top: 7px;
        left: auto;
        right: 7px;
    }
    .sticky-wrap.fixed-position .switcher {
        top: 4px;
        display: block;
    }
    .fixed-position [id="header"] .nav-top,
    .nav-top {
        padding-right: 210px;
    }
}
@media ( min-width: 992px ) and ( max-width: 1139.98px ) {
    .fixed-position [id="header"] .nav-top,
    .nav-top {
        padding-left: 0;
    }
    .fixed-position [id="header"] .primary-menu > li,
    .nav-drop li {
        padding-left: 25px;
    }
}

/* Logos with Links */
.show-links .logo-holder a {
    flex-direction: column;
    color: #007BC7;
}
.show-links .logo-holder .link-title {
    margin-top: 25px;
    font-size: 14px;
}
.show-links .logo-holder a:hover {
    color: #005488;
}
.show-links.section-logos .logo-holder {
    min-height: 57px;
    height: auto;
    padding-bottom: 15px;
}
@media ( min-width: 768px ) {
    .show-links .logo-holder .link-title {
        font-size: 17px;
    }
}

/* Footer */
#footer .h5 {
    color:  white;
    font-weight:  700;
}
@media ( min-width:  992px ) {
    #footer .h5 {
        margin-bottom:  20px;
    }
}

/*060922*/
/*General 060922*/
select{
    background-color: #fff;
    border:  1px solid #cdcdcd;
}
.sr-pager{
    position:absolute;
    left:-10000px;
    top:auto;
    width:1px;
    height:1px;
    overflow:hidden;
}
.ci-screen-reader-text {
    overflow: hidden;
    clip: rect(0,0,0,0);
    position: absolute !important;
    width: 1px;
    height: 1px;
    border: 0;
    word-wrap: normal !important;
}

span.opener{
    color: #005488;
}
@media only screen and ( max-width:  991px ) {
    span.opener{
        cursor: pointer;
    }
}


/*Search Form Widget*/
form.search{
    flex-wrap: wrap;
}
.qc-search-blog-label {
    width: 100%;
    margin-bottom: 5px;
    font-size: 15px;
}

/*Blog Post - Cards*/
.blog-item .card-title{
    font-size:  17px;
    line-height: calc(23/17);
}
@media only screen and ( min-width: 1200px ) {
    .blog-item .card-title{
        font-size:  20px;
        line-height: calc(28/20);
    }
}

/*Language Selector*/
#gtranslate_selector {
    position: absolute;
    z-index: 999;
    overflow: hidden;
    top: 4px;
    right: 7px;
    left: auto;
    width: 150px;
    min-width: 150px;
    height: 30px;
    padding: 5px 35px 5px 10px;
    background-color: #fff;
    background-position: calc(100% - 13px) center;
    font-size: 12px;
    line-height: 1.2;
    cursor: pointer;
}
@media only screen and ( max-width: 991px ) {
    #gtranslate_selector {
        top: 2px;
        right: auto;
        left: 0px;
        border: solid 1px #cdcdcd;
    }
}
@media only screen and ( min-width: 992px ) {
    .sticky-wrap.fixed-position #gtranslate_selector {
        top: 2px;
    }
}

/*Cookie Consent*/
.cli-tab-footer .wt-cli-privacy-accept-btn{
    background-color: #007bc7;
}

#footer .sub-menu.js-acc-hidden{
 	position: relative !important;
    left: unset !important;
    top: unset !important;
	display: none !important;
}


/* Fade in animation edits */
.fadeIn, .fadeInUp, .fadeInDown, .fadeFromLeft, .fadeInLeft, .fadeFromRight, .fadeInRight{
	visibility: visible;
	opacity: 0;
}
.fadeInUp.in-viewport, .in-viewport .fadeInUp{
	opacity: 1;
}

/* For Tab/Keyboard Users edits */
.section-logos .btn-holder{
	margin-top: 0px;
	padding-top: 52px;
}

/* Benefits Slider Added CSS */
.card-link .card-img-wrapper{
    position: relative;
    
}
.card-link:hover .card-img-wrapper:after{
    content: "";
    position: absolute;
    top: 0px;
    left: 0px;
    bottom: 0px;
    right: 0px;
    height: 100%;
    width: 100%;
    background: -moz-linear-gradient(top,  rgba(0,0,0,0) 0%, rgba(0,84,136,0.65) 100%);
    background: -webkit-linear-gradient(top,  rgba(0,0,0,0) 0%,rgba(0,84,136,0.65) 100%);
    background: linear-gradient(to bottom,  rgba(0,0,0,0) 0%,rgba(0,84,136,0.65) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#a6005488',GradientType=0 );
}

/* Homepage */
.homepage-h1{
	display: none;
}
/*END 060922*/

/* Focus States */
:focus {
    outline:  none; 
    color:  #005488;
}

/* Skip Links */
.skip-links {
    margin:  0;
    padding: 0;
    list-style: none;
    line-height:  1;
}
.skip-links li {
    width:  0;
    height:  0;
    list-style:  none;
    margin:  0 !important;
}
.skip-links li:before {
    display; none !important;
}
.visually-hidden,
.screen-reader-shortcut {
    overflow:  hidden;
    clip:  rect(0,0,0,0,);
    position:  absolute !important;
    width:  1px;
    height:  1px;
    border:  0;
    word-wrap: normal !important;
}
.screen-reader-shortcut:focus {
    display:  block;
    clip:  auto !important;
    z-index:  100000;
    width:  auto;
    height:  auto;
    padding:15px 23px 14px;
    color: #000;
    background: #fff;
    box-shadow:0 0 2px 2px rgba(0,0,0,0.6);
    font-size: 1em;
    font-weight: 700;
    text-transform: uppercase;
    text-decoration: none;
}
