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

TABLE OF CONTENTS

1. Custom CSS
2. IP styles
3. MEDIA QUERIES ARE AUTOMATICALLY REMOVED FROM THIS FILE, they must be placed in style-media-queries.css
  
*/
/*******************************************************
 *
 * 1. Navigation
 *
 *******************************************************/
/* Sub Menu */
.aios-split-nav li {
  position: relative;
  display: block;
}

.use-floating-validation-tip .wpcf7-not-valid-tip {
    position: absolute;
    top: auto;
    bottom: -10px;
    width: 100%;
    font-size: 12px !important;
}

.aios-split-nav .sub-menu {
  list-style: none outside none;
  margin: 0;
  background: #fff;
  padding: 0;
  position: absolute;
  width: 100%;
  min-width: 220px;
  left: 50%;
  -webkit-transform: translate(-50%, 10px);
  transform: translate(-50%, 10px);
  opacity: 0;
  pointer-events: none;
  -webkit-transition: opacity 0.3s, visibility, 0.3s, -webkit-transform 0.3s;
  transition: opacity 0.3s, visibility, 0.3s, -webkit-transform 0.3s;
  transition: transform 0.3s, opacity 0.3s, visibility, 0.3s;
  transition: transform 0.3s, opacity 0.3s, visibility, 0.3s,
    -webkit-transform 0.3s;
  transition: transform 0.3s, opacity 0.3s, visibility, 0.3s,
    -webkit-transform 0.3s;
}

.aios-split-nav .sub-menu a {
  color: #3d3d3d;
  display: block;
  padding: 10px;
  font-size: 13px;
  text-transform: uppercase;
}

.aios-split-nav .sub-menu a:hover {
  background: none repeat scroll 0 0 #0d6cbf;
  color: #fff;
  text-decoration: none;
}

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

.aios-split-nav li:hover > .sub-menu {
  -webkit-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  pointer-events: initial;
  opacity: 1;
}

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

/*******************************************************
 *
 * 2. Custom CSS
 *
 *******************************************************/
/* Global */
body {
  font-family: "Poppins", Arial, Helvetica, Georgia, Sans-serif;
  font-size: 12px;
  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; */
}

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

/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}

body {
  line-height: 1;
}

