/*
Theme Name: SweetHome
Theme URI: http://themeforest.net/user/PremiumLayers
Author: Faton && Toan Nguyen
Author URI: http://themeforest.net/user/PremiumLayers
Description: Sweethome - Responsive Real Estate WordPress Theme
Version: 1.3.1
License: GNU General Public License
License URI: license.txt
Tags: black, green, white, light, dark, two-columns, three-columns, left-sidebar, right-sidebar, fixed-layout, responsive-layout, custom-background, custom-header, custom-menu, editor-style, featured-images, flexible-header, full-width-template, microformats, post-formats, rtl-language-support, sticky-post, theme-options, translation-ready, accessibility-ready
Text Domain: swh
*/
html {
  height:100%;
}
body {
  background-color:#EBEBEC;
  font:1em/1.5 "Roboto",Helvetica,Arial,sans-serif;
  padding:0 !important;
  height:100%;
}
*,*:after,*:before {
  -webkit-box-sizing:border-box;
  -moz-box-sizing:border-box;
  box-sizing:border-box;
}
a {
  color:#fefefe;
  text-decoration:none;
  transition:all 300ms ease-in-out;
  -o-transition:all 300ms ease-in-out;
  -moz-transition:all 300ms ease-in-out;
  -webkit-transition:all 300ms ease-in-out;
}
a:hover,a:focus {
  text-decoration:none;
  color:#fefefe;
}
a:visited {
  color:#fefefe;
}
ul {
  margin:0;
  list-style-type:none;
}
input[type="text"]::-webkit-input-placeholder {
  font-weight:200;
  color:#D1D1D1;
}
input[type="text"]::-moz-placeholder {
  font-weight:200;
  color:#D1D1D1;
}
input[type="text"]::-ms-input-placeholder {
  font-weight:200;
  color:#D1D1D1;
}
input[type="text"]::-o-input-placeholder {
  font-weight:200;
  color:#D1D1D1;
}
input[type="text"]:focus {
  outline:none;
  -webkit-box-shadow:none;
  -moz-box-shadow:none;
  box-shadow:none;
  border-color:#333;
}
textarea::-webkit-input-placeholder {
  font-weight:200;
  color:#D1D1D1;
}
textarea::-moz-placeholder {
  font-weight:200;
  color:#D1D1D1;
}
textarea::-ms-input-placeholder {
  font-weight:200;
  color:#D1D1D1;
}
textarea::-o-input-placeholder {
  font-weight:200;
  color:#D1D1D1;
}
textarea:focus {
  outline:none;
  -webkit-box-shadow:none;
  -moz-box-shadow:none;
  box-shadow:none;
  border-color:#333;
}
.btn {
  color:#000;
  float: left;
  font-size:17px;
  margin:0 3px 5px;
  padding:10px 15px;
  -webkit-border-radius:5px;
  -moz-border-radius:5px;
  -ms-border-radius:5px;
  -o-border-radius:5px;
  border-radius:5px;
}
.yellow-btn {
  background-color:#fbe644;
  font-weight:700;
  z-index:1;
}
.yellow-btn:visited {
  color:#000;
}
.gray-btn {
  background-color:#E1E1E1;
  font-weight:300;
}
.gray-btn span {
  color:#666;
  padding-right:7px;
  font-size:20px;
}
.gray-btn:visited {
  color:#000;
}
.blue-btn,
.blue-btn:focus {
    background-color: #428bca;
    color: #fff;
}
.blue-btn:hover {
    background-color: #E1E1E1;
    color: #000;
}
.property-details-page .page-content #details-slider form {
    position: absolute;
    bottom: 25px;
    left: 20px;
    z-index: 1;
}
.select-big .select-target {
  width:180px;
}
.select-medium .select-target {
  width:110px;
}
.select-small .select-target {
  width:70px;
  padding:0.5rem 2em 0.5rem 1em;
}
.title-box {
  float:left;
  width:100%;
  position:relative;
  display:inline-block;
  padding-bottom:50px;
}
.title-box h3 {
  font-size:23px;
  font-weight:500;
  color:#000;
  border:1px solid #CDCDCD;
  position:absolute;
  padding:20px;
  left:0;
  top:-54px;
  background-color:#EBEBEC;
  text-transform:capitalize;
}
.title-box .bordered {
  border-bottom:1px solid #CDCDCD;
}
.buttons-wrapper {
  margin:20px 0;
  float:left;
}
.yellow-btn:hover {
  background:#0095e6;
  color:#fff;
}
.gray-btn:hover {
  background:#f5f5f5;
}
.inner-wrapper {
  float:left;
  width:100%;
  background-color:#FFF;
}
.first-paragraph {
  margin-bottom:20px;
}
.nfloat {
  float:none !important;
}
.clearfix:before,.container:after {
  content:"";
  display:table;
}
.clearfix:after {
  clear: both;
}
/* IE 6/7 */
.clearfix {
  zoom: 1;
}
/**** Typography ****/
h1 {
  font-size:2.25rem;
  font-weight:600;
}
h2 {
  font-size:2rem;
  font-weight:400;
}
h3 {
  font-size:1.5rem;
  font-weight:400;
}
h4 {
  font-size:1.2rem;
  font-weight:400;
}
h5 {
  font-size:1rem;
  font-weight:300;
}
p {
  color:#89949b;
  font-weight:200;
  font-size: 1rem;
}
/**** Header-Section ****/
header #top-strip {
  float:left;
  width:100%;
  background-color:#0095e6;
  padding:10px 0;
}
header #contact-box {
  margin-top:6px;
}
header #contact-box a {
  font-size:16px;
  margin:0 10px;
}
header #contact-box a span {
  font-family:Roboto;
  font-weight:400;
  margin-left:6px;
  font-size:14px;
}
.social-icons {
  padding:0;
}
.social-icons li {
  float:left;
  margin-right:5px;
  border:1px solid rgba(255,255,255,0.3);
  -webkit-border-radius:100px;
  -moz-border-radius:100px;
  -ms-border-radius:100px;
  -o-border-radius:100px;
  border-radius:100px;
  padding:5px;
  width:32px;
  height:32px;
  line-height:26px;
  text-align:center;
  transition:all 300ms ease-in-out;
  -o-transition:all 300ms ease-in-out;
  -moz-transition:all 300ms ease-in-out;
  -webkit-transition:all 300ms ease-in-out;
}
.social-icons li a {
  font-size:15px!important;
  text-align:center;
}
.social-icons li:hover {
  background-color:#fefefe;
}
.social-icons li:hover a {
  color: #0095e6;
}
/**** Slider-Section ****/
.slider-section {
  float:left;
  width:100%;
  position:relative;
}
#premium-bar {
  position:absolute;
  width:100%;
  left:0;
  top:0;
  z-index:10;
  background-color:rgba(22,22,22,0.7);
  padding:16px 0;
}
#premium-bar nav {
  list-style-type:none;
}
#premium-bar nav li a {
  font-size:15px;
  font-weight:300;
  text-transform:uppercase;
  padding:10px 15px;
  color:#fefefe;
  text-shadow:none;
}
#premium-bar nav .active a {
  background-color:#fefefe;
  -webkit-border-radius:5px;
  -moz-border-radius:5px;
  -ms-border-radius:5px;
  -o-border-radius:5px;
  border-radius:5px;
  color:#333!important;
}
#premium-bar .navbar-default {
  background-image:none;
  background-color:transparent;
  border:none;
  -webkit-box-shadow:none;
  box-shadow:none;
}
.container {
  padding-right:0!important;
  padding-left:0!important;
}
#premium-bar nav li a {
  -webkit-border-radius:5px;
  -moz-border-radius:5px;
  -ms-border-radius:5px;
  -o-border-radius:5px;
  border-radius:5px;
}
#premium-bar nav li a:hover {
  background:#fff!important;
  color:#333!important;
  -webkit-border-radius:5px;
  -moz-border-radius:5px;
  -ms-border-radius:5px;
  -o-border-radius:5px;
  border-radius:5px;
}
.navbar-default .navbar-nav>.open>a,.navbar-default .navbar-nav>.open>a:hover,.navbar-default .navbar-nav>.open>a:focus {
  color:#000 !important;
  -webkit-border-radius:5px;
  -moz-border-radius:5px;
  -ms-border-radius:5px;
  -o-border-radius:5px;
  border-radius:5px;
}
.dropdown-menu li a {
  color:#000 !important;
}
.navbar-nav.navbar-right:last-child {
  margin-top:15px;
}


.flexslider .slides {}

