/******************************************************************
Theme Name: Property Queensland Pty Ltd
Theme URI: http://www.excitemedia.com.au
Description: Custom Wordpress theme created by ExciteMedia
Author: ExciteMedia
Author URI: http://www.excitemedia.com.au
Version: 1.0.6
Tags: fluid-layout, responsive-layout, accessibility-ready, translation-ready, microformats, rtl-language-support

License: ExciteMedia
License URI: http://www.excitemedia.com.au
******************************************************************/

/*********************
GENERAL STYLES
*********************/
/* Font Faces - BEGIN */
@import url(http://fonts.googleapis.com/css?family=Roboto:300,400,400italic,500,700,700italic,900);
@import url(https://fonts.googleapis.com/css?family=Roboto+Slab:300,400,700);
/* Font Faces - END */

html {
	font-size: 112.5% !important;
}
body, p, td, ul, li {
	color: #534d4e;
	font-family: 'Roboto', sans-serif;
	font-size: 1rem;
	line-height: 1.4em;
}
h1, h2, h3, h4, h5, h6 {
	color: #d10f3c;
	font-family: 'Roboto Slab', serif;
	font-weight: normal;
	line-height: 1.2em;
	margin: 0 0 12px;
	padding: 0;
	text-rendering: optimizelegibility;
}
h1 {
	font-size: 4rem;
}
h2 {
	font-size: 2rem;
}
h3 {
	font-size: 1.666667rem;
}
h4 {
	font-size: 1.333333rem;
}
h5 {
	font-size: 1.111111rem;
}
h6 {
	font-size: 1rem;
}
a {
	color: #d31245;
	outline: none;
	text-decoration: none;
}
a, a:before, a:after {
    -webkit-transition: all 200ms ease-in;
    -moz-transition: all 200ms ease-in;
    -o-transition: all 200ms ease-in;
    transition: all 200ms ease-in;
}
a:hover {
	text-decoration: underline;
}
a:link, a:visited:link {
	-webkit-tap-highlight-color: #e20a17;
}
img {
	border: 0;
	height: auto !important;
	max-width: 100%;
	width: auto\9;
	vertical-align: middle;
	-ms-interpolation-mode: bicubic;
}
img.cke_wordpress_more {
	height: 10px !important;
}
p {
	margin-bottom: 12px;
	margin-top: 12px;
	padding: 0;
}
table {
	margin: 20px 0;
}
hr {
	background-color: transparent;
	border-bottom: none;
	border-left: none;
	border-right: none;
	border-top: 1px solid #ccc;
	color: transparent;
	height: 1px;
	margin: 30px 0;
}
::-webkit-input-placeholder { opacity: 1; }
::-moz-placeholder { opacity: 1; } /* firefox 19+ */
:-ms-input-placeholder { opacity: 1; filter:alpha(opacity=100); } /* ie */
input:-moz-placeholder { opacity: 1; }
iframe {
	max-width: 100%;
}
.wrap {
	*zoom: 1;
}
.wrap:before,
.wrap:after {
	content: "";
	display: table;
	line-height: 0;
}
.wrap:after {
	clear: both;
}
.hidden {
	opacity: 0;
}
.visible {
	opacity: 1;
}
div.ezcol-one-quarter, div.ezcol-one-half, div.ezcol-three-quarter, div.ezcol-one-third, div.ezcol-two-third, div.ezcol-one-fifth, div.ezcol-two-fifth, div.ezcol-three-fifth, div.ezcol-four-fifth {
	hyphens: none;
}

/*********************
LAYOUT STYLES
*********************/
.center {
	margin: 0 auto;
	max-width: 1096px;
}
.extra_content {
	padding: 30px 0;
}
/*** Enter your style for global layout here ***/
.main-header {
	position: relative;
	z-index: 1000;
}
.logo {
	float: left;
	padding: 25px 0 37px;
	width: 320px;
}
.logo a, .logo img {
	line-height: 0;
}
.logo img {
	vertical-align: top;
}
.header-phone:before {
	border-bottom: 20px solid rgba(0,0,0,0);
	border-left: 17px solid #fff;
	border-top: 20px solid rgba(0,0,0,0);
	content: "";
	height: 0;
	left: 0;
	position: absolute;
	top: 0;
	width: 0;
}
.header-phone {
	background: #000;
	float: right;
	height: 40px;
	letter-spacing: 0.03em;
	padding: 7px 24px 0 45px;
	position: relative;
}
.header-phone span {
	display: inline-block;
	vertical-align: top;
}
.header-phone-text {
	color: #fff;
	font: 300 17px/1.4em 'Roboto Slab', serif;
	padding-right: 22px;
}
.header-phone-number {
	color: #d31245;
	font-weight: bold;
}
.top-menu {
	clear: right;
	float: right;
	padding-top: 38px;
}
.banner-area {
	overflow: hidden;
	position: relative;
}
.inner-banner {
	background: url(library/images/banner-inner.jpg) no-repeat center center;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}
.inner-banner .center {
	min-height: 180px;
}
.banner-button {
	float: right;
	padding: 89px 0;
}
.banner-button a {
	font-size: 1.33333333rem;
	font-weight: 500;
	letter-spacing: 0.015em;
	padding: 17px 42px;
}
.inner-banner h1 {
	color: #fff;
	font-weight: bold;
	margin: 0 300px 0 0;
	text-transform: uppercase;
}
.mainbody {
	padding: 30px 0;
}
.mainbody-inner {
	position: relative;
}
body.sidebar .mainbody-inner {
	padding-right: 390px;
}
.main-content {
	float: left;
	position: relative;
	width: 100%;
}
.main-sidebar {
	float: left;
	margin-right: -100%;
	padding-left: 50px;
	position: relative;
	width: 390px;
}
.bottom-contact-bar {
	background: url(library/images/bg-02.jpg) no-repeat center top;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	padding: 44px 0;
}
.bottom-contact-bar * {
	color: #fff;
}
.bottom-contact-bar-left {
	background: url(library/images/logo-small.png) no-repeat left top;
	float: left;
	margin-top: 6px;
	padding: 9px 0 0 93px;
}
.bottom-contact-bar-left h3 {
	margin: 0 0 8px;
}
.bottom-contact-bar-left div {
	font-size: 1.333333rem;
}
.bottom-contact-bar-right:before, .bottom-contact-bar-right:after {
	border-left: 21px solid rgba(0,0,0,0);
	content: "";
	height: 0;
	left: -21px;
	position: absolute;
	width: 0;
}
.bottom-contact-bar-right:before {
	border-top: 44px solid #0a0a0a;
	top: 0;
}
.bottom-contact-bar-right:after {
	border-bottom: 44px solid #0a0a0a;
	top: 44px;
}
.bottom-contact-bar-right {
	background: #0a0a0a url(library/images/icon-phone.png) no-repeat 24px 26px;
	float: right;
	font-size: 2.055556rem;
	font-weight: 300;
	height: 88px;
	letter-spacing: 0.045em;
	line-height: 1.2em;
	padding: 25px 26px 0 66px;
	position: relative;
}
.bottom-contact-bar-right p {
	font-size: 2.055556rem;
	font-weight: 300;
	line-height: 1.2em;
	margin: 0;
}
.bottom-bar {
	padding: 68px 0 75px;
}
.bottom-bar h3.widgettitle {
	color: #231f20;
	margin-bottom: 30px;
}
.em_recentpost_wrapper.flexslider {
	margin: 0;
}
.text-block.newsletter-form {
	margin-top: 78px;
}
.newsletter-frm_wrapper {
	background: #0a0a0a;
	padding: 35px 40px 40px;
}
.newsletter-frm_wrapper {
	*zoom: 1;
}
.newsletter-frm_wrapper:before,
.newsletter-frm_wrapper:after {
	content: "";
	display: table;
	line-height: 0;
}
.newsletter-frm_wrapper:after {
	clear: both;
}
.newsletter-frm_wrapper.gform_wrapper h3.gform_title {
	color: #fff;
	font-size: 1.833333rem;
	font-weight: normal;
	margin: 0 0 37px;
}
.newsletter-frm_wrapper.gform_wrapper .top_label .gfield_label {
	display: none;
}
.newsletter-frm_wrapper.gform_wrapper .top_label input.medium {
	border: none;
	height: 51px;
}
.newsletter-frm_wrapper .gform_body {
	padding-right: 140px;
}
.newsletter-frm_wrapper.gform_wrapper ul li.gfield {
	clear: none;
	float: left;
	margin: 0 0 0 2.283105% !important;
	width: 23.25%;
	/* width: 28.538813%; */
}
.newsletter-frm_wrapper.gform_wrapper ul li.gfield:first-child {
	margin-left: 0 !important;
}
/* .newsletter-frm_wrapper.gform_wrapper ul li.gfield:first-child + li + li {
	width: 38.356164%;
} */
body .newsletter-frm_wrapper.gform_wrapper label.gfield_label + div.ginput_container {
	margin: 0;
}
.newsletter-frm_wrapper.gform_wrapper .top_label input.medium {
	padding-left: 20px;
}
.newsletter-frm_wrapper.gform_wrapper .gform_footer {
	clear: none;
	float: left;
	margin: 0;
	width: 140px;
}
.newsletter-frm_wrapper.gform_wrapper .gform_footer input[type="submit"] {
    display: block;
	height: 51px;
    padding-left: 5px;
    padding-right: 5px;
    width: 100%;
}
.main-footer {
	background: #0a0a0a;
	padding: 73px 0 70px;
}
.main-footer * {
	color: #fff;
}
.footer-left {
	float: left;
	padding: 30px 0 0;
}
.footer-social {
	float: left;
	padding: 0 35px 0 0;
}
.footer-social a {
	background: #fff;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	display: inline-block;
	font-size: 15px;
	height: 34px;
	line-height: 34px;
	margin-left: 18px;
	text-align: center;
	vertical-align: top;
	width: 34px;
}
.footer-social a:first-child {
	margin-left: 0;
}
.footer-social a.icon-facebook i {
	color: #507cbe;
}
.footer-social a.icon-linkedin i {
	color: #90cadd;
}

.footer-social a.icon-google i {
	color: #db4437;
}

.follow-facebook{
	background:#3b5998;
  display:inline-block;
  text-align:center;
  padding:20px;
}

.follow-facebook:hover{
  background:#2A447B;
}

.follow-facebook p{
  color:#fff;
  margin: 0;
font-size: 18px;
}


.follow-google{
	background:#db4437;
  display:inline-block;
  text-align:center;
  padding:20px;
}

.follow-google:hover{
  background:#ca3a2e;
}

.follow-google p{
  color:#fff;
  margin: 0;
font-size: 18px;
}


.follow-google a, .follow-facebook a{
color:#fff !important;
  text-decoration: none;
}

.footer-info {
	float: left;
}
.footer-info-top {
}
.footer-info-phone {
	background: url(library/images/icon-phone-red.png) no-repeat left top;
	display: inline-block;
	letter-spacing: 0.015em;
	padding: 3px 30px 2px 27px;
	vertical-align: top;
}
.footer-info-email {
	background: url(library/images/icon-at.png) no-repeat 0 4px;
	display: inline-block;
	letter-spacing: 0.03em;
	padding: 3px 0 2px 30px;
	vertical-align: top;
}
.copyright {
	font-size: 12px;
	letter-spacing: 0.015em;
	padding: 3px 0 0;
}
.footer-logo {
	float: right;
}
.footer-logo img {
	line-height: 0;
	vertical-align: top;
}
.flexslider#carousel .slides img {
	cursor: pointer;
}
.sfm-rollback {
	display: none;
}

/* Homepage - Enter any style for elements on homepage here */
.home-section-01 {
	background: url(library/images/bg-01.jpg) no-repeat center top;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	padding: 77px 0 90px;
}
.home-section-01 .gform_wrapper form {
	margin: 0;
	position: relative;
}
.home-section-01 .gform_wrapper .gform_heading {
	margin-bottom: 34px;
	width: auto;
}
.home-section-01 .gform_wrapper h3.gform_title {
	color: #fff;
	font-size: 2.222222rem;
	font-weight: normal;
	margin: 0 0 14px;
}
.home-section-01 .gform_wrapper span.gform_description {
	color: #fff;
	letter-spacing: 0.03em;
}
.home-section-01 .gform_body {
	padding-right: 104px;
}
.home-section-01 .gform_wrapper .top_label .gfield_label {
	display: none;
}
.home-section-01 .gform_wrapper ul li.gfield {
	clear: none;
	float: left;
	margin: 0 0 0 2.3185484% !important;
	width: 27.923387%;
}
.home-section-01 .gform_wrapper ul li.gfield:first-child {
	margin-left: 0 !important;
}
.home-section-01 .gform_wrapper ul li.gfield:first-child + li + li {
	width: 39.516129%;
}
body .home-section-01 .gform_wrapper label.gfield_label + div.ginput_container {
	margin: 0;
}
.home-section-01 .gform_wrapper .top_label input.medium {
	border: none;
	padding-left: 20px;
}
.home-section-01 .gform_wrapper .gform_footer {
	clear: none;
	float: left;
	margin: 0;
	width: 104px;
}
.home-section-01 .gform_wrapper .gform_footer input[type="submit"] {
	display: block;
	padding-left: 5px;
	padding-right: 5px;
	width: 100%;
}
.home-section-02 {
	padding: 60px 0;
}

/* Post Featured Image Slider */
.em_recentpost_wrapper.flexslider .slides > li {
	margin-right: 14px;
}

/* Landing Page */
body.page-template-landing-page .header-phone:before {
	display: none;
}
body.page-template-landing-page .header-phone {
	background: none;
	padding: 60px 0 0;
}
body.page-template-landing-page .header-phone span {
	font-size: 29px;
	line-height: 1.4em;
}
body.page-template-landing-page .header-phone-text {
	background: url(library/images/icon-phone-red.png) no-repeat 0 6px;
	color: #231f20;
	padding: 0 26px 0 38px;
}
.header-phone-number {
	padding-top: 2px;
}
body.page-template-landing-page .banner-area {
	overflow: visible;
}
.landing-page-banner-image {
	overflow: hidden;
}
.landing-page-banner-image p {
	margin: 0;
}
.landing-page-banner-image img {
	display: block;
	left: 50%;
	margin-left: -960px;
	max-width: none;
	position: relative;
}
.landing-banner-text {
	background: #0a0a0a;
	padding: 38px 0 50px;
}
.landing-banner-text > div,
.landing-banner-form > div,
.landing-bottom-bar > div {
	margin: 0 auto;
	max-width: 1096px;
}
.landing-banner-text * {
	color: #fff;
}
.landing-banner-text h2, .landing-banner-text h4 {
	margin: 0;
}
.landing-banner-text p {
	margin: 0;
	letter-spacing: 0.03em;
}
.landing-banner-form {
	bottom: -13px;
	left: 0;
	position: absolute;
	right: 0;
}
.landing-banner-form > div > div {
	background: #231f20;
	float: right;
	padding: 35px 42px 49px;
	width: 43.248175%;
}
.landing-banner-form .gform_wrapper h3.gform_title {
	color: #fff;
	font-size: 1.666667rem;
	font-weight: normal;
	margin: 0 0 21px;
}
.landing-banner-form .gform_wrapper ul li.gfield {
	margin-bottom: 30px;
}
body .landing-banner-form .gform_wrapper label.gfield_label + div.ginput_container {
	margin: 0;
}
.landing-banner-form .gform_wrapper .top_label .gfield_label {
	display: none;
}
.landing-banner-form .gform_wrapper .top_label input.medium {
	border: none;
	height: 65px;
	padding-left: 28px;
}
.landing-banner-form .gform_wrapper .gform_footer {
	margin: 0;
}
.landing-banner-form .gform_wrapper .gform_footer input[type="submit"] {
	display: block;
	height: 77px;
	text-transform: uppercase;
	width: 100%;
}
.landing-banner-form .gform_wrapper .top_label li.gfield.gf_left_half,
.landing-banner-form .gform_wrapper .top_label li.gfield.gf_right_half{
	width: 48%;
	margin-bottom: 30px;
}
.landing-banner-form .gform_wrapper .top_label li.gfield.gf_left_half input,
.landing-banner-form .gform_wrapper .top_label li.gfield.gf_right_half input{
	width: 100% !important;
}
.landing-banner-form .gform_wrapper .top_label li.gfield.gf_left_half{
	margin-right: 2%;
}
.landing-banner-form .gform_wrapper .top_label li.gfield.gf_right_half{
	margin-left: 2% !important;
}

.landing-bottom-bar {
	background: url(library/images/bg-landing-01.jpg) no-repeat center top;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	padding: 85px 0 75px;
}
.landing-bottom-bar * {
	color: #fff;
	text-align: center;
}
.landing-bottom-bar h5:before {
	background: #0a0a0a url(library/images/logo-small.png) no-repeat center center;
	-webkit-background-size: 33px auto;
	-moz-background-size: 33px auto;
	-o-background-size: 33px auto;
	background-size: 33px auto;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	content: "";
	display: block;
	height: 132px;
	margin: 0 auto 33px;
	width: 132px;
}
.landing-bottom-bar h5 {
	font-size: 1.444444rem;
	margin-bottom: 20px;
}
.landing-bottom-bar p {
	font-size: 17px;
	letter-spacing: 0.03em;
}
.landing-contact-bar:before {
	background: url(library/images/bg-landing-02.jpg) no-repeat right top;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	content: "";
	height: 100%;
	left: 0;
	position: absolute;
	top: 0;
	width: 50%;
}
.landing-contact-bar {
	background: #d31245;
	padding: 0 15px;
	position: relative;
}
.landing-contact-bar > div {
	margin: 0 auto;
	max-width: 1920px;
	position: relative;
	z-index: 1;
}
.landing-contact .ezcol:first-child {
	margin-top: 147px;
	text-align: center;
}
.landing-contact .ezcol:first-child * {
	color: #fff;
}
.landing-contact .ezcol:first-child h2:before {
	background: url(library/images/logo-small.png) no-repeat center center;
	-webkit-background-size: auto 102px;
	-moz-background-size: auto 102px;
	-o-background-size: auto 102px;
	background-size: auto 102px;
	content: "";
	display: block;
	height: 102px;
	margin-bottom: 40px;
}
.landing-contact .ezcol:first-child h2 {
	margin-bottom: 9px;
}
.landing-contact .ezcol:first-child p {
	letter-spacing: 0.03em;
	margin: 0;
}
.landing-contact .gform_wrapper {
	*zoom: 1;
}
.landing-contact .gform_wrapper:before,
.landing-contact .gform_wrapper:after {
	content: "";
	display: table;
	line-height: 0;
}
.landing-contact .gform_wrapper:after {
	clear: both;
}
.landing-contact .gform_wrapper {
	margin: 0 auto;
	max-width: 815px;
	padding: 88px 0;
}
.landing-contact .gform_wrapper .gform_heading {
	margin: 0;
	width: auto;
}
.landing-contact .gform_wrapper h3.gform_title {
	color: #fff;
	font-size: 1.666667rem;
	font-weight: normal;
	margin: 0;
}
body .landing-contact .gform_wrapper label.gfield_label + div.ginput_container {
	margin: 0;
}
.landing-contact .gform_wrapper .top_label .gfield_label {
	display: none;
}
.landing-contact .gform_wrapper ul li.gfield {
	clear: none;
	float: left;
	margin: 38px 0 0;
	width: 47.852761%;
}
.landing-contact .gform_wrapper ul li.gfield:nth-child(2n) {
	float: right;
}
.landing-contact .gform_wrapper .top_label input.medium {
	border: none;
	height: 65px;
	padding-left: 28px;
}
.landing-contact .gform_wrapper .top_label textarea.medium {
	border: none;
	height: 172px;
	padding-left: 28px;
	padding-top: 21px;
}
.landing-contact .gform_wrapper .gform_footer {
	clear: none;
	float: right;
	margin: 38px 0 0;
	width: 47.852761%;
}
.landing-contact .gform_wrapper .gform_footer input[type="submit"] {
	background: #0a0a0a;
	height: 69px;
	font-size: 1rem;
	text-transform: uppercase;
	width: 173px;
}
.landing-contact .gform_wrapper .gform_footer input[type="submit"]:hover {
	background: #0a0a0a;
}
body.page-template-landing-page .mainbody {
	padding-bottom: 70px;
	padding-top: 88px;
}
.landing-page-left {
	float: left;
	width: 45.072993%;
}
.landing-page-price {
	padding: 42px 0;
	text-align: center;
	display:none;
}
.landing-price-label {
	padding-right: 7px;
	vertical-align: top;
}
.landing-price {
	color: #d31245;
	font-size: 3.111111rem;
	line-height: 0.95em;
}
.lading-page-right {
	float: right;
	width: 50.729927%;
}
.landing-page-left .flexslider .slides > li {
	margin-right: 7px;
}
.property-main-image .flexslider .slides > li {
	margin-right: 0;
}
.landing-page-wrapper .flex-direction-nav .flex-prev, .landing-page-wrapper .flexslider:hover .flex-direction-nav .flex-prev {
	left: 10px;
}
.landing-page-wrapper .flex-direction-nav .flex-next, .landing-page-wrapper .flexslider:hover .flex-direction-nav .flex-next {
	right: 10px;
}

/*********************
PROPERTIES
*********************/
/* Global Style */
.epl-listing-post .epl-stickers-wrapper .status-sticker {
	margin: 0 0 0 5px;
}
.epl-property-single .status-sticker.under-offer, .epl-property-blog .status-sticker.under-offer {
	background: #0da0df;
}
ul.property_search-tabs li {
	background: #f1f1f1;
}
.top-content-bar ul.property_search-tabs li {
	background: #fff;
	padding-bottom: 7px;
	padding-top: 7px;
}
ul.epl-author-tabs li.epl-author-current, ul.property_search-tabs li.epl-sb-current, li.tbhead.current {
	background: #029cde;
	border-bottom-color: #0e1c2b;
	color: #fff;
}
.epl-archive-utility-wrapper {
	margin-bottom: 0;
	margin-top: 0;
}
select#epl-sort-listings {
	height: 40px;
}

