/*
Theme Name: rosiakrealestate.com
Theme URI: http://aios3-staging.agentimage.com/r/rosiakrealestate.com/htdocs
Description: AIOS mobile semi-custom theme.
Author: AgentImage
Author URI: http://www.agentimage.com
Version: 1.4.2
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. CSS RESET
2. Navigation
3. Custom CSS
4. IP styles
5. MEDIA QUERIES ARE AUTOMATICALLY REMOVED FROM THIS FILE, they must be placed in style-media-queries.css
  
*/

/*******************************************************
 *
 * 1. CSS RESET
 *
 *******************************************************/

 html {
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
  }
  body {
    margin: 0;
    font: 16px/1 sans-serif;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
  }
  h1,
  h2,
  h3,
  h4,
  p,
  blockquote,
  figure,
  ol,
  ul {
    margin: 0;
    padding: 0;
  }
  header,
  section,
  footer,
  aside,
  nav,
  main,
  article,
  figure{
    display: block;
  }
  h1,
  h2,
  h3,
  h4 {
    font-size: inherit;
  }
  strong {
    font-weight: bold;
  }
  a,
  button {
    color: inherit;
    transition: 0.3s;
  }
  a {
    text-decoration: none;
    color: #337ab7;
  }
  a:hover,
  a:focus {
    text-decoration: none;
    outline: none;
  }
  
  button {
    overflow: visible;
    border: 0;
    font: inherit;
    -webkit-font-smoothing: inherit;
    letter-spacing: inherit;
    background: none;
    cursor: pointer;
  }
  ::-moz-focus-inner {
    padding: 0;
    border: 0;
  }
  :focus {
    outline: 0;
  }
  img {
    max-width: 100%;
    height: auto;
    border: 0;
  }


/*******************************************************
 *
 * 2. Navigation
 *
 *******************************************************/


/* Sub Menu */
#nav li, #fixednav li {
	position:relative;
}
  
#nav .sub-menu, #fixednav .sub-menu {
    list-style: none outside none;
    margin: 0;
    background: transparent;
    display: none;
    padding: 0;
    position: absolute;
 	  width: 180px;
    text-align: center;
}

#nav > li > .sub-menu, #fixednav > li > .sub-menu{
    left: 50%;
    margin-left: -90px;
}

#nav .sub-menu a,#fixednav .sub-menu a {
    color: #FFFFFF;
    display: block;
    padding: 10px;
    background: rgba(2, 132, 130, 0.70);
    margin-bottom: 1px;
}
#nav .sub-menu a:hover, #fixednav .sub-menu a:hover {
    background: rgba(2, 132, 130, 1);
    text-decoration: none;
}
#nav .sub-menu .sub-menu, #fixednav .sub-menu .sub-menu {
    margin-left: 100%;
 	top:0;
}
#nav li:hover > .sub-menu, #fixednav li:hover > .sub-menu {
    display: block;
}
#nav .sub-menu li, #fixednav .sub-menu li {
    position: relative;
}

#nav .sub-menu .sub-menu a, #fixednav .sub-menu .sub-menu a {
    margin-left: 1px;
}

/*******************************************************
 *
 * 4. Custom CSS
 *
 *******************************************************/

/* Global */

html.popup-ready {
    overflow: hidden;
}

body{
	font-family: 'Montserrat', Arial, Helvetica, Georgia, Sans-serif;
	font-size: 14px;
	background: #FFF;
	color: #000000;
	margin: 0;
}

#main-wrapper.mobile-bg-fixed {
    position: fixed;
    height: 100%;
    overflow: hidden;
    width: 100%;
}

.aiosp-bg {
    position: fixed !important;
}
 
#qs form input[type="submit"],
.fc-wrap ul li span.fc-img-wrap::before,
.cta-wrap::after, .cta-title-wrap, .fp-details,
.fp-slide .fp-item .img-wrapper, .fp-item .img-wrapper::before,
.suam-wrap input[type="submit"],
.hp-popup input[type="submit"],
#sidebar-suam input[type="submit"] {
  transition: all 0.3s ease-out;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
}

/*** Header ***/
header {
    position: absolute;
    z-index: 1029;
    left: 0;
    right: 0;
    background: #028482;
    margin-top: 38px;
}

header .logo a {
    position: absolute;
    top: -16px;
    display: inline-block;
}

.logo span {
    color: #fff;
    font-size: 35px;
    text-transform: uppercase;
    display: inline-block;
    vertical-align: middle;
    margin-left: 14px;
    letter-spacing: 10px;
    font-weight: 300;
}

.logo span small {
    display: block;
    font-size: 20px;
    font-weight: 400;
    letter-spacing: 5.2px;
    margin-left: 1px;
}

.contact-wrap {
    padding-top: 14px;
}

.contact-wrap > div {
    display: inline-block;
}

.contact-wrap, .contact-wrap a {
    text-align: right;
    color: #fff;
}

.contact-wrap a:hover,
#nav > li > a:hover, #fixednav > li > a:hover, #content .archive-more:hover {
    opacity: 0.5;
}

