	/*
Theme Name: degolianhomes.com
Description: AIOS mobile semi-custom theme.
Author: AgentImage
Author URI: http://www.agentimage.com
Version: 1.5.6
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
 *
 *******************************************************/

div#main-wrapper {
    overflow: hidden;
}


/** Header **/

header.header {
    position: fixed;
    z-index: 1001;
    width: 100%;
    top: 0;
    font-size: 0;
    padding: 10px 0;
    background: rgba(65, 182, 230, 0);
    text-align: center;
    transition: all 0.4s ease-in-out;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
}

header.header.fixed {
    background: rgba(255, 255, 255, .67);
}

.intro-animation.endAnimation {
    display: none;
}

header .container {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
}


/* Header Logo */

header .logo-wrap {
    /*
    display: inline-block;
    vertical-align: middle;
    width: 20%;
*/
    margin-right: 30px;
}

header .logo-wrap img {
    max-width: 240px;
    transition: all 0.4s ease-in-out;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
}

header .logo-wrap a {
    display: block;
    outline: none;
    max-width: 100%;
}

header.fixed .logo-wrap img {
    max-width: 150px;
    filter: invert(1);
}


/* Header Navigation */

header .nav-wrap {
    margin-right: 13px;
}

header .nav-wrap ul#nav {
    /*    display: none;*/
}


/*
header .nav-wrap > div {
    display: flex;
    align-items: center;
    justify-content: center;
}
*/

header .nav-wrap ul.nav {
    font-family: 'Muli', sans-serif;
    display: flex;
    justify-content: flex-end;
    /*
    width: 40%;
    max-width: 510px;
*/
}

header .nav-wrap ul.nav > li {
    position: relative;
    padding: 0 12px;
}

header .nav-wrap ul.nav > li:first-child {
    padding-left: 0;
}

header .nav-wrap ul.nav > li:last-child {
    padding-right: 0;
}

header .nav-wrap ul.nav:before,
header .nav-wrap ul.nav:after {
    display: none;
}

header .nav-wrap ul.nav a {
    font-size: 18px;
    color: #fff;
    text-transform: uppercase;
    font-weight: 400;
    line-height: 1;
    display: block;
    padding: 10px 0;
    background-color: transparent;
}

header.header.fixed .nav-wrap ul.nav a {
    color: #000;

}

header .nav-wrap ul.nav > li:hover > a {
    color: #989898;
    text-shadow: 0 0 #fff;
}

.mac-true.firefox-true header .nav-wrap ul.nav > li:hover > a {
    text-shadow: none !important;
}

/*Header SMI*/
.header-smi {}

.header-smi ul.smi-links {
    display: flex;
}

.header-smi ul.smi-links li {
    padding: 0 12px;
}

.header-smi ul.smi-links li a{
    font-size: 23px;
    color: #fff;
    transition: 400ms ease;
    -webkit-transition: 400ms ease;
    -moz-transition: 400ms ease;
    -o-transition: 400ms ease;
}

.header-smi ul.smi-links li a:hover{
    color: #989898;
    text-shadow: 0 0 #fff;
}

header.header.fixed .header-smi ul.smi-links li a{
    color: #000;
}


/* Sub Menu */

.nav .sub-menu {
    list-style: none outside none;
    padding: 0;
    position: absolute;
    width: 100%;
    min-width: 220px;
    margin-left: -110px;
    left: 50%;
    padding-top: 38px;
    opacity: 0;
    transform: translateY(20px);
    visibility: hidden;
}

header.fixed .nav .sub-menu {
    padding-top: 21px;
}

.nav li:hover > .sub-menu {
    transform: translateY(0);
    visibility: visible;
    opacity: 1;
}

.nav .sub-menu li {
    position: relative;
    background: rgba(255, 255, 255, .67);
}

header .nav-wrap .nav .sub-menu a {
    /*color: #717171;*/
    color: #000;
    display: block;
    font-size: 14px;
    padding: 12px 0;
    position: relative;
}

.nav .sub-menu a span {
    display: inline-block;
    vertical-align: middle;
    position: relative;
}

.nav .sub-menu a span:before {
    content: '';
    height: 2px;
    width: 100%;
    position: absolute;
    bottom: -5px;
    background: #1b7fcf;
    left: -50px;
    opacity: 0;
}

.nav .sub-menu li:hover > a span:before {
    left: 0;
    opacity: 1;
}

.nav .sub-menu .sub-menu,
header.fixed .nav .sub-menu .sub-menu {
    left: calc(100% + 1px);
    margin-left: 0;
    top: 0;
    padding-top: 0;
}


/* Header Transtion */

header .nav-wrap ul.nav a,
.nav .sub-menu a,
.nav .sub-menu,
.nav .sub-menu a span:before {
    transition: 400ms ease;
    -webkit-transition: 400ms ease;
    -moz-transition: 400ms ease;
    -o-transition: 400ms ease;
}

header .logo-wrap a {
    transition: 600ms ease;
    -webkit-transition: 600ms ease;
    -moz-transition: 600ms ease;
    -o-transition: 600ms ease;
}


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


/* Global */

body {
    font-family: 'Muli', sans-serif;
    font-size: 14px;
    background: #FFF;
    color: #000000;
    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; */
}


/* Specific Color */

.blue-text {
    color: #41b6e6;
}


/* Global Title */

.gtitle {
    display: block;
    margin-bottom: 50px;
    width: 100%;
    position: relative;
    text-align: left;
}

.gtitle .gtitle-inner {
    display: inline-block;
    vertical-align: middle;
    text-align: right;
    position: relative;
}

.gtitle h2 {
    font-size: 60px;
    color: #41b6e6;
    text-transform: uppercase;
    font-family: 'Muli', sans-serif;
    font-weight: 300;
    line-height: 1;
    padding-left: 30px;
}

.gtitle .gtitle-inner > em {
    position: absolute;
    left: calc(100% + 40px);
    top: 50%;
    color: #818181;
    font-size: 19px;
    font-weight: 400;
    font-family: 'Playfair Display', serif;
    letter-spacing: .060em;
    min-width: 700px;
    text-align: left;
}

