/*
Theme Name: carolroyse.com
Theme URI: http://carolroysecom.rs4.aios-staging.com
Description: AIOS mobile semi-custom theme.
Author: AgentImage
Author URI: http://www.agentimage.com
Version: 1.4.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
 *
 *******************************************************/

/** Header Style **/

header.header {
    position: fixed;
    z-index: 1001;
    width: 100%;
    padding: 40px 0;
    font-size: 0;
}

.ip-container header.header {
    background-color: #000;
}

header.header.fixed {
    padding: 20px 0;
    background: #000;
}

header .h-left,
header .h-right {
    display: inline-block;
    vertical-align: middle;
}

/* Header Left */
header .h-left {
    width: 25%;
}

header .logo-wrap {
    display: block;
    width: 100%;
}

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

header.fixed .logo-wrap a {
    max-width: 260px;
}


/* Header Right */
header .h-right {
    width: 75%;
}

.h-right .h-top,
.h-right .h-bottom {
    display: block;
    width: 100%;
    text-align: right;
}

header .h-top {
    padding-bottom: 15px;
    opacity: 1;
}

header.fixed .h-right .h-top {
    /*height: 0;
            opacity: 0;
            padding-bottom: 0;
            min-height: 0;
            max-height: 0;*/
}

.h-right .h-top .c-info-wrap,
.h-right .h-top .smi-wrap,
.h-right .h-top .right-logo-wrap {
    display: inline-block;
    vertical-align: middle;
}

.h-right .h-top .right-logo-wrap {
    max-width: 200px;
    opacity: 1;

    transition: 600ms ease;
    -webkit-transition: 600ms ease;
    -o-transition: 600ms ease;
    -moz-transition: 600ms ease;
}

header.fixed .h-right .h-top .right-logo-wrap {
    max-width: 0;
    opacity: 0;
}

/* Headr Contact Information */
header .cinfo {
    line-height: 1;
    letter-spacing: .020em;
    margin-right: 14px;
}

header .cinfo li {
    display: inline-block;
    vertical-align: middle;
    padding-left: 20px;
}

header .cinfo em,
header .cinfo a {
    color: #fff;
    font-size: 16px;
    font-weight: 400;
    outline: none;
    text-decoration: none;
    font-family: inherit;

    display: inline-block;
    vertical-align: middle;
}

header .cinfo a {
    transition: 400ms ease;
    -webkit-transition: 400ms ease;
    -o-transition: 400ms ease;
    -moz-transition: 400ms ease;
}

header .cinfo a:hover {
    color: #c32032;
}

header .cinfo li:last-child:after {
    display: none;
}

header .cinfo li:after {
    content: '';
    width: 1px;
    height: 15px;
    background: #fff;
    display: inline-block;
    vertical-align: middle;
    margin-left: 20px;
}

header ul.cinfo em {
    font-size: 20px;
}

/* Headr Social Media */
header .smi-links {
    line-height: 1;
    letter-spacing: .020em;
    margin-right: 20px;
}

header .smi-links li {
    display: inline-block;
    vertical-align: middle;
    padding-left: 20px;
}

header .smi-links a {
    color: #fff;
    font-size: 20px;
    font-weight: 400;
    outline: none;
    text-decoration: none;
    font-family: inherit;

    display: inline-block;
    vertical-align: middle;

    transition: 400ms ease;
    -webkit-transition: 400ms ease;
    -o-transition: 400ms ease;
    -moz-transition: 400ms ease;
}

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


/* Header Right Logo*/
header .right-logo-wrap {}

.h-bottom {}

header #nav {
    line-height: 1;
    letter-spacing: .020em;
}

header #nav>li {
    display: inline-block;
    vertical-align: middle;
    padding: 0 20px;
}

header #nav>li>a {
    color: #fff;
    font-size: 14px;
    font-weight: 400;
    outline: none;
    text-transform: uppercase;
    font-weight: 500;
    text-decoration: none;
    font-family: inherit;
    display: block;
    position: relative;
}

header #nav>li>a:after {
    content: '';
    display: block;
    width: 0;
    opacity: 0;
    height: 2px;
    background-color: #fff;
    margin-top: 5px;
}

header #nav>li:hover>a:after {
    width: 100%;
    opacity: 1;
}


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

#nav .sub-menu {
    list-style: none outside none;
    margin: 0;
    display: none;
    padding: 0;
    position: absolute;
    width: 100%;
    min-width: 200px;
    left: 50%;
    margin-left: -100px;
    padding-top: 36px;
}

#nav .sub-menu a {
    color: #fff;
    font-size: 15px;
    outline: none;
    text-transform: uppercase;
    font-weight: 500;
    text-decoration: none;
    font-family: inherit;
    display: block;
    position: relative;
    text-align: center;
    outline: none;
    text-decoration: none;
    padding: 10px 0;

    transition: 400ms ease;
    -webkit-transition: 400ms ease;
    -o-transition: 400ms ease;
}

#nav .sub-menu li:hover>a {
    background: #fff;
    color: #000;
}

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

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

#nav .sub-menu li {
    position: relative;
    background: rgba(0, 0, 0, .8);
    width: 100%;
    border-bottom: 1px;
}

/* Header Transition */
header #nav>li>a:after,
header.header,
.h-right .h-top,
header.fixed .h-right .h-top,
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: 'Poppins', 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; */
}

/** Global Container **/
.cm-container {
    max-width: 1400px;
    padding: 0 15px;
    display: block;
    width: 100%;
    margin: 0 auto;
}

/* Global Style */
.gtitle {
    line-height: 1;
    font-family: 'Poppins', sans-serif;
    margin-bottom: 60px;
    position: relative;
}

.gtitle h1,
.gtitle h2 {
    font-family: 'Playfair Display', serif;
    letter-spacing: 0;
    color: #000;
    font-size: 50px;
    line-height: 1;
    margin: 0;
    text-transform: uppercase;
    font-weight: 400;
    position: relative;
}

.gtitle>span {
    font-size: 20px;
    font-family: inherit;
    letter-spacing: .200em;
    display: block;
    color: #d2b66c;
    text-transform: uppercase;
    font-weight: 300;
}


.title-design {
    position: absolute;
    width: calc(50% - 100px);
    height: 55px;
    background: rgba(245, 245, 245, .03);
    right: -100px;
    top: calc(50% - 25px);
    z-index: 10;
}

.title-design:before {
    position: absolute;
    right: 0;
    width: 55px;
    height: 110px;
    background: rgba(245, 245, 245, .03);
    content: '';
}

.title-design.down:before {
    top: 100%;
}

.title-design.up:before {
    bottom: 100%;
}

/* Gunfilled button */
.gunfilledbtn {
    max-width: 240px;
    display: block;
    height: 60px;
    text-align: center;
    color: #fff;
    border: 1px solid #c32032;
    text-transform: uppercase;
    font-size: 16px;
    font-weight: 300;
    letter-spacing: .300em;
    outline: none;
    text-decoration: none;
    background: #c32032;
}

.gunfilledbtn:hover {
    background: #000;
    color: #fff;
    border: 1px solid #000;
}

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

a.gunfilledbtn span {
    display: inline-block;
    vertical-align: middle;
}

