/*

	Theme Name: AgentPress Pro Theme

	Theme URI: http://my.studiopress.com/themes/agentpress/

	Description: A mobile responsive and HTML5 theme built for the Genesis Framework.

	Author: StudioPress

	Author URI: http://www.studiopress.com/

	

	Version: 3.1



	Tags: develop, blue, brown, gold, gray, green, red, white, one-column, two-columns, three-columns, responsive-layout, custom-menu, full-width-template, sticky-post, theme-options, threaded-comments, translation-ready, premise-landing-page



	Template: genesis

	Template Version: 2.1



	License: GPL-2.0+

	License URI: http://www.opensource.org/licenses/gpl-license.php

*/





/* Table of Contents



	- HTML5 Reset

		- Baseline Normalize

		- Box Sizing

		- Float Clearing

	- Defaults

		- Typographical Elements

		- Headings

		- Icons

		- Objects

		- Gallery

		- Forms

		- Tables

	- Structure and Layout

		- Site Containers

		- Column Widths and Positions

		- Column Classes

	- Common Classes

		- Avatar

		- Genesis

		- Search Form

		- Titles

		- WordPress

	- Widgets

		- Featured Content

	- Plugins

		- AgentPress Listings

		- Genesis eNews Extended

		- Jetpack

	- Site Header

		- Title Area

		- Widget Area

	- Site Navigation

		- Header Navigation

		- Primary Navigation

		- Secondary Navigation

		- Responsive Menu

	- Content Area

		- Home Page

		- Entries

		- Entry Meta

		- Pagination

		- Comments

        - Special additions - CTAs, etc

	- Sidebars

	- Footer Widgets

	- Site Footer

	- Theme Colors - removed these options

	- Media Queries

		- Retina Display

		- Max-width: 1280px

		- Max-width: 1139px

		- Max-width: 1023px

		- Max-width: 768px



*/





/*

HTML5 Reset

---------------------------------------------------------------------------------------------------- */



/* Baseline Normalize

	normalize.css v2.1.3 | MIT License | git.io/normalize

--------------------------------------------- */

@import url('https://fonts.googleapis.com/css?family=Hind+Madurai:300,400,500,600,700');
@import url('https://fonts.googleapis.com/css?family=Roboto:100,300,400,500,700,900');
@import url('https://fonts.googleapis.com/css?family=Lato:100,300,400,700,900');
@import url('https://fonts.googleapis.com/css?family=Open+Sans:300,400,600,700,800');
@import url('https://fonts.googleapis.com/css?family=Montserrat:100,200,300,400,500,600,700,800,900');
@import url('https://fonts.googleapis.com/css?family=Poppins:300,400,500,600,700');



article,aside,details,figcaption,figure,footer,header,hgroup,main,nav,section,summary{display:block}audio,canvas,video{display:inline-block}audio:not([controls]){display:none;height:0}[hidden],template{display:none}html{font-family:sans-serif;-ms-text-size-adjust:100%;-webkit-text-size-adjust:100%}body{margin:0}a{background:transparent}a:focus{outline:thin dotted}a:active,a:hover{outline:0}h1{font-size:2em;margin:.67em 0}abbr[title]{border-bottom:1px dotted}b,strong{font-weight:700}dfn{font-style:italic}hr{-moz-box-sizing:content-box;box-sizing:content-box;height:0}mark{background:#ff0;color:#000}code,kbd,pre,samp{font-family:monospace,serif;font-size:1em}pre{white-space:pre-wrap}q{quotes:"\201C" "\201D" "\2018" "\2019"}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}sup{top:-.5em}sub{bottom:-.25em}img{border:0}svg:not(:root){overflow:hidden}figure{margin:0}fieldset{border:1px solid silver;margin:0 2px;padding:.35em .625em .75em}legend{border:0;padding:0}button,input,select,textarea{font-family:inherit;font-size:100%;margin:0}button,input{line-height:normal}button,select{text-transform:none}button,html input[type=button],input[type=reset],input[type=submit]{-webkit-appearance:button;cursor:pointer}button[disabled],html input[disabled]{cursor:default}input[type=checkbox],input[type=radio]{box-sizing:border-box;padding:0}input[type=search]{-webkit-appearance:textfield;-moz-box-sizing:content-box;-webkit-box-sizing:content-box;box-sizing:content-box}input[type=search]::-webkit-search-cancel-button,input[type=search]::-webkit-search-decoration{-webkit-appearance:none}button::-moz-focus-inner,input::-moz-focus-inner{border:0;padding:0}textarea{overflow:auto;vertical-align:top}table{border-collapse:collapse;border-spacing:0}


/*\/\/\/\/\/\/\/\/\/\ OWL CAROUSEL STYLING /\/\/\/\/\/\/\/\/\/*/

/* 
 * 	Core Owl Carousel CSS File
 *	v1.3.3
 */

/* clearfix */
.owl-carousel .owl-wrapper:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}
/* display none until init */
.owl-carousel{
	display: none;
	position: relative;
	width: 100%;
	-ms-touch-action: pan-y;
}
.owl-carousel .owl-wrapper{
	display: none;
	position: relative;
	-webkit-transform: translate3d(0px, 0px, 0px);
}
.owl-carousel .owl-wrapper-outer{
	overflow: hidden;
	position: relative;
	width: 100%;
}
.owl-carousel .owl-wrapper-outer.autoHeight{
	-webkit-transition: height 500ms ease-in-out;
	-moz-transition: height 500ms ease-in-out;
	-ms-transition: height 500ms ease-in-out;
	-o-transition: height 500ms ease-in-out;
	transition: height 500ms ease-in-out;
}
	
.owl-carousel .owl-item{
	float: left;
}
.owl-controls .owl-page,
.owl-controls .owl-buttons div{
	cursor: pointer;
}
.owl-controls {
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

/* mouse grab icon */
.grabbing { 
    cursor:url(grabbing.png) 8 8, move;
}

/* fix */
.owl-carousel  .owl-wrapper,
.owl-carousel  .owl-item{
	-webkit-backface-visibility: hidden;
	-moz-backface-visibility:    hidden;
	-ms-backface-visibility:     hidden;
  -webkit-transform: translate3d(0,0,0);
  -moz-transform: translate3d(0,0,0);
  -ms-transform: translate3d(0,0,0);
}

/*
* 	Owl Carousel Owl Demo Theme 
*	v1.3.3
*/

.owl-theme .owl-controls{
	margin-top: 10px;
	text-align: center;
}

/* Styling Next and Prev buttons */

.owl-theme .owl-controls .owl-buttons div{
	color: #FFF;
	display: inline-block;
	zoom: 1;
	*display: inline;/*IE7 life-saver */
	margin: 5px;
	padding: 3px 10px;
	font-size: 12px;
	-webkit-border-radius: 30px;
	-moz-border-radius: 30px;
	border-radius: 30px;
	background: #869791;
	filter: Alpha(Opacity=50);/*IE7 fix*/
	opacity: 0.5;
}
/* Clickable class fix problem with hover on touch devices */
/* Use it for non-touch hover action */
.owl-theme .owl-controls.clickable .owl-buttons div:hover{
	filter: Alpha(Opacity=100);/*IE7 fix*/
	opacity: 1;
	text-decoration: none;
}

/* Styling Pagination*/

.owl-theme .owl-controls .owl-page{
	display: inline-block;
	zoom: 1;
	*display: inline;/*IE7 life-saver */
}
.owl-theme .owl-controls .owl-page span{
	display: block;
	width: 12px;
	height: 12px;
	margin: 5px 7px;
	filter: Alpha(Opacity=50);/*IE7 fix*/
	opacity: 0.5;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	border-radius: 20px;
	background: #869791;
}

.owl-theme .owl-controls .owl-page.active span,
.owl-theme .owl-controls.clickable .owl-page:hover span{
	filter: Alpha(Opacity=100);/*IE7 fix*/
	opacity: 1;
}

/* If PaginationNumbers is true */

.owl-theme .owl-controls .owl-page span.owl-numbers{
	height: auto;
	width: auto;
	color: #FFF;
	padding: 2px 10px;
	font-size: 12px;
	-webkit-border-radius: 30px;
	-moz-border-radius: 30px;
	border-radius: 30px;
}

/* preloading images */
.owl-item.loading{
	min-height: 150px;
	background: url(AjaxLoader.gif) no-repeat center center
}

/*\/\/\/\/\/\/\/\/\/\ OWL CAROUSEL STYLING ENDS /\/\/\/\/\/\/\/\/\/*/


/* Box Sizing

--------------------------------------------- */



*,

input[type="search"] {

	-webkit-box-sizing: border-box;

	-moz-box-sizing:    border-box;

	box-sizing:         border-box;

}



/* Float Clearing

--------------------------------------------- */



.author-box:before,

.clearfix:before,

.entry:before,

.entry-content:before,

.footer-widgets:before,

.nav-primary:before,

.nav-secondary:before,

.pagination:before,

.site-container:before,

.site-footer:before,

.site-header:before,

.site-inner:before,

.wrap:before {

	content: " ";

	display: table;

}



.author-box:after,

.clearfix:after,

.entry:after,

.entry-content:after,

.footer-widgets:after,

.nav-primary:after,

.nav-secondary:after,

.pagination:after,

.site-container:after,

.site-footer:after,

.site-header:after,

.site-inner:after,

.wrap:after {

	clear: both;

	content: " ";

	display: table;

}





/*

Defaults

---------------------------------------------------------------------------------------------------- */



/* Typographical Elements

--------------------------------------------- */



body {

	background-color: #fff;

	color: #1a212b;

	font-family: 'Roboto', sans-serif;

	font-size: 18px;

	font-weight: 300;

	line-height: 1.625;

}



a,

button,

input:focus,

input[type="button"],

input[type="reset"],

input[type="submit"],

textarea:focus,

.button {

	-webkit-transition: all 0.1s ease-in-out;

	-moz-transition:    all 0.1s ease-in-out;

	-ms-transition:     all 0.1s ease-in-out;

	-o-transition:      all 0.1s ease-in-out;

	transition:         all 0.1s ease-in-out;

}



::-moz-selection {

	background-color: #777;

	color: #fff;

}



::selection {

	background-color: #777;

	color: #fff;

}



a {

	color: #ec1c24;

	text-decoration: none;

}



a:hover {

	color: #b6151b;

}



p {

	margin: 0 0 10px;

	padding: 0;
	color: #404040;
    font-family: "Open Sans",sans-serif;
    font-size: 18px;
    font-weight: 300;



}



ol,

ul {

	margin: 0;

	padding: 0;

}



li {

	list-style-type: none;

}



b,

strong {

	font-weight: 700;

}



blockquote,

cite,

em,

i {

	font-style: italic;

}



blockquote {

	margin: 40px;

}



blockquote::before {

	content: "\201C";

	display: block;

	font-size: 70px;

	height: 0;

	left: -40px;

	position: relative;

	top: -22px;

        font-family: arial, sans-serif;

}



.clear {

        clear: both;

}



/* Headings

--------------------------------------------- */



h1,

h2,

h3,

h4,

h5,

h6 {

	font-family: 'Lato', sans-serif;

	font-weight: 300;

	line-height: 1.2;

	margin: 0 0 5px;

}



h1 {

	font-size: 30px;

	line-height: 1.0;

        font-weight: 700;

}



.home h1 {
	font-size: 24px;
}

h2, .h2-like-text {
        margin: 10px 0 5px 0;
font-size: 20px;
line-height: 30px;
font-weight: 400;
color: #474747;
}


.large-text-36 {
	font-size: 36px;
        line-height: 40px;
}


h3, .h3-like-text {
	font-size: 19px;
        font-weight: 600;
        margin: 10px 0 5px 0;
}

h4 {
	font-size: 20px;
        color: #666;
}

h5 {
	font-size: 18px;
}

h6 {
	font-size: 16px;
}

.justify-text {
        text-align: justify;
        text-justify: inter-word;
}

.grey-line {
        border-bottom: 3px solid #ec1c24;
        margin: 20px 0;
}

.red-cta-button {
    background: #ed1b23;
    border: 3px solid #eee;
    color: #fff;
    padding: 7px 0px 7px 0px;
    margin: 0px auto 5px;
    text-align: center;
    display: block;
}

.red-cta-button a, .red-cta-button a:visited, .red-cta-button a:hover {
    color: #fff;
}

.width-200 {
    width: 200px;
}

.width-250 {
    width: 250px;
}

.width-300 {
    width: 300px;
}

.width-400 {
    width: 400px;
}

.center-text {
    text-align: center;
}


/* red gradiated Background home page widgets-------------------------------- */
#text-27, #text-29 {
     width: 100%;
background:#ec1c24;
}
#text-29 {  background: url("https://rented.co.nz/wp-content/uploads/2017/05/listing.jpg") no-repeat scroll center center;
    height: 250px;}
#text-29 h4 {font-size:0 !important; border:none;}
#text-29 img {opacity: 0;}



/* Icons

--------------------------------------------- */



span.dashicons {

	font-size: 20px;

	height: 20px;

	width: 20px;

	vertical-align: middle;

}



/* Objects

--------------------------------------------- */



embed,

iframe,

img,

object,

video,

.wp-caption {

	max-width: 100%;

}



img {

	height: auto;

}



.featured-content img,

.gallery img {

	width: auto;

}





/* Gallery

--------------------------------------------- */



.gallery {

	overflow: hidden;

	margin-bottom: 28px;

}



.gallery-item {

	float: left;

	margin: 0;

	text-align: center;

}



.gallery-columns-2 .gallery-item {

	width: 50%;

}