.main-flexslider {
  float:left;
  position:relative;
  width:100%;
  overflow:hidden;
}
.main-flexslider .slides .slides {
  background-size:cover;
  background-repeat:no-repeat;
  min-height:640px;
}
.main-flexslider .slides .slides .container {
  position:absolute;
  min-height:640px;
  top:0px;
}
.main-flexslider .slides .slides .slide-box {
  width:526px;
  left:50%;
  margin-left:-262px;
  position:absolute;
  bottom:0;
  padding:30px;
  background:rgba(255,255,255,0.9);
  z-index:100;
}
.main-flexslider .slides .slides .slide-box h2 {
  margin-top:0;
  font-size:20px;
  font-weight:700;
  color:#191919;
}
.main-flexslider .slides .slides .slide-box p {
  font-size:15px;
  font-weight:300;
  color:#000;
}
.main-flexslider .slides .slides .slide-box .slide-item-features {
  float:left;
  padding-left:0;
  margin:15px 0;
  border-bottom:1px solid #DBDBDB;
  padding-bottom:30px;
}
.main-flexslider .slides .slides .slide-box .slide-item-features li {
  float:left;
  background-color:#fff;
  border:1px solid #B1B1B1;
  font-size:13px;
  font-weight:300;
  color:#000;
  margin-right:5px;
  padding:3px 5px;
  padding-right:10px;
  text-transform:capitalize;
  -webkit-border-radius:4px;
  -moz-border-radius:4px;
  -ms-border-radius:4px;
  -o-border-radius:4px;
  border-radius:4px;
}
.main-flexslider .slides .slides .slide-box .slide-item-features li span {
  color:#B1B1B1;
  font-size:18px;
  padding:5px;
  padding-right:10;
}
.main-flexslider .slides .slides .slide-box .slider-buttons-wrapper {
  margin:25px 0;
  float:left;
}
.main-flexslider .slides .slides .slide-box:before {
  position:absolute;
  z-index:-1;
}
.slide-item-features {
  float:left;
  padding-left:0;
  margin:15px 0;
  border-bottom:1px solid #DBDBDB;
  padding-bottom:30px;
}
.slide-item-features li {
  float:left;
  background-color:#fff;
  border:1px solid #B1B1B1;
  font-size:13px;
  font-weight:300;
  color:#000;
  margin-right:5px;
  padding:3px 5px;
  padding-right:10px;
  text-transform:capitalize;
  -webkit-border-radius:4px;
  -moz-border-radius:4px;
  -ms-border-radius:4px;
  -o-border-radius:4px;
  border-radius:4px;
}
.slide-item-features li span {
  color:#B1B1B1;
  font-size:18px;
  padding:5px;
  padding-right:10;
}
.flex-direction-nav a {
  background-color:#0095e6;
  color:#fefefe;
  text-align:center;
  width:61px;
  height:61px;
  line-height:62px;
  z-index:5;
}
.flex-direction-nav a:before {
  font-family:"FontAwesome";
  font-size:24px;
  display:inline-block;
  content:'\f190';
}
.flex-direction-nav a.flex-next:before {
  content:'\f18e';
}
.main-flexslider .flex-direction-nav .flex-prev {
  top:363px !important;
  left:inherit !important;
}
.main-flexslider .flex-direction-nav .flex-next {
  right:0 !important;
  top: 363px !important;
}
/**** Search-Section ****/
.search-section {
  border-bottom:1px solid #CDCDCD;
  float:left;
  width:100%;
  background-color:#FFF;
}
.search-section .select-wrapper {
  float:left;
  margin:20px 7px;
}
.search-section .select-wrapper a{
  min-width: 85px;
}
div.select-content {
  min-width: 130px!important;
}
.search-section .select-wrapper p {
  font-weight:300;
  font-size:15px;
  color:#444;
  margin-bottom:5px;
}
.search-section .select-target {
  height:38px;
  text-align:left;
  font-size:13px;
  font-weight:300;
  color:#B2B2B2;
  border-width:1px;
  line-height:23px;
}
.search-section .select-target.select-theme-default b:before {
  top:-2px;
}
.search-section .select-target.select-theme-default b:after {
  bottom:-2px;
}
.search-section input[type='submit'] {
  border:none;
  font-weight:300;
  text-transform:capitalize;
  padding:8px 41px;
  margin-top:45px;
  margin-left:10px;
  transition:all 300ms ease-in-out;
  -o-transition:all 300ms ease-in-out;
  -moz-transition:all 300ms ease-in-out;
  -webkit-transition:all 300ms ease-in-out;
}
.select-element {
  z-index: 100;
}
/**** Recent-Listings-Section ****/
.recent-listings {
  float:left;
  width:100%;
  margin:90px 0;
}
.recent-listings .container .listings-items-wrapper {
  /**float:left**/;
  margin-top:10px;
}
.listing-single-item {
  margin:15px 0;
  float:left;
  transition:all 300ms ease-in-out;
  -o-transition:all 300ms ease-in-out;
  -moz-transition:all 300ms ease-in-out;
  -webkit-transition:all 300ms ease-in-out;
}
.listing-single-item:hover {
  opacity:0.8;
}
.listing-single-item .item-inner .image-wrapper {
  position:relative;
}
.listing-single-item .item-inner .image-wrapper img {
  width:100%;
}
.listing-single-item .item-inner .desc-box {
  float:left;
  width:100%;
  background-color:#FFF;
  padding:20px;
}
.listing-single-item .item-inner .desc-box h4 a {
  font-size:18px;
  font-weight:500;
  color:#000;
  margin:2px 0;
}
.listing-single-item .item-inner .desc-box .item-features {
  margin:5px 0;
  border-bottom:1px solid #DBDBDB;
  padding-bottom:15px;
  width:100%;
}
.listing-single-item .item-inner .desc-box .item-features li {
  border:none;
  margin-right:15px;
  padding:3px 0px;
  font-size:12px;
}
.item-inner .featured {
  background-color:#77d04e;
  position:absolute;
  bottom:25px;
  left:25px;
  font-size:16px;
  font-family:Roboto;
  font-weight:300;
  padding:8px 18px;
  -webkit-border-radius:10px;
  -moz-border-radius:10px;
  -ms-border-radius:10px;
  -o-border-radius:10px;
  border-radius:10px;
}
.item-inner .featured i {
  margin-right:10px;
  font-size:18px;
}
.property-type-icon {
  position:absolute;
  top:25px;
  left:25px;
  font-size:32px;
  background-color:rgba(0,0,0,0.5);
  padding:15px 17px;
  -webkit-border-radius:100px;
  -moz-border-radius:100px;
  -ms-border-radius:100px;
  -o-border-radius:100px;
  border-radius:100px;
  z-index: 1;
}
/**** Agents-Section ****/
.agents-section {
  margin-bottom:100px;
  float:left;
  width:100%;
}
.agents-section .container .agents-slider {
  float:left;
  margin-top:20px;
  width:100%;
}
.single-agent {
  float:left;
  padding:15px;
}
.single-agent .image-box {
  float:left;
  width:50%;
  height:256px;
  position:relative;
  overflow:hidden;
}
.single-agent .image-box img {
  width:100%;
  height:auto;
  overflow:hidden;
}
.single-agent .image-box .social-icons {
  background-color:rgba(0,149,230,0.9);
  position:absolute;
  width:100%;
  bottom:0;
  left:0;
  padding:10px 23px;
}
.single-agent .desc-box {
  float:left;
  width:50%;
  height:256px;
  background-color:#FFF;
  padding:20px;
}
.single-agent .desc-box h4 {
  font-size:20px;
  font-weight:300;
  color:#000;
  margin-top:2px;
  padding-bottom:15px;
  margin-bottom:12px;
  border-bottom:1px solid #CDCDCD;
}
.single-agent .desc-box p {
  font-size:14px;
  font-weight:300;
  margin:15px 0;
  color:#000;
}
.single-agent .desc-box p i {
  margin-right:5px;
  color:#B7B7B7;
  font-size:18px;
}
.single-agent .desc-box .gray-btn {
  margin-top:10px;
  float:left;
}
.single-agent .desc-box .gray-btn:hover {
  background:#0095e6;
  color:#fff;
}
.owl-theme .owl-controls .owl-buttons div {
  background-color:#0095e6;
  opacity:1;
  border-radius:0;
  font-size:42px;
  padding:0px 23px;
  margin:.5px;
}
.owl-buttons {
  position:absolute;
  right:-5px;
  top: -108px;
}
/**** Services-Section ****/
.services-section {
  float:left;
  width:100%;
  margin-bottom:60px;
}
.services-section .container .services-wrapper {
  margin-top:20px;
  float:left;
  width:100%;
}
.services-section .container .services-wrapper .single-service {
  background-color:#FFF;
  text-align:center;
  padding:0;
  transition:all 300ms ease-in-out;
  -o-transition:all 300ms ease-in-out;
  -moz-transition:all 300ms ease-in-out;
  -webkit-transition:all 300ms ease-in-out;
}
.services-section .container .services-wrapper .single-service h4 {
  font-size:20px;
  font-weight:500;
  margin-top:30px;
  transition:all 300ms ease-in-out;
  -o-transition:all 300ms ease-in-out;
  -moz-transition:all 300ms ease-in-out;
  -webkit-transition:all 300ms ease-in-out;
}
.services-section .container .services-wrapper .single-service p {
  font-size:15px;
  font-weight:400;
  color:#bababa;
}
.services-section .container .services-wrapper .single-service .icon-service {
  color:#B2B2B2;
  font-size:45px;
  border:1px solid #B2B2B2;
  -webkit-border-radius:100px;
  -moz-border-radius:100px;
  -ms-border-radius:100px;
  -o-border-radius:100px;
  border-radius:100px;
  padding:20px;
  margin:13px 0;
  transition:all 300ms ease-in-out;
  -o-transition:all 300ms ease-in-out;
  -moz-transition:all 300ms ease-in-out;
  -webkit-transition:all 300ms ease-in-out;
}
.services-section .container .services-wrapper .single-service .bordered {
  border:2px solid #0095e6;
  width:25%;
  margin:13px auto -4px;
  transition:all 300ms ease-in-out;
  -o-transition:all 300ms ease-in-out;
  -moz-transition:all 300ms ease-in-out;
  -webkit-transition:all 300ms ease-in-out;
}
.services-section .container .services-wrapper .single-service .readmore {
  text-transform:uppercase;
  color:#000;
  font-weight:100;
  font-size:18px;
  text-align:center;
  padding:10px;
  padding-top:15px;
  width:100%;
  float:left;
  transition:all 300ms ease-in-out;
  -o-transition:all 300ms ease-in-out;
  -moz-transition:all 300ms ease-in-out;
  -webkit-transition:all 300ms ease-in-out;
}
.services-section .container .services-wrapper .single-service .top-bordered {
  margin:0 auto;
  opacity:0;
  transition:all 300ms ease-in-out;
  -o-transition:all 300ms ease-in-out;
  -moz-transition:all 300ms ease-in-out;
  -webkit-transition:all 300ms ease-in-out;
}
.services-section .container .services-wrapper .single-service:hover h4 {
  color:#0095e6;
}
.services-section .container .services-wrapper .single-service:hover .icon-service {
  color:#0095e6;
  border-color:#0095e6;
}
.services-section .container .services-wrapper .single-service:hover .readmore {
  background-color:#0095e6;
  color:#fff;
}
.services-section .container .services-wrapper .single-service:hover .top-bordered {
  opacity: 1;
}
/**** Footer-Section ****/
footer {
  background-color:#4C555A;
  float:left;
  width:100%;
  padding:40px 0;
}
footer .container .footer-title {
  font-size:19px;
  font-weight:300;
  color:#fff;
  text-transform:capitalize;
  margin-top:5px;
  margin-bottom:20px;
}
footer .container .footer-about .logo {
  width:100%;
  float:left;
  margin-bottom:18px;
}
footer .container .textwidget p {
  font-size:13px;
  font-weight:100;
  color:#fff;
  text-align:left;
  line-height:25px;
}
footer .container .col-md-3 ul {
  padding-left:0;
}
footer .container .col-md-3 ul li span{
  font-size:12px;
  color:#fff;
}
footer .container .col-md-3 ul li a {
  font-size:13px;
  font-weight:100;
}
footer .container .col-md-3 ul li a i {
  margin-right:5px;
}
footer .container .footer-contact-info p {
  background-color:rgba(53,61,66,0.4);
  font-size:13px;
  font-weight:300;
  color:#fff;
  display:inline-block;
  padding-right:10px;
  -webkit-border-radius:4px;
  -moz-border-radius:4px;
  -ms-border-radius:4px;
  -o-border-radius:4px;
  border-radius:4px;
}
footer .container .footer-contact-info p i {
  margin-right:5px;
  background-color:#353d42;
  font-size:20px;
  padding:10px;
  border-bottom-left-radius:4px;
  border-top-left-radius:4px;
}
footer .container .footer-newsletter p {
  font-size:13px;
  color:#fff;
  line-height:25px;
  margin-bottom:15px;
}
footer .container .footer-newsletter .footer-search {
  float:left;
  width:100%;
}
footer .container .footer-newsletter input[type='text'] {
  width:100%;
  background-color:rgba(53,61,66,0.4);
  border:1px solid #27292C;
  color:#fff;
  height:34px;
  font-weight:300;
  font-size:13px;
  text-indent:8px;
  -webkit-border-radius:4px;
  -moz-border-radius:4px;
  -ms-border-radius:4px;
  -o-border-radius:4px;
  border-radius:4px;
}
footer .container .footer-newsletter input[type='submit'] {
  background-color:#27292C;
  border:none;
  -webkit-border-radius:4px;
  -moz-border-radius:4px;
  -ms-border-radius:4px;
  -o-border-radius:4px;
  border-radius:4px;
  color:#fff;
  font-size:13px;
  font-weight:300;
  text-transform:uppercase;
  letter-spacing:1px;
  float:right;
  margin-top:-33px;
  position:relative;
  z-index:2;
  padding:7px 13px;
}
.bottom-strip {
  float:left;
  width:100%;
  background-color:#0095e6;
  padding:18px;
}
.bottom-strip .container p {
  font-size:15px;
  font-weight:100;
  color:#fff;
  margin-bottom:0;
  line-height:66px;
}
.bottom-strip .container #backtop-btn {
  font-size:42px;
  position:relative;
  text-align:center;
  display:table;
  margin:0 auto;
}
.bottom-strip .container #backtop-btn:before {
  width:60px;
  height:60px;
  line-height:62px;
  text-align:center;
  float:left;
  background-color:rgba(36,36,36,0.23);
  border-radius:100px;
}
.bottom-strip .container .bottom-strip-middle {
  position:relative;
}
.bottom-strip .container .social-icons {
  float:right;
  margin-top:12px!important;
}
.bottom-strip .container .social-icons li {
  padding:7px;
  width:36px;
  height: 36px;
}
/**** page-title-section ****/
.page-title-section {
  float:left;
  width:100%;
  background-image:url("assets/img/blog-header-bg.png");
  background-size:cover;
  background-repeat:no-repeat;
}
.page-title-section .container {
  margin-top:130px;
  margin-bottom:30px;
}
.page-title-section .page-title {
  text-transform:capitalize;
  background-color:rgba(255,255,255,0.9);
  -webkit-border-radius:4px;
  -moz-border-radius:4px;
  -ms-border-radius:4px;
  -o-border-radius:4px;
  border-radius:4px;
}
.page-title-section .page-title h2 {
  color:#000;
  font-family:Roboto;
  font-size:18px;
  font-weight:100;
  padding:12px;
  margin:0;
}
.page-title-section .breadcrumb {
  font-family:Roboto;
  font-size:15px;
  font-weight:300;
  margin-bottom:0;
  background-color:rgba(58,186,255,0.9);
  color: #fff;
}
.page-title-section .breadcrumb .sep {
  padding:0 5px;
  color:#fff;
  font-size: 16px;
}
/**** Content-Section ****/
.content-section {
  float:left;
  width:100%;
}
.content-section .container {
  margin-top:30px;
  margin-bottom:30px;
}
.pagination-wrapper {
  float:left;
  width:100%;
  margin-top:10px;
}
.pagination-wrapper .pagination {
  float:left;
  margin:35px 0 10px;
}
.pagination-wrapper .pagination li a {
  margin:0 2px;
  border:none;
  font-size:18px;
  font-weight:100;
  font-family:Roboto;
  color:#000;
  -webkit-border-radius:4px;
  -moz-border-radius:4px;
  -ms-border-radius:4px;
  -o-border-radius:4px;
  border-radius:4px;
  padding:6px 13px;
}
.pagination-wrapper .pagination li.active a{
  color: #fff;
}
.pagination-wrapper .pagination li a:hover {
  background-color:#0095e6;
  color: #fff;
}
/**** Blog-page ****/
.blog-page .page-title-section {
  background-image:url("assets/img/blog-header-bg.png");
}
.blog-page .blog-content {
  border-bottom:1px solid #CDCDCD;
  padding-bottom:50px;
}
.blog-page .blog-content .blog-post, .blog-page .blog-content .agent-post {
  background-color:#FFF;
  float:left;
  width:100%;
}
.blog-page .blog-content .blog-post .meta-data {
  float:left;
  padding:20px 13px;
  width:20%;
}
.blog-page .blog-content .blog-post .meta-data .meta-data-item {
  padding:10px 0;
}
.blog-page .blog-content .blog-post .meta-data .meta-data-item i {
  color:#B4B4B4;
  font-size:24px;
  text-align:center;
  display:block;
}
.blog-page .blog-content .blog-post .meta-data .meta-data-item a {
  display:block;
  width:100%;
  font-size:12px;
  color:#000;
  font-weight:300;
  text-align:center;
  padding-top:6px;
  padding-bottom:15px;
}
.blog-page .blog-content .blog-post .meta-data .meta-data-item .meta-divider {
  width:60%;
  margin:0 auto;
  display:block;
  border-bottom:1px solid #E5E5E5;
}
.blog-page .blog-content .blog-post .post-content {
  float:right;
  width:80%;
  border-left:1px solid #E5E5E5;
  padding:30px!important;
}
.blog-page .blog-content .page .post-content{
  width:100%;
  border-left:none;
}
.blog-page .blog-content .blog-post .post-content h2 {
  margin-bottom:15px;
  margin-right:30px;
}
.blog-page .blog-content .blog-post .post-content h1 a, .blog-page .blog-content .blog-post .post-content h1 {
  color:#000;
  font-size:32px;
  font-weight:300;
  font-family:Roboto;
  text-align:left;
}
.blog-page .blog-content .blog-post .post-content h2 a, .blog-page .blog-content .blog-post .post-content h2 {
  color:#000;
  font-size:28px;
  font-weight:300;
  font-family:Roboto;
  text-align:left;
}
.blog-page .blog-content .blog-post .post-content h3 a, .blog-page .blog-content .blog-post .post-content h3 {
  color:#000;
  font-size:24px;
  font-weight:300;
  font-family:Roboto;
  text-align:left;
}
.blog-page .blog-content .blog-post .post-content h4 a, .blog-page .blog-content .blog-post .post-content h4 {
  color:#000;
  font-size:20px;
  font-weight:300;
  font-family:Roboto;
  text-align:left;
}
.blog-page .blog-content .blog-post .post-content h5 a, .blog-page .blog-content .blog-post .post-content h5 {
  color:#000;
  font-size:16px;
  font-weight:300;
  font-family:Roboto;
  text-align:left;
}
.blog-page .blog-content .blog-post .post-content h6 a, .blog-page .blog-content .blog-post .post-content h6 {
  color:#000;
  font-size:14px;
  font-weight:300;
  font-family:Roboto;
  text-align:left;
}
.blog-page .blog-content .blog-post .post-content .featured-image {
  position:relative;
}
.blog-page .blog-content .blog-post .post-content .featured-image img {
  width:100%;
}
.blog-page .blog-content .blog-post .post-content .featured-image:after {
  position:absolute;
  content:'';
  z-index:100;
  right:-1px;
  bottom:-1px;
  width:0;
  height:0;
  border-left:120px solid rgba(0,0,0,0);
  border-right:0px solid rgba(0,0,0,0);
  border-bottom:120px solid #EBEBEC;
}
.blog-page .blog-content .blog-post .post-content .readmore-btn {
  position:absolute;
  right:1px;
  bottom:1px;
  padding:15px;
  background-color:#EBEBEC;
  color:#000;
  font-family:Roboto;
  font-size:13px;
  font-weight:300;
  z-index:101;
  border-right:2px solid #DBDBDB;
  border-bottom:2px solid #DBDBDB;
}
.pager li > a {
  color: #474747;
  font-size:14px;
  border: 1px solid #ccc;
}
.post-divider {
  border-bottom:1px solid #CDCDCD;
  margin:30px 0;
  width:100%;
  float:left;
}
.sidebar-widget {
  background-color:#FFF;
  padding:25px;
  float:left;
  width:100%;
  margin-bottom:30px;
}
.sidebar-widget img{
  max-width: 100%;
  height: auto;
}
.sidebar-widget .widget-title {
  text-transform:capitalize;
  font-size:20px;
  font-weight:300;
  font-family:Roboto;
  margin-top:0;
}
.sidebar-widget {
  font-size: 14px;
}
.sidebar-widget ul{
  padding-left:0;
}
.sidebar-widget ul li, .sidebar-widget ul li a{
  color: hsl(0, 0%, 68%);
  font-size: 14px;
}
.widget_search .search-box {
  float:left;
  width:100%;
  position:relative;
  margin:12px 0;
}
.widget_search .search-box input[type='text'] {
  float:left;
  width:100%;
  border:1px solid #CDCDCD;
  font-size:13px;
  font-family:Open Sans;
  font-weight:300;
  padding:15px;
}
.widget_search .search-box button {
  background:transparent;
  border:none;
  position:absolute;
  right:10px;
  top:11px;
}
.widget_search .search-box button i {
  font-size:22px;
  color:#CFCFCF;
}
.tabbed-content #myTab {
  border-bottom:none;
  margin-bottom:10px;
  border:1px solid #CDCDCD;
}
.tabbed-content #myTab li {
  font-size:13px;
  font-weight:300;
  margin:0 !important;
  padding:0;
  width:33.33%;
  border-right:1px solid #CDCDCD;
}
.tabbed-content #myTab li a {
  color:#000;
  text-transform:capitalize;
  text-align:center;
  margin:0 !important;
  padding:14px 20px;
}
.tabbed-content #myTab li:last-child {
  border-right:none;
}
.tabbed-content #myTab li.active {
  background-color:#0095e6;
}
.tabbed-content #myTab li.active a {
  background-color:#0095e6;
  color:#fefefe;
  border-radius:0;
}
.tab-content-wrapper,.similar-listings {
  padding-left:0;
}
.tab-content-wrapper .tab-content-item,.similar-listings .tab-content-item {
  padding:15px 2px 15px;
  border-bottom:1px solid #EFEFEF;
}
.tab-content-wrapper .tab-content-item .thumb,.similar-listings .tab-content-item .thumb {
  margin-right:15px;
}
.tab-content-wrapper .tab-content-item h5,.similar-listings .tab-content-item h5 {
  margin-top:5px;
}
.tab-content-wrapper .tab-content-item h5 a,.similar-listings .tab-content-item h5 a, .similar-listings .tab-content-item h5 {
  color:#8B8787;
  font-size:14px;
  font-weight:300;
  font-family:Open Sans;
  line-height:19px;
}
.tab-content-wrapper li:last-child,.similar-listings li:last-child {
  border-bottom:none;
}
.similar-listings-widget .widget-title {
  margin-bottom:0;
}
.wp-tag-cloud {
  margin-top:10px;
  padding-left:0;
}
.wp-tag-cloud li {
  float:left;
  margin:7px;
}
.wp-tag-cloud li a {
  color:#B4B4B4;
  font-size:13px;
  font-family:Open Sans;
  transition:all 300ms ease-in-out;
  -o-transition:all 300ms ease-in-out;
  -moz-transition:all 300ms ease-in-out;
  -webkit-transition:all 300ms ease-in-out;
  border:1px solid #E8E8E8;
  padding:6px 8px;
  line-height:30px;
  position:relative;
  background-color:#FFF;
  z-index:0;
}
.wp-tag-cloud li a:hover {
  background-color:#0095e6;
  color:#fff;
}
.wp-tag-cloud li a:after {
  position:absolute;
  right:-5px;
  bottom:-5px;
  width:100%;
  height:100%;
  content:'';
  border:1px solid #E8E8E8;
  z-index:-1;
}
.widget_text p {
  font-family:Open Sans;
  font-size:14px;
  font-weight:300;
  color:#474747;
}
.author-profile {
  float:left;
}
.author-profile ul li a{
  color: #fff;
}
.author-profile h4 {
  margin-bottom:20px;
}
.author-profile .image-box {
  float:left;
  width:100%;
  position:relative;
}
.author-profile .image-box img {
  width:100%;
}
.author-profile .image-box .social-icons {
  background-color:rgba(0,149,230,0.9);
  position:absolute;
  width:100%;
  bottom:0;
  left:0;
  padding:10px 23px;
}
.author-profile .desc-box {
  float:left;
  width:100%;
  background-color:#FFF;
  padding:20px 0 10px;
}
.author-profile .desc-box h4 {
  font-size:20px;
  font-weight:300;
  color:#000;
  margin-top:2px;
  padding-bottom:15px;
  margin-bottom:12px;
  border-bottom:1px solid #CDCDCD;
  text-transform:capitalize;
}
.author-profile .desc-box p {
  font-size:14px;
  font-weight:300;
  margin:15px 0;
  color:#000;
}
.author-profile .desc-box p i {
  margin-right:5px;
  color:#B7B7B7;
  font-size:18px;
}
.author-profile .desc-box .gray-btn {
  margin-top:10px;
  float: left;
}
/**** Contact-Page ****/
.contact-page .page-title-section {
  background-image:url("assets/img/blog-header-bg.png");
}
.map-wrapper {
  margin-bottom:30px;
  float:left;
  width:100%;
}
.map-wrapper .inner-wrapper {
  background-color:#FFF;
  padding:15px;
}
.map-wrapper #map {
  float:left;
  width:100%;
  height:400px;
}
.box-title {
  font-size:24px;
  color:#000;
  font-weight:100;
}
.contact-info {
  float:left;
}
.contact-info .inner-wrapper {
  background-color:#FFF;
  padding:20px;
}
.contact-info p {
  font-size:16px;
  font-weight:100;
  color:#bababa;
  padding-bottom:10px;
}
.contact-info .info-wrapper {
  float:left;
  width:100%;
  border-top:1px solid #EFEFEF;
  padding-top:15px;
}
.contact-info .info-wrapper span {
  font-size:14px;
  font-weight:100;
  color:#bababa;
  margin-right:14px;
}
.contact-info .info-wrapper span i {
  color:#848484;
  margin-right:8px;
}
.contact-form-wrapper {
  float:left;
}
.contact-form-wrapper .inner-wrapper {
  background-color:#FFF;
  padding:20px;
}
.contact-form-wrapper .inner-wrapper .alert{
  font-size: 13px;
  border-color:#fff;
  background-image:none;
}
.contact-form-wrapper .contact-form .contact-form-left {
  float:left;
  width:50%;
}
.contact-form-wrapper .contact-form .contact-form-right {
  float:left;
  width:50%;
}
.contact-form-wrapper .contact-form input[type='text'] {
  border:1px solid #EEEEEE;
  text-indent:10px;
  line-height:30px;
  font-size:14px;
  height:65px;
  margin-bottom:12px;
}
.contact-form-wrapper .contact-form input[type="text"]::-webkit-input-placeholder {
  color:#848484;
  font-size:14px;
  font-family:Open Sans;
}
.contact-form-wrapper .contact-form input[type="text"]::-moz-placeholder {
  color:#848484;
  font-size:14px;
  font-family:Open Sans;
}
.contact-form-wrapper .contact-form input[type="text"]::-ms-input-placeholder {
  color:#848484;
  font-size:14px;
  font-family:Open Sans;
}
.contact-form-wrapper .contact-form input[type="text"]::-o-input-placeholder {
  color:#848484;
  font-size:14px;
  font-family:Open Sans;
}
.contact-form-wrapper .contact-form textarea::-webkit-input-placeholder {
  color:#848484;
  font-size:14px;
  font-family:Open Sans;
}
.contact-form-wrapper .contact-form textarea::-moz-placeholder {
  color:#848484;
  font-size:14px;
  font-family:Open Sans;
}
.contact-form-wrapper .contact-form textarea::-ms-input-placeholder {
  color:#848484;
  font-size:14px;
  font-family:Open Sans;
}
.contact-form-wrapper .contact-form textarea::-o-input-placeholder {
  color:#848484;
  font-size:14px;
  font-family:Open Sans;
}
.contact-form-wrapper .contact-form span {
  float:left;
  height:65px;
  width:58px;
  border:1px solid #EEEEEE;
  border-right:0;
  margin-bottom:12px;
}
.contact-form-wrapper .contact-form span i {
  color:#B4B4B4;
  font-size:16px;
  padding:10px;
  width:38px;
  height:38px;
  -webkit-border-radius:100px;
  -moz-border-radius:100px;
  -ms-border-radius:100px;
  -o-border-radius:100px;
  border-radius:100px;
  border:1px solid #B6B6B6;
  text-align:center;
  line-height:18px;
  margin:12px auto 0 auto;
  display:block;
}
.contact-form-wrapper .contact-form textarea {
  min-height:142px;
  border:1px solid #EEEEEE;
  padding:10px;
  width:100%;
  margin-bottom:9px;
  font-size:14px;
}
.contact-form-wrapper .contact-form input[type='submit'], .blog-sidebar .wpcf7-form input[type="submit"] {
  width:100%;
  text-transform:uppercase;
  background-color:#0095e6;
  color:#fff;
  font-size:14px;
  font-family:Open Sans;
  font-weight:300;
  border:none;
  padding:21px 0;
  text-align:center;
  transition:all 300ms ease-in-out;
  -o-transition:all 300ms ease-in-out;
  -moz-transition:all 300ms ease-in-out;
  -webkit-transition:all 300ms ease-in-out;
}
.contact-form-wrapper .contact-form input[type='submit']:hover {
  background-color: rgba(0,149,230,0.8);
}
.contact-form-wrapper #commentform input[type='text'] {
  width: 80%;
}
.blog-sidebar .wpcf7-form p{
  font-size: 14px;
  color: #474747;
  font-weight: 300; 
}
.blog-sidebar .wpcf7-form input[type='email'],
.blog-sidebar .wpcf7-form textarea,
.blog-sidebar .wpcf7-form input[type='text'] {
  border: 1px solid #EEEEEE;
  text-indent: 10px;
  line-height: 30px;
  font-size: 14px;
  width:100%;
  margin-bottom: 12px;
}
.blog-sidebar .wpcf7-form textarea{
  height: 100px;
}
/** page template **/
.page-template-template-contact-php .panel-grid{
  margin: 0px 0px 25px 0px!important;
  
}
.page-template-template-contact-php .panel-grid .panel{
  border-radius: 0px;
  padding: 20px;
}
.page-template-template-contact-php .panel-grid .widget_swh-googlemap{padding: 0px}
.page-template-template-contact-php .panel-grid .widget-title{
  font-size:24px;
  color:hsl(0, 0%, 0%);
  font-weight:100;
}
.page-template-template-contact-php .panel-grid p, .page-template-template-contact-php .panel-grid a{
  font-size:14px;
  color: #474747;
  font-weight: 300;
}
.blog-post{
  margin-bottom: 20px;
}
/**** Single-Page ****/
.single-page .blog-content .blog-post .post-content .featured-image:after {
  display:none;
}
.single-page .blog-post {
  border-bottom:1px solid #E5E5E5;
}
.single-page .blog-content {
  border-bottom:none;
}
.single-page .post-content {
  border-bottom:none;
}
.post-content img{
  max-width: 100%;
  height: auto;
}
.post-content iframe{
  max-width: 95%;
}
.post-content, .post-content p, .post-content a {
  font-size:14px;
  font-weight:300;
  color: #474747;
}
.post-content a{
  font-weight: bold;
}
.post-content a:hover{
  text-decoration: underline;
}
.post-content .post-tags{
  width:100%;
  float: left;
}
.single .post-content{
  padding-right: 30px;
  padding-bottom: 30px;
}
.post-content p {
  padding-right: 30px;
}
.sticky{
    background-color: #E0F6FF!important;
}
.post-content .post-tags label{
  font-size: 16px;
  font-weight: 100;
  color: hsl(0, 0%, 73%);
  margin-top: 10px;
}
.comments-section {
  float:left;
  width:100%;
  background-color:#FFF;
  padding:20px 25px;
}
.comments-section ul.children{
   margin: 20px 0px 0px 40px;
}
.comments-section a, .comment-reply-link{
  font-size: 13px;
  color: #474747;
  font-weight: 300;
}
.comment-reply-link{
  font-size: 13px;
}
.comments-section .media-list {
  margin-top:20px;
}
.comments-section .media-list h4 {
  font-size:14px;
  font-weight:100;
  color:#3c3c3c;
  border-bottom:1px solid #E5E5E5;
  padding-bottom:10px;
  display:inline-block;
}
.comments-section .media-list h4 span {
  color:#A7A7A7;
}
.comments-section .media-list p{
  font-size:14px;
  font-weight:300;
  color:#474747;
}
.comments-section .media-list .media a.pull-left {
  margin-left:10px;
}
.comments-section .media-list .connectors {
  float:left;
  width:40px;
  height:40px;
  background-color:transparent;
  border-bottom:1px solid #E5E5E5;
  border-left:1px solid #E5E5E5;
}
.comments-section .media-list .media-object {
  width:64px;
  height:64px;
}
.comment-form-wrapper {
  float:left;
  width:100%;
}
.comment-form-wrapper .box-title {
  margin-bottom:20px;
}
.comment-form-wrapper input[type='text'] {
  width:280px;
  float: left;
}
#commentform .form-submit input[type="submit"]{display: none;}
#commentform .logged-in-as, #commentform .logged-in-as a{
  font-size: 13px;
  color: #474747;
  font-weight: 300;
}
#commentform .logged-in-as a{
  font-weight: bold;
}
/**** property-details-page ****/
.property-details-page .page-title-section {
  background-image:url("assets/img/blog-header-bg.png");
}
.property-details-page .page-content .inner-wrapper {
  float:left;
  width:100%;
  background-color:#FFF;
}
.property-details-page .page-content .flexslider {
  border-radius:0px;
  box-shadow:none;
  border:none;
}
.property-details-page .page-content #details-slider {
  margin:0 0 30px;
  position:relative;
}
#details-slider .flex-viewport {
  min-height:450px;
}
.property-details-page .page-content #details-slider .yellow-btn {
  position:absolute;
  bottom:25px;
  left:225px;
}
.property-details-page .page-content #details-carousel {
  margin-bottom:30px;
}
.property-details-page .page-content #details-carousel .slides>li {
  padding:0 9px;
}
.property-details-page .page-content #details-slider .flex-direction-nav a,
.property-details-page .page-content #details-carousel .flex-direction-nav a {
  background-color:rgba(0,149,230,0.8);
  width:41px;
  height:51px;
  line-height:51px;
}
.property-details-page .page-content #details-slider .flex-direction-nav a.flex-disabled,
.property-details-page .page-content #details-carousel .flex-direction-nav a.flex-disabled {
  display:none;
}
.property-details-page .page-content #details-slider .flex-direction-nav a:before,
.property-details-page .page-content #details-carousel .flex-direction-nav a:before {
  content:'\f104';
  font-size:50px;
  width:41px;
}
.property-details-page .page-content #details-slider .flex-direction-nav a.flex-next:before,
.property-details-page .page-content #details-carousel .flex-direction-nav a.flex-next:before {
  content:'\f105';
}
.property-details-page .page-content #details-slider .flex-prev,
.property-details-page .page-content #details-carousel .flex-prev {
  left:15px;
  top:28px;
}
.property-details-page .page-content #details-slider .flex-next,
.property-details-page .page-content #details-carousel .flex-next {
  right:15px;
  top:28px;
}
.property-details-page .page-content #details-slider .flex-prev,
.property-details-page .page-content #details-slider .flex-next {
  top: 50%;
}
.property-details-page .floorplans-modal img {
  max-height:100%;
  max-width:100%;
  padding:5px;
}
.property-details-page .floorplans-modal .print-link {
  display:block;
  height:30px;
  line-height:30px;
  position:absolute;
  right:40px;
  top:5px;
}
.property-details-page .floorplans-modal .print-link a {
  color:#333;
  font-size:13px;
  text-shadow:0 0 3px #fff;
}
.property-details-page .floorplans-modal .close {
  position: absolute;
  right: 5px;
  top: 5px;
}
.property-details-page .floorplans-modal .close span {
  display:block;
  font-size:30px;
  height:30px;
  line-height:30px;
  width:30px;
}
.property-desc {
  float:left;
  width:100%;
  padding:0 25px;
}
.property-desc h3 {
  font-weight:500;
  font-size:18px;
}
.property-desc .slide-item-features {
  margin:0;
  padding-bottom:10px;
  float:left;
  width:100%;
  margin-bottom:20px;
}
.property-desc .item-features li {
  border:none;
  margin-right:15px;
  padding:3px 0px;
  font-size:12px;
}
.property-desc p {
  font-size:14px;
  color: #474747;
  font-weight: 300;
}
.property-desc h3 {
  font-size:20px;
  color:#000;
  font-weight:100;
}
.property-desc .statement-of-information {
  color:#428bca;
}
.property-desc .additional-features {
  margin-top:25px;
  float:left;
  width:100%;
}
.property-desc .additional-features .features {
  padding-left:0;
  margin-top:5px;
  float:left;
  width:100%;
}
.property-desc .additional-features .features .single-feature {
  float:left;
  margin:4px;
}
.property-desc .additional-features .features .single-feature a {
  border:1px solid #E8E8E8;
  color:#616161;
  padding:10px 15px;
  line-height:40px;
  font-size:15px;
  font-weight:300;
}
.property-desc .additional-features .features .single-feature a i {
  color:#77d04e;
  margin-right:5px;
  font-size:20px;
}
.property-desc .property-location {
  float:left;
  width:100%;
  margin-top:30px;
  margin-bottom:30px;
}
.property-desc .property-location #property-location-map {
  float:left;
  width:100%;
  height:345px;
  margin-top:15px;
}
.status {
  background-color:#77d04e;
  position:absolute;
  bottom:25px;
  right:25px;
  font-size:16px;
  font-family:Roboto;
  font-weight:300;
  padding:8px 18px;
  -webkit-border-radius:10px;
  -moz-border-radius:10px;
  -ms-border-radius:10px;
  -o-border-radius:10px;
  border-radius:10px;
  z-index:1;
}
.image-wrapper {
  position:relative;
}
.image-wrapper img {
  width: 100%;
}
/**** Responsive nav bar customization ****/
.navbar-toggle {
  margin-top:15px;
}
.navbar-default .navbar-toggle .icon-bar {
  background-color: #EEE;
}
/**** Media-queries ****/
@media screen and (max-width:1215px) {
  .single-agent .image-box {
    width:100%;
    height:auto;
  }
  .single-agent .desc-box {
    width:100%;
    height:auto;
  }
}
@media screen and (max-width:1200px) {
  .contact-info {
    width:100%;
  }
  .contact-form-wrapper {
    width:100%;
  }
  .contact-form-wrapper {
    margin:15px 0;
  }
  .page-title-section .container {
    margin-top:188px;
    margin-bottom:30px;
  }
  .contact-form-wrapper .contact-form input[type='text'] {
    width:75%;
  }
}
@media screen and (max-width:991px) {
  body {
    overflow-x:hidden;
  }
  .bottom-strip .container #backtop-btn {
    display:none;
  }
  .page-title-section .container {
    margin-top:188px;
    margin-bottom:30px;
  }
  #premium-bar nav li a {
    font-weight:300;
    padding:10px 10px;
    color:#fefefe;
    text-shadow:none;
    text-transform:capitalize;
  }
}
.services-section .container .services-wrapper .single-service {
  float:left;
}
#backtop-btn {
  display:none;
}
.blog-sidebar {
  float:left;
  margin-top:0px;
}