/* Search Form */
.epl-search-form form {
	*zoom: 1;
}
.epl-search-form form:before,
.epl-search-form form:after {
	content: "";
	display: table;
	line-height: 0;
}
.epl-search-form form:after {
	clear: both;
}
.epl-search-wide, .epl-search-slim, .epl-search-fixed, .epl-search-row-text, .epl-search-row-number, .epl-search-row-select, .epl-search-row-checkbox, .epl-search-row-text .field, .epl-search-row-number .field, .epl-search-row-select .field, .epl-search-row-checkbox .field, .epl-search-form .field-width, .epl-search-form .epl-search-row, .epl-search-form .epl-search-row-full, .epl-search-form .epl-search-row-half, .epl-search-form .epl-search-row-third, .epl-search-form .epl-search-submit-row, .epl-search-form .epl-search-btn {
	width: 100%;
}
.epl-search-form form {
	margin: 0;
}
.top-content-bar {
	background: #0a0a0a;
	padding: 54px 0;
}
.search-heading {
	color: #fff;
	font-size: 1.333333rem;
	letter-spacing: 0.084em;
	margin: 0 0 15px;
	text-transform: uppercase;
}
.epl-search-tabs {
	display: none;
	padding: 0 0 15px;
}
.epl-search-forms-wrapper {
	padding: 0;
}
.epl-search-form.epl-sb-current {
	display: block;
}
.epl-search-form .epl-search-label {
	display: none;
}
.epl-search-slim .epl-search-row {
	float: left;
	padding-right: 8px;
	width: 18%;
}
.epl-search-slim .epl-search-submit-row {
	float: right;
	margin: 0;
	width: 10%;
}
.epl-search-form .epl-search-btn {
	font-size: 1rem;
	font-weight: bold;
	height: 41px;
	letter-spacing: 0.03em;
	padding: 0;
}
.epl-search-form .in-field {
	border: none;
	height: 41px;
	padding: 5px 10px;
}