ol,
ul {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
  content: "";
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

body {
  font-family: "Poppins", sans-serif;
}

p {
  font-size: 14px;
  letter-spacing: 0.02em;
  color: #686868;
  font-weight: 300;
  margin-bottom: 36px;
  line-height: 1.71;
}

a,
input[type="submit"],
.fixed-header,
button,
.fp,
.fp-default,
.fp-img,
.fp-info,
.view-details-btn,
.fp-img,
.foreclosures-wrap-outer,
input[type="submit"] {
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.text-blue {
  color: #0d6cbf;
}

*:focus {
  outline: none;
}

/*** Buttons ***/
.custom-btn a {
  display: inline-block;
  font-size: 14px;
  color: #282828;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  padding: 20px 64px;
  border: 1px solid #404040;
  position: relative;
}

.custom-btn a:before,
.custom-btn a:after {
  content: "";
  position: absolute;
  height: 1px;
  background: #fff;
  width: 60%;
  -webkit-transition: width 0.3s ease-in-out;
  transition: width 0.3s ease-in-out;
}

.custom-btn a:before {
  left: 0;
  top: -1px;
}

.custom-btn a:after {
  right: 0;
  bottom: -1px;
}

.custom-btn a:hover {
  background: #3d3d3d;
  color: #fff;
}

.custom-btn a:hover:before,
.custom-btn a:hover:after {
  width: 0;
}

/*** Header ***/
header.header,
.fixed-header {
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: 1010;
  padding: 40px 0;
  /* FF3.6-15 */
  /* Chrome10-25,Safari5.1-6 */
  background: -webkit-gradient(
    linear,
    left top,
    left bottom,
    from(rgba(0, 0, 0, 0.41)),
    to(rgba(0, 0, 0, 0))
  );
  background: linear-gradient(
    to bottom,
    rgba(0, 0, 0, 0.41) 0%,
    rgba(0, 0, 0, 0) 100%
  );
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#69000000', endColorstr='#00000000',GradientType=0 );
  /* IE6-9 */
}

header.header .navigation,
.fixed-header .navigation {
  text-align: center;
}

header.header .menu-primary-menu-container,
.fixed-header .menu-primary-menu-container {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
  padding: 0 20px;
}

header.header .menu-primary-menu-container .aios-split-nav,
.fixed-header .menu-primary-menu-container .aios-split-nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

header.header .menu-primary-menu-container .aios-split-nav > li,
.fixed-header .menu-primary-menu-container .aios-split-nav > li {
  padding: 0 20px;
}

header.header .menu-primary-menu-container .aios-split-nav > li > a,
.fixed-header .menu-primary-menu-container .aios-split-nav > li > a {
  display: inline-block;
  color: #fff;
  text-transform: uppercase;
  font-size: 14px;
  letter-spacing: 0.025em;
  padding: 17px 0;
}

header.header .menu-primary-menu-container .aios-split-nav > li > a:before,
.fixed-header .menu-primary-menu-container .aios-split-nav > li > a:before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 10px;
  height: 2px;
  background: #fff;
  -webkit-transform-origin: center;
  transform-origin: center;
  -webkit-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transition: opacity 0.3s, visibility, 0.3s, -webkit-transform 0.3s;
  transition: opacity 0.3s, visibility, 0.3s, -webkit-transform 0.3s;
  -webkit-transition: opacity 0.3s, visibility, 0.3s, -webkit-transform 0.3s;
  transition: transform 0.3s, opacity 0.3s, visibility, 0.3s;
  transition: transform 0.3s, opacity 0.3s, visibility, 0.3s,
    -webkit-transform 0.3s;
  transition: transform 0.3s, opacity 0.3s, visibility, 0.3s,
    -webkit-transform 0.3s;
}

header.header .menu-primary-menu-container .aios-split-nav > li > a:hover,
header.header .menu-primary-menu-container .aios-split-nav > li > a:focus,
.fixed-header .menu-primary-menu-container .aios-split-nav > li > a:hover,
.fixed-header .menu-primary-menu-container .aios-split-nav > li > a:focus {
  background: transparent;
}

header.header
  .menu-primary-menu-container
  .aios-split-nav
  > li:hover
  > a:before,
header.header
  .menu-primary-menu-container
  .aios-split-nav
  > li:focus
  > a:before,
.fixed-header
  .menu-primary-menu-container
  .aios-split-nav
  > li:hover
  > a:before,
.fixed-header
  .menu-primary-menu-container
  .aios-split-nav
  > li:focus
  > a:before {
  -webkit-transform: scaleX(1);
  transform: scaleX(1);
}

header.header
  .menu-primary-menu-container
  .aios-split-nav
  > li
  .sub-menu
  li:not(:first-of-type)
  > a,
.fixed-header
  .menu-primary-menu-container
  .aios-split-nav
  > li
  .sub-menu
  li:not(:first-of-type)
  > a {
  border-top: 1px solid #efefef;
}

header.header .menu-primary-menu-container .logo,
header.header .menu-primary-menu-container .fh-logo,
.fixed-header .menu-primary-menu-container .logo,
.fixed-header .menu-primary-menu-container .fh-logo {
  padding: 0 50px;
}

header.header .fair-housing,
.fixed-header .fair-housing {
  display: none;
  position: absolute;
  top: -12px;
  right: 40px;
}

header.header .law-notice,
.fixed-header .law-notice {
  display: none;
  position: absolute;
  top: -12px;
  left: 40px;
}

header.header .fair-housing a,
.fixed-header .fair-housing a,
header.header .law-notice a,
.fixed-header .law-notice a {
  color: #fff;
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: 0.025em;
}

header.header .fair-housing a:hover,
header.header .fair-housing a:focus,
.fixed-header .fair-housing a:hover,
.fixed-header .fair-housing a:focus {
  text-decoration: none;
  color: #0d6cbf;
}

.fixed-header {
  position: fixed;
  top: -100px;
  left: 0;
  right: 0;
  background: #fff;
  padding: 0;
  -webkit-box-shadow: 0px 1px 18px 4px rgba(0, 0, 0, 0.03);
  box-shadow: 0px 1px 18px 4px rgba(0, 0, 0, 0.03);
  pointer-events: none;
  opacity: 0;
  z-index: 1011;
}

.fixed-header .menu-primary-menu-container .aios-split-nav > li > a {
  color: #3d3d3d;
  padding: 33px 0;
}

.fixed-header .menu-primary-menu-container .aios-split-nav > li > a:before {
  background: #3d3d3d;
  bottom: 0;
}

.fixed-header.active {
  top: 0;
  pointer-events: initial;
  opacity: 1;
}

/*** Shadow ***/
.shadow1 {
  position: relative;
}

.shadow1:before {
  content: "";
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  height: 47px;
  background: url("images/shadow1.png") no-repeat;
  background-size: 100% 100%;
}

.shadow2 {
  position: relative;
}

.shadow2:before {
  content: "";
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  height: 57px;
  background: url("images/shadow2.png") no-repeat;
  background-size: 100% 100%;
}

/*** Title ***/
.title-wrap .section-title {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  position: relative;
  font-size: 14px;
  color: #5a5a5a;
  letter-spacing: 0.5em;
  text-transform: uppercase;
  font-family: "Montserrat", sans-serif;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 43px;
}

.title-wrap .section-title .secNo {
  margin-right: 18px;
}

.title-wrap h1,
.title-wrap h2 {
  font-family: "Playfair Display", serif;
  text-transform: uppercase;
  color: #3d3d3d;
  font-size: 55px;
  font-weight: 600;
}

.title-wrap h1 small,
.title-wrap h2 small {
  font-size: 24px;
  font-weight: 400;
  letter-spacing: 0.3em;
  color: #000;
  display: block;
  text-indent: 5px;
  margin-bottom: 25px;
}

.title-left .section-title:after {
  content: "";
  width: 37px;
  height: 3px;
  background: #0d6cbf;
  margin-left: 10px;
  position: relative;
}

.title-left .section-title:before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  left: calc(100% - 36px);
  width: 128px;
  height: 1px;
  background: #000;
}

