/*
Theme Name: Baker Realty Theme
Theme URI: http://aios3-staging.agentimage.com/b/bakerrealtytx.com/htdocs
Description: Baker Realty Theme.
Author: AgentImage
Author URI: http://www.agentimage.com
Version: 1.0
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. AIOS Starter Pack Navigation CSS
2. AIOS Starter Custom CSS
3. AIOS Starter IP Styles
4. Backer Realty CSS
5. 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
 *
 *******************************************************/

/* Global */

body {
  font-family: Arial, Helvetica, Georgia, Sans-serif;
  font-size: 12px;
  background: #fff;
  color: #000000;
  margin: 0;
}

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

/* Adjust minimum height of page area */

#content-sidebar,
#content-full {
  min-height: 500px;
  margin-top: 20px;
}

/** Adjust width of content columns **/

#content-sidebar #content {
  width: 77.08%;
}

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

/* Adjust width of sidebar */

.sidebar {
  width: 20.83%;
}

/* Adjust line height of page elements */

#content h4,
aside h4,
#content p,
aside p,
#content blockquote,
aside blockquote,
#content ul,
aside ul,
#content fieldset,
aside fieldset,
#content form,
aside form,
#content ol,
aside ol,
#content dl,
aside dl,
#content dir,
aside dir,
#content menu,
aside menu {
  line-height: 1.7;
}

/* Style post/page main headings (h1) */

#content .entry-title {
  font: 700 24px/30px "Lato", sans-serif;
  text-transform: uppercase;
  color: #131b6e;
  letter-spacing: 1px;
}

/* Style category/archive/etc main headings (h1) */

#content .archive-title {
  font: 700 24px/30px "Lato", sans-serif;
  text-transform: uppercase;
  color: #131b6e;
  letter-spacing: 1px;
}

#content .entry {
  font: 400 14px/20px "Lato", sans-serif;
}

#content a {
  color: #131b6e;
  text-decoration: underline;
}

#content a:hover {
  color: #10165c;
}

#inner-page-wrapper {
  padding-bottom: 20px;
}

/*******************************************************
 *
 * 4. Backer Realty CSS (Theme Styles)
 *
 *******************************************************/

body {
  font: 400 14px/20px "Lato", sans-serif;
  background: #fdfdfd url(images/website-background.png);
  background-size: cover;
}

body.ip-container .aios-header .bottom-header #nav li .sub-menu {
  background: #05147c;
  border-top: 1px solid #202f96;
}

body.ip-container .aios-header .bottom-header #nav li .sub-menu li {
  border-bottom: 1px solid #202f96;
}

body.ip-container .aios-header .bottom-header #nav li .sub-menu li:hover {
  background: #041063;
}

body.ip-container .aios-header .bottom-header #nav li .sub-menu li a {
  color: #fff;
}

.aios-header {
  position: relative;
  z-index: 1000;
}

.aios-header .top-header {
  background: #fff url(images/header/background.png) no-repeat;
  background-size: cover;
  min-height: 197px;
}

.aios-header .top-header .login-container {
  padding: 10px 0;
  text-align: right;
}

.aios-header .top-header .login-container a {
  font: 400 10px/16px "Arial", sans-serif;
  text-transform: uppercase;
  color: #333333;
  padding-left: 5px;
  text-decoration: none;
  letter-spacing: 1px;
}

.aios-header .top-header .login-container a span {
  padding-right: 2px;
  color: #101f31;
}

.aios-header .top-header .floating-right-container {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  height: 160px;
}

.aios-header .top-header .floating-right-container .header-logo {
  width: 100%;
  text-align: center;
  padding-bottom: 10px;
}

.aios-header .top-header .floating-right-container .header-logo a img {
  max-width: 100%;
}

.aios-header .top-header .floating-right-container .translate-weather-wrap {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 15px;
}

.aios-header
  .top-header
  .floating-right-container
  .translate-weather-wrap
  .google-translator
  select {
  font: 400 10px/16px "Arial", sans-serif;
  text-transform: uppercase;
  border: 1px solid #063f6c !important;
  color: #101f31;
  padding: 5px 10px !important;
  outline: none;
  width: 164px !important;
  letter-spacing: 0.6px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: #fff url("images/header/google-translate-bg.png") no-repeat;
  background-position: center right 10px;
  background-size: 13px 12px;
}

.aios-header
  .top-header
  .floating-right-container
  .translate-weather-wrap
  .google-translator
  select::-ms-expand {
  display: none;
}