/* Properties Listing */
.properties-list {
	*zoom: 1;
}
.properties-list:before,
.properties-list:after {
	content: "";
	display: table;
	line-height: 0;
}
.properties-list:after {
	clear: both;
}
.epl-switch-view {
	display: none;
}
.epl-properties-sorting {
	padding: 0;
}
.properties-list,
.epl-template-blog.loop-content {
	margin: 0 0 0 -2.9090909%;
}
.properties-list > .epl-listing-post,
.epl-template-blog.loop-content > .epl-listing-post {
	clear: none !important;
	float: left;
	margin: 2.8268551% 0 0 2.8268551%;
	width: 22.173145%;
}
.properties-list > .epl-listing-post.em-property-1,
.epl-template-blog.loop-content > .epl-listing-post.em-property-1 {
	clear: both !important;
}
.property-heading {
	background: #0a0a0a;
	margin: 0;
	padding: 16px 8px 16px 15px;
	text-transform: none;
}
.property-heading h3 {
	color: #fff;
	font-size: 1rem;
	font-weight: 600;
	line-height: 1.111111em;
}
.property-heading h3 a {
	color: #fff;
	text-decoration: none;
}
.property-heading .price {
	color: #d31245;
	font-size: 14px;
	font-weight: 700;
	line-height: 1.2em;
	margin-top: 7px;
}
.property-featured-image-wrapper {
	position: relative;
}
.under-offer-status {
	color: #0da0df;
}
.property-detail-link:after {
	background: #d31245;
	content: "\f054";
	font-family: FontAwesome;
	font-size: 14px;
	height: 25px;
	position: absolute;
	right: -25px;
	text-align: center;
	top: 0;
	width: 25px;
}
a.property-detail-link {
	background: #0a0a0a;
	bottom: 0;
	color: #fff;
	font-size: 12px;
	letter-spacing: 0.015em;
	line-height: 25px;
	padding: 0 10px;
	position: absolute;
	right: 25px;
	text-decoration: none;
	text-transform: uppercase;
}
.epl-archive-entry-image img {
	display: block;
}
.property-feature-icons {
	background: #f1f1f1;
	padding: 29px 10px 26px;
	text-align: center;
}
.property-feature-icons .icon {
	color: #231f20;
	display: inline-block;
	font: normal 1.222222rem/1.2em 'Roboto Slab', serif;
	height: auto;
	margin: 0 0 0 25px;
	padding: 0 0 0 30px;
	vertical-align: top;
	width: auto;
}
.property-feature-icons .icon:first-child {
	margin-left: 0 !important;
}
.property-feature-icons .icon:nth-child(n+4) {
	display: none;
}
.icon.beds {
	background: url(library/images/icon-bed.png) no-repeat 0 5px;
	padding-left: 31px;
}
.icon.bath {
	background: url(library/images/icon-bath.png) no-repeat 0 7px;
	padding-left: 41px;
}
.icon.parking {
	background: url(library/images/icon-parking.png) no-repeat 0 5px;
	padding-left: 40px;
}

/* Featured Properties Shortcode */
.featured-properties > ul {
	*zoom: 1;
}
.featured-properties > ul:before,
.featured-properties > ul:after {
	content: "";
	display: table;
	line-height: 0;
}
.featured-properties > ul:after {
	clear: both;
}
.featured-properties > ul {
	list-style: none;
	margin: -3.3636364% 0 0 -3.3636364%;
	padding: 0;
}
.featured-properties > ul > li {
	float: left;
	margin: 3.2541777% 0 0 3.2541777%;
	width: 30.079156%;
}
.featured-properties > ul > li .loop-footer {
	display: none;
}
.featured-properties > ul > li > h3 {
	background: #2d5f93;
	color: #fff;
	font-size: 1rem;
	font-weight: 300;
	letter-spacing: 0.06em;
	margin: 0;
	padding: 18px 10px 17px 30px;
}
.ezcol-one-third.home-buttons {
	margin-right: 3.3636364%;
	width: 31.090909% !important;
}
.ezcol-last.home-buttons {
	margin-right: 0;
}
.home-buttons a, .home-buttons img {
	display: block;
}
.home-buttons a {
	color: #fff;
	font-size: 1.222222rem;
	letter-spacing: 0.072em;
	text-decoration: none;
}
.home-buttons strong:after {
	color: #029cde;
	content: "\f105";
	font-family: FontAwesome;
	font-size: 26px;
	font-weight: bold;
	margin-top: -12px;
	position: absolute;
	right: 24px;
	top: 50%;
}
.home-buttons strong {
	background-color: #2d5f93;
	background-position: 30px 21px;
	background-repeat: no-repeat;
	display: block;
	font-weight: normal;
	padding: 23px 40px 23px 72px;
	position: relative;
}
.homepage-portal-buttons .home-buttons:first-child strong {
	background-image: url(library/images/icon-sale.png);
}
.homepage-portal-buttons .home-buttons:nth-child(2) strong {
	background-image: url(library/images/icon-rent.png);
}
.homepage-portal-buttons .home-buttons:nth-child(3) strong {
	background-image: url(library/images/icon-sold.png);
}
.epl-property-blog {
	margin-bottom: 0;
}
.featured-properties > ul > li > property-featured-image-wrapper img {
	display: block;
}
.featured-properties .property-feature-icons {
	padding: 27px 10px 23px;
}
.featured-properties .property-feature-icons .icon {
	font-size: 1.444444rem;
	height: auto;
	margin: 0 0 0 45px;
	padding: 0 0 0 30px;
}
.featured-properties .icon.beds {
	background: url(library/images/icon-bed.png) no-repeat 0 3px;
	padding-left: 36px;
}
.featured-properties .icon.bath {
	background: url(library/images/icon-bath.png) no-repeat 0 6px;
	padding-left: 49px;
}
.featured-properties .icon.parking {
	background: url(library/images/icon-parking.png) no-repeat 0 3px;
	padding-left: 47px;
}

.more-link {
    display: none;
}

.type-post .gfield_required{
display:none;
}

.type-post .top_label .gfield_label{
margin: 0 0 13px;
}

blockquote {
    border-left: 7px solid #d10f3c;
    margin: 40px 0;
    padding: 0 40px;
}

blockquote p {
    font-weight: 500;
}

.type-post .gform_wrapper .top_label li.gfield.gf_right_half input.medium{
width: 100% !important;
}

.post-cta{
    background: url(library/images/bg-01.jpg) no-repeat center top;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    padding: 60px 70px;
}

.post-cta h5{
text-align:center;
  color:#fff;
} 

/* Upcoming Auctions */
/*
body.page-template-upcoming_auctions .mainbody {
	padding: 0;
}
body.page-template-upcoming_auctions .mainbody > .center {
	max-width: none;
}
*/
.auction-header {
	background: #f1f1f1;
}
.auction-header .center {
	padding: 39px 150px 39px 0;
	position: relative;
}
.auction-header-date {
	color: #029cde;
	float: left;
	font-size: 1.333333rem;
	font-weight: 600;
	letter-spacing: 0.084em;
	padding-top: 6px;
	text-transform: none;
	width: 100%;
}
.auction-header-btn {
	float: left;
	margin-right: -100%;
	position: relative;
	text-align: right;
	width: 150px;
}
.auction-header-btn a, .auction-details a {
	font-size: 1rem;
	font-weight: 600;
	letter-spacing: 0.03em;
	padding: 8px 0;
	width: 123px;
}
.epl-template-upcoming-inspections .epl-property-blog-upcoming-inspections,
.epl-template-upcoming-auctions .epl-property-blog-upcoming-inspections {
	padding: 60px 0;
}
.epl-template-upcoming-inspections .epl-property-blog-upcoming-inspections:nth-child(2n),
.epl-template-upcoming-auctions .epl-property-blog-upcoming-inspections:nth-child(2n) {
	background: #f1f1f1;
}
.property-thumb {
	float: left;
	width: 240px;
}
.property-main-info {
	float: left;
	letter-spacing: 0.015em;
	margin-left: 2.4545455%;
	padding-bottom: 45px;
	padding-right: 25px;
	padding-top: 15px;
	position: relative;
	text-transform: none;
	width: 30.909091%;
}
.epl-template-upcoming-inspections .property-feature-icons,
.epl-template-upcoming-auctions .property-feature-icons {
	background: none;
	bottom: 15px;
	left: 0;
	padding: 0;
	position: absolute;
	text-align: left;
}
.property-info li {
	color: #868686;
	float: left;
	font-size: 1.222222rem;
	font-weight: normal;
	line-height: 1.2em;
	margin: 0 0 0 26px;
	position: relative;
}
.property-info li:first-child {
	background: url(library/images/icon-bed.png) no-repeat 0 2px;
	margin-left: 0;
	padding-left: 31px;
}
.property-info li:first-child + li {
	background: url(library/images/icon-bath.png) no-repeat 0 4px;
	padding-left: 41px;
}
.property-info li:first-child + li + li {
	background: url(library/images/icon-parking.png) no-repeat 0 2px;
	padding-left: 40px;
}
.auction-time {
	float: left;
	padding-top: 15px;
	text-transform: uppercase;
	width: 30%;
}
.epl-inspection-times {
	margin: 0;
}
.epl-inspection-times-label {
	display: none;
}
.epl-inspection-times ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
.epl-inspection-times ul li {
}
.property-main-info h3, .auction-time h3 {
	color: #029cde;
	font-size: 1.055556rem;
	font-weight: 600;
	margin: 0;
}
.property-main-info h3 a {
	color: #029cde;
}
.auction-details {
	float: right;
	padding-top: 21px;
	text-align: right;
}

