@charset "UTF-8";
/*
Theme Name: Oikia
Theme URI: http://www.cssigniter.com/ignite/themes/oikia
Author: CSSIgniter
Author URI: http://www.cssigniter.com
Description: Real Estate Theme for WordPress
Version: 1.3.1
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
*/
/* -----------------------------------------
	Table of Contents
--------------------------------------------

.. 01. General
.. 02. Main Navigation
.. 03. Header
.. 04. Modules
.. 05. Footer
.. 06. Comments
.. 07. Widgets Styling
.. 08. WordPress defaults
.. 09. Mobile Menu
.. 10. External Plugins
.. 11. Global Mediaqueries

*/
/* -----------------------------------------
	01. General
----------------------------------------- */
/* Basic Typography
=================================== */
body {
  line-height: 1.538461538;
  font-size: 13px;
  color: #373737;
  font-family: "Lato", sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  background-color: #F8F8F8;
}

h1, h2, h3, h4, h5, h6 {
  line-height: normal;
  margin: 0 0 15px 0;
  -ms-word-wrap: break-word;
  word-wrap: break-word;
}

h1 {
  font-size: 26px;
}

h2 {
  font-size: 23px;
}

h3 {
  font-size: 20px;
}

h4 {
  font-size: 17px;
}

h5 {
  font-size: 14px;
}

h6 {
  font-size: 12px;
}

p {
  margin: 0 0 15px 0;
}

img {
  display: inline-block;
  vertical-align: middle;
  max-width: 100%;
  height: auto;
}

a {
  transition: color 0.18s ease, background-color 0.18s ease, border-color 0.18s ease;
  outline: none;
  color: #59c54b;
  text-decoration: none;
}
a:hover, a:focus {
  color: #2A7200;
  outline: none;
  text-decoration: none;
}
a:active {
  outline: none;
}

.group:before, .group:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
.group:after {
  clear: both;
}

/* General Element Styling
=================================== */
/* Reset figure margin from normalize.css */
figure {
  margin: 0;
}

/* Lists */
ul, ol {
  padding-left: 20px;
}

ul {
  list-style: disc;
}

ol {
  list-style: decimal;
}

dl {
  margin: 0 0 20px;
}

dt {
  font-weight: bold;
}

dd {
  margin: 0 0 15px;
}

/* Blockquotes */
blockquote {
  margin: 20px 0;
  padding-left: 15px;
  border-left: 3px solid #ccc;
  font-size: 17px;
  font-weight: 300;
}
blockquote cite {
  display: block;
  font-weight: bold;
  font-style: italic;
  margin: 10px 0 0;
  color: rgba(55, 55, 55, 0.8);
  font-size: 14px;
}

/* Tables */
table {
  border-collapse: separate;
  border-spacing: 0;
  width: 100%;
}