.aios-header .bottom-header #nav {
  background: transparent;
  text-align: center;
}

.aios-header .bottom-header #nav li {
  -webkit-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}

.aios-header .bottom-header #nav li:hover {
  background: #05147c;
}

.aios-header .bottom-header #nav li:hover > a {
  color: #fff;
}

.aios-header .bottom-header #nav li a {
  background: transparent !important;
  font-weight: 700;
  text-transform: uppercase;
  color: #063f6c;
  padding: 10px 12px;
  -webkit-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}

.aios-header .bottom-header #nav li .sub-menu {
  background: rgba(255, 255, 255, 0.82);
  border-radius: 0 0 15px 15px;
}

.aios-header .bottom-header #nav li .sub-menu li {
  border-bottom: 1px solid rgba(24, 38, 50, 0.82);
}

.aios-header .bottom-header #nav li .sub-menu li:nth-last-of-type(1) {
  border: none;
  border-radius: 0 0 15px 15px;
}

.aios-header .bottom-header #nav li .sub-menu li a {
  -webkit-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}

.aios-header .bottom-header #nav li .sub-menu li a:hover {
  background: rgba(5, 20, 124, 0.82);
}

.aios-footer {
  font: 600 10px/16px "Arial", sans-serif;
  text-transform: uppercase;
  color: #2c2c2c;
  text-align: center;
  padding: 25px 0;
}

.aios-footer .redfox-logo {
  max-width: 100%;
  margin-bottom: 15px;
}

.aios-footer .redfox-text {
  font: 400 20px/26px "Arial", sans-serif;
  color: #e21837;
  text-transform: initial;
  margin-bottom: 10px;
}

.aios-footer .footer-nav ul li {
  display: inline-block;
  padding: 0 5px;
  border-left: 1px solid #2c2c2c;
  line-height: 10px;
}

.aios-footer .footer-nav ul li:nth-of-type(1) {
  border-left: none;
}

.aios-footer .footer-nav ul li a {
  color: inherit;
  line-height: 1px;
  text-decoration: none;
  -webkit-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}

.aios-footer .footer-nav ul li a:hover {
  color: #05147c;
}

.aios-footer .aios-copyright .sitemap,
.aios-footer .aios-copyright .agentimage {
  color: inherit;
  text-decoration: none;
  -webkit-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}

.aios-footer .aios-copyright .sitemap:hover,
.aios-footer .aios-copyright .agentimage:hover {
  color: #05147c;
}

.aios-footer .custom-links {
  margin-top: 10px;
}

.aios-footer .custom-links a {
  color: inherit;
  text-decoration: none;
  -webkit-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}

.aios-footer .custom-links a:hover {
  color: #05147c;
}

.aios-footer .mls-logo {
  max-width: 100%;
  margin-top: 15px;
}

.hp-slideshow {
  position: relative;
  z-index: 1;
}

.hp-slideshow .cycle-slideshow {
  height: 100% !important;
}

.hp-slideshow .cycloneslider-pager {
  bottom: 22px !important;
}

.hp-slideshow .cycloneslider-pager span {
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
  background: transparent !important;
  border: 1px solid #fff;
  position: relative;
}

.hp-slideshow .cycloneslider-pager span.cycle-pager-active:after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: #fff;
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
  -webkit-transform: translate3d(-50%, -50%, 0);
  transform: translate3d(-50%, -50%, 0);
}

.hp-search {
  position: absolute;
  left: 0;
  right: 0;
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
  -webkit-transform: translate3d(0, -200%, 0);
  transform: translate3d(0, -200%, 0);
  z-index: 1;
}

.hp-search .search-wrap {
  width: 328px;
  max-width: 90%;
  height: 134px;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
  z-index: 1;
  background: rgba(6, 23, 125, 0.8);
  padding: 20px;
  border-top-left-radius: 48px;
  text-align: right;
}

.hp-search .search-wrap:after {
  content: "";
  position: absolute;
  z-index: -1;
  top: 10px;
  right: 0;
  bottom: 0;
  left: 10px;
  width: calc(100% - 20px);
  height: calc(100% - 20px);
  background: #06177d;
  border: 1px solid #fff;
  border-top-left-radius: 38px;
}

.hp-search .search-wrap .search-image {
  position: absolute;
  left: -1px;
  top: -1px;
}

.hp-search .search-wrap .search-title {
  font: 700 16.23px/22.23px "Lato", sans-serif;
  text-transform: uppercase;
  color: #fff;
  text-align: left;
}

.hp-search .search-wrap .search-title span {
  display: block;
  font-size: 32.47px;
}