/* Property Detail */
body.single-property .mainbody {
	padding-top: 0;
}
body.single-property .mainbody > .center {
	max-width: none;
}
.entry-header.epl-header {
	background: #0a0a0a;
	margin: 0 0 30px;
	padding: 37px 0;
}
.entry-header.epl-header > .center {
	position: relative;
}
.epl-property-single.view-expanded .entry-header .property-details {
	min-height: 41px;
	padding-right: 380px;
	padding-top: 5px;
	width: auto;
}
.epl-property-single.view-expanded .entry-header .property-feature-icons .icon {
	color: #fff;
}
.epl-property-single.view-expanded .entry-header .property-feature-icons .icon.beds {
	background: url(library/images/icon-bed-white.png) no-repeat 0 2px;
}
.epl-property-single.view-expanded .entry-header .property-feature-icons .icon.bath {
	background: url(library/images/icon-bath-white.png) no-repeat 0 4px;
}
.epl-property-single.view-expanded .entry-header .property-feature-icons .icon.parking {
	background: url(library/images/icon-parking-white.png) no-repeat 0 2px;
}
.epl-property-single h1.entry-title {
	font-family: 'Roboto', sans-serif;
	font-weight: normal;
	font-size: 1.555556rem;
	margin: 0;
	text-transform: none;
}
.epl-property-single.view-expanded .item-street, .epl-property-single.view-expanded .page-price-rent {
	display: inline;
}
.epl-property-single .entry-title-sub {
	font-size: 1.555556rem;
}
.property-feature-details {
	position: absolute;
	right: 0;
	top: 0;
}
.property-feature-details .property-feature-icons {
	background: none;
	display: inline-block;
	padding: 8px 50px 0 0;
	vertical-align: top;
}
.property-contact-btn {
	display: inline-block;
	vertical-align: top;
}
.property-contact-btn a {
	font-size: 1rem;
	font-weight: 600;
	letter-spacing: 0.03em;
	padding: 8px 20px;
}
.property-back-link {
	padding: 0 0 30px;
}
.property-gallery .flexslider {
	margin: 0 0 20px;
}
.property-gallery .flexslider .flex-direction-nav .flex-prev, .property-gallery .flexslider:hover .flex-direction-nav .flex-prev {
	left: 10px;
}
.property-gallery .flexslider .flex-direction-nav .flex-next, .property-gallery .flexslider:hover .flex-direction-nav .flex-next {
	right: 10px;
}
.property-gallery #carousel {
	background: #f1f1f1;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
	padding: 16px 48px;
}
.property-gallery #carousel li {
	margin-right: 10px;
}
.property-main-image {
	position: relative;
}
.epl-property-single .property-meta.pricing:before {
	border-left: 10px solid rgba(0,0,0,0);
	border-top: 10px solid #8F002B;
	content: "";
	height: 0;
	left: 0;
	position: absolute;
	top: 100%;
	width: 0;
}
.epl-property-single .property-meta.pricing {
	background: #d10f3c;
	bottom: 16.484848%;
	color: #fff;
	font-size: 1rem;
	font-weight: normal;
	left: -10px;
	letter-spacing: 0.03em;
	line-height: 41px;
	padding: 0 35px;
	position: absolute;
}
.epl-property-single .property-meta.pricing span {
	color: #fff;
}
.property-info-left {
	float: left;
	width: 65.454545%;
}
.epl-tab-section {
	margin: 0;
}
.epl-tab-section.epl-tab-section-features {
	margin-bottom: 30px;
}
.epl-tab-title-property-features {
	background: #0a0a0a;
	border: none;
	color: #d31245;
	font-family: 'Roboto Slab', serif;
	font-size: 1.111111rem;
	font-weight: bold;
	letter-spacing: 0.03em;
	margin: 0;
	padding: 32px 0 31px;
	text-align: center;
	text-transform: uppercase;
}
.epl-tab-section-features .epl-tab-content:not(.epl-tab-content-additional) {
	background: #d31245;
	margin-top: 4px;
	padding: 25px 40px;
}
.epl-tab-section-features .epl-tab-content * {
	color: #fff;
}
.epl-tab-section-features .epl-tab-content ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
.epl-tab-section-features .epl-tab-content ul li:before {
	content: "\f00c";
	border: 1px solid #fff;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
	font-family: FontAwesome;
	font-size: 10px;
	height: 14px;
	left: 0;
	line-height: 14px;
	position: absolute;
	text-align: center;
	top: 18px;
	width: 14px;
}
.epl-tab-section-features .epl-tab-content ul li {
	background: none !important;
	float: none;
	font-size: 14px;
	margin: 0;
	padding: 17px 0 0 40px !important;
	position: relative;
	text-transform: capitalize;
}
.property-info-left h2.entry-title {
	font-size: 1.444444rem;
	letter-spacing: 0.06em;
	margin-bottom: 10px;
	text-transform: none;
}
.property-info-left .secondary-heading {
	font-size: 1.111111rem;
}
.property-inspection, .property-auction {
	border-top: 1px solid #b7b7b7;
	margin-top: 40px;
	padding: 43px 0 0;
}
.property-inspection h3, .property-auction h3 {
	color: #d31245;
	font-size: 1.111111rem;
	letter-spacing: 0.09em;
	margin-bottom: 9px;
	text-transform: none;
}
.property-info-right {
	float: right;
	width: 32.727273%;
}
.epl_tabbed_map_control {
	display: none;
}
.epl-button-wrapper > * {
	float: left;
	margin-top: 6px;
	width: 49.079755%;
}
.epl-button-wrapper > *:nth-child(2n) {
	float: right;
}
[class^="epl-floor-plan-button-wrapper"] {
	display: block;
	margin-bottom: 0;
	margin-left: 0;
	margin-right: 0;
}
.epl-button {
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
}
[class^="epl-floor-plan-button-wrapper"] .epl-button {
	background: #0a0a0a;
	border: none;
	display: block;
	font-size: 16px;
	font-weight: normal;
	height: 50px;
	letter-spacing: 0.03em;
	line-height: 50px;
	padding: 0;
	text-transform: uppercase;
	width: 100%;
}
.property-contact-btn a {
	display: block;
	font-size: 1rem;
	height: 41px;
	line-height: 41px;
	letter-spacing: 0.03em;
	padding: 2px 20px;
	text-transform: uppercase;
}
.epl-button-wrapper .property-contact-btn a {
	background: #0a0a0a;
	font-size: 16px;
	font-weight: normal;
	height: 50px;
	line-height: 50px;
}
.addtoany_list {
	display: block;
}
.addtoany_list.a2a_kit_size_32 a.a2a_button_facebook:before {
	background: #fff;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	color: #0a0a0a;
	content: "\f09a";
	display: inline-block;
	font-family: FontAwesome;
	font-weight: normal;
	height: 21px;
	line-height: 21px;
	margin: 0 8px 0 0;
	text-align: center;
	width: 21px;
}
.addtoany_list.a2a_kit_size_32 a.a2a_button_facebook:after {
	content: "SHARE";
	color: #fff;
	display: inline-block;
	font-size: 14px;
	letter-spacing: 0.06em;
}
.addtoany_list.a2a_kit_size_32 a.a2a_button_facebook:hover:before {
	color: #114983;
}
.addtoany_list.a2a_kit_size_32 a.a2a_button_facebook {
	background: #0a0a0a;
	display: block;
	font-size: 16px;
	height: 50px;
	line-height: 50px;
	padding: 0;
	position: relative;
	text-align: center;
}
.addtoany_list.a2a_kit_size_32 a.a2a_button_facebook:hover {
	background-color: #0a0a0a;
}
.addtoany_list.a2a_kit_size_32 a.a2a_button_facebook > span {
	display: none;
}

/*********************
SIDEBAR
*********************/
.main-sidebar ul.menu {
	list-style: none;
	margin: 0;
	padding: 0;
}
.main-sidebar ul.menu > li {
	margin-bottom: 13px;
}
.main-sidebar ul.menu > li > a {
	background: #b8b8b8;
	color: #fff;
	display: block;
	font-size: 1rem;
	font-weight: normal;
	letter-spacing: 0.006em;
	padding: 22px 15px 21px 20px;
	position: relative;
	text-decoration: none;
}
.main-sidebar ul.menu > li.current-menu-item > a, .main-sidebar ul.menu > li > a:hover {
	background: #152e54;
}
.main-sidebar > .widget {
	border-top: 1px solid #d3d2d2;
	margin: 36px 0 0;
	padding: 33px 0 0;
}
.main-sidebar > .widget:first-child {
	border-top: none;
	margin-top: 0;
	padding-top: 0;
}
.main-sidebar .widgettitle {
	color: #231f20;
	font-size: 1.666667rem;
	font-weight: normal;
	margin: 0 0 30px;
}
.main-sidebar ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
.main-sidebar ul li {
	margin-top: 20px;
}
.main-sidebar ul li:first-child {
	margin-top: 0;
}
.main-sidebar a {
	color: #404040;
	text-decoration: none;
}
.main-sidebar a:hover {
	color: #d31245;
}
.ppw-post-title {
	display: block;
}
span.post-stats {
	color: #686a6e;
	font-size: 15px;
	font-style: italic;
	font-weight: 300;
}
.post-stats br {
	display: none;
}

