/*
Theme Name: GRENVIK GROUP
Description: AIOS mobile semi-custom theme.
Author: AgentImage
Author URI: http://www.agentimage.com
Version: 1.5.7
Tags: one-column, two-columns, right-sidebar, custom-menu, full-width-template, sticky-post
License: Proprietary
License URI: http://www.agentimage.com
Template: aios-starter-theme
*/

/*

TABLE OF CONTENTS

1. Custom CSS
2. IP styles
3. MEDIA QUERIES ARE AUTOMATICALLY REMOVED FROM THIS FILE, they must be placed in style-media-queries.css
  
*/


/*******************************************************
 *
 * 1. Navigation
 *
 *******************************************************/


/* Sub Menu */
#nav li{
    display: inline-block;
    vertical-align: middle;
    position: relative;
}

#nav > li.arrow::after {
    content: '';
    position: absolute;
    border-top: 4px solid #fff;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    top: 4px;
    right: -21px;
}

#nav > li {
    margin-left: 52px;
}

#nav li a{
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: 0.1em;
    color: #fff;
    font-size: 14px;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}


#nav > li:hover > a{
    color: #642d80;
}
  
#nav .sub-menu {
    list-style: none outside none;
    margin: 0;
    display: none;
    padding: 0;
    position: absolute;
    width: 100%;
    min-width: 235px;
    left: 50%;
    transform: translateX(-50%);
    padding: 25px 0 0;
}
#nav .sub-menu a {
    color: #FFFFFF;
    display: block;
    padding: 23px 0 17px 28px;
    background: #642d80;
    font-weight: 500;
    font-size: 12px;
    letter-spacing: 0.01em;
}
#nav .sub-menu a:hover {
    background: none repeat scroll 0 0 #898989;
    color: #fff;
    text-decoration: none;
}
#nav .sub-menu .sub-menu {
    margin-left: 100%;
    top: -19px;
}
#nav li:hover > .sub-menu {
    display: block;
}
#nav .sub-menu li {
    position: relative;
    display: block;
    width: 100%;
}

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

/* Global */
div#main-wrapper {
    overflow: hidden;
}

a,a:hover,a:visited,a:focus,input,input:focus,textarea,textarea:focus,select:focus,select{
    outline: none !important;
    text-decoration: none !important;
}
.slick-slide{
    outline: none !important;
}

.aios-mobile-header-wrapper {
    z-index: 999999 !important;
}

body{
    font-family: 'Poppins', sans-serif ;
    font-size: 15px;
    font-weight: 400;
    background: #FFF;
    letter-spacing: 0.02em;
	color: #252525;
	margin: 0;

    /* Remove the comment from line 85 to 86 if the font issue in safari occurs */
    /* -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale; */
}

/* Header */
header.header{
    font-size: 0;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1000;
    width: 100%;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}

.header-inner {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    margin: 0 -38px 0 -72px;
    /* padding: 45px 0; */
    padding-bottom: 45px;
}

.header-logo{
    display: none;
}
/* End Header */

/* Header */
.header.show-fixed {
    background: #fff;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
    box-shadow: 3px 0 9px #000;
}

.header.show-fixed #nav > li > a{
    color: #161616;
}

.header.show-fixed #nav > li:hover > a{
    color: #642d80;
}

.header.show-fixed #nav > li.arrow::after {
    border-top: 4px solid #161616;

}

.header.show-fixed .header-logo{
    display: block;
    left: -125px;
    position: relative;
    top: -7px;
}


.header.show-fixed .header-inner{
    /*justify-content: space-between;*/
    padding: 30px 0;
    padding-top: 0px;
}
/* End Header */

/* Slideshow */
.hp-slideshow{
    position: relative;
    font-size: 0;
}

.hp-slideshow::before{
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: rgba(0,0,0,.09);
    z-index: 1;
    pointer-events: none;
}

.hp-slideshow::after{
    content: '';
    position: absolute;
    width: 100%;
    height: 266px;
    top: 0;
    left: 0;
    background: url('images/slide-overlay.png') no-repeat;
    background-size: 100% 100%;
    z-index: 2;
    pointer-events: none;
}

.slide-dots{
    position: absolute;
    width: 267px;
    height: 299px;
    top: 48px;
    left: 65px;
    z-index: 3;
    background: url('images/dots-bg.png') no-repeat;
    background-size: 100% 100%;
    pointer-events: none;
}
.side-bg{
    position: absolute;
    width: 237px;
    height: 100%;
    top: 0;
    right: 0;
    background: #161616;
    pointer-events: none;
    z-index: 2;
}

.slide-line {
    content: '';
    position: absolute;
    width: 1px;
    height: calc(100% - 268px);
    background: #717171;
    right: 85px;
    bottom: -160px;
    z-index: 2;
}