.gallery-columns-3 .gallery-item {

	width: 33%;

}



.gallery-columns-4 .gallery-item {

	width: 25%;

}



.gallery-columns-5 .gallery-item {

	width: 20%;

}



.gallery-columns-6 .gallery-item {

	width: 16.6666%;

}



.gallery-columns-7 .gallery-item {

	width: 14.2857%;

}



.gallery-columns-8 .gallery-item {

	width: 12.5%;

}



.gallery-columns-9 .gallery-item {

	width: 11.1111%;

}



.gallery .gallery-item img {

	border: none;

	height: auto;

	padding: 0 4px;

}



/* Forms

--------------------------------------------- */



input,

select,

textarea {

	background-color: #fff;

	border: 1px solid #ddd;

	border-radius: 0;

	color: #777;

	font-size: 16px;

	font-weight: 300;

	line-height: 1;


	width: 100%;

       margin-bottom: 8px;

}



input:focus,

textarea:focus {

	border: 1px solid #999;

	outline: none;

}



input[type="checkbox"],

input[type="image"],

input[type="radio"] {

	width: auto;

}



::-moz-placeholder {

	color: #777;

	opacity: 1;

	font-weight: 300;

}



::-webkit-input-placeholder {

	color: #777;

	font-weight: 300;

}



button,

input[type="button"],

input[type="reset"],

input[type="submit"],

.button {

	background-color: #d23836;

	border: none;

	color: #fff;

	cursor: pointer;

	font-size: 16px;

	font-weight: 300;

	line-height: 1;

	padding: 20px 24px;

	text-transform: uppercase;

	width: auto;

}



button:hover,

input:hover[type="button"],

input:hover[type="reset"],

input:hover[type="submit"],

.button:hover,

.widget-area .widget .button:hover {

	background-color: #e9e9e9;

	color: #1a212b;

}



.widget-area .widget .button {

	color: #fff;

}



.button {

	display: inline-block;

}



.button .dashicons {

	border-left: 1px solid rgba(0, 0, 0, 0.1);

	display: inline;

	margin-left: 20px;

	padding: 20px 0 20px 20px;

}



input[type="search"]::-webkit-search-cancel-button,

input[type="search"]::-webkit-search-results-button {

	display: none;

}



/* Forms special large

------------------------------------------------- */

.grey-box {

      background: #ccc;

      padding: 5px;

}



#large-form-format {

      width: 800px;

     margin: 0 auto;

}





/* Tables

--------------------------------------------- */



table {

	border-collapse: collapse;

	border-spacing: 0;

	line-height: 2;

	margin-bottom: 40px;

	width: 100%;

}



tbody {

	border-bottom: 1px solid #ddd;

}



td,

th {

	text-align: left;

}



td {

	border-top: 1px solid #ddd;

	padding: 6px 0;

}



th {

	font-weight: 400;

}





/*

Structure and Layout

---------------------------------------------------------------------------------------------------- */



/* Site Containers

--------------------------------------------- */







.agentpress-pro-landing .wrap {

	max-width: 900px;

}



.site-inner {

display:block;

}



.agentpress-pro-home .site-inner {

	padding: 0;

}



/* Column Widths and Positions

--------------------------------------------- */



/* Wrapping div for .content and .sidebar-primary */



.content-sidebar-sidebar .content-sidebar-wrap,

.sidebar-content-sidebar .content-sidebar-wrap,

.sidebar-sidebar-content .content-sidebar-wrap {

	width: 1060px;

}



.content-sidebar-sidebar .content-sidebar-wrap {

	float: left;

}



.sidebar-content-sidebar .content-sidebar-wrap,

.sidebar-sidebar-content .content-sidebar-wrap {

	float: right;

}



/* Content */



.content {

	float: right;

	width: 880px;

}



.content-sidebar .content,

.content-sidebar-sidebar .content,

.sidebar-content-sidebar .content {

	float: left;
	width:70% !important;

}



.content-sidebar-sidebar .content,

.sidebar-content-sidebar .content,

.sidebar-sidebar-content .content {

	width: 660px;

}



.full-width-content .content {

	width: 100%;

}



/* Primary Sidebar */



.sidebar-primary {

	float: left;

	width: 360px;

}



.sidebar-content .sidebar-primary,

.sidebar-sidebar-content .sidebar-primary {

	float: left;

}



/* Secondary Sidebar */



.sidebar-secondary {

	float: left;

	width: 180px;

}



.content-sidebar-sidebar .sidebar-secondary {

	float: right;

}



/* Column Classes

	Link: http://twitter.github.io/bootstrap/assets/css/bootstrap-responsive.css

--------------------------------------------- */



.five-sixths,

.four-sixths,

.one-fourth,

.one-half,

.one-sixth,

.one-third,

.property-details-col1,

.property-details-col2,

.three-fourths,

.three-sixths,

.two-fourths,

.two-sixths,

.two-thirds {

	float: left;

	margin-left: 2.564102564102564%;

	margin-bottom: 28px;

}



.one-half,

.property-details-col1,

.property-details-col2,

.three-sixths,

.two-fourths {

	width: 46.717948717948715%;

}



.one-third,

.two-sixths {

	width: 29.623931623931625%;

}



.four-sixths,

.two-thirds {

	width: 63.81196581196582%;

}



.one-fourth {

	width: 21.076923076923077%;

}



.three-fourths {

	width: 72.35897435897436%;

}



.one-sixth {

	width: 14.52991452991453%;

}



.five-sixths {

	width: 82.90598290598291%;

}



.first,

.property-details-col1 {

	clear: both;

	margin-left: 0;

}





/*

Common Classes

---------------------------------------------------------------------------------------------------- */



/* Avatar

--------------------------------------------- */



.avatar {

	border-radius: 50%;

	float: left;

}



.alignleft .avatar,

.author-box .avatar {

	margin-right: 24px;

}



.alignright .avatar {

	margin-left: 24px;

}



.comment .avatar {

	margin: 0 16px 24px 0;

}



/* Genesis

--------------------------------------------- */



.breadcrumb {

	background-color: #d23836;

	color: #fff;

	font-size: 12px;

	margin: -40px 0 40px;

	padding: 10px 40px;

}



.site-inner .breadcrumb a {

	color: #fff;

}



.site-inner .breadcrumb a:hover {

	color: #1a212b;

}



.archive-description,

.author-box {

	background-color: #fff;

	font-size: 16px;

	margin-bottom: 40px;

	padding: 40px;

}



.author-box-title {

	font-size: 16px;

	margin-bottom: 4px;

}



.archive-description p:last-child,

.author-box p:last-child {

	margin-bottom: 0;

}



/* Search Form

--------------------------------------------- */



.search-form {

	overflow: hidden;

}



.site-header .search-form {

	float: right;

	margin-top: 12px;

}



.entry-content .search-form,

.site-header .search-form {

	width: 50%;

}



.genesis-nav-menu .search input[type="submit"],

.widget_search input[type="submit"] {

	border: 0;

	clip: rect(0, 0, 0, 0);

	height: 1px;

	margin: -1px;

	padding: 0;

	position: absolute;

	width: 1px;

}



/* Titles

--------------------------------------------- */



.archive-title {

	font-size: 20px;

}



.entry-title {

 color: #404040;
    font-family: "Hind Madurai",sans-serif;
    font-size: 30px;
    font-weight: 400;
    line-height: 36px;
    padding-bottom: 17px;

}



.entry-title a,

.featured-content .entry .entry-title a {

	color: #1a212b;

}



.entry-title a:hover,

.featured-content .entry .entry-title a:hover {

	color: #d23836;

}



.widget-title {

	font-size: 20px;

}



.enews-widget .widget-title,

.full-width .widget-title,

.property-search .widget-title,

.sidebar .widget-title {
color: #404040;
    font-family: "Hind Madurai",sans-serif;
    font-size: 30px;
    font-weight: 400;
    line-height: 36px;

	padding: 20px 0px;
border-bottom:2px solid #ec1c24;

}



.full-width .widget-title {

	background-color: #ed1b23;

}



.sidebar .widget-title {



}



.sidebar .widget-title a {

	color: #fff;

}



.widget-area .widget.property-search .widget-wrap .widget-title,

.widget-area .widget.enews-widget .enews .widget-title {

	background-color: rgba(255, 255, 255, 0.1);

	margin: -40px -40px 40px;

	padding: 20px 40px;

}



.home-featured .widget.widget_text .widget-title {

	background: none;

	color: #d23836;

	font-size: 48px;

	line-height: 1.1;

	padding: 0;

}



.full-width .featuredpage .widget-title {

	margin: 0 auto;

}



.footer-widgets .widget-title {

	font-size: 36px;

}



.tagline {

	font-size: 55px;

	line-height: 1.1;

	vertical-align: bottom;

}



/* WordPress

--------------------------------------------- */



.alignleft {

	float: left;

	text-align: left;

}



.alignright {

	float: right;

	text-align: right;

}



a.alignnone {

    display: inline-block;

}



a.alignleft,

a.alignnone,

a.alignright {

	max-width: 100%;

}



img.centered,

.aligncenter {

	display: block;

	margin: 0 auto 24px;

}



a.aligncenter img {

	display: block;

	margin: 0 auto;

}



img.alignnone,

.alignnone {

	margin-bottom: 12px;

}



a.alignleft,

img.alignleft,

.wp-caption.alignleft {

	margin: 0 24px 24px 0;
	

}





a.alignright,

img.alignright,

.wp-caption.alignright {

	margin: 0 0 24px 24px;

}



.wp-caption-text {

	font-size: 14px;

	margin: 0;

	text-align: center;

}



.entry-content p.wp-caption-text {

	margin-bottom: 0;

}





/*

Widgets

---------------------------------------------------------------------------------------------------- */



.widget {

	margin-bottom: 20px;



	word-wrap: break-word;

}



.widget p:last-child,

.widget-area .widget:last-child {

  margin-bottom: 0;

}



.widget ol > li {

	list-style-position: inside;

	list-style-type: decimal;

	padding-left: 20px;

	text-indent: -20px;

}



.widget li li {

	border: none;

	margin: 0 0 0 30px;

	padding: 0;

}



.widget_calendar table {

	width: 100%;

}



.widget_calendar td,

.widget_calendar th {

	text-align: center;

}



/* Featured Content

--------------------------------------------- */



.featured-content .entry {

	background: none;

	box-shadow: none;

	margin-bottom: 40px;

	padding: 0;

}



.featured-content .entry p:last-child {

	margin-bottom: 0;

}



.featured-content .entry-title {

	font-size: 20px;

	font-weight: 700;

}



.agentpress-pro-home .featured-content article ~ .widget-title,

.agentpress-pro-home .featured-content article ~ ul {

	clear: both;

}



.full-width .featured-content .entry {

	background-color: #fff;

}





/*

Plugins

---------------------------------------------------------------------------------------------------- */



/* AgentPress Listings

--------------------------------------------- */



.widget-area .widget.property-search {

	background-color: #1a212b;

	padding: 40px;

}



.property-search form {

    text-align: center;

}



.property-search select {

	-webkit-appearance: none;

	margin-bottom: 16px;

}



.property-search input[type="submit"] {

	width: 100%;

}



.featured-listings .listing {

	color: #ed1b23;

	margin: 0 auto;

	max-width: 500px;

	overflow: hidden;

	padding: 0 0 40px;

	position: relative;

	text-align: center;

}



.listing .listing-address,

.listing .listing-city-state-zip,

.listing .more-link {

	display: block;

}



.listing-text {

	-moz-transform:    rotate(45deg);

	-ms-transform:     rotate(45deg);

	-o-transform:      rotate(45deg);

	-webkit-transform: rotate(45deg);

	background-color: #d23836;

	color: #fff;

	font-size: 9px;

	font-weight: 700;

	letter-spacing: 2px;

	padding: 6px 12px;

	position: absolute;

	right: -40px;

	text-align: center;

	text-transform: uppercase;

	top: 30px;

	width: 160px;

}



.listing-price {

	background-color: #fff;

	border-bottom: 1px solid #e5e5e5;

	display: inline-block;

	font-family: 'Lato', sans-serif;

	font-size: 24px;

	margin: -30px auto 12px;

	padding: 12px 32px;

}



.featured-listings .listing a.more-link {

	color: #d23836;

}



.featured-listings .listing a.more-link:hover {

	color: #1a212b;

}



.property-details {

	margin-bottom: 28px;

}



.hide-hidden-field {

         display: none;

}



/* Genesis eNews Extended

--------------------------------------------- */



.widget-area .widget.enews-widget {

	background-color: #1a212b;

	color: #fff;

	padding: 40px;

}



.enews-widget input {

	border: none;

	font-size: 16px;

	margin-bottom: 16px;

}



.enews-widget input[type="submit"] {

	margin: 0;

	width: 100%;

}



.enews form + p {

	margin-top: 24px;

}



/* Jetpack
--------------------------------------------- */
#wpstats {
	display: none;
}



/* 

Top Utility Area

----------------------------------------------------------------------------------------------------- */

.top-utility-bar {

       background: #000;

       color: #fff;

       min-height: 50px;

       padding: 10px 50px;
	    display:none;



}
.site-title a { background: rgba(0, 0, 0, 0) url("/wp-content/uploads/2014/10/Rented-logo-22.jpg") no-repeat scroll 0 0;}
.header-image .site-title > a { float: left; min-height: 120px; width: 100%;}



.utility-wrap {

      text-align: center;

      margin: 0 auto;

}