/*********************
IMAGE SCROLLER
*********************/
.em-image-scroller .mTS_horizontal ul.mTSContainer > li {
	margin-left: 18px;
}
.em-image-scroller .mTS_horizontal ul.mTSContainer > li:first-child {
	margin-left: 0;
}
.em-image-slider {
	overflow: hidden;
}
.image-scrollbox > ul {
	*zoom: 1;
}
.image-scrollbox > ul:before,
.image-scrollbox > ul:after {
	content: "";
	display: table;
	line-height: 0;
}
.image-scrollbox > ul:after {
	clear: both;
}
.image-scrollbox > ul {
	list-style: none;
	margin: 25px 0 0;
	padding: 0;
	width: 5000px;
}
.image-scrollbox > ul li {
	float: left;
	margin: 0 40px 0 0;
}

/*********************
ACCORDION
*********************/
.accordion {
	margin: 30px 0;
}
h3.accordion-title:before {
	content: "\002B";
	line-height: 1em;
	margin-top: -12px;
	position: absolute;
	right: 34px;
	top: 50%;
}
h3.accordion-title.open:before {
	content: "\2212";
}
h3.accordion-title {
	background: #eee;
	color: #000;
	cursor: pointer;
	font-size: 1rem;
	font-weight: normal;
	margin: 0 0 6px;
	padding: 22px 60px 22px 28px;
	position: relative;
}
h3.accordion-title.open {
	background: #000;
	color: #fff;
}
.accordion-content {
	background: #f2f2f2;
	margin: -4px 0 23px;
	padding: 30px 55px;
}

/*********************
WP-TILES
*********************/
div.tb-close-icon:before {
	line-height: 18px;
}
div.tb-close-icon {
	height: 18px;
	line-height: 18px;
	width: 18px;
}
div#TB_caption {
	height: auto;
	padding-left: 15px;
}

/*********************
WOOCOMMERCE
*********************/
.em-shopping-cart-wdg.hidden {
	display: none;
}
.woocommerce .woocommerce-error, .woocommerce .woocommerce-info, .woocommerce .woocommerce-message {
	background: #fff;
	margin: 0 auto 30px !important;
	max-width: 1060px;
}

/* Category Listing Page */
.woocommerce ul.products li.product {
	*zoom: 1;
}
.woocommerce ul.products li.product:before,
.woocommerce ul.products li.product:after {
	content: "";
	display: table;
	line-height: 0;
}
.woocommerce ul.products li.product:after {
	clear: both;
}
.woocommerce ul.products li.product {
	border-top: 1px solid #c4c9d0;
	float: none;
	margin: 56px 0 0;
	padding: 51px 0 0;
	width: auto;
}
.woocommerce ul.products li.product:first-child {
	border-top: none;
	margin-top: 0;
	padding-top: 0;
}
.woocommerce ul.products li.product > a:before {
	background: rgba(179,35,23,0.6);
	bottom: 0;
	content: "";
	left: 0;
	opacity: 0;
	position: absolute;
	right: 0;
	top: 0;
	visibility: hidden;
}
.woocommerce ul.products li.product > a:after {
	border: 1px solid #fff;
	color: #fff;
	content: "View Product Details";
	font-size: 1.38888889rem;
	height: 68px;
	left: 50%;
	line-height: 68px;
	margin: -34px 0 0 -145px;
	opacity: 0;
	position: absolute;
	text-align: center;
	top: 50%;
	visibility: hidden;
	width: 290px;
}
.woocommerce ul.products li.product-category> a:after {
	content: "View Range";
	margin-left: -101px;
	width: 202px;
}
.woocommerce ul.products li.product > a:hover:before, .woocommerce ul.products li.product > a:hover:after {
	opacity: 1;
	visibility: visible;
}
.woocommerce ul.products li.product > a {
	float: left;
	margin-top: 5px;
	position: relative;
	width: 47.169811%;
}
.woocommerce ul.products li.product > a > h3 {
	display: none;
}
.woocommerce ul.products li.product a img {
	margin: 0;
}
.cat-list-info, .product-list-info {
	float: right;
	padding-bottom: 60px;
	width: 47.169811%;
}
.cat-list-title, .product-listing-title {
	color: #596060;
	font-size: 1.444444rem;
	font-weight: 300;
}
.cat-list-title a, .product-listing-title a {
	color: #596060;
}
.cat-list-title a:hover, .product-listing-title a:hover {
	color: #b32317;
}
.cat-list-link, .product-list-link {
	bottom: 0;
	position: absolute;
	right: 0;
	width: 47.169811%;
}
.cat-list-link a.em-button, .product-list-link a.em-button {
	font-size: 1.055556rem;
	padding-bottom: 13px;
	padding-top: 14px;
}

/* Product Archive - Listing View */
.product-listing-switch-view {
	float: right;
	list-style: none;
	margin: 9px 0 0;
	padding: 0;
}
.product-listing-switch-view li {
	border-left: 1px solid #c7c6c2;
	float: left;
	margin-left: 13px;
	padding-left: 13px;
}
.product-listing-switch-view li:first-child {
	border-left: none;
	margin-left: 0;
	padding-left: 0;
}
.product-listing-switch-view li a:before {
	color: #d6d6d3;
	font-family: FontAwesome;
	font-size: 1.222222rem;
	margin-right: 3px;
	vertical-align: middle;
}
.product-listing-switch-view li a.em-list-view:before {
	content: "\f00b";
}
.product-listing-switch-view li a.em-grid-view:before {
	content: "\f009";
}
.product-listing-switch-view li a:hover:before, .product-listing-switch-view li a.em-active:before {
	color: #000;
}
.product-listing-switch-view li a {
	color: #596060;
	display: block;
	font-size: 16px;
	line-height: 1.375em;
	font-weight: normal;
	text-decoration: none;
}
.woocommerce form.woocommerce-ordering:before {
	content: "Order By:";
	font-size: 1.111111rem;
	left: 0;
	line-height: 36px;
	position: absolute;
	top: 0;
}
.woocommerce form.woocommerce-ordering {
	float: none;
	margin: 0 150px 35px 0;
	padding-left: 90px;
	position: relative;
}
.woocommerce form.woocommerce-ordering .jqTransformSelectWrapper {
	width: 160px;
}
.woocommerce form.woocommerce-ordering .jqTransformSelectWrapper div span {
	font-size: 14px;
	line-height: 36px;
}
.woocommerce form.woocommerce-ordering .jqTransformSelectWrapper a.jqTransformSelectOpen:before {
	font-size: 28px;
	line-height: 36px;
}
.product-list-des p {
	margin: 0;
}
.woocommerce ul.products li.product .price {
	color: #b32317;
	font-size: 1rem;
	font-weight: 500;
	margin: 24px 0 20px;
}
body.em-grid-view-mode .product-list-sku, body.em-grid-view-mode ul.products li.product .price, body.em-grid-view-mode .product-listing-size, body.em-grid-view-mode .product-list-des, body.em-grid-view-mode .product-list-link {
	display: none;
}
body.em-grid-view-mode ul.products {
	margin-top: -50px;
}
body.em-grid-view-mode ul.products li.product {
	border-top: none;
	float: left;
	margin: 50px 0 0 !important;
	padding-top: 0;
	width: 47.169811%;
}
body.em-grid-view-mode ul.products li.product:nth-child(2n) {
	float: right;
}
body.em-grid-view-mode ul.products li.product:nth-child(2n+1) {
	clear: both;
}
body.em-grid-view-mode ul.products li.product > a {
	display: block;
	float: none;
	width: auto;
}
body.em-grid-view-mode .product-list-info {
	float: none;
	padding: 0;
	width: auto;
}
body.em-grid-view-mode .product-listing-title {
	margin-top: 20px;
}
.woocommerce ul.products, .woocommerce ul.products * {
    -webkit-transition: all 200ms ease-in;
    -moz-transition: all 200ms ease-in;
    -o-transition: all 200ms ease-in;
    transition: all 200ms ease-in;
}

/*********************
TESTIMONIALS
*********************/
.widget_woothemes_testimonials > .testimonials {
	*zoom: 1;
}
.widget_woothemes_testimonials > .testimonials:before,
.widget_woothemes_testimonials > .testimonials:after {
	content: "";
	display: table;
	line-height: 0;
}
.widget_woothemes_testimonials > .testimonials:after {
	clear: both;
}
.widget_woothemes_testimonials > .testimonials {
	position: relative;
}
.testimonials-list .quote > img {
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	float: left;
	width: 164px;
}
.testimonials-list .quote blockquote {
	font-size: 1.8125rem;
	line-height: 1.3384083em;
	margin: 15px 0 22px 210px;
}
.testimonials-list .quote blockquote p {
	font-size: 1.6875rem;
	line-height: 1.333333em;
	margin: 0;
}
.testimonials-list .quote .author {
	display: block;
	font-size: 1.4375rem;
	font-style: normal;
	margin: 0 0 0 210px;
}

/*********************
FLEXSLIDER
*********************/
.flexslider {
	background: none;
	border: none;
	margin: 0;
}
.flex-direction-nav {
	height: 0;
}
.flex-nav-prev {
	float: left;
}
.flex-nav-next {
	float: right;
}
.flex-direction-nav a:before {
	color: #231f20;
	font-family: FontAwesome;
	font-size: 60px;
	line-height: 34px;
	text-indent: 0;
	text-shadow: none;
}
.flex-direction-nav .flex-nav-prev a:before {
	content: "\f104";
}
.flex-direction-nav .flex-nav-next a:before {
	content: "\f105";
}
.flexslider:hover .flex-direction-nav .flex-prev {
	left: -50px;
	opacity: 1;
}
.flexslider:hover .flex-direction-nav .flex-next {
	right: -50px;
	opacity: 1;
}
.flex-direction-nav a {
	font-size: 0;
	line-height: 0;
	opacity: 1;
	outline: none;
	text-indent: -999em;
	width: 25px;
}

/*********************
NEXTGEN FLEXSLIDER
*********************/
.flexslider.em-nextgen-flexslider {
	margin: 0;
}
.flexslider.em-nextgen-flexslider .slides > li {
	margin-right: 36px;
}

/*********************
GRAVITY FORM
*********************/
div.gform_wrapper {
	margin: 0;
	max-width: none;
}
div.gform_wrapper ul li.gfield {
	margin-bottom: 12px;
}
div.gform_wrapper .top_label .gfield_label,
div.gform_wrapper .left_label .gfield_label {
	display: block;
	font-weight: inherit;
	margin: 0 0 3px;
}
body .gform_wrapper label.gfield_label + div.ginput_container {
	margin-top: 0;
}
div.gform_wrapper .top_label input.medium, div.gform_wrapper .top_label select.medium {
	width: 100%;
}
div.gform_wrapper .top_label textarea.medium {
	width: 100%;
}
div.gform_wrapper .gform_footer {
	padding: 0;
}
body #fancybox-content .gform_wrapper label.gfield_label + div.ginput_container {
	margin-top: 3px;
}
#fancybox-content div.gform_wrapper ul li.gfield {
	margin-bottom: 8px;
}
#fancybox-content .gform_wrapper textarea.medium {
	height: 100px;
}