.entry-content table {
  border-width: 1px 0 0 1px;
  margin-bottom: 24px;
}
.entry-content th:first-child,
.entry-content td:first-child {
  padding-left: 0;
}
.entry-content th,
.entry-content td {
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
.entry-content caption,
.entry-content th,
.entry-content td {
  font-weight: normal;
  text-align: left;
  padding: 5px;
  vertical-align: middle;
}
.entry-content th {
  border-width: 0 1px 1px 0;
  font-weight: bold;
  text-transform: uppercase;
  font-size: 85%;
}
.entry-content td {
  border-width: 0 1px 1px 0;
}

/* Code */
code, kbd, tt, var, samp, pre {
  font-family: monospace, serif;
  -webkit-hyphens: none;
  -moz-hyphens: none;
  -ms-hyphens: none;
  hyphens: none;
  font-style: normal;
}

pre {
  padding: 15px;
  border: 1px solid rgba(0, 0, 0, 0.1);
}

/* Various */
address {
  margin: 0 0 15px;
}

.sr-only,
.screen-reader-text {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}

/* Embeds and iframes
=================================== */
embed,
iframe,
object,
video,
audio {
  margin-bottom: 15px;
  max-width: 100%;
}

p > embed,
p > iframe,
p > object,
p > audio,
span > embed,
span > iframe,
span > object,
span > audio {
  margin-bottom: 0;
}

#map,
.map *,
.ci-map * {
  max-width: none !important;
}

/* General Form Styling
=================================== */
label {
  display: block;
  margin: 0 0 2px;
  font-weight: normal;
}

input,
textarea {
  display: inline-block;
  font-size: inherit;
  width: 100%;
  max-width: 100%;
  height: 45px;
  padding: 6px 12px;
  box-shadow: none;
  line-height: normal;
  border: 1px solid #959595;
  background-color: #FFF;
  background-image: none;
  border-radius: 0;
  color: #373737;
}
input:focus, input:hover,
textarea:focus,
textarea:hover {
  border-color: #2A7200;
  outline: none;
}
@media (max-width: 767px) {
  input,
  textarea {
    width: 100%;
  }
}

input[type="search"] {
  /* Restoring box-sizing */
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

textarea {
  height: auto;
}

select {
  max-width: 100%;
}

input[type="checkbox"],
input[type="radio"] {
  margin: 4px 0 0;
  margin-top: 1px \9;
  line-height: normal;
  width: auto;
  height: auto;
}

fieldset {
  margin: 0 0 15px;
  padding: 0;
  border: none;
  min-width: 0;
}

.ci-select {
  height: 45px;
  position: relative;
}
.ci-select:after {
  content: "";
  height: calc(100% - 2px);
  width: 40px;
  position: absolute;
  right: 1px;
  text-align: center;
  top: 1px;
  background-color: #FFF;
  pointer-events: none;
}
.ci-select:before {
  font-family: FontAwesome;
  content: "\f107";
  position: absolute;
  color: #FFF;
  text-align: center;
  line-height: 33px;
  height: 33px;
  width: 33px;
  right: 6px;
  top: 6px;
  background-color: #373737;
  z-index: 1;
  –webkit-transition: background-color 0.18s ease;
  transition: background-color 0.18s ease;
  pointer-events: none;
}
.ci-select:hover:before {
  background-color: #59c54b;
}
.ci-select select {
  opacity: 1;
  height: 100%;
  width: 100%;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-color: #FFF;
  border: 1px solid #959595;
  border-radius: 0;
  padding: 6px 12px;
}
.ci-select select:hover, .ci-select select:focus {
  outline: none;
}
.ci-select option {
  padding: 5px 10px;
}

.input-group {
  position: relative;
}
.input-group input {
  padding-left: 50px;
}
.input-group .input-label {
  position: absolute;
  left: 1px;
  top: 1px;
  height: calc(100% - 2px);
  min-width: 40px;
  padding: 0 12px;
  text-align: center;
  background-color: #f8f8f8;
  line-height: 42px;
  color: #717171;
  border-right: 1px solid rgba(0, 0, 0, 0.05);
}
.input-group.input-label-right .input-label {
  left: auto;
  right: 1px;
  border-left: 1px solid rgba(0, 0, 0, 0.05);
  border-right: none;
}
.input-group.input-label-right input {
  padding-left: 10px;
}

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
  opacity: 1;
}

/* Placeholder text color */
::-webkit-input-placeholder {
  color: rgba(55, 55, 55, 0.5);
  font-weight: normal;
  opacity: 1;
}

:-moz-placeholder {
  color: rgba(55, 55, 55, 0.5);
  font-weight: normal;
  opacity: 1;
}

::-moz-placeholder {
  color: rgba(55, 55, 55, 0.5);
  font-weight: normal;
  opacity: 1;
}

:-ms-input-placeholder {
  color: rgba(55, 55, 55, 0.5);
  font-weight: normal;
  opacity: 1;
}

/* Buttons
=================================== */
.btn, .comment-reply-link,
input[type="button"],
input[type="submit"],
input[type="reset"],
button {
  display: inline-block;
  font-weight: normal;
  margin: 0;
  line-height: normal;
  border: none;
  box-shadow: none;
  text-align: center;
  vertical-align: middle;
  cursor: pointer;
  white-space: nowrap;
  transition: 0.18s background-color ease, color 0.18s ease, 0.18s border-color ease;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  border-radius: 0;
  width: auto;
  height: auto;
  background-image: none;
  padding: 11px 26px;
  background-color: #59c54b;
  color: #FFF;
  font-size: 13px;
}
.btn:active, .comment-reply-link:active,
input[type="button"]:active,
input[type="submit"]:active,
input[type="reset"]:active,
button:active {
  outline: none;
}
.btn:hover, .comment-reply-link:hover,
input[type="button"]:hover,
input[type="submit"]:hover,
input[type="reset"]:hover,
button:hover {
  background: #2A7200;
  color: #FFF;
  text-decoration: none;
}
.btn:focus, .comment-reply-link:focus,
input[type="button"]:focus,
input[type="submit"]:focus,
input[type="reset"]:focus,
button:focus {
  outline: none;
}

/* CI-Slider Overrides
=================================== */
.ci-slider {
  margin: 0;
  padding: 0;
  box-shadow: none;
  border-radius: 0;
  border: 0;
}
.ci-slider.loading:before {
  width: 40px;
  height: 40px;
  background-color: #FFF;
  border-radius: 100%;
  -webkit-animation: scaleout 1.0s infinite ease-in-out;
  animation: scaleout 1.0s infinite ease-in-out;
  content: "";
  position: absolute;
  right: 20px;
  top: 20px;
  z-index: 1000;
}
.ci-slider .slides li:after {
  content: " ";
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1000;
}

@-webkit-keyframes scaleout {
  0% {
    -webkit-transform: scale(0);
  }
  100% {
    -webkit-transform: scale(1);
    opacity: 0;
  }
}
@keyframes scaleout {
  0% {
    transform: scale(0);
    -webkit-transform: scale(0);
  }
  100% {
    transform: scale(1);
    -webkit-transform: scale(1);
    opacity: 0;
  }
}
.ci-direction-nav a {
  top: 50%;
  opacity: 0.7;
  line-height: normal;
}
.ci-direction-nav a:hover {
  color: #FFF;
  opacity: 1;
}

.ci-slider .slides > li:first-child {
  display: block;
  /* Display flexslider's first item no matter if its loading or not */
  -webkit-backface-visibility: visible;
}

.ci-slider.loading .slides > li:first-child {
  opacity: 1 !important;
  /* Remove the fade in/out animation when the slider loads */
}

/* Magnific Popup Overrides
=================================== */
.mfp-preloader {
  color: #FFF;
}
.mfp-preloader a, .mfp-preloader a:hover {
  color: #59c54b;
}

.mfp-container:not(.mfp-s-error) .mfp-preloader {
  width: 40px;
  height: 40px;
  background-color: #FFF;
  border-radius: 100%;
  -webkit-animation: scaleout 1.0s infinite ease-in-out;
  animation: scaleout 1.0s infinite ease-in-out;
  background-color: #59c54b;
  text-indent: -999em;
  margin: 0 auto;
}

button.mfp-close,
button.mfp-arrow {
  border: none;
  opacity: 1;
}
button.mfp-close:hover,
button.mfp-arrow:hover {
  background: none;
  border: none;
}

.mfp-close-btn-in .mfp-close {
  color: #FFF;
}

.mfp-image-holder .mfp-close,
.mfp-iframe-holder .mfp-close {
  color: #59c54b;
}

.mfp-arrow {
  line-height: 0.3;
}
.mfp-arrow:before, .mfp-arrow:after {
  border: none;
}
.mfp-arrow:after {
  font-family: FontAwesome;
  font-size: 70px;
  color: #59c54b;
}

.mfp-arrow-right:after,
.mfp-arrow-right .mpf-a {
  content: "\f105";
}

.mfp-arrow-left:after,
.mfp-arrow-left .mpf-a {
  content: "\f104";
}

/* -----------------------------------------
	02. Main Navigation
----------------------------------------- */
.main-nav {
  background-color: #373737;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  padding: 17px 0;
}

.nav ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.navigation {
  text-align: right;
}
.navigation:before, .navigation:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
.navigation:after {
  clear: both;
}
.navigation li {
  position: relative;
  z-index: 100;
}
.navigation > li {
  display: inline-block;
  text-align: left;
}
.navigation ul {
  position: absolute;
  z-index: 300;
  top: -999em;
}
.navigation li:hover > ul,
.navigation .sfHover > ul {
  top: auto;
}
.navigation li li:hover > ul,
.navigation li .sfHover > ul {
  top: 0;
  left: 100%;
}
.navigation li li li:hover > ul,
.navigation li li .sfHover > ul {
  top: 0;
  left: 100%;
}
.navigation a, .navigation .navigation a:visited {
  display: block;
  white-space: nowrap;
}
.navigation a {
  font-size: 16px;
  line-height: normal;
  color: #FFF;
  /* Global Menu Link Styles */
}
.navigation a:hover,
.navigation .sfHover > a {
  text-decoration: none;
  /* First Level & Global Menu Link Hover Styles */
}
.navigation > li > a {
  padding: 6px 15px 9px;
  /* First Level Menu Link Styles */
}
.navigation > li ul a {
  padding: 11px 15px;
  background-color: rgba(0, 0, 0, 0.7);
  margin-top: 1px;
  font-size: 14px;
  /* All Other Menu Level Link Styles */
}
.navigation > li ul a:hover,
.navigation > li ul .sfHover > a {
  color: #59c54b;
  background-color: rgba(0, 0, 0, 0.85);
  border-left: 3px solid #59c54b;
  margin-left: -3px;
  /* All Other Level Menu Link Hover Styles */
}
.navigation > li > a:hover,
.navigation > li.sfHover > a,
.navigation > li.sfHover > a:active,
.navigation > li.current_page_item > a,
.navigation > li.current-menu-item > a,
.navigation > li.current-menu-ancestor > a,
.navigation > li.current-menu-parent > a,
.navigation > li.current > a {
  background-color: #59c54b;
  color: #FFF;
  text-shadow: -1px 0 0 rgba(0, 0, 0, 0.13);
  border-radius: 1px;
  /* WordPress First Level Current/Ancestor Hover Page Styles */
}
.navigation ul {
  min-width: 200px;
  border: 3px solid rgba(0, 0, 0, 0.1);
  /* All Lower Level Menu Container Styles */
}
.navigation a.sf-with-ul {
  padding-right: 23px;
  position: relative;
  /* Styling for navigation arrows  ---------- */
}
.navigation.sf-arrows .sf-with-ul:after {
  content: '\f078';
  font-family: FontAwesome;
  position: absolute;
  top: 50%;
  right: 13px;
  margin-top: -6px;
  font-size: 8px;
  font-weight: normal;
}
.navigation.sf-arrows ul .sf-with-ul:after {
  right: 8px;
  margin-top: -4px;
  content: "\f054";
  /* Styling for right facing arrows  ---------- */
}

/* -----------------------------------------
	03. Header
----------------------------------------- */
.header {
  position: relative;
}

.header-decor {
  height: 100%;
  width: 37%;
  background-color: #59c54b;
  position: absolute;
  top: 0;
  left: -50px;
  -moz-transform: skew(-27deg, 0deg);
  -webkit-transform: skew(-27deg, 0deg);
  transform: skew(-27deg, 0deg);
  z-index: 2;
  box-shadow: 3px 0 0 rgba(0, 0, 0, 0.05);
  border-bottom: 4px solid rgba(0, 0, 0, 0.04);
}

.header-decor-back {
  height: 100%;
  width: 37%;
  background-color: #3D910C;
  position: absolute;
  top: 0;
  left: -33px;
  -moz-transform: skew(-14deg, 0deg);
  -webkit-transform: skew(-14deg, 0deg);
  transform: skew(-14deg, 0deg);
}

.pre-head {
  background-color: #212223;
  color: #FFF;
  min-height: 20px;
}

.pre-head,
.sub-head {
  text-align: right;
}
.pre-head .widget,
.sub-head .widget {
  text-align: left;
  display: inline-block;
  margin: 0;
}
.pre-head .widget .widget-title,
.sub-head .widget .widget-title {
  display: none;
}

.main-nav {
  min-height: 60px;
  position: relative;
}

.sub-head {
  background-color: #EBEBEB;
  font-size: 12px;
  padding: 7px 0 4px;
  line-height: normal;
  position: relative;
  z-index: 1;
  border-bottom: 4px solid rgba(0, 0, 0, 0.04);
}
.sub-head p {
  margin: 0;
}

.logo-wrap {
  position: absolute;
  left: 15px;
  top: -15px;
  z-index: 10;
}

.logo {
  margin: 0;
  font-size: 34px;
}
.logo a, .logo a:hover {
  color: #FFF;
}

.site-tagline {
  color: #FFF;
  text-transform: uppercase;
  font-size: 11px;
  margin: 0;
}

/* -----------------------------------------
	04. Modules
----------------------------------------- */
.main {
  padding: 60px 0;
}
.main.home-sections {
  padding: 0;
}

.hero-bg {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: top center;
  height: 170px;
}

.page-hero {
  background-color: #FFF;
  border-bottom: 1px solid #EBEBEB;
  padding: 55px 0;
  text-align: center;
}
.page-hero .widget-title {
  text-align: left;
}

.page-title {
  margin: 0;
  line-height: normal;
  font-size: 30px;
  font-weight: normal;
}

/* Home Slider
=================================== */
.home-slider {
  height: 670px;
  position: relative;
  overflow: hidden;
  z-index: 0;
}
.home-slider .container,
.home-slider .row,
.home-slider .col-xs-12 {
  height: 100%;
}
.home-slider .slides {
  height: 100%;
}
.home-slider .slides li {
  z-index: auto !important;
  position: relative;
  height: 100%;
  background-position: top center;
  background-size: cover;
  background-repeat: no-repeat;
}
.home-slider .slides li.ci-active-slide {
  z-index: auto !important;
}

.slide-content {
  color: #FFF;
  position: absolute;
  bottom: 15px;
  right: 15px;
  z-index: 10;
  text-align: right;
}
.slide-content .hero-title {
  margin: 0 0 8px;
}
.slide-content .hero-title a {
  color: #FFF;
}
.slide-content .hero-title a:hover {
  color: #FFF;
  opacity: 0.8;
}
.slide-content .entry-categories a {
  background-color: #3D910C;
}

.home-slider-nav-wrap {
  height: 130px;
  position: absolute;
  right: -50px;
  bottom: 0;
  width: 65%;
  background-color: #59c54b;
  -moz-transform: skew(-27deg, 0deg);
  -webkit-transform: skew(-27deg, 0deg);
  transform: skew(-27deg, 0deg);
}

.home-slider-nav {
  margin: 36px 0 0 40px;
}
.home-slider-nav a {
  color: #FFF;
  display: inline-block;
  width: 68px;
  height: 58px;
  font-size: 30px;
  text-align: center;
  background-color: #3D910C;
  line-height: 54px;
}
.home-slider-nav a:hover {
  background-color: #2A7200;
  color: #FFF;
}
.home-slider-nav a i {
  -moz-transform: skew(27deg, 0deg);
  -webkit-transform: skew(27deg, 0deg);
  transform: skew(27deg, 0deg);
}

/* Items
=================================== */
.item {
  position: relative;
  margin: 0 0 30px;
}
.item:before, .item:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
.item:after {
  clear: both;
}

.item-thumb img {
  width: 100%;
}
.item-thumb img, .item-thumb a {
  line-height: 0;
  display: block;
}

.item-content {
  background-color: #FFF;
  padding: 23px 25px 50px;
  border: 1px solid #EBEBEB;
  border-top: none;
  position: relative;
}
.entry .item-content {
  padding-bottom: 25px;
}

.item-title {
  font-size: 20px;
  line-height: 1.2;
}
.item-title a {
  color: #373737;
}
.item-title a:hover {
  color: #59c54b;
}

.item-address {
  font-weight: bold;
}

.item-attributes {
  list-style: none;
  padding: 0;
  margin: 8px 0;
}
.item-attributes li {
  display: inline-block;
  margin-right: 5px;
}

.item-meta {
  margin: -8px 0 10px;
}

.item-sub {
  font-size: 12px;
}

.entry-categories > a,
.item-tag,
.entry-tag {
  display: inline-block;
  color: #FFF;
  background-color: #59c54b;
  padding: 4px 8px;
  margin: 0 3px 3px 0;
  text-transform: uppercase;
  font-size: 11px;
  line-height: normal;
}
.entry-categories > a:hover,
.item-tag:hover,
.entry-tag:hover {
  background-color: #2A7200;
  color: #FFF;
}

.item-more {
  position: absolute;
  bottom: 0;
  right: 0;
  padding: 4px 35px 4px 25px;
  font-size: 16px;
  font-weight: bold;
  background-color: #59c54b;
  color: #FFF;
  text-shadow: -1px 0 0 rgba(0, 0, 0, 0.13);
  height: 32px;
}
.item-more:hover, .item-more:focus, .item-more:active {
  background-color: #2A7200;
  color: #FFF;
}
.item-more:before {
  content: "";
  border: 32px solid transparent;
  border-left-width: 18px;
  border-right-width: 0;
  border-bottom-color: #59c54b;
  position: absolute;
  left: -18px;
  top: -32px;
  height: 100%;
  transition: border-color 0.18s ease;
}
.item-more:hover:before {
  border-bottom-color: #2A7200;
}
.item-more .fa {
  font-size: 13px;
  position: relative;
  top: -1px;
  left: -2px;
  opacity: 0.8;
  text-shadow: none;
}

.item-media {
  zoom: 1;
  display: table;
}
.item-media .item-thumb {
  display: table-cell;
  margin: 0;
  vertical-align: top;
  width: 47%;
}
.item-media .item-thumb img {
  width: 100%;
}
.item-media .item-content {
  vertical-align: top;
  display: table-cell;
  zoom: 1;
  border-top: 1px solid #EBEBEB;
  border-left: none;
  color: #373737;
}
.item-media .item-excerpt {
  color: #373737;
  max-height: 100px;
  overflow: hidden;
}

.item-list {
  margin-bottom: -15px;
}

@media (min-width: 768px) {
  .item-list div[class^="col-md-12"] .item-media .item-thumb {
    width: 35%;
  }
}
.property-price sup {
  top: -4px;
  right: -3px;
  font-size: 11px;
}

/* Property Form
=================================== */
.property-filters label {
  text-align: left;
  display: block;
  text-transform: uppercase;
  font-size: 11px;
  margin: 0 0 7px;
}
.property-filters input,
.property-filters .ci-select {
  margin: 0 0 20px;
}

input.property-filters-submit {
  width: 100%;
  margin: 22px 0 0;
  height: 46px;
  font-size: 14px;
  text-transform: uppercase;
  font-weight: bold;
  text-shadow: -1px 0 0 rgba(0, 0, 0, 0.13);
}

.sidebar .property-filters div[class^="col"],
.footer .property-filters div[class^="col"] {
  float: none;
  width: 100%;
}
.sidebar input.property-filters-submit,
.footer input.property-filters-submit {
  margin: 0;
}

/* Entry Styles
=================================== */
.entry {
  margin: 0 0 50px;
}
.entry:only-of-type {
  margin: 0;
}

.entry-title {
  font-size: 22px;
}
.entry-title a {
  color: #373737;
}
.entry-title a:hover {
  color: #59c54b;
}

.entry-meta {
  margin: -10px 0 10px;
}

.entry-time {
  margin-right: 10px;
}

.entry-tag {
  position: relative;
  top: -1px;
}

.entry-excerpt {
  margin: 0 0 25px;
}

.entry-thumb {
  margin-bottom: 30px;
}
.entry-thumb + .item-content {
  margin-top: -30px;
}
.entry-thumb.alignnone, .entry-thumb.alignleft, .entry-thumb.alignright, .entry-thumb.aligncenter {
  margin-top: 0;
}

.entry-content {
  font-size: 15px;
  line-height: 1.7;
}
.entry-content:before, .entry-content:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
.entry-content:after {
  clear: both;
}

/* Pagination
=================================== */
#paging {
  margin: 40px 0 0;
}
#paging.centered {
  text-align: center;
}
#paging ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
#paging ul li {
  display: inline-block;
}
#paging a,
#paging > span,
#paging li span {
  display: inline-block;
  text-transform: uppercase;
  font-size: 13px;
  color: #373737;
  padding: 10px 15px;
  margin: 0 3px 3px 0;
  line-height: normal;
  background-color: #FFF;
  border: 1px solid #EBEBEB;
}
#paging a:hover {
  color: #FFF;
  background-color: #2A7200;
  border-color: #2A7200;
}
#paging .current {
  border-color: #373737;
  color: #FFF;
  background-color: #59c54b;
}

