/*
Theme Name: Harringtons
Theme URI: http://m2media.com.au
Author: Cassie Selin, M2Media
Author URI: http://m2media.com.au
Description:
Version: 1.0
*/
@import url(css/fonts.css);

@import url(https://fonts.googleapis.com/css?family=Lato:400,700,900,400italic);

.priceView {clear: both}
/*univeral (mobile first) styles -----------------------------------------*/
body {
	font-family: 'Lato', sans-serif;
	letter-spacing: .1em;
}

html {
	font-weight: 300;
}

img {
	max-width:100%;
	height:auto;
}

strong {
	font-weight:bold;
}
#content p, #content ul, #content ol {
	color: #3d3e40;
	font-size: 13px;
	line-height: 2.1;
}


#content {

}

.maincontent {
	margin: 50px auto;
}

.home #content .container {
	max-width: 800px;
}
a {
   color: #ff0000;
 }
a:hover {
	text-decoration: underline;
}
h1,h2, h3,h4,h5 {
	letter-spacing: .1em;
	font-weight:normal;
}
h1:before,h2:before,h4:before,h5:before,.homemenu ul li a:before {
	content: "[";
	display:inline-block;
	padding-right: .4em;
}

h1:after,h2:after,h4:after,h5:after,.homemenu ul li a:after {
	content: "]";
	display:inline-block;
	padding-left: .4em;
}

h2 {font-size: 2.5rem
}
h3{font-size: 2rem; margin: 1.4rem 0 1.8rem
}
h4 {
}
h5 {
	margin: 0px;
	margin-bottom: 50px;
}

.row {
	margin-bottom:0px;
}
footer.page-footer {
	padding: 50px 0px;
	font-size: 16px;
	margin-top: 0px;
/*		background-image: url(img/footer-bg.png);
		background-position:bottom right;
		background-repeat:no-repeat;
		background-size:cover;*/

}

#content .homecontent {
	padding: 80px 0px; 
}
#content .homecontent p {
	color: #fff;
	margin: 20px 0px;
	line-height: 2.1;
}
footer label {
	color:#fff;
}

footer.page-footer a {
	
}

footer.page-footer a:hover {
	
}

footer.page-footer p {
	font-size: 13px;
}

footer.page-footer h5.widgettitle {
    margin: 0.82rem 0 2.656rem 0;
}

header nav img {
}

nav ul a{
	color: #000; padding: 0 5px
}
nav #nav-desktop ul li {
    display: inline-block;
    float: none;
}
nav .logo {
	position:static;
    width: 125px;
    display: inline-block;
    margin-top: -40px;
}

.headerbar {
	height: 102px;
	background-image:url(img/header-img.png);
}
.topnav {
	margin-bottom: 40px;
}

.home .bottomnav {
	border-bottom: 1px solid #fff;
}
nav ul li:hover, nav ul li.active {
	background-color: rgba(255,0,0,0);
}


	nav ul li a:hover, nav ul li a.active, nav ul li.current_page_item a, nav ul li.current_menu_item a {
		color: rgba(255,0,0,1);
		text-decoration: none;
	}


	footer .widget{
	}

	footer .widgettitle {
	}

nav, nav .nav-wrapper i, nav a.button-collapse, nav a.button-collapse i {
    color: #000;
}
	.custum-list-style ul li, footer ul li {
		list-style-type: none;
		background-image: url(img/dotpoint.png);
		background-position: left top;
		background-repeat: no-repeat;
		padding-left: 28px;
		background-size: 17px auto;
		margin: 12px 0px;
		font-size: 13px;
	}

	#content #slider li, #sidebar ul li, #content .maincontant .gform_body ul li {
		background-image:none;
		padding:0px;
		margin:0px;
	}


	#sidebar .gfield_label {
		display:none;
	}


footer .row {
		margin-bottom: 0px;
	}