.contact-info .phone,
.contact-info .email {
    font-size: 13px;
    font-weight: 600;
    margin-left: 30px;
}

.phone em {
    display: inline-block;
    vertical-align: middle;
}

.phone em.ai-font-phone,
.email em.ai-font-envelope-f {
    display: inline-block;
    margin-right: 10px;
    font-size: 8px;
}

.phone em.ai-font-phone {
    -webkit-transform: rotate(23deg);
    -moz-transform: rotate(23deg);
    -o-transform: rotate(23deg);
    -ms-transform: rotate(23deg);
    transform: rotate(23deg);
}

.smi {
    margin-left: 17px;
}

.smi a {
    font-size: 0px;
    display: inline-block;
    margin-left: 8px;
}

.smi a::before {
    font-size: 14px;
}

#nav, #fixednav {
    font-size: 0px;
    text-align: right;
    margin-top: 17px;
}

#nav > li a[data-title="Home"] {
    display: none;
}

#nav > li:nth-child(2) {
    margin-left: 0px;
}

#nav > li, #fixednav > li {
    display: inline-block;
    margin-left: 23px;
}

#nav > li a, #fixednav > li a{
    font-size: 13px;
    text-transform: uppercase;
    color: #fff;
    display: block;
}

#nav > li > a, #fixednav > li > a {
    padding-bottom: 20px;
}

#nav li:hover .sub-menu, #fixednav li:hover .sub-menu {
    display: none;
}


/*** Fixed Header ***/
.fixheader-wrap {
    position: fixed;
    left: 0;
    top: -500px;
    right: 0;
    background: #181718;
    padding-top: 16px;
    z-index: 1030;
    transition: all 1s ease-out;
    -webkit-transition: all 1s ease-out;
    -moz-transition: all 1s ease-out;
    -o-transition: all 1s ease-out;
}

.fixheader-wrap.fixed {
    top: 0;
    transition: all 0.5s ease-out;
    -webkit-transition: all 0.5s ease-out;
    -moz-transition: all 0.5s ease-out;
    -o-transition: all 0.5s ease-out;
}

#fixednav > li > a {
    padding-bottom: 44px;
}

#fixednav {
    margin-top: 26px;
}

/*** Homepage Pop Up ***/
.hp-popup {
    max-width: 748px;
    margin: auto;
    background: url(images/popup-bg.png) no-repeat;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover; 
    text-align: center;
    padding: 26px 10px 59px;
    position: relative;
}

a.aios-content-popup.popup-trigger {
    display: none;
}

.hp-popup img.img-responsive {
    margin: 0px auto 33px;
}

.popup-text h2 {
    color: #fff;
    font-family: 'Lora', sans-serif;
    text-transform: uppercase;
    font-size: 36px;
    margin-bottom: 5px;
}

.hp-popup p {
    color: #fff;
    font-weight: 300;
    padding: 0px 165px;
    margin-bottom: 37px;
    line-height: 1.5;
}

.hp-popup form {
    font-size: 0px;
    max-width: 614px;
    margin: 0px auto;
    position: relative;
}

.hp-popup input {
    height: 43px;
    border: none;
    font-size: 13px;
    padding: 0px 18px;
    color: #5c5c5c;
    font-weight: 300;
    font-style: italic;
    width: 36.8%;
    vertical-align: top;
    margin-right: 1%;
}

.hp-popup input[type="submit"] {
    background: #171616;
    color: #fff;
    font-size: 14px;
    font-weight: 400;
    font-family: 'Lora', sans-serif;
    text-transform: uppercase;
    width: 24.4%;
    font-style: normal;
    letter-spacing: 1px;
    margin-right: 0px;
}

.hp-popup div.wpcf7 .ajax-loader {
    bottom: 0;
    position: absolute;
    left: 100%;
}

.hp-popup .wpcf7-response-output {
    top: 115% !important;
}

.hp-popup button.aiosp-close {
    right: 15px;
    top: 15px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    color: #fff !important;
    border: 2px solid #fff;
    border-radius: 50%;
    width: 33px;
    height: 33px;
    line-height: 30px;
}

/*** Slideshow ***/
section#hero {
    position: relative;
}

.slideshow {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
}

.slideshow::before {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 0;
    background: url(images/slideshow-bottom-overlay.png) bottom repeat-x;
    z-index: 1;
    padding-bottom: 25%;
    -webkit-background-size: 100% 100%;
    -moz-background-size: 100% 100%;
    -o-background-size: 100% 100%;
    background-size: 100% 100%;
}

.slideshow::after, #testi::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    background: url(images/slideshow-paint-border.png) no-repeat;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    height: 0;
    padding-bottom: 6%;
    z-index: 1;
}

canvas#slidehow-placeholder {
    height: 0px;
    padding-top: 47.7%;
    width: 100%;
    background: url(images/slideshow-placeholder.png) no-repeat;
    z-index: 1;
    position: relative;
    transition: all 0.5s ease-out;
    -webkit-transition: all 0.5s ease-out;
    -moz-transition: all 0.5s ease-out;
    -o-transition: all 0.5s ease-out;
}

