/*
Theme Name: Premier Estate Agents Theme
Theme URI: http://premierestateagents.com.au/
Description: Premium Child theme for iThemes Builder by Easy Property Listings, customised to suit Premier Estate Agents.
Author: Merv Barrett
Author URI: http://www.realestateconnected.com.au/
Version: 1.0.0
License: GNU General Public License v2.0
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Tags: blog, theme options, multiple layouts, multiple color schemes
Text Domain: it-l10n-Builder-Air
Domain Path: /lang/
Template: Builder-Air
*/

@import url(http://fonts.googleapis.com/css?family=gotham_bookregular:300,400,700);

@font-face {
    font-family: 'gotham_bookregular';
    src: url('fonts/gotham_book_regular-webfont.eot');
    src: url('fonts/gotham_book_regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/gotham_book_regular-webfont.woff2') format('woff2'),
         url('fonts/gotham_book_regular-webfont.woff') format('woff'),
         url('fonts/gotham_book_regular-webfont.ttf') format('truetype'),
         url('fonts/gotham_book_regular-webfont.svg#gotham_bookregular') format('svg');
    font-weight: normal;
    font-style: normal;

}

/*********************************************
	Default font settings and typography.
*********************************************/
html { 	font-size: 90%; }
body {
	color: #222222;
	font-family: 'gotham_bookregular', Helvetica, Arial, sans-serif;
	font-size: 1.1em;
 	font-weight: 400;
	line-height: 1.625;
}
input, select, textarea { font-family: 'gotham_bookregular', Helvetica, Arial, sans-serif; }
pre, code, tt, kbd { 	font-family: 'andale mono', 'lucida console', monospace; font-size: 1em; line-height: 1.5; }
h1, h2, h3, h4, h5, h6, p, blockquote, pre, address, dfn, img, samp, ul, ol, dl { margin-top: 0px; margin-bottom: 22px; }
a img { 	margin: 0; }


a[href^=tel], a[href^=tel]:hover {
 color: inherit;
 text-decoration:inherit;
}

/*********************************************
	Constrain table and input widths
*********************************************/
table, input, textarea, select { -moz-box-sizing: border-box; -webkit-box-sizing: border-box; -ms-box-sizing: border-box; box-sizing: border-box; height: auto; max-width: 100%; }

body { background: #787877 !important; }

a { color: #06C3E0; text-decoration: none; }
a:hover { text-decoration: none; color: #444; }
a:focus { }




.btn, .button, .epl-button, button.epl-button, .btn-alternate, .btn-green, .more-link, input[type="submit"], input[type="button"], .comment-reply-link {
	font-weight: normal;
	font-size: 14px;
	line-height: 1.55857143em;
	text-transform: uppercase;
	cursor: pointer;
	display: inline-block;
	color: #fff;
	padding: 6px 12px;
	border: 0px none;
	border-radius: 4px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	-webkit-font-smoothing: antialiased;
	-webkit-appearance: none;
	margin-bottom: 0px;
	text-decoration: none;
	background: #eaeaea;
	vertical-align: top;
}
.btn:hover, .button:hover, .epl-button:hover, button.epl-button:hover, .btn-alternate:hover, .btn-green:hover, .more-link:hover, input[type="submit"]:hover, input[type="button"]:hover, .comment-reply-link:hover {
	text-decoration: none;
	background: #eeeeee;
	padding: 6px 12px;
}

.btn-alternate, .btn-green, input[type="submit"] {
	color: #ffffff;
	font-weight: lighter;
	background: #06C3E0;
	line-height: 38px;
	border: 0px none;
	box-shadow: 0px 0px 0px;
	-moz-box-shadow: 0px 0px 0px;
	-webkit-box-shadow: 0px 0px 0px;
	border-radius: 0px;
	-moz-border-radius: 0px;
	-webkit-border-radius: 0px;
}
.btn-alternate:hover, .btn-green:hover, input[type="submit"]:hover {
	color: #ffffff;
	background: #1CA4B8;
}
.more-link {
	display: inline-block;
	float: none;
	margin: 0;
}
.edit-post-link a {
	display: inline-block;
	margin: 1.5em 0 0 0;
	padding: .1em 1em;
	border-radius: 2px;
	background: #EBEBEB;
	font-weight: bold;
	-webkit-font-smoothing: antialiased;
	text-decoration: none;
}



::-webkit-input-placeholder { color: #333 !important; }
::-moz-placeholder { color: #333 !important; }
:-ms-input-placeholder { color: #333 !important; }
:-moz-placeholder { color: #333 !important; }







/*********************************************
	Previous/Next Page Navigation
*********************************************/
.loop-utility {
	font-size: .9em;
	clear: both; /* To clear any floats */
	margin: 0;
}
.loop-utility .alignleft, .loop-utility .alignright {
	margin: 0;
}
.loop-utility a {
	background: #dcdcdc;
	color: #aaaaaa;
	font-weight: 700;
	text-transform: uppercase;
	letter-spacing: 1px;
	margin: 50px 0;
	padding: 12px 20px;
	display: inline-block;
	text-decoration: none;
	border-radius: 6px;
}
.loop-utility a:hover {
	background: #06C3E0;
	color: #FFFFFF;
	opacity: 1;
}
.builder-module .epl-archive-utility-wrapper {
	margin: 0 0 2em;
	padding-bottom: 1.2em;
	border-bottom: 1px solid #ccc;
}
/*********************************************
	Headings
*********************************************/
h1, h2, h3, h4, h5, h6 {
	font-weight: 400;
	line-height: 1.2;
	margin-top: 0;
	margin-bottom: 1em;
}
h1 { font-size: 1.8em; }
h2 { font-size: 1.55em; }
h3 { font-size: 1.4em; }
h4 { font-size: 1.25em; }
h5 { font-size: 1.125em; }
h6 { font-size: 1em; }
h1 img, h2 img, h3 img, h4 img, h5 img, h6 img { margin: 0; }


/*********************************************
	Container Div
*********************************************/
.builder-container-outer-wrapper {
	display: block;
	margin: 0 auto;
}
.builder-container {
}
/*********************************************
	Default Module Styling
*********************************************/
.builder-module-background-wrapper {
	background: transparent;
}
.builder-module {
	padding-top: 0em !important;
}
.builder-module-last {
	border-bottom: 0;
}
.builder-module-element {
	margin-bottom: 1em !important;
}
.left .builder-module-element {
	margin-right: 1em;
}
.middle .builder-module-element {
	margin-left: 1em;
	margin-right: 1em;
}
.right .builder-module-element {
	margin-left: 1em;
}
/*********************************************
	All Sidebars
*********************************************/
.builder-module-sidebar {
	display: block;
	margin: 0;
	padding: 0;
	width: 100%;
}
.builder-module-sidebar .widget-wrapper {
	width: 100%;
}
.builder-module-widget-bar .widget-wrapper {
    overflow: visible !important;
}
.builder-module-sidebar .widget-background-wrapper {
	margin-bottom: 2em;
}
.builder-module-content .builder-module-sidebar .widget-background-wrapper {
	margin-bottom: 2em;
}
.builder-module-sidebar .widget {
	margin: 0;
	padding: 0;
}
.builder-module-content .builder-module-sidebar .widget {
	margin: 0;
	padding: 1em;
	background: #fff;
	/* border: 1px solid #ddd; */
	/* border-radius: 5px; */
}
.builder-module-sidebar .widget-wrapper-left .widget {
	margin-right: 1em;
}
.builder-module-sidebar .widget-wrapper-right .widget {
	margin-left: 1em;
}
.builder-module-block-outer-wrapper {
	overflow: visible !important;
}
.builder-module-sidebar h4.widget-title {
	font-size: 1.1em;
	line-height: 1;
	color: #06C3E0;
}
.builder-module-content .builder-module-sidebar h4.widget-title {
	padding-bottom: .2em;
	border-bottom: 1px solid #999;
	text-transform: uppercase;
	font-size: 1.3em;
	font-weight: 300;
}
.builder-module-content .builder-module-sidebar h4.widget-title + div {
	/* background: #FFFFFF; */
	/* padding: 1em; */
	/* border: 1px solid #d3d3d3; */
	/* border-radius: 5px; */
	overflow: hidden;
}
.builder-module-content .builder-module-sidebar h4.widget-title:after {
	/*background: #06C3E0;*/
	content: "";
	display: block;
	visibility: visible;
	position: relative;
	top: 7px;
	height: 7px;
	width: 70px;
}
.builder-module-sidebar h4.widget-title + * {
	margin-top: 0;
}
.builder-module-sidebar .widget *:first-child {
	margin-top: 0;
}
.builder-module-sidebar .widget *:last-child {
	margin-bottom: 0;
}
.builder-module-sidebar .widget a.rsswidget img {
	display: none;
}
.builder-module-sidebar .widget ul {
	margin-left: 0;
}
.builder-module-sidebar .widget li {
	list-style: none;
}
/*********************************************
	Header Module
*********************************************/
.builder-module-header-background-wrapper {
	background: transparent;
}
.builder-module-header .single .builder-module-element,
.builder-module-header .middle .builder-module-element {
	text-align: center;
}
.builder-module-header .widget {

}
.builder-module-header h4.widget-title {

}
.site-title,
.site-title a,
.site-title a:hover,
.site-tagline,
.site-tagline a,
.site-tagline a:hover {
	color: #333333;
	height: auto;
	margin-bottom: 0;
	text-decoration: none;
}
.site-title a:hover,
.site-tagline a:hover {
}
.site-title {
	margin-top: 0;
	font-size: 4em;
	font-weight: 400;
	line-height: 1.2;
	letter-spacing: -2px;
}
.site-title a {
}
.site-title a:hover {
}
.site-tagline {
	font-weight: 400;
	font-size: 1.3em;
	margin-top: .5em;
	opacity: .5;
}
.site-tagline a {
}
.site-logo {
	float: left;
	padding: 1.4em 0 0;
}
/*********************************************
	Navigation Module
*********************************************/
.builder-module-navigation-background-wrapper {
	padding:  0;
	border-top: 1px solid #e1e1e1;
	border-bottom: 1px solid #e1e1e1;
	-webkit-box-shadow: 0px 0px 8px 0px #ccc;
	box-shadow: 0px 0px 8px 0px #ccc;
}
.builder-module-navigation {
	display: block;
	line-height: 2;
	width: 100%;
	padding: 0 !important;
	border: 0;
}
.builder-module-navigation .builder-module-element {
	margin: 0 !important;
}
.builder-module-navigation-menu-wrapper {
	display: table;
	margin: 0 auto;
}
.builder-module-navigation ul {
	display: block;
	float: left;
	margin: 0;
	padding: 0;
}
.builder-module-navigation ul * {
	margin: 0;
}
.builder-module-navigation li {
	padding: 0;
}
.builder-module-navigation li a, .builder-module-navigation .current_page_item li a, .builder-module-navigation .current-cat li a, .builder-module-navigation .current-menu-item li a {
	color: #06C3E0;
	background: transparent;
	padding: 10px 15px;
	margin: 0;
	font-weight: 700;
	text-decoration: none;
	-webkit-font-smoothing: antialiased;
	-webkit-transition: all .2s ease-in;
	border-bottom: 6px solid transparent;
}
.builder-module-navigation .current_page_item a, .builder-module-navigation .current-cat a, .builder-module-navigation .current-menu-item a {
	color: #06C3E0;
}
/* second level stuff */
.builder-module-navigation li a:hover, .builder-module-navigation .current_page_item li a:hover, .builder-module-navigation .current-cat li a li a:hover, .builder-module-navigation .current-menu-item li a:hover {
	color: #06C3E0;
}
.builder-module-navigation .current_page_item li a:hover, .builder-module-navigation .current-cat li a li a:hover, .builder-module-navigation .current-menu-item li a:hover {
}
.builder-module-navigation li ul {
	background: #eff0f0;
	width: 17em;
}
.builder-module-navigation li li {
	width: 100%;
}
.builder-module-navigation li li a,
.builder-module-navigation .current_page_item li a,
.builder-module-navigation .current-cat li a,
.builder-module-navigation .current-menu-item li a {
	font-weight: 400;
	text-transform: none;
	color: #222;
	float: none;
	padding: .75em;
	line-height: 1;
	margin: 0;
	border: 1px solid #ddd;
}
.builder-module-navigation li li a:hover,
.builder-module-navigation li li a.sfhover {
	background: #FFFFFF;
	color: #fff;
	border-left: 0px none;
	border-bottom: opx none;
}
.builder-module-navigation li ul ul {
	margin: -2.7em 0 0 14em;
}
.builder-module-navigation li .current_page_item a, .builder-module-navigation li .current-cat a, .builder-module-navigation li .current-menu-item a {
	border-left: 0px none;
	border-bottom: opx none;
}
/*********************************************
	HTML Header Module
*********************************************/
.header-html-background-wrapper {
	background: none;
	padding: 0;
	-webkit-box-shadow: 0px 0px 8px 0px #ccc;
	box-shadow: 0px 0px 8px 0px #ccc;
}
.builder-module-after-html-background-wrapper.builder-module-content-background-wrapper {/*
	-moz-box-shadow:	inset  0  8px 8px -8px #cdcdcd,
	                	inset  0 -8px 8px -8px #cdcdcd;
	-webkit-box-shadow:	inset  0  8px 8px -8px #cdcdcd,
	                	inset  0 -8px 8px -8px #cdcdcd;
	box-shadow:        	inset  0  8px 8px -8px #cdcdcd,
                        	inset  0 -8px 8px -8px #cdcdcd;
*/}
.header-html {
	list-style: none;
	padding-left: 0;
	padding-right: 0;
}
.header-html .builder-module-element {
	margin: 0 !important;
}
.header-html.builder-module {
	padding: 0!important;
}
.header-html {
	border: 0 none;
	display: block;
	line-height: 2;
	padding: 0;
	width: 100%;
}
.header-html ul {
	display: block;
	float: left;
	list-style: none;
	margin: 0;
	padding: 0;
	z-index: 999;
}
.header-html li {
	float: left;
	padding: 0;
}
.header-html li a {
	display: block;
	background: none;
	font-weight: 700;
	color: #868686;
	padding: 1.3em 1.3em 1em;
	text-decoration: none;
	text-transform: uppercase;
	border-bottom: 6px solid transparent;
}
.header-html li a:hover,
.header-html li.current-menu-item a {
	border-bottom: 6px solid #1CA4B8;
}
/*********************************************
	HTML Page Title
*********************************************/
.page-title-html-background-wrapper {
	background: #545273;
	background: -moz-linear-gradient(top,  #545273 0%, #545273 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#545273), color-stop(100%,#545273));
	background: -webkit-linear-gradient(top,  #545273 0%,#545273 100%);
	background: -o-linear-gradient(top,  #545273 0%,#545273 100%);
	background: -ms-linear-gradient(top,  #545273 0%,#545273 100%);
	background: linear-gradient(to bottom,  #545273 0%,#545273 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#545273', endColorstr='#545273',GradientType=0 );
}
.page-title-html {
	padding: 5em 0 3em !important;
	color: #a8a6b7;
}
.page-title-html a {
	color: #1CA4B8;
}
.page-title-html a:hover {
}
.page-title-html .entry-title {
	background: #ccc;
	display: inline-block;
	padding: 0.3em;
	color: #545273;
	font-weight: 300;
	font-size: 3em
}
.page-title-html h4.widget-title {
	color: #ffffff;
	font-weight: 700;
	font-size: 0.9em;
	letter-spacing: 1px;
	text-transform: uppercase;
}
/*********************************************
	HTML No Padding Module
*********************************************/
.no-padding-html-background-wrapper{
	background: #f1f1f1;
	background: -moz-linear-gradient(top,  #f1f1f1 0%, #f8f8f8 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f1f1f1), color-stop(100%,#f8f8f8));
	background: -webkit-linear-gradient(top,  #f1f1f1 0%,#f8f8f8 100%);
	background: -o-linear-gradient(top,  #f1f1f1 0%,#f8f8f8 100%);
	background: -ms-linear-gradient(top,  #f1f1f1 0%,#f8f8f8 100%);
	background: linear-gradient(to bottom,  #f1f1f1 0%,#f8f8f8 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f1f1f1', endColorstr='#f8f8f8',GradientType=0 );
	border-bottom: 2px solid #f1f1f1;
}
.no-padding-html {

}
.no-padding-html.builder-module {
	padding-top: 0 !important;
}
.no-padding-html .builder-module-element{
	margin-bottom: 0 !important;
}
.no-padding-html ul {
	margin: 0;
}
/*********************************************
	Widget Bar Module (Default)
*********************************************/
.builder-module-widget-bar .left .widget {
	margin-right: 1.5em;
}
.builder-module-widget-bar .middle .widget {
	margin-left: 1.5em;
	margin-right: 1.5em;
}
.builder-module-widget-bar .right .widget {
	margin-left: 1.5em;
}
/*********************************************
	Widget Bar Module (Featured)
*********************************************/
.featured-wb-background-wrapper {
}
.featured-wb {
	font-size: 1.2em;
	text-align: center;
}
.featured-wb h4.widget-title {
	font-size: 2em;
	font-weight: 300;
}

/***** Search Horizontal *****/
.featured-wb .epl-search-form {
	width: 100%;
	padding: 0 !important;
	padding-top: 0 !important;
}
.featured-wb .epl-search-form .fm-block {
	clear: none;
	display: block;
	padding: 0;
	border-bottom: none;
	width: 10.3%;
	margin-right: 2.2em;
	float: left;
}
.featured-wb .epl-search-form .fm-label {
	color: #555555;
	display: block;
	font-size: 11px;
	margin-bottom: 5px;
}
.featured-wb .epl-search-form .in-field {
	border: 1px solid #e1e1e1;
	padding: 6px;
}
.featured-wb .epl-search-form .field-width {
	width: 100%;
}
.featured-wb .epl-search-form .fm-block .top-mrgn {
	margin-top: 10px;
	display: block;
}
.featured-wb .epl-search-form .check-label {
	font-size: 11px;
	color: #555555;
}
.featured-wb .epl-search-form .fm-block-half {
	display: inline-block;
	width: 48.8%;
}
.featured-wb .epl-search-form .fm-block-half .top-mrgn {
	margin-top: 0;
}
.featured-wb .epl-search-form .search-btn {
	width: 100%;
	max-width:none;
}
.featured-wb .epl-search-form .checkbox .in-field, .epl-search-form .checkbox .check-label {
	float:left;
}
.featured-wb .epl-search-form .checkbox .check-label {
	margin-top:-1px;
}
/*********************************************
	Widget Bar Module (Dark)
*********************************************/
.dark-wb-background-wrapper {
	color: #ffffff;
	background: #43415e;
	background: -moz-linear-gradient(top,  #43415e 0%, #2c2b42 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#43415e), color-stop(100%,#2c2b42));
	background: -webkit-linear-gradient(top,  #43415e 0%,#2c2b42 100%);
	background: -o-linear-gradient(top,  #43415e 0%,#2c2b42 100%);
	background: -ms-linear-gradient(top,  #43415e 0%,#2c2b42 100%);
	background: linear-gradient(to bottom,  #43415e 0%,#2c2b42 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#43415e', endColorstr='#2c2b42',GradientType=0 );
	font-size: 1.5em;
	text-align: center;
}
.dark-wb {
}
.dark-wb a {
	color: #1CA4B8;
}
.dark-wb a:hover {
	color: #fff;
}
.dark-wb .btn-alternate {
	color: #fff;
}
.dark-wb .left .widget {
	margin-right: 0.5em;
}
.dark-wb .middle .widget {
	margin-left: 0.5em;
	margin-right: 0.5em;
}
.dark-wb .right .widget {
	margin-left: 0.5em;
}
.dark-wb .widget-background-wrapper {
	padding: 8px;
}
.dark-wb .widget {

}
.dark-wb h4.widget-title {
	color: #fff;
	font-size: 2em;
	font-weight: 700;
}
/*********************************************
	Widget Bar Module (Action)
*********************************************/
.action-wb-background-wrapper {
}
.action-wb {
	color: #666666;
}
.action-wb .widget {
	background: #ebebeb;
	padding: 2em 3em;
	border: 1px solid #bcbcbc;
	border-radius: 6px;
}
.action-wb h4.widget-title {
	font-size: 2em;
	font-weight: 300;
	margin-bottom: 0.3em
}
/*********************************************
	Widget Bar Module (Footer)
*********************************************/
.footer-wb-background-wrapper {
	background: #545273;
	background: -moz-linear-gradient(top,  #545273 0%, #545273 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#545273), color-stop(100%,#545273));
	background: -webkit-linear-gradient(top,  #545273 0%,#545273 100%);
	background: -o-linear-gradient(top,  #545273 0%,#545273 100%);
	background: -ms-linear-gradient(top,  #545273 0%,#545273 100%);
	background: linear-gradient(to bottom,  #545273 0%,#545273 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#545273', endColorstr='#545273',GradientType=0 );
}
.footer-wb {
	padding: 3em 0 1em !important;
	color: #a8a6b7;
	font-size: 0.9em;
}
.footer-wb a {
	color: #fff;
}
.footer-wb a:hover {
}
.footer-wb h4.widget-title {
	color: #ffffff;
	font-weight: 700;
	font-size: 0.9em;
	letter-spacing: 1px;
	text-transform: uppercase;
}
/*********************************************
	Footer Module
*********************************************/
.builder-module-footer-background-wrapper {
	font-size: 0.8em;
	color: #6b688a;
	background: #43415e;
	background: -moz-linear-gradient(top,  #43415e 0%, #2c2b42 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#43415e), color-stop(100%,#2c2b42));
	background: -webkit-linear-gradient(top,  #43415e 0%,#2c2b42 100%);
	background: -o-linear-gradient(top,  #43415e 0%,#2c2b42 100%);
	background: -ms-linear-gradient(top,  #43415e 0%,#2c2b42 100%);
	background: linear-gradient(to bottom,  #43415e 0%,#2c2b42 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#43415e', endColorstr='#2c2b42',GradientType=0 );
}
.builder-module-footer {
	border-top: 1px solid #3c414c;
	padding-bottom: 1em;
}
.builder-module-footer a {
	color: #888888;
}
.builder-module-footer a:hover {
	color: #a8a6b7;
	opacity: 1;
}
/*********************************************
	Image Module
*********************************************/
.builder-module-image .builder-module-element img {
	margin: 0;
}
/*********************************************
	Image Module (Alternate - No Spacing)
*********************************************/
.image-no-spacing {
	margin: 0;
	padding: 0 !important;
}
.image-no-spacing .builder-module-element {
	margin: 0 !important;
	padding: 0;
}
/*********************************************
	Image Module (Alternate - Full Window)
*********************************************/
.image-full-window-outer-wrapper {
	max-width: none !important;
}
.image-full-window {
	padding: 0 !important;
}
.image-full-window .builder-module-element {
	margin: 0 !important;
}
.image-full-window-outer-wrapper img {
	width: 100%;
	height: auto;
}
/*********************************************
	HTML Module
*********************************************/
.builder-module-html .builder-module-element>*:first-child {
	margin-top: 0;
}
.builder-module-html .builder-module-element>*:last-child {
	margin-bottom: 0;
}
/*********************************************
	Content Module
*********************************************/
.builder-module-content-background-wrapper {
	background: none transparent;
}
.builder-module-content .builder-module-element {
	overflow: hidden;
}
.builder-module-content .entry-content>*:first-child {
	margin-top: 0;
}
.builder-module-content .entry-content > *:last-child {
	margin-bottom: 0;
}
.builder-module-content .builder-module-sidebar .widget ul {
	margin-left: 0;
}
.builder-module-content .builder-module-sidebar .widget li {
	list-style: circle;
	list-style-position: inside;
	border-bottom: 1px solid #e4e4e4;
	margin-bottom: 0.5em;
	padding-bottom: 0.5em;
}
.builder-module-content .builder-module-sidebar .widget .epl-search-tabs li {
	padding-bottom: 1em;
}
.builder-module-content .builder-module-sidebar .gform_wrapper li {
	border-bottom: 0;
	margin-bottom: 0;
	padding-bottom: 0;
}
.builder-module-content .builder-module-sidebar .widget li:first-child {
	padding-top: 0;
}
.builder-module-content .builder-module-sidebar .widget li:last-child {
	padding-top: 0;
	border-bottom: none;
}
.builder-module-content .builder-module-sidebar .widget li a {
}
.entry-title,
.entry-title * {
	margin: 0;
	padding: 0;
}
.entry-title {
	/* font-size: 1.7em; */
	font-weight: normal;
	-ms-word-wrap: break-word;
	word-wrap: break-word;
	margin-bottom: 0;
	min-height: auto;
	text-transform: uppercase;line-height: 1em;
}
.hentry .entry-meta-wrapper {
	margin-bottom: 1em;
	border: 1px solid #cdcdcd;
	border-radius: 6px;
}
.hentry .entry-meta-wrapper .entry-meta {
	/* border-right: 1px solid #cdcdcd; */
	padding: 1em;
	display: inline-block;
}
.hentry .entry-meta {
	margin-right: 0.5em;
	color: #ababab;
	font-size: .8em;
	font-weight: 700;
	text-transform: uppercase;
	letter-spacing: 1px;
}
.hentry .entry-meta .fa{
	margin-right: 0.5em;
}
.hentry .entry-meta a {
	text-decoration: none;
}
.hentry .entry-meta a:hover {
}
.hentry .entry-meta.alignleft {
	max-width: 60%;
	margin: 0;
}
.hentry .entry-meta.alignright {
	float: right;
	margin: 0;
}
.hentry .thumbnail-wrap {
	display: none;
}
.hentry .entry-meta .comments {

}
.hentry .entry-meta .categories-tags {
	background: #FFFFFF;
}
.hentry .entry-footer {
	/* display: block; */
	/* margin-top: 1em; */
}
.hentry .entry-footer .categories,
.hentry .entry-footer .comments {
	margin-bottom: .5em;
}
.hentry .entry-footer img {
	max-width: none;
}
.hentry .entry-attachment .attachment {
	text-align: center;
}
.hentry .edit-entry-link {
	clear: both;
	margin: 0;
}
.hentry .more-link {
}
.entry-content {
	clear: both;
}
.loop-title {

}
.loop-title {
	display: inline-block;
	background: #06C3E0;
	color: #FFFFFF;
	padding:1em 2em;
	margin: 0;
	position: absolute;
	word-wrap:break-word;
	-moz-border-radius:1px;
	-webkit-border-radius:1px;
	border-radius:1px;
	margin-bottom:2em;
}
.loop-title:after {
	content:'';
	display:block;
	position:absolute;
	top:100%;
	left:43%;
	width:0;
	height:0;
	border-color: #06C3E0 transparent transparent transparent;
	border-style: solid;
	border-width: 10px;
}
.builder-module-content {
	background: #fff;
	margin-bottom: 50px;
}
.builder-module-content .builder-module-element {

}
.builder-module-content .hentry,
.builder-module-content .epl-property-blog.card-top {
	margin-bottom: 2em;
	background: #ffffff;
	/*border: 1px solid #dcdcdc;
	border-radius: 2px;*/
	border: 0px none !important;
	border-radius: 0px;
}
.builder-module-content .hentry:last-child {
	margin-bottom: 8px;
}
.builder-module-content .hentry .entry-header,.builder-template-archive-listing .entry-header{
	padding: 1.6em;
}
.builder-module-content .epl-property-blog.card-top .entry-header {
	padding: 0;
}
.builder-module-content .hentry .entry-content,.builder-template-archive-listing .entry-content{
	padding: 0 1.6em 1.6em 0px;
	margin-left: 1.6em;
}
.builder-module-content .hentry .entry-footer {
	/* padding: 0 1.6em 1.6em; */
}
.builder-module-content .entry-content .excerpt-read-more:after {
	content: "\2192";
	position: absolute;
	top: 10px;
	right: 200px;
	overflow: hidden;
	opacity: 0;
}
.builder-module-content .entry-content .excerpt-read-more:hover:after {
	right: 35px;
	opacity: 1;
}
.builder-module-content  .entry-content .excerpt-read-more {
	background: #FFF;
	border: 1px solid #8887A8;
	color: #f7f7f7;
	border-bottom: 4px solid #CFCEE6;
	letter-spacing: 3px;
	margin: 2em 0 0;
	padding: 12px 50px;
	display: inline-block;
	text-decoration: none;
	border-radius: 2px;
	opacity: .5;
	overflow: hidden;
	position: relative;
}
.builder-module-content  .entry-content .excerpt-read-more:hover {
	opacity: 1;
	padding-left: 40px;
	padding-right: 60px;
}
.builder-module-content .builder-module-sidebar {
	padding-top: 0;
}
.builder-module-content .builder-module-sidebar .widget-background-wrapper {
	/* padding-left: 2em; */
	/* padding-right: 2em; */
}
.builder-module-content .builder-module-sidebar .widget-outer-wrapper-left .widget-background-wrapper {
	padding-right: 0;
}
.builder-module-content .builder-module-sidebar .widget-outer-wrapper-right .widget-background-wrapper {
	padding-left: 0;
}

/*********************************************
	Style images and galleries
	.hentry is used instead of .page or .post
	as it applies to all content types
*********************************************/
.hentry .gallery {
	margin-bottom: 1.5em;
}
.hentry .gallery a,
.hentry .gallery dt,
.hentry .gallery img {
	font-size: 0;
	line-height: 0;
	margin: 0;
}
.hentry .gallery-item {
	display: inline-block;
	margin: 0;
	text-align: left;
	vertical-align: top;
	width: 150px;
}
.hentry .gallery-item img {
	border: 0;
	margin: 0;
	padding: 0;
}
.hentry .gallery-caption {
	font-size: .9em;
	line-height: 1.3;
	margin: 0;
}
.hentry .gallery + * {
	margin-top: 0;
}
.hentry img {
}
.hentry .alignright {
	margin: 1em 0 1em 1.5em
}
.hentry .alignleft {
	margin: 1em 1.5em 1em 0;
}
.hentry .aligncenter {
	margin: 0 auto;
}
.hentry .alignnone {
	margin: 0;
}
.hentry .wp-caption {
	margin-bottom: 1.5em;
	line-height: 1;
	border: 1px solid #ccc;
	padding: 2px
}
.hentry .wp-caption img {
	background: transparent;
	border: none;
	padding: 0;
	margin-top: 0;
	margin-bottom: 0;
}
.hentry .wp-caption-text {
	font-size: .9em;
	line-height: 1.3;
	margin: 0;
}
/*********************************************
	Post Meta Styles, if needed
*********************************************/
.entry-header {
	clear: both; /* we need this so floats in the post are cleared */
}
.entry-footer {
	clear: both; /* we need this so floats in the post are cleared */
}
.entry-footer .alignright {
}
.entry-footer .categories,
.entry-footer .tags {
}
.entry-footer .comments {
}
.EXIF table {
	margin: 0 auto;
}
.photometa h4 {
	margin: 0;
	padding: 0;
	text-align: center;
}
.photometa ul {
	list-style-type: none;
}
/*********************************************
	Sticky Post
*********************************************/
.builder-module-content .sticky.hentry {
	background: #ffffff;
	margin-bottom: 3.25em;
	border: 1px solid #dcdcdc;
	border-radius: 5px;
}
.sticky .entry-header {
	padding: 1em 2em;
	background: #06C3E0;
}
.sticky .entry-header:hover {

}
.sticky .entry-header a {
	color: #FFFFFF;
}
.sticky .entry-header .entry-meta {
	color: #FFFFFF;
}
.sticky .entry-content {
	padding: 0 2em;
}
.sticky .entry-footer {
	padding: 0;
}

/*********************************************
	Page Specific Styling
*********************************************/
.page .builder-module-content .hentry {
	margin-bottom: 0;
}
.builder-module-content .hentry.page {
	margin-bottom: 0;
}
/*********************************************
	Single Post Specific Styling
*********************************************/
.single .builder-module-content .hentry {
	margin-bottom: 0;
	padding-bottom: 0;
}
/* navigation for posts that split into multiple pages */
.entry-pages a {
	display: inline-block;
	background: #dcdcdc;
	color: #aaaaaa;
	padding: 0.2em 0.6em;
	border-radius: 6px;
}
.entry-pages a:hover {
	background: #06C3E0;
	color: #FFFFFF;
	opacity: 1;
}
/*********************************************
	Comment Styles
*********************************************/
#comments {
	margin-top: 1.5em;
}
.commentlist {
	margin: 0;
	padding: 0;
}
.commentlist li.comment,
.commentlist li.trackback,
.commentlist li.pingback {
	background: #FFFFFF;
	padding: 0 1.5em;
	margin-bottom: 1.5em;
	border: 1px solid #aaa;
	border-left: 4px solid #06C3E0;
	border-top-right-radius: 6px;
	border-bottom-right-radius: 6px;
}
.commentlist .avatar {
	margin: 0;
	float: left;
	margin-right: 1.5em;
	border-radius: 36px;
}
.commentlist .fn {
	display: inline-block;
	font-size: 1.4em;
	font-weight: 400;
}
.commentlist .fn a {
	text-decoration: none;
}
.commentlist .fn a:hover {
	text-decoration: underline;
}
.comment-metadata,
.comment-metadata a {
	color: #C0C8CC;
}
.comment-metadata a:hover {
	color: #f7f7f7;
}
.comment-content {
	clear: both;
	margin-top: 4em;
}
.commentlist ul.children {
	margin: 0 0 1.5em 0;
}
.commentlist ul.children li:last-child {
	margin: 0;
}
.commentlist .comment-body {
	margin: 2.5em 0;
}
.commentlist div.reply:after {
	visibility: hidden;
	display: block;
	font-size: 0;
	content: " ";
	clear: both;
	height: 0;
}

#respond {
	margin-top: 2em;
}
#comments h3,
#respond h3 {
	font-size: 1.1em;
	text-transform: uppercase;
	margin-bottom:2em;
	padding-bottom: 0.5em;
	border-bottom: 1px solid #06C3E0;
}
#comments h3:after,
#respond h3:after {
	background: #06C3E0;
	content: "";
	display: block;
	visibility: visible;
    position: relative;
    top: 12px;
    height: 7px;
	width: 20%;
}
#respond input[type="submit"] {
	line-height: inherit;
	margin: 0;
}
#respond textarea {
	width: 100%;
	max-width: 100%;
}
#respond .comment-submit-wrapper {
	margin: 0;
}
.commentlist #respond {
	margin-bottom: 1.5em;
}
.comment-reply-link {
	padding: .5em 2em;
	display: inline-block;
	margin-top: 2em;
	margin-bottom: 0 !important;
}
.cancel-comment-reply a {
	display: inline-block;
	background: #dadddf;
	color: #3b3f42;
	border-radius: 2px;
	padding: .25em .5em;
	margin: .5em 0;
	font-size: .85em;
	text-decoration: none;
}
.cancel-comment-reply a:hover {
	background: #ebebeb;
}
.logged-in-as {
	margin: 0.25em 0;
}
/*********************************************
	Text elements
*********************************************/
p {
}
p img.left {
	float: left;
	margin: 0;
	padding: 0;
}
p img.right {
	float: right;
	margin: 0;
}
blockquote {
	background: #f5f5f5;
	color: #a1a1a1;
	margin: 0 4em;
	padding: .25em 2em;
	font-size: 1em;
	line-height: 1.42;
	-webkit-font-smoothing: antialiased;
	border-left: 4px solid #06C3E0;
}
/* To prevent nested blockquotes from increasing in size */
blockquote blockquote {
	font-size: 100%;
}
blockquote cite {
	display: block;
	font-weight: bold;
	font-style: italic;
	margin-top: 1.5em;
}
blockquote p {
	margin-bottom: 1.5em;
}
strong {
	font-weight: bold;
}
em, dfn {
	font-style: italic;
}
dfn {
	font-weight: bold;
}
sup, sub {
	font-size: .75em;
	height: 0;
	line-height: 1.5;
	position: relative;
	vertical-align: baseline;
}
sup {
	bottom: 1ex;
}
sub {
	top: .5ex;
}
abbr, acronym {
	border-bottom: 1px dotted #666666;
}
address {
	font-style: italic;
}
del {
	opacity: .7;
}
pre {
	margin-bottom: 1.5em;
	white-space: pre;
}
big {
	font-size: 1.2em;
	line-height: 1;
}
cite {
	font-style: normal;
}
ins {
	background: #f7f7f7;
	padding: 0 5px;
}
/*********************************************
	Lists
*********************************************/
ul, ol {
	list-style-position: outside;
	margin-left: 1.5em;
	padding: 0;
}
ul ul, ul ol, ol ul, ol ol {
	margin-left: 1.5em;
}
li {
	margin: 0;
	padding: 0;
}
li > * {
	margin-top: 0;
}
li *:last-child {
	margin-bottom: 0;
}
li > p + ul {
	margin-top: -1.5em;
}
ul {
	list-style-type: square;
}
ol {
	list-style-type: decimal;
}
dl {
}
dl dt {
	font-weight: bold;
}
dd {
	margin-left: 1.5em;
}
dd + dd {
	margin-top: 0;
}
/*********************************************
	Tables
*********************************************/
table {
	width: 100%;
	margin-bottom: 1.5em;
}
table, td, th {
	border: 1px solid #CFCFCF;
	border-collapse: collapse;
}
th {
	font-weight: bold;
}
th, td, caption {
	padding: .25em;
	text-align: center;
}
td a {
	display: block;
}
tfoot td {
	padding: 0;
}
tfoot a {
	display: block;
	padding: .25em;
}
caption {
	border: 1px solid #CFCFCF;
	border-bottom: 0;
	font-weight: bold;
}
/*********************************************
	Misc classes
*********************************************/
.small {
	font-size: .8em;
	line-height: 1.875;
	margin-top: 1.875em;
	margin-bottom: 1.875em;
}
.large {
	font-size: 1.2em;
	line-height: 2.5;
	margin-top: 1.25em;
	margin-bottom: 1.25em;
}
.hide {
	display: none;
}
.quiet {
	color: #666666;
}
.loud {
	color: #000000;
}
.highlight {
	background: #FFFF00;
}
.added {
	background: #006600;
	color: #FFFFFF;
}
.removed {
	background: #990000;
	color: #FFFFFF;
}
.first {
	margin-left: 0;
	padding-left: 0;
}
.last {
	margin-right: 0;
	padding-right: 0;
}
.top {
	margin-top: 0;
	padding-top: 0;
}
.bottom {
	margin-bottom: 0;
	padding-bottom: 0;
}
/*********************************************
	Default styling for forms
*********************************************/
label {
	font-weight: bold;
}
fieldset {
	border: .1em solid #CCCCCC;
	margin: 0 0 1.5em 0;
	padding: 1.4em;
}
legend {
	font-size: 1.2em;
	font-weight: bold;
}
/*********************************************
	Form Styling
*********************************************/
input[type="color"], input[type="email"], input[type="password"], input[type="search"], input[type="tel"], input[type="text"], input[type="url"], input[type="number"], input[type="date"], input[type="time"], input[type="datetime"], input[type="datetime-local"], input[type="week"], input[type="month"], textarea {
	font-size: 1em;
	color: #707686;
	margin: 0;
	padding: .5em;
	background: #FFFFFF;
	border: 2px solid #e1e1e1;
	border-radius: 7px;
	-webkit-appearance: none;
	line-height: 1;
}
input[type="color"]:focus, input[type="email"]:focus, input[type="password"]:focus, input[type="search"]:focus, input[type="tel"]:focus, input[type="text"]:focus, input[type="url"]:focus, input[type="number"]:focus, input[type="date"]:focus, input[type="time"]:focus, input[type="datetime"]:focus, input[type="datetime-local"]:focus, input[type="week"]:focus, input[type="month"]:focus, textarea:focus {
	border-color: #7F8BC8;
	box-shadow: inset 0 0 2px 1px #CACFEB;
}
select {
	font-size: 1em;
	max-width: 99%;
}
select {
	background: transparent;
	padding: 5px;
	font-size: 16px;
	line-height: 1;
	border: 1px solid #ccc;
	border-radius: 0;
	height: 40px;
	background: url(images/select-arrow.png) no-repeat right #FFF;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
}
select::-ms-expand {
    display: none;
}
textarea {
	width: 30em;
	height: 20em;
}
.search-text-box {
	margin-bottom: 0;
}
.search-submit-button {
	margin: 0;
}
input[type="submit"] {
	font-size: 1em;
	cursor: pointer;
}
/*********************************************
	placeholder
*********************************************/
::-webkit-input-placeholder { color: #aaaaaa; }
::-moz-placeholder { color: #aaaaaa; } /* firefox 19+ */
:-ms-input-placeholder { color: #aaaaaa; } /* ie */
input:-moz-placeholder { color: #aaaaaa; }

/*********************************************
	Search Form Styling
*********************************************
#searchform {
	position: relative;
}
#searchform input[type="text"] {
	width: 60%;
	max-width: 100%;
}
#searchform input[type="submit"] {
	position: absolute;
	top: 0;
	right: 0;
	width: 38%;
	max-width: 100%;
	margin: 0;
}
/*********************************************
	Password Protected Post Form
*********************************************/
.post-password-required input[type="submit"] {
	display: inline-block;
	float: none;
}
/*********************************************
	Success, notice and error boxes
*********************************************/
.error, .notice, .success {
	border: 2px solid #ddd;
	margin-bottom: 1em;
	padding: .8em;
}
.error {
	background: #FBE3E4;
	border-color: #FBC2C4;
	color: #8a1f11;
}
.notice {
	background: #FFF6BF;
	border-color: #FFD324;
	color: #514721;
}
.success {
	background: #E6EFC2;
	border-color: #C6D880;
	color: #264409;
}
.error a {
	color: #8a1f11;
}
.notice a {
	color: #514721;
}
.success a {
	color: #264409;
}
/*********************************************
	Widget Specific Styling
*********************************************/
/* RSS Widget */
.widget_rss li {
	margin-bottom: 1.5em;
}
.widget_rss h4.widget-title {
	display: inline-block;
	font-weight: 400;
}
.widget_rss h4.widget-title a {
	font-weight: 400;
	text-decoration: none;
}
.widget_rss h4.widget-title a {
	text-decoration: none;
}
.widget_rss .rsswidget {
	display: block;
	margin: 0;
	font-weight: bold;
	letter-spacing: 1px;
	text-transform: uppercase;
	color: inherit;
	text-decoration: none;
}
.widget_rss .rss-date {
	display: block;
	margin-bottom: 1.5em;
}
.widget_rss .rssSummary {
	margin: 1.5em 0;
}
/* Tag Cloud Widget */
.widget_tag_cloud a {
	line-height: 1;
	font-weight: normal;
	display: inline-block;
	border-radius: 3px;
	background: #f0f0f0;
	color: #777777;
	padding: .5em .75em;
	margin: 5px 0;
	text-decoration: none;
}
.widget_tag_cloud a:hover {
	background: #719d47;
	color: #fff;
	text-decoration: none;
}
.widget_epl_recent_property {
	text-align: center;
}
/*********************************************
	Social Tabs
*********************************************/
#social-tags {
	left: auto;
	margin-right: 0;
	margin-left: auto;
	overflow: hidden;
	padding-top: 10px;
	position: fixed;
	right: 0;
	width: 95px;
	height: 100%;
}
#social-tags a {
	margin: 0;
	position: relative;
	right: -50px;
}
#social-tags a:hover {
	right: 0;
}
/*********************************************
	The Obligatory WP Styles
*********************************************/
.alignright {
	margin-left: 1.5em;
}
.alignleft {
	margin-right: 1.5em;
}
.hentry img.wp-smiley {
	border: none;
}
/*********************************************
	Sitemap Template Styling
*********************************************/
.archive-left {
	float: left;
	width: 40%;
	max-width: 40%;
	margin-right: 10%;
}
.archive-right {
	float: left;
	width: 50%;
	max-width: 50%;
}
/*********************************************
	Mobile Navigation Menu
*********************************************/
.it-mobile-menu {
	display: none;
}
/*********************************************
	Featured Image
*********************************************/
.it-featured-image {
	display: inline-block;
	line-height: 0;
}
.it-featured-image img {
	width: inherit;
	width: 100%;
	display: block;
}
.it-featured-image a {
	display: block;
}
/*********************************************
	Misc.
*********************************************/
::selection {
	color: #FFFFFF;
	background: #06C3E0; /* Safari */
	}
::-moz-selection {
	color: #FFFFFF;
	background: #06C3E0; /* Firefox */
}
.no-featured-image .entry-title {
	margin-bottom: 1.5em;
}
/*********************************************
	Post Formats
*********************************************/
/* Status */
.builder-module-content .format-status {
	font-family: 'gotham_bookregular', Helvetica, Arial, sans-serif;
}
.builder-module-content .format-status .entry-header {
	margin-bottom: 0;
}
.builder-module-content .format-status .entry-header .entry-meta-wrapper {
	margin-bottom: 0;
}
.builder-module-content .format-status {
	padding: 0 1em;
	font-size: 2em;
	border-radius: 3px;
	background: #06C3E0;
	color: #ffffff;
	border-bottom: none;
}
/* Aside */
.builder-module-content .format-aside {
	font-size: 1.5em;
	font-style: italic;
	background: #FFFFFF;
	padding: 1.5em;
	margin-bottom: 1.5em;
	border: 1px solid #aaa;
	border-left: 4px solid #06C3E0;
	border-top-right-radius: 6px;
	border-bottom-right-radius: 6px;
}
.builder-module-content .format-aside a{
	color: #323232;
}
/* Quote */
.builder-module-content .format-quote {
	background: transparent;
	font-size: 1.5em;
	font-style: italic;
}
.builder-module-content .format-quote blockquote{
	margin: 0;
	background: #FFFFFF;
}
.builder-module-content .format-quote .entry-content {
	padding: 0
}
/* Image */
.builder-module-content .format-image .it-featured-image {
	margin-bottom: 0;
}
.builder-module-content .format-image .entry-content {
	margin-top: 2.5em;
}
li img.soliloquy-item-image {

}
.soliloquy-container {
	overflow: hidden;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	border: 8px solid #fff;
}
.soliloquy a {
	transition-duration: 0s;
}


/*********************************************
	Easy Property Listings
*********************************************/
.builder-module-content .builder-module-sidebar .widget li:first-child {
	padding-top: 0;
}
.builder-module-content .builder-module-sidebar .widget .epl-search-tabs li:first-child,
.builder-module-content .builder-module-sidebar .widget .epl-search-tabs li:last-child {
	padding-top: 1em;
	margin-right: 2px;
}
.epl-button-wrapper {
	margin-top: 0em;
	float: right;
	margin-left: 30px !important;
}
.author-details {
	padding-top: 0em;
}
label.gfap_placeholder {
	display: none;
	color: transparant;
}
.icon.beds, .icon.bath, .icon.parking { background-image: url(easypropertylistings/icon-sprites.png) !important; }
/*.icon.beds { background-position: 100% -120px !important; }
.icon.bath { background-position: 100% -400px !important; }
.icon.parking { background-position: 100% -280px !important; }*/

.property-feature-icons .icon {
	padding: 0px 21px 0px 0px !important;	margin-right: 10px !important;
}
span.icon-value {
    color: #787878;
}
.epl-img-widget img:hover {
	opacity: 0.8;
}
.builder-module-navigation-menu-wrapper {
    display: inline-block;
    margin: 0 auto;
    float: right;
}
.fa { color: #a6a6a6; font-size: 18px; }

.epl-tab-section {
    margin-top: 0px !important;
    overflow: hidden;
}


/********Custom css*********************/

.social-links > ul { margin: 0; }
.social-links { display: inline; float: left; }
.social-links li:first-child { border-left: 1px solid #e0e0e0; }
.social-links li {
    background: #f2f2f2;
    border-right: 1px solid #e0e0e0;
    display: inline;
    float: left;
    height: 44px;
    margin: 0;
    padding: 0;
    vertical-align: top;
}
.social-links li a { border: 1px solid #fff; display: table-cell;  height: 42px;  text-align: center;  vertical-align: middle;  width: 42px; }

/***************top contact us right ******************/

.contact-us {
	float: right;
	text-align: right;
	width: 40%;
}
.contact-us ul li {
	border-right: 1px solid #ccc;
	color: #777;
	display: inline-block;
	font-family: arial;
	font-size: 12px;
	height: 30px;
	padding: 13px 10px 0;
}
.contact-us li:first-child { border-left: 1px solid #e0e0e0; }
.contact-us ul li { border-right: 1px solid #e0e0e0; }
.contact-us .fa {  padding-right: 5px; }

/*********************************
	Easy Property Listings
*********************************/
.widget .property-widget-image .property-meta,
.widget .property-widget-image .property-meta.price {
	border-bottom: none;
}
.page-price {
	font-weight: normal;
	font-size: 1.2em;
	line-height: 1em;
	color: #888 !important;
}
.widget .property-meta.suburb-name {
	font-weight: 700;
	font-size: 1.1em;
}
.epl-property-blog,
.epl-property-single.view-2-column,
.builder-module-content .epl-property-blog-slim  {
	background: #ffffff;
	padding: 0;
	margin: 0;
	border: 1px solid #d3d3d3;
	border-radius: 4px;
	-webkit-box-shadow: 0px 0px 8px 0px #c4c4c4;
	box-shadow: 0px 0px 8px 0px #c4c4c4;
	width: 99.1%
}
.builder-module-content .epl-author-card {

}
.epl-property-blog .property-box-right {
	padding: 0.5em 0 0;
}
.epl-property-blog .property-box-left {

}
.epl-blog-image {
	margin-bottom: -0.5em;
}
.builder-module .epl-property-blog.epl-listing-grid-view {
	clear: none !important;
	float: left;
	margin: 0 1% 1em;
	padding: 0 !important;
	width: 33.0%;
	min-height: 390px;
}
.builder-module .epl-property-blog.epl-listing-grid-view .property-box-right {
	text-align: center;
	padding: 0.5em 0.5em 0;
	min-height: 165px !important;
}
.epl-property-blog .epl-excerpt-content {
    min-height: 40px;
}
.epl-property-blog .property-address {
    min-height: 35px;
}

.builder-module .epl-property-blog.epl-listing-grid-view .property-box-right .entry-content {
	display: none;
}
.builder-module .epl-property-blog .epl-inspection-times,
.builder-module .epl-property-blog.epl-listing-grid-view .epl-inspection-times {
	display: none;
}
.builder-module-content .epl-property-blog.suburb-top .address-header {
	background: transparent;
}
.builder-module-content .epl-property-single.view-2-column {
	overflow: hidden;
	width: 98.5%;
}
.builder-module-content .epl-property-blog.project-card  {
	margin-right: 1.6em !important;
    margin-bottom: 1.6em !important;
	width: 32%;
}
.builder-module-content .epl-property-blog.project-card:nth-child(3n) {
    margin-right: 0 !important;
}
.builder-module-content .epl-property-single .sidebar-col .entry-header, .builder-module-content .epl-property-single .sidebar-col .epl-tab-section {
	padding: 1em 1.6em 0;
	text-align: center;
}
.builder-module-content .epl-property-blog.project-card .project-card-entry, .builder-module-content .epl-property-blog.project-card .project-card-entry .entry-header, .builder-module-content .epl-property-blog .property-card .entry-header, .builder-module-content .epl-property-blog-slim .entry-content {
	padding: 0;
}
.epl-property-blog .property-feature-icons {
	margin: 0.5em 0;
	/* padding: 0em 1em 0em 1em !important; */
	/* border: 1px solid #cdcdcd; */
	/* border-radius: 6px; */
	display: inline-block;
	min-height: 20px;
}
.epl-property-blog .property-feature-icons .icon {
	/* padding: 0em 2em 0em 1.8em !important; */
}
.epl-author-box {

}

.epl-author-box .author-box-outer-wrapper {
	background: #f9f9f9;
	padding: 1.5em 1.5em 1em;
	margin-top: -1em;
	border: 1px solid #e4e4e4;
}
.epl-author-box ul.author-tabs li {
	display: inline-block;
	background: #d6d8e5;
	color: #8c8ba3;
	padding:1em 2em;
	margin: 0;
	position:relative;
	word-wrap:break-word;
	-moz-border-radius:1px;
	-webkit-border-radius:1px;
	border-radius:1px;
	margin-bottom:1em;
}
.epl-author-box ul.author-tabs li.author-current {
	background: #06C3E0;
	color: #FFFFFF;
}
.epl-author-box ul.author-tabs li.author-current:after {
	content:'';
	display:block;
	position:absolute;
	top:100%;
	left:43%;
	width:0;
	height:0;
	border-color: #06C3E0 transparent transparent transparent;
	border-style: solid;
	border-width: 10px;
}
.epl-location-profiles-content {
	background: #f9f9f9;
	border: 1px solid #e4e4e4;
}

.builder-module-content .title-meta-wrapper {
	margin-bottom: 0
}
.builder-module-content .directory-page-dynamic .directory-section .hentry {
	width: 23%;
	margin-right: 0.5em;
}
.builder-module-content .directory-page-dynamic .directory-section .hentry .entry-header, .builder-module-content .directory-page-dynamic .directory-section .hentry .entry-content {
	padding: 0.5em 0.5em 0;
}


/* Stickers */
.epl-stickers-wrapper {
    position: absolute; left: -160px !important; top: -50px !important;
	-ms-transform: rotate(-22deg); /* IE 9 */
	-webkit-transform: rotate(-22deg); /* Chrome, Safari, Opera */
	transform: rotate(-22deg);
}

.builder-module-content .epl-property-blog .status-sticker {
	font-family: 'gotham_bookregular', Helvetica, Arial, sans-serif;
	font-size: 1.2em;
	font-weight: 700;
	background: #06C3E0 !important;
	padding: 70px 0px 10px 0px;
	color: #fff;
	text-align: center;
	text-transform: uppercase;
	display: block;
	width: 260px;
}
.builder-module-content .epl-property-blog .status-sticker.under-offer {
	background: #06C3E0 !important;
	color: #fff;
	padding: 63px 120px 10px 40px;
	margin-left: 80px;
	width: 150px;
}
.builder-module-content .epl-property-blog .status-sticker.sold {
	margin-left: 50px;
}
.builder-module-content .home-open, .builder-module-content .epl-property-blog .status-sticker.open {
	background: #06C3E0 !important;
	color: #fff;
	padding: 70px 80px 10px 40px;
	display: none;
}

.epl-property-single .status-sticker.new, .epl-property-blog .status-sticker.new {
	background: #06C3E0 !important;
	color: #fff !important;
	padding: 63px 60px 10px 51px;
}
/* Stickers */





/* Property Card Slim */
.epl-property-blog-slim .property-box-left-slim {
	margin-right: 1em;
}
/* EPL Tabs */
.builder-module .epl-author-box-container ul.epl-author-tabs,
.builder-module .epl_adv_map_list  ul.map-tabs {
	margin: 0;
	padding: 0;
	list-style: none;
}
.builder-module ul.epl-author-tabs li, .builder-module ul.property_search-tabs li, .builder-module ul.map-tabs li, .builder-module ul.epl_adv_map_list li {
	display: inline-block;
	background: #06C3E0;
	color: #FFFFFF;
	padding: 1em 2em;
	margin: 0;
	word-wrap: break-word;
	-moz-border-radius: 1px;
	-webkit-border-radius: 1px;
	border-radius: 1px;
	margin-bottom: 2em;
}
.builder-module li.tbhead.current, .builder-module ul.epl-author-tabs li.epl-author-current, .builder-module ul.property_search-tabs li.epl-sb-current, .builder-module ul.epl_adv_map_list li.maptab-current {
	border-bottom: 0;
	display: inline-block;
	background: #1CA4B8;
	color: #FFFFFF;
	padding: 1em 2em;
	margin: 0;
	position: relative;
	word-wrap: break-word;
	-moz-border-radius: 1px;
	-webkit-border-radius: 1px;
	border-radius: 1px;
	margin-bottom: 0;
}
.builder-module ul.property_search-tabs li{
	margin: 0 2px 0 0;
	padding: 0.5em 1em !important;
}
.builder-module ul.property_search-tabs li.epl-sb-current {

}
.builder-module ul.epl_adv_map_list li, .builder-module ul.epl_adv_map_list li.maptab-current {
	margin-right: 2px;
}
.builder-module li.tbhead.current:after, .builder-module ul.epl-author-tabs li.epl-author-current:after, .builder-module ul.property_search-tabs li.epl-sb-current:after, .builder-module ul.epl_adv_map_list li.maptab-current:after {
	content: '';
	display: block;
	position: absolute;
	top: 100%;
	left: 43%;
	width: 0;
	height: 0;
	border-color: #1CA4B8  transparent transparent transparent;
	border-style: solid;
	border-width: 10px;
	z-index: 99;
}
.builder-module .epl-author-box-outer-wrapper,
.builder-module .epl_tabbed_map_wrapper  {
	margin-top: -1.9em;
}
.builder-module .epl-location-profiles-tabs-left ul.location-profiles-tabs li {
	background: #06C3E0;
	color: #fff;
	margin-bottom: 2px;
	display:block;
}
.builder-module .epl-location-profiles-tabs-left .location-profiles-tabs li.location-profiles-current {
	background: #1CA4B8;
	color: #FFFFFF;
	position: relative;
}
.builder-module .epl-location-profiles-tabs-left .location-profiles-tabs li.location-profiles-current:after {
	content: '';
	height: 0;
	display: block;
	border-color: transparent transparent transparent #1CA4B8;
	border-width: 10px;
	border-style: solid;
	position: absolute;
	top: 11px;
	left: 100%;
}
.builder-module .slider-map-zoom-in,
.builder-module .slider-map-zoom-out {
	display: none;
}
.epl-property-blog.card-alternate .epl-blog-internal-wrapper, .epl-property-blog.card-alternate.epl-listing-grid-view .epl-blog-internal-wrapper {
    min-height: 430px !important;
}
.epl-property-blog.suburb-top.epl-listing-grid-view, .epl-property-blog.suburb-top.epl-listing-grid-view.epl-manonry {
    min-height: 470px !important;
}

.widget .gform_wrapper .top_label li.gfield.gf_left_half, .widget .gform_wrapper .top_label li.gfield.gf_right_half { width: 100% !important; display: block !important; }

.epl-tab-section ul li { margin: 0px 0px 3px 20px; }

.directory .entry-header { display: none; }
.directory .entry-content { padding: 1.6em !important; }


.search-results .entry-header {
    padding: 1.6em;
}
.search-results .entry-content {
    padding: 0 1.6em 1.6em;
}


/*************************** [ MY STYLES ] ******************************/

.hidefield { display: none !important; }

h1, h2, h3, h4, h5, h6 { color: #06C3E0; }

/* Header Premier */
body.home #header-bar { position: relative; top: 0px; left: 0px; right: 0px; z-index: 111; background: #fff; padding: 30px 40px 20px; min-height: 100px; float: none; text-align: left; width: auto; border-bottom: 5px solid #06C3E0; margin-bottom: 0px !important; }
	body.home #header-container { position: relative; margin: 0 auto; width: auto; }

	body.home #header-bar a#logo { display: inline-block; float: left; margin: 0px; }
	body.home #navbar-container { float: right; display: inline-block; padding: 70px 0px 0px !important; width: auto; }
/* End Header Premier */

/* Header Premier */
#header-bar { position: relative; top: 0px; left: 0px; right: 0px; z-index: 111; background: #fff; padding: 30px 40px 20px; min-height: 100px; float: none; text-align: left; width: auto; border-bottom: 5px solid #06C3E0; margin-bottom: 10px; }
	#header-container { position: relative; margin: 0 auto; width: auto; }

	#header-bar a#logo { display: inline-block; float: left; margin: 0px; }
	#navbar-container { float: right; display: inline-block; padding: 70px 0px 0px !important; width: auto; }
/* End Header Premier */



/* Menu Wrapper */
.builder-module-navigation-background-wrapper { display: block; background: none transparent; color: #fff; text-align: center; }
.builder-module-navigation-background-wrapper.sticky-element-original { z-index: 11111111 !important; }
.builder-module-navigation-outer-wrapper { text-align: center; }

	.builder-module-navigation-background-wrapper .builder-module-block-outer-wrapper { float: none; text-align: center; margin-bottom: -14px; }

	.builder-module-navigation-menu-wrapper { float: none; text-align: center; }
		.builder-module-navigation li a, .builder-module-navigation .current_page_item li a, .builder-module-navigation .current-cat li a, .builder-module-navigation .current-menu-item li a { border-bottom: 0px none; color: #06C3E0; padding: 10px 40px; line-height: 22px; }
		.builder-module-navigation ul li ul li:first-child a, .builder-module-navigation .current_page_item ul li ul li:first-child a, .builder-module-navigation .current-cat ul li ul li:first-child a, .builder-module-navigation .current-menu-item ul li ul li:first-child a { padding-left: 20px; }
		
			.builder-module-navigation li a:hover, .builder-module-navigation .current_page_item li a:hover, .builder-module-navigation .current-cat li a:hover, .builder-module-navigation .current-menu-item li a:hover { border-bottom: 0px none; color: #06C3E0; line-height: 22px; }
			.builder-module-navigation li:first-child a:hover, .builder-module-navigation .current_page_item li:first-child a:hover, .builder-module-navigation .current-cat li:first-child a:hover, .builder-module-navigation .current-menu-item li:first-child a:hover { padding: 10px 40px; color: #06C3E0; }
	
	
	/* Drop down menus */
	.builder-module-navigation .current_page_item a, .builder-module-navigation .current-cat a, .builder-module-navigation .current-menu-item a { border-bottom: 0px none; color: #06C3E0; }

		.builder-module-navigation li ul { background: #222; margin-top: -4px; }
			.builder-module-navigation li li a, .builder-module-navigation .current_page_item li a, .builder-module-navigation .current-cat li a, .builder-module-navigation .current-menu-item li a { border-bottom: 0px none; border-width: 0px 0px 1px 0px; padding: 10px 20px 10px 20px !important; line-height: 22px; color: #fff; }
			.builder-module-navigation li li:hover a, .builder-module-navigation .current_page_item li:hover a, .builder-module-navigation .current-cat li:hover a, .builder-module-navigation .current-menu-item li:hover a { border-bottom: 0px none; border-width: 0px 0px 1px 0px; padding: 10px 20px 10px 20px !important; line-height: 22px; color: #fff; }
			.builder-module-navigation li li:first-child a:hover, .builder-module-navigation .current_page_item li:first-child a:hover, .builder-module-navigation .current-cat li:first-child a:hover, .builder-module-navigation .current-menu-item li:first-child a:hover { padding-left: 20px; }
	

	ul.menu li a { color: #06C3E0 !important; text-transform: uppercase; font-weight: normal; }
		ul.menu li a:hover { color: #06C3E0 !important; }
	
	ul.sub-menu { background: #222 !important; border-color: #4C9A7F !important; border-width: 3px 0px 0px 0px !important; text-align: left !important; }
		ul.sub-menu li a { color: #fff !important; text-align: left !important; font-size: 0.85em; text-transform: uppercase; }
			ul.sub-menu li a:hover { background: #333 !important; color: #fff !important; }
/* End Menu Wrapper */

		
		
/* Homepage - Search Our Properties */
#homepage-slider { position: relative; }
#search-form { position: absolute; z-index: 111; bottom: 20%; left: 0%; right: 0%; background: rgba(118,118,118,0.6); width: auto; padding: 50px; }
	#search-form #searchform { width: 1160px; margin: 0 auto; text-align: center; }
		#search-form h4 { color: #fff; letter-spacing: 2px; display: block; text-align: center; font-weight: bold; }
		
		#search-form .epl-search-row.epl-search-row-select.epl-property_location { display: inline-block; width: auto !important; }
		#search-form .epl-search-forms-wrapper.epl-search-default { max-width: inherit !important; text-align: center; }
		#search-form .epl-search-form form label { color: #fff !important; font-size: 22px; }
		#search-form .epl-search-form form label, #search-form .epl-search-form form input, #search-form .epl-search-row-select .field { display: inline-block !important; width: auto !important; vertical-align: middle !important; }
			#search-form .epl-search-form form input { line-height: 28px !important; }
			.epl-search-form .in-field { width: 600px !important; }
		#search-form .epl-search-form .epl-search-submit-row { float: none !important; width: auto !important; vertical-align: middle !important; margin-top: 0px !important; }
		
		
		#search-form #searchinput { background: #fff; border: none; display: inline-block; margin: 0px; width: 780px; font-size: 18px; color: #333; line-height: 30px; padding: 10px; border-radius: 0px; -moz-border-radius: 0px; -webkit-border-radius: 0px; }
			#search-form #searchinput:focus { border: none; border-radius: 0px; -moz-border-radius: 0px; -webkit-border-radius: 0px; box-shadow: 0px 0px 0px inset rgba(0,0,0,0.0); -moz-box-shadow: 0px 0px 0px inset rgba(0,0,0,0.0); -webkit-box-shadow: 0px 0px 0px inset rgba(0,0,0,0.0); }
			
		#search-form #searchsubmit { display: inline-block; background: #06C3E0; color: #fff; font-size: 18px; border-radius: 0px; -moz-border-radius: 0px; -webkit-border-radius: 0px; padding: 10px 22px; line-height: 30px; text-transform: uppercase; }
/* End Homepage - Search Our Properties */





/* For Sale Page - Styles */
.epl-property-blog .epl-property-blog-entry-wrapper { margin: 0!important; box-shadow: 0 0 7px #888 !important; -moz-box-shadow: 0 0 7px #888 !important; -webkit-box-shadow: 0 0 7px #888 !important; }
.project-card-entry .property-box { position: relative; }
	.project-card-entry .epl-inspection-times { position: absolute; bottom: 0px; left: 0px; right: 0px; z-index: 11; text-align: center; display: block !important; border: 0px none !important; background: #666; color: #fff !important; text-transform: uppercase; border-radius: 0px !important; -moz-border-radius: 0px !important; -webkit-border-radius: 0px !important; margin-bottom: 0px !important; padding: 4px 14px !important; }
		.project-card-entry .epl-inspection-times .epl-inspection-times-label { color: #fff !important; }
		.project-card-entry .epl-inspection-times a { color: #fff !important; }
		.project-card-entry .epl-inspection-times ul.home-open-wrapper { margin: 0 0 !important; }
		.project-card-entry .entry-title { text-transform:none !important; }

.project-card-entry .entry-content { margin-left: 0px !important; min-height: 110px !important; }
	.project-card-entry .property-address { margin: 0px !important; }
		.project-card-entry .property-address a { color: #666 !important; font-size: 1.3em !important; }
	.project-card-entry .property-feature-icons { float: right; }
		.project-card-entry .property-feature-icons .icon.beds { background: transparent url('easypropertylistings/icon-sprites.png') no-repeat scroll 100% -123px; }
		.project-card-entry .property-feature-icons .icon.bath { background: transparent url('easypropertylistings/icon-sprites.png') no-repeat scroll 100% -402px; }
		.project-card-entry .property-feature-icons .icon.parking { background: transparent url('easypropertylistings/icon-sprites.png') no-repeat scroll 100% -282px; }
		.project-card-entry .property-feature-icons .icon.air { background: transparent url('easypropertylistings/icon-sprites.png') no-repeat scroll 100% -202px; display: none !important; }
		.project-card-entry .property-feature-icons .icon.pool { background: transparent url('easypropertylistings/icon-sprites.png') no-repeat scroll 100% -161px; display: none; }
		.project-card-entry .property-feature-icons-land {color: #787878;}		
	
	.project-card-entry .address.price { text-align: center !important; }
	.project-card-entry h3.entry-title { text-align: center !important; font-weight: bold !important; }
	.epl-listing-post .item-suburb { text-transform: uppercase !important; }
/* End For Sale Page - Styles */

.epl-listing-post:nth-of-type(3n+0) .epl-property-blog-entry-wrapper { margin-right: 0px !important; }


/* Property Page Styles */
#featured-image-slider { position: relative; }
	#featured-image-slider .container { position: relative; width: 1160px; margin: 0 auto; }


#featured-prop-icons { position: absolute; bottom: 0px; left: 0px; right: 0px; z-index: 1; text-align: right; background: rgba(5,195,222,0.8); padding: 20px 20px; color: #fff; }
	#featured-prop-icons .featured-prop-suburb { position: absolute; left: 20px; top: 18px; font-size: 1.4em; line-height: 1.4em; text-align: left; text-transform: uppercase; letter-spacing: -0.6px; font-weight: bold; }
	#featured-prop-icons .icon {
		height: 20px;
		overflow: hidden;
		padding: 0 25px 4px 10px;
		width: 20px;
	}
	#featured-prop-icons .icon { padding: 0 30px 2px 22px; }
	#featured-prop-icons .icon.beds { background: url(images/icon-bed.png) no-repeat 100% 0px; }
	#featured-prop-icons .icon.bath { background: url(images/icon-bath.png) no-repeat 100% 0px; }
	#featured-prop-icons .icon.parking { background: url(images/icon-car.png) no-repeat 100% 0px; }
	#featured-prop-icons .icon.pool { background: url(images/icon-pool.png) no-repeat 100% 0px; display: none !important; }
	#featured-prop-icons .icon.air { background: url(images/icon-air.png) no-repeat 100% 0px; display: none !important; }
	.icon.air { display: none !important; }
	#featured-prop-icons .property-feature-icons-land { padding-left: 5px; }
	#featured-image-slider .icon.beds, #featured-image-slider .icon.bath, #featured-image-slider .icon.parking { background-image: url('easypropertylistings/icon-sprites-white.png') !important; }
	
	.single-property #featured-prop-icons .icon {
    display: inline-block;
    text-align: left;
    width: 14px;
}
	.single-property #featured-prop-icons .icon { background: url(images/icon-bed.png) no-repeat center right!important; }
	.single-property #featured-prop-icons .icon.bath { background: url(images/icon-bath.png) no-repeat center right!important; }
	.single-property #featured-prop-icons .icon.parking { background: url(images/icon-car.png) no-repeat center right!important; }
	.single-property #featured-prop-icons .icon.pool { background: url(images/icon-pool.png) no-repeat center right!important; }
	.single-property #featured-prop-icons .icon.air { background: url(images/icon-air.png) no-repeat center right!important; display: none !important; }
	.single-property .icon-value {
    color: #fff;
}
.gform_wrapper ul.gform_fields li {
    padding-right: 0!important;
}
.single-property #featured-prop-icons .property-feature-icons-land {
    padding-left: 1em;
    display: inline-block;
    float: right;
}
	
		.rev_slider .tp-carousel-wrapper ul li { background: #B4DEE4; }
			.rev_slider .tp-carousel-wrapper ul li a { position: relative; display: block; height: auto !important; }
				.rev_slider .tp-carousel-wrapper ul li a img, .tp-simpleresponsive .tp-carousel-wrapper ul li a img {
					width: 100% !important; height: 100% !important;
					opacity: 0.36; -o-opacity: 0.36; -ms-opacity: 0.36; -moz-opacity: 0.36; -webkit-opacity: 0.36;
				}
				.rev_slider .tp-carousel-wrapper ul li.active-revslide a img, .tp-simpleresponsive .tp-carousel-wrapper ul li.active-revslide a img, .rev_slider .tp-carousel-wrapper ul li a:hover img, .tp-simpleresponsive .tp-carousel-wrapper ul li a:hover img {
					opacity: 1 !important; -o-opacity: 1 !important; -ms-opacity: 1 !important; -moz-opacity: 1 !important; -webkit-opacity: 1 !important;
				}
	.epl-shortcode-listing {    overflow: visible !important;}
	
	.epl-property-single .epl-inspection-times { margin-bottom: 20px; display: inline-block; border: 2px solid #ccc; padding: 12px 20px !important; border-radius: 6px; -moz-border-radius: 6px; -webkit-border-radius: 6px; }
		.epl-property-single .epl-inspection-times .epl-inspection-times-label { margin: 0px 0px !important; color: #666; font-weight: bold; }
		.epl-property-single .epl-inspection-times ul li { list-style-type: circle; margin-left: 16px !important; }
	
	.epl-property-single .entry-title { text-transform: none; }
	.property-page { border-top: 1px solid #ccc; }
		.tab-content, .entry-content { font-size: 0.93em; line-height: 1.4em; letter-spacing: 0.4px; text-align: left !important; }
		.entry-content .tab-wrapper { float: left; }
		.epl-tab-section-features { display: none !important; }
	
		.epl-property-single h1.entry-title, .epl-property-single h1 .item-street, .epl-property-single .property-meta.pricing, .epl-property-single .entry-title-sub { font-size: 1.2em !important; line-height: 1.2em; font-weight: bold !important; }
		.epl-property-single .property-meta.pricing { margin-bottom: 12px !important; font-weight: bold; }
		
	.single-land #featured-prop-icons { text-align: left; }
	.single-land #featured-prop-icons .featured-prop-suburb { position: relative; left: 20px; top: auto; }
	
	
	/* Single Property Page Buttons */
		.epl-button-wrapper { float: right; text-align: right; margin-bottom: 10px; }
		.epl-floor-plan-button-wrapper { margin-right: 0 !important; }

		.epl-button { background: #06C3E0 !important; display: block !important; margin-bottom: 4px !important; margin-right: 0px !important; color: #fff !important; padding: 10px 20px !important; border: 0px none !important; font-size: 14px !important; border-radius: 0px !important; -moz-border-radius: 0px !important; -webkit-border-radius: 0px !important; }
			.epl-button a, .epl-button input[type="submit"], .epl-button input[type="button"] { color: #fff !important; }
			.epl-button:hover { background: #666 !important; }
			
		button.epl-external-link, button.epl-mini-web-link { display: none; }
		button[onclick*="hightail"] { display: inline-block; }
	/* End Single Property Page Buttons */

/* End Property Page Styles */






/* Rentals Page Styles *
	#builder-module-5941e9f16464b .epl-property-blog .epl-property-blog-entry-wrapper { min-height: 463px; }
/* End Rentals Page Styles */





/* About Us - Staff Profiles Styles */
	#post-grid-219 .item { position: relative; margin: 35px !important; box-shadow: 0px 0px 15px rgba(0,0,0,0.3); -moz-box-shadow: 0px 0px 15px rgba(0,0,0,0.3); -webkit-box-shadow: 0px 0px 15px rgba(0,0,0,0.3); background: #777 !important; }
		#post-grid-219 .item .layer-media { position: relative; z-index: 1; opacity: 1; -o-opacity: 1; -ms-opacity: 1; -moz-opacity: 1; -webkit-opacity: 1; }
		#post-grid-219 .item .layer-content { position: absolute; top: 40%; left: 0%; right: 0%; z-index: 11; text-transform: uppercase; font-size: 1.3em !important; text-align: center; }
			#post-grid-219 .item .layer-content a { display: none; color: #fff !important; }
			
		/* Hover Styles */
		#post-grid-219 .item:hover .layer-media { opacity: 0.5; -o-opacity: 0.5; -ms-opacity: 0.5; -moz-opacity: 0.5; -webkit-opacity: 0.5; }
		#post-grid-219 .item:hover .layer-content a { display: block; }
		body.single-post .it-featured-image { display: none; }
		body.single-post .entry-meta-wrapper, body.single-post .entry-meta { display: none; }
		body.single-post .epl-author-box-container { display: none; }
/* End About Us - Staff Profiles Styles */


#staff-profile {
    padding-top: 1.6em;
}
#staff-profile .entry-title {
    margin-bottom: 0.2em;
}
.staff-featured-image {
    float: right;
}


/* Staff Directory Author - Widget Styles */
	.epl-author-details { font-size: 1.1em; font-weight: bold; text-align: right; }
		h5.epl-author-title { font-weight: bold; margin-bottom: 0px !important; }
		.epl-author-position { margin-bottom: 10px !important; }
		.epl-author-contact .label-mobile { display: none; }
		.epl-author-contact .mobile { font-size: 1.3em; }
		.epl-author-social-buttons a.epl-author-icon.email-icon-24 { background: #06C3E0 !important; display: inline-block !important; width: auto !important; height: auto !important; color: #fff !important; font-size: 1.1em !important; font-weight: normal !important; padding: 10px 20px !important; border: 0px none !important; text-transform: uppercase; }
			.epl-author-social-buttons a.epl-author-icon.email-icon-24:hover { background: #666 !important; }
			
		.mobile-staff-pic { display: none; }
/* Staff Directory Author - Widget Styles */




/* Admin Styles */
.directory-section .hentry { width: 100% !important; margin-bottom: 10px !important; margin-right: 0px !important; }



/* Sidebar Styles */
.builder-module-sidebar h4.widget-title, .builder-module-sidebar h5, .builder-module-sidebar h5 a { color: #06C3E0; font-size: 1.1em; margin-bottom: 10px; text-transform: uppercase; }
#epl_staff_directory-2 h4 { display: none; }
.epl-author-icon { display: block !important; }
.email-icon-24 { background: url(images/icon-author-email.png) no-repeat 0px 0px !important; text-indent: 0px !important; padding-left: 30px !important; line-height: 18px !important; }
.epl-author-vcard a { display: inline-block; background: url(images/icon-author-vcard.png) no-repeat 0px 0px; padding-left: 30px; line-height: 18px; }
	.email-icon-24:hover, .epl-author-vcard a:hover { opacity: 0.7; -moz-opacity: 0.7; -webkit-opacity: 0.7; }

.bio-more { display: none; }

.gform_widget ul.gform_fields li.gfield input,.gform_widget ul.gform_fields li.gfield textarea{ font-size:.9em !important;line-height: 1.3em!important;padding: .5em!important;}
.gform_widget .button {
    width: 100%!important;
}

.gform_wrapper{margin:0!important;max-width:100%!important}
.gform_wrapper .gform_body,.gform_wrapper ul.gform_fields{display:inline-block}
.gform_wrapper ul li:after,.gform_wrapper ul li:before,.gform_wrapper ul.gform_fields,.gform_wrapper table.gfield_list td{padding:0!important}
.gform_wrapper ul li.gfield{float:left;margin-top:0!important;padding:0 0 1em!important;width:100%}.gform_wrapper ul li.gfield:last-child{padding-bottom:0}
.gform_wrapper .top_label .gfield_label{font-size:1em;font-weight:bold;line-height:1.2em!important;margin:0 0 .1em!important}
.ginput_container_name span,.gform_wrapper ul.gform_fields li.gfield{padding-right:0!important;margin-right:0!important}
.gform_wrapper label.gfield_label+div.ginput_container,body .gform_wrapper .top_label div.ginput_container{margin-top:0!important}
.gform_wrapper ul.gform_fields li.gfield span.name_first,.gform_wrapper ul.gform_fields li.gfield span.name_last,.gform_wrapper ul.gform_fields li.gfield span.name_middle{padding-top:0!important}
.gform_wrapper ul.gform_fields.top_label li.gfield input,.gform_wrapper ul.gform_fields.top_label li.gfield textarea {
    padding: .6em!important;
}
.gform_wrapper .simple_captcha_small input {
    width: 10%!important;
}
.gform_wrapper .top_label li.gfield.gf_left_third, .gform_wrapper .top_label li.gfield.gf_middle_third, .gform_wrapper .top_label li.gfield.gf_right_third { margin-bottom: 0 !important; }
.gform_wrapper .gfield_date_day label,.gform_wrapper .gfield_date_month label,.gform_wrapper .gfield_date_year label,.gform_wrapper .gfield_time_ampm label,.gform_wrapper .gfield_time_hour label,.gform_wrapper .gfield_time_minute label,.gform_wrapper .ginput_complex label,.gform_wrapper .instruction { display: none !important; }
.gform_wrapper .top_label li.gfield.gf_left_half { float: left !important; }
.gform_wrapper .ginput_complex.ginput_container.has_first_name.has_last_name span.name_last,.gform_wrapper .top_label li.gfield.gf_right_half { float: right !important; }

.gform_wrapper .gform_body,.gform_wrapper .gfield_error .ginput_complex .ginput_left input[type=email],.gform_wrapper .gfield_error .ginput_complex .ginput_left input[type=text],.gform_wrapper .gfield_error .ginput_complex .ginput_right input[type=email],.gform_wrapper .gfield_error .ginput_complex .ginput_right input[type=text],.gform_wrapper .ginput_complex input[type=email],.gform_wrapper .ginput_complex input[type=text],.gform_wrapper .top_label li.gfield.gf_left_half input.large,.gform_wrapper .top_label li.gfield.gf_left_half input.medium,.gform_wrapper .top_label li.gfield.gf_left_half select.large,.gform_wrapper .top_label li.gfield.gf_left_half select.medium,.gform_wrapper .top_label li.gfield.gf_right_half input.large,.gform_wrapper .top_label li.gfield.gf_right_half input.medium,.gform_wrapper .top_label li.gfield.gf_right_half select.large,.gform_wrapper .top_label li.gfield.gf_right_half select.medium,.gform_wrapper textarea,.gform_wrapper .ginput_complex .ginput_full input[type=email],.gform_wrapper .ginput_complex .ginput_full input[type=text],.gform_wrapper .top_label input.large,.gform_wrapper .top_label select.large,.gform_wrapper .top_label li ul.gfield_checkbox,.gform_wrapper .top_label li ul.gfield_radio,.gform_wrapper li.gfield.gfield_creditcard_warning { width: 100% !important; }

.gform_wrapper .top_label li.gfield.gf_left_half,.gform_wrapper .top_label li.gfield.gf_right_half,.gform_wrapper img.ui-datepicker-trigger{margin:0!important}
.gform_wrapper ul.gform_fields li.gfield div.ginput_complex span.ginput_left select,.gform_wrapper ul.gform_fields li.gfield div.ginput_complex span.ginput_right select,.gform_wrapper ul.gform_fields li.gfield input[type=radio],.gform_wrapper ul.gform_fields li.gfield select { margin-left: 0 !important; }
.gform_wrapper .ginput_complex .ginput_full { display: block; min-height: auto !important ;}
.gform_wrapper .ginput_complex .ginput_left,.gform_wrapper .ginput_complex .ginput_right,.gform_wrapper .ginput_complex span.name_first,.gform_wrapper .ginput_complex span.name_last,.gform_wrapper .ginput_complex span.name_middle,.gform_wrapper input:not([type=radio]):not([type=checkbox]):not([type=image]):not([type=file]){min-height:auto!important}
.gform_wrapper .ginput_complex.ginput_container_address .ginput_full { margin-bottom: 0.6em; }
.gform_wrapper .ginput_complex .ginput_left,.gform_wrapper .ginput_complex .ginput_right { width: 32.26% !important; }
.gform_wrapper .ginput_complex.ginput_container_address .address_city,.gform_wrapper .ginput_complex.ginput_container_address .ginput_left.address_city { margin-right: 1.6% !important; }
.gform_wrapper .ginput_complex .ginput_left.address_zip { margin-left: 1.6%!important; }
.gform_wrapper .ginput_complex.ginput_container_address .ginput_right,.gform_wrapper .ginput_complex.ginput_container_address span.ginput_right+span.ginput_left,.gform_wrapper .ginput_complex.ginput_container_address .ginput_left,.gform_wrapper .ginput_complex.ginput_container_address span.ginput_right+span.ginput_left.address_zip { margin-right: 0 !important; padding-right: 0 !important; }
.gform_wrapper .gsection,.gform_wrapper li.gfield.field_description_below+li.gsection { margin: 1.2em 0 !important; padding-bottom: 1em !important; }
.gform_wrapper ul.gfield_checkbox,.gform_wrapper ul.gfield_radio { margin: 0 !important;padding: 0 !important; }
.gform_wrapper ul.gfield_checkbox li,.gform_wrapper ul.gfield_radio li { font-size: 100% !important; }
.gform_wrapper .gfield_checkbox li label,.gform_wrapper .gfield_radio li label { margin: 0.2em 0 0 0.6em !important; font-size: 1em !important; }
.gform_wrapper select{padding:.444em!important; }
.gform_wrapper textarea.small{height:100px!important; }
.gform_wrapper .top_label .gsection_description{margin:.3em 0 0!important;font-size:.9em!important; }
.gform_wrapper .description,.gform_wrapper .gfield_description,.gform_wrapper .gsection_description,.gform_wrapper .instruction{font-size:.92em!important; }
.gform_wrapper .field_description_below .gfield_description{padding:0!important; }
.gform_wrapper .field_description_above .gfield_description{padding:0 0 .6em; }
.gform_wrapper.gform_validation_error .gform_body ul li.gfield.gfield_error:not(.gf_left_half):not(.gf_right_half){min-width:100%!important; }
.gform_wrapper li.gfield.gfield_error.gfield_contains_required{padding:.5em!important; }.gform_wrapper .gfield_error input[type=email],.gform_wrapper .gfield_error input[type=number],.gform_wrapper .gfield_error input[type=password],.gform_wrapper .gfield_error input[type=tel],.gform_wrapper .gfield_error input[type=text],.gform_wrapper .gfield_error input[type=url],.gform_wrapper .gfield_error select,.gform_wrapper .gfield_error textarea,.gform_wrapper li.gfield_error.field_sublabel_above .ginput_complex input[type=text] { margin-bottom: 0 !important; }
.gform_wrapper li.gfield.gfield_error.gfield_contains_required div.gfield_description { padding-top: 0.5em; }
.gform_wrapper li.gfield.gfield_error,.gform_wrapper li.gfield.gfield_error.gfield_contains_required.gfield_creditcard_warning,.gform_wrapper.gform_validation_error .top_label li.gfield.gfield_error.gf_left_half,.gform_wrapper.gform_validation_error .top_label li.gfield.gfield_error.gf_right_hal0 { margin-bottom: 0.5em !important; }
.gform_wrapper.gform_validation_error .top_label li.gfield.gfield_error.gf_left_half,.gform_wrapper.gform_validation_error .top_label li.gfield.gfield_error.gf_right_half{min-width: 49%!important; }
.gform_confirmation_wrapper { margin: 2em 0; text-align: center; padding: 1em; background: #EEE; color: #000; }
.gform_wrapper .gform_footer{margin:0!important;padding-top:0!important; }
.gform_wrapper .gform_footer input.button,.gform_wrapper .gform_footer input[type=submit] { min-width:49%; }
.gform_wrapper .gform_footer input.button,.gform_wrapper .gform_footer input[type=submit],.gform_wrapper .gform_page_footer input.button,.gform_wrapper .gform_page_footer input[type=submit]{margin:0!important; }
.gform_wrapper input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]),.gform_wrapper textarea{-webkit-border-radius:0!important;-moz-border-radius:0!important;border-radius:0!important; }
.top_label div.ginput_complex.ginput_container.gf_name_has_1,.top_label div.ginput_complex.ginput_container.gf_name_has_2,.top_label div.ginput_complex.ginput_container.gf_name_has_3{width:auto!important; }
.gform_wrapper .top_label li.gfield.gf_left_half+.gform_footer,.gform_wrapper .top_label li.gfield.gf_left_half+li.gfield,.gform_wrapper .top_label li.gfield.gf_right_half+.gform_footer,.gform_wrapper .top_label li.gfield.gf_right_half+li.gfield { clear: none!important; }

.gform_wrapper:not(.gf_browser_gecko):not(.gf_browser_ie):not(.ginput_container_multiselect) select { background-image: none !important; }
.gform_wrapper .top_label li.gfield.gf_left_half, .gform_wrapper .top_label li.gfield.gf_right_half { width: 49% !important; }



/* Footer Enquiry */
.footer-enquiry { position: relative; margin: 0 auto; background: #fff; padding: 50px; box-sizing: border-box; -moz-box-sizing: border-box; -webkit-box-sizing: border-box; }
/* End Footer Enquiry */



/* Footer styles */
.footer-wb-background-wrapper { background: #06C3E0; color: #fff; }
	.footer-wb-background-wrapper .widget h4.widget-title { display: none; }
	
	.footer-wb { color: #fff; font-size: 1em; }
	.footer-wb h4.widget-title, .footer-wb h4 { color: #fff !important; font-size: 23px; text-transform: none !important; padding-bottom: 0px; margin-bottom: 10px; letter-spacing: 0px; }
	
.builder-module-footer-background-wrapper { background: #05AAC3; color: #fff; }
	.builder-module-footer-background-wrapper .builder-module-footer { padding: 1em 0em 0em !important; }
	.builder-module-footer { border-top: 0px none; }
	.builder-module-footer a { color: #fff; }
	
	.footer-wb .aw-widget-current { margin-top: -20px; }
	.footer-wb .button { color: #287A86 !important; }
	.footer-wb .weather-widget-link { margin-top: 15px; border: 1px solid #fff; padding: 20px; }
	.footer-wb .weather-widget-link a { display: inline-block; margin-top: 15px; color: #fff; padding-left: 30px; background: url(images/icon-weather.png) no-repeat 0px 0px; }
	.footer-wb .weather-widget-link a:hover { text-decoration: underline; }
	
	
	
	.footer-wb .epl-property-blog .epl-property-blog-entry-wrapper { background: transparent !important; box-shadow: 0px 0px 0px transparent !important; -moz-box-shadow: 0px 0px 0px transparent !important; -webkit-box-shadow: 0px 0px 0px transparent !important; }
	.footer-wb .epl-property-blog .epl-blog-image { border: 2px solid #fff; }
		.footer-wb .epl-property-blog .epl-excerpt-content, .footer-wb .epl-property-blog .property-feature-icons, .footer-wb .epl-property-blog .price { display: none !important; }
		.footer-wb .epl-property-blog .property-box-right { min-height: 130px !important; }
	
	
	
	.footer-wb .phone-shortcode i.fa, .footer-wb .email-shortcode i.fa, .footer-wb .skype-shortcode i.fa, .footer-wb .address-shortcode i.fa, .footer-wb .exclamation-shortcode i.fa { color: #fff !important; }
	
	#footer-social-media { position: relative; }
		#footer-social-media i.fa { color: #fff; font-size: 26px; margin-right: 26px; }
	
.footer-copyright { float: left; }
.footer-developed { float: right; }
	.footer-developed a { color: #fff; }
		.footer-developed a:hover { color: #fff; text-decoration: underline; }
/* End Footer styles */



/*Brochure Styles */
.epl-brochure-content .entry-content { background: #fff; padding: 10px; }
/*Brochure Styles */


button.epl-button:hover, button.epl-button:hover { padding: 6px 12px 6px 12px !important; line-height: 1.55857143em !important; }

ul.listing-info, ul.home-open-wrapper { text-transform: capitalize; }


/************************* [ END MY STYLES ] ****************************/











/************************* [ SHORTCODES STYLES ] ****************************/
.phone-shortcode, .email-shortcode, .skype-shortcode, .address-shortcode, .exclamation-shortcode { padding-bottom: 5px; font-size: 17px;  }
	.phone-shortcode i.fa, .email-shortcode i.fa, .skype-shortcode i.fa, .address-shortcode i.fa, .exclamation-shortcode i.fa { color: #666; margin-right: 12px; }
	
.hr-shortcode { border-bottom: 2px dashed #cecece; margin: 30px 0px 0px 0px !important; }
.hr2-shortcode { border-bottom: 2px dashed #cecece; margin-bottom: 10px; margin-top: 10px; }
/************************* [ END SHORTCODES STYLES ] ****************************/