.slide-decrip {
    position: absolute;
    bottom: 76px;
    right: 172px;
    z-index: 2;
    width: 800px;
}

.hp-slideshow .slide-decrip{
    display: none;
}


.slide-text-title span{
    display: block;
    font-size: 91.31px;
    color: #fff;
    text-transform: uppercase;
    letter-spacing: 0.04em;
    text-shadow: 1px 3px 7px rgba(0, 0, 0, 0.59);
    font-family: 'Tinos', sans-serif ;
}

.slide-text-title em {
    display: block;
    font-style: normal;
    font-size: 35.71px;
    color: #fff;
    text-transform: uppercase;
    letter-spacing: 0.04em;
    text-shadow: 1px 3px 7px rgba(0, 0, 0, 0.59);
    font-family: 'Tinos', sans-serif;
    padding: 10px 0 23px;
}

.slide-text {
    font-size: 15px;
    color: #fff;
    letter-spacing: 0.02em;
    line-height: 26px;
    font-weight: 300;
    max-width: 746px;
    width: 100%;
}

.slide-smi {
    position: absolute;
    top: 137px;
    right: 77px;
    display: flex;
    align-items: center;
    flex-direction: column;
    z-index: 2;
}

.slide-smi a {
    font-size: 19px;
    color: #858585;
    margin-bottom: 38px;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}

.slide-smi a:hover{
    color: #642d80;
}
/* End Slideshow */

/* Quick Search */
.quick-search{
    font-size: 0;
    position: relative;
    z-index: 1;
}

.qs-arrow {
    width: 118px;
    height: 133px;
    background: #161616;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    position: relative;
    margin-top: -68px;
    margin-left: -9px;
}

.qs-form-inner{

}

.qs-form{
    width: 100%;
    position: relative;
}

.qs-form::before {
    content: '';
    position: absolute;
    height: 100%;
    background: #161616;
    width: 100vw;
    top: 0;
    left: 0;
}

.qs-input-holder {
    position: relative;
    padding: 38px 0 34px 61px;
    max-width: 930px;
    width: 100%;
}

.qs-input{
    position: relative;
}

.qs-input input {
    height: 36px;
    width: 100%;
    font-size: 16px;
    font-weight: 500;
    color: #9d9d9d;
    background: transparent;
    outline: none;
    border: none;
    border-bottom: 1px solid #717171;
    font-style: italic;
    padding: 0 12px;
}

.qs-submit {
    position: absolute;
    top: 0;
    right: 0;
}

.qs-submit input{
    font-weight: 500;
    font-size: 16px;
    color: #9d9d9d;
    padding: 0;
    border: none;
    background: none;
    outline: none;
    letter-spacing: 0.02em;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}

.qs-submit input:hover{
    color: #642d80;
}
/* End Quick Search */

/* Featured Communities */
.featured-communities {
    font-size: 0;
    position: relative;
    padding: 0 15px;
    margin-top: 2.5px;
    z-index: 0;
}

.featured-communities::after {
    content: '';
    position: absolute;
    width: 100%;
    height: calc(100% - 36px);
    border-right: 1px solid #642d80;
    border-bottom: 1px solid #642d80;
    top: -2px;
    right: 85px;
}


.featured-communities .global-title {
    padding-bottom: 16px;
}

.global-title{
    position: relative;
}

.global-title span{
    font-weight: 300;
    color: #9a9a9a;
    font-size: 30px;
    display: block;
    letter-spacing: 0.2em;
    text-transform: uppercase;
}

.global-title em{
    font-weight: 600;
    color: #642d80;
    font-size: 70px;
    display: block;
    text-transform: uppercase;
    font-family: 'Barlow Semi Condensed', sans-serif ;
    font-style: normal;
}

.fc-inner-wrap{
    max-width: 1173px;
    margin: 0 auto;
    width: 100%;
}

.fc-inner {
    display: flex;
    flex-wrap: wrap;
}

.fc-list {
    width: 35.2%;
    padding: 1.3px;
}

.fc-list.item-1 {
    display: flex;
    align-items: flex-end;
}

.fc-list.item-2{
    width: 32.3%;
}

.fc-list.item-3 {
    width: 32.1%;
}

.fc-list.item-5{
    width: 36.9%;
}

.fc-list.item-6 {
    width: 27.5%;
}
.fc-list.item-7 {
    width: 33.2%;
}

.fc-list.item-8{
    width: 33.2%;
}

.fc-list.item-9 {
    width: 33.2%;
}

.fc-list a{
    position: relative;
    display: block;
    overflow: hidden;
}

.fc-img{
    position: relative;
}