.hidePlaceholder {
  opacity: 0;
}

section#hero .cycloneslider {
  margin-bottom: 0px !important;
}

/*** Quick Search ***/
.home #qs {
    position: absolute;
    bottom: 100px;
    left: 0;
    right: 0;
    z-index: 1;
    text-align: center;
}

#qs h2 {
    font-family: 'Lora', sans-serif;
    text-transform: uppercase;
    color: #fff;
    font-size: 18px;
    letter-spacing: 3px;
    margin-bottom: 18px;
}

#qs h2 span {
    font-size: 24px;
    display: block;
    margin-top: 5px;
}

#qs form {
    font-size: 0px;
}

    
   

/* Grab the QS form select's width, display (if applicable), and float (if applicable)
* Always declare styles here as !important
*/
#qs .bootstrap-select {
    /* the width below is just an example */
    width: 70.5%;/* DEFAULT: The position is always relative
    * to make the dropdown's size relative
    * to the select's width
    */
    position: relative;
}

.bootstrap-select:not([class*=col-]):not([class*=form-control]):not(.input-group-btn) {
   width: 70.5%;;
}
    
    .sidebar .bootstrap-select:not([class*=col-]):not([class*=form-control]):not(.input-group-btn) {
        width: 100% !important;
    }

/* The QS form select's style should be placed here except
* the width, display, float, and font styles.
* There should be no height styles. The use padding to adjust the height.
*/
#qs .bootstrap-select .dropdown-toggle {
    /* styles here are just examples
    * style this based on the QS form's select style.
    */
    font-size: 11px;
        font-style: italic;
        width: 100%;
        height: 42px;
        line-height: 42px;
        border: none;
        padding: 0px 16px;
        vertical-align: top;
        background: #fff;
    outline: 0;/* padding needs to be adjusted to match other form fields */
    overflow:hidden;/* DEFAULT: This should always be set to 100% */
    /*width: 100%;*/
}
    
    .sidebar #qs .bootstrap-select .dropdown-toggle {
        border: 1px solid #ccc;
    }

/* The QS form select's font styles should be placed here */
#qs .bootstrap-select .dropdown-toggle .filter-option {
    /* styles here are just examples
    * style this based on the QS form's select style.
    */
    background-color: #fff !important;
    font-size: 11px;
    color: #8e8e8e;
    font-style: normal !important;
    /* These styles should always be present here */
    width: 95% !important;
    white-space: nowrap;
    display: block !important;
}

/* to hide the caret of bootstrap-select */
#qs .bootstrap-select .dropdown-toggle .caret,
#qs .bootstrap-select .dropdown-toggle .bs-caret {
    display: none !important;
}

#qs .bootstrap-select .dropdown-toggle {
    height: 45px;
}

#qs .bootstrap-select .dropdown-menu {
    /* font styles should be the same as the bootstrap-select */
    color: #757575;
    font-size: 11px;
    text-transform: uppercase;

    /* DEFAULT: */
    max-height: 150px !important;
    min-width: 260px !important;
    width: 100%;
}

#qs .bootstrap-select .dropdown-menu input {
    width: 100% !important;
    border: 1px solid #c1c1c1 !important;
}

/* #qs .bootstrap-select.btn-group.show-tick .dropdown-menu li a span.text {   
    background: #fff !important;
    color: #333 !important; 
    line-height: 0px !important;
    width: auto !important;
    text-align: left !important;
}
#qs .bootstrap-select.btn-group.show-tick .dropdown-menu li a span.text:before {
    border-left: 0px solid transparent !important; 
    border-right: 0px solid transparent !important; 
    border-bottom: 0px solid #d41f26 !important;
}
#qs .bootstrap-select.btn-group.show-tick .dropdown-menu li a span.glyphicon:before {
    border-left: 0px solid transparent !important; 
    border-right: 0px solid transparent !important; 
    border-bottom: 0px solid #d41f26 !important;
    color: #979494 !important;
    text-align: right !important;
    line-height: 0px !important;
    position: unset !important;
    float: right !important;
    width: auto !important;
    content: "\e013" !important;
} */

#qs form input {
    font-size: 11px;
    font-style: italic;
    width: 70.5%;
    height: 45px;
    border: none;
    padding: 0px 16px;
    vertical-align: top;
}

#qs form input[type="submit"] {
    background: #028482;
    color: #fff;
    font-style: normal;
    font-family: 'Lora', sans-serif;
    text-transform: uppercase;
    font-size: 14px;
    letter-spacing: 0.5px;
    width: 13.5%;
    margin-left: 1.25%;
}

#qs form input[type="submit"]:hover {
    background: #035f5d;
}

