/*
Theme Name: Champions Realty
Theme URI: https://championsrealtycom.rs4.aios-staging.com/
Description: Imagine Studio theme.
Author: AgentImage
Author URI: https://www.agentimage.com
Version: 1.4.5
Tags: one-column, two-columns, right-sidebar, custom-menu, full-width-template, sticky-post
License: Proprietary
License URI: https://www.agentimage.com
Template: aios-starter-theme
*/

/*

TABLE OF CONTENTS

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


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


/* Sub Menu */
#nav li {
    position: relative;
}

#nav .sub-menu {
    list-style: none outside none;
    margin: 0;
    background: rgba(0, 0, 0, 0.9) url("images/submenu-fixer.png");
    display: none;
    padding: 0;
    position: absolute;
    width: 100%;
    min-width: 180px;
}

#nav .sub-menu a {
    color: #FFFFFF;
    display: block;
    padding: 10px;
}

#nav .sub-menu a:hover {
    background: none repeat scroll 0 0 #b2b2b2;
    color: #000000;
    text-decoration: none;
}

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

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

#nav .sub-menu li {
    position: relative;
}


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

/*CSS Reset*/
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
}


article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
    display: block;
}

* {
    padding: 0;
    margin: 0;
}

div#main-wrapper {
    overflow: hidden;
    position: relative;
}

/*Custom Styles*/

.relative {
    position: relative;
}

.no-gutter > [class*="col-"] {
    padding-right: 0;
    padding-left: 0;
}

.no-padding {
    padding-right: 0;
    padding-left: 0;
}


.vcenter {
    display: inline-block;
    vertical-align: middle;
    float: none;
}

.valign {
    float: none;
    display: inline-block;
    vertical-align: bottom;
}

.easing-1 {
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    -ms-transition: all 0.4s ease;
    transition: all 0.4s ease;
}