.hp-search .search-wrap .click-here {
  display: inline-block;
  font: 400 12px/18px "Actor", sans-serif;
  text-transform: uppercase;
  color: #fff;
  text-align: right;
  margin-top: 10px;
  text-decoration: none;
  position: relative;
  -webkit-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}

.hp-search .search-wrap .click-here:hover {
  color: #cccccc;
}

.hp-search .search-wrap .click-here:after {
  content: "";
  position: absolute;
  left: -75px;
  top: 9px;
  width: 65px;
  height: 1px;
  background-image: -o-linear-gradient(
    left,
    #8a997e 25%,
    rgba(255, 255, 255, 0) 0%
  );
  background-image: -webkit-gradient(
    linear,
    left top,
    right top,
    color-stop(25%, #8a997e),
    color-stop(0%, rgba(255, 255, 255, 0))
  );
  background-image: linear-gradient(
    to right,
    #8a997e 25%,
    rgba(255, 255, 255, 0) 0%
  );
  background-position: bottom;
  background-size: 4.5px 1px;
  background-repeat: repeat-x;
}

.hp-neighborhood {
  padding: 25px 0;
  overflow-x: hidden;
}

.hp-neighborhood .neighborhood-title {
  font: 700 24px/30px "Lato", sans-serif;
  text-transform: uppercase;
  text-align: center;
  color: #101f31;
}

.hp-neighborhood .neighborhood-lists {
  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;
  -ms-flex-flow: row wrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  flex-flow: row wrap;
  margin: 50px 0;
}

.hp-neighborhood .neighborhood-lists .neighborhood-item {
  font: 700 14.74px/20.74px "Lato", sans-serif;
  text-transform: uppercase;
  text-decoration: none;
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 157px;
  height: 157px;
  border-radius: 50%;
  background: rgba(5, 20, 124, 0.9);
  position: relative;
  -webkit-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}

.hp-neighborhood .neighborhood-lists .neighborhood-item:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: calc(100% + 10px);
  height: calc(100% + 10px);
  border: 1px solid #05147c;
  border-radius: 50%;
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
  -webkit-transform: translate3d(-50%, -50%, 0);
  transform: translate3d(-50%, -50%, 0);
  zoom: 0.9;
  -webkit-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}

.hp-neighborhood .neighborhood-lists .neighborhood-item:after {
  content: "";
  position: absolute;
  top: 50%;
  left: -30px;
  z-index: -2;
  width: 255px;
  height: 255px;
  -webkit-transform: translate3d(0, -50%, 0);
  transform: translate3d(0, -50%, 0);
  background-size: cover;
  background-color: transparent;
  background-repeat: no-repeat;
}

.hp-neighborhood .neighborhood-lists .neighborhood-item:nth-of-type(1):after {
  background-image: url("images/neighborhood/1.png");
}

.hp-neighborhood .neighborhood-lists .neighborhood-item:nth-of-type(2):after {
  background-image: url("images/neighborhood/2.png");
}

.hp-neighborhood .neighborhood-lists .neighborhood-item:nth-of-type(3):after {
  background-image: url("images/neighborhood/3.png");
}

.hp-neighborhood .neighborhood-lists .neighborhood-item:nth-of-type(4):after,
.hp-neighborhood .neighborhood-lists .neighborhood-item:nth-of-type(5):after {
  background-image: url("images/neighborhood/4-5.png");
}

.hp-neighborhood .neighborhood-lists .neighborhood-item:hover {
  background: #3e76ff;
}

.hp-neighborhood .neighborhood-lists .neighborhood-item:hover:before {
  border-color: #3e76ff;
}

.welcome-contact-wrap {
  padding: 50px 0;
}

.welcome-contact-wrap .container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: row wrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  flex-flow: row wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.hp-welcome {
  font-size: 16px;
  width: calc(100% - 450px);
  /*padding-right: 60px;*/
  margin-bottom: 30px;
  text-align: justify;
  -moz-text-align-last: left;
  text-align-last: left;
}

.hp-welcome .welcome-title {
  font: 700 30px/36px "Lato", sans-serif;
  text-transform: uppercase;
  text-align: left;
  color: #101f31;
  margin-bottom: 20px;
}

.hp-contact {
  /* width: 395px;
    max-width: 100%;*/
  height: 277px;
  margin-left: 30px;
  max-width: 395px;
  position: relative;
  width: 100%;
}

.hp-contact .contact-details-wrap {
  width: 320px;
  max-width: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 1;
  background: #05147c;
  padding: 30px;
  margin: 0 auto;
}