.splitrow {
	margin:0px;
	padding:0px;
}
.splitrow .col .inner{
    max-width: 650px;
    padding: 73px;
    box-sizing: border-box;
}
select {
	display:block;
}
.splitrow .col:first-child {
	text-align:right;
	background-color: #eee;
	background-image: url(img/testimonial-bg.jpg);
	background-position: right center;
	background-size: auto 100%;
	background-repeat: no-repeat;
	    font-weight: lighter;

}
.splitrow .col:first-child .inner{
	float:right;
}
#content .splitrow .col .inner p {
	font-size: 23px;
	color: #fff;
	text-align:center;
}
.pagination {
	    padding: 10px 0px;
    overflow: hidden;
}

.pagination  ul li {
    padding: 0px 10px !important;
    background-image: none !important;
}

.pagination li.active {
    background-color: #000;
}




/*home menu */
.homemenu ul li {
	float:left;
	background-image:none !important;
	padding:0;
	padding-left:0px;
display: inline-block;
	text-align:center;
	margin: 25px 0px;
	width:100%;
}

.homemenu ul li a {
    font-size: 23px;
    color: #fff;
    width: 100%;
    max-width: 210px;
    background-color: #111;
    text-transform: uppercase;
    border-radius: 10px;
    padding: 36px;
    display: inline-block;
    background-image: url(img/damask.png);
    background-size: cover;

}
.homemenu ul li a:hover {
	text-decoration:none;
	background-color: #ff0000;
	background-image: none;
}
/*blog styles */

.blogpost {
	border-bottom: 1px solid #f2f2f2;
	padding-bottom: 1em;
	margin-bottom: 2em;
}

.blogpost .thumbnail {
	min-height: 200px;
	background-size:cover;
	background-position:center center;
	background-color: #f2f2f2;
}

.meta {
	font-size: 12px;
}
.meta ul {
	display: inline;
}
.meta ul li {
	background-image: none !important;
	display: inline; 
	padding:0px !important;
}

img.alignright, .alignleft {float:right; margin:0 0 1em 3em}
img.alignleft, .alignleft {float:left; margin:0 3em 1em 0}
img.aligncenter {display: block; margin-left: auto; margin-right: auto}
a img.alignright {float:right; margin:0 0 1em 3em}
a img.alignleft {float:left; margin:0 3em 1em 0}
a img.aligncenter {display: block; margin-left: auto; margin-right: auto}


.custombtn {
	background-color: #a6d05e;
	font-size: 22px;
	display:inline-block;
	padding: 10px 50px;
	color: #fff;
	transition: all .5s;
}

.custombtn:hover{ 
	background-color: #3d3e40;
}

/*homefeature  */ 
.homefeature {
	width:100%;
	min-height: 480px;
	background-size:cover;
	background-position: center center;
}

.btn {
	background-color: #ff0000;
	margin-top: 1em;
}

.btn:hover {
	background-color: #bb0000;
	text-decoration:none;
}

.row-wrap h1:before,.row-wrap h2:before, .row-wrap h3:before, .row-wrap h4:before,.row-wrap h5:before{
    content: "";
    padding-right: 0;
}

.row-wrap h1:after, .row-wrap h2:after, .row-wrap h3:after, .row-wrap h4:after, .row-wrap h5:after{
    content: "";
    padding-left: 0;
}
.row-wrap {
    width: 100%;
    clear: both;
	border: 1px solid #ccc;
    float: left;
	margin: 20px 0;   
}
.col-right h3,.prc-wrp h3 {
        margin-bottom: 0px;
    margin-top: 0;
}
.row-wrap> h3 {
    background: #ccc;
    margin: 0 0 10px;    padding: 5px;
}
.inner-wrap { padding: 15px;float: left;}
.col-left {
	float: left;
	width: 28%;
}