/*********************
BLOG
*********************/
.img-zoom {
    width: auto;
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    -ms-transition: all .2s ease-in-out;
	
	filter: grayscale(0%);
    -webkit-filter: grayscale(0%);
    filter: none;
}
.img-zoom:hover {
    -webkit-transform: scale(1.075); 
    -moz-transform: scale(1.075);
    -o-transform: scale(1.075);
    transform: scale(1.075);
	
	filter: grayscale(100%);
    -webkit-filter: grayscale(100%);  /* For Webkit browsers */
    filter: gray;  /* For IE 6 - 9 */
    -webkit-transition: all .6s ease;  /* Transition for Webkit browsers */
}
.blog-description {
	background: #f4f4f4;
	margin: 0 0 43px;
	padding: 25px 30px;
}
.blog-description p {
	margin: 0;
}
.post-list {
	list-style: none;
	margin: 0;
	padding: 0;
}
.postlist .post {
	border-top: 1px solid #e5e5e5;
	margin-top: 35px;
	padding-top: 35px;
}
.postlist .post-list .post:first-child {
	border-top: none;
	margin-top: 0;
	padding-top: 0;
}
.post-list-date {
	font-size: 0.875rem;
	margin-bottom: 14px;
}
.post-list-date a {
	text-decoration: underline;
}
h2.entry-title {
	font-size: 1.5rem;
	margin-bottom: 10px;
}
.post-list-thumbnail {
	margin-bottom: 24px;
	position: relative;
	overflow: hidden;
}
.post-list-thumbnail a.em-button {
	position: absolute;
	bottom: 0;
	right: 0;
}
.post-list-content p {
	margin-top: 0;
}
.post-list-content a.excerpt-read-more {
	display: none;
}
.post-tags:before {
	content: "\f02c";
	font-family: FontAwesome;
	left: 0;
	position: absolute;
	top: 1px;
}
.post-tags {
	font-size: 0.875rem;
	margin: 15px 0 0;
	padding: 0 0 0 30px;
	position: relative;
}
h1.single-title {
	font-size: 1.8125rem;
	font-weight: normal;
}
.post-image {
	margin: 15px 0;
}

/*********************
NAVIGATION
*********************/
nav.main-nav ul.nav {
	*zoom: 1;
}
nav.main-nav ul.nav:before,
nav.main-nav ul.nav:after {
	content: "";
	display: table;
	line-height: 0;
}
nav.main-nav ul.nav:after {
	clear: both;
}
nav.main-nav ul.nav {
	list-style: none;
	margin: 0;
	padding: 0;
}
nav.main-nav ul.nav > li {
	float: left;
	position: relative;
}
nav.main-nav ul.nav > li > a {
	color: #0e1c2b;
	display: block;
	font-family: 'Roboto Slab', serif;
	font-size: 17px;
	font-weight: bold;
	letter-spacing: 0.015em;
	line-height: 24px;
	padding: 0 16px 8px 15px;
	position: relative;
	text-decoration: none;
	z-index: 1;
}
nav.main-nav ul.nav > li.current-menu-item > a,
nav.main-nav ul.nav > li.current-parent-item > a,
nav.main-nav ul.nav > li.current-menu-ancestor > a,
nav.main-nav ul.nav > li:hover > a {
	color: #d31245;
}
nav.main-nav ul.nav li ul {
	background: #0a0a0a;
	left: 100%;
	-moz-opacity: 0.00;
	-khtml-opacity: 0.00;
	opacity: 0.00;
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha"(Opacity=0);
	filter:alpha(opacity=0);
	list-style: none;
	margin: 0;
	padding: 0;
	position: absolute;
	top: 0;
    -webkit-transition: all 200ms ease-in;
    -moz-transition: all 200ms ease-in;
    -o-transition: all 200ms ease-in;
    transition: all 200ms ease-in;
	visibility: hidden;
	width: 250px;
}
nav.main-nav ul.nav li:hover > ul {
	-moz-opacity: 1;
	-khtml-opacity: 1;
	opacity: 1;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha"(Opacity=100);
	filter: alpha(opacity=100);
	visibility: visible;
}
nav.main-nav ul.nav > li > ul {
	left: 0;
	top: 100%;
}
nav.main-nav ul.nav li ul li {
	border-top: 1px solid #fff;
	position: relative;
}
nav.main-nav ul.nav li ul li:first-child {
	border-top: none;
}
nav.main-nav ul.nav li ul li a {
	color: #fff;
	display: block;
	padding: 8px 14px;
	text-decoration: none;
}
nav.main-nav ul.nav li ul li.current-menu-item > a,
nav.main-nav ul.nav li ul li.current-parent-item > a,
nav.main-nav ul.nav li ul li.current-menu-ancestor > a,
nav.main-nav ul.nav li ul li a:hover {
	background: #d31245;
}

/*********************
Responsive Menu
*********************/
div#responsive_menu_pro {
	z-index: 9998;
}
div#responsive_menu_pro_button {
    bottom: 0;
    padding: 12px 16px;
	position: absolute;
    right: 0;
}
#responsive_menu_pro_button .responsive_menu_pro_button_lines .responsive_menu_pro_button_line {
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
}
#responsive_menu_pro_button .responsive_menu_pro_button_lines, #responsive_menu_pro_button_text {
	float: left;
}
#responsive_menu_pro_button_text {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 20px;
	line-height: 18px;
	margin-left: 10px;
}
div#responsive_menu_pro_button #responsive_menu_x {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 34px;
}
#responsive_menu_pro .responsive_menu_pro_menu ul {
	margin: 0;
	padding-left: 0;
}
#responsive_menu_pro div.responsive-menu-social {
	margin: 20px 0 0 -12px !important;
}
.responsive-menu-social a {
	border: 1px solid #fff;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	color: #fff;
	float: left;
	font-size: 22px;
	height: 37px;
	line-height: 37px;
	margin-left: 12px;
	text-align: center;
	text-decoration: none;
	width: 37px;
}
.responsive-menu-social a:hover {
	color: #fff;
}

/*********************
BACK TO TOP
*********************/
.cd-top {
	background: rgba(123,33,42, 0.8);
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	-moz-box-shadow: 0 0 10px rgba(0, 0, 0, 0.05);
	-webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.05);
	box-shadow: 0 0 10px rgba(0, 0, 0, 0.05);
	bottom: 30px;
	display: inline-block;
	height: 44px;
	opacity: 0;
	overflow: hidden;
	position: fixed;
	right: 30px;
	text-indent: 100%;
	visibility: hidden;
	white-space: nowrap;
	width: 44px;
	-webkit-transition: opacity .3s 0s, visibility 0s .3s;
	-moz-transition: opacity .3s 0s, visibility 0s .3s;
	transition: opacity .3s 0s, visibility 0s .3s;
}
.cd-top.cd-is-visible {
	visibility: visible;
	opacity: 1;
}
.cd-top.cd-fade-out {
	opacity: 0.5;
}
.no-touch .cd-top:hover {
	background-color: #7b212a;
	opacity: 1;
}

/* Custom styles */
.page-id-13 h4
{
	line-height: 1.4em;
	margin-bottom:27px;
}

.page-id-13 .testimonial{
	margin-top: 27px;
}

/*********************
RESPONSIVE STYLES
*********************/
@media (max-width: 1196px) {
	.flex-direction-nav .flex-prev, .flexslider:hover .flex-direction-nav .flex-prev {
		left: 10px;
	}
	.flex-direction-nav .flex-next, .flexslider:hover .flex-direction-nav .flex-next {
		right: 10px;
	}
}

@media (max-width: 1096px) {
	.center, .landing-banner-text > div, .landing-bottom-bar > div,
	.auction-header {
		padding-left: 15px;
		padding-right: 15px;
	}
	body.single-property .mainbody > .center {
		padding-left: 0;
		padding-right: 0;
	}
	
	/* Upcoming Auctions */
	body.page-template-upcoming_auctions .mainbody > .center {
		padding-left: 0;
		padding-right: 0;
	}
	
	/* Property Detail */
	.entry-header.epl-header {
		padding: 20px 0;
	}
	.property-feature-details {
		right: 15px;
	}
	.property-feature-details .property-feature-icons {
		padding-right: 35px;
	}
}

