/*
Theme Name: Day and Hodgson
Theme URI: http://ithemes.com/
Description: This is a generated child theme for the Air theme. You should activate and modify this theme instead of Air. Doing so allows you to modify this child theme while allowing automatic upgrades for Air.
Author: iThemes
Author URI: http://ithemes.com/
Version: 5.2.3
License: GNU General Public License v2.0
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Tags: responsive, multiple layouts, clean, modern, typography
Text Domain: it-l10n-Builder-Air
Domain Path: /lang/
Template: Builder-Air
*/

/* @import must be at top of file, otherwise CSS will not work */
/*@import url("//hello.myfonts.net/count/31809a");*/


@font-face {
	font-family: 'FFMarkWebProHeavy';
	src: url('webfonts/31809A_0_0.eot');
	src: url('webfonts/31809A_0_0.eot?#iefix')
		format('embedded-opentype'), url('webfonts/31809A_0_0.woff2')
		format('woff2'),url('webfonts/31809A_0_0.woff')
		format('woff'),url('webfonts/31809A_0_0.ttf') format('truetype');
}
@font-face {
	font-family: 'FFMarkWebBold';
	src: url('webfonts/31809A_1_0.eot');
	src: url('webfonts/31809A_1_0.eot?#iefix')
		format('embedded-opentype'),url('webfonts/31809A_1_0.woff2')
		format('woff2'),url('webfonts/31809A_1_0.woff')
		format('woff'),url('webfonts/31809A_1_0.ttf') format('truetype');
}
@font-face {
	font-family: 'FFMarkWebLight';
	src: url('webfonts/31809A_2_0.eot');
	src: url('webfonts/31809A_2_0.eot?#iefix')
		format('embedded-opentype'),url('webfonts/31809A_2_0.woff2')
		format('woff2'),url('webfonts/31809A_2_0.woff')
		format('woff'),url('webfonts/31809A_2_0.ttf') format('truetype');
}

/*********************************************
	Default font settings and typography.
*********************************************/
html {
	font-size: 89%;
}
body {
	color: #676869;
	font-family: "acumin-pro",sans-serif;
	font-size: 1em;
	line-height: 1.625;
}
html,body{
	-webkit-overflow-scrolling : touch !important;
	overflow: auto !important;
	height: 100% !important;
}
input, select, textarea {
	font-family: 'Work Sans', 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: 1em;
	margin-bottom: 1em;
}
a img {
	margin: 0;
}

/*********************************************
	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%;
}

/*********************************************
	Main Background
*********************************************/
body {
	background: #f1f1f2;
}

/*********************************************
	Universal Link Styles
*********************************************/

a {
	color: #8dc63f;
	text-decoration: none;
	-webkit-transition: all .2s ease-in;
	-moz-transition: all .2s ease-in;
	-o-transition: all .2s ease-in;
	-ms-transition: all .2s ease-in;
	transition: all .2s ease-in;
}
a:hover {
	color: #48484a;
	text-decoration: none;
}
a:focus {
	color: #dcdcdc;
}
.featured {
	color: #8DC642;
}


/*********************************************
	Button Link Styles
*********************************************/
.btn,
.btn-alternate,
.btn-line,
.epl-author-icon,
.more-link,
.loop-utility a,
input[type="submit"],
input[type="button"],
.comment-reply-link {
	font-family: 'FFMarkWebBold';
	font-weight: normal;
	font-size: inherit;
	cursor: pointer;
	display: inline-block;
	background: #88C63F;
	color: #FFFFFF;
	padding: 0.4em 1em 0.4em;
	border-radius: 30px;
	border: 2px solid transparent;
	-webkit-font-smoothing: antialiased;
	-webkit-appearance: none;
	margin-bottom: 0;
	text-decoration: none;
	-webkit-transition: all .3s ease-in;
	-moz-transition: all .3s ease-in;
	-o-transition: all .3s ease-in;
	-ms-transition: all .3s ease-in;
	transition: all .3s ease-in;
}
.btn-alternate {
	background: #48484a;
}
.btn:hover,
.btn-alternate:hover,
.btn-line:hover,
.more-link:hover,
.loop-utility a:hover,
input[type="submit"]:hover,
input[type="button"]:hover,
.comment-reply-link:hover {
	/* background: #48484a; */
	color: #FFFFFF;
	text-decoration: none;
}
.btn-alternate:hover {
	background: #8dc63f;
}

.btn-line {
	background: transparent;
	border-color: #ffffff;
}
.btn-line:hover {

}
.btn:after,
.btn-line:after {
	position: relative;
	top: 0em;
	font-family: 'fontawesome';
	content: "\f061";
	display: inline-block;
	text-decoration: inherit;
	-webkit-transition: all .2s ease-in;
	-moz-transition: all .2s ease-in;
	-o-transition: all .2s ease-in;
	-ms-transition: all .2s ease-in;
	transition: all .2s ease-in;
	width:0;
	opacity:0;
}
.btn:hover:after, .btn-line:hover:after {
	display: inline-block;
	width:12px;
	opacity:1;
	margin-left: 5px;
}

/*********************************************
	Headings
*********************************************/
h1, h2, h3, h4, h5, h6 {
	font-family: 'FFMarkWebBold';
	font-weight: normal;
	line-height: 1.35;
	margin-top: 0;
	margin-bottom: 0.4em;
	letter-spacing: -1px;
}
h1 {
	font-size: 2em;
}
h2 {
	font-size: 1.6em;
}
h3 {
	font-size: 1.5em;
}
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;
	max-width: 1600px;
}
.builder-container {
	background: #ffffff;
}

/*********************************************
	Default Module Styling
*********************************************/
.builder-module {
	padding-top: 0.7em !important;
}
.builder-module-last {
	border-bottom: 0;
}
.builder-module-element {
	margin-bottom: 1.5em !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;
}
/* Contact Padding */
#builder-module-577383a05c567 {
	margin-bottom: 60px;
}

/*********************************************
	All Sidebars
*********************************************/
.builder-module-sidebar {
	display: block;
	margin: 0;
	padding: 0;
	width: 100%;
}
.builder-module-sidebar .widget-wrapper {
	width: 100%;
}
.builder-module-sidebar .widget-background-wrapper {
	margin-bottom: 2em;
}
.builder-module-sidebar .widget {
	margin: 0;
	padding: 0;
}
.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.6em;
	line-height: 1.3;
	margin: 0 0 0.4em 0;
	padding: 0;
}
.builder-module-sidebar h4.widget-title a {
	color: #8dc63f;
}
.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 && HTML Header
*********************************************/
.builder-module-header-background-wrapper,
.header-html-background-wrapper {
	background: #8dc63f;
	max-height:90px;
	overflow: hidden;
}
.builder-module-header,
.header-html {
	padding-top: 1.6em !important;
}
.site-title,
.site-title a,
.site-title a:hover,
.site-tagline,
.site-tagline a,
.site-tagline a:hover {
	height: auto;
	margin-bottom: 0;
	text-decoration: none;
	color: #fff;
}
.site-title {
	margin-top: 0;
	font-size: 2em;
	font-weight: bold;
	line-height: 1;
}
.site-tagline {
	margin-top: .1em;
}
.site-logo {
	background-image: none;
	width: 228px;
	height: 61px;
	float: left;
	margin: 0;
	padding: 0;
	display: block;
}
.site-logo-svg {
	overflow: visible;
	max-width: 200px;
}
.site-copy {
	color: #919191;
	font-size: 0.9em;
}
.site-phone-header-background-wrapper {
}
.site-phone-header-outer-wrapper {
	position: relative;
}
.site-phone-header {
	font-family: "FFMarkWebLight";
	font-size: 15.66px;
	position: absolute;
	right: 42px;
	top: 8px;
	width: auto;
}
.site-phone-header .site-phone {
	color: #fff;
}
.site-phone-header .site-phone-label {

}
.site-phone-header .site-phone-value {
	font-family: "FFMarkWebLight";
}
.epl-fsm-fullscreenmenu a[href^=tel],
.site-phone-header a[href^=tel],
.dnh-appraisal-desc a[href^=tel] {
	color: #ffffff;
	text-decoration: none;
}
.site-copy a[href^=tel] {
	color: #919191;
}
.site-footer-contact {

}
.site-footer-line {

}
.site-footer-contact .site-phone-wrapper {
	font-size: 1.8em;
	line-height: 1.6;
}
.site-footer-contact .site-phone-value {
	font-family: 'FFMarkWebLight';
	letter-spacing: -1px;
	font-size: 0.895em
}
.site-footer-contact .site-phone-label {
	font-size: 1.2em !important;
	color: #8dc63f;
	margin-right: 10px;
}
.site-footer-contact .site-email-label {
	font-size: 1.2em !important;
	font-family: 'FFMarkWebBold';
	color: #8dc63f;
	margin-right: 0.2em;
}
.site-footer-contact .site-email {
	color: #66686a;
}
.site-footer-contact .site-footer-social {
	background: red;
	display: inline-block;
	position: relative;
}

.site-contact-box .site-footer-social {
	padding-top: 1em;
}
.site-footer-icon .fa-inverse {
	background: #8dc63f;
	-webkit-transition: all .2s ease-in;
	-moz-transition: all .2s ease-in;
	-o-transition: all .2s ease-in;
	-ms-transition: all .2s ease-in;
	transition: all .2s ease-in;
}
.epl-fsm-fullscreenmenu .site-footer-icon .fa-inverse {
	background: transparent;
}
.epl-fsm-fullscreenmenu {

}

/*********************************************
	Navigation Module
*********************************************/
.builder-module-navigation-background-wrapper {
	background: #8dc63f;
}
.builder-module-navigation {
	display: block;
	line-height: 2;
	width: 100%;
	padding: 0 !important;
}
.builder-module-navigation .builder-module-element {
	margin: 0 !important;
}
.builder-module-navigation ul {
	display: block;
	float: right;
	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 {
	background: transparent;
	color: #ffffff;
	margin: 0 0 0 1em;
	text-decoration: none;
	border-radius: 2px;
	padding: 0.8em 1em 0.8em 0;
	-webkit-font-smoothing: antialiased;
	-webkit-transition: all .2s ease-in;
	-moz-transition: all .2s ease-in;
	-o-transition: all .2s ease-in;
	-ms-transition: all .2s ease-in;
	transition: all .2s ease-in;
	font-size: 1em;
}
.builder-module-navigation .current_page_item a,
.builder-module-navigation .current-cat a,
.builder-module-navigation .current-menu-item a {
	color: #ffffff;
}
.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: #222;
}
/* second level stuff */
.builder-module-navigation li ul {
	background: #222;
	border: .1em solid #EBEBEB;
	border-bottom: 0;
	width: 14em;
}
.builder-module-navigation li li {
	border-bottom: .1em solid #EBEBEB;
	width: 14em;
}
.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 {
	float: none;
	padding: .75em;
	line-height: 1;
	margin: 0;
	border-radius: 0;
	font-family: 'Work Sans', Helvetica, Arial, sans-serif;
	font-size: 1em;
}
.builder-module-navigation li li a:hover,
.builder-module-navigation li li a.sfhover {
	background: #3B3F42;
	color: #ECECEC;
}
.builder-module-navigation li ul ul {
	margin: -2.05em 0 0 14em;
}

/*********************************************
	Header Module
*********************************************/
.header-html .builder-module-navigation {
	float: right;
	max-width: 75%;
}
.header-html .builder-module-element {
	margin-bottom: 0 !important;
}
/*********************************************
	Widget Bar Module
*********************************************/