/* Property Styles
=================================== */
.box-container {
  background-color: #FFF;
  border: 1px solid #EBEBEB;
  padding: 27px 30px 30px;
  margin: 0 0 30px;
}
.box-container:last-child {
  margin: 0;
}
.box-container .entry-content {
  font-size: 13px;
  line-height: 1.846153846;
}
.box-container .fluid-width-video-wrapper {
  margin-bottom: 30px;
}
.box-container .fluid-width-video-wrapper:last-child {
  margin-bottom: 0;
}

.property-meta {
  margin: 5px 0 15px;
}
.property-meta .property-price {
  font-size: 20px;
  line-height: normal;
  margin-left: 10px;
  position: relative;
  top: 2px;
}

.property-location {
  font-size: 14px;
}
.property-location p {
  margin: 0;
}

.property-map-marker {
  font-size: 24px;
  display: inline-block;
  color: #EBEBEB;
}

.property-slider a:before {
  text-indent: 2px;
  font-size: 12px;
  font-weight: normal;
  width: 33px;
  height: 33px;
  text-align: center;
  line-height: 33px;
  color: #FFF;
  border: 1px solid #FFF;
  border-radius: 50%;
  transition: all 0.18s ease;
}
.property-slider a.ci-prev:before {
  text-indent: -2px;
}
.property-slider a:hover:before {
  background-color: #59c54b;
  border-color: #59c54b;
}