.texture-1 {
    background: #fffadc;
    /* Old browsers */
    background: -moz-linear-gradient(left, #fffadc 0%, #fff9d7 1%, #fff9dc 6%, #fff9d9 8%, #fffbe2 26%, #fffbe7 28%, #fffced 45%, #fffceb 65%, #fff9d7 99%, #fffadd 100%);
    /* FF3.6-15 */
    background: -webkit-gradient(linear, left top, right top, color-stop(0%, #fffadc), color-stop(1%, #fff9d7), color-stop(6%, #fff9dc), color-stop(8%, #fff9d9), color-stop(26%, #fffbe2), color-stop(28%, #fffbe7), color-stop(45%, #fffced), color-stop(65%, #fffceb), color-stop(99%, #fff9d7), color-stop(100%, #fffadd));
    /* Chrome4-9,Safari4-5 */
    background: -webkit-linear-gradient(left, #fffadc 0%, #fff9d7 1%, #fff9dc 6%, #fff9d9 8%, #fffbe2 26%, #fffbe7 28%, #fffced 45%, #fffceb 65%, #fff9d7 99%, #fffadd 100%);
    /* Chrome10-25,Safari5.1-6 */
    background: -o-linear-gradient(left, #fffadc 0%, #fff9d7 1%, #fff9dc 6%, #fff9d9 8%, #fffbe2 26%, #fffbe7 28%, #fffced 45%, #fffceb 65%, #fff9d7 99%, #fffadd 100%);
    /* Opera 11.10-11.50 */
    background: -ms-linear-gradient(left, #fffadc 0%, #fff9d7 1%, #fff9dc 6%, #fff9d9 8%, #fffbe2 26%, #fffbe7 28%, #fffced 45%, #fffceb 65%, #fff9d7 99%, #fffadd 100%);
    /* IE10 preview */
    background: linear-gradient(to right, #fffadc 0%, #fff9d7 1%, #fff9dc 6%, #fff9d9 8%, #fffbe2 26%, #fffbe7 28%, #fffced 45%, #fffceb 65%, #fff9d7 99%, #fffadd 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fffadc', endColorstr='#fffadd', GradientType=1);
    /* IE6-9 */
}

/*End Custom Styles*/

/* Global */

body {
    font-family: 'Libre Baskerville', Sans-serif;
    font-size: 16px;
    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;
}

a:link {
    text-decoration: none;
    outline: none;
}


.ip-banner {
    position: relative;
    width: 100%;
    height: 336px;
    display: block;
    /*float: left;*/
    background-image: url(images/ip-bg.jpg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    z-index: 0;
}

.ip-banner:after {
    content: '';
    position: absolute;
    bottom: -11px;
    width: 100%;
    height: 11px;
    background: rgba(255, 249, 216, 1);
    background: -moz-linear-gradient(left, rgba(255, 249, 216, 1) 0%, rgba(255, 255, 255, 1) 47%, rgba(255, 249, 216, 1) 100%);
    background: -webkit-gradient(left top, right top, color-stop(0%, rgba(255, 249, 216, 1)), color-stop(47%, rgba(255, 255, 255, 1)), color-stop(100%, rgba(255, 249, 216, 1)));
    background: -webkit-linear-gradient(left, rgba(255, 249, 216, 1) 0%, rgba(255, 255, 255, 1) 47%, rgba(255, 249, 216, 1) 100%);
    background: -o-linear-gradient(left, rgba(255, 249, 216, 1) 0%, rgba(255, 255, 255, 1) 47%, rgba(255, 249, 216, 1) 100%);
    background: -ms-linear-gradient(left, rgba(255, 249, 216, 1) 0%, rgba(255, 255, 255, 1) 47%, rgba(255, 249, 216, 1) 100%);
    background: linear-gradient(to right, rgba(255, 249, 216, 1) 0%, rgba(255, 255, 255, 1) 47%, rgba(255, 249, 216, 1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff9d8', endColorstr='#fff9d8', GradientType=1);
}


/*Navigation*/

.navigation {
    position: relative;

}

.navigation ul {
    display: block;
    text-align: right;
    list-style: none;
    font-size: 0;
    margin-right: -25px;
}

.navigation ul > li {
    display: inline-block;
    position: relative;
}

.navigation ul li a {
    position: relative;
    display: block;
    text-decoration: none;
    font-weight: 400;
    font-size: 13px;
    color: #000000;
    /*overflow: hidden;*/
    outline: none;
    text-transform: uppercase;
    line-height: 1;
    letter-spacing: 1px;
    padding: 45px 22px;
    width: 100%;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    -ms-transition: all 0.4s ease;
    transition: all 0.4s ease;
}

.navigation ul > li:hover a {
    /* color: #4d4d4d; */
    background: #fff9d8;
}

#nav .sub-menu {
    min-width: 290px;
    left: 30%;
    margin-left: -114px;
    z-index: 9;
    padding: 0 10px 0;
    background: none;
    color: #a6a6aa;
    text-align: left;
    opacity: 0;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;

}

#nav li:hover > .sub-menu {
    opacity: 1;
    margin-top: 0px;
}

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

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


#nav .sub-menu li:before {
    display: none;
}



#nav .sub-menu li a {
    width: 100%;
    font-size: 13px;
    font-weight: 300;
    padding: 10px 0px;
    text-transform: none;
    color: #000;
    text-transform: uppercase;
    text-align: center;
    border: none;
    background: rgba(255, 249, 216, 0.7);

}


#nav .sub-menu li a:after {

    display: none;

}

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

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


/* Header */

.header {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 101;
    font-size: 0;
    padding: 20px 0 32px;
}

.header-wrapper {
    position: relative;
}

.header .header-wrapper:last-child {
    /* background: rgba(255, 249, 216, .85); */
    background: rgba(255, 249, 216, 1);
    background: -moz-linear-gradient(left, rgba(255, 249, 216, 1) 0%, rgba(255, 255, 255, 1) 47%, rgba(255, 249, 216, 1) 100%);
    background: -webkit-gradient(left top, right top, color-stop(0%, rgba(255, 249, 216, 1)), color-stop(47%, rgba(255, 255, 255, 1)), color-stop(100%, rgba(255, 249, 216, 1)));
    background: -webkit-linear-gradient(left, rgba(255, 249, 216, 1) 0%, rgba(255, 255, 255, 1) 47%, rgba(255, 249, 216, 1) 100%);
    background: -o-linear-gradient(left, rgba(255, 249, 216, 1) 0%, rgba(255, 255, 255, 1) 47%, rgba(255, 249, 216, 1) 100%);
    background: -ms-linear-gradient(left, rgba(255, 249, 216, 1) 0%, rgba(255, 255, 255, 1) 47%, rgba(255, 249, 216, 1) 100%);
    background: linear-gradient(to right, rgba(255, 249, 216, 1) 0%, rgba(255, 255, 255, 1) 47%, rgba(255, 249, 216, 1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff9d8', endColorstr='#fff9d8', GradientType=1);
}

.header .contact-holder {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    margin-bottom: 15px;
}

.header .contact {
    margin-right: 22px;
}

.header .contact .phone em,
.header .contact .email a {
    font-size: 13px;
    font-weight: 400;
    color: #ffffff;
    letter-spacing: .05em;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    -ms-transition: all 0.4s ease;
    transition: all 0.4s ease;
}

.header .contact .email a:hover {
    color: #c0b994;
}

.header .separator::before {
    content: '|';
    color: rgba(255, 255, 255, 0.5);
    width: 1px;
    height: 100%;
    padding: 0 15px;
    position: relative;
    font-size: initial;
}

.header .smi a {
    font-size: 15px;
    font-weight: 300;
    height: 29px;
    width: 29px;
    margin: 0 3px;
    display: inline-block;
    vertical-align: middle;
    line-height: 27px;
    text-align: center;
    padding: 0;
    background: transparent;
    color: #ffffff;
    border: 1px solid #ffffff;
    border-radius: 50px;
    -webkit-border-radius: 50px;
    border-radius: 50px;
    -moz-border-radius: 50px;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    -ms-transition: all 0.4s ease;
    transition: all 0.4s ease;
}

.header .smi a:last-child {
    margin-right: 0;
}

.header .smi a:hover {
    background: #c0b994;
    border: 1px solid #ffffff;
}

.header .site-logo {
    position: absolute;
    left: 0;
    top: -15px;
    border: 8px solid rgba(255, 249, 216, .5);
}

.header .site-logo img {
    padding: 30px 13px;
}

.header .fh.fixed {
    position: fixed;
    width: 100%;
    top: 17px;
}

.fh.fixed .site-logo {
    border-width: 5px;
    top: -5px;
}

.fh.fixed .site-logo img {
    max-width: 120px;
    padding: 20px 8px;
}

.fh.fixed .navigation ul li a {
    padding: 28px 22px;
}

/* Morph Section */
.morph-section {
    position: relative;
    border-bottom: 11px solid #fff9d8;
}

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

.slideshow-section::before {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: rgba(0, 0, 0, 0.3);
    background-size: cover;
    z-index: 2;
}

.slideshow-section .cycloneslider-template-responsive.cycloneslider-width-full .cycloneslider-slide img,
.slideshow-section .cycloneslider-template-responsive.cycloneslider-width-full .cycle-sentinel img {
    width: auto;
}

.slideshow-section .cycloneslider-slide-image {
    background: url(https://www.championsrealty.com/wp-content/themes/championsrealty.com/cycloneslider/cyclone-slider2-responsive/images/preloader.gif) no-repeat center center transparent !important;
}




/* Featured Properties */
.fp-section {
    position: relative;
    padding: 85px 0;
    text-align: center;
    font-size: 0;
    display: none;
}

.fp-body {
    position: relative;
}

.fp-slick {

    margin-right: -10px;
    margin-left: -10px;

}


.fp-slick .slick-slide {
    padding: 0 10px !important;
}



.fp-item {
    position: relative;
    display: block;
    max-width: 291px;
    margin: 0 auto;
}

.fp-box {
    float: none;
    height: auto;
    text-decoration: none;
    outline: none;
    display: block;
    position: relative;
    overflow: hidden;
    width: 100%;
    max-width: 100%;
    background: transparent;
}

.fp-box .fp-photo-wrapp {
    position: relative;
    display: block;
    height: 100%;
    /* background: #fff9d8;  */

    background: rgba(255, 249, 216, 1);
    background: -moz-linear-gradient(left, rgba(255, 249, 216, 1) 0%, rgba(255, 255, 255, 1) 48%, rgba(255, 249, 216, 1) 100%);
    background: -webkit-gradient(left top, right top, color-stop(0%, rgba(255, 249, 216, 1)), color-stop(48%, rgba(255, 255, 255, 1)), color-stop(100%, rgba(255, 249, 216, 1)));
    background: -webkit-linear-gradient(left, rgba(255, 249, 216, 1) 0%, rgba(255, 255, 255, 1) 48%, rgba(255, 249, 216, 1) 100%);
    background: -o-linear-gradient(left, rgba(255, 249, 216, 1) 0%, rgba(255, 255, 255, 1) 48%, rgba(255, 249, 216, 1) 100%);
    background: -ms-linear-gradient(left, rgba(255, 249, 216, 1) 0%, rgba(255, 255, 255, 1) 48%, rgba(255, 249, 216, 1) 100%);
    background: linear-gradient(to right, rgba(255, 249, 216, 1) 0%, rgba(255, 255, 255, 1) 48%, rgba(255, 249, 216, 1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff9d8', endColorstr='#fff9d8', GradientType=1);
}

.fp-box .fp-photo-wrapp canvas {
    display: block;
    width: 100%;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    opacity: 1;
}

.fp-box:hover .fp-photo-wrapp canvas {
    opacity: 0.1;
}


.fp-box .fp-photo-wrapp span {

    position: absolute;
    left: 0;
    right: 0;
    margin: 0 auto;
    top: 50%;
    transform: translateY(-50%);
    width: 100%;
    max-width: 165px;
    text-align: center;
    border: 1px solid rgba(192, 185, 148, 0.5);
    opacity: 0;
    -webkit-transition: all 0.25s ease;
    -moz-transition: all 0.25s ease;
    -o-transition: all 0.25s ease;
    -ms-transition: all 0.25s ease;
    transition: all 0.25s ease;


}

.fp-box:hover .fp-photo-wrapp span {
    opacity: 1;
}


.fp-box .fp-photo-wrapp span i {

    line-height: 49px;
    font-style: normal;
    font-size: 12px;
    color: #000;
    position: relative;
    border-bottom: 1px solid rgba(0, 0, 0, 0.2);


}


.fp-inner {
    position: relative;
    display: block;
    width: 100%;
    height: 100%;
    text-align: center;
}

.fp-header {
    display: inline-block;
    font-size: 24px;
    font-weight: 400;
    text-transform: uppercase;
    margin-bottom: 46px;
    border-bottom: 1px solid #dedede;
    border-top: 1px solid #dedede;
    padding: 20px 12px;
    letter-spacing: .02em;
    position: relative;
}

.fp-header:after {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    margin: 0 auto;
    background: url(images/title-shadow.png) no-repeat center;
    width: 100%;
    height: 16px;
    bottom: -17px;



}

.fp-box .fp-details {
    color: #393939;
    text-align: left;
    padding: 25px;
    border: 1px solid rgba(159, 159, 159, .3);
    border-top: 0;
    background: rgba(192, 185, 148, 0);
    -webkit-transition: all 0.25s ease;
    -moz-transition: all 0.25s ease;
    -o-transition: all 0.25s ease;
    -ms-transition: all 0.25s ease;
    transition: all 0.25s ease;
}

.fp-box:hover .fp-details {
    background: rgba(192, 185, 148, 1);
}

.fp-details .address {
    font-size: 13px;
    font-family: 'Raleway', sans-serif;
    font-weight: 600;
    color: #000000;
    letter-spacing: .02em;
    margin-bottom: 12px;
}

.fp-details .amenities {
    font-size: 11px;
    font-family: 'Raleway', sans-serif;
    font-weight: 300;
    color: #000000;
    letter-spacing: .02em;
    margin-bottom: 20px;
}

.fp-details .price {
    font-size: 24px;
    font-weight: 400;
    letter-spacing: .02em;
}


.fp-nav {
    z-index: 8;
    color: #5f5f5f;
    position: absolute;
    width: 100%;
    margin: 0 auto;
    letter-spacing: 0;
    /*transform: translateY(-50%);*/
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    height: 44px;
}




a.fp-prev {
    left: -90px;
    display: block;
    position: absolute;
    outline: none;
    text-decoration: none;
    color: #c0b994;
    font-weight: 400;
    font-size: 20px;
    text-transform: uppercase;
    border: 1px solid #c0b994;
    border-radius: 50%;
    width: 44px;
    height: 44px;
    line-height: 46px;
    background: #f7f3dd;


}

a.fp-next {
    right: -90px;
    display: block;
    position: absolute;
    outline: none;
    text-decoration: none;
    color: #c0b994;
    font-weight: 400;
    font-size: 20px;
    text-transform: uppercase;
    border: 1px solid #c0b994;
    border-radius: 50%;
    width: 44px;
    height: 44px;
    line-height: 46px;
    background: #f7f3dd;

}



/* Quick Search */
.qs-section {
    position: relative;
    padding: 55px 0 45px;
    text-align: center;
    font-size: 0;
    display: none;
}

.qs-header {
    display: inline-block;
    font-size: 24px;
    font-weight: 400;
    text-transform: uppercase;
    margin-bottom: 35px;
    border-bottom: 1px solid #dedede;
    border-top: 1px solid #dedede;
    padding: 20px 12px;
    letter-spacing: .02em;
    position: relative;
}


.qs-header:after {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    margin: 0 auto;
    background: url(images/title-shadow.png) no-repeat center;
    width: 100%;
    height: 16px;
    bottom: -17px;
}

.qs-title,
.qs-form,
.qs-search-btn {
    display: inline-block;
    vertical-align: middle;
}

.qs-title {
    width: 100%;
    text-align: center;
}

.qs-title h2 {
    line-height: .8;
    font-weight: 400;
    text-transform: uppercase;
    font-size: 28px;
    color: #ffffff;
}

.qs-form-container {
    margin-top: 23px;
    margin-bottom: 23px;
}




/*Outer div size*/
.qs-form {
    width: 80%;
}

.qs-search-btn {
    width: 20%;
}

.qs-options {
    width: 100%;
    text-align: left;
}

/*Inner Div content sizes*/

.qs-select.full {
    width: 27%;
}

.qs-input.half-full,
.qs-select.half-full {
    width: 23%;
    z-index: 5;
}

.qs-select.half,
.qs-input.half {
    width: 12.50%;
}


.qs-select,
.qs-input {
    display: inline-block;
    position: relative;
    vertical-align: middle;
    padding: 2px;
}

.qs-btn {
    display: inline-block;
    vertical-align: middle;
    width: 50%;
    padding-left: 5px;
}

.qs-select label,
.qs-input label {
    display: none;
}

.qs-select select option {
    color: #000000;
}

.qs-select select,
.qs-input input {
    padding: 5px 10px;
    height: 42px;
    width: 100%;
    -webkit-appearance: none;
    -moz-appearance: none;
    border: 1px solid rgba(230, 224, 194, .5);
    outline: 0;
    text-transform: uppercase;
    border-radius: 0;
    background: transparent;
    text-indent: 8px;
    font-size: 11px;
    font-weight: 300;
    color: #000000;
}

/*.qs-select::after {
    content: "▾";
    display: block;
    font-size: 20px;
    position: absolute;
    top: 4px;
    right: 10px;
    color: #000000;
}*/

.qs-btn input {
    height: 42px;
    line-height: 42px;
    width: 100%;
    -webkit-appearance: none;
    -moz-appearance: none;
    outline: 0;
    border-radius: 0;
    font-size: 12px;
    font-weight: 400;
    text-transform: uppercase;
    border: 1px solid #c0b994;
    color: #ffffff;
    background: #c0b994;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    -ms-transition: all 0.4s ease;
    transition: all 0.4s ease;
}

.qs-btn a {
    display: block;
    height: 42px;
    line-height: 42px;
    font-size: 12px;
    font-weight: 400;
    text-transform: uppercase;
    text-align: center;
    color: #ffffff;
    background: #000000;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    -ms-transition: all 0.4s ease;
    transition: all 0.4s ease;
}

.qs-btn a:hover,
.qs-btn input:hover {
    opacity: .7;
    color: #fff;
}

/* Featured Videos */
.fv-section::before {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: rgba(0, 0, 0, 0.4);
    background-size: cover;
}

.fv-section {
    position: relative;
    padding: 95px 0;
    text-align: center;
    font-size: 0;
    background: url(images/fv-bg.jpg) no-repeat center center;
    background-size: cover;
    background-attachment: fixed;
}

.fv-header {
    display: inline-block;
    font-size: 24px;
    font-weight: 400;
    text-transform: uppercase;
    color: #ffffff;
    margin-bottom: 35px;
    border-bottom: 1px solid #fff9d8;
    border-top: 1px solid #fff9d8;
    padding: 16px 15px;
    letter-spacing: .02em;
    position: relative;
}

.fv-header:after {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    margin: 0 auto;
    background: url(images/title-shadow.png) no-repeat center;
    width: 100%;
    height: 16px;
    bottom: -17px;
}

.fv-item {
    position: relative;
    display: inline-block;
    margin: 50px auto 0;
    vertical-align: top;
}

.fv-box {
    float: none;
    height: auto;
    text-decoration: none;
    outline: none;
    display: block;
    position: relative;
    overflow: hidden;
    width: 100%;
    max-width: 100%;
    background: transparent;
}

.fv-box canvas {
    display: block;
    width: 100%;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    opacity: 0.5;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    -ms-transition: all 0.4s ease;
    transition: all 0.4s ease;
}


.fv-box:hover canvas {
    opacity: 1;
}

.fv-inner {
    position: relative;
    display: block;
    width: 100%;
    height: 100%;
    text-align: center;
    background: #fff9d8;
}

.fv-play-btn::before {
    content: '';
    position: absolute;
    background: url(images/ic-play-btn.png) no-repeat center center;
    background-size: contain;
    width: 100%;
    max-width: 60px;
    height: 100%;
    z-index: 1;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%)
}


.fv-view-all {
    display: inline-block;
    width: 100%;
    max-width: 165px;
    line-height: 49px;
    text-align: center;
    color: #fff;
    border: 1px solid rgba(255, 255, 255, 0.5);
    font-size: 12px;
    position: relative;

}

.fv-view-all:hover {
    color: #fff9d8;
}

.fv-view-all span {
    border-bottom: 1px solid rgba(255, 255, 255, 0.5);
}




/* Sell Your Home Top*/

.syh-top-section {
    position: relative;
    padding: 97px 0 20px;
    text-align: center;
    font-size: 0;
}

.syht-header {
    display: inline-block;
    font-size: 24px;
    font-weight: 400;
    text-transform: uppercase;
    margin-bottom: 35px;
    border-bottom: 1px solid #dedede;
    border-top: 1px solid #dedede;
    padding: 16px 15px;
    letter-spacing: .02em;
    position: relative;
}

.syht-header:after {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    margin: 0 auto;
    background: url(images/title-shadow.png) no-repeat center;
    width: 100%;
    height: 16px;
    bottom: -17px;
}

.syht-body .synopsis {
    font-size: 16px;
    font-weight: 400;
    line-height: 1.5;
    color: #000000;
}

.syht-body p {
    font-size: 14px;
    font-weight: 400;
    line-height: 1.5;
    color: #4f4f4f;
    margin-bottom: 30px;
}

.syht-body ul {
    margin-bottom: 70px;
    font-size: 0;
}



.synt-body ul li {
    display: inline-block;
    float: left;
}

.syht-body ul li::before {
    content: "•";
    color: #000000;
    font-size: initial;
    margin-right: 10px
}

.syht-body ul li a {
    display: inline-block;
    color: #000000;
    font-size: 14px;
    font-style: italic;
    padding: 0;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    -ms-transition: all 0.4s ease;
    transition: all 0.4s ease;
}

.syht-body ul li a:hover {
    color: #c0b994;
}

.link-list {
    display: inline-block;
    text-align: center;
}

.link-list li {
    display: inline-block;
    width: auto;
    margin: 0 auto;
    border-left: 1px solid #222221;
    padding: 0 18px;
}

.link-list li:first-child {
    border-left: none;
}

/* Sell Your Home Bottom*/
.syh-bot-section {
    position: relative;
    padding: 90px 0 95px;
    text-align: center;
    font-size: 0;
}

.syhb-header {
    display: inline-block;
    font-size: 20px;
    font-weight: 400;
    text-transform: uppercase;
    margin-bottom: 30px;
    padding: 16px 15px;
    letter-spacing: .02em;
}

.syhb-body p {
    font-size: 14px;
    font-weight: 400;
    line-height: 1.5;
    color: #4f4f4f;
    margin-bottom: 30px;
}

.syhb-body p:last-child {
    margin-bottom: 0;
}

.syhb-body .bold {
    font-weight: 700;
    color: #000000;
}

.syhb-body ul {
    text-align: left;
    -moz-column-count: 5;
    -webkit-column-count: 5;
    column-count: 5;
    margin-bottom: 70px;
    padding-top: 20px;
}

.syhb-body ul li::before {
    content: "•";
    color: #000000;
    font-size: initial;
    margin-right: 10px
}

.syhb-body ul li a {
    display: inline-block;
    color: #000000;
    font-size: 14px;
    font-style: italic;
    padding: 7px 0;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    -ms-transition: all 0.4s ease;
    transition: all 0.4s ease;
}


.syhb-body ul li a:hover {
    color: #c0b994;
}


/*** Footer ***/


.footer {

    font-size: 13px;
    font-weight: 400;
    width: 100%;
    max-width: 100%;
    text-align: center;
    color: #999999;
    background: #000;
    z-index: 2;
    position: relative;
    margin: 0 auto;
    padding: 70px 0 58px;


}

.info-list {
    display: block;
    font-size: 14px;
    color: #fff;
    letter-spacing: 0.1em;

}


.info-list span {
    color: #fff9d8;
    font-size: 25px;
    display: block;
    margin-bottom: 20px;
}


.info-list span.ai-font-envelope {

    font-size: 20px;

}

.info-list a {

    color: #fff;

}

.info-list a:hover {
    color: #fff9d8;
}


.logo-info {
    display: inline-block;
    width: 100%;
    text-align: center;
    position: relative;
    color: #fff;


}

.logo-info img {
    /*max-width: 137px;*/
    max-width: 100%;
    margin: 50px auto 20px;
    display: block;

}


.logo-info span {
    font-size: 18px;
    text-transform: uppercase;
    display: block;
    padding: 5px 0;
    letter-spacing: 0.1em;

}

.logo-info i {
    color: #fff9d8;
    font-size: 11px;
    display: block;
}


.logo-info a {
    display: block;
    width: 100%;
    max-width: 165px;
    text-align: center;
    border: 1px solid #303030;
    line-height: 49px;
    margin: 20px auto 40px;
    color: #fff;
    text-transform: uppercase;
    letter-spacing: 0.1em;

}

.logo-info a > i {
    font-style: normal;
    font-size: 12px;
    text-transform: uppercase;
    color: #fff;

}

.logo-info a:hover > i {
    color: #fff9d8;
}



.disclaimer {
    border-top: 1px solid #232323;
    border-bottom: 1px solid #232323;
    padding: 27px 0;
    margin-bottom: 40px;


}

.disclaimer p {
    line-height: 24px;
    margin: 10px auto;
    width: 96%;
    letter-spacing: 0.02em;
    font-size: 12px;
    font-family: 'Raleway', sans-serif;
    font-weight: 400;


}



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


}

.footer li a {
    color: #4d4d4d;
    font-size: 11px;
    transition: all .25s ease-in-out;
    -moz-transition: all .25s ease-in-out;
    -webkit-transition: all .25s ease-in-out;
    font-family: 'Raleway', sans-serif;
    font-weight: 400;
}

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



.footer li a:hover {
    opacity: 0.5;
}


.footer .copyright {
    color: #4d4d4d;
    padding: 0;
    font-size: 12px;
    font-family: 'Raleway', sans-serif;
    font-weight: 400;
    position: relative;
    margin-top: 10px;
}

.footer .copyright span {
    text-transform: uppercase;
    color: #4d4d4d;

}


.footer .copyright a {


    color: #4d4d4d;
    transition: all .25s ease-in-out;
    -moz-transition: all .25s ease-in-out;
    -webkit-transition: all .25s ease-in-out;

}


.footer .copyright a:hover {

    color: #b5b5b5;

}


.copyright span {
    color: #4d4d4d;
}


.ftr-logos {
    display: block;
    color: #4d4d4d;
    font-size: 20px;
    margin: 15px auto;

}

/*******************************************************
 *
 * 3. IP Styles
 *
 *******************************************************/

/* Adjust minimum height of page area */
#content-sidebar,
#content-full {
    min-height: 500px;
}

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

    display: inline-block;
    /*   font-size: 24px;
    font-weight: 400;
     text-transform: uppercase;
border-bottom: 1px solid #dedede;
border-top: 1px solid #dedede; */
    padding: 20px 12px;
    letter-spacing: .02em;
    position: relative;
    text-align: center;
    margin: 50px auto 0;
    font: 300 42px/42px Georgia, serif;
    letter-spacing: -1px;

}




#content .entry-title:after {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    margin: 0 auto;
    background: url(images/title-shadow.png) no-repeat center;
    width: 100%;
    height: 16px;
    bottom: -17px;

}


#content {
    text-align: center;
}

#content .entry {
    text-align: left;
}

/* Style category/archive/etc main headings (h1) */
#content .archive-title {}

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


/*** IP FP Landing ***/

.fp-nav-area {
    position: relative;
    text-align: center;
}

.fp-nav-area:before {
    width: 100%;
    height: 1px;
    background: #dedede;
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    margin: 0 auto;
    top: 14px;
}

.fp-nav-list {

    font-size: 0;
    text-align: center;
    position: relative;
    background: #fff;
    margin-bottom: 20px;
    display: inline-block;


}

.fp-nav-list > a {
    display: inline-block;
    position: relative;
    margin: 0 60px;

}



.fp-nav-list > a:before {

    content: "•";
    color: #dedede;
    font-size: initial;
    position: absolute;
    left: -60px;

}

.fp-nav-list > a:first-child:before {

    display: none;

}

.fp-nav-list > a span {

    font-size: 18px;
    text-transform: uppercase;
    color: #b6b4aa;

}


.fp-nav-list > a:hover span {
    color: #242424;
}

body.page-template-default .fp-item {

    margin: 30px auto;

}

/*** IP FP Details ***/

.fl-wrapper {
    position: relative;
    width: 100%;
    margin: 0 auto;
}


.fp-details-area {
    position: relative;
    display: block;
    font-size: 0;
}

.fp-details-list {
    position: relative;
    width: 25%;
    vertical-align: top;
    display: inline-block;
    text-align: center;
    padding: 2px;
    text-transform: uppercase;
    border-left: 1px solid #dddddd;
}

.fp-details-list:first-child {
    border: none;
}


.fp-details-list span {
    font-size: 55px;
    display: block;
    color: #343434;
    text-transform: uppercase;
}

.fp-details-list i {
    font-style: normal !important;
    font-size: 16px;
    color: #343434;
    font-family: 'Raleway', sans-serif;
    font-weight: 600;
}


#listing-bttn-area {
    width: 100%;
    position: relative;
    background: rgba(255, 249, 216, 1);
    background: -moz-linear-gradient(left, rgba(255, 249, 216, 1) 0%, rgba(255, 255, 255, 1) 47%, rgba(255, 249, 216, 1) 100%);
    background: -webkit-gradient(left top, right top, color-stop(0%, rgba(255, 249, 216, 1)), color-stop(47%, rgba(255, 255, 255, 1)), color-stop(100%, rgba(255, 249, 216, 1)));
    background: -webkit-linear-gradient(left, rgba(255, 249, 216, 1) 0%, rgba(255, 255, 255, 1) 47%, rgba(255, 249, 216, 1) 100%);
    background: -o-linear-gradient(left, rgba(255, 249, 216, 1) 0%, rgba(255, 255, 255, 1) 47%, rgba(255, 249, 216, 1) 100%);
    background: -ms-linear-gradient(left, rgba(255, 249, 216, 1) 0%, rgba(255, 255, 255, 1) 47%, rgba(255, 249, 216, 1) 100%);
    background: linear-gradient(to right, rgba(255, 249, 216, 1) 0%, rgba(255, 255, 255, 1) 47%, rgba(255, 249, 216, 1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff9d8', endColorstr='#fff9d8', GradientType=1);

    border-top: 1px solid #e4e3df;
    border-bottom: 1px solid #e4e3df;
    margin: 40px auto;
}

.listing-bttn {

    font-size: 0;
    position: relative;

}


.listing-bttn a.bttn-list {
    display: inline-block;
    position: relative;
    vertical-align: top;
    padding: 0 35px;
    border-left: 1px solid #e5e1ca;
    line-height: 70px;
}


.listing-bttn a.bttn-list > span {

    font-size: 16px;
    color: #343434;
    top: 5px;
    position: relative;


}

.listing-bttn a.bttn-list > span.search-icn {
    background: url(images/ic-search.png) no-repeat center;
    width: 20px;
    height: 20px;
    display: inline-block;
    line-height: 81px;
    position: relative;
    top: 10px;
}

.listing-bttn a.bttn-list > span i.back-icn {
    background: url(images/ic-back.png) no-repeat center;
    width: 10px;
    height: 20px;
    display: inline-block;
    position: relative;
    top: 3px;
    margin-right: 10px;
}

.listing-bttn a.bttn-list > span i.print-icn {

    background: url(images/ic-printer.png) no-repeat center;
    width: 20px;
    height: 20px;
    display: inline-block;
    position: relative;
    top: 3px;
    margin-right: 5px;
}

.listing-bttn a.bttn-list > span i.share-icn {

    background: url(images/ic-share.png) no-repeat center;
    width: 20px;
    height: 20px;
    display: inline-block;
    position: relative;
    top: 3px;
    margin-right: 5px;
}

.listing-bttn a.bttn-list > span i.fav-icn {

    background: url(images/ic-star.png) no-repeat center;
    width: 20px;
    height: 20px;
    display: inline-block;
    position: relative;
    top: 3px;
    margin-right: 5px;
}

.listing-bttn a.bttn-list > span i.request-icn {

    background: url(images/ic-cloud.png) no-repeat center;
    width: 20px;
    height: 20px;
    display: inline-block;
    position: relative;
    top: 3px;
    margin-right: 5px;
}

.listing-bttn a.bttn-list > span i.map-icn {

    background: url(images/ic-location-b.png) no-repeat center;
    width: 20px;
    height: 20px;
    display: inline-block;
    position: relative;
    top: 3px;
    margin-right: 5px;
}


.listing-bttn a.bttn-list:first-child {

    border-left: none;

}


/*** FL Slide ***/

a.v-tour {
    width: 248px;
    height: 63px;
    background: rgba(255, 249, 216, 1);
    background: -moz-linear-gradient(left, rgba(255, 249, 216, 1) 0%, rgba(255, 255, 255, 1) 47%, rgba(255, 249, 216, 1) 100%);
    background: -webkit-gradient(left top, right top, color-stop(0%, rgba(255, 249, 216, 1)), color-stop(47%, rgba(255, 255, 255, 1)), color-stop(100%, rgba(255, 249, 216, 1)));
    background: -webkit-linear-gradient(left, rgba(255, 249, 216, 1) 0%, rgba(255, 255, 255, 1) 47%, rgba(255, 249, 216, 1) 100%);
    background: -o-linear-gradient(left, rgba(255, 249, 216, 1) 0%, rgba(255, 255, 255, 1) 47%, rgba(255, 249, 216, 1) 100%);
    background: -ms-linear-gradient(left, rgba(255, 249, 216, 1) 0%, rgba(255, 255, 255, 1) 47%, rgba(255, 249, 216, 1) 100%);
    background: linear-gradient(to right, rgba(255, 249, 216, 1) 0%, rgba(255, 255, 255, 1) 47%, rgba(255, 249, 216, 1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff9d8', endColorstr='#fff9d8', GradientType=1);
    text-align: center;
    position: absolute;
    z-index: 2;
    right: 0;
    letter-spacing: 0.05em;
    line-height: 63px;

}

a.v-tour span {
    position: relative;
    font-size: 17px;
    text-transform: uppercase;
    color: #343434;
}

.fl-slide-area {
    position: relative;
    padding-top: 10px;
}

.slide-main {

    position: relative;
    display: block;
    width: 100%;
    height: 100%;
    text-align: center;

}

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


.slide-thumb {


    margin-left: -4px;
    margin-right: -4px;
}

.thumb-list {
    width: 100%;
    padding: 4px
}

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


/*** FL Info ***/

.fl-area-info {
    position: relative;
    display: inline-block;
    text-align: left;

}

.fl-area-info span.fl-main-title {
    font-size: 38px;
    font-weight: 400;
    text-transform: uppercase;
    color: #343434;
    line-height: 1.5;
}

.fl-area-info > p {
    font-size: 14px;
    color: #707070;
    font-family: 'Raleway', sans-serif;
    line-height: 1.5;
    letter-spacing: 0.06em;
}

.fl-area-info > p > i {

    text-transform: uppercase;
    font-weight: 700;
    font-style: normal !important;


}


.fl-area-info a.fl-link {
    display: inline-block;
    width: 100%;
    max-width: 238px;
    line-height: 49px;
    text-transform: uppercase;
    font-size: 12px;

    background: #c1b994;
    text-align: center;
    margin-top: 10px;
}

.fl-area-info a.fl-link:hover {
    background: #343434;
}

.fl-area-info a.fl-link > span {
    color: #fff;
    position: relative;
    border-bottom: 1px solid #fff;
}



/*** Info Form ***/

.info-area-cta {
    display: block;
    position: relative;
    text-align: left;
}

.fl-cta-list {
    font-size: 0;
    padding-top: 40px;
}

.fl-cta-list > a {

    padding: 15px 34px;
    background: #414141;
    display: inline-block;
    font-size: 12px;
    text-align: center;
    margin-right: 10px;
}


.fl-cta-list > a:first-child {
    background: #000000;
}

.fl-cta-list > a:hover {
    opacity: 0.8;
}

.fl-cta-list > a span {
    color: #fff;
    position: relative;
    border-bottom: 1px solid #fff;
    text-transform: uppercase;
}


.fl-form {
    font-size: 0;
    margin-left: -11px;
    margin-right: -11px;
    text-align: left;
    padding-top: 50px;
}


.fl-field {
    width: 50%;
    display: inline-block;
    padding: 0 11px;
    font-size: 12px;
    vertical-align: top;
    color: #8e8e8e;
}

.fl-field-l {
    width: 100%;
    padding: 0 11px;
}


.fl-form input[type='text'],
.fl-form input[type='email'],
.fl-form input[type='tel'],
.fl-form textarea {
    width: 100%;
    color: #414141;
    display: inline-block;
    font-size: 13px;
    height: 49px;
    font-weight: 300;
    -webkit-appearance: none;
    -moz-appearance: none;
    vertical-align: top;
    margin: 10px 0;
    background: transparent;
    border: 1px solid #c1c0ba;
    outline: none;
    text-transform: uppercase;
    letter-spacing: 0.05em;
    padding: 0 10px;
    font-family: 'Raleway', sans-serif;

}

.fl-form textarea {
    resize: none;
    height: 109px;
    padding: 20px 10px;
}


div.fl-form input[type='submit'] {

    text-align: center;
    color: #fff;
    vertical-align: top;
    text-transform: uppercase;
    cursor: pointer;
    -webkit-appearance: none;
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    border: 1px solid #c1b994;
    font-size: 14px;
    text-transform: uppercase;
    outline: none;
    margin: 10px 11px;
    position: relative;
    z-index: 3;
    line-height: 49px;
    font-weight: 400;
    display: inline-block;
    letter-spacing: none;
    padding: 0;
    transition: all .25s ease-in-out;
    -moz-transition: all .25s ease-in-out;
    -webkit-transition: all .25s ease-in-out;
    width: 100%;
    max-width: 205px;
    background: #c1b994;
    letter-spacing: 0.05em;
}


div.fl-form input[type='submit']:hover {
    background: #343434;
    color: #fff;

}

div.fl-form div.wpcf7-validation-errors {
    color: #fff;
    position: absolute;
    width: 100%;
    margin: 0 auto;
    text-align: center;
    border: none;
    font-size: 14px;
    padding: 0;
    bottom: -60px;
}

div.fl-form .use-floating-validation-tip span.wpcf7-not-valid-tip {
    font-size: 12px;
    top: 0;
}



/*** Info List Details ***/

.info-listing-text {
    display: block;
    position: relative;
    text-align: left;
    vertical-align: top;
}

.info-text-title {
    font-size: 19px;
    text-transform: uppercase;
    letter-spacing: 0.03em;
    color: #343434;
    padding-bottom: 20px;
    padding-top: 30px;
    position: relative;
    display: inline-block;

}

.info-text-d {
    display: inline-block;
    position: relative;
    width: 100%;
    font-family: 'Raleway', sans-serif;
    color: #707070;
    margin: 4px 0;
}

.info-text-d:before {
    border-bottom: 1px dotted #707070;
    position: absolute;
    content: '';
    height: 2px;
    width: 100%;
    left: 0;
    bottom: 8px;
}

.info-text-d i {
    font-style: normal !important;
    background: #fff;
    position: relative;
    z-index: 1;
}

.info-text-d i.list-right {
    float: right;
}


p.fl-text-only {

    color: #707070;
    line-height: 0.5;
    margin: 4px auto !important;
    font-family: 'Raleway', sans-serif;
}



.des {

    width: 100%;
    margin: 80px auto 0;
    border-top: 1px solid #808080;
    text-align: left;
    padding: 20px 0;

}

.des p.des-text {
    font-size: 14px;
    color: #848484;
    margin: 15px auto !important;

}

#breadcrumbs {
    color: #343434;
    font-size: 10px;
    text-align: left;
    font-family: 'Raleway', sans-serif;
    width: 100%;
    display: inline-block;
    margin: 30px 0 !important;
}

#breadcrumbs a {
    color: #343434;
}

#breadcrumbs a:hover {
    color: #000000;
}


/* IP COMMUNITIES LANDING PAGE */
.ip_comm_title_wrap {
    width: 100%;
    height: 485px;
    display: inline-block;
    vertical-align: top;
    margin-top: 30px;
    position: relative;
    background-image: url(images/ip-communities-bg.jpg);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

#content .ip_comm_title_wrap h1.entry-title {
    width: 90%;
    max-width: 470px;
    height: 110px;
    padding: 0;
    margin: 185px auto 0;
    display: inline-block;
    vertical-align: middle;
    color: #000000;
    font-size: 45px;
    line-height: 1.2;
    text-transform: capitalize;
    border: 3px solid #000000;
    background-color: rgba(230, 222, 202, 0.8);
}

#content .ip_comm_title_wrap h1.entry-title:before {
    width: 0%;
    height: 100%;
    content: '';
    display: inline-block;
    vertical-align: middle;
}

#content .ip_comm_title_wrap h1.entry-title span {
    width: 100%;
    display: inline-block;
    vertical-align: middle;
}

.ip_communities_txt {
    margin: 50px 0;
    color: #4f4f4f;
    font-size: 14px;
    line-height: 24px;
}

.ip_comm_list_wrapper .ip_commlist_wrap {
    padding-top: 50px;
    padding-bottom: 50px;
    border-top: 1px solid #dedede;
}

.ip_commlist_txt {
    padding-right: 0;
}

.ip_commlist_title {
    color: #343434;
    font-size: 25px;
    margin-bottom: 15px;
    line-height: 1;
}

.ip_commlist_desc {
    min-height: 105px;
    color: #707070;
    font-size: 14px;
    font-family: 'Raleway', sans-serif;
    line-height: 26px;
}

.ip_commlist_desc a {
    color: #bab080;
}

a:hover {
    color: #000000;
}

.ip_commlist_txt a.ip_comm_link {
    width: 220px;
    height: 49px;
    display: inline-block;
    vertical-align: top;
    margin-top: 17px;
    color: #ffffff;
    font-size: 13px;
    text-align: center;
    text-transform: uppercase;
    line-height: 49px;
    letter-spacing: 0.06em;
    background-color: #c1b994;
}

.ip_commlist_txt a.ip_comm_link:hover {
    background-color: #000000;
}

.ip_commlist_img a {
    display: block;
    font-size: 0;
}

.ip_commlist_img canvas {
    width: 100%;
    max-width: 250px;
    height: auto;
    display: block;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.ip_commlist_img canvas,
.ip_commlist_txt a.ip_comm_link {
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.ip_commlist_img a:hover canvas {
    opacity: 0.8;
}


/* IP COMMUNITIES DETAILS PAGE */
.ip_commdetails_viewall {
    text-align: right;
}

.ip_commdetails_viewall a.ipcomm_viewall {
    width: 237px;
    height: 49px;
    display: inline-block;
    vertical-align: top;
    margin-top: 17px;
    color: #ffffff;
    font-size: 12px;
    text-align: center;
    text-transform: uppercase;
    text-decoration: underline;
    line-height: 49px;
    letter-spacing: 0.06em;
    background-color: #c1b994;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.ip_commdetails_viewall a.ipcomm_viewall:hover {
    background-color: #000000;
}

#content .ip_commdetails_title_wrap h1 {
    width: 100%;
    display: inline-block;
    vertical-align: top;
    margin: 30px 0;
    color: #343434;
    font-size: 30px;
    font-weight: 400;
    text-align: left;
    text-transform: capitalize;
    line-height: 1;
}

.ip_commdetails_txt {
    color: #707070;
    font-family: 'Raleway', sans-serif;
    letter-spacing: 0.03em;
}

.ip_commdetails_overview {
    font-size: 13px;
    line-height: 26px;
}

.ip_commdetails_txt_title {
    color: #c1b994;
    font-size: 18px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.1em;
}

.ip_commdetails_desc {
    margin-top: 20px;
}

#content ul.ip_commdetails_stats {
    margin: 0;
    font-size: 0;
    list-style: none;
}

ul.ip_commdetails_stats li {
    border-top: 1px solid #ebeae7;
}

ul.ip_commdetails_stats li:first-child {
    border-top: none;
}

ul.ip_commdetails_stats li span {
    display: inline-block;
    vertical-align: top;
    line-height: 51px;
    color: #707070;
    font-size: 14px;
}

ul.ip_commdetails_stats li span.ip_stat_label {
    width: 70%;
}

ul.ip_commdetails_stats li span.ip_stat_value {
    width: 29%;
}

.ip_commdetails_statlinks {
    margin-top: 10px;
}

.ip_commdetails_statlinks a {
    width: 100%;
    max-width: 244px;
    height: 49px;
    display: inline-block;
    vertical-align: top;
    margin-bottom: 4px;
    color: #ffffff;
    font-size: 13px;
    font-family: 'Libre Baskerville', Sans-serif;
    text-align: center;
    text-transform: uppercase;
    line-height: 49px;
    letter-spacing: 0.06em;
    background-color: #c1b994;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.ip_commdetails_statlinks a:hover {
    background-color: #000000;
}

.ip_commdetails_thumbnail {
    font-size: 0;
    text-align: right;
}

.ip_commdetails_thumbnail canvas {
    width: 100%;
    max-width: 398px;
    height: auto;
    display: inline-block;
    vertical-align: top;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    border: 5px solid #c1b994;
}

.ip_all_list_wrap {
    margin-top: 85px;
    padding: 40px;
    color: #343434;
    font-size: 22px;
    border: 1px solid #e9e9e9;
    line-height: 1.2;
    display: none;
}

.ip_all_list_wrap a {
    color: #c1b994;
}

.ip_all_list_wrap a:hover {
    color: #000000;
}


.ip_commdetails_search {
    margin-top: 30px;
    color: #000000;
    font-size: 0;
    font-family: 'Raleway', sans-serif;
    letter-spacing: 0.06em;
}

.ip_comm_search_title {
    width: 32.6%;
    max-width: 371px;
    height: 51px;
    padding-left: 15px;
    font-size: 11px;
    display: inline-block;
    vertical-align: top;
    border: 1px solid #e9e9e9;
    border-right: 0;
    line-height: 51px;
    text-transform: uppercase;
}

#content ul.ip_commsearch_fields {
    width: 67%;
    max-width: 769px;
    margin: 0;
    display: inline-block;
    vertical-align: top;
    position: relative;
}