.builder-module-widget-bar .left .widget {
	margin-right: 1em;
}
.builder-module-widget-bar .middle .widget {
	margin-left: 1em;
	margin-right: 1em;
}
.builder-module-widget-bar .right .widget {
	margin-left: .5em;
}

/*********************************************
	Widget Bar (Action)
*********************************************/
.action-wb-background-wrapper {
	background: #48484a url(images/action-bg.png) top center repeat-y;
}

.action-wb {
	padding-top: 0 !important;
	color: #ffffff;
	font-size: 1.01em;
}
.action-wb .builder-module-sidebar .widget-background-wrapper {
	margin-bottom: 3.5em;
}
.action-wb .left .widget {
	padding-top: 5.5em;
	padding-bottom: 2.8em;
	padding-right: 2.8em;
	max-width: 450px;
}
.action-wb .middle .widget {
	margin-left: 2em;
	margin-right: 2em;
}
.action-wb .right .widget {
	padding-top: 5.5em;
	padding-bottom: 2.8em;
	padding-left: 2.8em;
	max-width: 450px;
}
.action-wb .btn, .action-wb .btn-line {
	border-color: #fff;
	margin-top: 1em !important;
}
.action-wb .btn-alternate:hover {
	background: #fff;
	color: #48484a;
}
.action-wb .builder-module-sidebar h4.widget-title {
	font-size: 1.65em;
}



/*********************************************
	Widget Bar (Zoom)
*********************************************/
.zoom-wb-background-wrapper {
	margin-bottom: 4em;
	overflow: hidden;
}
.zoom-wb {
	padding-top: 0 !important;
	position: relative;
}

.zoom-wb .builder-module-column-1-outer-wrapper {
	position: relative;
}
.zoom-wb .builder-module-column-2-outer-wrapper {
	position: relative;
	width: 52% !important;
}
.zoom-wb .builder-module-sidebar {

}
.zoom-wb .builder-module-sidebar .right{
	position: absolute;
	left:-130px;
	width: 100%;
}
.zoom-wb  .builder-module-sidebar .right .widget-background-wrapper{

}
.zoom-wb .right .widget {
	margin-top: 10%;
	padding: 2.7em;
	margin-left: 0;
}

@media screen and (max-width: 1060px) {
	.zoom-wb .right .widget {
		margin-top: 7%;
	}
}
@media screen and (max-width: 1000px) {
	.zoom-wb .right .widget {
		margin-top: 4.5%;
	}
	.zoom-wb .right .widget p {
		line-height: 1.6;
	}
}
@media screen and (max-width: 980px) {
	.zoom-wb .right .widget p {
		line-height: 1.5;
	}
}
@media screen and (max-width: 940px) {
	.zoom-wb .right .widget p {
		line-height: 1.45;
	}
}
@media screen and (max-width: 920px) {
	.zoom-wb .right .widget {
		margin-top: 0;
	}
	.zoom-wb .right .widget p {
		line-height: 1.45;
	}
}
@media screen and (max-width: 860px) {
	.zoom-wb .right .widget {
		padding: 1.5em;
		margin-left: 0;
	}
}

#it_widget_content-14-background-wrapper {
	margin-bottom: -7px;
}

#it_widget_content-14-background-wrapper .widget {
    margin-right: 0;
}

/*********************************************
	Widget Styles (Dark)
*********************************************/
.dark-widget-background-wrapper {
	background: #3f3f3f;
}

/*********************************************
	Widget Styles (Featured)
*********************************************/
.featured-widget-background-wrapper {
	background: #8dc63f;
	/* margin-right: 3px; */
}
#it_widget_content-7-background-wrapper {
	background: transparent;
}
.featured-widget {
	color: #fff;
}

/*********************************************
	Widget Styles (Image Zoom)
*********************************************/
.testimonial-name {
	pointer-events: none;
	cursor: default;
}

/*********************************************
	Widget Bar (Featured)
*********************************************/
.featured-wb-background-wrapper {

}
.featured-wb {

}

/*********************************************
	Widget Bar (Dark)
*********************************************/
.dark-wb-background-wrapper {
	background: #48484a;
	color: #ffffff;
	margin-top: 3em;
}
.dark-wb {
	font-size: 1.3em;
	line-height: 1.2;
}
.dark-wb .btn {
	font-size: 0.9em;
	line-height: 20px;
}
.dark-wb .btn:hover {
	border-color: #fff;
}
.dark-wb .btn-alternate {
	border-color: #fff;
	background: transparent;
	color: #fff;
}
.dark-wb .btn-alternate:hover {
	background: #8dc63f;
	color: #ffffff;
}
.dark-wb .builder-module-sidebar .widget-background-wrapper {
	margin-bottom: 0.7em;
}
.dark-wb .builder-module-sidebar h4.widget-title {

}

/*********************************************
	Widget Bar (Page Title)
*********************************************/
.page-title-wb-background-wrapper {
	background: #8dc63f;
}
.page-title-wb {
	color: #fff;
}
.page-title-wb .entry-title {
	color: #fff;
	font-family: 'FFMarkWebProHeavy';
	font-size: 2.5em;
}

/*********************************************
	Widget Bar (Footer)
*********************************************/
.footer-wb-background-wrapper {
	background: #f1f1f2;
}
.footer-wb {
	padding-top: 4em !important;
	margin-bottom: 4em;
	font-size: 0.95em;
}
.footer-wb .epl-fsm-fullscreenmenu,
.footer-wb a.animateddrawer {
	display: none !important;
}
.footer-wb .builder-module-sidebar .widget-background-wrapper {

}
.footer-wb h4.widget-title,
.footer-wb .builder-module-sidebar h4.widget-title {
	color: #8dc63f;
	/* margin-bottom: 0; */
	font-size: 1.15em;
}
.footer-wb .widget_nav_menu .menu-footer-social-container {

}
.footer-wb .widget_nav_menu .menu-footer-social-container li {
	display: inline-block;
}
.footer-wb .menu-footer-social-container .fa {
	margin-right: 0.4em;
	width: 33px;
	height: 33px;
	color: #ffffff;
	text-align: center;
	background-color: #8dc63f;
	font-size: 17px;
	line-height: 33px;
}
/*********************************************
	Footer Module
*********************************************/
.builder-module-footer-background-wrapper {
	background: #f1f1f2;
}
.builder-module-footer {

}

/*********************************************
	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)
*********************************************/
.full-window-html-background-wrapper {
	padding-right: 0 !important;
	padding-left: 0 !important;
}
.full-window-html-outer-wrapper,
.image-full-window-outer-wrapper {
	max-width: 100% !important;
}
.full-window-html,
.image-full-window {
	padding: 0 !important;
}
.full-window-html .builder-module-element,
.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 .builder-module-element {
	overflow: hidden;
}
.builder-module-content .hentry {
	margin-bottom: 4em;
	padding-bottom: 4em;
	border-bottom: 1px solid #EBEBEB;
}
.builder-module-content .entry-content>*:first-child {
	margin-top: 0;
}
.builder-module-content .entry-content > *:last-child {
	margin-bottom: 0;
}
.entry-title,
.entry-title * {
	margin: 0;
	padding: 0;
}
.hentry .thumbnail-wrap {
	display: none;
}
.hentry .date {
	display: none;
}
.entry-title {
	margin: 0.5em 0 1em;
}
.entry-title a {
	text-decoration: none;
}
.entry-title a:hover {
	text-decoration: none;
}
.entry-title-center {
    color: #8dc63f;
    font-size: 32px;
    margin: 0.7em 0 18px;
    text-align: center;
}
.hentry .entry-meta {
	display: block;
	float: left;
	color: #858C90;
	font-size: .8em;
	text-transform: uppercase;
}
.hentry .entry-meta a {
	font-weight: bold;
	text-decoration: none;
}
.hentry .entry-meta a:hover {

}
.hentry .entry-meta.alignleft {
	max-width: 60%;
}
.hentry .entry-meta.alignright {
	float: right;
}
.hentry .entry-footer {
	display: block;
	margin-top: 1.5em;
}
.hentry .entry-footer .entry-utility,
.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 {
	font-weight: bold;
}
.entry-content {
	clear: both;
}
.loop-title {
	margin-top: 1em;
	text-align: center;
	font-size: 2.5em;
	color: #8dc63f;
	font-family: 'FFMarkWebBold';
	font-weight: normal;
}

/*********************************************
	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;
}
.hentry .wp-caption img {
	background: transparent;
	border: none;
	padding: 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 */
	margin-bottom: 0.9em;
}

.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;
}

/*********************************************
	Previous/Next Page Navigation
*********************************************/
.loop-utility {
	clear: both; /* To clear any floats */
}

/*********************************************
	Page Specific Styling
*********************************************/
.page .builder-module-content .hentry {
	margin-bottom: 0;
	padding-bottom: 0;
	border-bottom: 0;
}

/*********************************************
	Single Post Specific Styling
*********************************************/
.single .builder-module-content .hentry {
	margin-bottom: 2em;
	padding-bottom: 0;
	border-bottom: 0;
}
/* navigation for posts that split into multiple pages */
.entry-pages a {
	display: inline-block;
	background: #EBEBEB;
	padding: 0 .35em;
}