.fc-img::before{
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    bottom: 0;
    left: 0;
    /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#000000+0,000000+98&0+47,0.4+100 */
    background: -moz-linear-gradient(top,  rgba(0,0,0,0) 0%, rgba(0,0,0,0) 47%, rgba(0,0,0,0.38) 98%, rgba(0,0,0,0.4) 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top,  rgba(0,0,0,0) 0%,rgba(0,0,0,0) 47%,rgba(0,0,0,0.38) 98%,rgba(0,0,0,0.4) 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom,  rgba(0,0,0,0) 0%,rgba(0,0,0,0) 47%,rgba(0,0,0,0.38) 98%,rgba(0,0,0,0.4) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#66000000',GradientType=0 ); /* IE6-9 */
    z-index: 1;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}

.fc-list a:hover .fc-img::before{
    background: transparent;
}

.fc-img canvas {
    width: 100%;
    display: block;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    min-height: 226px;
    filter: grayscale(1);
    transform: scale(1);
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}

.fc-list a:hover .fc-img canvas{
    filter: grayscale(0);
    transform: scale(1.3);
}

.fc-descrip {
    font-family: 'Oswald', sans-serif;
    font-size: 17px;
    text-transform: uppercase;
    letter-spacing: 0.05em;
    color: #fff;
    position: absolute;
    bottom: 22px;
    right: 22px;
    z-index: 1;
}

.fc-button {
    padding-top: 60px;
}

.fc-button a {
    max-width: 180px;
    width: 100%;
    height: 40px;
    font-size: 15px;
    color: #642d80;
    letter-spacing: 0.02em;
    display: flex;
    align-items: center;
    justify-content: center;
    border: none;
    border-top: 3px solid #642d80;
    font-weight: 500;
    margin-left: auto;
    margin-right: 6px;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}

.fc-button a:hover{
    color: #717171;
}
/* End Communities */

.hp-welcome {
    font-size: 0;
    position: relative;
    max-width: 1600px;
    width: 100%;
    margin: 0 auto;
    padding-top: 90px;
}

.welcome-inner-wrap {
    max-width: 1507px;
    position: relative;
    padding: 52px 0 0;
}

.welcome-inner-wrap::before {
    content: '';
    position: absolute;
    width: 267px;
    height: 299px;
    background: url(images/welcome-dots.png) no-repeat;
    background-size: 100% 100%;
    top: 0;
    right: 0;
    opacity: .11;
    pointer-events: none;
}

.welcome-inner {
    display: flex;
    align-items: flex-end;
    max-width: 1390px;
    width: 100%;
}

.welcome-left {
    width: 59.6%;
}

.welcome-right {
    width: 40.4%;
}

.welcome-img-holder {
    max-width: 828px;
    width: 100%;
    margin: 0 -8px;
}

.w-img-list {
    padding: 0 8px;
}

.w-img-list a {
    pointer-events: none;
    display: block;
    position: relative;
}

.welcome-img-holder canvas{
    width: 100%;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

.welcome-box {
    background: #fff;
    width: 100%;
    padding: 90px 75px 0;
    margin: 0 0 0 -20px;
    position: relative;
}

.welcome-box::before{
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: url('images/welcome-bg.jpg') no-repeat;
    background-size: cover;
    background-position: center;
    opacity: .20;
    filter: grayscale(1);
}

.welcome-descrip {
    max-width: 405px;
    padding: 32px 0 41px;
    position: relative;
}

.welcome-descrip p{
    font-size: 15px;
    color: #252525;
    letter-spacing: 0.02em;
    line-height: 32px;
}

.welcome-button{
    padding: 0 0 4px;
    position: relative;
}

.welcome-button a {
    max-width: 185px;
    height: 33px;
    width: 100%;
    border: none;
    border-top: 3px solid #642d80;
    display: flex;
    align-items: center;
    font-size: 15px;
    color: #3d3d3d;
    font-weight: 500;
    letter-spacing: 0.02em;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}
 
.welcome-button a:hover{
    color: #642d80;
}

/* Cta */
.hp-cta {
    font-size: 0;
    position: relative;
    padding-top: 24px;
    padding: 24px 15px 0;
}

.cta-bg {
    position: absolute;
    width: 100vw;
    height: calc(100% + 24px);
    top: -24px;
    left: 0;
    background: url(images/cta-bg.jpg) no-repeat;
    opacity: .2;
    filter: grayscale(1);
}


.cta-inner {
    max-width: 1175px;
    margin: 0 auto;
    display: flex;
    position: relative;
}

.cta-inner::before {
    content: '';
    position: absolute;
    width: 267px;
    height: 299px;
    bottom: 48px;
    left: -101px;
    background: url(images/cta-dots.png) no-repeat;
    background-size: 100% 100%;
    opacity: .11;
    pointer-events: none;
}

.cta-right-inner{
    padding: 85px 0 0;
    width: 58%;
    position: relative;
}

.cta-list {
    border: 2px solid #dfdfdf;
    position: relative;
    margin: 0 -2px;
}

.cta-list:first-child {
    margin-top: -2px;
}

.cta-list:last-child {
    margin-bottom: -2px;
    border-bottom: 6px solid #dfdfdf;
}

.cta-list a{
    position: relative;
    display: block;
}

.cta-left {
    width: 41.3%;
    border-right: 4px solid #fff;
}

.cta-right {
    background: url(images/cta-thumb-bg.jpg);
    background-size: cover;
    background-position: center;
    overflow: hidden;
    position: relative;
}

.cta-left-img canvas,
.cta-list-img canvas{
    width: 100%;
    display: block;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.cta-list-img {
    position: relative;
}

.cta-list-img::before{
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: rgba(22,22,22,.87);
    z-index: 1;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}

.cta-list a:hover .cta-list-img::before{
    background: transparent;
}

.cta-descrip {
    font-family: 'Barlow Semi Condensed', sans-serif;
    font-weight: 600;
    font-size: 31px;
    color: #fff;
    position: absolute;
    bottom: 18px;
    right: 35px;
    z-index: 1;
    text-transform: uppercase;
    text-align: right;
}

.cta-paragraph {
    font-size: 10px;
    line-height: 14px;
    letter-spacing: 0.04em;
    padding: 5px 0 0 15px;
}
/* End Cta */

/* Hp Testimonials */
.hp-testimonial {
    position: relative;
    font-size: 0;
    padding: 0 0 110px;
    max-width: 1600px;
    width: 100%;
    margin: 0 auto;
    overflow: hidden;
}

.testi-bg{
    background: #161616;
    width: 44.5%;
    height: 100%;
    position: absolute;
    top: 60px;
    left: 0;
}

.testi-bg::before{
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: url('images/testi-bg.jpg') no-repeat;
    background-size: cover;
    background-position: center;
    filter: grayscale(1);
    opacity: .3;
    pointer-events: none;
}

.testi-inner {
    display: flex;
    position: relative;
}

.testi-inner::before {
    content: '';
    position: absolute;
    width: calc(100% + 120px);
    height: 100%;
    border-bottom: 1px solid #642d80;
    top: -72px;
    right: -108px;
    z-index: 1;
    pointer-events: none;
}

.testi-inner::after {
    content: '';
    position: absolute;
    width: calc(100% + 120px);
    height: 100%;
    border-right: 1px solid #642d80;
    top: -72px;
    right: -108px;
    z-index: -1;
    pointer-events: none;
}

.testi-left {
    width: 62.2%;
    margin-left: -12px;
    position: relative;
    z-index: 2;
}

.testi-box {
    background: #fff;
    padding: 128px 59px 200px 74px;
    position: relative;
    margin: 130px 0 0;
}

.testi-box::before{
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: url('images/testi-box-bg.jpg') no-repeat;
    background-size: cover;
    background-position: center;
    filter: grayscale(1);
    opacity: .08;
}

.testi-right {
    position: relative;
    width: 37.8%;
    z-index: 1;
}

.tr-img {
    margin: 0 -233px 0 -215px;
}

.testi-descrip {
    font-size: 15px;
    color: #252525;
    letter-spacing: 0.02em;
    font-style: italic;
    line-height: 32px;
    padding: 48px 0 68px;
}

.testi-name {
    font-size: 15px;
    color: #252525;
    letter-spacing: 0.02em;
    font-weight: 700;
}

.tr-img canvas{
    display: block;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    width: 100%;
}

.testi-button {
    padding: 99px 0 0;
}

.testi-button a {
    max-width: 180px;
    width: 100%;
    height: 40px;
    font-size: 15px;
    color: #642d80;
    letter-spacing: 0.02em;
    display: flex;
    align-items: center;
    justify-content: center;
    border: none;
    border-top: 3px solid #642d80;
    font-weight: 500;
    margin-left: auto;
    margin-right: 6px;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}

.testi-button a:hover{
    color: #717171;
}

.hp-testimonial ul.slick-dots {
    position: absolute;
    bottom: -42px;
    display: flex !important;
    align-items: center;
    left: 5px;
    opacity: 0;
    pointer-events: none;
}

.hp-testimonial ul.slick-dots li button {
    padding: 0;
    width: 11px;
    height: 11px;
    border-radius: 50%;
    outline: none;
    margin-right: 9px;
    -webkit-appearance: none;
    border: 1px solid;
}

.hp-testimonial ul.slick-dots li:nth-child(even) button{
    background: #555555;
    border: 1px solid #555555 !important;
}

.hp-testimonial ul.slick-dots li:nth-child(odd) button{
    background: #9e9e9e;
    border: 1px solid #9e9e9e !important;
}

.hp-testimonial ul.slick-dots li.slick-active button {
    background: #000;
    border: 1px solid #000 !important;
}
/* End Testimonials */

/* Contact Form */
.contact-form{
    font-size: 0;
    position: relative;
    padding: 232px 0 210px;
    background: #161616;
}

.contact-form::before{
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: url('images/cf-bg.jpg') no-repeat;
    background-size: cover;
    background-position: center;
    background-attachment: fixed;
    opacity: .20;
}

.safari-true .contact-form::before,
.msedge-true .contact-form::before{
    background-attachment: local;
}

.cf-box {
    background: #642d80;
    max-width: 838px;
    width: 100%;
    margin: 0 auto;
    padding: 83px 125px 87px;
    position: relative;
    box-shadow: 0px -5px 19px -21px #fff;
}

.cf-box::before{
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: url('images/form-bg.jpg') no-repeat;
    background-size: cover;
    background-position: center;
    filter: grayscale(1);
    opacity: .20;
}

.cf-box::after {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: rgba(22,22,22,.5);
}

.cf-title {
    font-family: 'Barlow Semi Condensed', sans-serif;
    font-size: 50px;
    color: #fff;
    font-weight: 500;
    text-align: center;
    text-transform: uppercase;
    padding: 0 0 32px;
    z-index: 1;
    position: relative;
}

.cf-form {
    letter-spacing: 0;
    position: relative;
    z-index: 1;
}

.cf-md{
    display: inline-block;
    vertical-align: middle;
    width: 50%;
}

.cf-md.pad-right{
    padding-right: 16px;
}

.cf-md.pad-left{
    padding-left: 16px;
}

.cf-lg {
    width: 100%;
    padding-top: 24px;
}

.cf-md input,
.cf-lg textarea{
    width: 100%;
    height: 44px;
    border: none;
    border-bottom: 1px solid #fff;
    outline: none;
    background: transparent;
    font-size: 13px;
    color: #fff;
    text-transform: uppercase;
    letter-spacing: 0.25em;
}

.cf-lg textarea{
    height: 53px;
    resize: none;
    overflow: hidden;
}

.cf-button {
    justify-content: center;
    position: relative;
    display: flex;
    align-items: center;
    padding: 70px 0 0;
}

.cf-button input{
    padding: 0;
    border: none;
    font-size: 15px;
    text-transform: uppercase;
    letter-spacing: 0.25em;
    color: #fff;
    background: transparent;
    outline: none;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}

.cf-button input:hover{
    opacity: .4;
}

.cf-button span {
    font-size: 12px;
    color: #fff;
    padding-left: 15px;
}

.cf-form div.wpcf7-response-output {
    font-size: 14px;
    color: #fff;
    text-align: center;
    margin: 0;
    width: 100%;
    bottom: -36px;
    position: absolute;
}

.cf-form span.wpcf7-not-valid-tip {
    font-size: 14px;
}

.cf-form .wpcf7-form-control-wrap {
    display: block;
}
/* End Contect Form */
footer.footer {
    font-size: 0;
    position: relative;
    background: #161616;
    padding: 0 0 38px;
}

.footer-top {
    padding: 105px 0 58px;
}

.footer-logo img {
    margin: 0 auto;
    display: block;
}

.footer-smi {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 26px 0 0;
}

.footer-smi a{
    font-size: 20px;
    color: #fff;
    margin: 0 12px;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}

.footer-smi a:hover{
    color: #642d80;
}

.footernav {
    display: flex;
    justify-content: space-between;
    padding: 0 0 80px;
    max-width: 1024px;
    margin: 0 auto;
}

.footernav ul.sub-menu {
    padding: 18px 0 0;
}

.footernav li a{
    font-size: 13px;
    font-weight: 700;
    color: #fff;
    letter-spacing: 0.15em;
    text-transform: uppercase;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}

.footernav li a:hover{
    color: #642d80;
}

.footernav ul.sub-menu li {
    padding: 0 0 17px;
}

.footernav .sub-menu a {
    font-weight: 600;
    font-size: 12px;
    color: #fff;
}

.footer-inner {
    position: relative;
    margin-bottom: -15px;
}

.footer-inner::after {
    content: '';
    position: absolute;
    width: 100%;
    height: 1px;
    background: #959595;
    bottom: 43px;
    left: 0;
}

.copyright{
    text-align: center;
    color: #fff;
    font-size: 11px;
    letter-spacing: 0.035em;
    position: relative;
}

.copyright a,
em.footer-white{
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
    color: #fff;
}

em.footer-white.bold {
    font-weight: 700;
}

.copyright a:hover{
    color: #642d80;
}

.mls {
    font-size: 22px;
    color: #fff;
    text-align: center;
    padding: 19px 0 0;
}
/* Footer */

/* End Footer */
/*******************************************************
 *
 * 3. IP Styles
 *
 *******************************************************/
.ip-banner{
    position: relative;
    width: 100%;
}
    .ip-banner::before{
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        z-index: 1;
        background: rgba(0,0,0,.6);
    }
    .ip-banner canvas{
        display: block;
        position: relative;
        z-index: 0;
        width: 100%;
        min-height: 250px;
        background-color: #f9f7f7;
        background-position: center center;
        background-repeat: no-repeat;
        background-size: cover;
    }
    .ip-banner .container{
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%,-50%);
        z-index: 2;
    }
        .ip-banner h1 {
            font-weight: 700;
            font-size: 32px;
            text-align: center;
            color: #FFF;
            text-transform: uppercase;
            letter-spacing: 0.05em;
            line-height: 1.7;
        }
            .ip-banner h1 span{
                display: block;
                font-size: 24px;
                font-weight: 400;
                text-transform: none;
                letter-spacing: 0.01em;
            }
/* Adjust minimum height of page area */ 
#content-sidebar, #content-full{ min-height: 500px; margin-top: 20px;}

/** Adjust width of content columns **/
#content-sidebar #content{ width: 77.08%; }
#content-full #content { width: 100%; }

/* Adjust width of sidebar */
.sidebar {
    width: 20.83%;
    padding: 24px 0 0;
}

/* fullwidth template */
.page-template-template-fullwidth #content {
    padding-left: 15px;
    padding-right: 15px;
}
    .page-template-template-fullwidth #content ihf-search[data-eureka-id*=""].ihf-eureka {
        margin-left: -15px;
        margin-right: -15px;
    }