.title-center {
  text-align: center;
}

.title-center .section-title:before,
.title-center .section-title:after {
  content: "";
  display: inline-block;
  width: 125px;
  height: 1px;
  background: #000;
  margin: 0 35px;
}

/*** Hero ***/
#hero {
  position: relative;
}

/*** Slideshow ***/
#slideshow {
  position: relative;
}

#slideshow .cycloneslider-slide.cycloneslider-slide-image:before,
#slideshow .aios-slider.aios-slider-template-default .aios-slider-splide .aios-slider-img:before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(0, 0, 0, 0.21);
  z-index: 1;
  pointer-events: none;

}

#slideshow .cycloneslider-caption,
#slideshow #aios-slider-homepage-slideshow .aios-slider-splide .aios-slider-tagline {
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background: transparent;
  opacity: 1;
  text-align: center;
}

#slideshow .cycloneslider-caption .cycloneslider-caption-title,
#slideshow .aios-slider.aios-slider-template-default .aios-slider-splide .aios-slider-tagline .aios-slider-tagline-title {
  font-family: "Montserrat", sans-serif;
  font-size: 60px;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

#slideshow .cycloneslider-caption .cycloneslider-caption-description,
#slideshow .aios-slider.aios-slider-template-default .aios-slider-splide .aios-slider-tagline .aios-slider-tagline-description {
  font-family: "Montserrat", sans-serif;
  font-size: 30px;
  letter-spacing: 0.1em;
  font-weight: 600;
  text-transform: uppercase;
}

#slideshow .cycloneslider-template-responsive .cycloneslider-pager span {
  margin: 0 5px;
  width: 85px;
  height: 6px;
  border-radius: 0;
  background: #fff;
  opacity: 0.3;
}

#slideshow
  .cycloneslider-template-responsive
  .cycloneslider-pager
  span.cycle-pager-active {
  opacity: 1;
}

#slideshow .cycloneslider-pager {
  display: none;
}

/*** Quick Search ***/
.quick-serach {
  background: rgba(255, 255, 255, 0.81);
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 22px 0;
}

.qs-wrap form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  margin-left: -3.5px;
  margin-right: -3.5px;
}

.qs-wrap form select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  width: 100%;
  font-family: "Montserrat", sans-serif;
  border: none;
  font-size: 13px;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  height: 51px;
  padding: 0 18px;
  position: relative;
  color: #929292;
  background: #fff url("images/dd-arrow.png") right 13px center no-repeat;
}

.qs-wrap form .input-holder,
.qs-wrap form .qs-btn {
  padding: 0 3.5px;
}

.qs-wrap form .qs-pt {
  width: calc(17.3% + 7px);
}

.qs-wrap form .qs-cz {
  width: calc(15.1% + 7px);
}

.qs-wrap form .qs-bb {
  width: calc(9.3% + 7px);
}

.qs-wrap form .qs-minmax {
  width: calc(12% + 7px);
}

.qs-wrap form .qs-btn {
  width: calc(25% + 7px);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.qs-wrap form .qs-btn input[type="submit"] {
  height: 51px;
  border: none;
  font-size: 0;
  width: 70px;
  min-width: 70px;
  background: #0d6cbf url("images/magnifying-glass.png") center center no-repeat;
  margin-right: 7px;
}

.qs-wrap form .qs-btn input[type="submit"]:hover,
.qs-wrap form .qs-btn input[type="submit"]:focus {
  background-color: #0b477b;
}

.qs-wrap form .qs-btn a.adv-btn {
  font-family: "Montserrat", sans-serif;
  background: #3d3d3d;
  height: 51px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  color: #fff;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-transform: uppercase;
  font-size: 14px;
  letter-spacing: 0.025em;
  width: 100%;
}

.qs-wrap form .qs-btn a.adv-btn:hover,
.qs-wrap form .qs-btn a.adv-btn:focus {
  background: #6a6767;
}

.qs-wrap .bootstrap-select.btn-group .dropdown-menu{
  top: 52px;
  bottom: auto;
}

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

.qs-wrap .bootstrap-select.btn-group .dropdown-toggle .filter-option{
  text-overflow: ellipsis;
}

/*** Welcome ***/
#welcome {
  padding-top: 178px;
  position: relative;
}

#welcome:before {
  content: "";
  position: absolute;
  top: 50px;
  left: 50px;
  right: 50px;
  height: 476px;
  background: fixed url("images/welcome-bg.jpg") center/cover no-repeat;
  opacity: 0.08;
}

#welcome > div {
  position: relative;
  z-index: 1;
}