.utility-element {

       font-size: 14px;

       line-height: 14px;

       vertical-align: middle;

       display: inline;

       font-weight: bold;

       margin-bottom: 24px;

       margin-right: 30px;

}



.top-utility-bar img {

       display: inline;

       margin: 0px 30px 0 0;

       vertical-align: middle;

}



/*

Site Header

---------------------------------------------------------------------------------------------------- */



.site-header .wrap {

	 background: #fff;

	color: #000;

}



/* Title Area

--------------------------------------------- */



.title-area {

	background-color: rgba(255, 255, 255, 0.1);

	float: left;

	padding: 20px 40px;

	max-width: 521px;
	display:none;

}



.header-image .title-area {

	width: 521px; /* 320px; */

	padding: 0;

}



.header-full-width .title-area {

	width: 100%;

}



.site-title {

	font-family: 'Lato', sans-serif;

	font-size: 34px;

	font-weight: 700;

	line-height: 1.2;

}



.site-header .site-title a,

.site-header .site-title a:hover {

	color: #fff;

}



.header-image .site-title > a {

	float: left;

	min-height: 120px;

	width: 100%;

}



.site-description {

	font-size: 16px;

	font-weight: 300;

	line-height: 0;

	text-indent: -9999px;

}



.site-description,

.site-title {

	margin-bottom: 0;

}



.header-image .site-description,

.header-image .site-title {

	display: block;

	text-indent: -9999px;

}



/* Widget Area

--------------------------------------------- */



.site-header .widget-area {


	width: 100%;

}



.tag-line-div {

	font-size: 20px;

        line-height: 23px;

        font-weight: 600;

        color: #666;

        margin: 10px 0 5px 0;

       text-align: center;

}



.site-header img.social-media-icon {

        width: 30px;

        margin: 0 0 0 10px;

        padding: 0;

}



img.social-media-logo {

      width: 20px !important;

}



.site-header .widget-area {

width:100%;

}



.site-header .widget {

	margin-bottom: 0;



}



.site-header p {

        padding: 0px;

        margin: 0 0 5px 0;

}



.site-header .widget_nav_menu {

	padding: 0;

}



.site-header .widget-title {

	margin-bottom: 5px;

}




.ubermenu-skin-black-white-2.ubermenu-responsive-toggle {display:none !important;}







/*

Colored header buttons

----------------------------------------------------- */

.widget-area-button {

    background: #000;

    color: #fff;

    padding: 5px 10px 5px 10px;

    width: 125px;

    display: inline;

    margin: 8px 0 8px 0px;

}



.widget-area-button a, .widget-area-button a:hover, .widget-area-button a:visited {

    color: #fff !important;

}





/*

Site Navigation

---------------------------------------------------------------------------------------------------- */



.genesis-nav-menu {



        color: #fff;

	clear: both;

	font-size: 16px;

	line-height: 1;

	width: 100%;

        text-align: left;

}



.genesis-nav-menu .menu-item {

	display: inline-block;

	text-align: left;

}



.genesis-nav-menu a {

	color: #fff;

	display: block;

	padding: 15px 15px; /* 20px 24px; */

}



.genesis-nav-menu > li.menu-item-has-children:hover > a,

.genesis-nav-menu a:hover,

.genesis-nav-menu .current-menu-item > a,

.genesis-nav-menu .sub-menu .current-menu-item > a:hover {



}



.genesis-nav-menu .sub-menu {

	background-color: #ed1b23;

	left: -9999px;

	opacity: 0;

	position: absolute;

	-webkit-transition: opacity .4s ease-in-out;

	-moz-transition:    opacity .4s ease-in-out;

	-ms-transition:     opacity .4s ease-in-out;

	-o-transition:      opacity .4s ease-in-out;

	transition:         opacity .4s ease-in-out;

	width: 205px;

	z-index: 99;

}



.genesis-nav-menu .sub-menu a {

	font-size: 14px;

	padding: 15px 19px;

	position: relative;

	width: 205px;

}



.genesis-nav-menu .sub-menu a:hover {

	background-color: #000;

}



.genesis-nav-menu .sub-menu .sub-menu {

	margin: -54px 0 0 204px;

}



.genesis-nav-menu .menu-item:hover {

	position: static;

}



.genesis-nav-menu .menu-item:hover > .sub-menu {

	left: auto;

	opacity: 1;

}



.genesis-nav-menu > .first > a {

	padding-left: 0;

}



.genesis-nav-menu > .last > a {

	padding-right: 0;

}



.genesis-nav-menu > .right {

	color: #1a212b;

	float: right;

	list-style-type: none;

	padding: 0;

}



.genesis-nav-menu > .right > a,

.genesis-nav-menu > .right.date {

	display: inline-block;

	padding: 20px 24px;

}



.genesis-nav-menu > .search input {

	border: none;

	font-size: 14px;

	padding: 18px 30px;

}



/* Site Header Navigation

--------------------------------------------- */



.site-header .genesis-nav-menu .menu-item {

	margin-right: -4px;

}



.site-header .genesis-nav-menu li a {

	border-left: 1px solid rgba(255, 255, 255, 0.1);

	color: #000;

	font-size: 20px;

        font-weight: bold;

	padding: 32px 24px;

}



.site-header .genesis-nav-menu .current-menu-item > a,

.site-header .genesis-nav-menu .sub-menu .current-menu-item > a:hover,

.site-header .genesis-nav-menu .sub-menu a,

.site-header .genesis-nav-menu a:hover {

	color: #1a212b;

}



.site-header .genesis-nav-menu .sub-menu a {

	border: none;

	font-size: 14px;

	padding: 10px 12px;

}



.site-header .genesis-nav-menu li li {

	margin-left: 0;

}



/* Primary Navigation

--------------------------------------------- */





.nav-primary, .nav-primary .wrap {



}



/* Secondary Navigation

--------------------------------------------- */



.site-footer .nav-secondary .wrap {

	padding: 0;

}



.nav-secondary .genesis-nav-menu a {

	font-weight: 700;

	padding: 0 24px 20px;

}



.nav-secondary .genesis-nav-menu .current-menu-item > a,

.nav-secondary .genesis-nav-menu > li:hover > a,

.nav-secondary .genesis-nav-menu a:hover {

	background: none;

	color: #d23836;

}



/* Responsive Menu

--------------------------------------------- */



.responsive-menu-icon {

	cursor: pointer;

	display: none;

}



.responsive-menu-icon::before {

	content: "\f333";

	display: block;

	font: normal 20px/1 'dashicons';

	margin: 0 auto;

	padding: 14px;

	text-align: center;

}



/*

Content Area

---------------------------------------------------------------------------------------------------- */



/* Home Page

--------------------------------------------- */



.house-bg {

     background: #000 url(http://www.rented.org.nz/wp-content/uploads/2016/08/new-zealand-property-managment-rented-bg-dark.jpg) center top no-repeat;

     width: 100%;

     display: block;

     float: left;

     padding: 20px;

}



.house-bg a {

    color: #fff;

}



/* Home Featured */



.home-featured {



       width: 100%;



}



.home-featured .wrap {



}







.home-featured a, .home-featured a:visited, .home-featured a:hover {

       color: #fff;

}



.home-featured .widget {



	margin: 0 auto;

	max-width: 100%;

}



.home-featured .widget:last-child {

	margin-bottom: 0px;

}



.home-featured .widget.property-search,

.home-featured .widget.property-search:last-child {

	margin: 200px 0 0;

	padding: 30px 20px;

	max-width: 100%;

}



.home-featured .widget.property-search .widget-title {

	margin: -30px -20px 30px;

}



.full-width .property-search input,

.full-width .property-search select,

.home-featured .property-search input,

.home-featured .property-search select,

.home-middle-1 .property-search input,

.home-middle-1 .property-search select {

	border: medium none;

	margin: 5px;

	width: 23.375%;

	-webkit-appearance: none;

}



.full-width .property-search select:nth-of-type(4n+1),

.home-featured .property-search select:nth-of-type(4n+1),

.home-middle-1 .property-search select:nth-of-type(4n+1) {

	margin-left: 0;

}



/* Home Top/Bottom */



.home-bottom,

.home-top {



	padding: 0;

	text-align: center;

}



.archive .content .listing,

.full-width .featured-listings .listing,

.full-width .featuredpage,

.full-width .featuredpost .entry {

	background-color: #fff;

	color: #1a212b;

	float: left;

	margin: 0 0 1.5% 1.5%;

	overflow: hidden;

	padding: 0 0 40px;

	position: relative;

	text-align: center;

	width: 32.333333333%;

}



.full-width .widget {

	clear: both;

}



.full-width .featuredpage {

	clear: none;

	width: 23.875%;

}



.full-width .featured-content .entry-content,

.full-width .featured-content .entry-header {

	padding: 30px 30px 0;

}



.archive .content .listing:nth-of-type(3n+1),

.full-width .featured-listings .listing:nth-of-type(3n+1),

.full-width .featuredpage:nth-of-type(4n+1),

.full-width .featuredpost .entry:nth-of-type(3n+1) {

	clear: both;

	margin-left: 0;

}



.full-width .featured-content p.entry-meta {

	margin-top: 10px;

}



.full-width .featured-content .entry .alignnone,

.full-width .featured-content .entry-title,

.full-width .featuredpage .entry {

	margin-bottom: 0;

}



.full-width .featured-content .entry img {

	margin-bottom: -8px;

}



.full-width .featured-content ul,

.full-width .featured-listings .widget-title,

.full-width .featuredpost .widget-title,

.listing-archive {

	margin-bottom: 1.5%;

}



.full-width .featured-content .more-from-category a {

	background-color: #d23836;

	color: #fff;

	clear: both;

	display: block;

	font-weight: 700;

	padding: 20px 40px;

}



.home-middle-1 .featured-content .more-from-category a {

	background-color: #1a212b;

}



.full-width .featured-content p.more-from-category a:hover {

	background-color: #fff;

	color: #1a212b;

}



.featured-listings,

.featuredpost,

.full-width .featured-content h4 {

	clear: both;

}



/* Home Middle */



.home-middle {



	clear: both;

	overflow: hidden;

	padding: 0 ;

}



.home-middle-1.widget-area .widget {

	background-color: #d23836;

	padding: 40px;

}



.home-middle-1.widget-area .featured-content.featuredpage {

	background-color: #fff;

	padding: 0;

}



.home-middle-1.widget-area .featuredpage .widget-wrap {

	padding: 40px 0 0;

}



.home-middle-1.widget-area .widget_text .widget-title {

	background: none;

	padding: 0;

}



.home-middle-1 .widget a,

.home-middle-1 {

	color: #fff;

}



.home-middle-1 .entry a {

	color: #d23836;

}



.home-middle-1 .entry a:hover {

	color: #1a212b;	

}



.home-middle .home-middle-1 button,

.home-middle .home-middle-1 input[type="button"],

.home-middle .home-middle-1 input[type="reset"],

.home-middle .home-middle-1 input[type="submit"],

.home-middle .home-middle-1 .widget .button {

	background-color: #fff;

	color: #1a212b;

}



.home-middle .home-middle-1 button:hover,

.home-middle .home-middle-1 input:hover[type="button"],

.home-middle .home-middle-1 input:hover[type="reset"],

.home-middle .home-middle-1 input:hover[type="submit"],

.home-middle .home-middle-1 .widget .button:hover {

	background-color: #1a212b;

	color: #fff;

}



.home-middle-2 {

	clear: left;

	float: left;

	margin-top: 30px;

	width: 340px;
	display:none;

}



.home-middle-3 {

float: none;
    margin-top: 0;
    width: 100%;	

}



.home-middle-2 .widget-title,

.home-middle-3 .widget-title {

	letter-spacing: 2px;

	margin-bottom: 20px;

	text-transform: uppercase;

}



.home-middle-3 .featured-listings .listing,

.home-middle-3 .featuredpost .entry {

	float: left;

	margin-left: 2.564102564102564%;

	width: 48.717948717948715%;

}



.home-middle-3 .featured-listings .listing:nth-of-type(2n+1),

.home-middle-3 .featuredpost .entry:nth-of-type(2n+1) {



	margin-left: 0;

}



/* Entries

--------------------------------------------- */



.entry {

	background-color: #fff;

	margin-bottom: 40px;

	padding: 0px 20px 20px 0px; /* 50px 60px; */

}



.entry-content p:last-child {

	margin-bottom: 0;

}



.entry-content ol,

.entry-content ul {

	margin-bottom: 28px;

	margin-left: 40px;

}



.entry-content ol > li {

	list-style-type: decimal;

}



.entry-content ul > li {

	list-style-type: disc;

}



.entry-content ol ol,

.entry-content ul ul {

	margin-bottom: 0;

}



.entry-content code {

	background-color: #777;

	color: #ddd;

}



/* Entry Meta

--------------------------------------------- */



p.entry-meta,

p.entry-meta a {

    color: #aaa;

    font-size: 16px;

}



.entry-meta a:hover {

    color: #1a212b;

}



.entry-header .entry-meta {

	margin-bottom: 30px;

}



.entry-footer .entry-meta {

	padding-top: 24px;

}



.entry-comments-link::before,

.entry-tags::before {

	content: "\2014";

	margin: 0 6px 0 2px;

}



/* After Entry

--------------------------------------------- */



.after-entry {
	display:none;
	background-color: #1a212b;

	color: #fff;

	margin-bottom: 40px;

	text-align: center;

}



.after-entry .widget {

	padding: 40px;

	margin-bottom: 0;

}



.after-entry .featured-content .entry:last-child,

.after-entry p:last-child {

	padding: 0;

	margin: 0;

}