/* 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 .entry-title(post/page) and .archive-title(category/archive/etc) main headings (h1) */
#content .entry-title, #content .archive-title {
    color: #642d80;
}

/* Styles for category/archive/search/etc subheadings (h2) */
#content .archive-subtitle { 

}

/** Single Default Layout (Post Content) */
#content .entry-thumbnail {
    position: relative;
    margin-bottom: 50px;
}

#content .entry-thumbnail img {
    display: block;
    margin: 0 auto;
    width: 100%;
}

.back-to-link {
    position: relative;
}

.back-to-link a {
    font-size: 18px;
    text-transform: uppercase;
    font-weight: 600;
    display: inline-block;
    padding: 5px 0;
    position: relative;
    margin-top: 75px;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.back-to-link a:hover {
}
/** End of Single Default Layout (Post Content) */

/** Archive Default Layout (Archive Page) */
#content .archive-list {
    position: relative;
}

#content .archive-list .post {
    border-bottom: none;
}

#content .archive-list .archive-thumbnail,
#content .archive-list .archive-content {
    width: 100%;
}

#content .archive-list .archive-thumbnail a {
    display: block;
    outline: none;
}

#content .archive-list .archive-thumbnail canvas {
    display: block;
    width: 100%;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
}

#content .archive-list .article-long .archive-thumbnail {
    width: 60%;
}