#welcome .row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.welcome-text {
  margin-top: 54px;
  background: #fff;
  padding: 56px 55px 0 48px;
  position: relative;
  overflow: hidden;
  z-index: 1;
}

.welcome-text:before {
  content: "";
  position: absolute;
  background: url("images/logo-lg.png") bottom center no-repeat;
  background-size: 100% 100%;
  width: 46%;
  height: 48%;
  -webkit-filter: contrast(0);
  filter: contrast(0);
  bottom: -35px;
  right: 16px;
  opacity: 0.06;
}

.welcome-text h3 {
  font-family: "Playfair Display", serif;
  font-size: 18px;
  text-transform: uppercase;
  letter-spacing: 0.02em;
  margin-bottom: 25px;
}

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

.welcome-img {
  margin-top: -162px;
  margin-left: -85px;
}

.welcome-img-inner {
  overflow: hidden;
  border: 16px solid #fff;
}

/*** Team ***/
#team {
  padding: 195px 0 123px;
  position: relative;
}

#team:before {
  content: "";
  position: absolute;
  top: 30px;
  bottom: 0;
  left: 0;
  right: 0;
  background: url("images/team-bg.png") top left no-repeat;
  background-size: 100% 100%;
}

#team > {
  position: relative;
  z-index: 1;
}

.meet-the-team-text {
  margin-left: -23px;
  margin-top: 15px;
  position: relative;
}

.meet-the-team-text:before {
  content: "";
  position: absolute;
  height: 94px;
  width: 88px;
  background: #0d6cbf;
  bottom: calc(100% - 5px);
  right: calc(100% + 8px);
  opacity: 0.06;
}

.meet-the-team-text h2 {
  margin-bottom: 36px;
}

.meet-the-team-text p {
  padding-right: 29px;
}

.meet-the-team-text p:last-of-type {
  margin-bottom: 75px;
}

.meet-the-team-text .custom-btn a {
  padding: 23px 44px;
}

.team-slide-wrapper {
  position: relative;
  margin-top: -55px;
  margin-left: -55px;
  margin-right: -80px;
}

.team-slide-wrapper:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 295px;
  height: 350px;
  background: #0d6cbf;
}

.team-slide-wrapper .team-slider {
  z-index: 1;
  position: relative;
}

.team-slide-wrapper .team-slider:before {
  content: "";
  position: absolute;
  top: 55px;
  left: 55px;
  background: #fff;
  width: 300px;
  height: 300px;
}

.team-slide-wrapper .team-slider .slick-slide {
  padding: 55px 80px 44px 55px;
  background: transparent;
  position: relative;
}

.team-slide-wrapper .team-slider .slick-slide > div {
  background: #fff;
  position: relative;
  padding: 44px 0 20px 38px;
}

.team {
  padding: 2px;
  width: 16.66%;
  position: relative;
}

.team-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.team-img {
  position: relative;
  height: 0;
  overflow: hidden;
  padding-top: 115%;
}

.team-img img {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -mox-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  height: 100%;
}

.team-info {
  position: absolute;
  opacity: 0;
  z-index: 1;
  background: #3d3d3d;
  padding: 25px 25px 22px;
  text-align: center;
  color: #fff;
  min-width: 185px;
  pointer-events: none;
  opacity: 0;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  left: 50%;
  top: 50%;
}

.team-info.active {
  pointer-events: initial;
  opacity: 1;
}

.team-name {
  font-size: 17px;
  text-transform: uppercase;
  letter-spacing: 0.04em;
  font-weight: 700;
  margin-bottom: 6px;
}

.team-name a {
  color: #fff;
}

.team-name a:hover,
.team-name a:focus {
  text-decoration: none;
}

.team-position {
  font-size: 11px;
  letter-spacing: 0.04em;
  margin-bottom: 16px;
}

.team-contacts {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-size: 0;
}

.team-contacts em {
  font-size: 12px;
}

.team-contacts em a {
  font-size: 0;
}

.team-contacts .separator {
  display: inline-block;
  width: 1px;
  height: 25px;
  background: #fff;
  opacity: 0.1;
  margin: 0 20px;
}

.team-nav ul li {
  display: inline-block;
}

.team-nav ul li button {
  border: none;
  font-size: 0;
  width: 25px;
  height: 3px;
  background: #dbdbdb;
}

.team-nav ul li button:focus {
  outline: none;
}

.team-nav ul .slick-active button {
  background: #0d6cbf;
}

.team-nav-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding-right: 80px;
}

.team-pagination-top {
  max-width: 30px;
  margin-bottom: -3px;
}

.team-pagination-top span {
  font-size: 12px;
  color: #656565;
  font-weight: 300;
}

.team-pagination-bottom {
  float: right;
  margin-top: 3px;
}

.team-pagination-bottom span {
  font-size: 12px;
  color: #656565;
  font-weight: 300;
}

.team-arrows button {
  height: 62px;
  width: 70px;
  background: #fff;
  font-size: 0;
  border: 1px solid #cdcdcd;
}