.gtitle .sub-title {
    font-size: 20px;
    font-weight: 300;
    color: #818181;
    letter-spacing: .600em;
    text-transform: uppercase;
}

.gtitle .tagline {
    height: 1px;
    width: 100%;
    margin: 10px 0;
    background: #696969;
    position: relative;
    pointer-events: none;
}

.gtitle .tagline .tagline-inner {
    position: absolute;
    bottom: 0;
    left: 13px;
    color: #818181;
    font-size: 25px;
    text-transform: uppercase;
    line-height: 1;
    transform: rotate(-90deg);
    transform-origin: left bottom;
    text-align: left;
    width: 1000px;
}

.gtitle .tagline .tagline-inner:before,
.gtitle .tagline .tagline-inner:after {
    content: '';
    display: inline-block;
    vertical-align: middle;
    width: 60px;
    height: 1px;
    background-color: #818181;
}

.gtitle .tagline .tagline-inner > div {
    display: inline-block;
    vertical-align: middle;
    padding: 0 25px;
    position: relative;
    pointer-events: auto;
}

.gtitle .tagline .tagline-img {
    display: block;
    width: 100%;
    position: absolute;
    top: 100%;
    left: 0;
    text-align: center;
    font-size: 20px;
}

.gtitle .tagline .tagline-img span {
    display: inline-block;
    vertical-align: middle;
}

.gtitle .tagline .tagline-img span[class^="ai-font-zillow"] {
    color: #006aff;
}


/* Global Button Styles */

.gbtn {
    display: inline-block;
    vertical-align: middle;
    font-weight: 300;
    font-size: 0;
    font-family: 'Montserrat', sans-serif;
    line-height: 1;
    letter-spacing: 0;
    height: 58px;
    outline: none;
    padding: 0 15px;
    transition: 400ms ease;
    -webkit-transition: 400ms ease;
    -moz-transition: 400ms ease;
    -o-transition: 400ms ease;
}

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

.gbtn span {
    display: inline-block;
    vertical-align: middle;
    font-size: 15px;
    font-family: inherit;
    outline: none;
}

.gbtn.blue-btn {
    color: #fff;
    border: 0;
    background-color: #41b6e6;
    border: 1px solid transparent;
}

.gbtn.blue-btn:hover {
    border: 1px solid #696969;
    background-color: transparent;
    color: #696969;
}

.gbtn.border-btn {
    border: 1px solid #696969;
    background: transparent;
    color: #696969;
}

.gbtn.border-btn:hover {
    background-color: #41b6e6;
    border-color: #41b6e6;
    color: #fff;
}


/* Homepage Styles */


/* Fixed SMI */

.fixed-smi {
    bottom: 10%;
    position: fixed;
    right: 65px;
    z-index: 1001;
    transform: rotate(90deg);
    transform-origin: right bottom;
}

.fixed-smi ul.smi-links {
    font-size: 0;
    position: relative;
    display: flex;
}

.fixed-smi ul.smi-links li {
    display: flex;
    align-items: center;
}

.fixed-smi li:first-child:before {
    display: none;
}

.fixed-smi li:before {
    height: 1px;
    width: 15px;
    content: '';
    background: #696969;
}

.fixed-smi li.smi-label:before {
    opacity: 0;
}

.fixed-smi ul.smi-links a {
    height: 48px;
    width: 48px;
    border: 1px solid #696969;
    display: block;
    color: #696969;
    border-radius: 100%;
    position: relative;
	background: #fff;
}

.fixed-smi ul.smi-links a span.cm-font {
    width: 96%;
    height: 96%;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    display: block;
    margin: auto;
    position: absolute;
    background-image: url(images/smi-sprite.png);
    background-repeat: no-repeat;
}

.fixed-smi ul.smi-links a .border-line {
    position: absolute;
    width: 86%;
    height: 86%;
    margin: auto;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}

.fixed-smi ul.smi-links a .border-line:before {
    content: '';
    width: 100%;
    top: 0;
    border-radius: 100%;
    border: 1px solid #696969;
    position: absolute;
    height: 100%;
    border-top: transparent;
    border-bottom: transparent;
    transform: rotate(90deg);
}

.fixed-smi ul.smi-links a:hover .border-line:before {
    background-color: #fff;
}

.fixed-smi ul.smi-links .email-col a {
    border: 0;
}

.fixed-smi ul.smi-links .email-col span.cm-font {
    width: 100%;
    margin: 0;
    height: 100%;
}

.fixed-smi ul.smi-links .email-icon {
    background-position: 0 top;
}

.fixed-smi ul.smi-links .fb-icon {
    background-position: -54px top;
}

.fixed-smi ul.smi-links .ig-icon {
    background-position: -111px top;
}

.fixed-smi ul.smi-links .pinterest-icon {
    background-position: -165px top;
}

.fixed-smi ul.smi-links .zillow-icon {
    background-position: -270px top;
}

.fixed-smi ul.smi-links .youtube-icon {
    background-image: url(images/smi-sprite-new.png)!important;
    background-position: -208px top;
    background-size: 300px;
}

.fixed-smi ul.smi-links a:hover .fb-icon {
    background-position: -54px -48px;
}

.fixed-smi ul.smi-links a:hover .ig-icon {
    background-position: -111px -48px;
}

.fixed-smi ul.smi-links a:hover .pinterest-icon {
    background-position: -165px -48px;
}

.fixed-smi ul.smi-links a:hover .zillow-icon {
    background-position: -270px -48px;
}

.fixed-smi ul.smi-links a:hover .youtube-icon {
    background-position: -208px -44px;
}

.fixed-smi ul.smi-links a:hover .email-icon {
    background-position: 0 -48px;
}

.fixed-smi ul.smi-links li.smi-label {
    padding-right: 10px;
    padding-right: 10px;
    max-width: 0;
    opacity: 0;
    transition: 2s ease;
    display: none;
}

.fixed-smi ul.smi-links li.smi-label span {
    font-size: 16px;
    color: #818181;
    display: block;
    text-transform: capitalize;
}