@media screen and (max-width:700px) {
.media-body {
  overflow:visible;
}
.page-title-section .container {
  margin-top:188px;
  margin-bottom:30px;
}
.main-flexslider .slides .slides .slide-box {
  display:none!important;
}
.connectors {
  display:none;
}
}
@media screen and (max-width:635px) {
.blog-page .blog-content .blog-post .post-content {
  width:75%;
}
.main-flexslider .slides .slides .slide-box {
  display:none!important;
}
.page-title-section .container {
  margin-top:143px;
  margin-bottom:30px;
}
.blog-page .blog-content .blog-post .meta-data {
  width:20%;
}
.contact-form-wrapper .contact-form .contact-form-left {
  width:100%;
}
.contact-form-wrapper .contact-form .contact-form-right {
  width:90%;
}
}
@media screen and (max-width:450px) {
#top-strip .social-icons {
  display:none;
}
.main-flexslider .slides .slides .slide-box {
  display:none!important;
}
.page-title-section .breadcrumb {
  margin-top:30px;
  margin-right:23px;
}
.page-title-section .page-title {
  margin-left:23px;
}
.page-title-section .container {
  margin-top:143px;
  margin-bottom:30px;
}
.contact-form-wrapper .contact-form .contact-form-right {
  width: 98%;
}
.services-section .container .services-wrapper .single-service{
  width: 50%;
  height: 300px;
}
}
.property-thumbnail-50-50{
  width: 50px;height: 50px;
}