.after-entry li {

	list-style-type: none;

}



/* Pagination

--------------------------------------------- */



.pagination {

	clear: both;

	margin: 40px 0;

}



.entry-pagination {

	margin: 0;

}



.adjacent-entry-pagination {

	margin-bottom: 0;

}



.archive-pagination li {

	display: inline;

}



.archive-pagination li a {

	background-color: #fff;

	color: #1a212b;

	cursor: pointer;

	display: inline-block;

	font-size: 16px;

	padding: 8px 12px;

}



.archive-pagination li a:hover,

.archive-pagination .active a {

	background-color: #1a212b;

	color: #fff;

}



/* Comments

--------------------------------------------- */



.comment-respond,

.entry-comments,

.entry-pings {

	background-color: #fff;

	margin-bottom: 40px;

}



.comment-respond,

.entry-pings {

	padding: 40px 40px 16px;

}



.entry-comments {

	padding: 40px;

}



.comment-header {

	font-size: 16px;

}



li.comment {

	background-color: #f5f5f5;

	border: 2px solid #fff;

	border-right: none;

}



.comment-content {

	clear: both;

}



.comment-list li {

	margin-top: 24px;

	padding: 32px;

}



.comment-list li li {

	margin-right: -32px;

}



.comment-respond input[type="email"],

.comment-respond input[type="text"],

.comment-respond input[type="url"] {

	width: 50%;

}



.comment-respond label {

	display: block;

	margin-right: 12px;

}



.entry-comments .comment-author {

	margin-bottom: 0;

}



.entry-pings .reply {

	display: none;

}



.bypostauthor {

}



.form-allowed-tags {

	background-color: #f5f5f5;

	font-size: 16px;

	padding: 24px;

}



/*

Special additions

---------------------------------------------------------------------------------------------------- */

.staff-page {

      text-align: center;

}



.staff-page img {

       width: auto;

       padding: 0 15% 0 15%;

}



.grey-hr-line {

       clear: both;

       border-bottom: 3px #ec1c24 solid;

       margin: 10px 0 30px;

}



.grey-text {

       color: #333;

}



/* CTA ----------------------------------------------------------------------- */

.red-box, .white-box, .red-page-cta {

       background: #ec1c24;

       color: #fff;

       font-size: 14px;

       padding: 10px 10px;

       margin: 10px 0;  

       text-align: center;

       display: block;

 font-family: "Lato",sans-serif;
    font-size: 15px;
    font-weight: 700;
    text-transform: uppercase;
    transition-duration: 0.5s;

}



.white-box {

       color: #ed1b23;

       background: #fff;

}



.red-page-cta {

       width: 100%;

       text-align: center;

       -moz-border-radius: 0px;

-webkit-border-radius: 0px;

border-radius: 0px; /* future proofing */

-khtml-border-radius: 0px; /* for old Konqueror browsers */

       padding: 10px;

       border: none;

       font-size: 18px;

}



.div-150, .width-150 {

        width: 150px;

}



.div-200, .width-200 {

        width: 200px;

}



.div-200, .width-300 {

        width: 300px;

}



.div-400.width-400 {

         width: 400px;

}



.div-500 {

         width: 500px;

}



.red-box a, .red-box a:visited, .red-page-cta a, .red-page-cta a:visited  {

       color: #fff;

        font-weight: bold;

}



.white-box a, .white-box a:visited {

       color: #ed1b23;

        font-weight: bold;

}



.red-box a:hover, .white-box a:hover, .red-page-cta a:hover {

       color: #ccc;

}





/******************* full width red headings on why rented page and others *********************/

.red-box-button {

        background: none;

        color: #ec1c24;

        text-align: left;

        margin: 0 auto 10px;

        padding: 0px;

        width: 100%;


}



.one-half .red-box-button {

        width: 90%;

}



.red-text {

       color: #ec1c24;
margin:40px 0px;

}



.centered-text {

       text-align: center;

}



.red-box-button h3 {

       color: #27282b;

       margin: 0;

}



/* colored areas

---------------------------------------------------------------------------------- */

.white-text {

     color: #fff;

}