.gunfilledbtn {
    transition: 400ms ease;
    -webkit-transition: 400ms ease;
    -moz-transition: 400ms ease;
    -o-transition: 400ms ease;
}


/** Line Hovers **/
.design-lines {
    height: 70px;
    position: absolute;
    background: transparent;
    border-left: 4px solid rgba(255, 255, 255, .50);
    border-right: 4px solid rgba(255, 255, 255, .50);
    left: 10px;
    width: calc(100% - 20px);
    z-index: 10;
}

.line-trigger:hover .design-lines.top {
    top: 20px;
    left: 20px;
    width: calc(100% - 40px);
    height: calc(50% - 20px);
}

.line-trigger:hover .design-lines.bottom {
    bottom: 20px;
    left: 20px;
    width: calc(100% - 40px);
    height: calc(50% - 20px);
}

.design-lines.top {
    top: 10px;
}

.design-lines.bottom {
    bottom: 10px;
}


.design-lines:before,
.design-lines:after {
    position: absolute;
    height: 4px;
    width: 60px;
    content: '';
    background: rgba(255, 255, 255, .50);
}

.design-lines.top:before {
    left: 0;
    top: 0;
}

.design-lines.top:after {
    right: 0;
    top: 0;
}

.design-lines.bottom:before {
    left: 0;
    bottom: 0;
}

.design-lines.bottom:after {
    right: 0;
    bottom: 0;
}

.line-trigger:hover .design-lines:before,
.line-trigger:hover .design-lines:after {
    width: 50%;
}

.design-lines,
.design-lines:before,
.design-lines:after {
    transition: 400ms ease;
    -webkit-transition: 400ms ease;
    -moz-transition: 400ms ease;
    -o-transition: 400ms ease;
}

/** Slideshow **/

section.section1 {
    font-size: 0;
    position: relative;
}

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

.hp-slideshow:before {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 10;

    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#000000+0,000000+100&0.7+0,0+39,0+39 */
    background: -moz-linear-gradient(top, rgba(0, 0, 0, 0.7) 0%, rgba(0, 0, 0, 0) 39%, rgba(0, 0, 0, 0) 100%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.7) 0%, rgba(0, 0, 0, 0) 39%, rgba(0, 0, 0, 0) 100%);
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0.7) 0%, rgba(0, 0, 0, 0) 39%, rgba(0, 0, 0, 0) 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#b3000000', endColorstr='#00000000', GradientType=0);
    /* IE6-9 */
    pointer-events: none;
}

.hp-slideshow .aios-slider.aios-slider-template-default .aios-slider-splide .aios-slider-custom-video video {
    -webkit-clip-path: none;
    clip-path: none;
    -webkit-mask-image: none;
}

/* HP Quicksearch */
.hp-qs {
    position: absolute;
    bottom: -45px;
    width: 100%;
    z-index: 25;
}

.qs-wrap {
    width: 100%;
    padding: 30px 10px;
    position: relative;
    background: rgba(0, 0, 0, .80);
}

.qs-wrap:before {
    position: absolute;
    top: 100%;
    width: 100%;
    content: '';
    height: 50px;
    left: 0;
    background-size: 100%;
    background-repeat: no-repeat;
    background-position: top;
    background-image: url(images/qs-shadow.png);
}

.qs-wrap span.qs-design {
    position: absolute;
    width: 80px;
    background: #fff;
    height: 5px;
    opacity: .50;
}

.qs-wrap span.qs-design:before {
    height: 80px;
    position: absolute;
    width: 5px;
    background: #fff;
    content: '';
}

.qs-wrap span.qs-design.top {
    top: 5px;
    left: 5px;
}

.qs-wrap span.qs-design.bottom {
    bottom: 5px;
    right: 5px;
}

.qs-wrap span.qs-design.top:before {
    top: 100%;
    left: 0;
}

.qs-wrap span.qs-design.bottom:before {
    bottom: 100%;
    right: 0;
}

.qs-wrap .qs-logo,
.qs-wrap .qs-form {
    display: inline-block;
    vertical-align: middle;
}

/* Quick Search Logo*/

.qs-wrap .qs-logo {
    font-size: 28px;
    width: 18%;
    color: #fff;
    line-height: 1;
    letter-spacing: 0;
    font-weight: 400;
    font-family: 'Playfair Display', serif;
    text-transform: uppercase;
    text-align: right;
    display: inline-block;
    vertical-align: middle;
    padding-right: 25px;
}

.qs-wrap .qs-logo .large-text,
.qs-wrap .qs-logo .normal-text {
    display: inline-block;
    vertical-align: bottom;
}

.qs-wrap .qs-logo .normal-text {
    padding-bottom: 5px;
    text-align: left;
}

.qs-wrap .qs-logo .normal-text span:nth-child(2) {
    padding-left: 20px;
}

.qs-wrap .qs-logo .normal-text span {
    display: block;
    font-size: 25px;
}

.qs-wrap .qs-logo .large-text {
    font-size: 83px;
    margin-top: -15px;
}

/* Quicksaerch Form */
.qs-wrap .qs-form {
    width: 82%;
}

.qs-wrap .qs-col-lg,
.qs-wrap .qs-col-md,
.qs-wrap .qs-btn-col {
    display: inline-block;
    vertical-align: middle;
    padding: 0 5px;
}

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

.qs-wrap .qs-col-md {
    width: 11%;
}

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

.qs-wrap .qs-form-control {
    width: 100%;
    padding: 0 5px;
    font-family: inherit;
    border: none;
    border-bottom: 1px solid #fff;
    color: #fff;
    height: 40px;
    font-size: 12px;
    text-transform: uppercase;
    background-color: transparent;
    font-weight: 400;
    line-height: 1;
    outline: none;
    text-decoration: none;
    background-repeat: no-repeat;
    background-position: right 5px center;
}

.qs-wrap select.qs-form-control {
    background-image: url(images/dd-arrow.png);
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    -o-appearance: none;
}

.qs-wrap .qs-btn-col>div {
    display: inline-block;
    vertical-align: middle;
    width: 50%;
}

.qs-wrap .qs-btn-control {
    width: 100%;
    height: 40px;
    font-size: 16px;
    text-transform: uppercase;
    font-weight: 500;
    font-family: inherit;
    text-align: center;
    outline: none;
    text-decoration: none;
    display: block;
    letter-spacing: .100em;
}

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

.qs-wrap a.qs-btn-control span {
    display: inline-block;
    vertical-align: middle;
}

.qs-wrap .qs-btn-control.src-btn {
    background: #c32032;
    border: none;
    color: #fff;
    -webkit-transition: 0.3s all ease-in;
    transition: 0.3s all ease-in;
}

.qs-wrap .qs-btn-control.src-btn:hover {
    background: #000;
}

.qs-wrap .qs-btn-control.adv-btn {
    color: #d2b66c;
    -webkit-transition: 0.3s all ease-in;
    transition: 0.3s all ease-in;
}

.qs-wrap .qs-btn-control.adv-btn:hover {
    color: #d6a41f;
}




/** Call To Action Buttons **/
section.section2 {
    padding: 165px 0 90px;
}

.cta-wrap {}

