/*
Theme Name: Property Daily NZ
Author: Blaze Marketing
Author URI: http://www.blazemarketing.com.au
Version: 1.0
*/

/* HEADER
-------------------------------------------------- */

.header-desktop {
	height: 170px;
}

.header-desktop .navbar {
	margin-top: 10px;
}

.red {
	color: red;
	background: red;
	border: 1px solid red;
}

.logo img {
	margin-top: 20px;
	width: 258px;
}

.logo-client {
	text-align: right;
	min-height: 110px;
}

.logo-client img {
	margin-top: 20px;
	max-width: 200px;
}

.login form {
	margin-top: 10px;
	font-size: 12px;
	position: relative;
	background: #f6f6f6;
	border: 1px solid #eee;
	padding-bottom: 10px;
	border-radius: 3px;
}

.login form label {
	margin-top: 4px;
}

.login .login-options {
	font-size: 11px;
}

.login form .input-sm {
	padding: 2px 5px!important;
}

.login h6 {
	font-weight: bold;
	color: #666;
	margin-top: 10px;
	margin-bottom: 5px;
}

.login .login-button {
	margin-top: 58px;
	margin-left: -35px;
}

.login .login-button button {
	width: 80px;
}

.alignright {
	float: right;

}

.aus-link {
	margin: 0;
    font-size: 12px;
	background: #eee;
	padding: 8px;
	border-radius: 3px;
	color: #888;
}

.btn-freetrial {
	background: #1a4210;
	border: 1px solid #09450e;
}

.btn-freetrial:hover {
	background: #266217;
}

/* MAIN NAV
-------------------------------------------------- */

.navbar {
	margin-bottom: 0;
	border-radius: 0!important;
	font-size: 12px;
	font-weight: bold;
	min-height: 30px;
}

.header-desktop .navbar-collapse {
	padding-right: 0;
	padding-left: 0;
}

.navbar-inverse {
	background-color: #0c1e3b;
	border:none;
}

.navbar-inverse .navbar-nav>.active>a, 
.navbar-inverse .navbar-nav>.active>a:hover, 
.navbar-inverse .navbar-nav>.active>a:focus {
	color: #fff;
	background-color: #2e4988;
}

.navbar-inverse .navbar-nav>.open>a, 
.navbar-inverse .navbar-nav>.open>a:hover, 
.navbar-inverse .navbar-nav>.open>a:focus {
	color: #fff;
	background-color: #2e4988;
}

.navbar-inverse .navbar-nav>li>a {
	color: #e2dffb;
}

.navbar-inverse .navbar-nav>li>a:hover {
	background: #1a326c; 
}

.navbar-inverse .navbar-nav>li:first-child>a {

}

.navbar-inverse .dropdown-menu {
	background-color: #2e4988!important;
	border-color: #2e4988!important;
}

.navbar-inverse .dropdown-menu li a {
	color: #e2dffb!important;
	padding-top: 9px;
	padding-bottom: 9px;
	padding-right: 60px;
	font-size: 12px;
}

.navbar-inverse .dropdown-menu li a:hover {
	background: #428bca!important;
}

.dropdown-menu>.active>a, .dropdown-menu>.active>a:hover, .dropdown-menu>.active>a:focus {
	background: #152f59;
}

.nav .open>a, .nav .open>a:hover, .nav .open>a:focus {
	border-color: #2e4988;
}

/* mobile */

.header-mobile .navbar {
	font-size: 14px;
}

.header-mobile .navbar {
	padding: 15px 10px;
}


.header-mobile .collapse.in {
	display: block;
}

.header-mobile .navbar-default .navbar-collapse {
	border: 0;
	margin-top: 10px;
}

.header-mobile .navbar-toggle {
    padding: 0;
    margin-top: 28px;
    margin-right: 15px;
    margin-bottom: 0;
    background-color: transparent;
    background-image: none;
    border: 0;
    border-radius: 0;
}

.header-mobile .navbar-default .navbar-toggle:focus, 
.header-mobile .navbar-default .navbar-toggle:hover {
    background-color: transparent;
}

.header-mobile .navbar-toggle .icon-bar {
    width: 28px;
    height: 3px;
    border-radius: 1px;
}

.header-mobile .navbar-default .navbar-toggle .icon-bar {
    background-color: #0e1b3c;
}

/* HOME
-------------------------------------------------- */

.carousel {
    height: 300px;
}

.carousel-inner {
	height: 100%;
}

.carousel-inner .item {
	height: 100%;
}

.carousel-caption {
	bottom: 30%;
}

.carousel h2 {
	font-size: 30px;
}

.jumbotron {
	background: #0e1b3c;
	color: #e2dffb;
	margin-bottom: 10px;
	padding: 20px 30px 10px 30px;
}

.jumbotron .container {
	/* background: url('img/headerbg.png') 0 0 repeat; */
}

.jumbotron h1 {
	font-size: 40px;
}

.jumbotron ul li {
	font-size: 16px;
}

.jumbotron p {
	font-size: 20px;
}

.jumbotron .cta {
	padding-top: 10px;
}

.home h3 {
	font-size: 20px;
}

.home .box {
	margin-top: 20px;
	margin-bottom: 40px;
}

.home .box img {
	width: 84px;
}

.home .box  p {
	font-size: 
}

.home .box .btn {
	margin-top: 20px;
	width: 84px;
}

/* INSIDE
-------------------------------------------------- */

.inside {
	padding-bottom: 20px;
}

.inside .page-title-wrap {
	background: #707698;
	margin-bottom: 20px;
}

.inside h1 {
	font-size: 30px;
	color: #fff;
	margin: 0;
	padding: 20px 0;
}