.team-arrows button:focus {
  outline: none;
}

.team-arrows button:before {
  content: "";
  width: 10px;
  height: 10px;
  background: url("images/sprite.png") no-repeat;
  display: inline-block;
}

.team-arrows button:hover {
  background: #cdcdcd;
}

.team-arrows button.teamNext {
  margin-left: 9px;
}

.team-arrows button.teamNext:before {
  background-position: -110px -18px;
}

.team-arrows button.teamPrev:before {
  background-position: -110px -8px;
}

/*** Testimonials ***/
#testimonials {
  position: relative;
  margin-top: 59px;
}

#testimonials:before {
  content: "";
  position: absolute;
  bottom: calc(100% + 6px);
  right: 0;
  height: 86px;
  width: 364px;
  background: url("images/testi-accent-top.png") no-repeat;
  opacity: 0.57;
}

#testimonials:after {
  content: "";
  position: absolute;
  top: 100%;
  left: 0;
  height: 86px;
  width: 360px;
  background: url("images/testi-accent-bottom.png") no-repeat;
  opacity: 0.57;
}

.testi-inner-wrap {
  padding: 100px 0 142px;
  position: relative;
}

.testi-inner-wrap:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: fixed url("images/testi-bg.jpg") center/cover no-repeat;
  opacity: 0.08;
}

.testi-inner-wrap > div {
  position: relative;
  z-index: 1;
}

.testi-wrap {
  position: relative;
  margin-top: 66px;
}

.testi-wrap .testi-arrows button {
  font-size: 0;
  height: 119px;
  width: 66px;
  background: #0d6cbf;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  border: none;
}

.testi-wrap .testi-arrows button i {
  font-size: 43px;
  color: #fff;
}

.testi-wrap .testi-arrows button:hover,
.testi-wrap .testi-arrows button:focus {
  background: #3d3d3d;
}

.testi-wrap .testi-arrows .testiPrev {
  left: 0;
}

.testi-wrap .testi-arrows .testiNext {
  right: 0;
}

.testi-slider-wrap {
  border: 1px solid rgba(0, 0, 0, 0.18);
  border-bottom: none;
  text-align: center;
  padding: 30px 113px 52px;
  position: relative;
}

.quote-icon {
  display: inline-block;
  width: 32px;
  height: 26px;
  background: url("images/sprite.png") -3px 0 no-repeat;
}

.testi-slider {
  margin-top: 30px;
}

.testi p {
  line-height: 2;
  margin-bottom: 14px;
}

.testi .client-name {
  display: inline-block;
  font-size: 18px;
  font-weight: 400;
}

.testi .client-name:before {
  content: "- ";
}

.testi-link {
  position: absolute;
  bottom: -26px;
  left: -1px;
  right: -1px;
}

.testi-link a {
  display: inline-block;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  padding: 18px 43px;
  border: 1px solid #000;
  margin: auto;
  max-height: 54px;
}

.testi-link a:hover,
.testi-link a:focus {
  color: #fff;
  background: #0d6cbf;
  border-color: #0d6cbf;
}

.testi-link .testi-border-left,
.testi-link .testi-border-right {
  display: inline-block;
  height: 1px;
  background: rgba(0, 0, 0, 0.18);
  vertical-align: middle;
}

/*** Featured Properties ***/
#fp {
  margin-top: 195px;
}

.fp-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.fp-slider-wrap {
  position: relative;
  margin-top: 24px;
}

.fp-slider-wrap .fpBtn .fp {
  opacity: 0.48;
}

.fp-slider-wrap .fpBtn .fp a {
  -webkit-transform: scaleY(0.8);
  transform: scaleY(0.8);
}

.fp-slider-wrap .fpBtn .fp-default {
  opacity: 0;
}

.fp {
  padding: 107px 6px;
  font-size: 0;
}

.fp a {
  position: relative;
  display: block;
}

.fp a:before {
  content: "";
  position: absolute;
  bottom: -25px;
  left: 0;
  right: 0;
  height: 77px;
  background: url("images/shadow3.png") center center no-repeat;
  background-size: 100%;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  opacity: 0;
}

.fp a:hover:before {
  opacity: 1;
}

.fp a:hover .fp-default {
  opacity: 0;
}

.fp a:hover .fp-info {
  opacity: 1;
}

.fp a:hover .fp-img {
  -webkit-transform: translateY(-77px);
  transform: translateY(-77px);
}

.fp a .fp-default {
  opacity: 1;
}

.fp-img {
  position: relative;
}

.fp-img canvas {
  width: 100%;
  background-size: cover !important;
}

.fp-img .fp-default {
  z-index: 1;
  position: relative;
  opacity: 0;
}

.fp-img .fp-hover {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  -webkit-filter: grayscale(1);
  filter: grayscale(1);
}

.fp-info {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(60, 60, 60, 0.67);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  color: #fff;
  padding: 15px;
  opacity: 0;
  z-index: 2;
}