.fixed-smi ul.smi-links li.email-col {
    max-width: 0;
    opacity: 0;
    transition: 2s ease;
}

.fixed-smi ul.smi-links.showInfo li.smi-label,
.fixed-smi ul.smi-links.showInfo li.email-col {
    max-width: 1000px;
    opacity: 1;
}


/* Fixed SMI transition */

.fixed-smi ul.smi-links a .border-line:before,
.fixed-smi ul.smi-links a span.cm-font {
    transition: 400ms ease;
    -webkit-transition: 400ms ease;
    -moz-transition: 400ms ease;
    -o-transition: 400ms ease;
}


/* Intro Animation */

.user-navigated-from-a-page-on-the-site .intro-animation {
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    display: none;
}

.intro-animation {
    position: fixed;
    z-index: 2010;
    width: 100%;
    height: 100%;
    background: #272727;
    font-size: 0;
    overflow: hidden;
    transition: 800ms ease;
    -webkit-transition: 800ms ease;
    -moz-transition: 800ms ease;
    -o-transition: 800ms ease;
    display: none;
}

.intro-animation.endAnimation {
    opacity: 0;
    transform: scale(.8) translateZ(0);
    transition-delay: 1s;
    visibility: hidden;
    pointer-events: none;
}

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

.intro-animation .intro-inner {
    display: inline-block;
    vertical-align: middle;
    width: 100%;
    text-align: center;
}

.intro-animation .intro-wrap {
    display: inline-block;
    vertical-align: middle;
    padding: 0 80px;
    position: relative;
    text-align: center;
}

.intro-animation .intro-wrap:before,
.intro-animation .intro-wrap:after {
    top: calc(50% - 3px);
    height: 6px;
    content: '';
    background-color: #fff;
    width: 2000px;
    position: absolute;
    transition: 800ms ease;
    -webkit-transition: 800ms ease;
    -moz-transition: 800ms ease;
    -o-transition: 800ms ease;
}

.intro-animation .intro-wrap:before {
    left: 100%;
}

.intro-animation .intro-wrap:after {
    right: 100%;
}

.intro-animation.endAnimation .intro-wrap:before {
    left: 150%;
    opacity: 0;
    transition-delay: 400ms;
}

.intro-animation.endAnimation .intro-wrap:after {
    right: 150%;
    opacity: 0;
    transition-delay: 400ms;
}

.intro-animation .intro-wrap h2 {
    font-size: 65px;
    text-transform: uppercase;
    color: #fff;
    font-weight: 300;
    font-family: 'Muli', sans-serif;
    opacity: 0;
}

.intro-animation .intro-wrap h2.second-frame {
    position: absolute;
    top: 0;
    width: 100%;
    left: 0;
    opacity: 0;
}


/* End Of Intro */


/* Section 1 - Slideshow */

section.section1 {
    position: relative;
}

.hp-ss {
    position: relative;
}

.hp-ss:before {
    content: '';
    position: absolute;
    /* opacity: 0; */
    left: 0;
    width: 100%;
    height: 100%;
    background: #000000;
    opacity: .20;
    z-index: 1;
    pointer-events: none;
}

.hp-ss .arrow-down {
    position: absolute;
    bottom: 0;
    z-index: 10;
    text-align: center;
    width: 100%;
    max-width: 60px;
    left: calc(50% - 30px);
}

.hp-ss button.arrow-down-btn {
    height: 50px;
    width: 50px;
    margin: 0 auto 10px;
    border: 1px solid #fff;
    background-color: transparent;
    color: #fff;
    border-radius: 100%;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    outline: none;
    font-size: 23px;
}

.hp-ss .arrow-down .sm-circle {
    display: block;
    margin: 0 auto 10px;
    height: 8px;
    width: 8px;
    border: 1px solid #fff;
    border-radius: 100%;
    position: relative;
}

.hp-ss .arrow-down:after {
    height: 45px;
    width: 1px;
    content: '';
    background-color: #fff;
    margin: 0 auto;
    display: block;
}


/* Dropdown Hover */

.hp-ss .arrow-down:hover button.arrow-down-btn {
    background-color: #41b6e6;
    border-color: #41b6e6;
}

.hp-ss .arrow-down:hover .sm-circle {
    background-color: #41b6e6;
    border-color: #41b6e6;
    transition-delay: 300ms;
}

.hp-ss .arrow-down:hover:after {
    background-color: #41b6e6;
    transition-delay: 600ms;
}


/* Slideshow Dropdownbutton */

.hp-ss button.arrow-down-btn,
.hp-ss .arrow-down .sm-circle,
.hp-ss .arrow-down:after {
    transition: 400ms ease;
    -webkit-transition: 400ms ease;
    -moz-transition: 400ms ease;
    -o-transition: 400ms ease;
}


/* Seaction 2 : Featured Property */

body.home section.hp-section2 {
    padding: 90px 0 120px;
    z-index: 10;
    position: relative;
    overflow: initial;
}

.hp-fp {
    position: relative;
    font-size: 0;
    margin-bottom: 80px;
}

.hp-fp .gtitle h2 {
    padding-left: 160px;
}

.hp-fp .gtitle .tagline .tagline-inner {
    color: #fff;
}

.hp-fp .gtitle .tagline .tagline-inner:before {
    width: 230px;
}

.fp-list {
    font-size: 0;
    margin: 0 -5px;
}

.fp-list .fp-item {
    width: 25%;
    display: inline-block;
    vertical-align: middle;
    padding: 0 5px;
}

.fp-item a {
    position: relative;
    display: block;
    /*
    padding: 8px;
    background: #fff;
    border: 2px solid #b1b1b1;
*/
    overflow: hidden;
}

.fp-item .fp-btn-inner {
    position: relative;
    font-size: 0;
}

.fp-item .pp-status {
    position: absolute;
    display: inline-block;
    padding: 5px 15px;
    color: #484848;
    font-size: 15px;
    text-transform: capitalize;
    background: rgba(255, 255, 255, .65);
    z-index: 1;
    font-family: 'Playfair Display', serif;
    font-weight: 400;
    right: 0;
    top: 25px;
    display: none;
}