/*********************************************
	Comment Styles
*********************************************/
#comments {
	margin-top: 1.5em;
}
.commentlist {
	margin: 0;
	padding: 0;
	list-style: none;
}
.commentlist li.comment,
.commentlist li.trackback,
.commentlist li.pingback {
	border: 1px solid #D6D6D6;
	border-radius: 2px;
	padding: 0 1.5em;
	margin-bottom: 1.5em;
}
.commentlist .avatar {
	margin: 0;
	float: left;
	margin-right: 1em;
}
.commentlist .fn {
	display: inline-block;
	margin-top: .3em;
}
.commentlist ul.children {
	margin: 0 0 1.5em 0;
}
.commentlist ul.children li:last-child {
	margin: 0;
}
.commentlist .comment-body {
	margin: 1.5em 0;
}
.comment-content {
	margin: 3em 0 2em 0;
}
.commentlist div.reply:after {
	visibility: hidden;
	display: block;
	font-size: 0;
	content: " ";
	clear: both;
	height: 0;
}
#respond {
	margin-top: 2em;
}
#respond h3 {
	margin: 0;
}
#respond label {
	display: block;
	margin-top: .25em;
}
#respond input[type="submit"] {
	line-height: inherit;
	margin: 1.5em 0 0 0;

}
#respond textarea {
	width: 100%;
	max-width: 100%;
}
#respond .comment-submit-wrapper {
	margin: 0;
}
.commentlist #respond {
	margin-bottom: 1.5em;
}
.comment-reply-link {
	padding: .25em 1em;
}
.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;
	-webkit-transition: all .2s ease-in;
	-moz-transition: all .2s ease-in;
	-o-transition: all .2s ease-in;
	-ms-transition: all .2s ease-in;
	transition: all .2s ease-in;
}
.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 {
	border-left: 5px solid #EBEBEB;
	padding: .25em 1.5em;
	font-size: 1.5em;
	line-height: 1.42;
	-webkit-font-smoothing: antialiased;
}
/* To prevent nested blockquotes from increasing in size */
blockquote blockquote {
	font-size: 100%;
}
blockquote p {
	margin-bottom: 1.5em;
}
strong {
	font-weight: bold;
}
em, dfn {
	font-style: italic;
}
dfn {
	font-weight: bold;
}
sup, sub {
	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 {
	color: #666666;
}
pre {
	margin-bottom: 1.5em;
	white-space: pre;
}
big {
	font-size: 1.2em;
	line-height: 1;
}
cite {
	font-style: normal;
}

/*********************************************
	Lists
*********************************************/
ul, ol {
	list-style-position: outside;
	margin-left: 1.3em;
	padding: 0;
}
ul.listing-info {
	margin-left: 0;
}
ul ul, ul ol, ol ul, ol ol {
	margin-left: .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 {
	margin-bottom: 1.5em;
}
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 fields
*********************************************/
.epl-search-form select.in-field,
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,
select {
	font-size: 1em;
	margin: 0;
	padding: 0.4em 0.7em;
	background: #FFFFFF;
	border: 2px solid #8dc63f;
	-webkit-appearance: none;
	border-radius: 0;
	line-height: inherit;
	color: #8dc63f;
	font-family: 'FFMarkWebBold' !important;
}
.epl-search-form select.in-field,
select {
	background: #ffffff url("images/select.png") no-repeat scroll right top;
	-webkit-appearance: none;
	-moz-appearance: none;
	border-radius: 0;
	border: 2px solid #8dc63f;
	line-height: 24px !important;
	/* background-size: 39px; */
}
.gfield_select {
	min-height: 38px;
}
.gfield_time_ampm select,
.ui-datepicker-title select {
	background-image: none;
}
.ui-datepicker-title select {
	background-image: none;
	border: none;
	background: transparent;
}

input[type=text], input[type=password], input.text, input.title, textarea, select {
	font-size: 1em;
	max-width: 99.5%;
	line-height: 1.3;
}
input[type=text], input[type=password], input.text, input.title, textarea {
	background-color: #FFFFFF;
	border: 1px solid #CECECE;
}
.site-landing-page input[type=text] {
	border-color: #ffffff;
}
input[type=text]:focus,
input[type=password]:focus,
input.text:focus,
input.title:focus,
textarea:focus {
	border-color: #666666;
}
textarea {
	width: 30em;
	height: 20em;
}
.search-text-box {
	margin-bottom: 0;
}
.search-submit-button {
	margin: 0;
}
input[type="submit"] {
	font-size: 1em;
	cursor: pointer;
}

.builder-module .epl-search-form .epl-search-label {
	display: block;
	font-size: 0.7em;
	margin-top: 3px !important;
}

/*********************************************
	Search Form Styling
*********************************************/
#searchform {
	position: relative;
}
#searchform input[type="text"] {
	width: 75%;
	max-width: 100%;
}
#searchform input[type="submit"] {
	position: absolute;
	top: 0;
	right: 0;
	width: 24.75%;
	max-width: 100%;
	margin: 0;
	padding: .25em 0;
	line-height: inherit;
}

/*********************************************
	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 .rsswidget {
	display: block;
	margin: 0;
	font-weight: bold;
	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: bold;
	display: inline-block;
	background: #CECECE;
	padding: .5em .75em;
	margin: 5px 0;
	text-decoration: none;
}
.widget_tag_cloud a:hover {
	background: #343434;
	color: #ECECEC;
}

.widget_epl_recent_property {
	background: #f1f1f2;
}
.widget_epl_recent_property .entry-content {
	padding: 0.5em 1.5em 2.5em !important;
}

.widget_epl_recent_property .property-widget-image .property-meta {
	border-bottom: none;
}
.widget_epl_recent_property .property-meta.suburb-name {
	font-size: 1.2em;
	color: #8dc63f ;
	font-weight: 700;
}
.widget_epl_recent_property .property-widget-image .property-meta.price {

}
#epl_tm_testimonial-2-background-wrapper {
    margin-bottom: 5.5em;
}
.widget_epl_tm_testimonial {
	text-align: center;
	font-size: 1.3em;
	font-family: 'FFMarkWebBold';
	letter-spacing: -1px;
	line-height: 1.4;
}
.widget_epl_tm_testimonial .epl-testimonial-widget {
	padding: 0 1.5em 1.8em;
	font-size: .995em;
	color: #8a8a8a;
}
.widget_epl_tm_testimonial .epl-testimonial-widget .entry-summary {
    margin: 0 auto;
    width: 810px;
}
.widget_epl_tm_testimonial .epl-more-link {
	display: none;
}
.widget_epl_tm_testimonial .slick-dots li.slick-active button::before {
    background: #3f3f3f none repeat scroll 0 0;
    color: #fff !important;
}
.widget_epl_tm_testimonial .slick-dots li button::before {
    border: 1px solid #3f3f3f;
    border-radius: 50%;
    color: #fff !important;
    content: "" !important;
    height: 12px !important;
    width: 12px !important;
}
.slick-dots {
    margin-left: 0;
    width: 100% !important;
}

/*********************************************
	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 (Alternate Module Style - hidden above 500px wide)
*********************************************/
.it-mobile-menu {
	display: none;
}

/*********************************************
	Featured Image
*********************************************/
.it-featured-image {
	margin-bottom: 1.5em;
	line-height: 0;
}
.it-featured-image img {
	width: inherit;
}

/*********************************************
	Miscellaneous
*********************************************/
.more-link {
	display: inline-block;
	float: none;
	margin: 0;
}
.edit-post-link a {
	display: inline-block;
	margin: 0;
	padding: .1em 1em;
	border-radius: 2px;
	background: #EBEBEB;
	font-weight: bold;
	-webkit-font-smoothing: antialiased;
	text-decoration: none;
	-webkit-transition: all .2s ease-in;
	-moz-transition: all .2s ease-in;
	-o-transition: all .2s ease-in;
	-ms-transition: all .2s ease-in;
	transition: all .2s ease-in;
}
.it-featured-image a {
	display: block;
}
.it-featured-image img {
	display: block;
}

/*********************************************
	Post Format Styling
*********************************************/

/* Quote */
.builder-module-content .format-quote .entry-content {
	padding: 2.3em;
	border-left: 5px solid #EBEBEB;
	font-size: 1.5em;
	line-height: 1.42;
	-webkit-font-smoothing: antialiased;
}
.builder-module-content .format-quote .entry-content > *:last-child {
	margin-bottom: 0;
}
.format-quote .edit-post-link a {
	margin-top: 1em;
}
/* Image */
.builder-module-content .format-image {
	border: 1px solid #EBEBEB;
	border-radius: 2px;
	padding: 1em;
}
.builder-module-content .format-image .entry-header {
	padding-bottom: 1em;
	border-bottom: 1px solid #EBEBEB;
}
.builder-module-content .format-image .entry-title {
	margin-bottom: 0;
}
.builder-module-content .format-image .it-featured-image {
	margin-bottom: 1em;
}
.format-image .edit-post-link a {
	margin-top: 1em;
}
/* Video */
.builder-module-content .format-video {
	border: 1px solid #EBEBEB;
	border-radius: 2px;
	padding: 1em;
}
.builder-module-content .format-video .entry-header {
	padding-bottom: 1em;
	border-bottom: 1px solid #EBEBEB;
}
.builder-module-content .format-video .entry-title {
	margin-bottom: 0;
}
.format-video .edit-post-link a {
	margin-top: 1em;
}

/* Status */
.builder-module-content .format-status .entry-header {
	margin-bottom: .25em;
}
.builder-module-content .format-status .entry-content {
	border: 1px solid #EBEBEB;
	padding: 3em;
	background: #3B3F42;
	color: #FFFFFF;
	-webkit-font-smoothing: antialiased;
	border-radius: 3px;
}
.format-status .edit-post-link a {
	margin-top: 1em;
}

/*********************************************
	Page Styling (home)
*********************************************/
.home h2 {
	color: rgb(141, 198, 63);
	font-family: FFMarkWebBold;
	font-size: 1.8em;
	font-weight: normal;
	margin: 1.1em 0 0.8em !important;
}
.page-template-home {

}
.page-template-home .post-9 {
	overflow: hidden;
}
.page-template-home .home-panel-box {
	width: 50%;
	float: left;
	clear: none !important;
	box-sizing: border-box;
	margin-bottom: 0;
}
.page-template-home .home-panel-box .it-featured-image {
	margin-bottom: 0;
}
.page-template-home .home-panel-box .entry-title {
    max-width: 385px;
    font-family: 'FFMarkWebProHeavy';
    font-size: 1.9em;
    margin-bottom: 20px;
    color: #fff;
    letter-spacing: 0.3px;
}
.page-template-home .home-panel-box.entry-content {
	background: #8dc63f;
	color: #fff;
	padding: 3.6em 4em 0 2.6em;
	font-size: 1.04em;
	min-height: 400px;
}
.page-template-home .btn {
	border-color: #fff;
	margin-bottom: 2.5em;
}
.page-template-home .btn:hover {

}
@-webkit-keyframes fadeIn {
  0% {
    display: none;
    opacity: 0;
  }
  1% {
    display: block;
    opacity: 0;
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  100% {
    opacity: 1;
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}
@keyframes fadeIn {
	0% {
		display: none;
		opacity: 0;
	}
	1% {
		display: block;
		opacity: 0;
		-webkit-transform: scale(1);
		transform: scale(1);
	}
	100% {
		opacity: 1;
		-webkit-transform: scale(1);
		transform: scale(1);
	}
}
@-webkit-keyframes fadeOut {
	0% {
		display: block;
		opacity: 1;
	}
	1% {
		display: none;
		opacity: 1;
		-webkit-transform: scale(1);
		transform: scale(1);
	}
	100% {
		opacity: 0;
		-webkit-transform: scale(0);
		transform: scale(0);
	}
}

@keyframes fadeOut {
	0% {
		display: block;
		opacity: 1;
	}
	1% {
		display: none;
		opacity: 1;
		-webkit-transform: scale(1);
		transform: scale(1);
	}
	100% {
		opacity: 0;
		-webkit-transform: scale(0);
		transform: scale(0);
	}
}
.epl_ui_tab_content_current {
	-webkit-animation: fadeIn 1s ease-in;
	animation: fadeIn 1s ease-in;
}
.epl_ui_tab_content{
	-webkit-animation: fadeIn 1s ease-out;
	animation: fadeIn 1s ease-out;
}

/*********************************************
	Page Styling About
*********************************************/
.page-id-7 .featured {
	padding-left: 4.5em;
	padding-right: 1.5em;
}
#builder-module-5771e92a077a1 {
	padding-top: 2.75em !important;
	margin-bottom: 4.4em;
}
/* About Page */
#post-7 {
	max-width: 420px;
}
#post-328 .entry-title {
	color: #8dc63f;
	font-size: 32px;
	margin-bottom: 0em;
}
#post-7 .entry-title {
	color: #8dc63f;
	font-size: 21px;
	margin-bottom: 0em;
}





/* About Us BG */

.day-about-image-text-container {
	position: relative;
	max-height: 495px;
	overflow: hidden;

}