#content .archive-list .article-long .archive-has-thumbnail {
    width: 37%;
    margin-left: 3%;
}

#content .archive-list .article-long .archive-has-thumbnail .archive-subtitle {
    margin-top: 0;
    font-size: 32px;
}

#content .archive-list .article-long p {
    font-size: 22px;
}

#content .archive-more {
    display: inline-block;
    vertical-align: middle;
    text-transform: uppercase;
    letter-spacing: 1.2px;
    font-style: normal;
    text-decoration: none;
    position: relative;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

#content .archive-more:after {
    content: '';
    position: absolute;
    left: calc(100% + 23px);
    top: calc(50% - 1px);
    background: #ded1c1;
    width: 0;
    height: 2px;
    pointer-events: none;
    opacity: 0;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

#content .archive-more:hover {
}

#content .archive-more:hover:after {
    width: 63px;
    opacity: 1;
}

.category [data-aios-reveal=true], 
.category [data-aios-staggered-child=true]{
    opacity: 1;
}

.category-blogs .sidebar{
    display: none;
}

.category-blogs #content-sidebar #content{
    width: 100%;
}
/** End of Archive Default Layout (Archive Page) */
	 
/* MEDIA QUERIES ARE AUTOMATICALLY REMOVED FROM THIS FILE, they must be placed in style-media-queries.css */