.hp-contact .contact-details-wrap:after {
  content: "";
  position: absolute;
  top: 10px;
  left: 10px;
  right: 10px;
  bottom: 10px;
  z-index: -1;
  border: 5px solid #fff;
}

.hp-contact .contact-details-wrap .contact-title {
  width: 70%;
  font: 500 16px/22px "Lato", sans-serif;
  color: #fff;
  line-height: 16px;
  padding-bottom: 10px;
  margin-bottom: 10px;
}

.hp-contact .contact-details-wrap .ai-mobile-phone {
  display: block;
  font-size: 22px;
  color: #fff;
  font-weight: 400;
}

.hp-contact .contact-details-wrap .asis-mailto-obfuscated-email {
  color: #fff;
  text-decoration: none;
  -webkit-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  font-size: 13px;
}

.hp-contact .contact-details-wrap .asis-mailto-obfuscated-email:hover {
  color: #cccccc;
}

.hp-contact .contact-details-wrap .contact-smi {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin: 10px -5px 0;
}

.hp-contact .contact-details-wrap .contact-smi a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  margin: 0 5px;
  color: #fff;
  text-decoration: none;
}

.hp-contact .contact-details-wrap .contact-smi a.facebook {
  background: #5b75d6;
}

.hp-contact .contact-details-wrap .contact-smi a.twitter {
  background: #6fe6ff;
}

.hp-contact .contact-details-wrap .contact-smi a.instagram {
  background: #dd2a7b !important;
}

.hp-contact .contact-details-wrap .contact-smi a.linkedin {
  background: #2589b3;
}

.hp-contact .contact-details-wrap .contact-smi a.youtube {
  background: #cd2e2e;
}

.hp-contact .contact-agent {
  position: absolute;
  top: 50%;
  right: -15px;
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
  -webkit-transform: translate3d(0, -50%, 0);
  transform: translate3d(0, -50%, 0);
  z-index: 2;
}

.hp-fp {
  padding: 50px 0;
}

.hp-fp .fp-title {
  font: 700 30px/36px "Lato", sans-serif;
  text-transform: uppercase;
  margin-bottom: 40px;
  line-height: 30px;
}

.hp-fp .slider {
  margin: 0 -18px;
}

.hp-fp .slider .slider-item {
  display: inline-block;
  margin: 0 18px;
  position: relative;
  max-width: 95%;
}

.hp-fp .slider .slider-item .fp-image {
  width: 280px;
  height: 250px;
  max-width: 100%;
}

.hp-fp .slider .slider-item .fp-details {
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  bottom: 0;
  padding: 20px;
  width: 100%;
  font: 700 18px/26px "Lato", sans-serif;
  letter-spacing: 1px;
  text-align: center;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
}

.hp-fp .slider .slider-item .fp-details .fp-name {
  text-transform: uppercase;
  width: 100%;
  color: #fff;
  text-align: center;
}

.hp-fp .slider .slider-item .fp-details .fp-price {
  background: #05147c;
  color: #fff;
  padding: 10px;
  text-align: center;
}

.hp-fp .slider .slider-item .fp-details .fp-beds,
.hp-fp .slider .slider-item .fp-details .fp-baths {
  font-size: 12px;
  letter-spacing: initial;
  text-transform: uppercase;
  color: #fff;
  font-weight: 400;
  padding: 0 5px;
  border-left: 1px solid #fff;
  line-height: 12px;
}

.hp-fp .slider .slider-item .fp-details .fp-beds {
  border: none;
}

.hp-blog {
  padding: 50px 0;
}

.hp-blog .blog-title {
  font: 700 28px/34px "Lato", sans-serif;
  text-transform: uppercase;
  margin-bottom: 40px;
  line-height: 28px;
}

.hp-blog .blog-lists {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: row wrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  flex-flow: row wrap;
  margin: 0 -20px;
}

.hp-blog .blog-lists .blog-item {
  width: calc(100% / 3);
  max-width: calc(100% / 3);
  padding: 0 20px;
}

.hp-blog .blog-lists .blog-item .left-content {
  float: left;
}

.hp-blog .blog-lists .blog-item .left-content .blog-date {
  background: #041581;
  padding: 10px;
  border-bottom: 5px solid #3e76ff;
  font: 400 11px/17px "Open Sans", sans-serif;
  max-width: 54px;
  text-align: center;
  color: #fff;
  text-transform: uppercase;
}