a.cta-btn {
    display: block;
    width: 100%;
    outline: none;
    text-decoration: none;
    position: relative;
}

a.cta-btn .img-wrap {
    font-size: 0;
}

a.cta-btn .img-wrap .design-lines {
    border-left: 7px solid rgba(255, 255, 255, .50);
    border-right: 7px solid rgba(255, 255, 255, .50);
}

a.cta-btn .img-wrap .design-lines.bottom {
    opacity: 0;
}

a.cta-btn:hover .img-wrap .design-lines.bottom {
    opacity: 1;
}

a.cta-btn .img-wrap .design-lines:before,
a.cta-btn .img-wrap .design-lines:after {
    height: 7px;
}

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

a.cta-btn .cta-title {
    text-align: center;
    bottom: 0;
    position: absolute;
    width: 100%;
    left: 0;
    background: rgba(0, 0, 0, .55);
    height: 115px;
    line-height: 1;
    padding: 0 25px;
    font-size: 0;
}

a.cta-btn:hover .cta-title {
    height: 100%;
}

a.cta-btn .cta-title span {
    font-size: 18px;
    color: #fff;
    font-weight: 400;
    font-family: 'Poppins', sans-serif;
    text-transform: uppercase;
    padding: 10px 0;
    letter-spacing: .300em;
    line-height: 1;
}

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

a.cta-btn .cta-title .cta-title-wrap {
    display: inline-block;
    vertical-align: middle;
}

a.cta-btn .cta-title h2 {
    font-family: 'Playfair Display', serif;
    color: #fff;
    padding-top: 5px;
    font-size: 28px;
    line-height: 1;
    text-transform: uppercase;
}

a.cta-btn .cta-title h2:before {
    display: block;
    content: '';
    width: 40px;
    height: 2px;
    background: #d2b66c;
    margin: 0 auto;
}

a.cta-btn .cta-title {
    transition: 400ms ease;
    -webkit-transition: 400ms ease;
    -moz-transition: 400ms ease;
    -o-transition: 400ms ease;
}

/* Welcome */
section.section3 {
    position: relative;
    background-color: #ffffff;
    padding: 80px 0;
    overflow: hidden;
}

section.section3:before {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background-image: url(images/wc-bg.jpg);
    content: '';
    opacity: .05;

    -webkit-filter: grayscale(100%);
    -moz-filter: grayscale(100%);
    -o-filter: grayscale(100%);
}

.wc-wrap {
    position: relative;
    z-index: 1;
    padding: 0 30px;
}

.wc-wrap .gtitle {
    text-align: center;
}

.wc-wrap .gtitle h1 {
    display: inline-block;
}

.wc-wrap .gtitle h1:before,
.wc-wrap .gtitle h1:after {
    position: absolute;
    height: 15px;
    background-color: #d2b66c;
    top: calc(50% - 6px);
    content: '';
    width: 120px;
}

.wc-wrap .gtitle h1:after {
    right: -130px;
}

.wc-wrap .gtitle h1:before {
    left: -130px;
}

.wc-wrap .wc-content {
    text-align: center;
    font-size: 16px;
    color: #414141;
    font-weight: 300;
    font-family: 'Poppins', sans-serif;
    line-height: 30px;
    letter-spacing: 0;
    margin-bottom: 40px;
}

.wc-wrap .wc-content p {
    margin-bottom: 30px;
}

.wc-wrap .wc-content p:last-child {
    margin-bottom: 0;
}

.wc-wrap a.gunfilledbtn {
    margin: 0 auto;
    outline: none;
    text-decoration: none;
}

/** Meet The Team **/
section.section4 {
    position: relative;
    padding: 50px 0;
    overflow: hidden;

}