ul.ip_commsearch_fields li {
    width: 25.6%;
    max-width: 198px;
    height: 51px;
    display: inline-block;
    vertical-align: top;
    font-size: 11px;
    border: 1px solid #e9e9e9;
    border-right: 0;
    text-transform: uppercase;
}

.ip_comm_search_label {
    width: 100%;
    display: inline-block;
    vertical-align: top;
    line-height: 49px;
    padding-left: 15px;
    cursor: pointer;
    background-image: url(images/qs-arrow.png);
    background-size: auto;
    background-position: 95% 50%;
    background-repeat: no-repeat;
}

ul.ip_commsearch_fields li.active .ip_comm_search_label {
    border-bottom: 1px solid #ffffff;
}

ul.ip_commsearch_fields li.ip_comm_search_submit {
    width: 23%;
    max-width: 178px;
    border: none;
}

ul.ip_commsearch_fields li.ip_comm_search_submit button,
#enablePolygon,
#resetPolygon {
    width: 100%;
    height: 51px;
    display: inline-block;
    vertical-align: top;
    color: #ffffff;
    font-size: 13px;
    font-family: 'Libre Baskerville', Sans-serif;
    text-transform: uppercase;
    letter-spacing: 0.06em;
    background-color: #c1b994;
    border: none;
    outline: none;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