.property-overview th {
  font-weight: normal;
  text-align: left;
  padding-bottom: 5px;
}
.property-overview td {
  font-weight: bold;
  padding-bottom: 5px;
}

.property-amenities {
  margin: 0;
  padding: 0;
  list-style: none;
}
.property-amenities li {
  font-size: 14px;
  display: inline-block;
  margin: 0 25px 8px 0;
}
.property-amenities li:before {
  font-family: FontAwesome;
  content: "\f005";
  color: #59c54b;
  margin-right: 7px;
  font-size: 12px;
  position: relative;
  top: -1px;
}

.property-data {
  margin: 0;
  padding: 0;
  list-style: none;
}
.property-data li {
  display: block;
  margin: 0 0 10px;
  font-weight: bold;
}
.property-data li:before, .property-data li:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
.property-data li:after {
  clear: both;
}
.property-data li > b {
  font-weight: normal;
  width: 25%;
  float: left;
}

.ci-range {
  height: 10px;
  width: 75%;
  display: inline-block;
  position: relative;
  background-color: #EBEBEB;
}

.ci-range-bar {
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-color: #59c54b;
}

.agent-thumb {
  margin: 0 0 10px;
}

.agent-name {
  font-size: 14px;
  margin: 0 0 5px;
  font-weight: bold;
}