section.section4:before {
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: -1;
    content: '';
    top: 0;
    left: 0;

    filter: grayscale(100%);
    -webkit-filter: grayscale(100%);
    -moz-filter: grayscale(100%);
    -o-filter: grayscale(100%);

    background-image: url(images/meet-team-bg.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

section.section4:after {
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 1;
    content: '';
    top: 0;
    left: 0;
    background: rgba(0, 0, 0, .70);
}

.hp-agents {
    position: relative;
    z-index: 10;
    width: 100%;
}

.hp-agents .gtitle {
    text-align: center;
}

.hp-agents .gtitle span,
.hp-agents .gtitle h2 {
    color: #fff;
    letter-spacing: .200em;
}

.agent-list {
    margin-left: -70px;
    margin-right: -70px;
}

.agent-list .slick-track {
    padding: 60px 0 0;
}

.agent-list .agent-item {
    display: inline-block;
    vertical-align: middle;
    width: 33.33%;
    float: left;
    padding: 0 70px;
}

.agent-item .img-wrap {
    width: 100%;
    position: relative;
    font-size: 0;
    background: rgba(255, 255, 255, .08);
    border-bottom: 4px solid rgba(255, 255, 255, .20);

    transition: 400ms ease;
    -webkit-transition: 400ms ease;
    -o-transition: 400ms ease;
    -moz-transition: 400ms ease;
}

.slick-center .agent-item .img-wrap {
    border-color: rgba(255, 255, 255, .50);
}

.slick-center .agent-item .img-wrap {
    transform: scale(1.15);
}

.agent-item .img-wrap .design-lines.top {
    top: 0;
    border-left: 4px solid rgba(255, 255, 255, .20);
    border-right: 4px solid rgba(255, 255, 255, .20);
    height: 110px;
    width: 100%;
    left: 0;
}


.slick-center .agent-item .img-wrap .design-lines.top {
    border-left: 4px solid rgba(255, 255, 255, .55);
    border-right: 4px solid rgba(255, 255, 255, .55);
}

.agent-item .img-wrap .design-lines:before,
.agent-item .img-wrap .design-lines:after {
    background-color: rgba(255, 255, 255, .20);
    height: 4px;
}

.slick-center .agent-item .img-wrap .design-lines:after,
.slick-center .agent-item .img-wrap .design-lines:before {
    background-color: rgba(255, 255, 255, .50);
}

.agent-item .img-wrap canvas {
    width: 100%;
}

.agent-item .agent-photo {
    position: absolute;
    width: 100%;
    left: 0;
    bottom: 0;
    padding: 0 15px;
    left: -100px;
    opacity: 0;

    transition: 800ms ease;
    -webkit-transition: 800ms ease;
    -moz-transition: 800ms ease;
    -o-transition: 800ms ease;
}

.agent-item .agent-photo.active-animate {
    left: 0;
    opacity: 1;
}

.slick-center .agent-item .name-wrap.active-animate,
.slick-center .agent-item .smi-links.active-animate {
    right: 0;
    opacity: 1;
}


.agent-item .name-wrap {
    text-align: center;
    margin-top: 20px;
    padding: 20px 0;
    font-family: 'Poppins', sans-serif;
    font-size: 36px;
    line-height: 1;
    text-transform: uppercase;
    letter-spacing: 0;
    color: #fff;
    font-weight: 500;
    opacity: 0;
    position: relative;
    right: -100px;

    transition: 800ms ease;
    -webkit-transition: 800ms ease;
    -moz-transition: 800ms ease;
    -o-transition: 800ms ease;
}

.agent-item .smi-links {
    line-height: 1;
    letter-spacing: 0;
    text-align: center;
    font-size: 0;
    opacity: 0;
    position: relative;
    right: -100px;

    transition: 800ms ease;
    -webkit-transition: 800ms ease;
    -moz-transition: 800ms ease;
    -o-transition: 800ms ease;
}

.slick-center .agent-item .smi-links {
    opacity: 1;
}

.agent-item .smi-links li {
    display: inline-block;
    vertical-align: middle;
    padding: 0 8px;
}

.agent-item .smi-links a {
    font-size: 23px;
    color: #c32032;
    outline: none;
    text-decoration: none;
    display: block;

    transition: 400ms ease;
    -webkit-transition: 400ms ease;
    -o-transition: 400ms ease;
    -moz-transition: 400ms ease;
}

.agent-item .smi-links a:hover {
    color: #fff;
}

.agent-list button.agent-arrows {
    position: absolute;
    top: 45%;
    transform: translateY(-50%);
    background: none;
    border: transparent;
    color: #fff;
    font-size: 52px;
    outline: none;
    z-index: 10;
}

.agent-list button.next-btn {
    right: 30%;
}

.agent-list button.prev-btn {
    left: 30%;
}





/** Featured Properties **/
section.section5 {
    padding: 80px 0;
}

.hp-fp {
    overflow: initial;
}

.hp-fp .gtitle {
    text-align: center;
}

.hp-fp .title-design {
    right: initial;
    left: 0;
    width: calc(50% - 200px);
    background: rgba(245, 245, 245, .10);
}

.hp-fp .title-design:before {
    right: initial;
    left: 0;
    height: 280px;
    background: rgba(245, 245, 245, .30);
}

.fp-list-wrap {
    overflow: hidden;
}

.fp-list {
    font-size: 0;
    margin-left: -40px;
    margin-right: -40px;
}

.fp-list .slick-track {
    padding: 35px 0;
}

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

.fp-item a.fp-link {
    display: block;
    width: 100%;
    outline: none;
    text-decoration: none;

    transition: 400ms ease;
    -webkit-transition: 400ms ease;
    -o-transition: 400ms ease;
    -moz-transition: 400ms ease;
}

.slick-center .fp-item a.fp-link {
    transform: scale(1.2);
}

.fp-item a .img-wrap {
    position: relative;
    width: 100%;
    font-size: 0;
    margin-bottom: 20px;
}

.fp-item a .img-wrap:before {
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 1;
    background: rgba(0, 0, 0, .50);
    opacity: 0;
}

.fp-item a:hover .img-wrap:before {
    opacity: 1;
}


.fp-item .img-wrap canvas {
    width: 100%;
    background-size: cover;
    background-position: center;
    display: inline-block;
    vertical-align: middle;
}

.fp-item .address-wrap {
    text-align: center;
    font-family: 'Poppins', sans-serif;
    font-size: 25px;
    color: #c32032;
    text-transform: uppercase;
    letter-spacing: .050em;
    line-height: 1;
    font-weight: 200;
}

.fp-item .img-wrap:after {
    display: block;
    width: 100%;
    height: 20px;
    content: '';
    background-image: url(images/qs-shadow.png);
    background-repeat: no-repeat;
    background-position: top center;
    background-size: 100%;
    position: absolute;
    bottom: -19px;
}

.fp-item a .img-wrap .view-details {
    font-size: 0;
    font-weight: 300;
    font-family: inherit;
    position: absolute;
    text-transform: uppercase;
    text-align: center;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    color: #fff;
    opacity: 0;
    z-index: 10;

    transition: 400ms ease;
    -webkit-transition: 400ms ease;
    -moz-transition: 400ms ease;
    -o-transition: 400ms ease;
}

.fp-item a .img-wrap .view-details:before {
    display: inline-block;
    vertical-align: middle;
    width: 0;
    height: 100%;
    content: '';
}

.fp-item a .img-wrap .view-details span {
    display: inline-block;
    vertical-align: middle;
    font-size: 18px;
}

.fp-item a:hover .img-wrap .view-details {
    opacity: 1;
}


.fp-item a .img-wrap:before {
    transition: 400ms ease;
    -webkit-transition: 400ms ease;
    -moz-transition: 400ms ease;
    -o-transition: 400ms ease;
}


/** Tv & Media **/
section.section6 {
    position: relative;
    padding: 80px 0;
    overflow: hidden;
}

section.section6:before {
    content: '';
    position: absolute;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    opacity: .15;
    background-image: url(images/tv-media-bg.png);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    filter: grayscale(100%);
}

.hp-tv-media {
    position: relative;
    z-index: 10;
    font-size: 0;
}

.hp-tv-media .tv-media-wrap {
    overflow: initial;
}

.tv-media-view,
.tv-media-details {
    display: inline-block;
    vertical-align: middle;
    width: 50%;
    position: relative;
}

/* TV Media */
.tv-media-view {
    position: relative;
    padding: 0 15px 0 25px;
}

.tv-media-view .title-design {
    width: 55px;
    right: 0;
    top: initial;
    bottom: -10px;
    height: 100%;
    background: rgba(0, 0, 0, .07);
}

.tv-media-view .title-design:before {
    height: 200px;
    background: rgba(0, 0, 0, .07);
}

.tv-media-view .tv-media-view-wrap {
    width: 100%;
    max-width: 615px;
    margin: 0 auto;
}

.tv-media-view .gtitle {
    text-align: right;
    margin-bottom: 10px;
    line-height: 1;
    padding-right: 70px;
}

.tv-media-view .gtitle h2 img {
    display: inline-block;
    vertical-align: bottom;
}

.tv-media-view .tv-media-view-list {
    position: relative;
}

.tv-media-view .tv-media-view-list:before {
    position: absolute;
    top: -25px;
    left: -25px;
    content: '';
    width: 40%;
    height: 70%;
    z-index: -1;
    background: #d2b66c;
}

.tv-media-view .tv-media-view-list:after {
    position: absolute;
    bottom: 15px;
    right: -15px;
    content: '';
    width: 50%;
    height: 50%;
    z-index: -1;
    background: #c32032;
}

.tv-media-view .tv-media-view-item {
    width: 100%;
    display: block;
    position: relative;
}

.tv-media-view .tv-media-view-item iframe {
    width: 100%;
}

.tv-media-view .tv-media-view-item video {
    width: 100%;
    background-color: #000;
}


.tv-media-details {}

.tv-media-details .description-wrap {
    color: #1c1c1c;
    font-weight: 300;
    font-family: 'Poppins', sans-serif;
    line-height: 30px;
    font-size: 16px;
    letter-spacing: 0;
    padding-bottom: 30px;
    margin-bottom: 30px;
    border-bottom: 3px solid #c32032;
}

.tv-media-details .tv-media-more>span {
    font-size: 26px;
    color: #000;
    font-weight: 600;
    letter-spacing: .050em;
    text-transform: uppercase;
    display: block;
    margin-bottom: 30px;
    line-height: 1;
}

.tv-media-details .tv-media-more>span em {
    font-style: normal;
    color: #d2b66c;
}

.tv-media-details .tv-media-more .tv-media-more-list {
    font-size: 0;
    margin-left: -15px;
    margin-right: -15px;
}

.tv-media-details .tv-media-more-item {
    display: inline-block;
    vertical-align: middle;
    padding: 0 15px;
    width: 50%;
}

.tv-media-details .tv-media-more-item a {
    font-size: 0;
    position: relative;
    outline: none;
    text-decoration: none;
    display: block;
}

.tv-media-details .tv-media-more-item canvas {
    background-size: cover;
    width: 100%;
    background-position: center;
}

.tv-media-wrap .play-btn {
    position: absolute;
    height: 100%;
    width: 100%;
    left: 0;
    top: 0;
    background: rgba(0, 0, 0, .50);
    text-align: center;
    transition: 400ms ease;
    -webkit-transition: 400ms ease;
    -o-transition: 400ms ease;
    -moz-transition: 400ms ease;
    display: flex;
    align-items: center;
    justify-content: center;
}

.tv-media-wrap .play-btn.play {
    background: rgba(0, 0, 0, 0);
    opacity: 0;
}

.tv-media-wrap .play-btn.play:hover {
    opacity: 1;
}

.tv-media-wrap .play-btn:before {
    content: '';
    width: 0;
    height: 100%;
    display: inline-block;
    vertical-align: middle;
}

.tv-media-wrap .tv-media-view-wrap .play-btn .button {
    height: 95px;
    width: 95px;
    font-size: 32px;
}


.tv-media-wrap .play-btn .button {
    height: 50px;
    width: 50px;
    border-radius: 100%;
    border: none;
    font-size: 20px;
    color: #000;
    background: rgba(255, 255, 255, .50);
    outline: none;
    text-decoration: none;
    position: relative;
    padding: 0;
    line-height: 1;
    letter-spacing: 0;
    position: absolute;
    /* top: 0; */
    /* bottom: 0; */
    left: 0;
    right: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto;
}

.tv-media-wrap .play-btn .button span[class^="ai-font-pause"] {
    position: absolute;
    top: 13px;
    left: 13px;
    opacity: 0;
}

.tv-media-wrap .play-btn.play .button span[class^="ai-font-pause"] {
    opacity: 1;
}

.tv-media-wrap .tv-media-view-wrap .play-btn .button span[class^="ai-font-pause"] {
    top: 30px;
    left: 30px;
}

.tv-media-wrap .play-btn.play .button span[class^="ai-font-play"] {
    opacity: 0;
}

/* Testimonials */
section.section7 {
    padding: 80px 0 90px;
    background-image: url(images/testi-bg.jpg);
    background-size: cover;
    background-position: center;
    position: relative;
}

section.section7:before {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background: rgba(0, 0, 0, .70);
}

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

.hp-testi .gtitle .title-design {
    width: calc(50% - 200px);
    right: -200px;
    top: 0;
    height: 45px;
    background: rgba(245, 245, 245, .10);
}

.hp-testi .gtitle .title-design:before {
    height: 270px;
    width: 45px;
    background: rgba(245, 245, 245, .10);
}

.hp-testi .gtitle img {
    margin: 0 auto 30px;
}

.hp-testi .gtitle h2 {
    color: #fff;
    letter-spacing: .200em;
}

.hp-testi {
    position: relative;
    z-index: 1;
    max-width: 940px;
    margin: 0 auto;
    overflow: initial;
}

.testi-list {}

.testi-list .testi-item {
    text-align: center;
}

.testi-list .testi-item p {
    font-weight: 300;
    color: #fff;
    font-size: 16px;
    line-height: 30px;
    letter-spacing: 0;
    margin-bottom: 40px;
}

.testi-item .auth-name {
    position: relative;
}

.testi-item .auth-name>span {
    font-size: 35px;
    color: #fff;
    margin-bottom: 10px;
    font-family: 'Playfair Display', serif;
    font-weight: 400;
    margin-bottom: 10px;
}

.testi-item .auth-name .job-pos:before {
    content: '';
    height: 1px;
    width: 140px;
    background-color: #636364;
    margin-right: 5px;
    display: inline-block;
    vertical-align: middle;
}

.testi-item .auth-name .job-pos span {
    display: inline-block;
    vertical-align: middle;
    font-size: 18px;
    font-family: 'Poppins', sans-serif;
    color: #c32032;
    text-transform: uppercase;
}

.hp-testi .title-design.up {
    left: -160px;
    bottom: -225px;
    top: initial;
    z-index: 100;
    background: rgba(0, 0, 0, 0.03);
}

.hp-testi .title-design.up:before {
    left: 0;
    height: 230px;
}

/** Blog Section **/
section.section8 {
    padding: 70px 0 30px;
}

.hp-blog {
    overflow: initial;
}

.hp-blog .gtitle {
    text-align: center;
}

.hp-blog .title-design.up {
    right: initial;
    left: 0;
    width: calc(50% - 200px);
    height: 45px;
    background: rgba(0, 0, 0, .03);
}

.hp-blog .title-design:before {
    height: 250px;
    width: 45px;
    background: rgba(255, 255, 255, 0.10);
    right: initial;
    left: 0;
}

.blog-post .img-wrap {
    display: block;
    width: 100%;
    height: 100%;
    font-size: 0;
    position: relative;
}

.blog-list {
    margin-left: -15px;
    margin-right: -15px;
    font-size: 0;
}

.blog-list .blog-post {
    display: inline-block;
    vertical-align: top;
    width: 33.33%;
    padding: 0 15px;
}

.blog-list .blog-post a {
    outline: none;
    text-decoration: none;
    position: relative;
    font-size: 0;
    display: block;
}

.blog-post .img-wrap canvas {
    width: 100%;
    height: 100%;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    transform: translateZ(0);
}

.blog-post .details-wrap h2 {
    color: #000;
    font-size: 25px;
    font-family: 'Playfair Display', serif;
    padding: 25px 0;
    line-height: 1;
}

.blog-post .details-wrap .text-wrap {
    font-size: 16px;
    color: #7f7f7f;
    font-weight: 300;
    letter-spacing: .26px;
    font-family: inherit;
}

.blog-post .details-wrap .text-wrap span.read-more {
    color: #c32032;
    outline: none;
    text-decoration: none;
}

/* Blog Post Hover */

.blog-post .blog-hover {
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 10;
    opacity: 0;

    transform: scale(.7);
    -webkit-transform: scale(.7);
    -o-transform: scale(.7);
    -moz-transform: scale(.7);

    transition: 400ms ease;
    -webkit-transition: 400ms ease;
    -moz-transition: 400ms ease;
    -o-transition: 400ms ease;
}

.blog-post a:hover .blog-hover {
    opacity: 1;
    transform: scale(1);
    -webkit-transform: scale(1);
    -o-transform: scale(1);
    -moz-transform: scale(1);
}

.blog-post .blog-hover .details-wrap {
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    text-align: center;
    padding: 0 30px;
    z-index: 10;
}

.blog-post .blog-hover .details-wrap .text-wrap,
.blog-post .blog-hover .details-wrap h2,
.blog-post .blog-hover .details-wrap .text-wrap .read-more {
    color: #fff;
}

.blog-post .blog-hover .img-wrap:before {
    background: rgba(0, 0, 0, .50);
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    content: '';
}

.blog-post .blog-hover .design-lines.top {
    top: 20px;
    left: 20px;
    width: calc(100% - 40px);
    height: calc(50% - 20px);
}

.blog-post .blog-hover .design-lines.bottom {
    bottom: 20px;
    left: 20px;
    width: calc(100% - 40px);
    height: calc(50% - 20px);
}

.blog-post .blog-hover .design-lines:before,
.blog-post .blog-hover .design-lines:after {
    width: 50%;
}


a.blog-button {
    display: inline-block;
    max-width: 100%;
    letter-spacing: .04em;
    background: #c32032;
    text-transform: uppercase;
    color: #fff;
    margin: .67em auto;
    padding: 7px 14px 7px;
    transition: all .3s ease;
    text-align: center;
    font-size: 14px;
}

a:hover.blog-button {
    background: #fffff;
    ;
}

/** Get In Touch **/
section.git-sec {
    padding-top: 160px;
    padding-bottom: 70px;
    position: relative;
    background-position: center;
    background-size: cover;
    background-image: url(images/contact-us-bg.jpg);
}

section.git-sec:before {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 1;
    width: 100%;
    height: 100%;
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ffffff+0,ffffff+100&1+0,0+50 */
    background: -moz-linear-gradient(top, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 0) 50%, rgba(255, 255, 255, 0) 100%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(top, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 0) 50%, rgba(255, 255, 255, 0) 100%);
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 0) 50%, rgba(255, 255, 255, 0) 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#00ffffff', GradientType=0);
    /* IE6-9 */
}