ul.ip_commsearch_fields li.ip_comm_search_submit button:hover,
#enablePolygon:hover,
#resetPolygon:hover {
    background-color: #000000;
}

.ip_comm_search_content {
    width: 100%;
    position: absolute;
    z-index: 2;
    top: 52px;
    left: 0;
    padding: 16px;
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    background-color: #ffffff;
    border: 1px solid #e9e9e9;
    border-top: none;
}

.ip_comm_search_content label {
    display: block;
    font-size: 13px;
    font-weight: 700;
    margin-bottom: 20px;
}

.ip_comm_minprice,
.ip_comm_maxprice,
.ip_commprice_to {
    display: inline-block;
    vertical-align: top;
    text-transform: uppercase;
    line-height: 35px;
}

.ip_commprice_to {
    margin: 0 20px;
}

.ip_comm_minprice,
.ip_comm_maxprice {
    width: 35%;
}

.ip_comm_minprice select,
.ip_comm_maxprice select {
    width: 100%;
    height: 35px;
    display: block;
    padding-left: 15px;
    text-transform: uppercase;
    border: 1px solid #e9e9e9;
    background-image: url(images/qs-arrow.png);
    background-size: auto;
    background-position: 95% 50%;
    background-repeat: no-repeat;
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    -o-appearance: none;
}