/* Image */
.day-about-bg-image {
	position: relative;
	width: 1600px;
	height: 495px;
	margin: 0 auto;
	background: url(http://dev.realestateconnected.com.au/sites/dayandhodgson/wp-content/themes/Builder-Day-and-Hodgson/images/about-us-new.jpg);
	background-position: center;

}
@media screen and (max-width: 1200px) {
	.day-about-bg-image {
		width: 1200px;
		height: 495px;
		background: url(http://dev.realestateconnected.com.au/sites/dayandhodgson/wp-content/themes/Builder-Day-and-Hodgson/images/about-us-new.jpg);
		background-position: center;
	}
}

@media screen and (max-width: 1000px) {
	.day-about-bg-image {
		width: 1000px;
		height: 495px;
		background: url(http://dev.realestateconnected.com.au/sites/dayandhodgson/wp-content/themes/Builder-Day-and-Hodgson/images/about-us-new.jpg);
		background-position: center;
	}
}




.day-about-bg-image-outer-wrapper {

}
.day-about-bg-image {
	width: 50%;
	margin: 0 auto
}

.day-about-bg-image img {

	margin: 0;

}
.xxday-about-bg-image img {
	position: relative;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  text-align: center;
}


/* Text */
.day-about-image-text-background-wrapper {
	position: absolute;
	width: 100%;
	height: 200px;
	background: orange;
	bottom: 10px;
	opacity: 0.7;
}
.day-about-image-text-outer-wrapper {

	background: transparent;
	font-size: 1em;
	line-height: 1.25;
	display: block;
	color: #fff;
	text-shadow: 0 1px 1px #000;
	text-align: center;
	padding: 10px;
	margin-bottom: 16vw;

}

.day-about-image-text {

	width: 100%;
	max-width: 400px;
	margin: 0 auto;
	text-align: center;
	color: #ffffff;
	line-height: 1.2;

}
.day-about-image.entry-text.line-one {

	font-family: 'FFMarkWebProHeavy';
	font-size: 2.6em;
	margin-bottom: 0.5em;

}
.day-about-image.entry-text.line-two {

	font-family: 'FFMarkWebBold';
	font-size: 1.35em;
	color: #8dc63f;

}














/* Contact Page */
#builder-layout-5771e92a07727 { /* Body */

}
#builder-layout-5771e92a07727 .page .entry-title {
	margin-top: 0;
}

#builder-layout-577383a05c47f .entry-title.entry-contact-title {
	text-align: center;
	font-size: 2.7em;
	margin-top: 0.8em;
	margin-bottom: 1.8em;
}
#builder-module-577384846315a {
	margin-top: 2em;
}
#builder-module-577384846315a h4.widget-title {
	color: #8dc63f;
}
.gform_footer.top_label {
	margin: 0 auto;
	text-align: center;
}
/* Team Page */
#post-328 .entry-title{
	text-align: center;
	margin-top: 1.5em;
}
#dnh-team > h4 {
	font-size: 23px;
	color: #3f3f3f;
}
.epl-author-archive .epl-author-image {
	width: 35% !important;
}
.epl-author-archive .epl-author-details {
	width: 65% !important;
}
.builder-module .epl-author-archive .epl-author-image {
	padding-right: 3.4em;
}
.epl-author-archive .epl-author-image img {
	border-radius: 100%;
}
#dnh-team .epl-author-archive .epl-author-image {

}
#dnh-team .epl-author-archive .epl-author-image img {
	border-radius: 100%;
}
#dnh-team .epl-author-archive .epl-author-details {

}

.epl-author-box .bio-more {display: none;}


.epl-author-archive .epl-author-details .fa-envelope,
.epl-author-archive .epl-author-details .fa-facebook,
.epl-author-archive .epl-author-details .fa-linkedin {
	background: #8dc63f none repeat scroll 0 0;
	color: #ffffff;
	font-size: 1.1em;
	line-height: 1em;
	margin-right: 10px;
	max-height: 1em;
	padding: 6px;
	text-align: center;
	width: 1em;
	margin-bottom: 40px;
}
.epl-author-archive .epl-author-details .label-mobile {
	display: none;
}
.epl-author-archive .epl-author-contact-line {
	color: #8dc63f;
	font-family: 'FFMarkWebBold';
}
#dnh-team {
	margin-bottom: 80px;
}
#dnh-team h4:after {
	border-top: 1px solid #d8d8d8;
	content: "";
	display: block;
	margin: 1.2em auto 0;
	width: 12em;
}
.epl-author-archive::before {

}
.epl-author-archive {
    margin-top: 3em;
}
.epl-author-archive .epl-author-position {
    font-family: 'FFMarkWebBold';
    color: #3f3f3f;
    font-size: 17px;
}
#dnh-team .epl-author-contact .mobile::before {
    left: -20px;
    top: -14px;
}
#dnh-team .epl-author-contact .mobile {
   position: relative;
}
#dnh-team .epl-paginate-default-wrapper {
    display: none;
}
/* Site Contact */
#builder-module-577383a05c567 .entry-title {
	text-align: center;
	color: #8dc63f;
	margin: 0.5em 0;
}
.site-contact-background-wrapper {}
.site-contact-outer-wrapper {}


.site-contact {}

.site-contact a {
	color: inherit;
}
.site-contact-box {
	width: 50%;
	float: left;
	box-sizing: border-box;
	padding-bottom: 1em;
}
.site-contact-full {
	width: 100%;
}
.site-contact-left {
}
.site-contact-right {}

.site-contact-label {
}
.site-contact-entry-title {
	color: #8dc63f;
}
.site-contact .position {
	font-family: 'FFMarkWebBold';
}
.site-contact-label {
	font-family: 'FFMarkWebBold';
	color: #8dc63f;
	display: inline-block;
	min-width: 60px;
}

.site-contact-value {

}
.site-form-no-label {

}
.site-form-no-label label,
.site-form-no-radio-title .gfield_label  {
	display: none !important;
}
/* Site Contact Form*/
.site-contact-form_wrapper {

}
.site-contact-form {
	position: relative;
	margin: 0 auto;
	width: 85%;
}
.site-contact-form .gform_footer.top_label{
	margin: 0 auto;
	text-align: center;
}
.site-contact-form .gform_footer input {
	width: 60% !important;
}
.site-contact-left-half {
	width: 50%;
	float: left;
}
.site-contact-right-half {
	width: 50%;
	float: right;
	position:absolute;
	right: 0;
}
.site-contact-right-half textarea {
	min-height: 134px;
}
.site-contact-form #field_1_6 {
	padding: 0;
}
.site-contact-form input:not(#gform_submit_button_1), .site-contact-form textarea {
	padding: 0.5em 1em !important;
}
/* Landing Page Structure */
.site-landing-page {

}
.dnh-popup-form .loop {
	left: 50%;
	position: absolute;
	top: 50%;
	transform: translate(-50%, -50%);
}
.site-landing-page .entry-header {
	margin-bottom: 0;
	text-align: center;
}
.site-landing-page .entry-title {
	color: #ffffff;
	font-family: 'FFMarkWebBold';
	font-size: 1.85em;
	font-weight: normal;
	margin-bottom: 0;
}
.site-landing-page .gform_wrapper input,
.site-landing-page textarea {
	padding: 0.6em 1em !important;
}
.site-landing-page .gform_wrapper ul li.gfield {
	margin-top: -2px !important;
}
.site-landing-page .btn,
.site-landing-page input[type="submit"] {
	border-color: #fff;
	padding-right: 5em;
	padding-left: 5em;
	margin: 0 auto !important;
}
.site-landing-page input[type="submit"] {
	display: block !important;
	padding: 0.6em 3.8em !important;
}
.site-landing-thanks {
	font-size: 1.35em;
}
.site-landing-thanks h2 {
	font-size: 1.35em;
	font-family: 'FFMarkWebLight';
	margin-bottom: 1.2em!important;
	color: inherit;
}
.site-landing-thanks blockquote,
.site-landing-confirmation blockquote {
	padding: 0;
	margin-top: 2.5em;
	border-left: none;
	font-size: 0.75em;
}
.site-contract-form {
	color: #ffffff;
	font-family: "FFMarkWebBold";
	margin: 0 auto;
	max-width: 560px;
}
.site-contract-form .btn {
	background: transparent;
}
.site-landing-confirmation {
}

.site-landing-confirmation h3{
	font-family: 'FFMarkWebLight';
	margin-bottom: 0.8em;
}

.site-landing-confirmation-email {
	font-size: 1.4em;
	border: 1px solid #ffffff;
	padding: 0.25em 1em;
	max-width: 420px;
	margin: 0 auto 2.2em;
}

.site-landing-page-back-btn-background-wrapper {

}
.site-landing-page-back-btn-outer-wrapper {
	clear: both;
	display: block;
	margin: 0 auto;
	overflow: hidden;
	padding-left: 0;
	padding-right: 0;
	width: 100%;
}
.site-landing-page-back-btn {
	box-sizing: border-box;
	margin: 0 auto;
	max-width: 1060px;
	padding: 0 20px;
	position: relative;
}
.site-back-btn {
	cursor: pointer;
	float: right;
	height: 30px;
	margin-top: 35px;
	width: 30px;
}
.site-landing-page .validation_error {
	display: none;
}
.site-landing-page .gfield_error {
	background: rgba(0, 0, 0, 0) none repeat scroll 0 0 !important;
	border: medium none !important;
}
.site-landing-page .gform_button {
	background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
}

/*********************************************
	Selection
*********************************************/

::selection {
	color: #FFFFFF;
	background: #8dc63f; /* Safari */
}
::-moz-selection {
	color: #FFFFFF;
	background: #8dc63f; /* Firefox */
}
.single .builder-module-content .format-video,
.single .builder-module-content .format-image {
	border-bottom: 1px solid #EBEBEB;
	padding-bottom: 1em;
}

/*********************************************
	Easy Property Listings
*********************************************/
.epl-switch-view,
.epl-archive-utility-wrapper {
	display: none !important;
}
.item-suburb {
	color: #8dc63f;
}

/* SVG Icons */
.builder-module .property-feature-icons .icon {
	content: '';
	display: inline-block;
	padding: 0 0 0 30px;
	background: url('images/sprite-bed.svg') no-repeat;
	/* width: 30px; */
	height: 24px;
	font-family: 'FFMarkWebBold';
	font-size: 1.05em;
}
.builder-module .icon.beds {
	background: url('images/sprite-bed.svg') no-repeat;
}
.builder-module .icon.bath {
	background: url('images/sprite-bath.svg') no-repeat;
}
.builder-module .icon.parking {
	background: url('images/sprite-car.svg') no-repeat;
}
.builder-module .icon.air {
	display: none;
}
.builder-module .icon.pool {
	display: none;
}
.builder-module .icon.open {
}

/** Icons in slider container */
.epl-slider-content-box .property-feature-icons .icon {
	background: rgba(0, 0, 0, 0) url("images/sprite-bed-white.svg") no-repeat scroll 0 0;
	content: "";
	display: inline-block;
	font-family: "FFMarkWebBold";
	font-size: 1.05em;
	font-weight: 600;
	height: 23px !important;
	margin-right: 12px;
	padding: 0 0 0 30px !important;
	width: 4px;
	line-height:25px;
}
.epl-slider-content-box .icon.beds {
	background: url('images/sprite-bed-white.svg') no-repeat;
}
.epl-slider-content-box .icon.bath {
	background: url('images/sprite-bath-white.svg') no-repeat;
}
.epl-slider-content-box .icon.parking {
	background: url('images/sprite-car-white.svg') no-repeat;
}