section.git-sec:after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;

    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#000000+0,000000+100&0+2,0.7+31,0.8+53 */
    background: -moz-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 2%, rgba(0, 0, 0, 0.7) 31%, rgba(0, 0, 0, 0.8) 53%, rgba(0, 0, 0, 0.8) 100%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 2%, rgba(0, 0, 0, 0.7) 31%, rgba(0, 0, 0, 0.8) 53%, rgba(0, 0, 0, 0.8) 100%);
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 2%, rgba(0, 0, 0, 0.7) 31%, rgba(0, 0, 0, 0.8) 53%, rgba(0, 0, 0, 0.8) 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#cc000000', GradientType=0);
    /* IE6-9 */
}

.git-wrap {
    z-index: 10;
    position: relative;
}

.git-wrap .gtitle {
    text-align: center;
}

.git-wrap .gtitle span,
.git-wrap .gtitle h2 {
    color: #fff;
}

.git-form {
    display: block;
    width: 100%;
    font-size: 0;
    position: relative;
}

.git-form .git-col-md {
    display: inline-block;
    vertical-align: middle;
    width: 25%;
    padding: 0 15px;
    margin-bottom: 60px;
}

.git-form .git-col-lg {
    width: 100%;
    text-align: center;
    display: block;
}

.git-form .git-col-md.no-padding-left {
    padding-left: 0;
}