/* sidebar */
.side-smi {
    background: #161616;
    margin: 18px 0 0;
}

.side-cta {
    margin: 15px 0 0;
}

.side-smi .footer-smi {
    padding: 12px;
}

.side-cta .testi-box {
    padding: 20px 15px 35px;
}

.side-cta .testi-descrip {
    padding: 18px 0 5px;
}

.side-cta .cta-descrip {
    font-size: 16px;
    bottom: 1px;
    right: 7px;
}

.side-cta .cta-list-img canvas {
    height: 65px;
}

.ai-contact-wrap span.context-address span {
    font-size: 20px !important;
    color: #252525;
    line-height: 1 !important;
}

.ai-contact-wrap a:hover {
    color: #642d80 !important;
}

.qs-form button.btn.dropdown-toggle.btn-default {
    height: 36px;
    width: 89%;
    font-size: 16px;
    font-weight: 500;
    color: #9d9d9d;
    background: transparent;
    outline: none;
    border: none;
    border-bottom: 1px solid #717171;
    font-style: italic;
    padding: 0 12px;
    border-radius: unset;
}


div#inner-page-wrapper a {
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}

div#inner-page-wrapper a:hover{
    color: #642D80;
}

.aios-mobile-header-2 .amh-navigation .amh-menu li:hover > a,
.aios-mobile-header-2 .amh-navigation .amh-menu li.open > a {
    background: #642D80 !important;
}