.ip_comm_search_content button.update_btn2 {
    width: 150px;
    height: 35px;
    display: block;
    margin-top: 20px;
    color: #ffffff;
    font-size: 13px;
    font-family: 'Libre Baskerville', Sans-serif;
    text-transform: uppercase;
    letter-spacing: 0.06em;
    background-color: #c1b994;
    border: none;
    outline: none;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.ip_comm_search_content button.update_btn2:hover {
    background-color: #000000;
}

.ip_comm_proptype label {
    width: 45%;
    display: inline-block;
    vertical-align: top;
    margin: 0 0 10px 0;
    font-size: 11px;
    font-weight: 400;
}

.ip_comm_proptype input[type="checkbox"] {
    display: inline-block;
    vertical-align: middle;
}

.ip_comm_beds,
.ip_comm_baths {
    width: 49%;
    display: inline-block;
    vertical-align: top;
}

.ip_comm_beds select,
.ip_comm_baths select {
    width: 80%;
    height: 35px;
    display: block;
    padding-left: 15px;
    text-transform: uppercase;
    border: 1px solid #e9e9e9;
    background-image: url(images/qs-arrow.png);
    background-size: auto;
    background-position: 95% 50%;
    background-repeat: no-repeat;
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    -o-appearance: none;
}

ul.ip_commsearch_fields li.active .ip_comm_search_content {
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
}

.ip_search_close {
    position: absolute;
    top: 15px;
    right: 15px;
    font-size: 13px;
    cursor: pointer;
}


.ip_commdetails_filter {
    margin-top: 10px;
    font-size: 0;
    display: none;
}

.ip_commdetails_filter .ip_commdetails_grid {
    width: 5%;
    max-width: 57px;
    height: 49px;
    display: inline-block;
    vertical-align: top;
    background-image: url(images/grid-icon.png);
    background-size: auto;
    background-position: center;
    background-repeat: no-repeat;
    background-color: #c1b994;
}

.ip_commdetails_map {
    width: 13%;
    max-width: 139px;
    height: 49px;
    display: inline-block;
    vertical-align: top;
    margin: 0 3px;
    color: #ffffff;
    font-size: 14px;
    line-height: 49px;
    text-align: center;
    text-transform: uppercase;
    background-color: #c1b994;
    cursor: pointer;
}

.ip_commdetails_map span {
    display: inline-block;
    vertical-align: middle;
    margin-right: 10px;
    line-height: 49px;
}

.ip_commdetails_savesearch {
    width: 21.1%;
    max-width: 240px;
    height: 49px;
    display: inline-block;
    vertical-align: top;
    margin: 0 25px 0 0;
    color: #ffffff;
    font-size: 14px;
    line-height: 49px;
    text-align: center;
    text-transform: uppercase;
    /*        background-color: #c1b994;*/
    cursor: pointer;
}

.ip_commdetails_savesearch span {
    width: 16px;
    height: 16px;
    display: inline-block;
    vertical-align: middle;
    margin-right: 10px;
    background-image: url(images/save-search.png);
    background-size: auto;
    background-position: center;
    background-repeat: no-repeat;
}

.ip_commdetails_sort {
    width: 33%;
    max-width: 365px;
    display: inline-block;
    vertical-align: top;
}

.ip_commdetails_sort span {
    width: 31%;
    display: inline-block;
    vertical-align: middle;
    margin-right: 15px;
    color: #343434;
    font-size: 14px;
    line-height: 49px;
}

.ip_commdetails_sort select.sort_btn,
select.sort_btn {
    width: 64.9%;
    max-width: 240px;
    height: 49px;
    display: inline-block;
    vertical-align: top;
    margin: 0;
    color: #ffffff;
    font-size: 14px;
    line-height: 49px;
    text-align: center;
    text-transform: uppercase;
    background-color: #c1b994;
    /*background-image: url(images/qs-arrow-white.png);*/
    background-size: auto;
    background-position: 95% 50%;
    background-repeat: no-repeat;
    border: none;
}

.ip_commdetails_more_options {
    width: 30%;
    max-width: 177px;
    height: 49px;
    margin-left: 125px;
    display: inline-block;
    vertical-align: top;
    color: #ffffff;
    font-size: 13px;
    text-align: center;
    text-transform: uppercase;
    text-decoration: underline;
    line-height: 49px;
    background-color: #000000;
    cursor: pointer;
}

.ip_commdetails_prop {
    margin-top: 85px;
    display: none;
}

.ip_commdetails_map_wrap {
    display: none;
    margin-top: 40px;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.ip_commdetails_more_options_content {
    width: 100%;
    padding: 30px;
    font-size: 0;
    background-color: #ffffff;
    display: none;
}

.ip_commdetails_more_options_content .field {
    font-size: 12px;
    margin-bottom: 20px;
}

.ip_commdetails_more_options_content .field_full input,
.ip_commdetails_more_options_content .field_full select,
.ip_commdetails_more_options_content .field_full .min select#minimum_sqft {
    width: 80% !important;
    max-width: 456px;
    height: 35px;
}

.ip_commdetails_more_options_content .field_full .min input,
.ip_commdetails_more_options_content .field_full .max input,
.ip_commdetails_more_options_content .field_full .min select,
.ip_commdetails_more_options_content .field_full .max select {
    width: 39%;
    max-width: 218px;
}

.ip_commdetails_more_options_content .field.scrollable {
    width: 100%;
}

.ip_commdetails_more_options_content .details label {
    width: 20%;
    display: inline-block;
    vertical-align: top;
}

.ip_commdetails_more_options_content .field {
    width: 50%;
    display: inline-block;
    vertical-align: top;
}

.ip_commdetails_bottom {
    margin-top: 85px;
    padding-top: 35px;
    color: #4f4f4f;
    font-size: 14px;
    line-height: 24px;
    border-top: 1px solid #dedede;
    display: none;
}

.ip_commdetails_bottom p {
    margin-bottom: 25px;
}

.ip-quick-search .bootstrap-select.btn-group .dropdown-toggle {
    border: none;
    padding: 0;
    vertical-align: middle;
}

.ip-quick-search .bootstrap-select.btn-group .dropdown-toggle .filter-option {
    line-height: 51px;
    text-transform: uppercase;
    font-size: 11px;
    color: #343434;
    height: 44px;
}

.ip-quick-search .dropdown-menu.open {
    max-height: 300px !important;
}

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

.fp-slick-comm {
    position: relative;
    margin: auto;
    min-height: 200px;
}

.fp-slick-comm > div {
    float: left;
    margin: auto 6px auto 5px;
    width: calc(25% - 12px);
    min-height: 500px;
}

.ip_commdetails_bottom {
    clear: both;
}

.page-template-template-communities-details ul.pagination,
.page-id-0 ul.pagination {
    clear: both;
    display: none;
    margin-left: 0px !important;
}

.aios-mobile-header-wrapper .amh-navigation .amh-menu li:hover > a,
.aios-mobile-header-wrapper .amh-navigation .amh-menu li.open > a {
    background: rgb(208, 201, 165);
}

.aios-mobile-header-wrapper .amh-navigation .amh-menu li ul {
    background: #a9a27d;
}

.aios-mobile-header-wrapper .amh-navigation .amh-menu li ul a {
    color: #fff;
}

.ip_commdetails_map_wrap .gm-style img {
    max-width: 100%;
}

.gm-style-iw div div {
    overflow: hidden;
}

.ip_commdetails_map_wrap .gm-style-iw {
    max-width: 400px;
}

#field-zip .bootstrap-select.btn-group .dropdown-toggle {
    width: 80% !important;
    max-width: 456px;
    height: 35px;
    border-color: rgb(169, 169, 169);
    padding-left: 5px;
}