/* Tabs */
.builder-module ul.epl_ui_tab_menu_wrapper {
	clear: both;
	display: block;
	margin: 0 auto;
	max-width: 700px;
	overflow: hidden;
	width: 100%;
}
.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_ui_tab_menu_wrapper li.epl_ui_tab_menu,
.builder-module ul.epl-author-tabs li,
.builder-module ul.property_search-tabs li,
.builder-module ul.map-tabs li {
	background: #f1f1f1;
	color: #a1a1a1;
	display: block;
	float: left;
	padding: 0.5em 0%;
	margin: 0;
	font-family: 'FFMarkWebBold';
	font-weight: normal;
	width: 33.3%;
	text-align: center;
	-webkit-transition: all .3s ease-in;
	-moz-transition: all .3s ease-in;
	-o-transition: all .3s ease-in;
	-ms-transition: all .3s ease-in;
	transition: all .3s ease-in;
}
.builder-module .epl_ui_tab_menu > a {
	color: #a1a1a1;
	font-size: 1.05em;
}
.builder-module .epl_ui_tab_menu_current > a {
	color: #fff;
}
.builder-module ul.epl_ui_tab_menu_wrapper li:hover,
.builder-module ul.epl-author-tabs li:hover,
.builder-module ul.property_search-tabs li:hover,
.builder-module ul.map-tabs li:hover {
	background: #dcdcdc;
}
.builder-module ul.epl_ui_tab_menu_wrapper li:first-child,
.builder-module ul.epl-author-tabs li:first-child,
.builder-module ul.property_search-tabs li:first-child,
.builder-module ul.map-tabs li:first-child {
	border-top-left-radius: 30px;
	border-bottom-left-radius: 30px;
}
.builder-module ul.epl_ui_tab_menu_wrapper li:last-child,
.builder-module ul.epl-author-tabs li:last-child,
.builder-module ul.property_search-tabs li:last-child,
.builder-module ul.map-tabs li:last-child {
	border-top-right-radius: 30px;
	border-bottom-right-radius: 30px;
}
.builder-module ul.epl_ui_tab_menu_wrapper li.epl_ui_tab_menu_current,
.builder-module ul.epl-author-tabs li.epl-author-current,
.builder-module ul.property_search-tabs li.epl-sb-current,
.builder-module li.tbhead.current {
	background: #8DC63E;
	color: #ffffff;
	border-bottom: none;
}
.builder-module .epl_ui_tab_content{
	background: transparent;
	margin-bottom: 0;
	padding: 0;
}
/* Floor Plan */
#dnh-single-floorplan {
	background: #ffffff none repeat scroll 0 0;
	margin: 0 auto;
	text-align: center;
}
#dnh-single-floorplan img {
	max-height: 494px;
	margin: 0;
}
/* Map */
#epl-default-map {
	height: 494px !important;
}

/* Featured Widget Shortcode */
.home #builder-module-577216a7b2193-outer-wrapper {
	/* Home Featured properties wrapper*/
	max-width: 1080px !important
}
.home .builder-module ul.epl_ui_tab_menu_wrapper li.epl_ui_tab_menu {
	display: block;
	float: left;
	margin: 0;
	padding: 5px 1px;
	text-align: center;
	width: 32%;
}
.epl-template-featured {
	margin-top: 1.5em;
}
.rec-featured-listing-widget-background-wrapper {
	margin: 0;
	margin-bottom: 1em !important;
	padding: 0;
	border: none;
	width: 33.3%;
	float: left;
	box-sizing: border-box;
}
.rec-featured-listing-widget {
	background: #f1f1f2;
	margin: 0.6em;
	padding-bottom: 0 !important;
	-webkit-transition: all .3s ease-in;
	-moz-transition: all .3s ease-in;
	-o-transition: all .3s ease-in;
	-ms-transition: all .3s ease-in;
	transition: all .3s ease-in;
}
.rec-featured-listing-widget:hover {
	box-shadow: 0 0 15px #d5d4d2;
	background: #ffffff;
}
.rec-featured-listing-widget .entry-content {
	padding: 10px 25px;
	min-height: 140px;
}
.rec-featured-listing-widget .entry-content .property-meta {
	border-bottom: none;
}
.home .featured-listings-tab-wrapper .epl-shortcode .loop-footer {
	display: none;
}
.rec-featured-listing-widget .property-address {

}
.rec-featured-listing-widget .property-address .suburb-name {
	font-family: 'FFMarkWebBold';
	color: #8dc63f;
	font-size: 1.4em;
	letter-spacing: -1px;
	margin-bottom: 0.2em
}
.rec-featured-listing-widget .property-address .street-name {
	padding-bottom: 1em;
	margin-bottom: 1em;
	border-bottom: 1px solid #a9abae;
}
.rec-featured-listing-widget .property-feature-icons {

}
.builder-module .epl-stickers-wrapper {
	top: auto;
	bottom: 0;
	width: 100%;
}

.epl-property-blog-day .epl-stickers-wrapper {
	display: none;
}

.builder-module .status-sticker {
	background: rgba(141,198,63,.75);
	padding: 0.3em 1em;
	color: rgba(255,255,255,1);
	font-family: 'FFMarkWebBold';
	float: right;
}
.builder-module .status-sticker.new,
.builder-module .status-sticker.open {
	display: none !important
}
.builder-module .status-sticker.sold {
	background: rgba(255,150,0,.75);
}
/* EPL Listing Archive Day */
.builder-module .epl-property-blog-day {
	background: transparent;
	margin: 0;
	padding: 0;
	overflow: hidden;
	position: relative;
}
.builder-module .epl-property-blog-day {
	/* max-height: 340px; */
	overflow: hidden;
}
.builder-module .epl-property-blog-day-outer-wrapper {
	background: #f1f1f1;
	margin: 1.5em 1em 0.5em;
	padding: 0;
	overflow: hidden;
	position: relative;
	max-height: 324px;
	-webkit-transition: all .2s ease-in;
	-moz-transition: all .2s ease-in;
	-o-transition: all .2s ease-in;
	-ms-transition: all .2s ease-in;
	transition: all .2s ease-in;
}
.builder-module .epl-property-blog-day .property-box-left {
	padding-right: 0;
}
.builder-module .epl-property-blog-day a {
	overflow: visible;
}
.builder-module .epl-property-blog-day-outer-wrapper:hover {
	background: #ffffff;
	box-shadow: 0 0 10px #d3d3d3;
}
.builder-module .epl-property-blog-day .property-box-right {
	padding: 30px;
	overflow: hidden;
	position: relative;
}
.builder-module .epl-property-blog-day .property-box-right > a {
	float: left;
	width: 100%;
	height: 100%;
	color: #606163;
}
.builder-module .epl-property-blog-day .property-box  .entry-title {
	font-size: 1.6em;
	margin: 0;
	color: #8DC63E;
	float: none;
}
.builder-module .epl-property-blog-day .property-address {
	margin-top: 0;
}
.builder-module .epl-property-blog-day .property-feature-icons {
	clear: none !important;
	margin: 0;
	position: absolute;
	right: 30px;
	top: 30px;
}
.builder-module .epl-property-blog-day .property-feature-icons .icon {
	position: relative;
	padding: 0;
	margin-left: 20px;
	height: 55px;
	width: 29px;
}
.builder-module .epl-property-blog-day .property-feature-icons .icon:first-child {
	margin-left: 0;
}
.builder-module .epl-property-blog-day .property-feature-icons .icon-value {
	position: absolute;
	bottom: 0;
	display: block;
	width: 100%;
	height: 20px;
	text-align: center;
}
.builder-module .epl-property-blog-day .property-address {
	font-size: 1.2em;
	margin-bottom: 1em !important;
	padding-bottom: 1em !important;
	border-bottom: 1px solid #222;
}
.builder-module .epl-property-blog-day .item-street {
	font-size: 15px;
}
.builder-module .epl-property-blog-day .property-address .entry-title-sub {
	display: none;
}
.builder-module .epl-property-blog-day .entry-content {
	font-family: 'FFMarkWebProHeavy';
	font-size: 1.2em;
	max-height: 1.5em;
	overflow: hidden;
}
.builder-module .epl-property-blog-day .price {
	margin: 1.3em 0 2em;
}
.builder-module .epl-property-blog-day .page-price {
	font-family: 'FFMarkWebProHeavy';
	color: #ffffff;
	margin: 1em 0;
	padding: 0.5em 1em;
	background: #8dc63f;
}
.builder-module .epl-property-blog-day .page-price-rent .page-price {
    padding: 0.5em 0.1em 0.5em 1em;
}
.builder-module .epl-property-blog-day .page-price.sold-status{
	background: orange;
	padding-right: 1em;
}
.builder-module .epl-property-blog-day .rent-period {
	font-family: 'FFMarkWebProHeavy';
	color: #ffffff;
	margin: 1em 0;
	padding: 0.5em 1em 0.5em 0em;
	background: #8dc63f;
}
.builder-module .epl-property-blog-day .epl-author-box-container,
.builder-module .epl-property-blog-day .epl-author-box.epl-author-image,
.builder-module .epl-property-blog-day .epl-author-box.epl-author-tab-content {
	box-sizing: border-box;
	float: left;
	width: 50%;
	min-width: auto;
	margin: 0;
	padding: 0;
}
.builder-module .epl-property-blog-day .epl-author-tabs {
	display: none;
}
.builder-module .epl-property-blog-day .epl-author-box-outer-wrapper {
	background: transparent;
	padding: 0;
	margin-bottom: 0;
}
.builder-module .epl-property-blog-day .epl-author-box .epl-author-title {
	margin-bottom: -9px;
font-size: 15px;
position: relative;
    top: -8px;
}
.builder-module .epl-property-blog-day .epl-author-box.epl-author-image {
	min-width: 50%;
	width: 50%;
}
.builder-module .epl-property-blog-day .epl-author-box.epl-author-details {
	min-width: 50%;
	width: 50%;

}
.builder-module .epl-property-blog-day .epl-author-box.epl-author-image img {
	width: 100px;
	border-radius: 100%;
}
.builder-module .epl-property-blog-day .epl-author-box.epl-author-tab-content {

}
.builder-module .epl-property-blog-day .epl-author-box .epl-author-contact-details {
	margin-top: 2em;
	width: 100%;
}
.builder-module .epl-property-blog-day .epl-author-box .epl-author-position,
.builder-module .epl-property-blog-day .epl-author-box .epl-author-slogan,
.builder-module .epl-property-blog-day .epl-author-box .epl-author-social-buttons {
	display: none;
}