.fp-item a:hover .pp-status {
    right: -100px;
    opacity: 0;
}

.fp-item .img-wrap {
    display: block;
    position: relative;
}

.fp-item .img-wrap canvas {
    width: 100%;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

.fp-item a:hover .img-wrap canvas {
    filter: grayscale(1);
}

.fp-item .dflt-dtls {
    width: 100%;
    position: relative;
    bottom: 0;
    padding: 10px 15px;
    background: #fff;
    font-family: 'Playfair Display', serif;
    line-height: normal;
    letter-spacing: 0;
    color: #484848;
    font-size: 17px;
    display: flex;
    align-items: center;
    flex-flow: column;
    left: 0;
}

.fp-item a:hover .dflt-dtls {
    left: 100px;
    opacity: 0;
}

.fp-item .dflt-dtls .address {
    /*    border-right: 2px solid #696969;*/
    width: 100%;
}

.fp-item .dflt-dtls .price {
    width: 100%;
    /*    text-align: center;*/
}

.fp-item .dflt-dtls .price em {
    font-style: normal;
    display: inline-block;
    vertical-align: middle;
    margin-right: 2px;
}

.fp-item .hrv-dtls {
    position: absolute;
    width: 94%;
    height: 94%;
    margin: auto;
    top: 0;
    left: -100px;
    right: 0;
    bottom: 0;
    background: #fafafa;
    z-index: 10;
    text-align: center;
    opacity: 0;
    font-family: 'Playfair Display', serif;
}

.fp-item a:hover .hrv-dtls {
    left: 0;
    opacity: 1;
    transition-delay: 300ms;
}

.fp-item .hrv-dtls .address,
.fp-item .hrv-dtls .price {
    font-size: 24px;
    line-height: normal;
    padding-top: 25px;
    margin-bottom: 10px;
    color: #484848;
}

.fp-item .hrv-dtls .price em {
    display: inline-block;
    vertical-align: middle;
    margin-right: 2px;
    font-style: normal;
}

.fp-item .hrv-dtls .address:after {
    content: '';
    height: 2px;
    width: 100%;
    max-width: 50px;
    background: #696969;
    display: block;
    margin: 15px auto 0;
}

.fp-item .hrv-dtls .price span {
    display: block;
}

.fp-item .hrv-dtls .pp-hvr-btn {
    position: absolute;
    bottom: 0;
    display: flex;
    width: 100%;
}

.fp-item .hrv-dtls .pp-hvr-btn .btn-col {
    width: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 15px 0;
    color: #696969;
}

.fp-item .pp-hvr-btn .btn-col span {
    font-size: 12px;
    font-weight: 400;
    line-height: 1;
    letter-spacing: 0;
}

.fp-item .pp-hvr-btn .btn-col.view-more {
    background-color: #696969;
    color: #fff;
}

.fp-item .pp-hvr-btn .btn-col.mls-no span {
    font-size: 15px;
}

.fp-item .hrv-dtls ul.util {
    display: block;
    font-size: 17px;
    color: #484848;
    line-height: 1;
}

.fp-item .hrv-dtls ul.util li {
    display: inline-block;
    vertical-align: middle;
    padding: 0 8px;
}

.fp-item .hrv-dtls ul.util .cm-icon {
    display: inline-block;
    vertical-align: middle;
    height: 24px;
    width: 24px;
    margin-left: 5px;
    background-repeat: no-repeat;
    background-position: center;
}

.fp-item .hrv-dtls ul.util .cm-icon.beds {
    background-image: url(images/bed-icon.png);
}

.fp-item .hrv-dtls ul.util .cm-icon.shower {
    background-image: url(images/shower-icon.png);
}

.fp-item .hrv-dtls ul.util .cm-icon.toilet {
    background-image: url(images/toilet-icon.png);
}

.fp-list button.fp-arrow {
    position: absolute;
    font-size: 34px;
    top: 50%;
    transform: translateY(-50%);
    border: 0;
    background: transparent;
    color: #a5a5a5;
    padding: 0;
    outline: none;
}

.fp-list button.fp-arrow:hover {
    color: #41b6e6;
}

.fp-list button.fp-arrow.fp-prev {
    left: -30px;
}

.fp-list button.fp-arrow.fp-next {
    right: -30px;
}


/* Featured Properties Transition */

.fp-item .hrv-dtls,
.fp-item .pp-status,
.fp-item .dflt-dtls,
.fp-list button.fp-arrow,
.fp-item .img-wrap canvas {
    transition: 400ms ease;
    -webkit-transition: 400ms ease;
    -o-transition: 400ms ease;
    -moz-transition: 400ms ease;
}


/* Quicksearch */

.hp-qs {
    display: block;
    text-align: center;
}

.qs-wrap .qs-col-lg .dropdown-menu ul.dropdown-menu {
    max-height: 250px !important;
}

.qs-wrap .qs-col-lg .bootstrap-select.btn-group .dropdown-toggle .filter-option {
    width: 100%;
    text-overflow: ellipsis;
}

.qs-wrap {
    background-color: #f2f2f2;
    font-size: 0;
    width: 100%;
    max-width: 1280px;
    margin: 0 auto;
    padding-right: 15px;
}

.qs-wrap .qs-col-btn,
.qs-wrap .qs-col-lg,
.qs-wrap .qs-col-sm {
    display: inline-block;
    vertical-align: middle;
}

.qs-wrap .qs-col-btn {
    width: 15.5%;
}

.qs-wrap .qs-col-lg {
    width: 42.5%;
}

.qs-wrap .qs-col-sm {
    width: 10.5%;
}

.qs-wrap .qs-col-lg {
    padding: 0 18px;
}

.qs-wrap .qs-col-sm {
    padding: 0 2px;
}

.qs-wrap .qs-form-control {
    width: 100%;
    height: 40px;
    background: #b2b2b2;
    font-family: 'Montserrat', sans-serif;
    line-height: 1;
    letter-spacing: 0;
    text-transform: capitalize;
    font-weight: 400;
    border: 0;
    font-size: 11px;
    color: #fff;
    padding: 0 10px;
    outline: none;
    display: block;
}

.qs-wrap select.qs-form-control {
    -webkit-appearance: none;
    -moz-appearance: none;
    -o-appearance: none;
    appearance: none;
    background-image: url(images/dd-arrow-icon.png);
    background-repeat: no-repeat;
    background-position: right 10px center;
}

.qs-wrap .qs-btn {
    width: 100%;
    height: 60px;
}

.qs-wrap .city-field .qs-form-control {
    background: transparent;
    color: #656565;
    text-transform: uppercase;
    line-height: 1;
    border-bottom: 1px solid #696969;
    max-width: 420px;
}


/*QS city css*/

.qs-wrap button.btn.dropdown-toggle.btn-default {
    background: transparent;
    color: #656565;
    text-transform: uppercase;
    line-height: 1;
    border-bottom: 1px solid #696969 !important;
    max-width: 420px;
    font-family: 'Montserrat', sans-serif;
    letter-spacing: 0;
    font-weight: 400;
    border: 0;
    border-radius: unset;
    padding: 0 10px;
    height: 40px;
}

.sidebar span.filter-option.pull-left {
    font-size: 8px !important;
}

.sidebar span.wpcf7-not-valid-tip {
    width: 100% !important;
    max-width: 166px;
    line-height: 1.2;
}


/*QS city css end*/


/* Section 3 : Neighborhoods */

body.home section.hp-section3 {
    position: relative;
    padding-bottom: 55px;
    overflow: initial;
}

.hp-fc {
    position: relative;
}

.hp-fc .gtitle .tagline .tagline-inner:before,
.hp-fc .gtitle .tagline .tagline-inner:after {
    width: 20px;
}

.hp-fc .gtitle h2 {
    padding-left: 40px;
}

.fc-list-wrap {
    max-width: 100%;
    margin: 0 auto;
    overflow: hidden;
    position: relative;
}


/* Slick Overwrites */

.fc-list .slick-list {
    padding: 50px 0;
}

.fc-list.slick-initialized * {
    outline: none;
}

.fc-list .slick-list {
    padding: 50px 8%;
}

.fc-list {
    font-size: 0;
    position: relative;
    z-index: 5;
}

.fc-list .fc-item {
    display: inline-block;
    vertical-align: middle;
    width: 33.33%;
}

.fc-item a.fc-btn {
    display: block;
    margin: 0 auto;
    width: 100%;
    max-width: 365px;
    position: relative;
    pointer-events: none;
}

.slick-active .fc-item a.fc-btn {
    pointer-events: auto;
}

.fc-item a.fc-btn:before {
    position: absolute;
    content: '';
    top: 0;
    left: -5%;
    width: 110%;
    height: 100%;
    background: #fff;
    z-index: 35;
    opacity: .80;
}

.slick-active .fc-item a.fc-btn:before {
    opacity: 0;
}

.fc-item a.fc-btn .fc-content {
    position: relative;
    width: 100%;
    border-radius: 100%;
    overflow: hidden;
}

a.fc-btn .img-wrap {
    position: relative;
    width: 100%;
    font-size: 0;
}

a.fc-btn .img-wrap canvas {
    width: 100%;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

a.fc-btn .title-wrap {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    background: rgba(255, 255, 255, .65);
}

a.fc-btn:hover .title-wrap {
    background: rgba(255, 255, 255, 0);
}

a.fc-btn .title-wrap .title-wrap-inner {
    display: inline-block;
    padding: 15px 25px;
    background: rgba(255, 255, 255, .71);
    text-align: center;
    font-size: 30px;
    color: #717274;
    text-transform: capitalize;
    line-height: 1;
    font-family: 'Playfair Display', serif;
}

a.fc-btn .btn-border {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
}

a.fc-btn:hover .btn-border {
    transform: rotate(-270deg);
}

a.fc-btn .btn-border:before,
a.fc-btn .btn-border:after {
    position: absolute;
    width: 100%;
    height: 50%;
    content: '';
    background-image: url(images/border-style.png);
    background-repeat: no-repeat;
}

a.fc-btn .btn-border:after {
    bottom: 25px;
    right: 2px;
    transform: rotate(-165deg);
}

a.fc-btn .btn-border:before {
    top: 21px;
    left: -12px;
}

.fc-nav {
    position: absolute;
    top: calc(50% - 2px);
    left: 0;
    padding: 0 6%;
    width: 100%;
    text-align: center;
    z-index: -1;
}

.fc-nav .line-dsgn {
    display: inline-block;
    vertical-align: middle;
}

.fc-list button.fc-arrow {
    border: 0;
    background: transparent;
    color: #a5a5a5;
    font-size: 32px;
    padding: 0;
    position: absolute;
    top: calc(50% - 8px);
    z-index: 10;
}

.fc-list button.fc-arrow.fc-prev {
    left: 6%;
}

.fc-list button.fc-arrow.fc-next {
    right: 6%;
}

.fc-nav .line-dsgn {
    width: calc(100% - 50px);
    height: 4px;
    background: #696969;
}


/* Featured Neighborhoods */

a.fc-btn .title-wrap {
    transition: 600ms ease-in-out;
    -webkit-transition: 600ms ease-in-out;
    -moz-transition: 600ms ease-in-out;
    -o-transition: 600ms ease-in-out;
}

.fc-item a.fc-btn,
.fc-item a.fc-btn:before,
a.fc-btn .btn-border {
    transition: 800ms ease-in-out;
    -webkit-transition: 800ms ease-in-out;
    -moz-transition: 800ms ease-in-out;
    -o-transition: 800ms ease-in-out;
}


/* section 4 : Testimonials */

body.home section.hp-section4 {
    padding: 55px 0 50px;
    position: relative;
    overflow: initial;
}

.hp-testi {}

.hp-testi .gtitle h2 {
    padding-left: 90px;
}

.hp-testi .gtitle .tagline .tagline-inner > div {
    padding: 0 5px;
}

.hp-testi .gtitle .sub-title {
    text-align: center;
}

.testi-wrap {
    padding: 50px 0 70px;
    background-color: #e5e5e5;
    position: relative;
    text-align: center;
    width: calc(100% - 100px);
    margin: 0 auto;
    overflow: hidden;
    font-size: 0;
    z-index: 1;
}

.testi-list {
    font-size: 0;
    margin-bottom: 35px;
}

.testi-wrap:before,
.testi-wrap:after {
    content: '';
    display: block;
    position: absolute;
    background-image: url(images/dd-qoute-icon.png);
    background-repeat: no-repeat;
    height: 320px;
    width: 390px;
    max-width: 100%;
    z-index: -1;
    background-size: contain;
}

.testi-wrap:before {
    left: -10px;
    top: -10px;
}

.testi-wrap:after {
    bottom: -100px;
    right: -45px;
    transform: rotate(180deg);
}

.testi-wrap .testi-list {
    font-size: 0;
    margin-bottom: 35px;
}

.testi-list .testi-item {
    display: inline-block;
    vertical-align: middle;
    width: 50%;
    text-align: center;
    padding: 30px 60px;
}

.testi-list .slick-current + .slick-slide .testi-item {
    border-left: 2px solid #696969;
}

.testi-item .testi-content {
    color: #818181;
    font-size: 18px;
    line-height: 24px;
    letter-spacing: .060em;
    font-family: 'Playfair Display', serif;
}

.testi-item .testi-content p {
    margin-bottom: 30px;
}

.testi-item .testi-auth {
    font-size: 16px;
    text-align: left;
}

.testi-item .testi-auth em {
    display: block;
}

.testi-wrap .testi-nav {
    text-align: center;
    font-size: 0;
    padding: 25px 80px;
    background-color: #fff;
    display: inline-block;
    vertical-align: middle;
}

.testi-nav .testi-arrows,
.testi-nav .testi-readmore {
    display: inline-block;
    vertical-align: middle;
    position: relative;
}

.testi-nav .gbtn.blue-btn {
    height: 45px;
    width: 230px;
    font-family: 'Playfair Display', serif;
    text-transform: uppercase;
}

.testi-nav .gbtn.blue-btn span {
    font-size: 16px;
}

.testi-nav button.arrow-btn {
    font-size: 16px;
    color: #949393;
    letter-spacing: .060em;
    line-height: 1;
    text-transform: uppercase;
    font-family: 'Playfair Display', serif;
    background-color: transparent;
    border: 0;
    padding: 0 20px;
    outline: none;
}

.testi-nav button.arrow-btn:hover {
    color: #41b6e6;
}

.testi-nav button.arrow-btn span {
    display: inline-block;
    vertical-align: middle;
    margin: 0 5px;
}

.testi-nav button.arrow-btn span[class^="ai-font"] {
    font-size: 12px;
}

.testi-nav .testi-readmore:before,
.testi-nav .testi-readmore:after {
    content: '';
    height: 1px;
    width: 25px;
    background-color: #fff;
    position: absolute;
    top: 50%;
}

.testi-nav .testi-readmore:before {
    left: 0;
}

.testi-nav .testi-readmore:after {
    right: 0;
}

.testi-nav button.arrow-btn {
    transition: 400ms ease;
    -webkit-transition: 400ms ease;
    -moz-transition: 400ms ease;
    -o-transition: 400ms ease;
}


/* Section 5 : Join Our Networks */

section.section5 {
    position: relative;
}

.f-jon {
    display: block;
    position: relative;
}

.f-jon .gtitle h2 {
    padding-left: 60px;
}

.jon-wrap {
    position: relative;
    overflow: hidden;
}

.jon-form {
    position: relative;
    max-width: 1320px;
    width: 100%;
    background: #696969;
    padding: 60px 60px 0;
    font-size: 0;
}

.jon-form form {
    position: relative;
    font-size: 0;
}

.jon-form:before {
    height: 100%;
    position: absolute;
    top: 0;
    width: 100vw;
    content: '';
    right: 99%;
    background: #696969;
}

.jon-wrap .jon-col-md,
.jon-wrap .jon-col-sm {
    display: inline-block;
    vertical-align: top;
}

.jon-wrap .jon-col-md {
    width: 59%;
    padding-right: 15px;
}

.jon-wrap .jon-col-sm {
    width: 41%;
    padding-left: 15px;
}

.jon-form .jon-form-control {
    width: 100%;
    border: 0;
    border-bottom: 1px solid #fff;
    font-size: 15px;
    font-family: 'Muli', sans-serif;
    text-transform: capitalize;
    letter-spacing: .060em;
    background-color: transparent;
    color: #fff;
    font-weight: 300;
    padding: 5px 0 23px;
    outline: none;
}

.jon-form span.wpcf7-form-control-wrap.jon-name {
    margin-bottom: 60px;
}

.jon-form span.wpcf7-form-control-wrap {
    display: block;
    width: 100%;
    margin-bottom: 15px;
}

.jon-form em {
    font-weight: 400;
    font-size: 15px;
    display: block;
    color: #fff;
    margin-bottom: 20px;
    font-family: 'Playfair Display', serif;
    letter-spacing: .060em;
}

.jon-form .jon-submit {
    width: 100%;
    padding: 25px 25px 80px;
    background: #d9d9d9;
    margin-top: 50px;
    position: relative;
    color: #d9d9d9;
}

.jon-form .jon-submit .jon-submit-col {
    display: inline-block;
    vertical-align: middle;
    position: relative;
}

.jon-form .jon-submit .jon-submit-col:after {
    top: 50%;
    left: 80%;
    width: 320px;
    background-color: #696969;
    height: 1px;
    content: '';
    position: absolute;
}

.jon-form .jon-submit .wpcf7-submit {
    height: 52px;
    max-width: 100%;
    width: 200px;
    font-size: 15px;
    text-transform: uppercase;
}

.jon-submit span[class^="ai-font"] {
    font-size: 32px;
    margin-right: 20px;
    display: inline-block;
    vertical-align: middle;
    color: #41b6e6;
}

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

.jon-form span.wpcf7-not-valid-tip {
    font-size: 12px;
}


/* Footer Styles */

footer.footer {
    background: #fff;
    padding: 40px 0 30px;
    text-align: center;
}

footer .f-logo {
    display: block;
    margin-bottom: 30px;
    text-align: center;
    font-size: 0;
}

footer .logo-wrap {
    width: 100%;
    position: relative;
}

footer .logo-wrap:before,
footer .logo-wrap:after {
    content: '';
    width: 200px;
    height: 1px;
    background-color: #696969;
    display: inline-block;
    vertical-align: middle;
}

footer .logo-wrap a {
    font-family: 'Muli', sans-serif;
    font-size: 34px;
    text-transform: uppercase;
    color: #818181;
    display: inline-block;
    vertical-align: middle;
    margin: 0 30px;
}

footer .copyright {
    letter-spacing: 0;
    color: #808080;
    font-size: 14px;
    line-height: 1;
    font-weight: 600;
    font-family: 'Muli', sans-serif;
    margin-bottom: 15px;
}

footer .copyright a {
    color: inherit;
    text-decoration: none;
    outline: none;
}

footer .copyright a:hover {
    color: #41b6e6;
}

footer .f-realtor-logo {
    color: #808080;
    font-size: 20px;
}


/* Footer Transition */

footer .copyright a {
    transition: 400ms ease;
    -webkit-transition: 400ms ease;
    -moz-transition: 400ms ease;
    -o-transition: 400ms ease;
}


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

.Ip-about-btn a {
    display: inline-block;
    font-weight: 300;
    font-family: 'Montserrat', sans-serif;
    /* height: 58px; */
    outline: none;
    color: #fff;
    border: 0;
    background-color: #41b6e6;
    border: 1px solid transparent;
    display: block;
    max-width: 191px;
    font-size: 15px;
    margin: 0 auto;
    text-align: center;
    padding: 18px 6px;
    margin-top: 45px !important;
    transition: 400ms ease;
    -webkit-transition: 400ms ease;
    -moz-transition: 400ms ease;
    -o-transition: 400ms ease;
}

.Ip-about-btn a:hover {
    border: 1px solid #696969;
    background-color: transparent;
    color: #696969;
}


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


/* 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 {
    font-size: 45px;
    color: #41b6e6;
    text-transform: uppercase;
    font-family: 'Muli', sans-serif;
    font-weight: 300;
    line-height: 1;
}


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

#content .archive-subtitle {
    font-size: 35px;
    color: #41b6e6;
    text-transform: uppercase;
    font-family: 'Muli', sans-serif;
    font-weight: 300;
    line-height: 1;
}

aside .agent-info {
    background: #41b6e6;
    padding: 10px;
    text-align: center;
    margin-bottom: 30px;
}

aside .logo-wrap img {
    margin: 0 auto;
}

aside ul.cinfo {
    margin: 10px 0;
    text-align: center;
    color: #fff;
    font-size: 16px;
    font-family: 'Muli', sans-serif;
}

aside ul.cinfo .name {
    font-size: 18px;
    font-weight: 600;
}

aside .qs-wrap > form {
    display: flex;
    flex-direction: column-reverse;
}

aside .qs-wrap {
    width: 100%;
    padding: 10px;
    max-width: 420px;
    margin: 0 auto;
    display: block;
}

aside .qs-wrap .qs-col-lg {
    width: 100%;
    padding: 0;
    margin-bottom: 5px;
}

aside .qs-wrap .qs-col-sm {
    width: 100%;
    padding: 0;
    margin-bottom: 5px;
}

aside .qs-wrap .qs-btn {
    width: 100%;
    height: 50px;
    padding: 0;
}

aside .qs-wrap .qs-col-btn {
    width: 100%;
}

.single-aios_agent h1.entry-title {
    display: none;
}

.agent-contacts-main-info span {
    color: #41b6e6;
}

.agent-contact-name {
    color: #41b6e6;
}


/*ihf style*/

#ihf-main-container .nav-tabs {
    padding: 0 !important;
    margin: 0 !important;
}

ul.chosen-results {
    margin: 0 !important;
    padding: 0 !important;
}

body img[src*="deviceid.trueleadid.com"] {
    display: none;
}

#ihf-main-container .mc-total-payment-subline {
    color: #666 !important;
}