.icon-link {
  color: #373737;
  font-size: 14px;
  margin: 0 17px 5px 0;
  display: inline-block;
}
.icon-link i {
  margin-right: 3px;
  color: #59c54b;
}

.agent-social {
  display: inline-block;
  width: 24px;
  height: 24px;
  font-size: 14px;
  line-height: 24px;
  border-radius: 1px;
  background-color: #59c54b;
  color: #FFF;
  text-align: center;
  margin: 10px 5px 0 0;
}
.agent-social:hover {
  background-color: #2A7200;
  color: #FFF;
}

/* Property Map
=================================== */
.property-map {
  height: 500px;
  width: 100%;
}
.property-map * {
  max-width: none;
}
.property-map .gm-style .gm-style-iw {
  background: #FFF;
}
.property-map .infoBox {
  margin-top: -50px;
}
.property-map .infoBox > img {
  position: absolute !important;
  top: 0;
  margin: 0 !important;
  right: 0;
  z-index: 5;
}
.property-map .ci-infobox {
  background-color: #FFF;
  border: 2px solid #59c54b;
  position: relative;
}
.property-map .ci-infobox p {
  font-size: 18px;
  line-height: normal;
  margin: 0;
  padding: 10px 15px 0;
}
.property-map .ci-infobox .ci-infobox-price {
  font-size: 16px;
  padding: 3px 15px 0;
  display: block;
}
.property-map .ci-infobox .ci-infobox-approximate {
  display: block;
  padding: 3px 15px 10px;
}
.property-map .ci-infobox > a {
  display: block;
}
.property-map .ci-infobox:after {
  content: "";
  position: absolute;
  border: 10px solid transparent;
  border-top-color: #59c54b;
  bottom: -20px;
  left: 50%;
  margin-left: -10px;
}

#property_map {
  width: 100%;
  height: 320px;
}

/* Agent
=================================== */
.agent-wrap:before, .agent-wrap:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
.agent-wrap:after {
  clear: both;
}

.agent-info {
  list-style: none;
  margin: 0 0 20px;
  padding: 0;
  font-size: 14px;
}
.agent-info li {
  padding: 3px 0;
}
.agent-info b {
  min-width: 100px;
  display: inline-block;
}

/* Form Messages
=================================== */
.form-success {
  display: none;
  background-color: #2fb390;
  color: #FFF;
  font-size: 14px;
  line-height: 1.5;
  padding: 10px 20px 10px 59px;
  margin: 0 0 30px;
  position: relative;
}
.form-success p {
  overflow: hidden;
  zoom: 1;
  margin: 0;
}

.form-error {
  display: none;
  position: relative;
  background-color: #b35146;
  color: #FFF;
  font-size: 14px;
  line-height: 1.5;
  padding: 15px 20px 15px 59px;
  margin: 0 0 30px;
}
.form-error p {
  margin: 0 0 10px;
}
.form-error ul {
  margin: 0;
  font-size: 15px;
  list-style: none;
  padding: 0;
}
.form-error ul li:before {
  font-family: FontAwesome;
  content: "\f105";
  font-size: 0.7em;
  position: relative;
  top: -2px;
  margin-right: 7px;
}

.form-box-icon {
  position: absolute;
  left: 0;
  top: 0;
  width: 44px;
  height: 100%;
  text-align: center;
  background-color: rgba(0, 0, 0, 0.1);
  text-indent: 2px;
}
.form-box-icon i {
  font-size: 24px;
  position: absolute;
  top: 50%;
  width: 100%;
  left: 0;
  margin-top: -14px;
}

/* -----------------------------------------
	05. Footer
----------------------------------------- */
.footer {
  background-color: #373737;
  color: #FFF;
  padding-top: 70px;
}

.footer-bottom {
  background-color: #212223;
  border-top: 1px solid #444444;
  text-transform: uppercase;
  font-size: 11px;
  font-weight: bold;
  padding: 10px 0;
}
.footer-bottom p {
  margin: 0;
}

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

/* -----------------------------------------
   06. Comments
----------------------------------------- */
#comments {
  margin: 40px 0 0;
}
#comments h3 {
  text-transform: uppercase;
  font-size: 18px;
  margin: 0 0 25px;
}

#comment-list {
  margin: 0;
  list-style: none;
  padding: 0;
}
#comment-list ol {
  list-style: none;
}
@media (max-width: 767px) {
  #comment-list ol {
    margin: 0;
    padding: 0;
  }
}
#comment-list .comment-body {
  margin-bottom: 20px;
  padding-top: 20px;
}
#comment-list > .comment:first-child > .comment-body {
  border-top: none;
  padding-top: 0;
}

.post-comments {
  margin: 0 0 45px;
}

.comment-author .avatar {
  width: 64px;
  height: 64px;
  float: left;
  margin: 0 15px 15px 0;
  overflow: visible;
}
@media (max-width: 767px) {
  .comment-author .avatar {
    display: none;
  }
}

.comment-content {
  overflow: hidden;
  zoom: 1;
  font-size: 13px;
}

.comment-metadata {
  font-size: 12px;
  margin: 0 0 5px;
}

.comment-reply-link {
  font-size: 10px;
  text-transform: uppercase;
  padding: 4px 10px;
  margin-left: 80px;
  height: auto;
  width: auto;
}
@media (max-width: 767px) {
  .comment-reply-link {
    margin: 0;
  }
}

.bypostauthor > article .fn:before {
  font-family: FontAwesome;
  content: "\f005";
  margin: 0 2px 0 -2px;
  position: relative;
  top: -1px;
  font-size: 11px;
}