.git-form .git-col-md.no-padding-right {
    padding-right: 0;
}

.git-form .git-form-control {
    width: 100%;
    display: block;
    height: 50px;
    font-size: 14px;
    font-family: inherit;
    font-weight: 300;
    color: #fff;
    text-transform: uppercase;
    padding: 0 10px;
    letter-spacing: .100em;
    line-height: 1;
    background: no-repeat;
    border: none;
    outline: none;
    border-bottom: 1px solid #fff;
}

.git-form textarea.git-form-control {
    resize: none;
    height: 80px;
}

.git-form input.wpcf7-submit {
    max-width: 240px;
    margin: 40px auto 0;
    width: 100%;
}

.git-form .wpcf7-response-output {
    font-size: 16px;
    text-align: center;
    color: #fff !important;
}

.git-form span.wpcf7-not-valid-tip {
    font-size: 13px;
}

.git-form .wpcf7-form-control-wrap {
    display: block;
}

/* Question Ask form */
.qau-form-wrap {
    position: fixed;
    top: calc(100% - 47px);
    right: 105px;
    width: 100%;
    max-width: 350px;
    z-index: 1001;

    transition: 600ms ease;
    -webkit-transition: 600ms ease;
    -o-transition: 600ms ease;
    -moz-transition: 600ms ease;
}

.qau-form-wrap:hover {
    top: 100%;
    transform: translateY(-100%);
}

.qau-form-wrap .qua-title {
    background: #c32032;
    padding: 10px 0;
    text-align: center;
    border-top-right-radius: 15px;
    border-top-left-radius: 15px;
    cursor: pointer;
}

.qau-form-wrap .qua-title h2 {
    font-size: 20px;
    text-transform: capitalize;
    font-family: inherit;
    color: #fff;
}

.qau-form-wrap .qua-content {
    padding: 10px 15px;
    background: #fff;
}

.qau-form-wrap .qua-content .qau-form-control {
    display: block;
    width: 100%;
    /* padding: 10px; */
    border: 1px solid #cfcfcf;
    height: 36px;
    outline: none;
    text-decoration: none;
    resize: none;
    margin-bottom: 6px;
    /* padding-top: 11px; */
    padding-left: 10px;
}

.qau-form-wrap .qua-content textarea.qau-form-control {
    height: 120px;
    margin-bottom: 20px;
}

.qau-form-wrap .qua-content .qau-btn-control {
    width: 100%;
    height: 32px;
    background: #c32032;
    color: #fff;
    text-transform: uppercase;
    font-size: 14px;
    border: none;
    max-width: 110px;
    margin: 0 auto;
    display: block;
}

.qua-content .wpcf7-response-output {
    text-align: center;
}

.qau-form-wrap span.wpcf7-form-control-wrap {
    display: block;
}


/* Footer */
footer {
    background: #000;
    padding: 80px 0 60px;
    font-size: 0;
}

footer .f-upper {
    padding-bottom: 50px;
    border-bottom: 1px solid #474747;
}

.f-logo-wrap {}

.f-logo.right img {
    margin-left: auto;
}

.f-cinfo-wrap {
    padding: 20px 0;
}

footer .cinfo {
    line-height: 1;
    letter-spacing: .020em;
    font-size: 15px;
    color: #fff;
    font-family: inherit;
}

footer .f-cinfo-wrap .cinfo {
    font-size: 20px;
}

footer .cinfo p {
    display: inline-block;
    vertical-align: top;
    width: calc(100% - 30px);
}

footer .cinfo a,
footer .cinfo em {
    outline: none;
    text-decoration: none;
    color: inherit;
    display: inline-block;
    vertical-align: middle;
}

footer .f-cinfo-wrap .cinfo li a.asis-mailto-obfuscated-email {
    color: #fff;
    -webkit-transition: 0.3s all ease-in;
    transition: 0.3s all ease-in;
}

footer .f-cinfo-wrap .cinfo li a.asis-mailto-obfuscated-email:hover {
    color: #c32032;
}

footer .cinfo li {
    margin-bottom: 10px;
    display: block;
}

footer .cinfo li:last-child {
    margin-bottom: 0;
}

footer .cinfo span[class^="ai-font"] {
    color: #fff;
    font-size: 14px;
    margin-right: 10px;
    display: inline-block;
    vertical-align: middle;
}