.panel-grid{margin: 0px!important;}
/* =WordPress Core
-------------------------------------------------------------- */
.alignnone {
    margin: 5px 20px 20px 0;
}

.aligncenter,
div.aligncenter {
    display: block;
    margin: 5px auto 5px auto;
}

.alignright {
    float:right;
    margin: 5px 0 20px 20px;
}

.alignleft {
    float: left;
    margin: 5px 20px 20px 0;
}

.aligncenter {
    display: block;
    margin: 5px auto 5px auto;
}

a img.alignright {
    float: right;
    margin: 5px 0 20px 20px;
}

a img.alignnone {
    margin: 5px 20px 20px 0;
}

a img.alignleft {
    float: left;
    margin: 5px 20px 20px 0;
}

a img.aligncenter {
    display: block;
    margin-left: auto;
    margin-right: auto
}

.wp-caption {
    background: #fff;
    border: 1px solid #f0f0f0;
    max-width: 96%; /* Image does not overflow the content area */
    padding: 5px 3px 10px;
    text-align: center;
}

.wp-caption.alignnone {
    margin: 5px 20px 20px 0;
}

.wp-caption.alignleft {
    margin: 5px 20px 20px 0;
}

.wp-caption.alignright {
    margin: 5px 0 20px 20px;
}