.fp-price {
  font-family: "Playfair Display", serif;
  font-size: 31px;
  font-weight: 700;
  letter-spacing: 0.05em;
  margin-bottom: 16px;
}

.fp-location {
  font-size: 16.5px;
  font-weight: 500;
  text-transform: uppercase;
  margin-bottom: 41px;
}

.view-details-btn {
  display: inline-block;
  font-size: 12.43px;
  font-weight: 500;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  border: 1px solid #fff;
  padding: 18px 42px;
}

.view-details-btn:hover {
  background: #0d6cbf;
  border-color: #0d6cbf;
}

.fp-arrows button {
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  z-index: 1;
  border: none;
  background: transparent;
  color: #4e4e4e;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-transform: scaleY(0.8);
  transform: scaleY(0.8);
}

.fp-arrows button i {
  font-size: 42px;
  margin-bottom: 21px;
}

.fp-arrows .fpPrev {
  left: 0;
}

.fp-arrows .fpNext {
  right: 0;
}

.fp-slider.fp-below-5 .slick-track{
  transform: translate3d(0,0,0) !important;
}

/*** Foreclosures ***/
#foreclosures {
  margin-bottom: 130px;
}

#foreclosures .title-wrap {
  margin-bottom: 87px;
}

.foreclosures-link {
  display: block;
  position: relative;
}

.foreclosures-link:before {
  content: "";
  position: absolute;
  bottom: -45px;
  left: 0;
  right: 0;
  background: url("images/shadow2.png") top center no-repeat;
  background-size: 100% 100%;
  height: 82px;
}

.foreclosures-link:hover:before {
  opacity: 0.27;
}

.foreclosures-link:hover .foreclosures-wrap-outer {
  color: #fff;
  -webkit-transform: translateY(-40px);
  transform: translateY(-40px);
}

.foreclosures-link:hover .foreclosures-wrap-outer:before {
  opacity: 0;
}

.foreclosures-link:hover .foreclosures-wrap-inner:before {
  opacity: 0;
}

.foreclosures-link:hover .foreclosures-wrap-inner:after {
  opacity: 1;
}

.foreclosures-wrap-inner {
  position: relative;
  z-index: 1;
  padding: 50px 30px;
}

.foreclosures-wrap-inner:before {
  content: "";
  position: absolute;
  bottom: 1px;
  right: -1px;
  width: 75px;
  height: 60px;
  background: url("images/logo-sm.png") top left no-repeat;
  opacity: 0.07;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.foreclosures-wrap-inner:after {
  content: "";
  position: absolute;
  bottom: -3px;
  right: 3px;
  width: 75px;
  height: 60px;
  background: url("images/logo-sm.png") top right no-repeat;
  opacity: 0;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.foreclosures-wrap-outer {
  display: block;
  text-align: center;
  font-family: "Playfair Display", serif;
  font-size: 24px;
  font-weight: 500;
  letter-spacing: 0.02em;
  text-transform: uppercase;
  color: #3d3d3d;
  background: url("images/foreclosure-btn.jpg") center center no-repeat;
  background-size: cover;
  position: relative;
}

.foreclosures-wrap-outer:before {
  content: "";
  position: absolute;
  top: 3px;
  bottom: 3px;
  left: 3px;
  right: 3px;
  background: #fff;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

/*** CTA - Contact Us ***/
#cta-contact {
  background: #0f72c3;
  text-align: center;
  padding-top: 100px;
}

.cta {
  position: relative;
  z-index: 1;
}

.cta-row {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-left: -17.5px;
  margin-right: -17px;
  max-width: 1285px;
  width: 100%;
}

.cta-row .cta-wrap {
  margin: 0 17.25px;
  width: 33.33%;
  text-align: center;
}

.cta-row .cta1 a {
  background: url("images/cta1.jpg") center center no-repeat;
}

.cta-row .cta1 a:after {
  background: url("images/cta1.jpg") center center no-repeat;
}

.cta-row .cta2 {
  -webkit-transform: translateY(125px);
  transform: translateY(125px);
}

.cta-row .cta2 a {
  background: url("images/cta2.jpg") center center no-repeat;
}

.cta-row .cta2 a:after {
  background: url("images/cta2.jpg") center center no-repeat;
}

.cta-row .cta3 a {
  background: url("images/cta3.jpg") center center no-repeat;
}

.cta-row .cta3 a:after {
  background: url("images/cta3.jpg") center center no-repeat;
}

.cta-row a {
  display: block;
  position: relative;
  color: #fff;
  background-size: cover !important;
}

.cta-row a:before {
  content: "";
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  background: url("images/shadow4.png") top center no-repeat;
  background-size: 100%;
  height: 82px;
}

.cta-row a:after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-size: cover !important;
  -webkit-filter: grayscale(1);
  filter: grayscale(1);
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  opacity: 0;
}

.cta-row a:hover:after {
  opacity: 1;
}

.cta-row a:hover .cta-link-inner:after {
  opacity: 1;
}

.cta-row a .cta-link-inner {
  padding: 111px 15px;
  position: relative;
  z-index: 1;
}

.cta-row a .cta-link-inner > div {
  position: relative;
  z-index: 1;
}

.cta-row a .cta-link-inner:before {
  content: "";
  position: absolute;
  top: 20px;
  left: 15px;
  right: 15px;
  bottom: 20px;
  background: #0d6cbf;
  opacity: 0.57;
}

.cta-row a .cta-link-inner:after {
  content: "";
  position: absolute;
  right: 29px;
  height: 100px;
  width: 125px;
  bottom: 20px;
  background: url("images/logo-lg.png") no-repeat;
  background-size: 100%;
  opacity: 0.29;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.cta-row a .cta-title {
  font-family: "Playfair Display", serif;
  font-size: 25px;
  text-transform: uppercase;
  margin-bottom: 14px;
  font-weight: 700;
}

.cta-row a .cta-sub-title {
  font-family: "Montserrat", sans-serif;
  font-size: 15.78px;
}

.contact-us {
  margin-top: 140px;
  padding-top: 94px;
  padding-bottom: 63px;
  position: relative;
  background: #0d6cbf;
}

.contact-us:before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: url("images/sc-bg.jpg") no-repeat;
  background-size: cover;
  opacity: 0.15;
}

.contact-us:after {
  content: "";
  position: absolute;
  bottom: 0;
  right: 0;
  background: url("images/logo-lg.png") no-repeat;
  background-size: 100% 100%;
  opacity: 0.1;
  height: 363px;
  width: 442px;
}

.contact-us h2 {
  text-align: center;
  font-size: 55px;
  color: #fff;
  font-family: "Playfair Display", serif;
  text-transform: uppercase;
  letter-spacing: 0.02em;
  margin-bottom: 45px;
}

.contact-us .cu-form form {
  position: relative;
  z-index: 1;
}

.contact-us .cu-form form .ajax-loader {
  position: absolute;
  top: 100%;
  right: 0;
}

.contact-us .cu-form form .wpcf7-response-output {
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  margin: 10px 0 !important;
  color: #fff;
  font-size: 15px;
}

.contact-us .cu-form form span.wpcf7-form-control-wrap {
  display: block;
}

.contact-us .cu-form form .wpcf7-not-valid-tip {
  position: absolute;
  top: 10px;
  padding: 0.2em 5px;
  width: inherit;
  font-size: 12px;
}

.contact-us .cu-form .input-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-left: -9.5px;
  margin-right: -9.5px;
}