/* Day Single Listing */
#builder-module-5783b70cf19fa-outer-wrapper {
	max-width: 1060px !important;
}
.builder-module .epl-property-single-day  {
	width: 100%;
	margin-top : 28px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.builder-module .epl-property-single-day .entry-header {
	margin-bottom: 0;
}
.builder-module .epl-property-single-day .entry-title {
	color: #8dc63f;
}
.builder-module .epl-property-single-day .entry-2-col {
	float: left;
	padding: 0;
	margin: 0;
	box-sizing: border-box;
}
.builder-module .epl-property-single-day .entry-2-col.content-col-background-wrapper,
.builder-module .epl-property-single-day .entry-2-col.left {
	float: left !important;
	width: 63.0%;
	margin-left: 0%;
	margin-right: -100%;
}
.builder-module .epl-property-single-day .entry-2-col.sidebar-col-background-wrapper,
.builder-module .epl-property-single-day .entry-2-col.right {
	float: left !important;
	width: 37%;
	margin-left: 63%;
	margin-right: -100%;
}
.epl-contact-agent {
	color: #8dc63f;
	padding-top: 20px;
	margin-bottom: 0.8em;
}
.builder-module .epl-property-single-day .entry-2-col.content-col-background-wrapper {
	border-right: 1px solid #bfbfbf;
	margin-bottom: 1.5em;
}
.builder-module .epl-property-single-day .entry-column-content {
	padding-right: 0;
}
.builder-module .epl-property-single-day .entry-column-sidebar-content {
	padding-left: 0;
}
.builder-module .epl-property-single-day .entry-2-col .content-col {
	margin-right: 2em;
}
.builder-module .epl-property-single-day .entry-2-col .sidebar-col,
.builder-module .epl-property-single-day .entry-2-col.right .property-feature-icons {
	margin-left: 1em;
	text-align: left;
}
.builder-module .epl-property-single-day .property-feature-icons .icon {
	margin-top: 10px;
	padding: 0 0 0 40px;
	width: 24px;
	height: 34px;
	margin-bottom: 1em;
}
.builder-module .epl-property-single-day .property-feature-icons .icon .icon-value {
	line-height: 35px;
}
.builder-module .epl-property-single-day .property-feature-icons .icon.air {
	display: none;
}
.builder-module .epl-property-single-day .property-meta.pricing {
	float: none;
	text-align: left;
	font-size: 1.3em;
}
.epl-property-single .property-meta.pricing .page-price.sold-status {
	color: #ff9600;
}
.builder-module .epl-property-single-day .entry-title {
	font-size: 2.1em;
}
.builder-module .epl-property-single-day .entry-title .entry-address-street {
	display: block;
	font-size: 0.6em;
	font-family: 'FFMarkWebLight';
	color: #606060;
	line-height: 1em;
	font-weight: normal;
}
.builder-module .epl-property-single-day .entry-title .entry-address-street .entry-title-sub {
	display: none;
}
.builder-module .epl-property-single-day .property-feature-icons {

}
.builder-module .epl-property-single-day .entry-content .entry-title {
	font-size: 1.34em;
	padding-top: 0.5em;
}

/* Inspection Times */
.builder-module .epl-property-single-day .epl-inspection-times-label {
	 font-size: 1.1em;
	margin: .5em .5em 0;
	 font-family: 'FFMarkWebBold';
	 color: #8dc63f;
}
.builder-module .epl-property-single-day .epl-inspection-times ul {
	margin: 0;

}
.builder-module .epl-property-single-day .epl-inspection-times ul li {
	margin: 0.1em 0;
	list-style: none;
}
.builder-module .epl-property-single-day .epl-inspection-times ul li a {
	background: #f1f1f1;
	color: #6b6b6b;
	padding: 0.5em 1em;
	display: block;
	font-size: 1.2em;
}
/*
.builder-module .epl-property-single-day .epl-inspection-times ul li a:hover {
	background: #8dc73f ;
	color: #ffffff;
}
.builder-module .epl-property-single-day .epl-inspection-times ul li a:before {
	font-family: "FontAwesome";
	content: "\f017";
	margin-right: 10px;
} */

/* Auction Times*/
.builder-module .epl-property-single-day .epl-auction-wrapper {
	background: #8dc73f ;
	color: #ffffff;
	padding: 0.5em 1em;
	display: block;
	font-size: 1.2em;
}
.epl-auction-times {
	margin: 0 !important;
	overflow: hidden;
	padding: 5px 0;
}
.dnh-auction-icon {
	float: left;
	margin-top: 10px;
	width: 17%;
}
.dnh-auction-icon .fa.fa-gavel {
	color: #ffffff;
	font-size: 24px;
}
.dnh-auction-txt {
	float: left;
	font-size: 0.8em !important;
	font-weight: bold !important;
	width: 83% !important;
}
.dnh-auction-txt > span {
	display: block;
	font-size: 1em;
	font-weight: normal;
	margin: 5px 0;
	text-align: left;
}
.home .epl-slider-current-slide .page-price-rent,
.home .epl-slider-current-slide .page-price-sale,
.home .epl-slider-current-slide .page-price.sold-status {
	display: block;
	font-size: 1em;
	font-weight: normal;
	margin: 5px 0;
	text-align: left;
}
.builder-module .epl-property-single-day .epl-social-share-container {
    margin-top: 1em;
}

/* Author Box */
.builder-module .epl-property-single-day .entry-full-col-background-wrapper {
	text-align: center;
	clear: both;
}
.builder-module .epl-property-single-day .dnh-epl-author-second-agent .epl-author-box-container {
	width: 50%;
	float: left;
	margin-top: 0;
}
.builder-module .epl-property-single-day .epl-author-box-flat .epl-author-box-outer-wrapper {
	background: transparent;
	padding: 0;
	max-width: 150px;
	margin: 0 auto;
	padding: 2em;
	background: #f1f1f1;
}
.builder-template-single-listing .facebook-icon-24,
.builder-template-single-listing .linkedin-icon-24 {
	display: none !important;
}
.builder-module .epl-property-single-day .entry-full-col-outer-wrapper {
	max-width: 450px;
	margin: 0 auto;
}


.builder-module .epl-property-single-day .entry-full-col {
	/* max-width: 530px; */
	margin: 0 auto;
}
.builder-module .epl-property-single-day .epl-author-box.epl-author-image {
	min-width: 100%;
	padding-right: 0;
	width: 100%;
}
.builder-module .epl-property-single-day .epl-author-box.epl-author-image img{
	width: 100%;
	border-radius: 100%;
}

.builder-module .epl-property-single-day .epl-author-box.epl-author-details {
	min-width: 100%;
	width: 100%;
	padding-right: 0;
}
.builder-module .epl-property-single-day .epl-author-position {
	display: none;
}
.builder-module .epl-author-icon  {
	display: inline-block;
	text-indent: 0;
	height:auto;
	width:auto;
	text-decoration: none;
	vertical-align:middle;
	margin-right: 0;
}
.builder-module .epl-author-icon:hover  {
	opacity: 1;
}
.builder-module .email-icon-24 {
	background-image: none;
	background: #88C63F;
	color: #fff;
}
/** slider content box */
.epl-slider-current-slide .epl-slider-content-box {
	background: rgba(141, 198, 63, 0.88) none repeat scroll 0 0;
	color: rgb(255, 255, 255);
	font-family: "FFMarkWebBold";
	min-height: 382px;
	margin: 0;
	max-width: 321px !important;
	padding: 26px 19px 10px;
	position: absolute;
	top: 50%;
	width: 283px;
	z-index: 9999;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
}

.epl-slider-current-slide .dnh-auction-title {

}
.epl-slider-current-slide .dnh-auction-date,
.epl-slider-current-slide .dnh-auction-site,
.epl-slider-current-slide .dnh-auction-time {
    display: none;
}

.slick-dots {
	bottom: 0;
	margin: 1em auto;
}
.slick-dots li button::before {
    /*font-size: 60px;*/
    color: #eee;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.slick-dots li.slick-active button::before {
    opacity: .75;
    color: #ddd;
}
.epl-slider-current-slide .epl-slider-content-box * {
	color: #fff!important;
	text-transform: none;

	width: 100%;
}
.epl-slider-current-slide .epl-slider-content-box .property-suburb > a {
	font-size: 20px;
	line-height: 1.528em;
	padding-left: 0;
}
.epl-slider-content-box .property-street-address {
	font-family: 'FFMarkWebLight' !important;
	font-size: 1.1em;
	font-weight: normal;
	margin-top: 0;
	padding-left: 0;
}
.epl-slider-content-box .dnh-auction-wrap li:not(:first-child) {
	/* margin: 2px 0; */
}
.epl-slider-current-slide h3.entry-title {
    font-size: 26px;
    font-weight: normal;
    line-height: 37px;
    margin-bottom: 27px;
    max-height: 2.268em;
    overflow: hidden;
    padding-left: 0;
    padding-top: 42px;
    padding-bottom: 10px;
}
.epl-slider-current-slide .property-feature-icons {
	margin: 17px 0;
}
.epl-slider-current-slide .icon {
	color: rgb(255, 255, 255) !important;
	font-family: 'FFMarkWebLight' !important;
	height: 17px !important;
	padding: 0 0 0 21px !important;
	width: 14px !important;
}
.epl-slider-current-slide  .icon-value {
	font-size: 11px;
	vertical-align: text-bottom;
}
.epl-slider-current-slide .price {
	font-size: 1em;
	margin-left: 0;
	margin-top: 12px;
}
.epl_slider_partial_slides .epl-slider-hidden-slides {
	opacity: 0.4!important;
}
.dnh-sep {
	border-bottom: 2px solid;
	display: block;
	margin: 24px 0 0;
	width: 32% !important;
}

/** appraisal form popup */
.dnh-popup-form {
	background: rgba(141, 198, 63,0.9) none repeat scroll 0 0 !important;
	height: 100%;
	width: 100%;
	overflow: auto;
	padding-top: 20px;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 1000;
	display: none;
}
body .dnh-popup-form .gform_wrapper input.datepicker.datepicker_with_icon {
	margin-right: 0 !important;
	display: -moz-inline-stack;
	display: block;
	float: left;
}
body .dnh-popup-form .gform_wrapper img.ui-datepicker-trigger {
	width: 34px !important;
	height: 37px !important;
	background: #ffffff;
	margin-top: 0;
}
.site-landing-page.site-landing-appraisal{
	color: rgb(255, 255, 255);
	font-family: 'ffmarkwebbold';
	margin: 0 auto;
	width: 560px;
}
.appraisal-form-popup_wrapper .gfield_radio {
	border: 2px solid;
	border-radius: 20px;
	overflow: hidden;
	text-align: center;
	width: 100% !important;
	margin: 2em 0;
}
.appraisal-form-popup_wrapper .gfield_radio li {
	float: left;
	margin: 0 !important;
	padding: 0 !important;
	width: 50%;
}
.appraisal-form-popup_wrapper input[type="radio"] {
	display: none !important;
}
.appraisal-form-popup_wrapper input[type="radio"] + label {
	cursor: pointer;
	display: block !important;
	line-height: 30px !important;
	margin: 0 !important;
	max-width: 100% !important;
	width: 100% !important;
}
.appraisal-form-popup_wrapper input[type="radio"]:checked + label {
	background: #ffffff;
	color: #8DC63F;
}
.site-landing-appraisal .gform_wrapper .gfield_checkbox li label, .gform_wrapper .gfield_radio li label {
	font-family: 'FFMarkWebLight';
	font-size: 16px !important;
	font-weight: 700;
	padding: 5px !important;
}
.site-landing-appraisal .gform_wrapper {
	margin: 31px 0 0 10px;
	max-width: 100%;
	overflow: inherit;
}
.site-landing-appraisal .gform_wrapper ul.gform_fields li.gfield:first-child {
	margin-bottom: 35px;
}
.site-landing-appraisal .gform_wrapper ul li.gfield {
	line-height: 1.7em;
	margin-top: -2px !important;
	padding-left: 2px;
	padding-right: 10px !important;
}
.site-landing-appraisal .ginput_container_date .datepicker{
	width: 93.5%!important;
}
.dnh-appraisal-desc {
	margin: 0 0 30px;
}
.dnh-appraisal-desc p {
	margin-top: 20px;
}
.site-form-no-radio-title {
	margin-bottom: 30px;
}
.dnh-time-fields select {
	padding: 0.5em 1em !important;
}
.site-landing-appraisal input::-webkit-input-placeholder { /* Chrome/Opera/Safari */
	color: #66686a;
	font-size: 15px;
	opacity: 1;
}
.site-landing-appraisal input::-moz-placeholder { /* Firefox 19+ */
	color: #66686a;
	font-size: 15px;
	opacity: 1;
}
.site-landing-appraisal input:-ms-input-placeholder { /* IE 10+ */
	color: #66686a;
	font-size: 15px;
	opacity: 1;
}
.site-landing-appraisal input:-moz-placeholder { /* Firefox 18- */
	color: #66686a;
	font-size: 15px;
	opacity: 1;
}
/* Datepicker */
.site-landing-appraisal input.datepicker::-webkit-input-placeholder { /* Chrome/Opera/Safari */
	color: #8dc63f;
}
.site-landing-appraisal input.datepicker::-moz-placeholder { /* Firefox 19+ */
	color: #8dc63f;
}
.site-landing-appraisal input.datepicker:-ms-input-placeholder { /* IE 10+ */
	color: #8dc63f;
}
.site-landing-appraisal input.datepicker:-moz-placeholder { /* Firefox 18- */
	color: #8dc63f;
}

.site-landing-appraisal .gform_wrapper input{
	padding-left: 19px !important;
}
.site-landing-appraisal .gform_wrapper input[type="submit"] {
	padding-left: 3.8em !important;
}
/** contact us page - google map */
#dnh-contact-map{
	width: 1600px;
	height: 320px;
	max-width: 100%;
}
/** remove option to full width slider */
.epl-slider-fullwidth{
	display: none!important;
}
/** tabs on single pages */
.dnh-single-tabs {
	margin-bottom: 45px !important;
	position: relative;
}
.dnh-single-tabs > ul {
	bottom: -41px;
	box-sizing: border-box;
	position: absolute;
	width: 100%;
}
.dnh-single-tabs .epl-tab-section {
	margin-top: 0!important;
}
.dnh-single-tabs > ul li {
	border: medium none !important;
	box-sizing: border-box;
	float: left;
	text-align: center;
	width: 33.33%;
	margin: 0 !important;
	font-family: 'FFMarkWebBold';
}
.dnh-single-tabs > ul li a {
	color: #666666;
	display: block;
}
.dnh-single-tabs .epl_ui_tab_menu.epl_ui_tab_menu_current {
	background: #c7c7c7 none repeat scroll 0 0 !important;
}
.dnh-single-tabs .epl_ui_tab_content {
	margin-bottom: 0;
	padding: 0;
}