.inside h2 {
	margin-top: 5px;
	font-size: 22px;
	color: #152f59;
}

.inside h3 {
	margin-top: 15px;
	font-size: 18px;
	color: #2e45a1;
}


/* FOOTER
-------------------------------------------------- */

#footer {
	background-color: #eee;
	font-size: 12px;
	margin-top: 30px;
	padding-bottom: 20px;
}

#footer p {
	margin-top: 20px;
	color: #777;
}

#footer .tsg img {
	margin-top: 5px;
	float: right;
}

#footer .tsg span {
	display: block;
	width: 200px;
	height: 15px;
	float: right;
	color: #999;
	margin-top: 30px;
	font-size: 11px;
}

.footernav {
	margin-top: 30px;
}

.footernav ul {
	margin: 0;
	padding: 0;
}

.footernav ul li {
	list-style-type: none;
	display: inline;
	margin-right: 20px;
}

#footer a, .footernav ul li a {
	color: #555;
}


/* subscription form */

.form-register #field_1_1,
.form-register #field_1_3 {
	width: 48%;
	float: left;
	clear: none!important;
}

.form-register #field_1_1 {
	margin-right: 4%!important;
}

.form-register #field_1_8,
.form-register #field_1_9 {
	width: 48%;
	float: left;
	clear: none!important;
}

.form-register #field_1_8 {
	margin-right: 4%!important;
}

/* contact form */

.form-contact {
	margin-right: 20px;
}

/* generic form styling */

#gform_1,
#gform_2 {
	width: 100%;
	background: #eee;
	padding: 30px 40px;
	border-radius: 5px;
	margin-bottom: 30px;
	border: 1px solid #d6d6d6;
	box-shadow: #f1f1f1 0px 0px 9px;
	float: none;
}

.gfield {
	margin-bottom: 12px!important;
}

.ginput_container {
	margin-top: 0!important;
}

.ginput_container input {
	width: 100%!important;
	height: 30px!important;
	padding: 4px!important;
}

.gfield_label {
	margin-bottom: 0!important;
}

.gfield_required {
	color: #cc0000!important;
}

.gform_button {
    width: auto;
    font-size: 14px;
    text-align: center;
    background-color: #47a447;
    border-width: 1px;
    border-color: #398439;
    border-style: solid;
    color: #fff;
    cursor: pointer;
    font-weight: normal;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    text-shadow: none;
    padding: 10px 22px;    
    box-shadow: 1px 2px 3px #fff;
}

.gform_wrapper li.gfield.gfield_error {
	background-color: transparent!important;
	border: 0!important;
}

.gform_wrapper .gfield_error .gfield_label {
    color: #cc0000!important;
}

.gform_wrapper .gfield_checkbox li label, .gform_wrapper .gfield_radio li label {
    line-height: 2.7!important;
    font-weight: normal!important;
}

.gform_wrapper div.validation_error {
    color: #cc0000!important;
    font-size: 1em!important;
    margin-bottom: 0!important;
    border: 0!important;
    padding: 0!important;
}

.gform_wrapper .validation_message {
    color: #cc0000!important;
}

.gform_wrapper li.gfield.gfield_error.gfield_contains_required div.gfield_description {
    max-width: 97.5%;
    padding: 0!important;
    margin: 0!important;
}

.gform_wrapper li.gfield.gfield_error.gfield_contains_required div.ginput_container {
	margin-left: 0!important;
}

.gform_wrapper li.gfield.gfield_error.gfield_contains_required label.gfield_label {
    margin-left: 0!important;
}

/* VIEWPORTS
-------------------------------------------------- */

/* large desktop and up */
@media only screen and (min-width:1200px) {
	
	
	
}


/* small desktop only */
@media only screen and (min-width:992px) and (max-width:1199px) {
	
	
	
}


/* tablet only */
@media only screen and (min-width:768px) and (max-width:991px) {
	
	.carousel {
	    height: 250px;
	}
	
	.carousel-caption {
	    bottom: 20%;
	}
	
	.jumbotron .cta {
		padding-top: 0;
	}
	
	.cta .btn-freetrial {
		margin-bottom: 10px;
	}
	
	.gform_wrapper .gfield_checkbox li label {
		margin-top: 5px;
		line-height: 1.3em!important;
	}
	
	#gform_1, #gform_2 {
	    padding: 15px 20px;
	}
	
}


/* mobile and down */
@media only screen and (max-width:767px) {
	
	.logo {
		width: 170px;
	}
	
	.header-mobile .navbar-toggle {
	    margin-top: 14px;
	}
	
	.carousel {
	    height: 200px;
	}
	
	.carousel-caption {
		bottom: 15%;
	}
	
	.carousel h2 {
	    font-size: 22px;
	}
	
	.jumbotron {
	    padding: 20px 0 10px 0;
	}
	
	#gform_1, #gform_2 {
	    padding: 15px 20px;
	}
	
	.gform_wrapper .gfield_checkbox li label {
		margin-top: 5px;
		line-height: 1.3em!important;
	}
	
	#footer .tsg {
		text-align: center;
	}
	
	#footer .tsg span {
		float: none;
		width: auto;
	}
	
	#footer .tsg img {
	    float: none;
	    display: inline-block;
	}
	
	#menu-footer-nav {
		text-align: center;
	}
	
	#menu-footer-nav li {
		display: block;
		margin: 0;
	}
	
	#menu-footer-nav li a {
	    padding: 10px 0;
	    background-color: #eee;
	    display: block;
	    margin: 0;
	}
	
	#footer .copyright {
		text-align: center;
	}
	
}