.contact-us .cu-form .input-row > div {
  width: 50%;
  margin: 0 9.5px;
}

.contact-us .cu-form .input-control {
  margin-bottom: 13px;
  position: relative;
}

.contact-us .cu-form input:not([type="submit"]),
.contact-us .cu-form textarea {
  width: 100%;
  background: transparent;
  border: none;
  border-bottom: 1px solid #fff;
  color: #fff;
  height: 56px;
  padding: 0;
  font-size: 15px;
  letter-spacing: 0.02em;
  line-height: 1.9;
}

.contact-us .cu-form textarea {
  resize: none;
  height: 99px;
  padding-top: 15px;
  padding-right: 40px;
  margin-top: 15px;
}

.contact-us .cu-form input[type="submit"] {
  position: absolute;
  right: 5px;
  bottom: 19px;
  height: 30px;
  width: 35px;
  font-size: 0;
  border: none;
  background: url("images/sprite.png") -38px 1px no-repeat;
}

.contact-us .cu-form input[type="submit"]:hover,
.contact-us .cu-form input[type="submit"]:focus {
  opacity: 0.7;
}

/*** Footer ***/
footer.footer {
  text-align: center;
  background: #3d3d3d;
  padding: 50px 0 44px;
}

footer.footer .company-add {
  margin-top: 21px;
}

footer.footer .company-add p {
  margin-bottom: 0;
  color: #fff;
  font-family: "Montserrat", sans-serif;
  letter-spacing: 0.05em;
  line-height: 1.5em;
}

footer.footer .company-add p em {
  font-size: 12px;
  font-style: italic;
}

.footer-smi ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-top: 37px;
}