footer .f-cinfo-col {
    display: inline-block;
    vertical-align: top;
    width: 50%;
}

footer h2.cinfo-title {
    margin-bottom: 20px;
    font-weight: 500;
    font-size: 20px;
    font-family: inherit;
    letter-spacing: .050em;
    line-height: 1;
    color: #d2b66c;
    text-transform: uppercase;
}

.f-smi-wrap {}

.f-smi-wrap .smi-links li {
    display: inline-block;
    vertical-align: middle;
    padding: 0 10px;
}

.f-smi-wrap .smi-links li:first-child {
    padding-left: 0;
}

.f-smi-wrap .smi-links li:last-child {
    padding-right: 0;
}

.f-smi-wrap .smi-links a {
    display: block;
    color: #fff;
    outline: none;
    font-size: 16px;
    text-decoration: none;

    transition: 400ms ease;
    -webkit-transition: 400ms ease;
    -moz-transition: 400ms ease;
    -o-transition: 400ms ease;
}

.f-smi-wrap .smi-links a:hover {
    color: #c32032;
}

footer .f-bottom {
    padding-top: 50px;
}

footer .footernav {
    line-height: 1;
    letter-spacing: 0;
    font-family: 'Poppins', sans-serif;
    text-align: center;
    margin-bottom: 15px;
}

footer .footernav li {
    display: inline-block;
    vertical-align: middle;
    padding: 0 12px;
}

footer .footernav a {
    font-size: 14px;
    text-transform: uppercase;
    font-weight: 500;
    color: #fff;
    outline: none;
    text-decoration: none;

    transition: 400ms ease;
    -webkit-transition: 400ms ease;
    -o-transition: 400ms ease;
    -moz-transition: 400ms ease;
}

footer .footernav a:hover {
    color: #c32032;
}


footer .copyright {
    font-size: 12px;
    line-height: 1.5;
    letter-spacing: .050em;
    color: #fff;
    text-align: center;
}

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

    transition: 400ms ease;
    -webkit-transition: 400ms ease;
    -o-transition: 400ms ease;
    -moz-transition: 400ms ease;
}

footer .copyright a:hover {
    color: #c32032;
}

.ip-video-archive {
    text-align: center;
}

.ip-video-item {
    max-width: 620px;
    margin: 0 auto 30px;
    display: block;
}

#content .ip-video-item h3 {
    font-family: 'Playfair Display', serif;
    letter-spacing: 0;
    color: #000;
    font-size: 24px;
    line-height: 1.2;
    margin: 0;
    text-transform: uppercase;
    font-weight: 400;
    position: relative;
    margin: 20px 0;
}

.ip-video-archive iframe {
    width: 100%;
    max-width: 480px;
    margin: 0 auto;
}

/*******************************************************
 *
 * 3. IP Styles
 *
 *******************************************************/
.ip-banner {
    width: 100%;
    padding-top: 160px;
    background-color: #000;
}

.ip-banner canvas {
    background-image: url(images/ss/ip-ss-img5.jpg);
    display: block;
    width: 100%;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

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

/* Adjust line height of page elements */
#content h4,
aside h4,
#content p,
aside p,
#content blockquote,
aside blockquote,
#content ul,
aside ul,
#content fieldset,
aside fieldset,
#content form,
aside form,
#content ol,
aside ol,
#content dl,
aside dl,
#content dir,
aside dir,
#content menu,
aside menu {
    line-height: 1.7
}

/* Style post/page main headings (h1) */
#content .entry-title {
    font-family: 'Playfair Display', serif;
    letter-spacing: 0;
    color: #000;
    font-size: 34px;
    line-height: 1;
    margin: 0;
    text-transform: uppercase;
    font-weight: 400;
    position: relative;
}

/* Style category/archive/etc main headings (h1) */
#content .archive-title {
    font-family: 'Playfair Display', serif;
    letter-spacing: 0;
    color: #000;
    font-size: 26px;
    line-height: 1;
    margin: 0;
    text-transform: uppercase;
    font-weight: 400;
    position: relative;
}

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

#content .entry-content {
    font-size: 16px;
    color: #414141;
    font-weight: 400;
    font-family: 'Poppins', sans-serif;
    letter-spacing: 0;
}

/** Quick Search **/

aside .qs-wrap {
    margin-bottom: 30px;
}

aside .qs-wrap .qs-logo {
    width: 100%;
    display: block;
    padding: 0;
    text-align: center;
    margin-bottom: 10px;
}

aside .qs-wrap .qs-form {
    display: block;
    width: 100%;
    font-size: 0;
}

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

aside .qs-wrap .qs-col-md {
    width: 50%;
    margin-bottom: 5px;
}

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

aside .qs-wrap .qs-btn-col>div:first-child {
    padding-right: 5px;
}

aside .qs-wrap .qs-btn-col>div:last-child {
    padding-left: 5px;
}

aside .qs-wrap .qs-btn-control {
    font-size: 11px;
}

aside a.cta-btn .img-wrap canvas {
    max-height: 150px;
}

aside a.cta-btn {
    margin-bottom: 10px;
}

aside a.cta-btn .cta-title {
    height: 100%;
}

aside a.cta-btn .cta-title span {
    font-size: 12px;
    padding-bottom: 0;
}

aside a.cta-btn .cta-title h2 {
    margin: 0;
    font-size: 20px;
}

aside a.cta-btn .img-wrap .design-lines {
    height: 40px;
}

aside .git-wrap {
    z-index: 10;
    position: relative;
    margin-bottom: 30px;
    background: rgba(0, 0, 0, .50);
    padding: 10px;
}

aside .git-wrap .gtitle {
    margin-bottom: 10px;
}

aside .git-wrap .gtitle>span {
    font-size: 14px;
}

aside .git-wrap .gtitle h2 {
    font-size: 30px;
}

aside .git-form .git-col-md {
    width: 100%;
    margin-bottom: 10px;
    padding: 0;
}

aside .smi-links li {
    display: inline-block;
    vertical-align: middle;
    padding: 0 10px;
}

aside .smi-links li:first-child {
    padding-left: 0;
}

aside .smi-links li:last-child {
    padding-right: 0;
}

aside .smi-links a {
    display: block;
    color: #d2b66c;
    outline: none;
    font-size: 24px;
    text-decoration: none;

    transition: 400ms ease;
    -webkit-transition: 400ms ease;
    -moz-transition: 400ms ease;
    -o-transition: 400ms ease;
}

aside .smi-links a:hover {
    color: #c32032;
}

aside ul.smi-links {
    margin-left: 0;
    text-align: center;
}

aside .qs-form option,
.qs-form option {
    color: #000;
}

.qs-form button.btn.dropdown-toggle.bs-placeholder.btn-default,
.qs-form button.btn.dropdown-toggle.btn-default {
    width: 100%;
    padding: 0 5px;
    font-family: inherit;
    border: none;
    border-bottom: 1px solid #fff;
    color: #fff;
    height: 40px;
    text-transform: uppercase;
    background-color: transparent;
    outline: none;
    text-decoration: none;
    background-repeat: no-repeat;
    background-position: right 5px center;
    border-radius: 0 !important;
    outline: none;
}