#qs form a {
    display: inline-block;
    height: 45px;
    vertical-align: top;
    color: #fff;
    width: 13.5%;
    text-transform: uppercase;
    font-size: 14px;
    background: #171616;
    font-family: 'Lora', sans-serif;
    line-height: 3.3em;
    margin-left: 1.25%;
    text-align: center;
}
    
    #qs form .dropdown-menu a {
        background: transparent;
        color: #333;
        width: 100%;
        height: auto;
        line-height: 16px;
        text-align: left;
    }

#qs form a:hover, .hp-popup input[type="submit"]:hover {
    background: #383535;
}
    
    #qs form .dropdown-menu a:hover {
        background: #ccc;
    }

/*** Welcome ***/
section#welcome {
    margin-top: 221px;
    background: #161515;
    padding-bottom: 207px;
    position: relative;
}

#welcome::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    background: url(images/welcome-paint-border.png) no-repeat;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    height: 0;
    padding-bottom: 9.6%;
    z-index: 1;
}

.welcome-img-wrap {
    position: relative;
    max-width: 555px;
    margin: -126px auto 0px;
}

.welcome-img-wrap .img-wrapper {
    display: inline-block;
    position: relative;
}

.welcome-img-wrap .img-wrapper::after {
    content: '';
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    background: url(images/welcome-img-shadow.png) no-repeat;
    -webkit-background-size: 100% 100%;
    -moz-background-size: 100% 100%;
    -o-background-size: 100% 100%;
    background-size: 100% 100%;
    width: 100%;
    padding-top: 10%;
}

.welcome-img-wrap img.img-right {
    position: absolute;
    right: 0;
    bottom: -60px;
    box-shadow: 5px 5px 8px rgba(0, 0, 0, 0.47);
}

.welcome-text-wrap {
    margin-top: -128px;
}

.welcome-text-wrap h1 {
    font-size: 50px;
    text-transform: uppercase;
    font-family: 'Lora', sans-serif;
    margin: 31px 0px 97px;
    position: relative;
}

.welcome-text-wrap h1::before,
.fc-header h2::after, .fp-header h2::after,
.blog-header h2::after {
    content: 'Hello';
    color: #029f9d;
    font-family: 'Montserrat', sans-serif;
    font-size: 141.76px;
    font-weight: 800;
    opacity: 0.08;
    position: absolute;
    top: -46px;
    left: 65px;
    z-index: -1;
}

.welcome-text p {
    color: #bfbfbf;
    line-height: 1.7em;
    margin-bottom: 25px;
}

.welcome-text p:last-of-type {
    margin-bottom: 0px;
}

.welcome-text a {
    font-size: 11px;
    font-weight: 300;
    color: #028482;
    letter-spacing: 2px;
}

.welcome-text a:hover {
    color: #00d1cd;
}

/*** Featured Communities ***/
section#fc {
    padding-top: 96px;
    position: relative;
    padding-bottom: 217px;
    background: url(images/fc-bg.jpg) center bottom no-repeat;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

#fc::after, #fp::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    background: url(images/cta-paint-border.png) no-repeat;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    height: 0;
    padding-bottom: 7.6%;
    z-index: 0;
}

.fc-header, .fp-header {
    text-align: center;
    margin-bottom: 67px;
}
.suam-header{
    margin-bottom: 30px;
}

.fc-header h2, .fp-header h2, .blog-header h2, .suam-header h2 {
    font-family: 'Lora', sans-serif;
    text-transform: uppercase;
    font-size: 24px;
    letter-spacing: 2px;
    position: relative;
    padding: 24px 0px;
}

.fc-header h2::before, .fc-header h2 span::before, .fp-header h2::before, 
.fp-header h2 span::before, .blog-header h2::before, .blog-header h2 span::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    margin: auto; 
    background: #d9d9d9;
    width: 100%;
    height: 2px;
    max-width: 245px;
}

.fc-header h2 span, .fp-header h2 span, .blog-header h2 span, .suam-header h2 span {
    display: block;
    font-size: 36px;
    margin-top: 1px;
}

.fc-header h2::after,.fp-header h2::after,
.blog-header h2::after {
    content: 'Communities';
    top: 13px;
    left: 0;
    right: 0;
    margin: auto;
   /* z-index: 1;*/
}

.fc-header p, .fp-header p {
    display: inline-block;
    border: 2px solid #d9d9d9;
    max-width: 531px;
    margin: auto;
    border-left-color: transparent;
    border-right-color: transparent;
    padding: 15px 0px;
    line-height: 1.5em;
    font-size: 12px;
    color: #7f7f7f;
    font-family: 'Lora', sans-serif;
    font-style: italic;
    position: relative;
}

.fc-header h2 span::after, .fp-header h2 span::after, .blog-header h2 span::after {
    content: '';
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    margin: auto;
    width: 0;
    height: 0;
    border: 7px solid #171616;
    border-left-color: transparent;
    border-right-color: transparent;
    border-bottom-color: transparent;
    z-index: 1;
}

.fc-wrap ul {
    font-size: 0px;
    text-align: center;
    margin-left: -4px;
    margin-right: -4px;
}