@media (max-width: 1023px) {
	html {
		font-size: 100% !important;
	}
	h1 {
		font-size: 3rem;
	}
	h2 {
		font-size: 1.75rem;
	}
	h2.entry-title {
		font-size: 1.375rem;
	}
	.post-list-thumbnail {
		margin-right: 15px;
	}
	.table-style-1 td, .table-style-1 th {
		padding-left: 10px;
	}
	.flex-direction-nav .flex-prev {
		left: 10px;
	}
	.flex-direction-nav .flex-next {
		right: 10px;
	}
	.ezcol-last + div.ezcol-divider {
		clear: both !important;
		display: block !important;
	}
	.cd-top {
		bottom: 20px;
		right: 20px;
	}
	.sfm-rollback {
		display: block;
		width: 0;
	}
	
	/* WooCommerce */
	.woocommerce ul.products li.product > a:after {
		font-size: 1.25rem;
		height: 50px;
		line-height: 50px;
		margin: -25px 0 0 -100px;
		width: 200px;
	}
	.cat-list-info, .product-list-info {
		padding-bottom: 0;
	}
	.cat-list-link, .product-list-link {
		margin-top: 15px;
		position: static;
		width: auto;
	}
	.woocommerce ul.products li.product .price {
		margin: 14px 0 12px;
	}
	.cat-list-link a.em-button, .product-list-link a.em-button {
		font-size: 1rem;
	}
	body.em-grid-view-mode ul.products {
		margin-top: -30px;
	}
	body.em-grid-view-mode ul.products li.product {
		margin-top: 30px !important;
	}
	body.em-grid-view-mode .product-listing-title {
		margin-top: 10px;
	}
	.woocommerce div.product .product_title {
		font-size: 2.125rem;
		margin-bottom: 20px;
	}
	
	/*** Enter your custom style here ***/
	.extra_content {
		padding: 30px 0;
	}
	.main-header .center {
		padding-bottom: 10px;
		position: relative;
	}
	.header-phone {
		position: absolute;
		right: 0;
		top: 0;
	}
	.header-phone-text {
		font-size: 15px;
		padding-right: 16px;
	}
	.logo {
		float: none;
		padding: 40px 0 30px;
		text-align: center;
	}
	.top-menu {
		float: none;
		padding: 0;
		text-align: center;
	}
	nav.main-nav ul.nav > li {
		display: inline-block;
		float: none;
		vertical-align: top;
	}
	nav.main-nav ul.nav li ul li a {
		text-align: left;
	}
	.inner-banner .center {
		min-height: 150px;
	}
	.banner-button {
		padding: 60px 0;
	}
	.banner-button a {
		font-size: 1.125rem;
		padding: 15px 25px;
	}
	.inner-banner h1 {
		margin-right: 240px;
	}
	body.sidebar .mainbody-inner {
		padding-right: 275px;
	}
	.main-sidebar {
		padding-left: 25px;
		width: 275px;
	}
	.bottom-contact-bar-left {
		-webkit-background-size: 50px auto;
		-moz-background-size: 50px auto;
		-o-background-size: 50px auto;
		background-size: 50px auto;
		margin-top: 3px;
		padding-left: 65px;
	}
	.bottom-contact-bar-left h3 {
		font-size: 1.5rem;
	}
	.bottom-contact-bar-left div {
		font-size: 1.25rem;
	}
	.bottom-contact-bar-right:before, .bottom-contact-bar-right:after {
		border-left-width: 19px;
		left: -19px;
	}
	.bottom-contact-bar-right:before {
		border-top-width: 40px;
	}
	.bottom-contact-bar-right:after {
		border-bottom-width: 40px;
		top: 40px;
	}
	.bottom-contact-bar-right {
		background-position: 17px 20px;
		font-size: 26px;
		height: 80px;
		padding: 25px 20px 0 55px;
	}
	.bottom-contact-bar-right p {
		font-size: 26px;
	}
	.bottom-bar {
		padding: 30px 0;
	}
	.main-footer {
		padding: 50px 0 40px;
	}
	.footer-left {
		float: none;
		padding: 0 0 15px;
		text-align: center;
	}
	.footer-social {
		float: none;
		padding: 0 0 15px;
	}
	.footer-info {
		float: none;
	}
	.footer-info-phone, .footer-info-email {
		padding-bottom: 4px;
	}
	.footer-logo {
		float: none;
		text-align: center;
	}
	.footer-logo img {
		width: 250px;
	}
	.text-block.newsletter-form {
		margin-top: 60px;
	}
	.home-section-01 .gform_wrapper .top_label input.medium,
	.newsletter-frm_wrapper.gform_wrapper .top_label input.medium {
		padding-left: 10px;
	}
	body.page-template-landing-page .logo {
		padding: 20px 0 30px;
	}
	body.page-template-landing-page .header-phone {
		float: none;
		height: auto;
		padding: 0;
		position: static;
		text-align: center;
	}
	.landing-page-banner-image img {
		margin-left: -600px;
		max-width: 1200px;
	}
	.landing-banner-text {
		padding: 30px 0 40px;
	}
	.landing-banner-form > div > div {
		padding: 20px;
	}
	.landing-banner-form .gform_wrapper h3.gform_title {
		font-size: 1.5rem;
	}
	.landing-banner-form .gform_wrapper ul li.gfield {
		margin-bottom: 12px;
	}
	.landing-banner-form .gform_wrapper .top_label input.medium {
		height: 46px;
		padding-left: 10px;
	}
	.landing-banner-form .gform_wrapper .gform_footer input[type="submit"] {
		height: 50px;
	}
	.g-recaptcha {
		-moz-transform: scale(0.965);
		-webkit-transform: scale(0.965);
		transform: scale(0.965);
		transform-origin: left center 0;
	}
	.landing-bottom-bar {
		padding: 55px 0 45px;
	}
	.landing-bottom-bar h5 {
		font-size: 1.375rem;
	}
	.landing-bottom-bar p {
		font-size: 1rem;
	}
	.landing-contact .gform_wrapper ul li.gfield, .landing-contact .gform_wrapper .gform_footer {
		margin-top: 30px;
	}
	.landing-contact .gform_wrapper .top_label input.medium {
		height: 46px;
		padding-left: 10px;
	}
	.landing-contact .gform_wrapper .top_label textarea.medium {
		height: 126px;
		padding-left: 10px;
		padding-top: 13px;
	}
	.landing-contact .gform_wrapper .gform_footer input[type="submit"] {
		height: 50px;
		width: 100%;
	}
	.landing-contact .gform_wrapper {
		padding: 60px 0;
	}
	.landing-contact .ezcol:first-child {
		margin-top: 100px;
	}
	.landing-contact .ezcol:first-child h2 {
		font-size: 1.5rem;
	}
	
	/* Search Form */
	.epl-search-slim .epl-search-row-half, .epl-search-slim .epl-property_location, .epl-search-slim .epl-property_category, .epl-search-slim .epl-search-other {
		width: 17.5%;
	}
	.epl-search-slim .epl-search-submit-row {
		width: 12.5%;
	}
	.epl-search-form .in-field {
		font-size: 14px;
		padding-left: 5px;
		padding-right: 5px;
	}
	
	/* Properties Listing */
	.properties-list,
	.epl-template-blog.loop-content {
		margin: 0 auto;
		max-width: 534px;
	}
	.properties-list > .epl-listing-post,
	.epl-template-blog.loop-content > .epl-listing-post {
		margin: 5.9925094% 0 0;
		width: 47.003745%;
	}
	.properties-list > .epl-listing-post.em-property-2, .properties-list > .epl-listing-post.em-property-4,
	.epl-template-blog.loop-content > .epl-listing-post.em-property-2, .epl-template-blog.loop-content > .epl-listing-post.em-property-4 {
		float: right;
	}
	.properties-list > .epl-listing-post.em-property-1, .properties-list > .epl-listing-post.em-property-3,
	.epl-template-blog.loop-content > .epl-listing-post.em-property-1, .epl-template-blog.loop-content > .epl-listing-post.em-property-3 {
		clear: both !important;
	}
	
	/* Featured Properties Shortcode */
	.featured-properties > ul > li > h3 {
		padding: 15px 10px 14px 20px;
	}
	.property-feature-icons, .featured-properties .property-feature-icons {
		padding: 19px 10px 15px;
	}
	.property-feature-icons .icon, .featured-properties .property-feature-icons .icon {
		font-size: 1.222222rem;
		margin-left: 25px;
	}
	.featured-properties .icon.beds {
		background-position: 0 2px;
		-webkit-background-size: 23px auto;
		-moz-background-size: 23px auto;
		-o-background-size: 23px auto;
		background-size: 23px auto;
		padding-left: 31px;
	}
	.featured-properties .icon.bath {
		background-position: 0 4px;
		-webkit-background-size: 31px auto;
		-moz-background-size: 31px auto;
		-o-background-size: 31px auto;
		background-size: 31px auto;
		padding-left: 41px;
	}
	.featured-properties .icon.parking {
		background-position: 0 1px;
		-webkit-background-size: 27px auto;
		-moz-background-size: 27px auto;
		-o-background-size: 27px auto;
		background-size: 27px auto;
		padding-left: 40px;
	}
	
	/* Upcoming Auctions */
	.epl-template-upcoming-inspections .epl-property-blog-upcoming-inspections,
	.epl-template-upcoming-auctions .epl-property-blog-upcoming-inspections {
		padding: 30px 0;
	}
	.epl-template-upcoming-inspections .epl-listing-post .center > div,
	.epl-template-upcoming-auctions .epl-listing-post .center > div {
		min-height: 1px !important;
	}
	.property-main-info, .auction-time, .auction-details {
		float: none;
		margin-left: 260px;
		padding-top: 0;
		width: auto;
	}
	.property-main-info {
		padding-bottom: 0;
	}
	.epl-template-upcoming-inspections .property-feature-icons,
	.epl-template-upcoming-auctions .property-feature-icons {
		padding-top: 10px;
		position: static;
	}
	.auction-time {
		padding-top: 15px;
	}
	.auction-details {
		padding-top: 20px;
	}
	
	/* Property Detail */
	.epl-property-single.view-expanded .entry-header .property-details {
		padding-right: 350px;
	}
	.property-feature-details .property-feature-icons {
		padding-right: 20px;
	}
	.epl-tab-section-features .epl-tab-content:not(.epl-tab-content-additional) {
		padding: 20px;
	}
	.epl-tab-section-features .epl-tab-content ul li {
		padding-left: 25px !important;
	}
	.epl-floor-plan-button-wrapper .epl-button, .addtoany_list.a2a_kit_size_32 a.a2a_button_facebook:after {
		letter-spacing: 0;
	}
}

@media (max-width: 1023px) and (min-width: 768px) {
	/* Responsive Column */
	div.ezcol-one-half,
	div.ezcol-one-third,
	div.ezcol-two-third {
		margin-right: 4%;
	}
	div.ezcol-one-third {
		width: 30.666% !important;
	}
	div.ezcol-two-third {
		width: 65.334% !important;
	}
	div.ezcol-last {
		float: right;
		margin-right: 0;
	}
}