#ihf-main-container .ihf-listing-search-results .ihf-grid-result span {
    display: block;
}


/*End of ihf*/


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

.pum-theme-2077 .pum-container,
.pum-theme-lightbox .pum-container {
    border: none !important;
}

.hp-popup h2 {
    font-size: 45px;
    color: #41b6e6;
    text-transform: uppercase;
    font-family: 'Muli', sans-serif;
    font-weight: 300;
    line-height: 1;
    margin: .67em 0;
    text-align: center;
}

.hp-popup .ai-default-cf7wrap input.wpcf7-submit {
    background: #41b6e6 !important;
}

.nav .menu-item-53 .sub-menu li {
	display: inline-block;
	width: calc(100% / 3);
	vertical-align: top;
	height: 50px;
}
.nav .menu-item-53 .sub-menu {
    min-width: 520px;
	left: 50%;
	margin-left: unset;
	transform: translate(-50%) !important;	
}

body .agent-multi-list {
    border-top: 0;
}

.hp-section-ge {}

.ge-banner {}

.ge-banner canvas {
    display: block;
    width: 100%;
    height: auto;
    background-size: cover;
    background-position: top center;
    background-repeat: no-repeat;
}

.ge-buttons {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-flow: row wrap;
    padding: 40px 0 124px;
}