.prc-wrp {
 width: 100%;
 margin:10px 0 15px 0;
}
.property-button {
    background: #ff0000;
    border: none;
    padding: 0px 10px 0px 10px;
    margin-left: 9px;
    float: left;
    margin-bottom: 10px;
}
.property-button a{
color: #FFF;
line-height: 32px;
}
.property-title{
clear:both;
}
.price{
clear:both;
}
.content-wrap h3 {
    margin: 0 0 10px 0;
}
.content-wrap {
    clear: both;
}
.info-table {
    width: 35%;
	float: left;
}
.col-right {
	float: right;
	width: 70%;
}
.col-left h5 {
	clear:both;
	margin: 15px 0;
	text-align: center;
}
.property-description td {
	float:left;
	padding-left: 6px;
}
.agent-info {
	float: left;
	margin-top: 10px;
	display: inline-block;	
	width: 73%;
}
.Service-provided {
	width: 50%;
	display: inline-block;
}
.property-map {
	clear: both;
	width: 100%;
	float: left;
}
.property-map-heading {
	margin: 15px 0;
}
.left-wrp {
	width: 50%;
	float: left;
}
.img-wrp img {
    max-height: 190px;
    text-align: center;
    display: block;
    margin: 0 auto;
}
.right-wrp {
	float: right;
	width: 47%;
}
.prc-wrp table td{
	padding:5px 5px;
}
#property-slider .flex-direction-nav a{
top:50% !important;
}
.property-slider-wrapper {
border: 1px solid #ccc;
padding: 10px 10px;
}
.applynow-button {
background: #000;
line-height: 32px;
padding: 0 15px;
margin-left: 10px;
display: inline-block;
}
.applynow-button a {
color: #fff;
}
.property-search-form input.search-field {
line-height: 3em;   
font-size: 1.125em;
border: 2px solid rgba(0,0,0,.1);
border-radius: 4px;
-webkit-border-radius:4px; 
-moz-border-radius:4px; 
height: 100%;
letter-spacing: 0;
width:90%;
padding-left: 1em;
border-right: none;
-webkit-appearance: none;
box-shadow: none!important;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;  
float: left;
border-top-right-radius: 0;
-webkit-border-top-right-radius: 0;
-moz-border-top-right-radius: 0;
border-bottom-right-radius: 0;
-webkit-bottom-right-radius: 0;
-moz-bottom-right-radius: 0;
}
.property-search-form input[type=search]:focus:not([readonly]){
border-bottom:2px solid rgba(0,0,0,.1) !important;
box-shadow: none !important;
}
.property-search-form input.search-submit {
outline: 0;
right: 0;
top: 0;
width: 5.5em;
font-size: 1.125em;
background: #e4002b;
border: none;
color: #fff;
border-top-right-radius: 4px;
-webkit-border-top-right-radius:4px;
-moz-border-top-right-radius: 4px;
border-bottom-right-radius: 4px;
-webkit-bottom-right-radius:4px;
-moz-bottom-right-radius:4px;
height: 100%;
line-height:3em;
padding:2px 0;
}
.surround-filter-container select {
float: left;
display: inline-block;
width:20%;
margin-right:4px;   
font-size: 14px;
border: 2px solid rgba(0,0,0,.1);
}
.surround-filter-container [type="checkbox"]:not(:checked), [type="checkbox"]:checked {
position: relative;
left: 0;
visibility: visible;
margin-left: 4px;
margin-top:4px;
}
.surround-filter-container .multiselect {
display: inline-block;
width: 18.3%;
float:left;
margin-right:3px;
position: relative;
}
.surround-filter-container .selectBox {
position: relative;
}
.surround-filter-container .selectBox select {
width: 100%;      
}
.surround-filter-container .selectBox option {
display: none;
}
.surround-filter-container #checkboxes {
display: none;
border: 1px #dadada solid;
width:100%;
margin-top: 43px;
background: #fff;
position: absolute;
padding-top: 5px;
}
.surround-filter-container #checkboxes label {
display: block;
}
.surround-filter-container #checkboxes label:hover {
background-color:#C9D0D6;
}
.surround-filter-container {
margin: 15px 0;
}
.surround-filter-container select:focus {
    outline: none;
	
}
.formSuburbSurroundings input#includeSurrounding {
    display: none;
}
.property-pagination.pagination {
    clear: both;
}
.paginate-page-links {
    float: right;
}
.paginate-page-links .page-numbers{
    border: 2px solid #C1BDBD;
    padding: 3px 5px;
    background: #D8D5D5;
    font-weight: bold;
}
.paginate-page-links .page-numbers.current {
    background: #000;
    color: #fff;
}
.property-pagination .total-number-pages {
    font-weight:bold;
}
.property-agent-image {
    float: left;
    display: inline-block;
    width: 20%;
	margin:15px 15px 0 0;  
}
/*
.property-agent-image .prop-img-left img {
      border: 2px solid red;
}
*/
.agent-info-container {
width:100%;
}
.surround-filter-container select:last-child {
    margin-right: 0;
}
.agent-info strong {
    margin-right: 5px;
}
.agent-info-title {
    font-weight: bold;
    font-size: 18px;
}
.property-address-title {
	font-weight: bold;
    font-size: 20px;
    margin-bottom: 15px;
}
.weekly-price {
   margin-bottom: 5px;
	font-weight: bold;
}
.date-available { margin-bottom: 10px;
	font-weight: bold;}