.center-text {

     text-align: left;


}
.sidebar .center-text{background:#ec1c24 url(https://www.rented.co.nz/wp-content/uploads/2017/05/free-appraisal.jpg) no-repeat center;height:220px;}
.sidebar .center-text img {opacity: 0;}
#text-5 .widget-wrap {}
#text-5 .widget-wrap img {opacity: 0;}
.printfriendly.pf-aligncenter {background: url(https://www.rented.co.nz/wp-content/uploads/2017/05/Print.jpg) no-repeat center; height:40px;}
.printfriendly.pf-aligncenter img {opacity: 0;}





/*

Sidebars

---------------------------------------------------------------------------------------------------- */



.sidebar {

	font-size: 16px;

	padding-bottom: 40px;

}



.sidebar li {

	border-bottom: 1px dotted #ddd;

	margin-bottom: 10px;

	padding-bottom: 10px;

}



.sidebar p:last-child,

.sidebar ul > li:last-child {

	margin-bottom: 0;

}



.sidebar .widget {

	background-color: #fff;

	padding: 0px 0 40px;

}





/*

Footer Widgets

---------------------------------------------------------------------------------------------------- */



.footer-widgets {

	background-color: #fff;

	clear: both;

}



.footer-widgets .wrap {

	padding: 80px 0 100px;

}



.footer-widgets a {

	color: #1a212b;

}



.footer-widgets a:hover {

	color: #d23836;

}







.footer-widgets p:last-child {

	margin-bottom: 0;

}



.footer-widgets-1 {

	float: left;

	width: 340px;

}



.footer-widgets-2 {

	float: right;

	width: 880px;

}





/*

Site Footer

---------------------------------------------------------------------------------------------------- */



.site-footer {

	background-color: #f5f5f5;

	font-size: 16px;

	padding: 40px 0;

	text-align: center;

}



.site-footer a {

	color: #1a212b;

}



.site-footer a:hover {

	color: #d23836;

}



.site-footer p {

	margin-bottom: 5px;

}



.site-footer p:last-child,

.site-footer .widget:last-child {

	margin-bottom: 0;

}

.partner-section {
    width: 100%;
    display: block;
}

.partner-section-wrap {
   text-align: center;
   margin: 5px auto;

}

/*

Mailchimp signup override

------------------------------------------------------------------------------------------------------ */

#mc_embed_signup {

         background:#fff; 

         clear:left; 

         font: 14px Helvetica,Arial,sans-serif; 

         text-align: center;

}



#mc_embed_signup input {

         text-align: center;

         display: block;

         float: left;

}





/*

Media Queries

---------------------------------------------------------------------------------------------------- */



@media only screen and (-webkit-min-device-pixel-ratio: 1.5),

	only screen and (-moz-min-device-pixel-ratio: 1.5),

	only screen and (-o-min-device-pixel-ratio: 3/2),

	only screen and (min-device-pixel-ratio: 1.5) {



}



@media only screen and (max-width: 1360px) {



	.wrap {

		max-width: 1140px;

	}



	.content-sidebar-sidebar .content-sidebar-wrap,

	.sidebar-content-sidebar .content-sidebar-wrap,

	.sidebar-sidebar-content .content-sidebar-wrap {

		width: 920px;

	}



	.content,

	.footer-widgets-2,

	.home-middle-3,

	.site-header .widget-area {

		width: 740px;

	}



	.sidebar-content-sidebar .content,

	.sidebar-sidebar-content .content,

	.content-sidebar-sidebar .content {

		width: 520px;

	}



	.footer-widgets-1,

	.home-middle-2, 

	.sidebar-primary {

		width: 360px;

	}



	.home-featured .wrap {

		padding-top: 160px;

	}



	.home-featured .widget:last-child {

		margin-bottom: 160px;

	}



	.home-featured .widget.property-search,

	.home-featured .widget.property-search:last-child {

		margin-top: 160px;

	}



}



@media only screen and (max-width: 1180px) {



	.wrap {

		max-width: 960px;

	}



	.content-sidebar-sidebar .content-sidebar-wrap,

	.sidebar-content-sidebar .content-sidebar-wrap,

	.sidebar-sidebar-content .content-sidebar-wrap {

		width: 740px;

	}



	.content,

	.footer-widgets-2,

	.home-middle-3,

	.site-header .widget-area {

		width: 620px;

	}



	.sidebar-content-sidebar .content,

	.sidebar-sidebar-content .content,

	.content-sidebar-sidebar .content {

		width: 400px;

	}



	.footer-widgets-1,

	.home-middle-2, 

	.sidebar-primary {

		width: 300px;

	}



	.home-featured .wrap {

		padding-top: 10px;

	}



	.home-featured .widget:last-child {

		margin-bottom: 100px;

	}



	.home-featured .widget.property-search,

	.home-featured .widget.property-search:last-child {

		margin-top: 100px;

	}



}



@media only screen and (max-width: 1023px) {



	.wrap {

		max-width: 768px;

	}



	.content,

	.content-sidebar-sidebar .content,

	.content-sidebar-sidebar .content-sidebar-wrap,

	.footer-widgets-1,

	.footer-widgets-2,

	.home-middle .featuredpost .entry,

	.sidebar-content-sidebar .content,

	.sidebar-content-sidebar .content-sidebar-wrap,

	.sidebar-primary,

	.sidebar-secondary,

	.sidebar-sidebar-content .content,

	.sidebar-sidebar-content .content-sidebar-wrap,

	.site-header .widget-area,

	.title-area {

		width: 100%;

	}



	.genesis-nav-menu li,

	.site-header ul.genesis-nav-menu,

	.site-header .search-form {

		float: none;

	}



	.genesis-nav-menu,

	.home-middle-1,

	.site-description,

	.site-header .search-form,

	.site-header .title-area,

	.site-header .widget-area,

	.site-title {

		text-align: center;

	}



	.title-area {

		max-width: 100%;

		padding: 20px 5%;

	}



	.header-image .title-area {

		width: 100%;

	}



	.header-image .site-title a {

		background-position: top !important;

	}



	.genesis-nav-menu > .first > a,

	.genesis-nav-menu > .last > a,

	.genesis-nav-menu a {

		padding: 16px;

	}



	.site-header .search-form {

		margin: 16px auto;

	}



	.nav-primary .genesis-nav-menu > .right {

		display: none;

	}

	

	.site-header .genesis-nav-menu li a:last-of-type {

		border-right: 1px solid rgba(255, 255, 255, 0.1);

	}



	.home-bottom,

	.home-top {

		padding: 40px 0;

	}



	.home-middle {

		padding: 0 0 40px;

	}



	.home-middle .home-middle-1 .widget .button.alignright {

		display: table;

		float: none;

		margin: 20px auto 0;

	}

	

	.home-middle-2,

	.home-middle-3 {

		margin-top: 40px;

	}



	.home-middle-2 {

		width: 230px;

	}



	.home-middle-3 {

		width: 500px;

	}



	.home-middle-3 .featuredpost .entry {

		margin-left: 0;

	}



	.home-middle-3 .featured-content .entry {

		margin-bottom: 30px;

	}



	.footer-widgets .wrap {

		padding: 40px 5% 80px;

	}



	.footer-widgets-1 {
    border-bottom: medium none;
    margin-bottom: 0;
    padding-bottom: 0;
}



	.home-featured .wrap {

		padding-top: 80px;

	}



	.home-featured .widget:last-child {

		margin-bottom: 80px;

	}



	.home-featured .widget.property-search,

	.home-featured .widget.property-search:last-child {

		margin-top: 80px;

	}



}



@media only screen and (max-width: 768px) {



	body {

		background-color: #fff;

		font-size: 16px;

	}



	.wrap {

		padding-left: 5%;

		padding-right: 5%;

	}





	.site-header .wrap,

	.nav-primary .wrap {

		padding: 0;

	}



	.header-image .site-title a {

		background-size: contain !important;

	}



	.genesis-nav-menu.responsive-menu {

		display: none;

	}



	.genesis-nav-menu.responsive-menu .menu-item,

	.responsive-menu-icon {

		display: block;

	}



	.genesis-nav-menu.responsive-menu .menu-item:hover {

		position: static;

	}



	.genesis-nav-menu.responsive-menu .sub-menu li.current-menu-item > a:hover,

	.genesis-nav-menu.responsive-menu li a,

	.genesis-nav-menu.responsive-menu li a:hover,

	.genesis-nav-menu.responsive-menu li.current-menu-item > a,

	.site-header .genesis-nav-menu.responsive-menu li a {

		border: none;

		display: block;

		padding: 20px;

		text-transform: none;

	}



	.genesis-nav-menu.responsive-menu .menu-item-has-children {

		cursor: pointer;	

	}



	.genesis-nav-menu.responsive-menu .menu-item-has-children > a {

		margin-right: 60px;

	}



	.genesis-nav-menu.responsive-menu > .menu-item-has-children:before {

		content: "\f140";

		float: right;

		font: normal 20px/1 'dashicons';

		height: 20px;

		padding: 15px 20px;

		right: 0;

		text-align: right;

		z-index: 9999;

	}



	.genesis-nav-menu.responsive-menu .menu-open.menu-item-has-children:before {

		content: "\f142";

	}



	.genesis-nav-menu.responsive-menu > .menu-item > .sub-menu {

		display: none;

	}



	.genesis-nav-menu.responsive-menu .sub-menu {

		background-color: rgba(0, 0, 0, 0.05);

		left: auto;

		opacity: 1;

		position: relative;

		-moz-transition:    opacity .4s ease-in-out;

		-ms-transition:     opacity .4s ease-in-out;

		-o-transition:      opacity .4s ease-in-out;

		-webkit-transition: opacity .4s ease-in-out;

		transition:         opacity .4s ease-in-out;

		width: 100%;

		z-index: 99;

	}



	.genesis-nav-menu.responsive-menu .sub-menu .sub-menu {

		margin: 0;

	}



	.genesis-nav-menu.responsive-menu .sub-menu li a,

	.genesis-nav-menu.responsive-menu .sub-menu li a:hover {

		padding: 20px;

		position: relative;

		text-transform: none;

		width: 100%;

	}



	.genesis-nav-menu.responsive-menu .current-menu-item > a,

	.genesis-nav-menu.responsive-menu .sub-menu .current-menu-item > a:hover,

	.genesis-nav-menu.responsive-menu > li.menu-item-has-children:hover > a,

	.genesis-nav-menu.responsive-menu a:hover {

		background: none;

	}



	.site-header .genesis-nav-menu.responsive-menu .current-menu-item > a,

	.site-header .genesis-nav-menu.responsive-menu .sub-menu li a,

	.site-header .genesis-nav-menu.responsive-menu .sub-menu li a:hover,

	.site-header .genesis-nav-menu.responsive-menu .sub-menu,

	.site-header .genesis-nav-menu.responsive-menu > .menu-item-has-children:before,

	.site-header .genesis-nav-menu.responsive-menu > li:hover > a,

	.site-header .genesis-nav-menu.responsive-menu a:hover {

		color: #000;

	}



	.site-header .genesis-nav-menu.responsive-menu .sub-menu {

		background-color: rgba(255, 255, 255, 0.05);

	}



	.archive-pagination li a {

		margin-bottom: 4px;

	}



	.five-sixths,

	.four-sixths,

	.one-fourth,

	.one-half,

	.one-sixth,

	.one-third,

	.three-fourths,

	.three-sixths,

	.two-fourths,

	.two-sixths,

	.two-thirds {

		margin-left: 0;

		width: 100%;

	}



	.home-featured {

		font-size: 16px;

	}



	.home-featured .wrap {

		padding: 0;

	}

	

	.home-featured .widget {

		max-width: 100%;

	}



	.home-featured .widget:last-child {

		margin-bottom: 40px;

	}



	.home-featured .widget.property-search,

	.home-featured .widget.property-search:last-child {

		margin-top: 40px;

	}



	.home-featured .widget_text .widget-title,

	.tagline {

		font-size: 36px;

	}



	.entry-title,

	.footer-widgets .widget-title,

	.home-featured .widget.widget_text .widget-title {

		font-size: 30px;

	}



	.archive .content .listing,

	.full-width .featured-listings .listing,

	.full-width .featuredpage,

	.full-width .featuredpost .entry,

	.full-width .property-search input,

	.full-width .property-search select,

	.home-featured .property-search input,

	.home-featured .property-search select,

	.home-middle-1 .property-search input,

	.home-middle-1 .property-search select {

		margin: 0 0 1.5% 1.5%;

		width: 49.25%;

	}



	.archive .content .listing:nth-of-type(3n+1),

	.full-width .featured-listings .listing:nth-of-type(3n+1),

	.full-width .featuredpage:nth-of-type(4n+1),

	.full-width .featuredpost .entry:nth-of-type(3n+1),

	.full-width .property-search select:nth-of-type(4n+1),

	.home-featured .property-search select:nth-of-type(4n+1),

	.home-middle-1 .property-search select:nth-of-type(4n+1) {

		clear: none;

		margin-left: 1.5%;

	}



	.archive .content .listing:nth-of-type(2n+1),

	.full-width .featured-listings .listing:nth-of-type(2n+1),

	.full-width .featuredpage:nth-of-type(2n+1),

	.full-width .featuredpost .entry:nth-of-type(2n+1),

	.full-width .property-search select:nth-of-type(2n+1),

	.home-featured .property-search select:nth-of-type(2n+1),

	.home-middle-1 .property-search select:nth-of-type(2n+1) {

		clear: both;

		margin-left: 0;

	}



	.home-middle-2,

	.home-middle-3 {

		width: 100%;

	}



	.home-middle-1 .button {

		float: none;

		margin: 0;

	}



	.after-entry,

	.archive-description,

	.author-box,

	.comment-respond,

	.enews-widget .widget-title,

	.entry-comments,

	.entry-pings,

	.entry,

	.full-width .widget-title,

	.home-middle-1.widget-area .widget,

	.property-search .widget-title,

	.sidebar .widget-title,

	.sidebar .widget,

	.widget-area .widget.enews-widget,

	.widget-area .widget.property-search {

		padding: 20px 0;

	}



	.after-entry,

	.archive-description,

	.author-box,

	.comment-respond,

	.entry-comments,

	.entry-pings,

	.entry,

	.widget {

		margin-bottom: 20px;

	}



	.sidebar .widget-title,

	.widget-area .widget.property-search .widget-wrap .widget-title,

	.widget-area .widget.enews-widget .enews .widget-title {

		margin: 0

	}



}



@media only screen and (max-width: 480px) {



        .top-utility-bar {

                display: none;

        }



	.archive .content .listing,

	.full-width .featured-listings .listing,

	.full-width .featuredpage,

	.full-width .featuredpost .entry,

	.full-width .property-search input,

	.full-width .property-search select,

	.home-featured .property-search input,

	.home-featured .property-search select,

	.home-middle-1 .property-search input,

	.home-middle-1 .property-search select,

	.home-middle-3 .featured-listings .listing {

		margin: 0 0 6px;

		width: 100%;

	}



}





@media only screen and (max-width: 320px) {



        .header-image .site-title > a {

        min-height: 60px;

}



}







@media only screen and (max-width: 240px) {

}
.footer-widgets-2 {display:none;}
.page-id-29 #featured-post-3 {display:none;}
.page-id-26996 #featured-post-7 {display:none;}
.page-id-9417 #text-5 {display:none;}
.page-id-9417 #text-37 {display:none;}
.page-id-26969 #text-5 {display:none;}
.page-id-26969 #text-37 {display:none;}
.page-id-26969 #featured-post-3 {display:none;}
#text-37 {display:none;}
#text-4 h2 {background: #cbcbcb none repeat scroll 0 0;  margin-top: 4px !important;  padding: 10px 0 !important; text-align: center;}



.banner-text.about {width: 65%;padding: 20px;text-align: left;float: left;background: rgba(255, 255, 255, 0.5);
margin-top: 19px;}
.pf-content {text-align:left;}
.page-id-11447 .widget.featured-content.featuredpost {display:none;}
.white-text { border-bottom: 2px solid; color: #ec1c24; padding: 15px 0;}
.one-third.center-text {border: 2px solid #ec1c24; padding:0 3%;}
.one-third.center-text strong {font-size: 26px; display: block;}

.page-id-9457 .one-half {margin-left:0; margin-right: 25px;}
.page-id-9457 .red-box-button { padding: 9px 0; width: 100%;}
.page-id-9457 .red-box-button h3 {color:#ec1c24;}
.left0 {margin-left:0 !important;}


.prettyMapList .mapHolder {display:none;}
.mapLocationDetail {display:block !important;}
.loc-4227 {display:none;}
.loc-4244 {display:none;}
.loc-4232 {display:none;}
.page-id-44 .widget.featured-content.featuredpost {display:none;}



.d-none {display:none;}

.container{width:1228px !important; margin:0 auto;}
#text-4 .widget-title.widgettitle {display:none;}
#text-4 {border:2px solid #ec1c24;}
#text-5 {}
#text-3{padding:0;}

a{outline:none !important; text-decoration:none !important;}
.logo-div {width:25%; float:left;}
.logo-right-div {width:75%; float:left;}
.top-main-area{background:url(../../../images/banner2.jpg) no-repeat center;height:560px; padding-top:12px;background-size: cover;}
.home .top-main-area {height:633px;}
.top-main-area.parallax{-webkit-background-size: cover;  -moz-background-size: cover; -o-background-size: cover; background-size: cover;}
.top-main-area .logo-right-area{padding-left:96px;padding-top:9px;}
.top-main-area .first-div {float:left; margin-top:1px;}
.top-main-area .second-div { background: #ffffff none repeat scroll 0 0; float: left; height: 74px;margin-right: -3px;
margin-top: 1px; padding: 7px 20px 0 20px; margin-left: 7px;}
.top-main-area .third-div {float:left;padding-right:10px;margin-right:30px;}
.top-main-area .second-div a{font-family: 'Hind Madurai', sans-serif; color:#272727 !important;font-size:25px; line-height:30px;text-decoration:none;font-weight:300;}
.number-area{float:right; width:25%;}
.number-area h6{font-family: 'Hind Madurai', sans-serif; color:#333131;font-size:30px; line-height:30px;text-decoration:none;font-weight:500;
background:url(../../../images/n-icon_03.png) no-repeat center left;padding-left:32px;margin:0;}
.number-area h6 a{color:#fff !important;}
.border-area{height:1px; margin-top:13px;margin-bottom:14px; clear:both;}
.number-area .form-control{background:transparent;border:1px solid #fff;border-radius:0;}
.number-area .btn-info{background:transparent;border:1px solid #fff;border-radius:0;}
.number-area .form-control::-moz-placeholder{font-family: 'Hind Madurai', sans-serif; color:#fff;font-size:12px;font-weight:300;}
.number-area .input-lg {height:35px;}
.number-area .btn-lg, .number-area .btn-group-lg > .number-area .btn{height:35px;padding:6px 16px;}
#custom-search-input{margin-top:8px;}
.number-area input {width:82% !important;}
.number-area .input-group-btn {margin-left: -5px;position: relative;}

.nav-area{background:transparent;min-height:46px;border-radius:10px;}
.nav-area ul{padding:0;}
.site-header .genesis-nav-menu li a {list-style:none;float:left;font-family: 'Roboto', sans-serif;font-size:16px;color:#fff;text-transform:uppercase;font-weight:500; padding:15px 21px; border:none;}
.site-header .genesis-nav-menu li a:hover {color:#ec1c24;}

.banner-text {width:49%;padding-top:20px; text-align:left; float:left;}
.banner-text h3 {font-family: 'Hind Madurai', sans-serif; color:#2d2b28; font-size:42px; text-decoration:none;font-weight:300; text-transform:uppercase;}
.banner-text p {font-family: 'Hind Madurai', sans-serif; color:#2c2b28; font-size:20px; text-decoration:none;font-weight:300;padding-bottom:16px; }
.btn-default {height:43px;padding:0 35px;background:#fff;border:none;border-radius:0;font-family: 'Lato', sans-serif;font-weight:700;font-size:15px;color:#292929; line-height: 24px;
text-transform:uppercase; transition-duration:0.5s;}
.btn-default:hover{background:#EC1C24; transition-duration:0.5s;color:#fff;}
.btn-default.red-btn{background:#EC1C24;margin-right:8px; color:#fff;}
.btn-default.red-btn:hover{background:#fff; color:#ec1c24;}

.welcome-div .management-div {float:left; width:25%;}
.padding-0{padding:0 !important}
.welcome-div{background:#fff;}
.welcome-div .b-box{background:#919291 url(../../../wp-content/uploads/2017/05/right.png) no-repeat center right; height:237px;padding-left:60px;padding-top:40px;margin-top: -168px; text-align: left;}
.welcome-div .b-box img {transition-duration:0.5s;}
.welcome-div .b-box:hover img{transform: translatey(-10px);}
.welcome-div .b-box h4{font-family: 'Hind Madurai', sans-serif; color:#fff;font-size:16px; text-decoration:none;font-weight:500; text-transform:capitalize;
line-height:27px;margin:0;padding-top:10px;}
.welcome-div .b-box p{font-family: 'Hind Madurai', sans-serif; color:#fff;font-size:14px; text-decoration:none;font-weight:300;}
.welcome-div .b-box .icon-box {min-height:71px;}
.welcome-div .b-box.border-none{background:#919291;}

.rest .rest-left-div {float:left; width:66.66%;padding:0 15px 0 0;}
.rest .rest-right-div {float:left; width:33.33%;padding:0 0px 0 15px;}
.rest{padding:41px 0 14px;background:#fff;}
.rest h3{font-family: 'Hind Madurai', sans-serif; color:#404040;font-size:48px; font-weight:500; padding-bottom: 20px; }
.rest p{font-family: 'Open Sans', sans-serif; color:#404040;font-size:18px; font-weight:400; line-height:30px;text-align:justify; margin-bottom:16px;}
.rest h4{font-family: 'Open Sans', sans-serif; color:#404040;font-size:24px; font-weight:400; line-height:30px;padding:28px 0 6px;}
.left-p{float:left;width:48%;background: #eee; padding: 12px;min-height: 148px;}
.left-p.right-p{float:right;}

.rest .right-area{background:none; padding:0 29px 0;margin-top: 75px;}
.rest .right-area .right-img {overflow:hidden;position: relative; top: -10px;}
.rest .right-area img{width:100%;transition-duration:0.7s;}
.rest .right-area .right-img:hover img{transform:scale(1.1);}
.rest .right-area h6{font-family: 'Hind Madurai', sans-serif; color:#fff;font-size:30px; font-weight:500; text-transform:uppercase; line-height:30px;
text-align:center;background:#ec1c24;width:336px;margin:-18px auto 0;padding:16px 0; position:relative;}
.rest .right-area h6 a{color:#fff; font-size:18px; display:block;}

#featured-post-8 {width:1164px; margin:0 auto; height:240px;}
#featured-post-8 article {float:left; width:344px;margin:0 22px !important;border: none; border-radius: 12px;}
#featured-post-8 article img {border-radius: 12px 12px 0 0; height: 240px; object-fit: cover; transition-duration: 0.7s; width: auto;  height: auto; text-align: center; display: block; margin: 0 auto;}
#featured-post-8 a.alignleft, #featured-post-8 a.alignnone, #featured-post-8 a.alignright{width:100%;}
#featured-post-8 .entry-title a {color: #262629; font-family: "Open Sans",sans-serif; font-size: 20px; font-weight: 300; padding-bottom: 17px;}
#featured-post-8 .entry-header { padding: 0;margin-top: 10px; background:#fff; min-height:120px; text-align: center;}
#featured-post-8 .entry-header h2 {margin-top:7px; line-height:23px;}
#featured-post-8 img.alignnone, #featured-post-8 .alignnone{margin-bottom:0;}
#featured-post-8 .entry-content{background:#fff;height: 67px; margin-top: -5px;border-radius: 0 0 12px 12px; display: none;}
#featured-post-8 .entry-content p{font-size:0;}
#featured-post-8 p a { color: #262629; font-family: "Montserrat",sans-serif; font-size: 15px; font-weight: 400; text-transform: uppercase;
padding-left:23px;top: 18px; position:relative;}
#featured-post-8 p a:hover { color: #eb121b; text-decoration: none;}

.rented {padding:12px 0 0; margin-top: 70px;}
.rented h3{font-family: 'Hind Madurai', sans-serif; color:#404040;font-size:36px; font-weight:400; line-height:36px; text-align:center; padding-bottom:17px;}
.rented h3 span{display:block; font-size:24px;}
.rented p {text-align:center;}

#featured-listings-4 {display:none;}
#text-9 {display:none;}
#text-10 {display:none;}

.latest{background:#fff; padding-bottom: 64px; margin-top:-10px;}
.latest h3{font-family: 'Hind Madurai', sans-serif; color:#ec1c24;font-size:36px; font-weight:400; line-height:30px;padding-top: 0; text-align:center;}
.latest-blogs .blog-box{ background:#fafafa;height:322px;margin-top:-40px;}

#featured-post-9 .widget-title {display:none;}
#featured-post-9 {margin-top:0;background:#fff; height:322px; width:1228px;margin:-35px auto 0;padding-top: 31px;}
#featured-post-9 article {background:transparent !important; padding-left:30px; padding-right: 30px; border-right: 1px solid #ff0000; width:32%; text-align:left;margin-bottom: 0; padding-bottom: 0;}

#featured-post-9 article:last-child{
	border: none;
}

#featured-post-9 .entry-header {left: 0;  position: relative;}
#featured-post-9 .entry-title{line-height:20px; min-height:57px;}
#featured-post-9 .entry-title a {  color: #eb121b; font-family: 'Hind Madurai', sans-serif; color:#ec1c24;font-size:20px; font-weight:700;}
#featured-post-9 article img{float: left; margin-top: 117px;}
#featured-post-9 article p {font-family: 'Hind Madurai', sans-serif; color:#202323;font-size:12px; font-weight:300; line-height:18px;}
#featured-post-9 article p a {display:block; border:2px solid #eb121b;float: left; padding: 6px 9px; margin-top: 59px;}
#featured-post-9 article .entry-meta {position: relative; top: -18px;}
#featured-post-9 article .entry-content {margin-top: -11px;  padding-top: 0 !important;}
.entry-author {display:none !important;}

#text-11 {display:none;}
#text-12 {margin:0 !important;}

.business{background:#ec1c24; padding-top: 25px;
	background-image: url(https://www.rented.co.nz/wp-content/uploads/2017/06/testi-bk.jpg);
	background-size: cover;
	background-position: top left;
	background-repeat: no-repeat;
	height: 200px;

}
.business h4{font-family: 'Hind Madurai', sans-serif; color:#fff;font-size:36px; font-weight:400; line-height:30px;margin:0;padding-top:20px; padding-left:20px; text-align:left}
.business h4 a{color:#fff !important;}
.business .btn-default {height:64px;padding:0 48px; background:transparent;border:1px solid #fff;font-family: 'Open Sans', sans-serif; color:#fff;font-size:28px;
font-weight:300; transition-duration:0.5s;}
.business .btn-default:hover{background:#fff; color:#ec1c24;}
.business-left {float:left;width:75%;}
.business-right {text-align:left;width: auto; display: inline-block; margin-left: 30px; margin-top: 42px;}

.business .testi-box{
	width: 70%;
	display: inline-block;
	vertical-align: top;
}

.business .testi-box p{
	text-align: right;
	font-family: 'Hind Madurai', sans-serif;
	font-size: 28px;
	font-weight: 300;
	color: #fff;
	line-height: 34px;
	margin-top: 30px;
}

.Client{background:url(../../../wp-content/uploads/2017/05/t-b_02.png) no-repeat center; background-size:cover;height:578px; padding-top:7px; display: none;}
.Client h3{font-family: 'Hind Madurai', sans-serif; color:#ec1c24;font-size:36px; font-weight:400; line-height:30px; text-align:left;padding-top: 75px;}
.Client p{font-family: 'Open Sans', sans-serif; color:#404040;font-size:18px; font-weight:300; line-height:30px; text-align: justify; width: 45%;padding-bottom: 23px;}
.Client p span{font-family: 'Hind Madurai', sans-serif; color:#ec1c24;font-size:172px;font-weight:400; display:block;padding-top: 56px; position: relative; top: 25px;}
.Client .btn-default {padding:0 10px;float: right; margin-right: 23%; margin-top: 7px;}

.footer {
	/*background:url(https://www.rented.co.nz/wp-content/uploads/2017/05/footer_02.png) no-repeat center; 
	background-size:cover;
	height:581px; */
	padding-top:75px;}

.footer .f-left {width:58.3333%; float:left;padding-right:15px; margin-top: 120px;}
.footer-widgets-1 { float: none; width: 100%;}
.footer .f-right{width: 41.6667%; float:left;padding-right:15px;}
.footer .footer-offer{float:left; margin-top:80px; margin-right:10px; border-right: 1px solid #ffffff;padding-right: 23px;margin-bottom:60px;
	display: none;
}
.footer .offer-img{float:left;}
.footer .offer-img img{  position: relative; top: -10px; transition-duration:0.7s;}
.footer .footer-offer:hover .offer-img img {transform:translatey(-10px);}
.footer-widgets .wrap { padding: 0;margin-top: -5px; padding: 0;}
.footer .offer-content{float:left; font-family: 'Poppins', sans-serif;font-size:13px;color:#fff; text-transform:uppercase;line-height:21px}
.footer-offer.last-child {border:none;}

.footer .q-links {float:left;width:33.33%;}
.footer .q-links h4{font-family: 'Hind Madurai', sans-serif; color:#fff;font-size:20px; font-weight:700; text-transform:uppercase; padding:0 0 12px;}
.footer .q-links ul{padding:0; }
.footer .q-links ul li{font-family: 'Hind Madurai', sans-serif; color:#fff;font-size:14px; font-weight:300; line-height:30px; text-transform:uppercase;
background:url(../../../wp-content/uploads/2017/05/l-a_03.png) no-repeat center left; list-style:none;padding-left: 26px;}
.footer .q-links ul li a{color:#fff;}
.q-links.contact-us ul li {text-transform:inherit;background:none;}
.q-links.contact-us ul li:nth-child(2) {background:url(../../../wp-content/uploads/2017/05/p_03.png) no-repeat center left;}
.q-links.contact-us ul li:nth-child(4) {background:url(../../../wp-content/uploads/2017/05/ph_03.png) no-repeat center left;}
.q-links.contact-us ul li:nth-child(5) {background:url(../../../wp-content/uploads/2017/05/en_03.png) no-repeat center left;}
.q-links.map-div{border:3px solid #ec1c24;height:200px;margin-top:14px;}
.form-box{background:#ec1c24;height:auto;border-radius:7px;padding:16px 45px 0;}
.q-links ul li:hover {color:#ec1c24;}
.q-links ul li a:hover {color:#ec1c24;}

.footer-form {text-align:center;}
.footer-form img {border-bottom:1px solid #fff;margin-bottom: 12px; padding-bottom: 24px;}
.footer-form h4 {font-family: 'Open Sans', sans-serif; color:#fff;font-size:48px; font-weight:800; text-align:center;line-height:36px;
padding-bottom: 6px;}
.footer-form p {font-family: "Open Sans",sans-serif; font-size:30px; line-height:48px; color:#fff;text-transform:uppercase;}
.footer-form h6 {font-family: 'Hind Madurai', sans-serif; color:#fff;font-size:18px; font-weight:300;}
.footer-form label {font-family: 'Hind Madurai', sans-serif; color:#fff;font-size:12px; font-weight:300;position: relative;top: -17px;}
.footer-form input { background: rgba(0, 0, 0, 0) none repeat scroll 0 0; border: 2px solid #ffffff; height: 30px; color:#fff;}
.footer-form select {background: rgba(0, 0, 0, 0) none repeat scroll 0 0; border: 2px solid #ffffff; height: 30px; color:#fff;}
.footer-form textarea {height:75px;background: rgba(0, 0, 0, 0) none repeat scroll 0 0; border: 2px solid #ffffff; color:#fff; margin-top: 10px;}
.footer-form button {border:1px solid #fff; height:63px; padding:0 60px;font-family: "Open Sans",sans-serif; font-size:28px;  color:#fff;text-transform:uppercase; background: rgba(0, 0, 0, 0) none repeat scroll 0 0; margin-top:15px;transition-duration: 0.5s;}
.footer-form button:hover { background: #ffffff none repeat scroll 0 0; color: #ec1c24;}
.footer-form .left-div {float:left; width:47%;margin-bottom: -9px;}
.footer-form .left-div.right-div {float:right;}
.footer-form .wpcf7-submit {height:35px;width:142px;background:#f3f3f3;border-radius:3px;border:none; color:#c03200;padding:0;
font-family: 'Hind Madurai', sans-serif; font-size:20px; font-weight:700; text-transform:uppercase;margin: 7px auto; display:block;}
.footer-form ::-moz-placeholder {color:#fff !important;}
.footer-form option {background:#fff; color:red;}

.copy-right-div{padding-bottom:20px;}
.copy-right-div h6{float:left;font-family: 'Hind Madurai', sans-serif; color:#646464;font-size:14px; font-weight:500; text-transform:uppercase;margin:0;
 margin: -10px 0 0;}
.copy-right-div p{float:right;font-family: 'Hind Madurai', sans-serif; color:#363636;font-size:14px; font-weight:300;}
.content-area {border-top:1px solid #d9d9d9;padding-top:25px;margin-top: -62px;}
.copy-right-div .copy-left {width: 58.3333%; float: left;  padding-right: 15px;}
.copy-left .fa { font-size: 30px;margin: 0 2px;}
.copy-left span {position: relative;top: 7px;}
.site-footer {display:none;}


.wrap {max-width:100% !important;}
.content, .footer-widgets-2, .home-middle-3, .site-header .widget-area {width:100% !important;}
.nav-primary { position: relative;  top: -422px; width:1228px; margin:0 auto;background: #ec3038 none repeat scroll 0 0;}
.home .nav-primary {top: -495px;}
.genesis-nav-menu a {border: medium none; color: #ffffff; float: left; font-family: "Roboto",sans-serif; font-size: 16px; font-weight: 500;
list-style: outside none none; padding: 15px 15px 11px ; text-transform: uppercase;}
.genesis-nav-menu .sub-menu a {text-transform:capitalize;color:#fff !important;}
.genesis-nav-menu > li.menu-item-has-children:hover > a, .genesis-nav-menu a:hover, .genesis-nav-menu .current-menu-item > a, .genesis-nav-menu .sub-menu .current-menu-item > a:hover {
    color: #000;
}
.genesis-nav-menu .sub-menu a:hover {background:#27282b;}
.genesis-nav-menu .sub-menu {top:42px;}

/* Inner-pages */
.content-sidebar-wrap {width:1228px;margin:0 auto;}
.fix-icon {left: auto;  position: fixed;  right: 0; top: 257px; background:#f4f4f4;padding:10px 10px; z-index: 200;}
.fix-icon .fa{display: block; font-size: 30px;color:#4D6FA9;}
.fix-icon .fa.fa-youtube-play {color:#D8362A;}
.fix-icon .fa.fa-twitter {color:#65BBF2;}
.fix-icon .fa.fa-linkedin {color:#007AAA;}
.fix-icon .fa.fa-instagram {color:#C04FBD;}
.fix-icon .fa:hover {color:#ec1c24;}

.custom_search p {margin:0 !important;padding:0 !important;}
.custom_search {background:transparent !important;padding:0 !important;margin-bottom: 49px !important;
    margin-top: -10px !important; height:51px;}
.custom_search .searchform-popup {padding:0 !important; height:35px; width:100% !important;background:rgba(255, 255, 255, 0.4) none repeat scroll 0 0 !important; border-radius:0 !important;
border:1px solid #333131;}
.custom_search .searchform-popup fieldset {margin:0; padding:0;}
.custom_search .searchform-popup textarea {background:transparent !important;color:#fff !important;}
.custom_search .searchform-popup input {color:#000 !important;}
.custom_search .searchform-popup .serachbox {height:35px !important;background:transparent !important;margin:0 !important; padding:0 !important;}
.searchform-popup .text {height:35px !important;width:65% ;}
.custom_search .searchform-popup .btn-special {height:34px !important;background:transparent !important;margin:0 !important; padding:0 !important;
border-radius:0 !important;border-left:1px solid #333131; position: relative; top: -4px; font-size:0;width: 45px;}
.searchform-popup .text .fa {color: #000;float: right;left: 58px; position: relative; top: 7px;}
.custom_search .searchform-popup .serachbox::-moz-placeholder{font-family: 'Hind Madurai', sans-serif; color:#000;font-size:12px;font-weight:300;}

.number-area button  {
    background-color: transparent;
    color: white;
    padding: 0px;
    border: none;
    cursor: pointer;
outline:none !important;
}

.number-area button:hover, .number-area button:focus {
    background-color: transparent;
}

.number-area button {
    position: relative;
    display: inline-block;
}



.w3-show a {
  border-bottom: 1px solid #dddddd;
    color: #272727;
    display: block;
    font-size: 14px;
    padding: 2px 10px;
    text-decoration: none;
}


.w3-border {    display: none;
    position: absolute;
    background-color: #fff;
    min-width: 160px;
    overflow: auto;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
    z-index: 1;}
.w3-show {display:block;}

.page-id-44 .banner-text {display:none;}
.banner-text.about {display:none;}
.page-id-44 .banner-text.about {display:block;}

#mc_embed_signup form {padding: 0px 4px !important;}
#mc_embed_signup .button {background:#ec1c24 !important; height:32px !important;}


/*---- SAKM ---*/

.home-middle-3 a.alignleft{
	display: none;
}

hr.horz-line{
	margin: 0 auto 50px;
	width: 70%;
	border: none;
	border-top: 1px solid #dedede;
	clear: both;
}

p-0{
	padding-left: 0;
	padding-right: 0;
}

h4.red-heading{
	color: #ec1c24;
  font-size: 19px;
    font-weight: 600;
 font-family: "Lato",sans-serif;
padding: 9px 0;
    width: 100%;
margin: 0 auto 10px;
text-align: left;
}

.sub-heading{
	font-weight: 300;
 	font-family: "Lato",sans-serif;
	font-size: 22px;
	color: #4b4b4b;
	margin: 0 0 15px;
}

.entry-header .entry-meta{
	margin-bottom: 10px;
}

.one-half.diff-margin {
    margin-left: 0;
    margin-right: 25px;
}

.entry-content ul.arrow-list{
	margin-left: 0;
}

.entry-content ul.arrow-list.half-width{
	width: 49%;
	display: inline-block;
	vertical-align: top;
}

.entry-content ul.arrow-list li{
	list-style: none ;
	color: #404040;
}

.entry-content ul.arrow-list li .fa{
	color: #404040;
	margin-right: 10px;
}

.entry-content ol.num-list{
	margin-left: 0;
}

.entry-content ol.num-list li{
	list-style: none;
	padding-left: 45px;
	margin-bottom: 5px;
	padding-bottom: 5px;
	background-position: top left;
	background-repeat: no-repeat;
}

.entry-content ol.num-list li:nth-child(1){
	background-image: url('../../../images/num-one.jpg');
}

.entry-content ol.num-list li:nth-child(2){
	background-image: url('../../../images/num-two.jpg');
}

.entry-content ol.num-list li:nth-child(3){
	background-image: url('../../../images/num-three.jpg');
}

.entry-content ol.num-list li:nth-child(4){
	background-image: url('../../../images/num-four.jpg');
}

.entry-content ol.num-list li span{
	/*display: inline-block;
	border: 2px solid #ec1c24;
	width: 30px;
	height: 30px;
	line-height: 25px;
	border-radius: 30px;
	text-align: center;
	margin-right: 10px;

	color: #ec1c24;
  font-size: 19px;
    font-weight: 600;*/
}

.page-id-18 .sidebar .widget{
	padding-top: 0;
}

/*---- footer slider (owl-carousel)-----*/

.footer-slider.owl-carousel .owl-item .item{
	height: 431px;
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
	
}

.footer-slider.owl-carousel .owl-item .item.item1{
	background-image: url('../../../images/auckland.jpg');
}

.footer-slider.owl-carousel .owl-item .item.item2{
	background-image: url('../../../images/dunedin1.jpg');
}

.footer-slider.owl-carousel .owl-item .item.item3{
	background-image: url('../../../images/taranaki.jpg');
}

.footer-slider.owl-carousel .owl-item .item.item4{
	background-image: url('https://www.rented.co.nz/wp-content/uploads/2017/07/chrischurch.jpg');
}

.footer-slider.owl-carousel .owl-item .item.item5{
	background-image: url('https://www.rented.co.nz/wp-content/uploads/2017/07/nelson.jpg');
}

.ff-box .form-box{
	width: 33%;
	position: relative;
	z-index: 100;
	float: right;
	/* margin-top:  -415px; */
padding-bottom:40px;
}

/* The Modal (background) */
.modal {
    display: none; /* Hidden by default */
    position: fixed; /* Stay in place */
    z-index: 99999; /* Sit on top */
    padding-top: 100px; /* Location of the box */
    left: 0;
    top: 0;
    width: 100%; /* Full width */
    height: 100%; /* Full height */
    overflow: auto; /* Enable scroll if needed */
    background-color: rgb(0,0,0); /* Fallback color */
    background-color: rgba(0,0,0,0.4); /* Black w/ opacity */
}

/* Modal Content */
.modal-content {
    background-color: #fefefe;
    margin: auto;
    border: 1px solid #888;
    width: 60%;
padding:20px;
}

/* The Close Button */
.close {
    color: #aaaaaa;
    float: right;
    font-size: 28px;
    font-weight: bold;
}

.close:hover,
.close:focus {
    color: #000;
    text-decoration: none;
    cursor: pointer;
}
.red-page-cta.div-400 button {background-color: rgba(0, 0, 0, 0) !important; color: #ffffff;
    font-family: "Lato",sans-serif;
    font-size: 15px;
    font-weight: 700;
    text-align: center;
    text-transform: uppercase; padding:0;}
.form-rented-div .wpcf7 .left { float:left; width:45%; margin-right:3%; margin-bottom:15px!important;}
.form-rented-div .wpcf7 .left .wpcf7-text { border:none; padding:15px; background:#f1f2f3; border-radius:4px;
width:100%;}
.form-rented-div .wpcf7 .wpcf7-textarea { border:none; padding:15px; width:93%; background:#f1f2f3; border-radius:4px;}
.form-rented-div .wpcf7 .wpcf7-submit { border:none; background:#ec1c24 ; color:#fff; font-size:20px; font-family: 'Lato', sans-serif; font-weight:300; text-transform:uppercase;padding:10px 30px;border-radius:0px; transition-duration:0.5s; }


/* Responsive */
@media screen and (max-width: 1257px) and (min-width: 1200px){
.nav-primary {width:100% !important; padding:0 15px;}
.genesis-nav-menu a {padding:15px 13px;}
.banner-text {width:55%;}
.content-sidebar-wrap {width:100%;padding:0 15px;}
.container{width:100% !important; padding:0 15px;}
.top-main-area .third-div{margin-right:4px;}
.business h4{font-size:35px;}
.footer .footer-offer{margin-right:4px;}
.number-area h6{font-size:28px;}
.number-area input {width: 77% !important;}
.home-featured .wrap {padding:0;}
.home-featured .widget:last-child {margin-bottom:0;}
#featured-post-9 {width:100%;}

.content-sidebar .content, .content-sidebar-sidebar .content, .sidebar-content-sidebar .content {width:65% !important;}
.footer-form p {font-size:25px;}
}

@media screen and (max-width: 1199px) and (min-width: 992px){
.nav-primary {width:100% !important; padding:0 15px; top:-400px; margin-bottom:-48px;}
.container{width:100% !important;padding:0 3%;}
.content-sidebar-wrap {width:100%;padding:0 15px;}
.top-main-area {height:auto; padding-bottom:3%;}
.top-main-area .third-div{margin-right:4px;}
.business h4{font-size:28px;}
.footer .footer-offer{margin-right:4px;}
.top-main-area .second-div { padding: 7px 5px 0;}
.number-area{padding-top:3%;float: left; text-align: right; width: 100%; float:left;}
.nav-area ul li{padding:10px; font-size:15px;}
.welcome-div .b-box{margin-top:0;}
.rest .right-area h6{width:100%;}
.rented .row { margin: 0 -15px; padding: inherit;}
.rented .r-box{width:100%;}
.rented .r-box h4{font-size:17px;}
.business .btn-default{padding:0 25px;}
.Client p{font-size:14px;}
.footer-offer.last-child {margin-top:0;}
.footer{height:auto;}
.content-area{margin-top:30px;}
.home-featured .wrap {padding:0;}
.home-featured .widget:last-child {margin-bottom:0;}
#featured-post-9 {width:100%;}
.number-area input { width: 91% !important;}
.home-middle-2, .home-middle-3 {margin-top:0;}
#featured-post-8 {width:100%;}
#featured-post-8 article {width:30% !important; margin:0 16px !important;}
#featured-post-9 .entry-title a {font-size:15px;}
#featured-post-9 .entry-title {line-height:18px;}
.home-bottom, .home-top {padding:0;}
.copy-right-div .copy-left {width:100%; padding-right:0;}
.footer .q-links ul li {font-size:13px;}
.content-sidebar .content, .content-sidebar-sidebar .content, .sidebar-content-sidebar .content {width:100% !important;}

.searchform-popup .text .fa {left:11%;}
.searchform-popup .text {width:88%;}

#featured-post-8 .entry-header {padding:2% ; min-height:135px;}
.banner-text {width:100%;}
.custom_search {height:auto;}
.welcome-div { margin-top: -48px;}

.banner-text.about {width:100%; padding:0 0 20px;}
.footer .q-links {width:50%;}

.footer-form h4 {font-size:30px;}
.footer-form p {font-size:20px; line-height:35px;}
.footer-form button {font-size:20px; padding:0 30px;}

}

@media screen and (max-width: 991px) and (min-width: 960px){
.nav-primary {width:100% !important; padding:0 15px; top:-400px; margin-bottom:-48px;}
.container{width:100% !important; padding:0 3%;}
.content-sidebar-wrap {width:100%;padding:0 15px;}
.top-main-area .third-div{margin-right:4px;}
.top-main-area {height:auto; padding-bottom:3%;}
.business h4{font-size:27px;}
.footer .footer-offer{margin-right:4px;}
.top-main-area .second-div { padding: 7px 5px 0;}
.number-area{padding-top:3%;float: left; text-align: right; width: 100%; float:left;}
.nav-area ul li{padding:11px; font-size:14px;}
.welcome-div .b-box{margin-top:0;}
.rest .right-area h6{width:100%;}
.rented .row { margin: 0 -15px; padding: inherit;}
.rented .r-box{width:100%;}
.rented .r-box h4{font-size:16px;}
.business .btn-default{padding:0 25px;}
.Client p{font-size:14px;}
.footer-offer.last-child {margin-top:0;}
.footer{height:auto;}
.content-area{margin-top:30px;}
.welcome-div .b-box{padding-left:30px; }
.rest .right-area{width:424px;margin:20px auto;width:100%;}
.business{text-align:center;padding:3% 0;height:auto;}
.business .btn-default{margin-top:3%;}
.footer .q-links ul li{font-size:13px;}

.home-featured .wrap {padding:0;}
.home-featured .widget:last-child {margin-bottom:0;}
#featured-post-9 {width:100%; height:360px;}
.number-area input { width: 91% !important;}
.home-middle-2, .home-middle-3 {margin-top:0;}
#featured-post-8 {width:100%;}
#featured-post-8 article {width:30% !important; margin:0 16px !important;}
#featured-post-9 .entry-title a {font-size:14px;}
#featured-post-9 .entry-title {line-height:15px;}
.home-bottom, .home-top {padding:0;}
.copy-right-div .copy-left {width:100%; padding-right:0;}
.footer .q-links ul li {font-size:13px;}
.content-sidebar .content, .content-sidebar-sidebar .content, .sidebar-content-sidebar .content {width:100% !important;}

.searchform-popup .text .fa {left:11%;}
.searchform-popup .text {width:88%;}

#featured-post-8 .entry-header {padding:2% ; min-height:135px;}
.banner-text {width:100%;}
.custom_search {height:auto;}
.welcome-div { margin-top: -48px;}
.banner-text.about {width:100%; padding:0 0 20px;}
.footer .q-links {width:50%;}

.footer-form h4 {font-size:30px;}
.footer-form p {font-size:20px; line-height:35px;}
.footer-form button {font-size:20px; padding:0 30px;}
}

@media screen and (max-width: 959px) and (min-width: 768px){
.nav-primary {width:100% !important; padding:0 15px; top:0;}
.number-area .input-lg {width:90% !important;}
.container{width:100% !important; padding:0 3%;}
.content-sidebar-wrap {width:100%;padding:0 15px;}
.logo-div {padding:0 15px;}
.logo-area img{width:100%;}
.top-main-area .logo-right-area{padding-left:0;}
.top-main-area .third-div{margin-right:4px;}
.business h4{font-size:28px;}
.footer .footer-offer{margin-right:4px; margin-top:0;border:none;margin-bottom:5%;}
.top-main-area .second-div { padding: 7px 5px 0;}
.number-area{padding-top:3%;float: left; text-align: right; width: 100%; float:left;}
.nav-area ul li{padding:11px; font-size:14px;}
.welcome-div .b-box{margin-top:0;}
.rest .right-area h6{width:100%;}
.rented .row { margin: 0 -15px; padding: inherit;}
.rented .r-box{width:100%;}
.rented .r-box h4{font-size:16px;}
.business .btn-default{padding:0 25px;}
.Client{height:auto; padding-bottom:3%;}
.Client p{font-size:14px;}
.footer-offer.last-child {margin-top:0;}
.footer{height:auto;padding:3% 0;}
.content-area{margin-top:30px;}
.welcome-div .b-box{padding-left:10px;}
.wrap {padding:0 !important;}
.rest .right-area{width:100%;margin:20px auto;}
#featured-post-8 {width:100%;}
#featured-post-8 article {margin:0 1px !important; width:33%;}
.business{text-align:center;padding:3% 0;height:auto;}
.business .btn-default{margin-top:3%;}
.footer .q-links ul li{font-size:13px;}
.banner-text{padding-top:0; width:100%;}
.top-main-area{height:auto;padding-bottom:3%;}
.footer .q-links h4 {font-size:15px;}
.copy-right-div{padding-bottom:2%;}

.business .btn-default {font-size:20px;}
#featured-post-9 {width:100%;height:360px;}
#featured-post-9 .entry-header {left:0;}
#featured-post-9 article img {margin-top:0;}
#featured-post-9 .entry-header {padding-top:0;}
#featured-post-9 article p a {margin-top:25px;}
.home-bottom, .home-top {padding:0;}
.form-box {padding:16px 10px 0;}
.copy-right-div .copy-left {width:100%; padding-right:0;}
.footer .q-links ul li {font-size:13px;}
.responsive-menu-icon::before {color:#fff;}
.genesis-nav-menu.responsive-menu .menu-item, .responsive-menu-icon {background:#27282b;}
.genesis-nav-menu.responsive-menu .sub-menu li.current-menu-item > a:hover, .genesis-nav-menu.responsive-menu li a, .genesis-nav-menu.responsive-menu li a:hover, .genesis-nav-menu.responsive-menu li.current-menu-item > a, .site-header .genesis-nav-menu.responsive-menu li a {
    border: medium none;
    display: block;
    float: none;
    padding: 0 0 0 15px;
    text-transform: none;
    width: 100%;
	line-height:36px;
}
.content-sidebar .content, .content-sidebar-sidebar .content, .sidebar-content-sidebar .content {width:100% !important;}
.genesis-nav-menu.responsive-menu .sub-menu li a, .genesis-nav-menu.responsive-menu .sub-menu li a:hover  {padding:0;}
.genesis-nav-menu.responsive-menu > .menu-item > .sub-menu {top:0;}

.searchform-popup .text .fa {left:11%;}
.searchform-popup .text {width:88%;}
.custom_search .searchform-popup .btn-special {top:-3px;}

#featured-post-8 .entry-header {padding:2%;}
.footer .f-left {margin-top:0; padding:0 10px;}
.footer .q-links {width:50%;}
.banner-text.about {width:100%; padding:0 0 20px;}
.home .nav-primary {top:0;}
.home .top-main-area {height:auto; padding-bottom:0;}

.footer-form h4 {font-size:25px;}
.footer-form p {font-size:16px; line-height:30px;}
.footer-form button {font-size:18px; padding:0 25px;}
}

@media screen and (max-width: 767px) and (min-width: 620px){
	.nav-primary {width:100% !important; padding:0 15px;}
.number-area .input-lg {width:90% !important;}
.container{width:100% !important; padding:0 3%;}
.content-sidebar-wrap {width:100%;padding:0 15px;}
.logo-div {padding:0 15px 15px;width:100% ;text-align:center;}
.logo-right-div { float: none;  width: 100%;}
.top-main-area .first-div {float:none;}
.top-main-area .second-div {float:none;}
.logo-area img{width:auto;}
.top-main-area .logo-right-area{padding-left:0;}
.top-main-area .third-div{margin-right:0px; float:none;padding:0;border:none;}
.welcome-div .management-div {width:50%;}
.rest .rest-left-div {width:100%;}
.rest .rest-right-div {width:100%;}
.business h4{font-size:28px; text-align:center;}
.footer .footer-offer{margin-right:4px; margin-top:0;border:none;margin-bottom:5%;}
.top-main-area .second-div { padding: 7px 5px;}
.number-area{padding-top:3%;float: left; text-align: right; width: 100%; float:left;}
.nav-area ul li{padding:11px; font-size:14px;}
.welcome-div .b-box{margin-top:0;}
.rest .right-area h6{width:100%;}
.rented .row { margin: 0 -15px; padding: inherit;}
.rented .r-box{width:100%;}
.rented .r-box h4{font-size:16px;}
.business .btn-default{padding:0 25px;}
.Client{height:auto; padding-bottom:3%;}
.Client p{font-size:14px;}
.footer-offer.last-child {margin-top:0;}
.footer{height:auto;padding:3% 0;}
.content-area{margin-top:30px;}
.welcome-div .b-box{padding-left:10px;}
.wrap {padding:0 !important;}
.rest .right-area{width:100%;margin:20px auto;}
#featured-post-8 {width:100%;}
#featured-post-8 article {margin:0 1px !important; width:33%;}
.business{text-align:center;padding:3% 0;height:auto;}
.business .btn-default{margin-top:3%;}
.footer .q-links ul li{font-size:13px;}
.banner-text{padding-top:0; width:100%;}
.top-main-area{height:auto;padding-bottom:3%;}
.footer .q-links h4 {font-size:15px;}
.copy-right-div{padding-bottom:2%;}

.business .btn-default {font-size:20px;}
#featured-post-9 {width:97%;height:444px;}
#featured-post-9 article {width:100%; padding-bottom:3%;padding-left:15px;}
#featured-post-9 .entry-header {left:0;}
#featured-post-9 article img {margin-top:0;}
#featured-post-9 .entry-header {padding-top:0;}
#featured-post-9 article p a {margin-top:25px;}
.home-bottom, .home-top {padding:0;}
.form-box {padding:16px 10px 0;}
.copy-right-div .copy-left {width:100%; padding-right:0;}
.footer .q-links ul li {font-size:13px;}
.business-left {float:none; width:100%;}
.business-right {float:none; width:100%;}
.responsive-menu-icon::before {color:#fff;}
.nav-primary {top:0;}
.genesis-nav-menu.responsive-menu .menu-item, .responsive-menu-icon {background:#27282b;}
.genesis-nav-menu.responsive-menu .sub-menu li.current-menu-item > a:hover, .genesis-nav-menu.responsive-menu li a, .genesis-nav-menu.responsive-menu li a:hover, .genesis-nav-menu.responsive-menu li.current-menu-item > a, .site-header .genesis-nav-menu.responsive-menu li a {
    border: medium none;
    display: block;
    float: none;
    padding: 0 0 0 15px;
    text-transform: none;
    width: 100%;
	line-height:36px;
}
.content-sidebar .content, .content-sidebar-sidebar .content, .sidebar-content-sidebar .content {width:100% !important;}
.genesis-nav-menu.responsive-menu .sub-menu li a, .genesis-nav-menu.responsive-menu .sub-menu li a:hover  {padding:0;}
.genesis-nav-menu.responsive-menu > .menu-item > .sub-menu {top:0;}

.searchform-popup .text .fa {left:11%;}
.searchform-popup .text {width:88%;}
.custom_search .searchform-popup .btn-special {top:-3px;}
#featured-post-8 .entry-header {padding:3%; min-height:170px;}
.form-rented-div .wpcf7 .left {float:none; width:100%; margin-right:0;}
.form-rented-div .wpcf7 .wpcf7-textarea {width:100%;}
.footer .f-left {margin-top:0; padding:0 10px;}
.footer .q-links {width:50%;}
.banner-text.about {width:100%; padding:0 0 20px;}

.home .nav-primary {top:0;}
.home .top-main-area {height:auto; padding-bottom:0;}

.footer-form h4 {font-size:20px;}
.footer-form p {font-size:14px; line-height:25px;}
.footer-form button {font-size:15px; padding:0 20px;}
}

@media screen and (max-width: 619px) and (min-width: 320px){
.form-rented-div .wpcf7 .left {float:none; width:100%; margin-right:0;}
.form-rented-div .wpcf7 .wpcf7-textarea {width:100%;}
	.nav-primary {width:100% !important; padding:0 15px;}
.btn-default {padding:0 20px;}
.number-area .input-lg {width:88% !important;}
.container{width:100% !important; padding:0 3%;}
.content-sidebar-wrap {width:100%;padding:0 15px;}
.logo-div {padding:0 15px 15px;width:100% ;text-align:center;}
.logo-right-div { float: none;  width: 100%;}
.top-main-area .first-div {float:none;}
.top-main-area .second-div {float:none;}
.logo-area img{width:auto;}
.top-main-area .logo-right-area{padding-left:0;}
.top-main-area .third-div{margin-right:0px; float:none;padding:0;border:none;}
.welcome-div .management-div {width:100%;}
.rest .rest-left-div {width:100%;}
.rest .rest-right-div {width:100%;}
.business h4{font-size:28px; text-align:center;}
.footer .footer-offer{margin-right:4px; margin-top:0;border:none;margin-bottom:5%;}
.top-main-area .second-div { padding: 7px 5px;}
.number-area{padding-top:3%;float: left; text-align: right; width: 100%; float:left;}
.nav-area ul li{padding:11px; font-size:14px;}
.welcome-div .b-box{margin-top:0;}
.rest .right-area h6{width:100%;}
.rented .row { margin: 0 -15px; padding: inherit;}
.rented .r-box{width:100%;}
.rented .r-box h4{font-size:16px;}
.business .btn-default{padding:0 25px;}
.Client{height:auto; padding-bottom:3%;}
.Client p{font-size:14px;}
.footer-offer.last-child {margin-top:0;}
.footer{height:auto;padding:3% 0;}
.content-area{margin-top:30px;}
.welcome-div .b-box{padding-left:10px;background:#262629;}
.rest .rest-right-div {padding:0;}
.wrap {padding:0 !important;}
.rest .right-area{width:100%;margin:20px auto;}
#featured-post-8 {width:100%;}
#featured-post-8 article {margin:0 1px !important; width:33%;}
.business{text-align:center;padding:3% 0;height:auto;}
.business .btn-default{margin-top:3%;}
.footer .q-links ul li{font-size:13px;}
.banner-text{padding-top:0; width:100%;}
.top-main-area{height:auto;padding-bottom:3%;}
.footer .q-links h4 {font-size:15px;}
.copy-right-div{padding-bottom:2%;}

.business .btn-default {font-size:20px;}
#featured-post-9 {width:97%;height:724px;}
#featured-post-9 article {width:100%; padding-bottom:3%;padding-left:15px;}
#featured-post-9 .entry-header {left:0;}
#featured-post-9 article img {margin-top:0;}
#featured-post-9 .entry-header {padding-top:0;}
#featured-post-9 article p a {margin-top:25px;}
.home-bottom, .home-top {padding:0;}
.form-box {padding:16px 10px 0;}
.copy-right-div .copy-left {width:100%; padding-right:0;}
.footer .q-links ul li {font-size:13px;}
.business-left {float:none; width:100%;}
.business-right {float:none; width:100%;}
#featured-post-8 {padding:0 3%;}
#featured-post-8 article {  margin: 0 !important; width: 100%; padding-bottom:3%;}
.footer .f-left {  float: none;  padding-right: 0; width: 100%;}
.footer .q-links {width:50%;}
.q-links.map-div {width:100%; display:none;}

.footer .f-right { float: none; margin-top: 3%;  padding-right: 0; width: 100%;}
.copy-right-div h6 {float:none; text-align:center;}
.copy-right-div p {float:none; text-align:center;padding:3% 0 0;}
.responsive-menu-icon::before {color:#fff;}
.genesis-nav-menu.responsive-menu .menu-item, .responsive-menu-icon {background:#27282b;}
.genesis-nav-menu.responsive-menu .sub-menu li.current-menu-item > a:hover, .genesis-nav-menu.responsive-menu li a, .genesis-nav-menu.responsive-menu li a:hover, .genesis-nav-menu.responsive-menu li.current-menu-item > a, .site-header .genesis-nav-menu.responsive-menu li a {
    border: medium none;
    display: block;
    float: none;
    padding: 0 0 0 15px;
    text-transform: none;
    width: 100%;
	line-height:36px;
}
.content-sidebar .content, .content-sidebar-sidebar .content, .sidebar-content-sidebar .content {width:100% !important;}
.nav-primary {top:0;}
.red-page-cta {width:100%;}
.genesis-nav-menu.responsive-menu .sub-menu li a, .genesis-nav-menu.responsive-menu .sub-menu li a:hover  {padding:0;}
.genesis-nav-menu.responsive-menu > .menu-item > .sub-menu {top:0;}

.searchform-popup .text .fa {left:11%;}
.searchform-popup .text {width:88%;}
.custom_search .searchform-popup .btn-special {top:-3px;}
.custom_search .searchform-popup .btn-special {width:30px;}
.banner-text.about {width:100%; padding:0 0 20px;}
.ff-box .form-box {width:100%; float:none; margin-top:0;}
.footer-slider.owl-carousel .owl-item .item {height:auto !important;}
.footer {padding:3%;}
.footer .f-left {margin-top:0;}

.home .nav-primary {top:0;}
.home .top-main-area {height:auto; padding-bottom:0;}

.footer-form h4 {font-size:30px;}
.footer-form p {font-size:20px; line-height:35px;}
.footer-form button {font-size:20px; padding:0 30px;}
}
.genesis-nav-menu.responsive-menu > .menu-item-has-children::before {left: 80%; padding: 3px 20px; position: relative; top: 32px; float:none;}

.center-text {
  text-align:center;
}