.hp-blog .blog-lists .blog-item .left-content .blog-date span {
  display: block;
  font-size: 21px;
  font-weight: 700;
}

.hp-blog .blog-lists .blog-item .right-content {
  float: right;
  width: calc(100% - 60px);
}

.hp-blog .blog-lists .blog-item .right-content .blog-post-title {
  font: 600 20px/26px "Open Sans", sans-serif;
  line-height: 26px;
  margin-bottom: 10px;
}

.hp-blog .blog-lists .blog-item .right-content .blog-meta {
  font: 400 11px/17px "Open Sans", sans-serif;
  color: #8e8f90;
  margin: 0 -5px 10px;
}

.hp-blog .blog-lists .blog-item .right-content .blog-meta [class*="meta-"] {
  display: inline-block;
  padding: 0 5px;
  border-left: 1px solid #8e8f90;
  line-height: 11px;
}

.hp-blog
  .blog-lists
  .blog-item
  .right-content
  .blog-meta
  [class*="meta-"]:nth-of-type(1) {
  border: none;
}

.hp-blog .blog-lists .blog-item .right-content .blog-description {
  font-size: 15px;
  color: #525252;
  margin-bottom: 5px;
}

.hp-blog .blog-lists .blog-item .right-content .blog-readmore {
  font-weight: 700;
  text-transform: uppercase;
  font-size: 11px;
  color: #525252;
  text-decoration: none;
  -webkit-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}

.hp-blog .blog-lists .blog-item .right-content .blog-readmore:hover {
  color: #063f6c;
}