@media (max-width:1342px) {
.property-search-form input.search-field {
width:80%;
}
}
@media (max-width:1024px) {
.surround-filter-container select{
margin-top: 10px;
}
.surround-filter-container .multiselect {
    width: 27%;
}
}
@media (max-width:768px) {
	.col-right,.col-left,.left-wrp,.right-wrp{
		width:100%
	}
	.surround-filter-container .multiselect {width:24%;}
	.surround-filter-container select{width: 18%;}
}
@media (max-width:603px) {
	.surround-filter-container .multiselect {width:30%;}
	.surround-filter-container select {width: 21%;margin-top: 10px;}
}
@media (max-width:498px) {
	.property-search-form input.search-field{width:70%;font-size: 0.9em;}
	.property-search-form input.search-submit{font-size:0.9em;}
	.surround-filter-container .multiselect {width: 40%;}
	.surround-filter-container select { width: 30%;    margin-top: 10px;}
}
@media (max-width:460px) {
	.property-search-form input.search-field{width:70%;font-size: 0.9em;}
	.property-search-form input.search-submit{font-size:0.9em;}
	.surround-filter-container .multiselect {width:100%;}
	.surround-filter-container select { width: 100%; margin-top: 10px;}
}


/*tablet only styles -----------------------------------*/ 
@media (min-width:601px) and (max-width:992px) {


}

/*tablet and up styles -----------------------------------*/ 
@media (min-width:781px) {


		nav ul a {
		padding: 0 10px;
	}


	.homemenu ul li {
	width:33%;
	}
	.maincontent .col:first-child {
	/*		 padding: 10px 82px 10px 11px;;
	*/}
}
/*desktop and up styles ----------------------------------*/
@media (min-width:993px) {
#content .splitrow .col .inner p {
font-size: 32px;
}
.menu .sub-menu {
	display:none;
	background-color: #fff;
	position:absolute;
	box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12); 
	padding-top: 7px;
	width:400px;
	z-index: 999;
	right:0;
}

.menu .sub-menu li {
	float:none; 
}
.menu .sub-menu li a {
	line-height:2.7;
	font-size:17px;
	padding:0px 15px;
}
.menu li:hover .sub-menu {
	display:block;
}

}



		/* extra large desktop --------------------------------------*/
		@media (min-width:1560px) {
		

	nav ul a {
		padding: 0 25px;
	}

		}

		@media (min-width:1760px) {
		

	nav ul a {
		padding: 0 30px;
	}

		}