.home-eval-title {
    font-size: 18px;
}

.page-id-166 h2#IDX-homevaluationHeader {
    display: none;
}

.pripol{

}

.grecaptcha-badge {
    z-index: 1010 !important;
}

.ip-container #main-wrapper {
    z-index: unset !important;
}

.IDX-wrapper-standard #IDX-resultsContainer .IDX-resultsAddress {
    margin: -6px 0 10px;
}

#content #IDX-main ul {
    margin-left: 0;
}

.quick-search ul.dropdown-menu.inner {
    max-height: 230px !important;
}

.quick-search .dropdown-menu.open {
    top: 100%;
    bottom: initial;
}
select#cityzip {
    /* width: 100%; */
    height: 36px;
    width: 89%;
    font-size: 16px;
    font-weight: 500;
    color: #9d9d9d;
    background: transparent;
    outline: none;
    border: none;
    border-bottom: 1px solid #717171;
    font-style: italic;
    padding: 0 12px;
    border-radius: unset;
}

.page-id-166 #content #IDX-main ul {
    list-style: none;
}

a,a:hover,a:visited,a:focus,input,input:focus,textarea,textarea:focus,select:focus,select{
    outline: none !important;
    text-decoration: none !important;
}
.slick-slide{
    outline: none !important;
}


.select2-drop{
    z-index: 999 !important;
}

.select2-drop-mask {
    z-index: 999 !important;
}


nav.navigation {
    margin-right: 38px;
}

.header-c-info ul {
    
    display: flex;
    align-items: center;
    justify-content: center;
}


.header-c-info ul li {
    margin: 0px 10px;
}

.header-c-info ul li em {
    font-size: 15px;
    /* color: #fff; */
    display: none;
}

.header-c-info ul li a{
    
    color: #fff;
    transition: all 0.3s ease-in-out;
    font-size: 16px;
}
.header-c-info ul li a:hover{
    
    color: #642D80;
}

.header.show-fixed .header-c-info ul li em{
    
    color: #161616;
    transition: all 0.3s ease-in-out;
}

.header.show-fixed .header-c-info ul li em:hover{
    
    color: #642D80;
}





.footer-c-info {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 26px 0 0;
}

.footer-c-info ul {
    display: flex;
    align-items: center;
    justify-content: center;
}

.footer-c-info ul li {
    margin: 0px 10px;
}





.footer-c-info ul li em {
    font-size: 15px;
    padding-right: 12px;
}

.footer-c-info ul li a {
    font-size: 15px;
    color: #fff;
    transition: all 0.3s ease-in-out;
}

.footer-c-info ul li a:hover{
    color: #642D80; 
}


.header-c-info {

    padding-top: 45px;
    display: flex;
    justify-content: flex-end;
    margin-right: -30px;
    margin-bottom: 7px;
}



.show-fixed .header-c-info ul li a {
    color: #000;
}

.show-fixed .header-c-info {
    margin-bottom: -14px;

}

.show-fixed .header-c-info ul li a:hover {
    color: #642D80;
}

.agent-listings {
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    flex-flow: row wrap;
    margin: 0 -15px;
}

.agent-listings .impress-showcase-property {
    width: 33.33%;
    padding: 0 15px;
    margin-bottom: 30px;
}

.agent-listings .impress-showcase-property img {
    width: 100%;
    aspect-ratio: 4 / 3;
    object-fit: cover;
    object-position: center center;
}

.agent-listings .impress-showcase-property .impress-beds-baths-sqft {
    display: flex;
    flex-flow: column;
}

.agent-listings .impress-showcase-property .impress-beds-baths-sqft span {
    margin: 0;
}

.post-page-sitemap .sitemap-list .page-item-166,
.post-page-sitemap .sitemap-list .page-item-14085,
.post-page-sitemap .sitemap-list .page-item-14086,
.post-page-sitemap .sitemap-list .page-item-14087 {
    display: none;
}