@media (max-width: 767px) {
	html {
		font-size: 87.5% !important;
	}
	.post-list-thumbnail {
		float: none;
		margin: 0 0 10px;
	}
	.postlist > article.post {
		margin-top: 25px;
		padding-top: 25px;
	}
	.top-menu {
		display: none;
	}
	.csColumn {
		margin-left: 0 !important;
		margin-right: 0 !important;
		width: 100% !important;
	}
	div.ezcol-one-half {
		margin-right: 0;
		width: 100% !important;
	}
	.cd-top {
		bottom: 10px;
		right: 10px;
	}
	
	/* WooCommerce */
	.woocommerce ul.products li.product {
		margin-top: 26px;
		padding-top: 22px;
	}
	.woocommerce ul.products li.product > a {
		display: block;
		float: none;
		margin: 0;
		width: auto;
	}
	.cat-list-info, .product-list-info {
		float: none;
		margin: 20px 0 0;
		width: auto;
	}
	.cat-list-link a.em-button, .product-list-link a.em-button {
		display: block;
		padding-left: 10px;
		padding-right: 10px;
	}
	.product-listing-switch-view {
		float: none;
		margin: 0 0 15px;
	}
	.woocommerce form.woocommerce-ordering {
		margin-right: 0;
		padding-left: 80px;
	}
	body.em-grid-view-mode ul.products {
		margin: -20px auto 0;
		max-width: 500px;
	}
	body.em-grid-view-mode ul.products li.product {
		float: none !important;
		margin: 20px 0 0 !important;
		width: auto;
	}
	body.em-grid-view-mode .product-list-info {
		margin-top: 0;
	}
	
	/* Responsive Column */
	.ezcol-one-quarter, .ezcol-one-half, .ezcol-three-quarter, .ezcol-one-third, .ezcol-two-third, .ezcol-one-fifth, .ezcol-two-fifth, .ezcol-three-fifth, .ezcol-four-fifth {
		margin-bottom: 10px;
		margin-top: 10px;
	}
	
	/*** Enter your custom style here ***/
	.logo {
		padding: 55px 0 5px;
	}
	.header-phone-text {
		font-size: 13px;
		padding-right: 12px;
	}
	.header-phone:before {
		border-bottom-width: 19px;
		border-left-width: 15px;
		border-top-width: 19px;
	}
	.header-phone {
		height: 38px;
		padding: 7px 15px 0 30px;
	}
	.inner-banner .center {
		min-height: 1px;
	}
	body.sidebar .mainbody-inner {
		padding-right: 0;
	}
	.main-content {
		float: none;
		width: auto;
	}
	.main-sidebar {
		border-top: 1px solid #d3d2d2;
		float: none;
		margin: 30px 0 0;
		padding: 23px 0 0;
		width: auto;
	}
	.main-sidebar > .widget {
		margin-top: 26px;
		padding-top: 23px;
	}
	.main-sidebar .widgettitle {
		margin-bottom: 20px;
	}
	.home-section-01 .gform_wrapper h3.gform_title {
		font-size: 1.71428571rem;
	}
	.home-section-01 .gform_body,
	.newsletter-frm_wrapper .gform_body {
		padding-right: 0;
	}
	.home-section-01 .gform_wrapper ul li.gfield,
	.newsletter-frm_wrapper.gform_wrapper ul li.gfield {
		float: none;
		margin: 0 0 10px !important;
		width: 100%;
	}
	.home-section-01 .gform_wrapper ul li.gfield:first-child + li + li,
	.newsletter-frm_wrapper.gform_wrapper ul li.gfield:first-child + li + li {
		width: 100%;
	}
	.home-section-01 .gform_wrapper .gform_footer,
	.newsletter-frm_wrapper.gform_wrapper .gform_footer {
		float: none;
		width: 100%;
	}
	.bottom-contact-bar-left {
		-webkit-background-size: 30px auto;
		-moz-background-size: 30px auto;
		-o-background-size: 30px auto;
		background-size: 30px auto;
		float: none;
		margin-top: 0;
		padding-bottom: 15px;
		padding-left: 40px;
		padding-top: 0;
		width: auto;
	}
	.bottom-contact-bar-left h3 {
		font-size: 1.14285714rem;
		margin-bottom: 5px;
	}
	.bottom-contact-bar-left div {
		font-size: 1rem;
	}
	.bottom-contact-bar-right:before {
		border-top-width: 30px;
	}
	.bottom-contact-bar-right:after {
		border-bottom-width: 30px;
		top: 30px;
	}
	.bottom-contact-bar-right {
	    background-position: 17px 10px;
		float: none;
	    height: 60px;
		margin-left: 19px;
	    padding: 15px 20px 0 55px;
		width: auto;
	}
	.main-footer {
		padding: 30px 0 20px;
	}
	.banner-button {
		display: none;
	}
	.inner-banner h1 {
		font-size: 1.71428571rem !important;
		margin: 25px 0 !important;
	}
	.newsletter-frm_wrapper {
		padding: 20px;
	}
	.newsletter-frm_wrapper.gform_wrapper h3.gform_title {
		font-size: 1.57142857rem;
		margin-bottom: 25px;
	}
	.newsletter-frm_wrapper.gform_wrapper .top_label input.medium, .newsletter-frm_wrapper.gform_wrapper .gform_footer input[type="submit"] {
		height: 40px;
	}
	body.page-template-landing-page .logo img {
		width: 230px;
	}
	body.page-template-landing-page .header-phone span {
		font-size: 24px;
	}
	body.page-template-landing-page .header-phone-text {
		-webkit-background-size: 12px auto;
		-moz-background-size: 12px auto;
		-o-background-size: 12px auto;
		background-size: 12px auto;
		padding-left: 26px;
	}
	.landing-page-banner-image img {
		left: auto;
		margin-left: 0;
		max-width: 100%;
	}
	.landing-banner-text {
		padding: 20px 0;
	}
	.landing-banner-text h2 {
		font-size: 1.42857143rem;
	}
	.landing-banner-form {
		position: static;
	}
	.landing-banner-form > div > div {
		float: none;
		padding: 15px;
		width: auto;
	}
	.landing-banner-form .gform_wrapper ul li.gfield {
		margin-bottom: 7px;
	}
	.landing-banner-form .gform_wrapper .top_label input.medium {
		height: 40px;
	}
	.landing-banner-form .gform_wrapper .gform_footer input[type="submit"] {
		height: 40px;
	}
	body.page-template-landing-page .mainbody {
		padding-bottom: 30px;
		padding-top: 30px;
	}
	.landing-price {
		font-size: 2.28571429rem;
	}
	.landing-page-left, .lading-page-right {
		float: none;
		width: auto;
	}
	.lading-page-right {
		margin-top: 15px;
	}
	.landing-bottom-bar {
		padding: 25px 0 20px;
	}
	.landing-bottom-bar h5:before {
		height: 110px;
		margin-bottom: 15px;
		width: 110px;
	}
	.landing-bottom-bar h5 {
		margin-bottom: 12px;
	}
	.landing-contact-bar:before {
		right: 0;
		width: auto;
	}
	.landing-contact .ezcol:first-child {
		margin-top: 25px;
	}
	.landing-contact .ezcol:first-child h2:before {
		-webkit-background-size: auto 80px;
		-moz-background-size: auto 80px;
		-o-background-size: auto 80px;
		background-size: auto 80px;
		content: "";
		display: block;
		height: 80px;
		margin-bottom: 20px;
	}
	.landing-contact .gform_wrapper {
		padding: 15px 0;
	}
	.landing-contact .gform_wrapper ul li.gfield, .landing-contact .gform_wrapper .gform_footer {
		margin-top: 20px;
	}
	.landing-contact .gform_wrapper .top_label input.medium,
	.landing-contact .gform_wrapper .gform_footer input[type="submit"] {
		height: 40px;
	}
	.landing-contact .gform_wrapper .top_label textarea.medium {
		height: 100px;
	}
	
	/* Search Form */
	.top-content-bar {
		padding: 20px 0;
	}
	.epl-search-forms-wrapper {
		padding-top: 10px;
	}
	.epl-search-slim .epl-search-row-half, .epl-search-slim .epl-property_location, .epl-search-slim .epl-property_category, .epl-search-slim .epl-search-other,
	.epl-search-slim .epl-search-submit-row {
		margin: 8px 0 0;
		padding: 0;
		width: 48.5%;
	}
	.epl-search-slim .epl-search-row:nth-of-type(2n),
	.epl-search-slim .epl-search-submit-row {
		float: right;
	}
	
	/* Properties Listing */
	.properties-list,
	.epl-template-blog.loop-content,
	.featured-properties > ul {
		margin: -20px auto 0;
		max-width: 342px;
	}
	.properties-list > .epl-listing-post,
	.epl-template-blog.loop-content > .epl-listing-post,
	.featured-properties > ul > li {
		float: none !important;
		margin: 20px 0 0;
		width: auto;
	}
	.property-heading {
		min-height: 1px !important;
	}
	.property-feature-icons, .featured-properties .property-feature-icons {
		padding: 16px 10px 13px;
	}
	.property-feature-icons .icon, .featured-properties .property-feature-icons .icon {
		font-size: 1.42857143rem;
	}
	.icon.beds, .featured-properties .icon.beds {
		background-position: 0 4px;
	}
	.icon.bath, .featured-properties .icon.bath {
		background-position: 0 6px;
	}
	.icon.parking, .featured-properties .icon.parking {
		background-position: 0 4px;
	}
	
	/* Featured Properties Shortcode */
	.featured-properties > ul > li > h3 {
		font-weight: 600;
	}
	
	/* Upcoming Auctions */
	.auction-header .center {
		padding: 15px 0;
	}
	.auction-header-date {
		float: none;
		font-size: 1.14285714rem;
		padding: 0;
		text-align: center;
		width: auto;
	}
	.auction-header-btn {
		float: none;
		margin: 10px 0 0;
		text-align: center;
		width: auto;
	}
	.property-thumb {
		float: none;
		width: auto;
	}
	.property-thumb img {
		width: 100%;
	}
	.property-main-info, .auction-time, .auction-details {
		margin-left: 0;
	}
	.property-main-info {
		padding-top: 15px;
	}
	
	/* Property Detail */
	.entry-header.epl-header {
		padding: 10px 0 15px;
	}
	.epl-property-single.view-expanded .entry-header .property-details {
		padding-bottom: 20px;
		padding-right: 0;
		text-align: center;
	}
	.property-feature-details {
		position: static;
		text-align: center;
	}
	.property-feature-details .property-feature-icons {
		padding-right: 10px;
	}
	.property-feature-details .property-feature-icons .icon {
		margin-left: 20px;
	}
	.property-contact-btn a {
		padding-left: 10px;
		padding-right: 10px;
	}
	.property-info-left {
		float: none;
		width: auto;
	}
	.epl-tab-title-property-features {
		padding: 15px 0;
	}
	.epl-tab-3-columns {
		-webkit-column-count: 1;
		-moz-column-count: 1;
		column-count: 1;
		-webkit-columns: 1;
		-moz-columns: 1;
		columns: 1;
	}
	.epl-tab-section-features .epl-tab-content ul li:before {
		top: 7px;
	}
	.epl-tab-section-features .epl-tab-content ul li {
		font-size: 1rem;
		padding: 6px 0 0 28px !important;
	}
	.property-inspection, .property-auction {
		margin-top: 25px;
		padding-top: 25px;
	}
	.property-info-right {
		float: none;
		margin: 30px 0 0;
		width: auto;
	}
	.calcualtor .em-button{
		margin-top:13px;
	}
}

@media (max-width: 480px) {
	.g-recaptcha {
		-moz-transform: scale(0.96);
		-webkit-transform: scale(0.96);
		transform: scale(0.96);
		transform-origin: left center 0;
	}
	#fancybox-content .g-recaptcha {
		-moz-transform: scale(0.725);
		-webkit-transform: scale(0.725);
		transform: scale(0.725);
		transform-origin: left center 0;
	}
	/*** Enter your custom style here ***/
	.banner-sub-heading {
		font-size: 10px !important;
	}
	.banner-button {
		font-size: 8px !important;
	}
	.footer-info-phone, .footer-info-email {
		padding-top: 6px;
	}
	.copyright span {
		display: block;
	}
	.copyright span.mobile-hidden {
		display: none;
	}
	.footer-logo img {
		width: 160px;
	}
}


/* added by ian - 02-02-2016 */
@media (max-width: 1080px) {
	.main-header .logo{
		width: 280px;
	}
	nav.main-nav ul.nav > li > a{padding: 0 13px 8px 12px;}
}
@media (max-width: 1023px) {
	.main-header .logo{
		margin: 0 auto;
	}
}


/**** CUSTOM CODE TO HIDE GALLERY ****/
/*
.flexslider#carousel .slides img {
	display: none;
}
*/