.ge-buttons a {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    max-width: 300px;
    height: 60px;
    background: #1a3b29;
    color: #b88615;
    font-family: 'Poppins', sans-serif;
    font-size: 20px;
    font-weight: 500;
    text-transform: uppercase;
    text-align: center;
    border-radius: 10px;
    margin: 10px 15px;
    transition: 400ms ease;
    -webkit-transition: 400ms ease;
    -moz-transition: 400ms ease;
    -o-transition: 400ms ease;
}

.ge-buttons a:hover {
    color: #1a3b29;
    background: #b88615;
}

.tagline-inner {
    display: none;
}

header .nav-wrap ul.nav .menu-item-55 a {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 160px;
    height: 40px;
    background: rgba(255, 255, 255, .2);
    border: 2px solid #FFF;
    border-radius: 10px;
    font-family: 'Muli', sans-serif;
    font-size: 18px;
    font-weight: 600;
    letter-spacing: 0.05em;
    color: #fff;
    text-transform: uppercase;
    text-align: center;
    padding: 0;
}

header .nav-wrap ul.nav .menu-item-55 a:hover {
    color: #FFF;
    background: #41b6e6;
    border-color: #41b6e6;
}

.hp-section1 {
    position: relative;
}

.ss-tagline {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
}

.ss-tagline-inner {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-flow: column;
}