#cancel-comment-reply-link {
  font-size: 13px;
  font-weight: normal;
  margin-left: 5px;
}

.form-allowed-tags,
.comment-notes {
  font-size: 12px;
  line-height: 1.5;
  color: rgba(55, 55, 55, 0.8);
}

/* -----------------------------------------
	07. Widgets Styling
----------------------------------------- */
.widget {
  margin: 0 0 45px;
}

.sidebar .widget:last-child,
.widget p:last-child {
  /* Nullify bottom margin for last elements in widgets and sidebars */
  margin-bottom: 0;
}

.widget-title,
.section-title {
  font-size: 18px;
  line-height: normal;
  text-transform: uppercase;
  margin: 0 0 40px;
}
.widget-title > a,
.section-title > a {
  color: #373737;
}

.widget-title {
  margin: 0 0 25px;
}
.widget-title label {
  display: block;
  font-size: inherit;
  margin: 0;
  line-height: inherit;
  font-weight: inherit;
}

section.widget {
  margin-bottom: 70px;
}

.widget-padded + .widget-padded {
  margin-top: -70px;
}

/* WIDGET: #Property Map
========================================= */
.home-sections .widget_ci-property-map:last-child, .bottom-sections .widget_ci-property-map:last-child {
  margin-bottom: 0;
}

/* WIDGET: #Property Filter Widget
========================================= */
.widget_ci-property-filters.widget-padded .widget-wrap {
  border-bottom: 1px solid #EBEBEB;
  padding: 55px 0 45px;
}

/* WIDGET: #Items
========================================= */
.widget_ci-items.widget-padded .widget-wrap,
.widget_ci-latest-posts.widget-padded .widget-wrap,
.widget_ci-properties.widget-padded .widget-wrap {
  padding: 80px;
}

/* WIDGET: #Hero
========================================= */
.widget_ci-hero.widget-padded .widget-wrap,
.widget_ci-hero-custom.widget-padded .widget-wrap {
  padding: 90px 0 150px;
}

.hero-item {
  color: inherit;
}
.hero-item .item-excerpt {
  font-size: 14px;
  line-height: 1.714285714;
  margin: 0 0 25px;
}

.hero-title {
  font-size: 30px;
  font-weight: normal;
}

.hero-meta {
  margin: -10px 0 20px;
}

.hero-item-price {
  font-size: 20px;
  position: relative;
  top: 2px;
  margin-left: 5px;
}
.hero-item-price sup {
  font-size: 12px;
  text-transform: uppercase;
}

/* WIDGET: #Carousel
========================================= */
.home-sections .widget_ci-carousel:last-child, .bottom-sections .widget_ci-carousel:last-child, .home-sections
.widget_ci-carousel-latest:last-child, .bottom-sections
.widget_ci-carousel-latest:last-child {
  margin-bottom: 0;
}

.widget_ci-carousel.widget-padded .widget-wrap,
.widget_ci-carousel-latest.widget-padded .widget-wrap {
  padding-top: 60px;
}

.swiper-container {
  width: 100%;
}

.swiper-slide {
  width: 200px;
}

.sidebar .widget-padded + .widget-padded,
.footer .widget-padded + .widget-padded {
  margin-top: 0;
}
.sidebar .widget-padded .widget-wrap,
.footer .widget-padded .widget-wrap {
  padding: 20px;
}
.sidebar .widget_ci-items div[class^="col"],
.sidebar .widget_ci-latest-posts div[class^="col"],
.sidebar .widget_ci-properties div[class^="col"],
.footer .widget_ci-items div[class^="col"],
.footer .widget_ci-latest-posts div[class^="col"],
.footer .widget_ci-properties div[class^="col"] {
  float: none;
  width: 100%;
}
.sidebar .hero-title,
.footer .hero-title {
  font-size: 24px;
}

/* WIDGET: #List Widgets
========================================= */
.widget select {
  width: 100%;
  padding: 5px 10px;
  border: 1px solid #959595;
  border-radius: 0;
}
.widget select:hover, .widget select:focus {
  border-color: #2A7200;
  outline: none;
}

.widget_meta ul,
.widget_pages ul,
.widget_categories ul,
.widget_archive ul,
.widget_nav_menu ul,
.widget_recent_entries ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.widget_meta ul ul,
.widget_pages ul ul,
.widget_categories ul ul,
.widget_archive ul ul,
.widget_nav_menu ul ul,
.widget_recent_entries ul ul {
  margin-left: 15px;
}
.widget_meta ul li,
.widget_pages ul li,
.widget_categories ul li,
.widget_archive ul li,
.widget_nav_menu ul li,
.widget_recent_entries ul li {
  line-height: normal;
  display: block;
  position: relative;
}
.widget_meta ul li a,
.widget_pages ul li a,
.widget_categories ul li a,
.widget_archive ul li a,
.widget_nav_menu ul li a,
.widget_recent_entries ul li a {
  text-transform: uppercase;
  display: block;
  padding: 11px 0;
  font-size: 12px;
  border-bottom: 1px solid #EBEBEB;
}
.widget_meta ul li .count,
.widget_pages ul li .count,
.widget_categories ul li .count,
.widget_archive ul li .count,
.widget_nav_menu ul li .count,
.widget_recent_entries ul li .count {
  position: absolute;
  right: 0;
  top: 8px;
  font-size: 12px;
  font-weight: bold;
  font-style: italic;
  transition: all 0.18s ease;
  padding: 4px 3px;
}

.widget_recent_comments ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.widget_recent_comments ul li {
  display: block;
  padding: 11px 0;
  border-bottom: 1px solid #EBEBEB;
}

.widget_pages select,
.widget_categories select,
.widget_archive select {
  display: block;
  width: 100%;
  padding: 6px 15px;
  border-radius: 0;
  font-size: 14px;
  height: 40px;
  font-weight: normal;
  border: 1px solid #EBEBEB;
  background: #FFF;
}

/* WIDGET: #Loan Calculator
========================================= */
.loan-result {
  font-size: 15px;
  display: none;
}
.loan-result p {
  margin: 0;
}
.loan-result span {
  font-weight: bold;
}

/* WIDGET: #Ads125
========================================= */
#ads125,
.ads125 {
  margin: 0;
  padding: 0;
  list-style: none;
}
#ads125 li,
.ads125 li {
  background: none;
  border: none;
  float: left;
  margin: 0 15px 10px 0;
  padding: 0;
  max-width: 125px;
  height: auto;
}

/* WIDGET: #Search
========================================= */
.searchform > div {
  position: relative;
}
.searchform .searchsubmit {
  position: absolute;
  top: 5px;
  padding: 7px 15px;
  right: 5px;
  height: calc(100% - 10px);
}