#field-zip input.form-control {
    width: 100% !important;
}

#field-zip .bootstrap-select.btn-group .dropdown-toggle .filter-option {
    color: #000;
}

#btn-price-range {
    background: none;
    color: #c1b994;
    border: navajowhite;
}

#btn-price-range:hover {
    color: #000000 !important;
}


#content h4 {
    font: 300 20px/24px Georgia, serif;
    color: #6f6f6f;
    text-align: center;
}



.ai-default-cf7wrap em.small-f {
    font-size: 12px;
    font-style: normal !important;
}

.ai-default-cf7wrap input[type="text"],
.ai-default-cf7wrap input[type="tel"],
.ai-default-cf7wrap input[type="email"],
.ai-default-cf7wrap select {
    font-size: 14px;
    line-height: 44px;
    height: 44px;
    color: #6f6f6f !important;
    background: #fff;
}

.ai-default-cf7wrap textarea {
    color: #6f6f6f !important;
    font-size: 14px;
    padding-top: 15px !important;
}

.ai-default-cf7wrap span.wpcf7-list-item {
    margin: 0;
}

.ai-default-cf7wrap input[type="submit"] {
    max-width: 172px;
    height: 32px;
    margin-top: 20px;
    text-transform: none;
    font-size: 14px;
}


/** Slide Left **/