.fc-wrap ul li {
    display: inline-block;
    width: 33.33%;
    margin-bottom: 7px;
    position: relative;
}

.fc-wrap ul li span {
    display: block;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    max-width: 376px;
    margin: auto;
    position: relative;
}

.fc-wrap ul li span.fc-img-wrap::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.5);
}

.fc-wrap ul li:hover span.fc-img-wrap::before {
    background: rgba(2, 132, 130, 0.82);
}

.fc-wrap ul li span.fc-title-wrap {
    position: absolute;
    top: 0;
    left: 4px;
    width: 100%;
    height: 100%;
    font-size: 12px;
}

.fc-wrap ul li span.fc-title-wrap {
    position: absolute;
    top: 0;
    left: 3px;
    width: 100%;
    height: 100%;
    font-size: 24px;
    color: #fff;
    font-family: 'Lora', sans-serif;
    text-transform: uppercase;
}

.fc-wrap ul li span.fc-title-wrap::before {
    content: '';
    display: inline-block;
    height: 100%;
    width: 0px;
    vertical-align: middle;
} 

.fc-wrap ul li span.fc-title-wrap span {
    display: inline-block;
}


/*** CTA ***/
section#cta {
    text-align: center;    
    margin-top: -145px;
    position: relative;
    z-index: 1;
}

.cta-wrap {
    display: inline-block;
    height: 330px;
    width: 330px;
    background: transparent;
    border: 1px solid rgba(0, 0, 0, 0.10);
    border-radius: 50%;
    position: relative;
}

.cta-wrap::after,
.cta-wrap::before {
    content: '';
    position: absolute;
    top: 25px;
    bottom: 25px;
    left: 25px;
    right: 25px;
    background: url(images/cta-bg.jpg) center no-repeat;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -o-border-radius: 50%;
    border-radius: 50%;
}

.cta-wrap::after {
    background: url(images/cta-hover.jpg) center no-repeat;
    opacity: 0;
}

.cta-wrap:hover::after {
    opacity: 1;
}

.cta-title-wrap {
    position: absolute;
    top: 44px;
    bottom: 44px;
    left: 44px;
    right: 44px;
    z-index: 1;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -o-border-radius: 50%;
    border-radius: 50%;
    -webkit-background: rgba(2, 132, 130, 0.61);
    background: rgba(2, 132, 130, 0.61);
    -webkit-box-shadow: inset 0px 4px 13px 0px rgba(0, 0, 0, 0.37);
    box-shadow: inset 0px 4px 13px 0px rgba(0, 0, 0, 0.37);
}

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

.cta-title-wrap::after {
    content: '';
    position: absolute;
    top: -34px;
    bottom: -34px;
    left: -34px;
    right: -34px;
    background: rgba(0, 0, 0, 0.10);
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -o-border-radius: 50%;
    border-radius: 50%;
    z-index: -1;
}

.cta-wrap:hover .cta-title-wrap {
    -webkit-background: rgba(0, 0, 0, 0.61);
    background: rgba(0, 0, 0, 0.61);
}

.cta-title {
    font-size: 24px;
    color: #fff;
    display: inline-block;
    vertical-align: middle;
    font-family: 'Lora', sans-serif;
    text-transform: uppercase;
    letter-spacing: 2px;
}

.cta-title small {
    display: block;
    font-size: 18px;
    margin-bottom: 4px;
}

/*** Featured Properties ***/
section#fp {
    padding-top: 96px;
    padding-bottom: 66px;
    background: url(images/fp-bg.jpg) no-repeat;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    position: relative;
}
    
    section#fp .aios-all-widgets-ihomefinder-api-notice {
        padding-bottom: 180px;
        text-align: center;
    }

.fp-wrap {
    margin-top: 80px;
}

.fp-header h2::after {
  content: 'Properties';
}

.fp-slide button {
    position: absolute;
    z-index: 1;
    /*top: 26%;*/
    top: 0;
    bottom: 0;
    transform: translateY(-75px);
    margin: auto;
    height: 40px;
    width: 40px;
    font-size: 0px;
}

.fp-slide button.ai-font-arrow-b-p {
    left: 37px;
}

.fp-slide button.ai-font-arrow-b-n {
    right: 37px;
}

.fp-slide button::before {
    font-size: 15px;
    color: #fff;
    font-weight: 800;
    position: relative;
}

.fp-slide button::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 2px solid #fff;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

.fp-slide button.ai-font-arrow-b-p::before {
    left: -2px;
}

.fp-slide button.ai-font-arrow-b-n::before {
    right: -2px;
}

.fp-slide .fp-item:nth-child(odd) {
    margin-top: 20px;
}

.fp-placeholder {
    position: relative;
    height: 300px;
}

.fp-slide .fp-item:hover .img-wrapper {
    left: -99px;
    right: -99px;
    bottom: -109px;
}

.fp-item {
    position: relative;
}

.fp-item:hover {
    z-index: 1;
}

.fp-item .img-wrapper {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover !important;
}

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