.ss-tagline-inner h2 {
    font-family: 'Playfair Display', serif;
    font-size: 65px;
    font-weight: 400;
    letter-spacing: -0.01em;
    line-height: normal;
    color: #fff;
    text-align: center;
    text-shadow: 0px 3px 43px rgba(0, 0, 0, 0.83);
}

.ss-tagline-inner a {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 160px;
    height: 40px;
    background: rgba(255, 255, 255, .2);
    border: 2px solid #FFF;
    border-radius: 10px;
    font-size: 18px;
    font-weight: 600;
    letter-spacing: 0.05em;
    color: #fff;
    text-transform: uppercase;
    text-align: center;
    margin-top: 30px;
    transition: 400ms ease;
    -webkit-transition: 400ms ease;
    -moz-transition: 400ms ease;
    -o-transition: 400ms ease;
}

.ss-tagline-inner a:hover {
    background: #41b6e6;
    border-color: #41b6e6;
}

.ss-links {
    width: 100%;
    position: absolute;
    bottom: 50px;
    left: 0;
    z-index: 1;
}

.ss-links-inner {
    display: flex;
    justify-content: space-around;
    align-items: center;
}

.ss-link {}

.ss-link a {
    display: block;
    font-size: 25px;
    font-weight: 600;
    letter-spacing: 0.05em;
    color: #fff;
    text-transform: uppercase;
    text-align: center;
}