#main-slide-wrapper {
    font-size: 0px;
    position: relative;
    overflow: hidden;

}

.slide-left {
    display: inline-block;
    vertical-align: top;
    width: 50%;
    background: #C0B994;
}


.cycloneslider-template-responsive .cycloneslider-pager {
    bottom: 0 !important;
}

.cycloneslider-template-responsive {
    margin-bottom: 11px !important;
}


/** Slide Right **/

.static-img-right {
    display: inline-block;
    vertical-align: top;
    width: 50%;
}

.static-img-right img {
    width: 100%;
    object-fit: cover;
}



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


.custom-form input,
.custom-form select,
.custom-form textarea {
    display: block;
    width: 100%;
    height: 44px;
    line-height: 44px;
    padding: 0 10px;
    border: 1px solid #ccc;
    background: #fff;
}

.custom-form textarea {
    height: 170px;
}

.custom-form input[type="checkbox"] {
    width: initial;
    display: inline-block;
    height: initial;
    line-height: initial;
}

.custom-form span.wpcf7-list-item {
    margin: 0;
}

.custom-form .row {
    margin-bottom: 10px;
}

#enablePolygon,
#resetPolygon {
    max-width: 100px;
    height: 35px !important;
}

select#qs-zip {
    max-width: 0px;
}

.hp-quick-search .bootstrap-select.btn-group .dropdown-toggle {
    border: 1px solid rgba(230, 224, 194, .5);
    height: 42px;
    padding-top: 10px;
    background: transparent;
    box-shadow: none;
}

.hp-quick-search .bootstrap-select.btn-group .dropdown-toggle .filter-option {
    font-size: 11px;
    font-weight: 300;
    color: #000000;
    text-transform: uppercase;
    text-indent: 8px;
}

.hp-quick-search select#cityid {
    height: 42px;
    width: 100%
}

.hp-quick-search .dropdown-menu.open {
    max-height: 300px !important;
}

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

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

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

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

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

.ihf-grid-result-address {
    display: block;
}

.lifestyle-comm-ip,
.local-resource-ip {
    font-size: 0;
}

.local-resource-ip div.desc font {
    display: block;
    padding: 20px 0;
}

.local-resource-ip div.gallery a img {
    max-width: 100%;
}

#content h4.ihf-address {
    text-align: left;
}

input#min-price::-webkit-outer-spin-button,
input#min-price::-webkit-inner-spin-button,
input#max-price::-webkit-outer-spin-button,
input#max-price::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