/** after full screen menu items */
.dnh-after-nav {
	margin-bottom: 50px;
	margin-top: 100px;
	overflow: hidden;
}
.dnh-after-nav > div {
	margin: 20px 0;
}
.dnh-menu-social {
	font-size: 2.5em;
}
.dnh-menu-social .site-footer-icon {
	border: 1px solid #ffffff;
	padding: 0px;
}
.dnh-after-nav 	.site-logo-svg {
	margin: 0 auto;
}
svg#Layer_1{
    max-width:100%;
}
.dnh-menu-phone {
	color: #ffffff;
	font-family: "FFMarkWebLight";
	font-size: 2.8em;
}
.site-footer-social .fa-stack {
    display: inline-block;
    /*height: 1.5em;
    line-height: 1.5em;
    width: 1.5em;*/
    position: relative;
    vertical-align: middle;
    margin-right: 5px;

}
.site-footer-social .fa-stack-2x {
    font-size: 1.5em !important;
}
.dnh-menu-social .fa-square:before {
	color: transparent;
}
#field_3_5, #field_3_6, #field_3_8, #field_3_9, #field_3_10 {
	margin-top: 1.5em !important;
}
#field_3_9 label, #field_3_10 label {
	visibility: hidden;
}
#field_3_8 .gfield_description, #field_3_9 .gfield_description, #field_3_10 .gfield_description {
	display: none;
}
.epl-author-title a,
.epl-author-image a {
	pointer-events: none;
	cursor: default;
}

/** Auction */
.dnh-auction-wrap ul {
	font-family: "acumin-pro",sans-serif;
	list-style-type: none;
	margin: 7px;
}
.epl-slider-content-box .dnh-auction-wrap ul {
	margin: 7px 0;
}
.dnh-auction-wrap li {
font-family: FFMarkWebBold;
	font-size: 14px !important;
	font-weight: lighter;
	margin: 8px 0;
	line-height: 0.9;
}
.dnh-auction-title {
	color: rgb(136, 198, 63);
	font-size: 17px !important;
	font-family: 'FFMarkWebBold';
}
.dnh-auction-date {

}
.dnh-auction-time {
	font-family: "acumin-pro";
	font-weight: 100;
}
#dnh-contract-button {
	background: rgb(255, 255, 255) none repeat scroll 0 0;
	border: 2px solid;
	color: rgb(103, 104, 105);
	display: block;
	margin-left: 5px;
	padding: 0.4em 1em !important;
	text-align: center;
}
.epl-inspection-times {
	margin: 0em 0!important;
	overflow: hidden;
	padding: 5px 0;
}
.dnh-inspection-icon {
	float: left;
	margin-top: 10px;
	width: 17%;
}
.dnh-inspection-icon .fa.fa-clock-o {
	color: rgb(170, 170, 170);
	font-size: 24px;
}
.dnh-inspection-txt {
	float: left;
	font-size: 0.8em;
	font-weight: bold;
	width: 83%;
}
.dnh-inspection-txt > span {
	display: block;
	font-size: 1em;
	font-weight: normal;
	margin: 5px 0;
	text-align: left;
}
.header-html-outer-wrapper {
	box-sizing: border-box;
	max-width: 1061px !important;
	padding: 0 !important;
}
.epl-author-archive  .epl-author-title {
	font-size: 21px;
}
.epl-author-box .epl-author-title{
	margin-top: 5px!important;
}
.epl-author-contact {
	position: relative;
	margin-top: 1em;
}
.epl-author-contact .mobile::before {
	color: rgb(141, 199, 63);
	content: "\f10b";
	font-family: fontawesome;
	font-size: 26px;
	left: 0;
	position: absolute;
	top: -8px;
}
.epl-property-single-day .epl-author-contact .mobile::before {
	left: 25px;
}
.epl-property-blog-day .epl-author-contact .mobile::before {
	display: none;
}
.epl-author-contact .mobile {
	font-size: 14px;
	margin-left: 19px;
}
.epl-property-blog-day .epl-author-contact .mobile {
	margin: 0;
}
.dnh-noscroll {
	overflow: hidden;
}
.dnh-mobile-only.epl-slider-current-slide {
	display: none;
	position: relative;
}
.dnh-noscroll .ui-datepicker-title select {
	margin-top: 2.5%;
	padding: 0;
	height: 20px;
}
.page-id-328 .epl-author-box.epl-author-details .epl-author-social-buttons a:nth-child(3) {
	display: none;
}






/* Day Responsive Design */
@media screen and (max-width: 1024px) {

	.page-template-home .home-panel-box.entry-content {
		min-height: 369px;
	}

	.builder-module .epl-template-blog .epl-property-blog-day {
		clear: unset !important;
		float: left;
		max-height: none;
		width: 50%;
	}
	.builder-module .epl-template-blog .epl-property-blog-day-outer-wrapper {
		max-height: none;
	}
	.epl-template-blog .epl-property-blog-day .property-box {
		width: 100% !important;
	}
	.epl-template-blog .epl-property-blog-day .epl-author-box-container,
	.epl-template-blog .epl-property-blog-day .entry-content,
	.epl-template-blog .epl-property-blog-day .price {
		display: none;
	}

	.builder-module .epl-property-blog-day .property-feature-icons {
		clear: none !important;
		float: left;
		left: 0;
		margin: 0;
		top: 0;
		position: relative;
	}
	.builder-module .epl-property-blog-day .property-feature-icons .icon {
		overflow: visible;
	}
	.builder-module .epl-property-blog-day .property-feature-icons .icon-value {
		left: 25px;
		top: 5px;
	}
	.entry-summary {
		max-width: 100%;
	}
	.site-landing-page-back-btn {
		padding: 0 40px;
	}
}
@media screen and (max-width: 800px) {

	.page-template-home .home-panel-box.entry-content {
		background: #8dc63f;
		color: #fff;
		padding: 3.6em 4em 0 2.6em;
		font-size: 1.04em;
		/* min-height: 300px !important; */
	}
	.zoom-wb-outer-wrapper {
		float: left !important;
		width: 60%;
		margin-left: 0%;
		margin-right: -100%;
	}
	.zoom-wb .left {
		position: relative;
		width: 100% !important;
		margin-left: 0 !important;
		margin-right: 0 !important;
	}
	.zoom-wb .right {
		position: relative;
		width: 100% !important;
		margin-left: 0 !important;
		margin-right: 0 !important;
	}

	#it_widget_content-14 img {
		width: 100%;
	}
	.page-id-7 .featured {
		margin-left: 0 !important;
		padding-left: 0;
    	padding-right: 1em;
	}
	.zoom-wb .builder-module-sidebar .right{
		position: relative;
		left: 0;
	}
	.zoom-wb .builder-module-column-2-outer-wrapper {
		max-width: 100%;
		margin-top: 0;
	}
	.zoom-wb .builder-module-sidebar .widget-background-wrapper {
		margin-bottom: 0;
	}
	.zoom-wb .right .widget {
		margin-top: 0;
		padding: 2.7em !important;
		margin-left: 0;
	}
	.zoom-wb .builder-module-column-2-outer-wrapper {
		position: relative;
		margin-top: 0;
	}
	.builder-module .epl-property-blog-day .property-feature-icons .icon {
		margin-left: 23px;
	}
	.builder-module .epl-property-blog-day .epl-author-box {
		display: none;
	}
	.site-footer-contact .site-email {
		font-size: 0.8em;
	}
	#post-33 .epl-shortcode {
		margin-left: 0.5em;
	}
	.site-footer-contact .site-phone-value {
		font-size: 0.8em
	}
}

/** Tablet responsive design */
@media screen and (max-width: 700px) {
	.builder-module .epl-property-blog-day .property-feature-icons {
		float: left;
		margin: 0;
		position: relative;
		right: 0;
		top: 0;
	}
	.builder-module .epl-property-blog-day .entry-content,
	.builder-module .epl-property-blog-day .price,
	.builder-module .epl-property-blog-day .epl-author-box {
		display: none;
	}
	.builder-module-header,
	.header-html {
		padding-top: 1em !important;
	}
	.header-html-outer-wrapper {
		padding: 0 !important;
	}
	.site-logo {
		height: 48px;
	}
	/* Map */
	#epl-default-map {
		height: 267px !important;
	}

	body .slick-frame .frame img {
		max-width: 500px !important;
	}
}