/*About Page*/
.aios-about-wrap .aios-about-title small{
    color: #642d80;
}

.aios-about-wrap .aios-about-title small:before{
    background: #642d80;
}


/*Listings Details Page*/
.post-page-aios-custom-idx-broker-details-page p#breadcrumbs{
    display: none;
}

.page-template-template-fullwidth.post-page-aios-custom-idx-broker-details-page #content{
    padding: 0;
}

.post-page-aios-custom-idx-broker-details-page [data-aios-reveal=true], 
.post-page-aios-custom-idx-broker-details-page [data-aios-staggered-child=true]{
    opacity: 1;
}

.post-page-aios-custom-idx-broker-details-page #listings-details .listings-form select#IDX-agentOwner{
    outline: none;
    border: none;
    background: transparent;
    display: block;
    width: 100%;
    height: 51px;
    font-size: 15px;
    font-weight: 300;
    letter-spacing: 0.025em;
    color: #000;
    padding: 0;
    border-bottom: 1px solid #000;
}

/*Home Valuation Page*/
body #aios-home-valuation-wrap{
    padding: 250px 0 100px;
}

/*Team Page*/
.page-id-92 [data-aios-reveal=true], 
.page-id-92 [data-aios-staggered-child=true]{
    opacity: 1;
}

.page-id-92 #inner-page-wrapper #breadcrumbs {
    padding: 0;
}

.page-id-92 #content .entry {
    display: flex;
    flex-direction: column;
}

.page-id-92 .addtoany_content {
    margin-left: 0;
    order: 2;
}

.page-id-92 #agents-results .agent-top {
    margin: 0;
} 

.page-id-92 #agents-results .agents-contact {
    justify-content: center;
}

.page-id-92 #agents-results .agents-pagination {
    display: flex;
    justify-content: center;
}

.page-id-92 #agents-results .agents-col:nth-child(2n) .agents-name {
    text-align: right;
}

.single-aios-agents [data-aios-reveal=true], 
.single-aios-agents [data-aios-staggered-child=true]{
    opacity: 1;
}

.single-aios-agents .aiosp-wrap .aiosp-ref-\#agents-popup-form input[type="submit"]:hover {
    color: var(--aios-agents-hover-color);
}

.single-aios-agents #agents-popup-form .wpcf7-response-output {
    margin: 0;
}

.single-aios-agents  #agents-single .agents-contact li.agent-contact-centered > div > div {
    text-align: center;
}

.single-aios-agents  #agents-single .agents-contact li.agent-contact-centered > div > div span.ai-font-location-c {
    font-size: 1.25em;
    line-height: 1.5;
    align-self: flex-start;
}

#content .wpcf7 form {
    position: relative;
}

#content .wpcf7 form.use-floating-validation-tip .wpcf7-not-valid-tip {
    font-size: 12px;
    left: auto;
    right: 1em;
    top: -0.125em;
}

#content .aidefcf-wrapper .use-floating-validation-tip span.wpcf7-not-valid-tip {
    top: 0;
}

#content .aidefcf-wrapper div.wpcf7-response-output {
    font-size: 12px;
}

/* Listings Results Page*/
.post-page-aios-custom-idx-broker-results-page #content-full .entry-title,
.post-page-aios-custom-idx-broker-results-page .ip-banner > .container {
    width: 100%;
}

.post-page-aios-custom-idx-broker-results-page #content #breadcrumbs {
    width: 100%;
}

.post-page-aios-custom-idx-broker-results-page #listings-results .listings-table .listings-table-header {
    background-color: var(--aios-custom-idxb-results-primary-color);
    color: #fff;
}

.post-page-aios-custom-idx-broker-results-page #listings-results .listings-grid .listings-plan span p {
    color: #fff;
}

.post-page-aios-custom-idx-broker-results-page #inner-page-wrapper {
    margin-bottom: 0;
}

.post-page-aios-custom-idx-broker-global-page #content ul{
    margin: unset; 
    line-height: unset;
}

.ui-dialog[aria-labelledby="ui-dialog-title-IDX-registration"] #IDX-registration .IDX-btn{
    background: #642d80!important;
} 

.ui-dialog[aria-labelledby="ui-dialog-title-IDX-registration"] #IDX-registration .IDX-btn:hover{
    color: #fff!important;
    background: #515050!important;
}  

body #listings-details .listings-slideshow .listings-slideshow-slide:after {
    opacity: 0;
}

.IDX-wrapper-standard label {
    color: #6F6F6F !important;
    font-weight: 400;
}
.IDX-wrapper-standard .IDX-advancedWrap input.IDX-advancedRange,
input.IDX-field-remarksConcat{
        border: 1px solid #ccc !important;
}