.wp-caption img {
    border: 0 none;
    height: auto;
    margin: 0;
    max-width: 98.5%;
    padding: 0;
    width: auto;
}

.wp-caption p.wp-caption-text {
    font-size: 11px;
    line-height: 17px;
    margin: 0;
    padding: 0 4px 5px;
}
.gallery-caption{}
.bypostauthor{}
/** woocommerce **/
.post-content p {
  padding-right: 0px;
}
.woocommerce form .form-row select, .woocommerce-page form .form-row select {
  padding: 10px;
}
.woocommerce form .form-row input.input-text, .woocommerce form .form-row textarea, .woocommerce-page form .form-row input.input-text, .woocommerce-page form .form-row textarea {
  padding: 10px;
}

.woocommerce .cart-collaterals .shipping_calculator .button, .woocommerce-page .cart-collaterals .shipping_calculator .button {
  margin-bottom:19px;
  background: #0095e6;
  color: #fff;
  padding: 20px;
  text-shadow: none;
  border: none;
  text-transform:uppercase;
}

.banner {
    left: 0;
    position: absolute;
    top: 0;
}

.listings-items-wrapper {
    display: inline-flex;
    display: -webkit-inline-flex;
    flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    width: 100%
}

.listings-items-wrapper::before {
    display: none !important;
}