.fp-item:hover .img-wrapper::before {
    opacity: 0;
}

.fp-details {
    position: absolute;
    bottom: -42%;
    left: 132%;
    width: 100%;
    z-index: -1;
    padding-left: 19px;
    font-size: 13px;
    display: none;
}

.fp-item a {
    color: #000;
}

.fp-item.slick-active:last-of-type .fp-details {
    right: 132%;
    left: initial;
}
.fp-price:before{
    /* content: '$'; */
}
.fp-price {
    font-size: 22px;
    color: #028482;
    font-family: 'Lora', sans-serif;
    font-weight: 700;
    margin-bottom: 11px;
}

.fp-add {
    margin-bottom: 10px;
}

.fp-item:hover .fp-details {
    z-index: 1;
    display: block;
}

.fp-slide .slick-list.draggable {
    /*padding-bottom: 180px;*/
    padding-bottom: 150px;
}

.fp-item.slick-slide.slick-active + .slick-active + .slick-active + .slick-active + .slick-active .fp-details {
    /*left: initial;
    right: 136%;*/
    left: -136%;
    text-align: right;
} 

/*** CTA 2 ***/
.cta2 {
    position: relative;
    z-index: 1;
}

/*.cta2 a {
    display: inline-block;
    position: relative;
    top: 0;
}*/

.cta2 a {
    display: block;
    width: 263px;
    height: 219px;
    margin: auto;
    position: relative;
    top: 0;
}

.cta2 .cta2-main-wrap:nth-child(1) a {
    background: url(images/cta2-1.jpg) no-repeat;
}

.cta2 .cta2-main-wrap:nth-child(2) a {
    background: url(images/cta2-2.jpg) no-repeat;
}

.cta2 .cta2-main-wrap:nth-child(3) a {
    background: url(images/cta2-3.jpg) no-repeat;
}

.cta2 .cta2-main-wrap:nth-child(4) a {
    background: url(images/cta2-4.jpg) no-repeat;
}

.cta2-title-wrap {
    position: absolute;
    left: 0;
    right: 0;
    margin: 0 auto;
    top: 42%;
    /*background: rgba(255,255,255,0.5);*/
    width: 90%;
    height:25%;
    text-align: center;
   /* background: #ffffff75;*/
    font-size: 21px;
    color: #181718;
    font-weight: 500;
}

.cta2-title-wrap::before {
    content: '';
    /*display: inline-block;*/
    display: none;
    width: 0px;
    height: 100%;
    vertical-align: middle;
}

.cta2-title-wrap span {
    display: inline-block;
    vertical-align: middle;
    background: rgba(255,255,255,0.5);
    color: #000;
    font-size: 18px;
/*    background: #000;
    color: #fff;
    font-family: 'Lora', sans-serif;
    font-size: 20px;
*/    width: 233px;
    padding: 16px 0px;
    text-transform: uppercase;
}

.cta2 a:hover {
    top: 29px;
}

/*** Blog ***/
section#blog {
    margin-top: 70px;
}

.blog-header {
    margin-bottom: 37px;
    text-align: center;
}

.blog-header h2::after {
    content: 'News Feed';
}

.fc-header h2 span, .fp-header h2 span .blog-header h2 span {
    position: relative;
    padding-bottom: 20px;
}

.fc-header h2 span::before, .fp-header h2 span::before, .blog-header h2 span::before {
    bottom: 0;
    top: auto;
}

.fc-header h2 span::after, .fp-header h2 span::after, 
.blog-header h2 span::after {
    margin: -2px auto;
}

.blog-item h3 {
    font-family: 'Lora', sans-serif;
    font-size: 20px;
    color: #171616;
    text-transform: uppercase;
    line-height: 1.18em;
    border-bottom: 2px solid #d9d9d9;
    padding-bottom: 18px;
    margin-bottom: 22px;
}

.blog-item p.blog-excerpt {
    font-size: 12px;
    color: #4e4e4e;
    line-height: 1.9em;
    font-weight: 400;
    min-height: 140px;
}

.blog-item a:nth-of-type(2) {
    display: inline-block;
    background: #028482;
    color: #fff;
    font-family: 'Lora', sans-serif;
    font-size: 12px;
    padding: 15px 17px;
    text-transform: uppercase;
}

.blog-item a:hover, .suam-wrap input[type="submit"]:hover,
#sidebar-suam input[type="submit"]:hover {
    background: #035f5d;
}

/*** Send Us A Message ***/
.suam-header h2 {
    margin-top: 68px;
}

.suam-wrap form, #sidebar-suam form {
    font-size: 0px;
    position: relative;
    margin-bottom: 30px;
}

.suam-wrap input, .suam-wrap textarea, 
#sidebar-suam form input, #sidebar-suam form textarea {
    font-size: 15px;
    color: #555555;
    font-weight: 300;
    font-style: italic;
    border: none;
    background: #eaeaea;
    height: 63px;
    padding: 0px 30px;
    vertical-align: top;
    resize: none;
}