.footer-smi ul a {
  font-size: 0;
  height: 32px;
  width: 32px;
  border: 1px solid #fff;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  border-radius: 50%;
  margin: 0 6.5px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.footer-smi ul a i {
  font-size: 15px;
  color: #fff;
}

.footer-smi ul a:hover {
  background: #0d6cbf;
  border-color: #0d6cbf;
}

.footer-contacts {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-top: 38px;
  font-family: "Montserrat", sans-serif;
}

.footer-contacts > div {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  margin: 0 15px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.footer-contacts i {
  font-size: 12px;
  margin-right: 12px;
  color: #fff;
}

.footer-contacts a,
.footer-contacts em {
  color: #fff;
  font-size: 15px;
  letter-spacing: 0.05em;
}

.footer-contacts a:hover,
.footer-contacts em:hover {
  color: #0d6cbf;
}

.footernav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 55px;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.footernav li {
  margin: 0 7px;
}

.footernav li a {
  color: #fff;
  font-size: 13px;
  letter-spacing: 0.025em;
  font-family: "Montserrat", sans-serif;
  text-transform: uppercase;
}

.footernav li a:hover {
  color: #0d6cbf;
}

.copyright {
  margin-top: 35px;
  border-top: 1px solid rgba(255, 255, 255, 0.18);
  padding-top: 27px;
  font-size: 13px;
  text-align: left;
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.copyright a:hover {
  color: #0d6cbf;
}

.footer-icons {
  text-align: right;
}

.footer-icons span {
  display: inline-block;
}

.footer-icons span:not(:first-of-type) {
  margin-left: 9px;
}

.footer-icons i {
  font-size: 19px;
}

/*******************************************************
 *
 * 3. IP Styles
 *
 *******************************************************/
.ip-banner {
  position: relative;
  width: 100%;
}

.ip-banner::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
  background: rgba(0, 0, 0, 0.6);
}

.ip-banner canvas {
  display: block;
  position: relative;
  z-index: 0;
  width: 100%;
  min-height: 250px;
  background-color: #f9f7f7;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}

.ip-banner .container {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  z-index: 2;
}

.ip-banner h1 {
  font-weight: 700;
  font-size: 32px;
  text-align: center;
  color: #fff;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  line-height: 1.7;
}

.ip-banner h1 span {
  display: block;
  font-size: 24px;
  font-weight: 400;
  text-transform: none;
  letter-spacing: 0.01em;
}

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

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

#content-full #content {
  width: 100%;
}

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

/* fullwidth template */
.page-template-template-fullwidth #content {
  padding-left: 15px;
  padding-right: 15px;
}

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

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

/* Style .entry-title(post/page) and .archive-title(category/archive/etc) main headings (h1) */
#content .entry-title,
#content .archive-title,
.aios-welcome .aios-welcome-text .aios-title-a {
  font-family: "Playfair Display", serif;
  text-transform: uppercase;
  color: #3d3d3d;
  font-size: 40px;
  font-weight: 600;
  text-align: center;
}

.aios-welcome .aios-welcome-text .aios-title-a {
  text-align: left;
}

/* Styles for category/archive/search/etc subheadings (h2) */
#content .archive-subtitle {
  font-family: "Playfair Display", serif;
  text-transform: uppercase;
  color: #3d3d3d;
  font-size: 55px;
  font-weight: 600;
  font-size: 24px;
}

.wpcf7 form .wpcf7-response-output{
  text-align: center;
    margin: 1em 0.5em 0em;
}

.page-id-36 .aios-contact-map{
    margin-top: 75px;
}

.page-id-36 .aios-contact-form textarea{

    padding-top: 10px;
    height: 70px;
    
}

.page-id-36 .aios-contact-form input[type="submit"]{

    margin: 26px auto 0;
}

.ip-container footer.footer {
  margin-top: 30px;
}
button.btn.dropdown-toggle.btn-default {
    webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    width: 100%;
    font-family: "Montserrat", sans-serif;
    border: none;
    font-size: 13px;
    letter-spacing: 0.05em;
    text-transform: uppercase;
    height: 51px;
    padding: 0 18px;
    position: relative;
    color: #929292;
    background: #fff url(images/dd-arrow.png) right 13px center no-repeat;
}

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

#content .entry-thumbnail img {
    display: block;
    margin: 0 auto;
    width: 100%;
}
/** End of Single Default Layout (Post Content) */

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

#content .archive-list:before,
#content .archive-list:after {
    display: none;
}

#content .archive-list > article {
    float: none;
}

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

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

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

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

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

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

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

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

#content .archive-more {
    font-style: normal;
    text-decoration: none;
}
/** End of Archive Default Layout (Archive Page) */

/** Button */
.global-button {
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    border: 1px solid #c1c1c1;
    width: 283px;
    max-width: 100%;
    height: 59px;
    font-size: 14px;
    font-weight: 400;
    line-height: 1;
    letter-spacing: 1.61px;
    text-transform: uppercase;
    text-align: center;
    text-decoration: none;
    color: #676767;
    background: transparent;
    -webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}

.global-button:hover {
    background: #000 !important;
    border-color: #000 !important;
    color: #fff !important;
}
/** End of Button */
/* MEDIA QUERIES ARE AUTOMATICALLY REMOVED FROM THIS FILE, they must be placed in style-media-queries.css */

.agent-holder .agent-contacts {
  width: 80%;
}

.agent-holder .attachment-agent-image {
  width: 20%;
}

.ip-iframe-wrapper {
  position: relative;
  z-index: 1;
  max-width: 640px;
  margin: 0 auto 30px;
  overflow: auto;
}

  .ip-iframe-wrapper > iframe {
    max-width: initial !important;
  }

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

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

.aios-agents-pagination .page-numbers.current{
  color: #0d6cbf;
}