/* WIDGET: #Flickr
========================================= */
.flickr_badge_image {
  float: left;
  margin: 0 15px 15px 0;
}
.flickr_badge_image a {
  display: block;
  line-height: 0;
}

/* WIDGET: #About
========================================= */
.widget_about {
  margin-top: -5px;
}
.widget_about img {
  max-width: 100px;
  height: auto;
}
.widget_about .alignleft {
  float: left;
  margin: 5px 15px 6px 0;
}
.widget_about .alignright {
  float: right;
  margin: 5px 0 6px 15px;
}

/* WIDGET: #Text Widget
========================================= */
.widget_text p:last-child {
  margin-bottom: 0;
}

/* WIDGET: #Twitter
========================================= */
.widget_ci_twitter_widget ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.widget_ci_twitter_widget ul li {
  margin-bottom: 12px;
}
.widget_ci_twitter_widget ul li:first-child {
  padding-top: 0;
}
.widget_ci_twitter_widget .twitter-time {
  display: block;
  font-size: 0.85em;
}

/* WIDGET: #Calendar
================================================== */
#wp-calendar {
  width: 100%;
}
#wp-calendar a {
  font-weight: bold;
  font-style: italic;
}
#wp-calendar caption {
  text-align: left;
  margin-top: 10px;
  background: none repeat scroll 0 0 rgba(0, 0, 0, 0.03);
  padding: 9px;
}
#wp-calendar thead {
  font-size: 10px;
}
#wp-calendar thead th {
  background: rgba(0, 0, 0, 0.1);
  font-weight: bold;
  padding: 8px;
}
#wp-calendar tbody td {
  background: none;
  border: 1px solid rgba(0, 0, 0, 0.1);
  text-align: center;
  padding: 3px;
}
#wp-calendar tbody td:hover {
  background: rgba(0, 0, 0, 0.1);
}
#wp-calendar tbody .pad {
  background: none;
}
#wp-calendar tfoot #next {
  font-size: 10px;
  text-transform: uppercase;
  text-align: right;
}
#wp-calendar tfoot #prev {
  font-size: 10px;
  text-transform: uppercase;
  padding-top: 10px;
}

/* WIDGET: #Social Icons (HTML only)
========================================= */
.social-icon i {
  width: 30px;
  height: 30px;
  line-height: 30px;
  background-color: #212223;
  color: #FFF;
  border: none;
  font-size: 12px;
  text-align: center;
  display: inline-block;
}
.pre-head .social-icon i {
  border-right: 1px solid #39393A;
}

.social-icon:hover i {
  background-color: #59c54b;
  color: #FFF;
}

/* -----------------------------------------
	08. WordPress Defaults
----------------------------------------- */
/* WordPress Galleries
=================================== */
.gallery {
  margin-left: -5px;
  margin-right: -5px;
  margin-bottom: 15px;
}
.gallery:before, .gallery:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
.gallery:after {
  clear: both;
}

.gallery-item {
  margin-bottom: 10px;
}
.gallery-item img {
  width: 100%;
}

.gallery-columns-1 .gallery-item {
  position: relative;
  min-height: 1px;
  padding-left: 5px;
  padding-right: 5px;
  position: relative;
  float: left;
  min-height: 1px;
  padding-left: 5px;
  padding-right: 5px;
  width: 50%;
}
@media (min-width: 768px) {
  .gallery-columns-1 .gallery-item {
    float: left;
    width: 100%;
  }
}

.gallery-columns-2 .gallery-item {
  position: relative;
  min-height: 1px;
  padding-left: 5px;
  padding-right: 5px;
  position: relative;
  float: left;
  min-height: 1px;
  padding-left: 5px;
  padding-right: 5px;
  width: 50%;
}
@media (min-width: 768px) {
  .gallery-columns-2 .gallery-item {
    float: left;
    width: 50%;
  }
}

.gallery-columns-3 .gallery-item {
  position: relative;
  min-height: 1px;
  padding-left: 5px;
  padding-right: 5px;
  position: relative;
  float: left;
  min-height: 1px;
  padding-left: 5px;
  padding-right: 5px;
  width: 50%;
}
@media (min-width: 768px) {
  .gallery-columns-3 .gallery-item {
    float: left;
    width: 33.33333%;
  }
}

.gallery-columns-4 .gallery-item {
  position: relative;
  min-height: 1px;
  padding-left: 5px;
  padding-right: 5px;
  position: relative;
  float: left;
  min-height: 1px;
  padding-left: 5px;
  padding-right: 5px;
  width: 50%;
}
@media (min-width: 768px) {
  .gallery-columns-4 .gallery-item {
    float: left;
    width: 25%;
  }
}

.gallery-columns-5 .gallery-item {
  position: relative;
  min-height: 1px;
  padding-left: 5px;
  padding-right: 5px;
  position: relative;
  float: left;
  min-height: 1px;
  padding-left: 5px;
  padding-right: 5px;
  width: 50%;
}
@media (min-width: 768px) {
  .gallery-columns-5 .gallery-item {
    float: left;
    width: 20%;
  }
}

.gallery-columns-6 .gallery-item {
  position: relative;
  min-height: 1px;
  padding-left: 5px;
  padding-right: 5px;
  position: relative;
  float: left;
  min-height: 1px;
  padding-left: 5px;
  padding-right: 5px;
  width: 50%;
}
@media (min-width: 768px) {
  .gallery-columns-6 .gallery-item {
    float: left;
    width: 16.66667%;
  }
}

.gallery-columns-7 .gallery-item {
  position: relative;
  min-height: 1px;
  padding-left: 5px;
  padding-right: 5px;
  position: relative;
  float: left;
  min-height: 1px;
  padding-left: 5px;
  padding-right: 5px;
  width: 50%;
}
@media (min-width: 768px) {
  .gallery-columns-7 .gallery-item {
    float: left;
    width: 14.28571%;
  }
}

.gallery-columns-8 .gallery-item {
  position: relative;
  min-height: 1px;
  padding-left: 5px;
  padding-right: 5px;
  position: relative;
  float: left;
  min-height: 1px;
  padding-left: 5px;
  padding-right: 5px;
  width: 50%;
}
@media (min-width: 768px) {
  .gallery-columns-8 .gallery-item {
    float: left;
    width: 12.5%;
  }
}

.gallery-columns-9 .gallery-item {
  position: relative;
  min-height: 1px;
  padding-left: 5px;
  padding-right: 5px;
  position: relative;
  float: left;
  min-height: 1px;
  padding-left: 5px;
  padding-right: 5px;
  width: 50%;
}
@media (min-width: 768px) {
  .gallery-columns-9 .gallery-item {
    float: left;
    width: 11.11111%;
  }
}