.ss-link-divider {
    position: relative;
}

.ss-link-divider:before {
    content: '';
    width: 1px;
    height: 24px;
    background: #fff;
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
}

section.hp-section-social-media {
    padding: 50px 0;
}

.fts-slicker-backg,
.slicker-instaG-photoshadow {
    transition: 400ms ease;
    -webkit-transition: 400ms ease;
    -moz-transition: 400ms ease;
    -o-transition: 400ms ease;
}

.agent-holder .attachment-agent-image img {
    border-radius: 10px;
}

.closing-attorneys-content {
    display: flex;
    align-items: center;
    justify-content: space-around;
    flex-direction: row;
}

.slicker-instagram-placeholder.fts-instagram-wrapper {
    /*height: 320px !important;*/
    width: calc(33.3333% - 2px) !important;
}

a.fts-slicker-backg{
    width: 100%;
    height: 100%;
}

.social-media-feed span{
    position: relative !important;
}

.page-id-8975 #content .entry {
    font-size: 16px;
}

.page-id-8975 #content .entry a {
    color: #0e6cb6;
}

.page-id-8975 #content .entry i.ai-font-heart-fill {
    font-style: normal;
    color: #41b6e6;
}

.social-media-feed span {
    font-size: 16px;
    font-family: 'Playfair Display', serif;
    background: #fff;
    /*font-weight: bold;*/
    color: #818181;
    display: block;
    line-height: normal;
    position: absolute;
    bottom: 0;
    left: 0;
    margin: 0 30px;
}

.slicker-instagram-placeholder.fts-instagram-wrapper {
    padding: 30px;
}

.slicker-instagram-placeholder.fts-instagram-wrapper img {
    display: block;
    width: 100%;
    height: 87%;
    object-fit: cover;
    object-position: top center;
}

.grecaptcha-badge {
    z-index: 99999;
}

.page-id-10375 #content .entry .blue-btn {
    display: inline-block;
    border: 1px solid #41b6e6;
    color: #41b6e6;
    text-transform: uppercase;
    text-align: center;
    padding: 10px 20px;
    margin-top: 20px;
    transition: all 0.4s ease-in-out;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
	border-radius: 10px;
}

.page-id-10375 #content .entry h2 {
	color: #41b6e6;
}

.page-id-10375 #content .entry .blue-btn:hover {
    background: #41b6e6;
    color: #fff;
}

.page-id-10375 .logo-top-wrap {
	display: block;
	font-size: 0;
    margin-bottom: 50px;
    text-align: center;
}

.page-id-10375 .logo-top-wrap img {
	display: inline-block;
	vertical-align: middle;
	height: 105px;
}

.page-id-10375 .logo-top-wrap img:nth-child(1) {
	filter: invert(1);
}

.page-id-10375 .logo-top-wrap img:nth-child(2) {
	height: 100%;
	max-width: 325px;
}

.page-id-10375 p.larger-font{
    font-size: 20px;
}

footer .logo-wrap img {
	max-width: 200px;
	filter: invert(1);
}

.social-media-feed span {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}

.social-media-feed .slicker-instagram-placeholder.fts-instagram-wrapper {
    display: inline-block;
}

.social-media-feed .slicker-instagram-placeholder.fts-instagram-wrapper img {
    height: 230px;
    object-fit: contain;
    margin-bottom: 25px;
}

.social-media-feed .fts-instagram-inline-block-centered.feed_dynamic_classuenxgpqurh_business {
    text-align: center;
}

.social-media-feed .slicker-instagram-placeholder.fts-instagram-wrapper img[alt="no-img"] {
    filter: invert(1);
}

.agent-holder .attachment-agent-image img {
    height: auto;
}

.wpcf7 form .wpcf7-response-output {
    text-align: center;
}
.sidebar .wpcf7 form .wpcf7-response-output {
    margin: 0;
}