.dotted-border-bg {
  background-image: -o-linear-gradient(
    left,
    #2f4758 25%,
    rgba(255, 255, 255, 0) 0%
  );
  background-image: -webkit-gradient(
    linear,
    left top,
    right top,
    color-stop(25%, #2f4758),
    color-stop(0%, rgba(255, 255, 255, 0))
  );
  background-image: linear-gradient(
    to right,
    #2f4758 25%,
    rgba(255, 255, 255, 0) 0%
  );
  background-position: bottom;
  background-size: 4.5px 1px;
  background-repeat: repeat-x;
}

.dotted-border-bg.dbb-white {
  background-image: -o-linear-gradient(
    left,
    #fff 25%,
    rgba(255, 255, 255, 0) 0%
  );
  background-image: -webkit-gradient(
    linear,
    left top,
    right top,
    color-stop(25%, #fff),
    color-stop(0%, rgba(255, 255, 255, 0))
  );
  background-image: linear-gradient(
    to right,
    #fff 25%,
    rgba(255, 255, 255, 0) 0%
  );
}

.aios-mobile-header-wrapper {
  z-index: 1001;
}

.sidebar-contact {
  width: 395px;
  max-width: 100%;
  margin-bottom: 35px;
  position: relative;
}

.sidebar-contact .contact-details-wrap {
  width: 320px;
  max-width: 100%;
  background: #05147c;
  padding: 30px;
  margin: 0 auto;
  text-align: center;
  position: relative;
  z-index: 1;
  -webkit-box-shadow: 0 15px 7.5px -7.5px rgba(0, 0, 0, 0.3);
  box-shadow: 0 15px 7.5px -7.5px rgba(0, 0, 0, 0.3);
}

.sidebar-contact .contact-details-wrap:after {
  content: "";
  position: absolute;
  top: 10px;
  left: 10px;
  right: 10px;
  bottom: 10px;
  z-index: -1;
  border: 5px solid #fff;
}

.sidebar-contact .contact-details-wrap .contact-title {
  width: 100%;
  font: 500 16px/22px "Lato", sans-serif;
  color: #fff;
  line-height: 16px;
  padding-bottom: 10px;
  margin-bottom: 10px;
}

.sidebar-contact .contact-details-wrap .ai-mobile-phone {
  display: block;
  font-size: 22px;
  color: #fff;
  font-weight: 400;
}

.sidebar-contact .contact-details-wrap .asis-mailto-obfuscated-email {
  color: #fff;
  text-decoration: none;
  -webkit-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  font-size: 13px;
}

.sidebar-contact .contact-details-wrap .asis-mailto-obfuscated-email:hover {
  color: #cccccc;
}

.sidebar-contact .contact-details-wrap .contact-smi {
  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: 10px -5px 0;
}

.sidebar-contact .contact-details-wrap .contact-smi a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  margin: 0 5px;
  color: #fff;
  text-decoration: none;
}

.sidebar-contact .contact-details-wrap .contact-smi a.facebook {
  background: #5b75d6;
}

.sidebar-contact .contact-details-wrap .contact-smi a.twitter {
  background: #6fe6ff;
}

.sidebar-contact .contact-details-wrap .contact-smi a.instagram {
  background: #dd2a7b !important;
}

.sidebar-contact .contact-details-wrap .contact-smi a.linkedin {
  background: #2589b3;
}

.sidebar-contact .contact-details-wrap .contact-smi a.youtube {
  background: #cd2e2e;
}

.sidebar-contact .contact-agent {
  display: block;
  margin: 0 auto;
}

.entry .ai-font-envelope {
  font-style: initial;
}

.aios-header .top-header .floating-right-container .translate-weather-wrap {
  padding: 26.5px 0px;
}

.aios-header
  .top-header
  .floating-right-container
  .translate-weather-wrap
  .google-translator {
  width: 100%;
}

.aios-header
  .top-header
  .floating-right-container
  .translate-weather-wrap
  .google-translator
  .skiptranslate.goog-te-gadget {
  height: 33px;
}

.aios-header
  .top-header
  .floating-right-container
  .translate-weather-wrap
  .weather {
  position: relative;
  width: 100%;
  border: 1px solid #063f6c;
  text-align: center;
  margin-top: 5px;
}

.aios-header
  .top-header
  .floating-right-container
  .translate-weather-wrap
  .weather
  .awesome-weather-wrap {
  background: transparent !important;
}

.aios-header
  .top-header
  .floating-right-container
  .translate-weather-wrap
  .weather
  .awesome-weather-header {
  font: 400 10px/16px "Arial", sans-serif !important;
  text-transform: uppercase !important;
  border-bottom: 1px solid #063f6c !important;
  color: #101f31 !important;
  padding: 0 !important;
  text-shadow: none !important;
  background: transparent !important;
}

.aios-header
  .top-header
  .floating-right-container
  .translate-weather-wrap
  .weather
  .awesome-weather-current-temp {
  padding: 5px 0 !important;
  float: initial !important;
  font-size: initial !important;
  line-height: initial !important;
  font-weight: initial !important;
  white-space: initial !important;
}

.aios-header
  .top-header
  .floating-right-container
  .translate-weather-wrap
  .weather
  .awesome-weather-current-temp
  strong {
  font: 400 30px/36px "Arial", sans-serif !important;
  text-transform: uppercase !important;
  color: #101f31 !important;
  text-shadow: none !important;
  background: transparent !important;
}

.aios-header
  .top-header
  .floating-right-container
  .translate-weather-wrap
  .weather
  .awesome-weather-more-weather-link {
  display: none !important;
}

/* Meet The Team */

.ip-meet-the-team {
  font-size: 0;
  margin: 20px 0;
}

.mt-about {
  min-height: 400px;
}

.mt-about p {
  font-size: 14px;
}

.mt-testi {
  text-align: center;
}

span.testi-head-title {
  display: block;
  text-align: center;
  font-family: "Great Vibes", cursive;
  font-size: 35px;
  color: #131b6e;
  margin-bottom: 20px;
}

.mt-testimonials {
  border: 1px solid #7e906f;
}

.mt-testimonial {
  display: none;
  font-size: 14px;
  font-style: italic;
  text-align: center;
  outline: none;
  /*    border: 1px solid #7e906f;*/
  padding: 20px 10px;
}
.mt-testimonials-1 {
  font-size: 14px;
  font-style: italic;
  text-align: center;
  outline: none;
  border: 1px solid #7e906f;
  padding: 20px 10px;
}

.mt-testi-more {
  display: inline-block;
  font-size: 15px;
  margin: 10px 0;
}

.team-leader {
  margin-bottom: 20px;
}

.team-members .team-member {
  width: 49%;
  display: inline-block;
  margin: 0 1%;
}

.team-member a {
  outline: none;
  text-decoration: none;
}

.team-members .team-member:first-of-type {
  margin-left: 0;
}

.team-members .team-member:last-of-type {
  margin-right: 0;
}

.team-member img {
  max-width: 100%;
  -webkit-box-shadow: 0 0 14px #1d1d1d;
  box-shadow: 0 0 14px #1d1d1d;
  margin-bottom: 15px;
}

.team-member strong {
  display: block;
  text-align: center;
  font-size: 14px;
  color: #131b6e;
}

.team-member em {
  display: block;
  text-align: center;
  font-size: 14px;
  color: #606153;
}

.mt-agents-arrows {
  text-align: right;
  margin-right: 30px;
}

.mt-arrows {
  font-weight: 700;
  margin: 0 5px;
  font-size: 12px;
  cursor: pointer;
}

.mt-agent-slide {
  outline: none;
}

.mt-as-photo {
  width: 40%;
  float: left;
}

.mt-as-photo img {
  max-width: 80%;
  -webkit-box-shadow: 0 0 14px #1d1d1d;
  box-shadow: 0 0 14px #1d1d1d;
  display: block;
  margin: 10px auto;
}

.mt-as-bio {
  width: 58%;
  float: right;
}

.mt-as-bio h4 {
  font-size: 14px;
  color: #3f033f;
  line-height: 50px;
}

.mt-as-bio strong {
  font-family: "Great Vibes", cursive;
  font-size: 36px;
  margin-right: 5px;
}

.mt-as-bio p {
  line-height: 24px;
  margin: 10px 0;
}

.mt-testi-popup-inner {
  max-height: 450px;
  overflow-y: auto;
}

.mt-testi-popup span.head-title {
  display: block;
  font-family: "Great Vibes", cursive;
  font-size: 35px;
  color: #131b6e;
  margin: 20px 0;
}

.mt-testi-popup-item {
  font-size: 14px;
  font-style: italic;
  text-align: left;
  outline: none;
  border: 1px solid #7e906f;
  padding: 20px 10px;
  margin: 10px 0;
}

.mt-testi-popup-item strong {
  display: block;
  font-size: 14px;
  color: #7e906f;
}

/* 09/27/2017 */

.hp-fp .slider .slider-item {
  outline: none;
}

.hp-fp .slider .slider-item .slider-item-content {
  margin: 0 auto;
  width: 280px;
  max-width: 100%;
  position: relative;
}

.hp-fp .slider .slider-item .slider-item-content:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.3);
}

