/*
Theme Name: Sunsa
Text Domain: sunsa


move into bootstrap/less/custom.less for minification
*/
html {
  background: url("img/bg.jpg") top center no-repeat;
  background-size: 1000px;
  font-family: 'Open Sans', Arial, sans-serif;
  height: 100%;
}
body {
  background: transparent;
  height: 100%;
  font-family: 'Open Sans', Arial, sans-serif;
}
a {
  color: #34ac7e;
}
header {
  position: relative;
  z-index: 1;
}
section {
  position: relative;
  z-index: 2;
}
.header-bar {
  background: #fff;
  box-shadow: 0 4px 6px #ccc;
  padding: 5px 0;
}
.header-logo {
  float: left;
  max-width: 100%;
  margin-top: 5px;
}
.main-navigation {
  position: relative;
  z-index: 2;
  display: inline-block;
  padding: 0;
  float: right;
}
.main-navigation a {
  color: #000;
}
.main-navigation a:hover,
.main-navigation a:focus,
.main-navigation a.active,
.main-navigation .current-menu-item a {
  color: #34ac7e;
  text-decoration: none;
}
.nav-item {
  list-style: none;
}
.nav-item-link {
  font-size: 1.05em;
  /* 18/14 */
  font-weight: 300;
  text-transform: uppercase;
}
.nav-item + .nav-item {
  margin-top: 5px;
}
.hero {
  box-sizing: border-box;
  text-align: center;
  padding-top: 40px;
  padding-bottom: 40px;
}
.hero-text {
  font-size: 1.92em;
  /* 27/14 */
  color: #000;
  font-weight: 300;
  font-style: normal;
  text-shadow: 0px 0px 20px #fff;
  margin: 0 0 10px;
}
.btn-big {
  display: inline-block;
  font-size: 1.92em;
  /* 27/14 */
  font-weight: 300;
  color: #fff;
  margin: 15px;
  height: 71px;
  line-height: 71px;
  max-width: 247px;
  min-width: 220px;
  box-shadow: 1px 1px 3px #000;
  background: url("img/big_btn_black.jpg") top left no-repeat;
}
.btn-big:hover {
  text-decoration: none;
  color: #fff;
  background: url("img/big_btn_green.jpg") top left no-repeat;
}
.btn-bar {
  color: #000;
  background: #eee;
}
.btn-bar:hover,
.btn-bar:focus,
.btn-bar.active {
  color: #fff;
  background: #34ac7e;
}
.dropdown-label {
  border: solid 1px #ddd;
  background: #fff;
}
.dropdown-bar {
  display: inline-block;
}
.dropdown-menu {
  border-radius: 0;
}
.dropdown-toggle {
  margin-right: 15px;
}
.switch-view:last-of-type {
  margin-right: 15px;
}
.filter-group {
  white-space: nowrap;
  display: inline-block;
  margin-top: 10px;
}
.property-list-item {
  text-align: left;
  color: #4a4a4a;
  font-weight: 300;
  font-size: 1.28em;
  /* 18/14 */
  margin-bottom: 10px;
}
.property-list-item:last-child {
  margin-bottom: 0;
}
.property-list-item:last-child .property-list-img {
  margin-bottom: 0;
}
.property-list-img,
.property-thumbnail-placeholder {
  margin-bottom: 15px;
  max-width: 100%;
  height: auto;
}
.row-gradient {
  background: url("img/trans90.png") top left repeat;
  padding-top: 25px;
  padding-bottom: 25px;
  position: relative;
}
.row-gradient-footer {
  position: absolute;
  left: 0;
  right: 15px;
  bottom: 100%;
}
.quote {
  font-size: 1.9em;
  font-style: italic;
  color: #34ac7e;
  margin-bottom: 0;
  margin-top: -0.25em;
}
.excerpt {
  margin-bottom: 0;
}
.excerpt-big {
  font-size: 1.14em;
  /* 16/14 */
}
.more {
  display: block;
  text-align: right;
  color: #34ac7e;
  font-weight: 300;
}
.more-big {
  font-size: 1.28em;
  /* 18/14 */
  text-shadow: -1px -1px 1px #eeeeee, 1px 1px 1px #444444;
}
.content {
  margin-top: 25px;
  background: #fff;
  box-shadow: 0px 0px 10px #ccc;
}
.content-main {
  padding: 28px;
}
.content-bar {
  padding: 0 10px 10px;
}
.page-title {
  margin-top: 0;
}
.featured-image {
  margin: 0 auto 15px;
  max-width: 100%;
  height: auto;
}
.footer {
  margin-top: 25px;
  padding-top: 25px;
  padding-bottom: 25px;
  background: #fff;
  /*background: url("@{base}img/footer_gradient_top.jpg") top left repeat-x #fff;*/
}
.address {
  float: right;
  margin-left: 10px;
  font-size: 0.71em;
  /* 10/14 */
}
.sitelinks {
  clear: right;
  float: right;
}
.footerlink {
  list-style: none;
  padding: 0 10px;
  position: relative;
}
.footerlink a {
  font-weight: 400;
  color: #34ac7e;
}
.footer-nav {
  display: inline-block;
  padding-left: 0;
}
.footer-nav-link {
  list-style: none;
  padding: 0 10px;
  position: relative;
}
.footer-nav-link a {
  font-weight: 400;
  color: #34ac7e;
}
.sitelink {
  list-style: none;
  padding: 0 10px;
  position: relative;
  float: left;
}
.sitelink a {
  font-weight: 400;
  color: #34ac7e;
}
.sitelink:after {
  content: '|';
  position: absolute;
  right: -3px;
}
.sitelink:last-child {
  padding-right: 0;
}
.sitelink:last-child:after {
  content: '';
}
.copy {
  clear: right;
  padding-top: 5px;
  font-size: 0.71em;
  /* 10/14 */
}
.block-vcenter {
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}
.loading {
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background: #fff;
  z-index: 5;
  background: url("img/trans75.png") top left repeat;
}
@-webkit-keyframes spinnerRotate {
  from {
    -webkit-transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(360deg);
  }
}
@-moz-keyframes spinnerRotate {
  from {
    -moz-transform: rotate(0deg);
  }
  to {
    -moz-transform: rotate(360deg);
  }
}
@-ms-keyframes spinnerRotate {
  from {
    -ms-transform: rotate(0deg);
  }
  to {
    -ms-transform: rotate(360deg);
  }
}
.loading:before {
  content: ' ';
  width: 30px;
  height: 30px;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -15px;
  margin-bottom: -15px;
  background: url("img/spinner.png") top left no-repeat;
  -webkit-animation-name: spinnerRotate;
  -webkit-animation-duration: 0.5s;
  -webkit-animation-iteration-count: infinite;
  -webkit-animation-timing-function: linear;
  -moz-animation-name: spinnerRotate;
  -moz-animation-duration: 0.5s;
  -moz-animation-iteration-count: infinite;
  -moz-animation-timing-function: linear;
  -ms-animation-name: spinnerRotate;
  -ms-animation-duration: 0.5s;
  -ms-animation-iteration-count: infinite;
  -ms-animation-timing-function: linear;
}
.trans75 {
  background: url("img/trans75.png") top left repeat;
}
.transbg {
  background: url("img/trans75.png") top left repeat;
}
.footer-pusher {
  min-height: 100%;
  position: relative;
}
h2,
h3,
.h2,
.h3 {
  color: #34ac7e;
}
h4,
.h4 {
  font-weight: bold;
}
h2,
.h2 {
  font-style: italic;
  padding-top: 15px;
}
.divider-sm {
  margin: 5px 0;
}
.h2-list {
  margin-top: 15px;
  margin-bottom: 5px;
  padding-top: 0;
  color: #4a4a4a;
  font-size: 1.16em;
  /* 21/18 */
  font-style: normal;
  background: transparent;
}
.form-control,
.btn {
  border-radius: 0;
}
.sr-text {
  position: absolute;
  top: 0;
  left: -9999px;
}
.nav-social {
  list-style: none;
  margin: 0;
  padding: 0;
}
.nav-social li {
  display: inline-block;
  position: relative;
  text-align: center;
}
.nav-social li a {
  padding: 5px 5px;
  margin: 5px 0;
  font-size: 1.14em;
}
.nav-social li a::before {
  content: '\f408';
  display: inline-block;
  font-family: 'Genericons';
  vertical-align: top;
  -webkit-font-smoothing: antialiased;
  color: #000;
  border-radius: 100%;
}
.nav-social li a[href*="wordpress.org"]::before,
.nav-social li a[href*="wordpress.com"]::before {
  content: '\f205';
}
.nav-social li a[href*="facebook.com"]::before {
  content: '\f204';
}
.nav-social li a[href*="twitter.com"]::before {
  content: '\f202';
}
.nav-social li a[href*="plus.google.com"]::before {
  content: '\f206';
}
.nav-social li a[href*="pinterest.com"]::before {
  content: '\f209';
}
.nav-social li a[href*="youtube.com"]::before {
  content: '\f213';
}
.nav-social li a[href*="linkedin.com"]::before {
  content: '\f207';
}
.nav-social li a[href*="instagram.com"]::before {
  content: '\f215';
}
/* Small devices (tablets, 768px and up) */
@media (min-width: 768px) {
  html {
    background-size: cover;
  }
  .footer-nav {
    height: 85px;
    line-height: 85px;
    display: inline;
  }
  .main-navigation {
    float: none;
    margin: 15px auto;
  }
  .nav-item {
    float: left;
    margin: 0 20px;
  }
  .nav-item-link {
    font-size: 1.28em;
  }
  .nav-item + .nav-item {
    margin-top: 0;
  }
  .footerlink {
    float: left;
    padding: 0 10px;
  }
  .footerlink:after {
    content: '|';
    position: absolute;
    right: -3px;
  }
  .footerlink:last-child {
    padding-right: 0;
  }
  .footerlink:last-child:after {
    content: '';
  }
  .footer-nav-link {
    float: left;
    padding: 0 10px;
  }
  .footer-nav-link:after {
    content: '|';
    position: absolute;
    right: -3px;
  }
  .footer-nav-link:last-child {
    padding-right: 0;
  }
  .footer-nav-link:last-child:after {
    content: '';
  }
  .sitelink {
    float: left;
    padding: 0 10px;
  }
  .sitelink:after {
    content: '|';
    position: absolute;
    right: -3px;
  }
  .sitelink:last-child {
    padding-right: 0;
  }
  .sitelink:last-child:after {
    content: '';
  }
  .header-bar {
    margin-top: 150px;
    background: url("img/nav_bg.png") top left repeat;
    text-align: center;
    padding: 0;
  }
  .header-logo {
    position: absolute;
    bottom: -80px;
    left: -75px;
    z-index: 1;
  }
  .property-list-img,
  .property-thumbnail-placeholder {
    float: left;
    margin-right: 15px;
  }
}
/* Medium devices (desktops, 992px and up) */
@media (min-width: 992px) {
  .nav-item {
    margin: 0 40px;
  }
  .body {
    padding-bottom: 185px;
  }
  .body-front {
    padding-bottom: 345px;
  }
  .footer {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 5;
  }
  .hero {
    padding-top: 50px;
    padding-bottom: 150px;
  }
}
/* Large devices (large desktops, 1200px and up) */