.gallery-caption {
  background-color: rgba(0, 0, 0, 0.7);
  color: #fff;
  font-size: 12px;
  line-height: 1.5;
  margin: 0 0 0 5px;
  max-height: 50%;
  opacity: 0;
  padding: 6px 8px;
  position: absolute;
  bottom: 0;
  left: 0;
  text-align: left;
  width: calc(100% - 10px);
  transition: opacity 0.18s ease;
}

.gallery-caption:before {
  content: "";
  height: 100%;
  min-height: 49px;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}

.gallery-item:hover .gallery-caption {
  opacity: 1;
}

.gallery-columns-6 .gallery-caption,
.gallery-columns-7 .gallery-caption,
.gallery-columns-8 .gallery-caption,
.gallery-columns-9 .gallery-caption {
  display: none;
}

/* WordPress Classes
=================================== */
/* Alignment */
.alignnone {
  margin: 5px 0 20px 0;
}
p .alignnone {
  margin-bottom: 0;
}

.aligncenter {
  display: block;
  margin: 7px auto 7px auto;
}

.alignright {
  float: right;
  margin: 7px 0 7px 24px;
}

.alignleft {
  float: left;
  margin: 7px 24px 7px 0;
}

/* Captions */
.wp-caption {
  max-width: 100%;
  margin-bottom: 15px;
}

.wp-caption img {
  border: 0 none;
  height: auto;
  margin: 0;
  padding: 0;
  width: auto;
}

.wp-caption .wp-caption-text {
  font-size: 12px;
  line-height: 17px;
  margin: 3px 0 5px;
  padding: 5px 0 0 0;
  text-align: left;
  font-style: italic;
}

.sticky {
  /* Provide sticky styles */
}

/* -----------------------------------------
  09.  MOBILE MENU
----------------------------------------- */
#mobilemenu {
  display: none;
}
@media (max-width: 991px) {
  #mobilemenu {
    display: block;
  }
}

.mobile-nav-trigger {
  display: none;
  position: absolute;
  right: 10px;
  top: -7px;
  line-height: 1;
  color: #FFF;
  font-size: 32px;
  background-color: rgba(255, 255, 255, 0.1);
  padding: 3px 7px;
}
.mobile-nav-trigger:hover, .mobile-nav-trigger:focus, .mobile-nav-trigger:active {
  color: #FFF;
}

/* -----------------------------------------
	10. External Plugins
----------------------------------------- */
/* Jetpack Sharing */
.sharedaddy {
  margin-top: 30px;
}

/* WP Instagram */
.null-instagram-feed p {
  padding-top: 10px;
}

.widget .instagram-pics {
  margin: 0;
  padding: 0;
  list-style: none;
}
.widget .instagram-pics:before, .widget .instagram-pics:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
.widget .instagram-pics:after {
  clear: both;
}
.widget .instagram-pics li {
  border-bottom: 0;
  padding: 0;
  float: left;
  width: 33.33333333333%;
  list-style: none;
  margin: 0;
}
.widget .instagram-pics li a {
  display: block;
  color: #373737;
}

/* -----------------------------------------
	11. Global Mediaqueries
----------------------------------------- */
@media (max-width: 1199px) {
  .col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 {
    padding-left: 10px;
    padding-right: 10px;
  }

  .row {
    margin-left: -10px;
    margin-right: -10px;
  }

  .item-media .item-thumb {
    width: 40%;
  }
  .item-media .item-excerpt {
    max-height: 38px;
  }
}
@media (max-width: 991px) {
  .mobile-nav-trigger {
    display: block;
  }

  .header-decor,
  .header-decor-back {
    width: 50%;
  }

  .nav {
    display: none;
  }

  .logo-wrap {
    top: -23px;
  }

  .home-slider {
    height: 440px;
  }

  .home-slider-nav-wrap {
    width: 100%;
  }

  .item-media {
    display: block;
  }
  .item-media .item-thumb {
    display: block;
    width: 100%;
  }
  .item-media .item-excerpt {
    max-height: 100%;
  }

  .item-list div[class^="col-md-12"] .item-media .item-thumb {
    width: 100%;
  }

  .hero-bg {
    height: 140px;
  }

  .page-hero {
    padding: 45px 0;
  }

  .property-overview {
    margin: 0 0 30px;
  }
  .property-overview th {
    width: 25%;
  }
}
@media (max-width: 767px) {
  .header-decor,
  .header-decor-back {
    display: none;
  }

  .logo-wrap {
    position: static;
    width: 100%;
    max-width: 75%;
  }

  .sub-head,
  .pre-head {
    text-align: center;
  }

  .mobile-nav-trigger {
    top: 0;
  }

  .home-slider {
    height: 240px;
  }

  .home-slider-nav-wrap {
    right: -25px;
    height: 80px;
  }

  .home-slider-nav {
    display: none;
  }

  .slide-content {
    bottom: 15px;
  }
  .slide-content .hero-title {
    font-size: 16px;
  }
  .slide-content .hero-meta {
    margin: -4px 0 0;
  }
  .slide-content .hero-item-price {
    font-size: 14px;
    top: 0;
  }
  .slide-content .hero-item-price sup {
    font-size: 9px;
  }

  .hero-bg {
    height: 80px;
  }

  .page-hero {
    padding: 25px 0 30px;
  }

  .page-title {
    line-height: 1.1;
    font-size: 26px;
  }

  .main {
    padding: 40px 0;
  }

  .box-container {
    padding: 17px 20px 20px;
  }

  section.widget {
    margin-bottom: 45px;
  }

  .widget-padded + .widget-padded {
    margin-top: -45px;
  }

  .widget-title,
  .section-title {
    font-size: 16px;
    margin: 0 0 25px;
  }

  .widget_ci-property-filters.widget-padded .widget-wrap {
    padding: 35px 0;
  }

  .widget_ci-items.widget-padded .widget-wrap,
  .widget_ci-latest-posts.widget-padded .widget-wrap,
  .widget_ci-properties.widget-padded .widget-wrap {
    padding: 45px;
  }

  .widget_ci-hero.widget-padded .widget-wrap,
  .widget_ci-hero-custom.widget-padded .widget-wrap {
    padding: 45px 0 80px;
  }

  .hero-title {
    font-size: 24px;
  }

  .property-amenities li {
    margin-right: 18px;
  }

  .property-agent {
    margin-bottom: 20px;
  }

  .footer {
    padding-top: 40px;
  }

  .footer-bottom,
  .footer-bottom-right {
    text-align: center;
  }
}