.hp-fp .slider .slider-item .fp-details {
  z-index: 1;
}

.communities-slider {
  padding: 15px;
  background: #fff;
  border-radius: 4px;
  -webkit-box-shadow: 0 0 15px -1px rgba(0, 0, 0, 0.3);
  box-shadow: 0 0 15px -1px rgba(0, 0, 0, 0.3);
  width: 425px;
  max-width: 100%;
  margin: 0 15px 7.5px 0;
  float: left;
}

.communities-slider .cycloneslider {
  margin: 0;
}

.communities-slider .cycloneslider-prev,
.communities-slider .cycloneslider-next {
  background: transparent !important;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
  text-decoration: none !important;
}

.communities-slider .cycloneslider-prev span,
.communities-slider .cycloneslider-next span {
  display: none;
}

.communities-slider .cycloneslider-prev:after,
.communities-slider .cycloneslider-next:after {
  font-family: "agentimage" !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 30px;
  color: #fff;
}

.communities-slider .cycloneslider-prev:after {
  content: "\b0007";
}

.communities-slider .cycloneslider-next:after {
  content: "\b0008";
}

.lt-216
  div.aw-widget-current-inner
  div.aw-widget-content
  a.aw-current-weather
  span.aw-icon {
  background-size: 100px auto !important;
  width: 100% !important;
  margin-top: -30px !important;
  top: auto !important;
  left: 20px !important;
  background-position: left center !important;
  position: static !important;
}

.lt-216
  div.aw-widget-current-inner
  div.aw-widget-content
  a.aw-current-weather
  p
  span.aw-temperature-today {
  padding-top: 10px !important;
  font-size: 20px !important;
  position: relative;
  right: -48px !important;
  top: -65px !important;
}

div.aw-widget-current-inner div.aw-widget-content a.aw-current-weather p time {
  display: none !important;
}

div.aw-widget-current-inner
  div.aw-widget-content
  a.aw-current-weather
  p
  span.aw-weather-description {
  display: none !important;
}

.aw-widget-content.bg-s {
  height: 110px;
}

/* END (09/27/2017) */

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

.sidebar .cta.buyers,
.sidebar .cta.sellers {
  display: block;
}

.sidebar .cta a {
  display: block;
  background: #05147c;
  color: #fff;
  margin-bottom: 20px;
  padding: 20px;
  text-transform: uppercase;
  text-align: center;
  outline: 5px solid #fff;
  outline-offset: -14px;
  -webkit-box-shadow: 0 15px 7.5px -7.5px rgba(0, 0, 0, 0.3);
  box-shadow: 0 15px 7.5px -7.5px rgba(0, 0, 0, 0.3);
  text-decoration: none;
}

.hp-fp .slider .slider-item .slider-item-content canvas {
  display: block;
}