.listonce-search-listings {}
.listonce-listing-card {}
.listonce-listing-card {position:relative;margin-bottom:20px;min-height:350px;}
.listonce-listing-card .listonce-listing-image {height:250px;overflow:hidden;border:3px solid #ffffff;padding:4px;outline:2px solid #efefef;}
.listonce-listing-card:hover .listonce-listing-image {border: 3px solid #047832;outline:1px solid #ffffff}
.listonce-listing-card .listonce-listing-status {position:absolute;top:5px;right:5px;background-color:#000000;color:#fff;padding:5px;}
.listonce-listing-card .listonce-listing-address {padding:5px;min-height:50px;}
.listonce-listing-card .listonce-listing-address a {color:#047832;}
.listonce-listing-card .listonce-listing-features {min-height: 35px;}
.listonce-listing-card .listonce-listing-features {font-size: 11px;vertical-align: middle;text-align: left;line-height: 1;}
.listonce-listing-card .listonce-listing-features .lo-icon {color:#000000;font-size:20px;vertical-align:middle;}
.listonce-listing-card .listonce-listing-price {min-height: 32px;}
.listonce-listing-card .listonce-listing-hr {margin:0;margin-top:5px;padding:0;border:none;border-top:3px solid #047832;}

.listonce-listing-card .image-wrapper {height:270px;}
#details-carousel .slides img {max-height:86px;}

.listonce-listing-inspection a {color:#000;}

.listonce-map-infobox {width:160px;}
.listonce-map-infobox-image {display:block;}
.listonce-map-infobox-address {display:block;}

.listonce-search-block {}
.listonce-search-block .row {margin-bottom:5px;}
.listonce-search-block select {}
.listonce-search-block label {display:block;}
.listonce-search-block span.dropdown-select { width:100%; }
.listonce-category-select {width:100%;}
.listonce-suburb-select {width:100%;}
.listonce-search-block .select2-container+span.dropdown-select {display:none!important;}
.suburb-select-element span.dropdown-select {display:none!important;}
.property-type-select-element span.dropdown-select {display:none!important;}

.listonce-alert-message-error {color:red;}
.listonce-alert-message-success {color:green;}

.listonce-listing-options {margin-bottom:15px;}

.listonce-listing-full-display .listonce-listing-address {}
.listonce-listing-full-display .listonce-listing-headline {}
.listonce-listing-full-display .listonce-listing-status {background-color:#000000;color:#fff;padding:5px;}

.listonce-listing-full-display .listonce-listing-stats {vertical-align: middle;}
.listonce-listing-full-display .listonce-listing-stats .lo-icon {font-size:40px;vertical-align:middle;}

.listonce-listing-full-display .listonce-listing-features ul {margin-left:40px;}
.listonce-listing-full-display .listonce-listing-features li {list-style-type: square;}

.listonce-listing-full-display .listonce-agents {margin-bottom:10px;}

.listonce-listing-full-display .listonce-floorplan-thumbnail {max-width:180px;max-height:180px;}

.listonce-listing-full-display .listonce-social-sharing-icon {height: 20px;vertical-align: middle;display:inline;}

.listonce-listing-full-display .listonce-agent-card-small {margin-bottom:10px;}
.listonce-listing-full-display .listonce-agent-card-small span {}
.listonce-listing-full-display .listonce-agent-card-small .listonce-agent-card-name {margin-bottom:3px;}
.listonce-listing-full-display .listonce-agent-card-name {padding:0px;margin:0px;}
.listonce-listing-full-display .listonce-contact-agent {margin-bottom:10px;}
.listonce-listing-full-display .listonce-contact-agent input {margin-bottom:5px;}
.listonce-listing-full-display .listonce-contact-agent label {display:none;}

.listonce-listing-full-display .listonce-location-map-legend img {height:15px;}
.listonce-listing-full-display .listonce-location-map-legend {font-size:10px;}

.listonce-listing-full-display #listonce-directions-results {display:none;}

#book_inspection_link > a {padding: 7px;border: 1px solid;}
#book_inspection_link > a:hover {background-color: #000;color: #fff;}

#listonce-advanced-search-show,#listonce-advanced-search-hide {cursor:pointer;}

#google-map {height:350px;}
#google-map-listings {height:400px;}

.btn-ethan {color:#fff;background-color:#047832;border-color:#047832;-webkit-border-radius: 0px;-moz-border-radius: 0px;-ms-border-radius: 0px;-o-border-radius: 0px;border-radius: 0px;: }

select {-o-appearance: menulist!important;-moz-appearance: menulist!important;-webkit-appearance: menulist!important;appearance: menulist!important;}

.pagination>li>a, .pagination>li>span {color:#000000!important;}
.pagination>.active>a, .pagination>.active>span, .pagination>.active>a:hover, .pagination>.active>span:hover, .pagination>.active>a:focus, .pagination>.active>span:focus {color:#ffffff!important;background-color:#000000!important;border-color:#000000!important;}


/* ### PRINT STYLES ### */
@page {
  size: A4 portrait;
}
@media print {
  .property-details-page .page-title-section,
  .property-details-page .slider-section,
  .property-details-page #premium-bar,
  .property-details-page #details-carousel,
  .property-details-page .listonce-location-map,
  .property-details-page .listonce-location-directions,
  .property-details-page .listonce-contact-agent,
  .property-details-page footer,
  .property-details-page .bottom-strip { display:none; }
  .property-details-page .container { margin:0;width:auto; }
  .property-details-page .container .row { margin:0; }
  .property-details-page .container .page-content { padding:0;width:69%; }
  .property-details-page .container .page-content > .clearfix { display:none; }
  .property-details-page .container .blog-sidebar { float:right;padding:0;width:28%; }
  .property-details-page .container .blog-sidebar .print-logo { -webkit-print-color-adjust:exact;background:#6e1a20;display:block !important;margin:0 0 30px;text-align:center;width:100%; }
  .property-details-page .container .blog-sidebar .print-logo img { height:auto;max-height:100%;max-width:100%;width:auto; }
  .property-details-page .container .property-desc { overflow-wrap:break-word;padding:0; }
  .property-details-page .container .property-desc > br { display:none; }
  .property-details-page .container .property-desc h3 { margin-top:0; }
  .property-details-page .container .property-desc .floorplan-btn { display:none; }
  .property-details-page .container .property-desc .additional-features { margin:10px 0 15px; }
  .property-details-page .container .property-desc .additional-features h3 { margin:0; }
  .property-details-page .container .property-desc .additional-features li { margin:0 15px 0 0; }
  .property-details-page .container .property-desc .additional-features a { border:0 none;line-height:1;padding:0; }
  .property-details-page .container .property-desc .additional-features a i { margin:0; }
  .property-details-page .container .author-profile { padding:0; }
  .property-details-page .container .author-profile .widget-title { margin:0; }
  .property-details-page .container .author-profile .gray-btn { display:none; }
  .property-details-page .container .author-profile a:after { display:none; }
  .property-details-page .container #details-slider { margin:0 0 10px; }
  .property-details-page .container #details-slider .flex-viewport { height:auto !important;min-height:auto; }
  .property-details-page .container #details-slider .flex-direction-nav { display:none; }
  .property-details-page .container #details-slider .slides { width:100% !important; }
  .property-details-page .container #details-slider .slides li { display:block !important;height:auto !important;width:100% !important; }
  .property-details-page .container #details-slider .slides li + li { display:none !important; }
}

/*! Select2 Bootstrap 3 CSS v1.4.6 | MIT License | github.com/t0m/select2-bootstrap-css */
/**
 * Reset Bootstrap 3 .form-control styles which - if applied to the
 * original <select>-element the Select2-plugin may be run against -
 * are copied to the .select2-container.
 *
 * 1. Overwrite .select2-container's original display:inline-block
 *    with Bootstrap 3's default for .form-control, display:block;
 *    courtesy of @juristr (@see https://github.com/fk/select2-bootstrap-css/pull/1)
 */
.select2-container.form-control {
  background: transparent;
  box-shadow: none;
  border: none;
  display: block;
  /* 1 */
  margin: 0;
  padding: 0;
}

/**
 * Adjust Select2 inputs to fit Bootstrap 3 default .form-control appearance.
 */
.select2-container .select2-choices .select2-search-field input,
.select2-container .select2-choice,
.select2-container .select2-choices {
  background: none;
  padding: 0;
  border-color: #cccccc;
  border-radius: 4px;
  color: #555555;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  background-color: white;
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}

.select2-search input {
  border-color: #cccccc;
  border-radius: 4px;
  color: #555555;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  background-color: white;
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}

.select2-container .select2-choices .select2-search-field input {
  -webkit-box-shadow: none;
  box-shadow: none;
}

/**
 * Adjust Select2 input heights to match the Bootstrap default.
 */
.select2-container .select2-choice {
  height: 34px;
  line-height: 1.42857;
}

/**
 * Address Multi Select2's height which - depending on how many elements have been selected -
 * may grown higher than their initial size.
 */
.select2-container.select2-container-multi.form-control {
  height: auto;
}

/**
 * Address Bootstrap 3 control sizing classes
 * @see http://getbootstrap.com/css/#forms-control-sizes
 */
.select2-container.input-sm .select2-choice,
.input-group-sm .select2-container .select2-choice {
  height: 30px;
  line-height: 1.5;
  border-radius: 3px;
}

.select2-container.input-lg .select2-choice,
.input-group-lg .select2-container .select2-choice {
  height: 46px;
  line-height: 1.33333;
  border-radius: 6px;
}

.select2-container-multi .select2-choices .select2-search-field input {
  height: 32px;
}

.select2-container-multi.input-sm .select2-choices .select2-search-field input,
.input-group-sm .select2-container-multi .select2-choices .select2-search-field input {
  height: 28px;
}

.select2-container-multi.input-lg .select2-choices .select2-search-field input,
.input-group-lg .select2-container-multi .select2-choices .select2-search-field input {
  height: 44px;
}

/**
 * Adjust height and line-height for .select2-search-field amd multi-select Select2 widgets.
 *
 * 1. Class repetition to address missing .select2-chosen in Select2 < 3.3.2.
 */
.select2-container-multi .select2-choices .select2-search-field input {
  margin: 0;
}

.select2-chosen,
.select2-choice > span:first-child,
.select2-container .select2-choices .select2-search-field input {
  padding: 6px 12px;
}

.input-sm .select2-chosen,
.input-group-sm .select2-chosen,
.input-sm .select2-choice > span:first-child,
.input-group-sm .select2-choice > span:first-child,
.input-sm .select2-choices .select2-search-field input,
.input-group-sm .select2-choices .select2-search-field input {
  padding: 5px 10px;
}

.input-lg .select2-chosen,
.input-group-lg .select2-chosen,
.input-lg .select2-choice > span:first-child,
.input-group-lg .select2-choice > span:first-child,
.input-lg .select2-choices .select2-search-field input,
.input-group-lg .select2-choices .select2-search-field input {
  padding: 10px 16px;
}

.select2-container-multi .select2-choices .select2-search-choice {
  margin-top: 5px;
  margin-bottom: 3px;
}

.select2-container-multi.input-sm .select2-choices .select2-search-choice,
.input-group-sm .select2-container-multi .select2-choices .select2-search-choice {
  margin-top: 3px;
  margin-bottom: 2px;
}

.select2-container-multi.input-lg .select2-choices .select2-search-choice,
.input-group-lg .select2-container-multi .select2-choices .select2-search-choice {
  line-height: 24px;
}

/**
 * Adjust the single Select2's dropdown arrow button appearance.
 *
 * 1. For Select2 v.3.3.2.
 */
.select2-container .select2-choice .select2-arrow,
.select2-container .select2-choice div {
  border-left: none;
  background: none;
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
}

.select2-dropdown-open .select2-choice .select2-arrow,
.select2-dropdown-open .select2-choice div {
  border-left-color: transparent;
  background: none;
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
}

/**
 * Adjust the dropdown arrow button icon position for the single-select Select2 elements
 * to make it line up vertically now that we increased the height of .select2-container.
 *
 * 1. Class repetition to address missing .select2-chosen in Select2 v.3.3.2.
 */
.select2-container .select2-choice .select2-arrow b,
.select2-container .select2-choice div b {
  background-position: 0 3px;
}

.select2-dropdown-open .select2-choice .select2-arrow b,
.select2-dropdown-open .select2-choice div b {
  background-position: -18px 3px;
}

.select2-container.input-sm .select2-choice .select2-arrow b,
.input-group-sm .select2-container .select2-choice .select2-arrow b,
.select2-container.input-sm .select2-choice div b,
.input-group-sm .select2-container .select2-choice div b {
  background-position: 0 1px;
}

.select2-dropdown-open.input-sm .select2-choice .select2-arrow b,
.input-group-sm .select2-dropdown-open .select2-choice .select2-arrow b,
.select2-dropdown-open.input-sm .select2-choice div b,
.input-group-sm .select2-dropdown-open .select2-choice div b {
  background-position: -18px 1px;
}

.select2-container.input-lg .select2-choice .select2-arrow b,
.input-group-lg .select2-container .select2-choice .select2-arrow b,
.select2-container.input-lg .select2-choice div b,
.input-group-lg .select2-container .select2-choice div b {
  background-position: 0 9px;
}

.select2-dropdown-open.input-lg .select2-choice .select2-arrow b,
.input-group-lg .select2-dropdown-open .select2-choice .select2-arrow b,
.select2-dropdown-open.input-lg .select2-choice div b,
.input-group-lg .select2-dropdown-open .select2-choice div b {
  background-position: -18px 9px;
}

/**
 * Address Bootstrap's validation states and change Select2's border colors and focus states.
 * Apply .has-warning, .has-danger or .has-succes to #select2-drop to match Bootstraps' colors.
 */
.has-warning .select2-choice,
.has-warning .select2-choices {
  border-color: #8a6d3b;
}
.has-warning .select2-container-active .select2-choice,
.has-warning .select2-container-multi.select2-container-active .select2-choices {
  border-color: #66512c;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #c0a16b;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #c0a16b;
}
.has-warning.select2-drop-active {
  border-color: #66512c;
}
.has-warning.select2-drop-active.select2-drop.select2-drop-above {
  border-top-color: #66512c;
}

.has-error .select2-choice,
.has-error .select2-choices {
  border-color: #a94442;
}
.has-error .select2-container-active .select2-choice,
.has-error .select2-container-multi.select2-container-active .select2-choices {
  border-color: #843534;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483;
}
.has-error.select2-drop-active {
  border-color: #843534;
}
.has-error.select2-drop-active.select2-drop.select2-drop-above {
  border-top-color: #843534;
}

.has-success .select2-choice,
.has-success .select2-choices {
  border-color: #3c763d;
}
.has-success .select2-container-active .select2-choice,
.has-success .select2-container-multi.select2-container-active .select2-choices {
  border-color: #2b542c;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #67b168;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #67b168;
}
.has-success.select2-drop-active {
  border-color: #2b542c;
}
.has-success.select2-drop-active.select2-drop.select2-drop-above {
  border-top-color: #2b542c;
}

/**
 * Make Select2's active-styles - applied to .select2-container when the widget receives focus -
 * fit Bootstrap 3's .form-element:focus appearance.
 */
.select2-container-active .select2-choice,
.select2-container-multi.select2-container-active .select2-choices {
  border-color: #66afe9;
  outline: none;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
  -webkit-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  -o-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
}

.select2-drop-active {
  border-color: #66afe9;
}

.select2-drop-auto-width,
.select2-drop.select2-drop-above.select2-drop-active {
  border-top-color: #66afe9;
}

/**
 * Select2 widgets in Bootstrap Input Groups
 *
 * When Select2 widgets are combined with other elements using Bootstrap 3's
 * "Input Group" component, we don't want specific edges of the Select2 container
 * to have a border-radius.
 *
 * In Bootstrap 2, input groups required a markup where these style adjustments
 * could be bound to a CSS-class identifying if the additional elements are appended,
 * prepended or both.
 *
 * Bootstrap 3 doesn't rely on these classes anymore, so we have to use our own.
 * Use .select2-bootstrap-prepend and .select2-bootstrap-append on a Bootstrap 3 .input-group
 * to let the contained Select2 widget know which edges should not be rounded as they are
 * directly followed by another element.
 *
 * @see http://getbootstrap.com/components/#input-groups
 */
.input-group.select2-bootstrap-prepend [class^="select2-choice"] {
  border-bottom-left-radius: 0 !important;
  border-top-left-radius: 0 !important;
}

.input-group.select2-bootstrap-append [class^="select2-choice"] {
  border-bottom-right-radius: 0 !important;
  border-top-right-radius: 0 !important;
}

.select2-dropdown-open [class^="select2-choice"] {
  border-bottom-right-radius: 0 !important;
  border-bottom-left-radius: 0 !important;
}

.select2-dropdown-open.select2-drop-above [class^="select2-choice"] {
  border-top-right-radius: 0 !important;
  border-top-left-radius: 0 !important;
  border-bottom-right-radius: 4px !important;
  border-bottom-left-radius: 4px !important;
  background: white;
  filter: none;
}
.input-group.select2-bootstrap-prepend .select2-dropdown-open.select2-drop-above [class^="select2-choice"] {
  border-bottom-left-radius: 0 !important;
  border-top-left-radius: 0 !important;
}
.input-group.select2-bootstrap-append .select2-dropdown-open.select2-drop-above [class^="select2-choice"] {
  border-bottom-right-radius: 0 !important;
  border-top-right-radius: 0 !important;
}
.input-group.input-group-sm.select2-bootstrap-prepend .select2-dropdown-open.select2-drop-above [class^="select2-choice"] {
  border-bottom-right-radius: 3px !important;
}
.input-group.input-group-lg.select2-bootstrap-prepend .select2-dropdown-open.select2-drop-above [class^="select2-choice"] {
  border-bottom-right-radius: 6px !important;
}
.input-group.input-group-sm.select2-bootstrap-append .select2-dropdown-open.select2-drop-above [class^="select2-choice"] {
  border-bottom-left-radius: 3px !important;
}
.input-group.input-group-lg.select2-bootstrap-append .select2-dropdown-open.select2-drop-above [class^="select2-choice"] {
  border-bottom-left-radius: 6px !important;
}

/**
 * Adjust Select2's choices hover and selected styles to match Bootstrap 3's default dropdown styles.
 */
.select2-results .select2-highlighted {
  color: white;
  background-color: #337ab7;
}

/**
 * Adjust alignment of Bootstrap 3 buttons in Bootstrap 3 Input Groups to address
 * Multi Select2's height which - depending on how many elements have been selected -
 * may grown higher than their initial size.
 */
.select2-bootstrap-append .select2-container-multiple,
.select2-bootstrap-append .input-group-btn,
.select2-bootstrap-append .input-group-btn .btn,
.select2-bootstrap-prepend .select2-container-multiple,
.select2-bootstrap-prepend .input-group-btn,
.select2-bootstrap-prepend .input-group-btn .btn {
  vertical-align: top;
}

/**
 * Make Multi Select2's choices match Bootstrap 3's default button styles.
 */
.select2-container-multi .select2-choices .select2-search-choice {
  color: #555555;
  background: white;
  border-color: #cccccc;
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
  -webkit-box-shadow: none;
  box-shadow: none;
}

.select2-container-multi .select2-choices .select2-search-choice-focus {
  background: #ebebeb;
  border-color: #adadad;
  color: #333333;
  -webkit-box-shadow: none;
  box-shadow: none;
}

/**
 * Address Multi Select2's choice close-button vertical alignment.
 */
.select2-search-choice-close {
  margin-top: -1px;
  top: 50%;
}

/**
 * Adjust the single Select2's clear button position (used to reset the select box
 * back to the placeholder value and visible once a selection is made
 * activated by Select2's "allowClear" option).
 */
.select2-container .select2-choice abbr {
  top: 50%;
}

/**
 * Adjust "no results" and "selection limit" messages to make use
 * of Bootstrap 3's default "Alert" style.
 *
 * @see http://getbootstrap.com/components/#alerts-default
 */
.select2-results .select2-no-results,
.select2-results .select2-searching,
.select2-results .select2-selection-limit {
  background-color: #fcf8e3;
  color: #8a6d3b;
}

/**
 * Address disabled Select2 styles.
 *
 * 1. For Select2 v.3.3.2.
 * 2. Revert border-left:0 inherited from Select2's CSS to prevent the arrow
 *    from jumping when switching from disabled to enabled state and vice versa.
 */
.select2-container.select2-container-disabled .select2-choice,
.select2-container.select2-container-disabled .select2-choices {
  cursor: not-allowed;
  background-color: #eeeeee;
  border-color: #cccccc;
}
.select2-container.select2-container-disabled .select2-choice .select2-arrow,
.select2-container.select2-container-disabled .select2-choice div,
.select2-container.select2-container-disabled .select2-choices .select2-arrow,
.select2-container.select2-container-disabled .select2-choices div {
  background-color: transparent;
  border-left: 1px solid transparent;
  /* 2 */
}

/**
 * Address Select2's loading indicator position - which should not stick
 * to the right edge of Select2's search input.
 *
 * 1. in .select2-search input
 * 2. in Multi Select2's .select2-search-field input
 * 3. in the status-message of infinite-scroll with remote data (@see http://ivaynberg.github.io/select2/#infinite)
 *
 * These styles alter Select2's default background-position of 100%
 * and supply the new background-position syntax to browsers which support it:
 *
 * 1. Android, Safari < 6/Mobile, IE<9: change to a relative background-position of 99%
 * 2. Chrome 25+, Firefox 13+, IE 9+, Opera 10.5+: use the new CSS3-background-position syntax
 *
 * @see http://www.w3.org/TR/css3-background/#background-position
 *
 * @todo Since both Select2 and Bootstrap 3 only support IE8 and above,
 * we could use the :after-pseudo-element to display the loading indicator.
 * Alternatively, we could supply an altered loading indicator image which already
 * contains an offset to the right.
 */
.select2-search input.select2-active,
.select2-container-multi .select2-choices .select2-search-field input.select2-active,
.select2-more-results.select2-active {
  background-position: 99%;
  /* 4 */
  background-position: right 4px center;
  /* 5 */
}

/**
 * To support Select2 pre v3.4.2 in combination with Bootstrap v3.2.0,
 * ensure that .select2-offscreen width, height and position can not be overwritten.
 *
 * This adresses changes in Bootstrap somewhere after the initial v3.0.0 which -
 * in combination with Select2's pre-v3.4.2 CSS missing the "!important" after
 * the following rules - allow Bootstrap to overwrite the latter, which results in
 * the original <select> element Select2 is replacing not be properly being hidden
 * when used in a "Bootstrap Input Group with Addon".
 **/
.select2-offscreen,
.select2-offscreen:focus {
  width: 1px !important;
  height: 1px !important;
  position: absolute !important;
}

.page-id-6849 .blog-post {background-color: transparent!important;}
.page-id-22922 .blog-post {background-color: transparent!important;}
.page-id-1206 .blog-post {background-color: transparent!important;}


::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: #555!important;
}
::-moz-placeholder { /* Firefox 19+ */
  color: #555!important;
}
:-ms-input-placeholder { /* IE 10+ */
  color: #555!important;
}
:-moz-placeholder { /* Firefox 18- */
  color: #555!important;
}
#ui-datepicker-div {background-color:#efefef;}
#ui-datepicker-div a {color:#484848;padding:.4rem;}