@media screen and (max-width: 640px) {
	.site-contact-form {
		position: relative;
	}
	.site-contact-box {
		width: 100%;
	}
	.site-contact-left-half,
	.site-contact-right-half {
		width: 100%;
		float: none;
		position:relative;
	}
	.page-template-home .home-panel-box.entry-content {
		min-height: 0;
	}
	.page-template-home .home-panel-box {
		width: 100%;
	}
	.home-text-hider {
		display: none;
	}

	.builder-module .epl-property-blog-day .property-feature-icons .icon {
		margin-left: 30px;
	}
	.dnh-popup-form .loop {
		left: 0;
		position: unset;
		top: 0;
		transform: none;
		padding: 30px 0;
	}
	body .gform_wrapper li.field_sublabel_below .ginput_complex {
		margin-top: 8px!important;
	}
	.site-landing-page {
		width: 88%;
	}
	.gform_wrapper .top_label li.gfield.gf_left_third:not(.gfield_time_hour):not(.gfield_time_minute):not(.gfield_time_ampm),
	.gform_wrapper .top_label li.gfield.gf_middle_third:not(.gfield_time_hour):not(.gfield_time_minute):not(.gfield_time_ampm) {
		width: 33.3%;
		display: inline-block;
	}
	.gform_wrapper .top_label li.gfield.gf_right_third:not(.gfield_time_hour):not(.gfield_time_minute):not(.gfield_time_ampm) {
		width: 33.4%;
		display: inline-block;
	}
	.site-landing-appraisal .ginput_container_date .datepicker {
		width: 84% !important;
	}

	body .dnh-popup-form .gform_wrapper img.ui-datepicker-trigger {
		width: 41px !important;
		height: 47px !important;
		background: #ffffff;
		margin-top: 0;
	}
}
@media screen and (max-width: 600px) {
	body .builder-module-background-wrapper {
		padding-left: 1.75em;
		padding-right: 1.75em;
	}
	.builder-module .epl-property-single-day .entry-2-col .sidebar-col,
	.builder-module .epl-property-single-day .entry-2-col.right .property-feature-icons {
		margin-left: 0;
	}
	.builder-module .epl-property-single-day .entry-2-col .content-col {
		margin-right: 0;
	}
	.builder-module .epl-property-single-day .entry-2-col.content-col-background-wrapper {
		border-right: transparent;
	}
	.builder-module .epl-property-single-day .entry-2-col.content-col-background-wrapper,
	.builder-module .epl-property-single-day .entry-2-col.left,
	.builder-module .epl-property-single-day .entry-2-col.sidebar-col-background-wrapper,
	.builder-module .epl-property-single-day .entry-2-col.right {
		float: none !important;
		width: 100%;
		margin-left: 0%;
	}
	.site-landing-page.site-landing-appraisal {
		width: 100%;
	}
	.site-landing-page .entry-header, .site-landing-page .entry-content {
		padding: 0 6%;
	}
	.epl-template-blog .epl-clearfix.epl-listing-post {
		max-height: none;
		width: 100% !important;
	}
	.epl-template-blog .epl-property-blog .property-box-right{
		min-height: unset;
	}
	.dnh-sep {
		display: none;
	}
	.epl-slider-current-slide h3.entry-title {
		display: none;
	}
	.epl-slider-current-slide .epl-slider-content-box {
		bottom: 0;
		max-width: none!important;
		transform: none;
		width: 100%;
		padding: 5px 0 0;
		min-height: auto;
		top: unset;
	}
	.epl-slider-current-slide .property-feature-icons {
		float: right;
		margin: 15px 0 0 0;
		position: absolute;
		right: 0;
		top: 0;
		width: auto;
	}
	.epl-slider-current-slide .property-feature-icons .icon-value {
		left: -19px;
		overflow: visible;
		position: relative;
		top: 25px;
	}
	.epl-slider-content-box .property-feature-icons .icon {
		overflow : visible;
	}
	.epl-slider-current-slide .price {
		background: rgba(141, 198, 63, 0.88) none repeat scroll 0 0;
		font-size: 1em;
		padding: 0 5px;
		position: absolute;
		right: 0;
		text-align: right;
		top: -43px;
		width: auto;
	}
	.dnh-auction-date, .dnh-auction-time, .dnh-auction-site {
		/*display: none;*/
	}
	.widget_epl_tm_testimonial .slick-dots{
		bottom: -10px;
	}
	.epl-author-archive .epl-author-image, .epl-author-archive .epl-author-details {
		width: 100% !important;
	}
	.epl-slick-item.epl-slider-current-slide .price {
		top: -55px;
		padding: 20px;
	}
	.epl-slick-item.epl-slider-current-slide .property-box > *:not(.price) {
		display: none;
	}
	.epl-slick-item.epl-slider-current-slide .epl-listing-post {
		height: 0;
		margin: 0!important;
		padding: 0;
	}
	.epl-slick-item.epl-slider-current-slide .epl-slider-content-box{
		padding: 0;
	}
	.dnh-mobile-only.epl-slider-current-slide {
		display: block;
		z-index: 3;
	}
	.dnh-mobile-only.epl-slider-current-slide .price{
		display: none;
	}
	.dnh-mobile-only.epl-slider-current-slide .epl-slider-content-box {
		position: relative;
	}
	.dnh-mobile-only.epl-slider-current-slide .epl-slider-content-box .property-box {
		padding: 0 1em 10px;
	}
	.epl-slider-current-slide .price {
		margin-top: 29px;
	}
	body .slick-frame .frame img {
		max-width: 490px !important;
	}
	.epl-slider-content-box .property-feature-icons .icon {
		margin-right: 0;
	}
	#post-33 .epl-shortcode {
		margin-left: 0;
	}

	.site-landing-appraisal .gform_wrapper {
		margin: 0 0 0 10px;
	}
	.epl-property-blog {
	    max-width: unset !important;
	    margin: 0 0 1.5em 0 !important;
	}
}

@media screen and (max-width: 560px) {
	.epl-property-single-day .entry-2-col.content-col {
		width: 100%;
	}
	.epl-property-single-day .entry-2-col.sidebar-col {
		width: 100%;
	}
	.action-wb-background-wrapper {
		background: transparent;
		padding-left: 0 !important;
		padding-right: 0 !important;
	}
	.site-phone-header .site-phone {
		display: none;
	}
	.zoom-wb .right .widget {
		padding: 1.7em !important;
	}
	.widget_epl_tm_testimonial .epl-testimonial-widget {
		padding: 0;
	}
	.action-wb .left .widget,
	.action-wb .right .widget {
		background: #8dc63f;
		margin-right: 0;
		max-width: 100%;
		padding: 3em 1.75em;
	}
	.action-wb .right .widget {
		padding-bottom: 3em !important;
		background: #3f3f3f;
	}
	.action-wb .builder-module-sidebar .widget-background-wrapper {
		margin-bottom: 0;
	}
	.widget_epl_tm_testimonial .slick-dots{
		bottom: -30px;
	}
    /** slider content box */
	.epl-slider-current-slide .epl-slider-content-box {
		background: #8dc63f ;
	}
	#builder-module-577216a7b2193-background-wrapper {
		padding-left: 0.3em !important;
		padding-right: 0 !important;
	}




}

@media screen and (max-width: 500px) {
	.builder-module .epl-property-blog-day {
		max-height: none;
	}
	.builder-module .epl-property-blog-day .property-box-left {
		padding: 0;
	}
	.builder-module .epl-property-blog-day .property-box-right  {
		padding: 0.4em 1em;
	}
	.builder-module .epl-property-single-day .epl-author-box-flat {
		background: #f1f1f1;
	}
	.builder-module .epl-property-single-day .dnh-epl-author-second-agent .epl-author-box-container {
		width: 100%;
		background: #f1f1f1;
	}
	.sidebar-col .btn {
		display: block;
		text-align: center
	}
	.builder-module-element {
		margin-bottom: 0 !important;
	}
	.builder-module-background-wrapper {
		padding-left: 0.75em !important;
		padding-right: 0.75em !important;
	}
	.builder-module .epl_ui_tab_menu > a {
		font-size: 0.85em;
	}
	.builder-module ul.epl_ui_tab_menu_wrapper li.epl_ui_tab_menu {
		padding: 0;
	}
	.builder-module ul.epl_ui_tab_menu_wrapper {
		margin: 0 auto;
		width: 98%;
	}
	.home h2 {
		font-size: 1.5em;
		margin: 1em 0 0.5em !important;
	}
	.slick-initialized .slick-slide {
		/*width: 280px !important;*/
		font-size: 0.85em;
	}
	.page-template-home .home-panel-box .entry-title {
		font-size: 1.5em;
	}
	.page-template-home .home-panel-box.entry-content {
		padding: 1.5em;
		font-size: 0.9em;
		text-align: center;
	}
	.page-template-home .btn {
		margin-bottom: 0;
	}
	#it_widget_content-9 .widget-content span {
		display: none;
	}
	.dark-wb-background-wrapper {
		margin-top: 2em;
	}
	.rec-featured-listing-widget-background-wrapper {
		margin-bottom: 0.5em !important;
	}
	.dnh-after-nav {
		display: none;
	}
	div.epl-fsm-fullscreenmenu ul.nav-menu {
		font-size: 3em !important;
	}
	.entry-title-center {
		margin: 0.5em 0;
		font-size: 1.5em;
	}
	.builder-module .epl-property-blog-day {
		margin-left: 0;
		margin-right: 0;
	}
	.builder-module-sidebar-outer-wrapper {
		width: 100% !important;
	}
	.builder-module-element-outer-wrapper {
		clear: both !important;
		margin: 0 !important;
		width: 100% !important;
	}
	.right .builder-module-element {
		margin-left: 0!important;
	}
	.action-wb .right .widget {
		margin-left: 0!important;
	}
	.builder-module-column-2-outer-wrapper {
		margin-left: 0!important;
		margin-right: 0!important;
	}
	.builder-module-column-1-outer-wrapper {
		margin-left: 0!important;
		margin-right: 0!important;
	}
	.builder-module-column-2-outer-wrapper {
		clear: both;
		margin-left: 0!important;
		margin-right: 0!important;
	}
	.rec-featured-listing-widget .teaser-left-thumb.wp-post-image {
		width: 100%;
	}
	.builder-module-column-2-outer-wrapper {
		clear: both;
		margin-left: 0 !important;
		margin-right: 0 !important;
	}
	.builder-module-widget-bar .left .widget {
		margin-right: 0;
	}
	.zoom-wb .right .widget {
		margin-top : 0;
	}
	.action-wb-background-wrapper {
		padding-left: 0 !important;
		padding-right: 0 !important;
	}
	body .slick-frame .frame img {
		max-width: 340px !important;
	}
	.epl-slider-content-box .property-street-address {
		font-size: 14px;
	}
	.epl-template-featured .slick-track {
		zoom: 90% !important;
		-ms-zoom: 0.9 !important;
		-webkit-zoom: 0.9 !important;
		-moz-transform:  scale(0.9,0.9) !important;
		-moz-transform-origin: left center;
	}
	.epl-template-featured .slick-track .icon-value {
		display: inline-block;
		margin-top: 3px;
	}
	.builder-module .epl-author-box.epl-author-image {
		padding-right: 0;
	}
}
.property-box .entry-title {
    line-height: 1.3!important;
    letter-spacing: 0;
}
/** Slider css **/
.epl-slider-content-box .epl-property-blog .property-box {
	width: 100%;
}
.slick-dotted.slick-slider{
	margin-bottom: 0px!important;
}
.epl-slider-content-box .property-feature-icons .icon:last-child {
    margin-right: unset;
}

.epl-slick-item.epl-slider-current-slide .property-feature-icons {
    margin: 17px 0;
    display: inline-block;
    width: auto;
    padding-bottom: 10px;
}

.epl-slick-item.epl-slider-current-slide .property-feature-icons:after {
	display: block;
	content: '';
	width: 70px;
	margin-top: 12px;
	height: 2px;
	background: #ffffff;

}
#builder-module-5e8a9df295acb-outer-wrapper {
	max-width: 1060px;
}
body .gform_wrapper ul.gform_fields li.gfield {
	padding-right: 0;
}