/*
* Baker Realty
* HDM
* hotdogmarketing.net
*/

/* Column Classes */
/* Link: http://twitter.github.io/bootstrap/assets/css/bootstrap-responsive.css
--------------------------------------------- */
.five-sixths,
.four-sixths,
.one-fourth,
.one-half,
.one-sixth,
.one-third,
.three-fourths,
.three-sixths,
.two-fourths,
.two-sixths,
.two-thirds {
  float: left;
  margin-left: 2.564102564102564%;
}

.one-half,
.three-sixths,
.two-fourths {
  width: 48.717948717948715%;
}

.one-third,
.two-sixths {
  width: 31.623931623931625%;
}

.four-sixths,
.two-thirds {
  width: 65.81196581196582%;
}

.one-fourth {
  width: 23.076923076923077%;
}

.three-fourths {
  width: 74.35897435897436%;
}

.one-sixth {
  width: 14.52991452991453%;
}

.five-sixths {
  width: 82.90598290598291%;
}

.first {
  clear: both;
  margin-left: 0;
}

/* Nav */
.aios-header .bottom-header #nav li .sub-menu {
  background: rgba(255, 255, 255, 1);
  border-radius: 0 0 15px 15px;
  z-index: 9;
}

.aios-header .bottom-header #nav li .sub-menu li a {
  background: #fff;
}

.bottom-header .container {
  padding: 1rem 0;
}

/* Hero */
.hero {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background-image: url("/wp-content/uploads/2019/08/baker-realty_hero.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  min-height: 454px;
}

.hero .future {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background: rgba(0, 35, 117, 0.75);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  float: none;
  height: 242.362px;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  max-width: 632.312px;
  margin: 0 auto;
  width: 100%;
}

/* Home HP Neighborhood */
.hp-neighborhood {
  padding: 65px 0 25px;
}

/* Home HP Contact */
.hp-contact .contact-details-wrap {
  max-width: 395px;
  width: 100%;
}

.contact-details-wrap a.phone {
  color: #fff;
  display: block;
  font-size: 22px;
  font-style: normal;
  font-weight: 400;
  text-decoration: none;
  -webkit-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}

.contact-details-wrap a:focus,
.contact-details-wrap a:hover {
  color: #ccc;
}

/* Sidebar HP Contact */
.sidebar-contact .contact-details-wrap {
  max-width: 320px;
  width: 100%;
}

.sidebar-contact .contact-details-wrap a.contact-us {
  background: #05147c;
  color: #fff;
  display: block;
  outline: 2px solid #fff;
  outline-offset: -14px;
  padding: 20px;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
}

/* Contact Form */
.StorageandHandlingConsent .wpcf7-list-item {
  margin-left: 0 !important;
}

.StorageandHandlingConsent .wpcf7-list-item-label {
  color: #333 !important;
  font-size: 13px !important;
}

/* Senior Portraits Sweepstakes */
.page-id-530 #content .entry-title {
  text-align: center;
}

.SeniorPortraitLogo,
.SeniorPortraitMainText {
  float: left;
  margin-left: 2.564102564102564%;
}

.SeniorPortraitLogo {
  width: 38.623931623931625%;
}

.SeniorPortraitMainText {
  margin-bottom: 15px;
  width: 58.81196581196582%;
}

.SeniorPortraitMainText p {
  color: #05147c;
  font-size: 26px;
  line-height: 1.25 !important;
}

.SeniorPortraitLogo.first {
  clear: both;
  margin-left: 0;
}

a.seniorportraitbutton {
  background-color: #e2bb6f !important;
  color: #fff !important;
  font-size: 17px;
  font-weight: 600;
  letter-spacing: 0.5px;
  padding: 11px !important;
  text-decoration: none !important;
  text-transform: none !important;
  transition: 0.3s ease-in-out;
}

a.seniorportraitbutton:hover,
a.seniorportraitbutton:focus {
  background-color: #131b6e !important;
}

.option1 {
  float: left;
  width: 49%;
  margin-right: 2%;
}

.option2 {
  float: right;
  width: 49%;
}

/* Form */
.sweepstakes-form .wpcf7-form input {
  border: 1px solid #c4c4c4;
  display: inline-block;
  height: 50px;
  margin-bottom: 20px;
  padding: 12px;
  width: 100%;
}

.sweepstakes-form .wpcf7-form span.asterisk {
  color: #e80000;
}

.sweepstakes-form .wpcf7-form {
  margin: 0 auto !important;
  max-width: 450px;
  width: 100%;
}