.suam-wrap input, #sidebar-suam input {
    width: 23.5%;
    margin-right: 0.5%;
}

.suam-wrap textarea, #sidebar-suam textarea {
    width: 38%;
    padding-top: 24px;
}

.suam-wrap input[type="submit"], #sidebar-suam input[type="submit"] {
    margin-right: 0px;
    width: 14%;
    background: #028482;
    color: #fff;
    font-family: 'Lora', sans-serif;
    font-size: 15px;
    text-transform: uppercase;
    font-style: normal;
}

.suam-wrap .use-floating-validation-tip span.wpcf7-not-valid-tip,
#sidebar-suam .use-floating-validation-tip span.wpcf7-not-valid-tip,
.hp-popup .use-floating-validation-tip span.wpcf7-not-valid-tip {
    font-size: 12px;
}

.suam-wrap .wpcf7-response-output,
#sidebar-suam .wpcf7-response-output,
.hp-popup .wpcf7-response-output {
    font-size: 12px;
    text-align: center;
    margin: 0em 0em 1em;
    position: absolute;
    top: 100%;
    width: 100%;
}


/*** Testimonials ***/
section#testi {
    background: url(images/testi-bg.jpg) no-repeat;
    padding: 240px 0px 158px;
    color: #fff;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    position: relative;
}

.testi-wrap {
    position: relative;
    text-align: center;
}

.testi-wrap::before {
    content: '';
    position: absolute;
    left: -82px;
    top: -120px;
    width: 249px;
    height: 204px;
    background: url(images/apostrophe-icon.png) no-repeat;
    -webkit-background-size: 100% 100%;
    -moz-background-size: 100% 100%;
    -o-background-size: 100% 100%;
    background-size: 100% 100%;
}

.testi-wrap .col-md-3 {
    position: relative;
    overflow: hidden;
}

.testi-item {
    text-align: left;
}

#testi::before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(23, 22, 22, 0.85);
}

#testi::after {
    top: 0;
    bottom: initial;
    background: url(images/testi-paint-border.png) bottom no-repeat;
    padding-bottom: 4.9%;
}

.testi-item::after {
    content: '';
    width: 500px;
    height: 1px;
    border: 1px dashed rgba(255, 255, 255, 0.20);
    position: absolute;
    top: 170px;
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
    left: 41px;
}

.testi-wrap .col-md-3:last-of-type .testi-item::after {
    display: none;
}

.testi-excerpt {
    font-size: 16px;
    font-weight: 300;
    line-height: 1.6em;
    min-height: 290px;
}

.testi-excerpt::before, .testi-excerpt::after {
    content: '"';
}

.client-name {
    color: #009795;
    font-size: 16px;
    font-weight: 600;
}

.client-name::before {
    content: '- ';
}

.testi-wrap a {
    display: block;
    font-family: 'Playfair Display', sans-serif;
    color: #fff;
    font-size: 17.67px;
    border: 2px solid rgba(255, 255, 255, 0.5);
    clear: both;
    padding: 21px 0px;
    text-transform: uppercase;
    letter-spacing: 1px;
    max-width: 335px;
    margin: auto;
    position: relative;
    top: 70px;
}

.testi-wrap a:hover {
    background: #fff;
    border-color: #fff;
    color: #333;
}

/*** Footer ***/
footer {
    background: #121111;
    padding: 57px 0px;
    text-align: center;
}

.footer-logo, .footer-logo > div, .footer-logo > div > div,
footer ul li {
    display: inline-block;
}

.footer-logo .logo {
    padding-right: 34px;
    margin-right: 33px;
    border-right: 1px solid rgba(255, 255, 255, 0.06);
}

.fixheader-wrap .logo img, .footer-logo .logo img {
    max-width: 83px;
}

.footer-logo .logo span,
.fixheader-wrap .logo span {
    font-size: 26px;
    margin-left: 6px;
    letter-spacing: 7px;
    text-align: left;
}

.footer-logo .logo span small,
.fixheader-wrap .logo span small {
    font-size: 14px;
    letter-spacing: 4.2px;
    margin-left: 2px;
}

.footer-tagline {
    font-size: 41px;
    text-transform: uppercase;
    color: #028482;
    font-weight: 600;
    margin-top: 37px;
}

.footer-contacts .contact-wrap {
    text-align: center;
    display: inline-block;
    padding: 19px 18px;
    border: 1px solid rgba(255, 255, 255, 0.11);
    border-left-color: transparent;
    border-right-color: transparent;
    margin-top: 31px;
}

.footer-contacts .contact-info .phone {
    margin-left: 0px;
}

.footernav {
    margin-top: 38px;
}

.footernav li {
    margin: 0px 12px;
}

.footernav li a {
    font-size: 11px;
    text-transform: uppercase;
    color: #4d4d4d;
}

.footernav li a:hover, .copyright a:hover {
    color: #fff;
}

.copyright, .copyright a {
    font-size: 11px;
    color: #4d4d4d;
    margin-top: 10px;
}