/* Contact Page */
.ip-cp-cinfo .ai-mobile-phone,
.ip-cp-cinfo .asis-mailto-obfuscated-email {
    font-size: 20px;
}

header #nav>li {

    padding: 0 16px;

}


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


.error404 div.wpcf7-response-output {
    text-align: center;
}


aside .qs-wrap .bootstrap-select.btn-group .dropdown-menu,
.qs-wrap .bootstrap-select.btn-group .dropdown-menu {
    max-height: 200px !important;
}


aside .qs-wrap .bootstrap-select.btn-group .dropdown-menu {
    min-width: 100%;
}


.qs-wrap .bootstrap-select.btn-group .dropdown-menu li a.opt {
    padding-left: 10px;
}

aside .qswrap .bootstrap-select.btn-group .dropdown-menu li a.opt {
    padding-left: 5px;
}

aside .qswrap .bootstrap-select.btn-group .dropdown-menu li a span.text {
    font-size: 14px;
}

.bootstrap-select.btn-group.show-tick .dropdown-menu li.selected a span.check-mark {
    right: 5px !important;
}


/* IDX FIX */
ul#ihf-detail-extrainfotabs,
#ihf-search-tabs>ul.nav-tabs,
#ihf_select_property_type_chosen ul.chosen-results,
#ihf_select_bedrooms_homes_chosen ul.chosen-results,
#ihf_select_baths_homes_chosen ul.chosen-results {
    margin-left: 0 !important;
}

.ihf-advanced-property-search ul.chosen-results {
    padding-left: 0 !important;
}

#ihf-main-container .dropdown-menu>.active>a {
    color: #333 !important
}

#ihf-main-container .dropdown-menu>li>a:hover {
    color: #000 !important;
}

.page-id-0 #content ul {
    margin-left: 0 !important;
    padding: 0 !important;
}

#ihf-main-container .btn-primary:hover {
    background-color: #285e8e !important;
}

#ihf-main-container .pagination>li>a,
#ihf-main-container .pagination>li>span {
    padding: 6px 8px !important;
}

.ihf-grid-result-address {
    display: block !important
}

#ihf-main-container .chosen-results {
    margin-left: 0 !important;
    padding-left: 0 !important;
}

#ihf-schoolDistrict+.chosen-container ul.chosen-results {
    max-height: 200px;
}

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

#ihf-main-container .ihf-label-overlay-money {
    z-index: 0;
}

#ihf-detail-extrainfotabs {
    margin-left: 0 !important;
}

#areaPickerExpandAllCloseButton {
    margin-right: 0 !important;
    width: auto !important;
    position: relative;
    right: 14px;
}

#ihf-main-container .btn-primary {
    background: #265a88
}

#ihf-mini-search-minprice,
#ihf-mini-search-maxprice {
    max-width: 100%;
}

.ihf-mapsearch-refine-overlay-inner {
    padding: 5px;
}

#ihf-main-container form#ihf-refine-map-search-form {
    margin: 0 !important;
}


#ihf-main-container .ihf-search-agree-to-terms .modal {
    z-index: 1041 !important;
}


.page-id-568 .addtoany_content {
    padding-top: 15px;
}

#ihf-agent-sellers-rep-own-listing-info {
    overflow: hidden;
    height: 40px;
}

.resp-iframe {
    margin-top: 30px;
}

.resp-iframe .video-holder {
    position: relative;
}

.resp-iframe .video-holder canvas {
    width: 100%;
    height: auto;
}

.resp-iframe .video-holder iframe {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0
}

.resp-iframe span {
    display: block;
    text-align: center;
    margin-top: 15px;
}


.page-id-2610 #content-sidebar #content {
    width: 100%;
}


.page-id-2610 #content-sidebar .sidebar {
    display: none;
}

/*SEO ToC*/
.comm-table-contents {
    border: 2px solid #ddd;
    border-radius: 10px;
    padding-left: 50px !important;
    padding: 20px;
    width: 100%;
}

.comm-table-contents a {
    text-decoration: none !important;
    color: #5c5959 !important;
}

.comm-anchor {
    display: block;
    height: 120px;
    margin-top: -120px;
    visibility: hidden;
}

.toc-wrap {
    position: relative;
}

.toc-wrap>ul {
    margin-left: 20px !important;
}

.toc-wrap>ul>li>ul>li {
    list-style: circle;
}

.toc-wrap>ul>li>ul>li>ul>li {
    list-style: square;
}

/*End SEO ToC*/

.cinfo a.asis-mailto-obfuscated-email-hidden.asis-mailto-obfuscated-email {
    opacity: 1 !important;
}

/* Footer Social Media */
footer .smi-links {
    line-height: 1;
    letter-spacing: .020em;
    margin-top: 20px;
}

footer .smi-links li {
    display: inline-block;
    vertical-align: middle;

}

footer .smi-links li:not(:first-child) {
    padding-left: 20px;
}

footer .smi-links a {
    color: #fff;
    font-size: 20px;
    font-weight: 400;
    outline: none;
    text-decoration: none;
    font-family: inherit;

    display: inline-block;
    vertical-align: middle;

    transition: 400ms ease;
    -webkit-transition: 400ms ease;
    -o-transition: 400ms ease;
    -moz-transition: 400ms ease;
}

footer .smi-links a:hover {
    color: #c32032;
}

footer .f-cinfo-col {
    width: 100%;
}

footer .f-cinfo-col .flex-wrapper {
    display: flex;
    flex-flow: row wrap;
}

footer .f-cinfo-col .flex-wrapper>div {
    width: 50%;
}

.shownonmob {
    display: none !important;
}


a.fparrow {
    position: absolute;
    top: 63%;
    transform: translateY(-50%);
    font-size: 35px;
    font-weight: 400;
}

.fparrowprev {
    left: 0;
}

.fparrownext {
    right: 0;
}

.agent-item .name-wrap {
    opacity: 1;
    right: 0;
}

.agent-item.agent-vikki .name-wrap {
    margin-top: 0;
}

section.section2,
section.section3,
section.section8,
section.git-sec,
footer.footer {
    display: none;
}

section.section4,
section.section5,
section.section6,
section.section7 {
    opacity: 0;
}

footer.footer .footer-custom-svg a {
    display: inline-block;
    border: 0;
}

footer.footer .footer-custom-svg a {
    display: inline-block;
    border: 0;
}

footer.footer .footer-custom-svg img {
    width: 200px;
    display: block;
}

.git-form .use-floating-validation-tip span.wpcf7-not-valid-tip {
    position: absolute !important;
    top: 0 !important;
    left: 0 !important;
    width: fit-content !important;
    font-size: 11px !important;
}

.git-form .wpcf7 form .wpcf7-response-output {
    color: white !important;
}

.qua-form .use-floating-validation-tip span.wpcf7-not-valid-tip {
    position: absolute !important;
    top: 0 !important;
    left: 0 !important;
    width: fit-content !important;
    font-size: 11px !important;
}

.git-wrap .use-floating-validation-tip span.wpcf7-not-valid-tip {
    position: absolute !important;
    top: 0 !important;
    left: 0 !important;
    width: fit-content !important;
    font-size: 11px !important;
}