.page-id-0 .footer {
    z-index: 0;
}

.ip-fl-cta {
    margin-top: 81px;
}

.ip-fl-cta-item a {
    font-family: 'Libre Baskerville', sans-serif;
    display: block;
    font-size: 17px;
    font-weight: 400;
    color: #000;
    letter-spacing: 0;
    text-transform: uppercase;
    text-align: center;
    background: #f9f3d3;
    height: 81px;
    line-height: 81px;
}

.page-template-template-reunion-kiosks #content .entry-title,
.page-template-template-reunion-kiosks #breadcrumbs {
    display: none;
}

.page-template-template-reunion-kiosks .ip-fl-title {
    text-align: center;
}

.page-template-template-reunion-kiosks .ip-fl-wrap {
    margin-bottom: 65px;
}
.page-template-template-reunion-kiosks #content .fp-header {
    display: inline-block;
    font-size: 24px;
    font-weight: 400;
    text-transform: uppercase;
    margin-bottom: 46px;
    border-bottom: 1px solid #dedede;
    border-top: 1px solid #dedede;
    padding: 20px 12px;
    letter-spacing: .02em;
    position: relative;
    margin: 71px 0 40px;
}

.fp-tag {
    position: absolute;
    bottom: 7px;
    text-align: center;
    margin: 0 auto;
    left: 0;
    right: 0;
    font-size: 16px;
    color: #000;
    display: block;
    height: 43px;
    line-height: 43px;
    background: rgba(255, 249, 216, 1);
    background: -moz-linear-gradient(left, rgba(255, 249, 216, 1) 0%, rgba(255, 255, 255, 1) 48%, rgba(255, 249, 216, 1) 100%);
    background: -webkit-gradient(left top, right top, color-stop(0%, rgba(255, 249, 216, 1)), color-stop(48%, rgba(255, 255, 255, 1)), color-stop(100%, rgba(255, 249, 216, 1)));
    background: -webkit-linear-gradient(left, rgba(255, 249, 216, 1) 0%, rgba(255, 255, 255, 1) 48%, rgba(255, 249, 216, 1) 100%);
    background: -o-linear-gradient(left, rgba(255, 249, 216, 1) 0%, rgba(255, 255, 255, 1) 48%, rgba(255, 249, 216, 1) 100%);
    background: -ms-linear-gradient(left, rgba(255, 249, 216, 1) 0%, rgba(255, 255, 255, 1) 48%, rgba(255, 249, 216, 1) 100%);
    background: linear-gradient(to right, rgba(255, 249, 216, 1) 0%, rgba(255, 255, 255, 1) 48%, rgba(255, 249, 216, 1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff9d8', endColorstr='#fff9d8', GradientType=1);
}

.page-template-template-reunion-kiosks #content .fp-details .address {
    font-size: 13px;
    font-family: 'Raleway', sans-serif;
    font-weight: 600;
    color: #000000;
    letter-spacing: 0;
    margin: 0 0 12px 0;
    line-height: 1.3;
}

.page-template-template-reunion-kiosks #content .fp-details .price {
    font-size: 24px;
    font-weight: 400;
    letter-spacing: .02em;
    margin: 0;
}

.page-template-template-reunion-kiosks #content .fp-item {
    position: relative;
    display: block;
    max-width: 271px;
    margin: 0 auto;
    padding: 9px 0;
}

#content .fp-nav {
    text-align: center
}

#content .fp-nav i {
    font-style: normal;
}

.page-template-template-reunion-kiosks .header,
.page-template-template-reunion-kiosks .ip-banner,
.page-template-template-kiosk-landing-page .header,
.page-id-0 .header {
    display: none;
}

.ip-fl-slide {
    position: relative;
}

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

.ip-fl-contact-form {
    position: absolute;
    width: 100%;
    z-index: 4;
    top: 27%;
    bottom: 0;
    font-size: 0;
}

.ip-fl-form-inner {
    max-width: 406px;
    background: #fff;
    padding: 22px 19px;
}

.ip-fl-form-title {
    background: #4c7229;
    text-align: center;
    padding: 9px 20px;
    line-height: 1.3;
}

.ip-fl-form-title h2 {
    font-family: 'Libre Baskerville', sans-serif;
    font-weight: 400 !important;
    font-size: 25.28px !important;
    color: #fff;
    text-transform: uppercase;
    letter-spacing: .100em;
}

.ip-fl-short {
    width: 50%;
    display: inline-block;
    padding-bottom: 6px;
}

.ip-fl-select {
    width: 100%;
    padding-bottom: 6px;
}

.ip-fl-long {
    width: 100%;
}

.ip-fl-git-form {
        padding-top: 25px;
}

.ip-fl-long textarea {
    font-family: 'Raleway', sans-serif;
    font-weight: 300;
    line-height: 45px;
    font-size: 11px;
    color: #010101;
    letter-spacing: .060em;
    height: 80px;
    width: 100%;
    border: 0;
    border: 1px solid #b0b0b0;
    padding-left: 15px;
}

    .ip-fl-short input,
    .ip-fl-select select {
        font-family: 'Raleway', sans-serif;
        font-weight: 300;
        font-size: 11px;
        color: #010101;
        letter-spacing: .060em;
        height: 42px;
        width: 100%;
        border: 0;
        border: 1px solid #b0b0b0;
        padding-left: 15px;
        background: #fff;
    }

    .ip-fl-btn {
        margin-top: 18px;
    }

        .ip-fl-btn .wpcf7-submit{
            width: 100%;
            display: block;
            font-family: 'Libre Baskerville', sans-serif;
            font-weight: 400;
            font-size: 14.12px;
            color: #fff;
            background: #4c7229;
            text-align: center;
            letter-spacing: .060em;
            text-transform: uppercase;
            border: 0;
            padding: 11px 0;
        }

.ip-fl-right {
    padding-left: 2px;
}

.ip-fl-left {
    padding-right: 2px;
}        
        
.page-template-template-reunion-kiosks .cycloneslider-slide canvas,
.page-template-template-reunion-kiosks .aios-slider.aios-slider-template-default .aios-slider-img canvas{
    height: 650px;
}

.ip-fl-logo {
    position: absolute;
    top: 4%;
    left: 50%;
    transform: translateX(-50%);
}

div.gallery {
    margin: 10px;
    border: 0px solid #000;
    background-color: transparent;
    display: inline-block;
    vertical-align: top;
    font-size: 15px;
    width: calc((100% / 3) - 24px);
}

.custom-form-wrap {
    display: block;
}

.custom-form-wrap input, .custom-form-wrap select, .custom-form-wrap textarea {
    width: 100%;
    border: 1px solid #afafaf;
    outline: 0;
    height: 47px;
    padding: 0 10px;
    font-size: 14px;
    color: #5e5e5e;
}

.custom-form-wrap input[type="checkbox"] {
    display: inline-block;
    width: 17px;
    height: 17px;
    background: #fff;
    border: 1px solid #d2d2d2;
}
.custom-form-wrap input[type="submit"] {
    display: block;
    width: 220px;
    height: 47px;
    background: #657e46;
    color: #fff;
    text-align: center;
    line-height: 47px;
    font-size: 18px;
    text-transform: uppercase;
    margin-top: 35px;
}

.custom-form-wrap label {
    color: #5e5e5e;
    font-size: 16px;
    display: block;
    margin-bottom: 7px;
    line-height: 1;
    text-align: left;
}
.custom-form-wrap .row > div {
    padding-top: 8px;
    padding-bottom: 8px;
}

.page-id-0 .ip-banner,
.page-template-template-kiosk-landing-page .ip-banner {
    position: relative;
    width: 100%;
    height: auto;
    display: block;
    background: none;
    z-index: 0;
}

.page-id-0 .ip-banner::before,
.page-template-template-kiosk-landing-page .ip-banner::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1;
    background: url(images/hp-slide-overlay.png) repeat-x;
}

.page-id-0 .ip-prop-banner-logo,
.page-template-template-kiosk-landing-page .ip-prop-banner-logo {
    position: absolute;
    z-index: 2;
    left: 50%;
    transform: translateX(-50%);
    top: 5%;
}

.page-id-0 .ip-banner canvas,
.page-template-template-kiosk-landing-page .ip-banner canvas {
    display: block;
    position: relative;
    z-index: 0;
    width: 100%;
    min-height: 336px;
    background: #000;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

.page-id-0 .menu-navigation-menu-container,
.page-id-0 .footer .copyright,
.page-id-0 .ftr-logos,
.page-template-template-reunion-kiosks .menu-navigation-menu-container,
.page-template-template-reunion-kiosks .footer .copyright,
.page-template-template-reunion-kiosks .ftr-logos,
.page-template-template-kiosk-landing-page .menu-navigation-menu-container,
.page-template-template-kiosk-landing-page .footer .copyright, 
.page-template-template-kiosk-landing-page .ftr-logos {
    display: none;
}

.page-template-template-reunion-kiosks main > .container {
    width: 100%;
    padding: 0;
}

.page-template-template-communities-details #content form {
    display: none;
}