.mls {
    color: #4d4d4d;
    font-size: 22px;
    margin-top: 10px;
}



/*******************************************************
 *
 * 5. IP Styles
 *
 *******************************************************/

.error404 #inner-page-wrapper {
    padding-top: 200px;
}

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

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

/* Adjust width of sidebar */
.sidebar{ width: 20.83%; position: relative;}

.sidebar::before {
    content: '';
    position: absolute;
    top: 0;
    left: -13px;
    height: 100%;
    background: #028482;
    width: 1px;
}

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

}

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

}

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

}

 #content .archive-subtitle  {
    font-family: 'Lora', sans-serif;
    text-transform: uppercase;
    font-size: 25px;
    letter-spacing: 2px;
    color: #121011;
    line-height: 1;
    font-weight: 300;
}
    #content .archive-subtitle a{
        color: #121011;
     }

    #content .archive-subtitle a:hover {
        opacity: 0.5;
    }

#content .entry-title, #content .archive-title  {
    font-family: 'Lora', sans-serif;
    text-transform: uppercase;
    font-size: 50px;
    letter-spacing: 2px;
    color: #121011;
    line-height: 1;
    font-weight: 400;
}

/*** Sidebar Quick Search ***/
#sidebar-suam .wpcf7-response-output {
    position: relative;
}

#sidebar-suam form {
    margin-bottom: 0px;
}

.sidebar #qs h2 {
    color: #333;
    text-align: center;
}

.sidebar #qs h2 span {
    margin-top: -9px;
}

.sidebar #qs form input {
    width: 100%;
    border: 1px solid #949494;
}

.sidebar #qs form input[type="submit"] {
    width: 100%;
    margin-left: 0px;
    margin-top: 6px;
    border: none;
    line-height: 3.1em;
}

.sidebar #qs form a {
    margin-left: 0px;
    width: 100%;
    margin-top: 3px;
}

.sidebar-logo {
    margin: 20px 0px;
    text-align: center;
}

.sidebar-logo .logo img {
    max-width: 80px;
}

.sidebar .logo span {
    color: #333;
    font-size: 28px;
    margin-left: 6px;
    letter-spacing: 6px;
}

.sidebar .logo span small {
    font-size: 19px;
    letter-spacing: 1.2px;
    margin-left: 1px;
    margin-top: -15px;
}

.sidebar .contact-wrap, .sidebar .contact-wrap a {
    text-align: center;
    color: #333;
    padding-top: 0px;
}

.sidebar .phone, .sidebar .email {
    margin-left: 0px;
}

.sidebar .smi {
    margin-left: 0px;
}

#sidebar-suam .suam-header h2 {
    margin-top: 0px;
    margin-bottom: 0px;
    padding-bottom: 0px;
}

.sidebar .suam-header h2 span {
    margin-top: -19px;
}

#sidebar-suam .suam-header {
    margin-bottom: 0px;
}

#sidebar-suam input {
    width: 100%;
    margin-right: 0px;
    margin-bottom: 5px;
}

#sidebar-suam textarea {
    width: 100%;
    padding-top: 18px !important;
    height: 150px !important;
    margin-bottom: 5px;
}

#sidebar-suam input[type="submit"] {
    width: 100%;
}

.sidebar .cta-wrap {
    height: 240px;
    width: 240px;
}

.sidebar .cta-title {
    font-size: 15px;
}

.sidebar .cta-title small {
    font-size: 16px;
    margin-bottom: 0px;
}

.sidebar .cta-title-wrap {
    text-align: center;
}

.ai-contact-wrap input[type="submit"]:hover, 
.ai-default-cf7wrap input[type="submit"]:hover, 
.error-forms input[type=submit]:hover {
    background: #028482 !important;
}

.ip-container .fc-wrap ul {
    margin-left: 0px !important;
}

.ip-container .fc-wrap ul li {
    padding-right: 5px;
}

#content .archive-more {
    color: #121011;
}

/*** PROPERTY SEARCH ***/
ul#ihf-search-location-tabs, ul#ihf-detail-extrainfotabs,
ul.chosen-results {
    margin-left: 0px !important;
    padding-left: 0px !important;
}

p#breadcrumbs a {
    color: #028482;
}

p#breadcrumbs a:hover {
    color: #004b4a;
}

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

.hp-popup img {
	max-width: 115px;
}

.img-thumb {
	width: 30%;
	float: left;
	margin-right: 20px;
}

.archive-content {
	clear: both;
}


.use-floating-validation-tip .wpcf7-not-valid-tip {
    position: absolute;
    top: 20%;
    left: 20%;
    font-size: 11px;
    padding: 0.2em 0.8em;
    width: auto; 
    letter-spacing: normal;
}

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

.suam-wrap .wpcf7-response-output, #sidebar-suam .wpcf7-response-output, .hp-popup .wpcf7-response-output {
    z-index: 9;
}

.logo .textwidget.custom-html-widget { 

    display: flex;
    align-items: center;

}


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