/*!
Theme Name: Auckland Home Staging
Theme URI: http://underscores.me/
Author: Melissa Bather
Author URI: http://melbather
Description: Auckland Home Staging WordPress Site
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: ahs_site
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.

Auckland Home Staging is based on Underscores http://underscores.me/, (C) 2012-2016 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal http://necolas.github.io/normalize.css/
*/
/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Normalize
# Typography
# Elements
# Forms
# Navigation
	## Links
	## Menus
# Accessibility
# Alignments
# Clearings
# Widgets
# Content
	## Posts and pages
	## Comments
# Infinite scroll
# Media
	## Captions
	## Galleries
--------------------------------------------------------------*/





/*--------------------------------------------------------------
# Navigation
--------------------------------------------------------------*/


/*--------------------------------------------------------------
## Menus
--------------------------------------------------------------*/


/* Small menu. */
.menu-toggle,
.main-navigation.toggled ul {
	display: block;
}

@media screen and (min-width: 37.5em) {
	.menu-toggle {
		display: none;
	}
	.main-navigation ul {
		display: block;
	}
}

.site-main .comment-navigation, .site-main
.posts-navigation, .site-main
.post-navigation {
	margin: 0 0 1.5em;
	overflow: hidden;
}

.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
	float: left;
	width: 50%;
}

.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
	float: right;
	text-align: right;
	width: 50%;
}

/*--------------------------------------------------------------
# Accessibility
--------------------------------------------------------------*/
/* Text meant only for screen readers. */
.screen-reader-text {
	clip: rect(1px, 1px, 1px, 1px);
	position: absolute !important;
	height: 1px;
	width: 1px;
	overflow: hidden;
	word-wrap: normal !important;
	/* Many screen reader and browser combinations announce broken words as they would appear visually. */
}

.screen-reader-text:focus {
	background-color: #f1f1f1;
	border-radius: 3px;
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	clip: auto !important;
	color: #21759b;
	display: block;
	font-size: 14px;
	font-size: 0.875rem;
	font-weight: bold;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000;
	/* Above WP toolbar. */
}

/* Do not show the outline on the skip link target. */
#content[tabindex="-1"]:focus {
	outline: 0;
}

/*--------------------------------------------------------------
# Alignments
--------------------------------------------------------------*/
.alignleft {
	display: inline;
	float: left;
	margin-right: 1.5em;
}

.alignright {
	display: inline;
	float: right;
	margin-left: 1.5em;
}

.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
}

/*--------------------------------------------------------------
# Clearings
--------------------------------------------------------------*/
.clear:before,
.clear:after,
.entry-content:before,
.entry-content:after,
.comment-content:before,
.comment-content:after,
.site-header:before,
.site-header:after,
.site-content:before,
.site-content:after,
.site-footer:before,
.site-footer:after {
	content: "";
	display: table;
	table-layout: fixed;
}

.clear:after,
.entry-content:after,
.comment-content:after,
.site-header:after,
.site-content:after,
.site-footer:after {
	clear: both;
}

/*--------------------------------------------------------------
# Widgets
--------------------------------------------------------------*/
.widget {
	margin: 0 0 1.5em;
	/* Make sure select elements fit in widgets. */
}

.widget select {
	max-width: 100%;
}

/*--------------------------------------------------------------
# Content
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Posts and pages
--------------------------------------------------------------*/
.sticky {
	display: block;
}

.hentry {
	margin: 0 0 1.5em;
}

.updated:not(.published) {
	display: none;
}

.page-content,
.entry-content,
.entry-summary {
	margin: 1.5em 0 0;
}

.page-links {
	clear: both;
	margin: 0 0 1.5em;
}

/*--------------------------------------------------------------
## Comments
--------------------------------------------------------------*/
.comment-content a {
	word-wrap: break-word;
}

.bypostauthor {
	display: block;
}

/*--------------------------------------------------------------
# Infinite scroll
--------------------------------------------------------------*/
/* Globally hidden elements when Infinite Scroll is supported and in use. */
.infinite-scroll .posts-navigation,
.infinite-scroll.neverending .site-footer {
	/* Theme Footer (when set to scrolling) */
	display: none;
}

/* When Infinite Scroll has reached its end we need to re-display elements that were hidden (via .neverending) before. */
.infinity-end.neverending .site-footer {
	display: block;
}

/*--------------------------------------------------------------
# Media
--------------------------------------------------------------*/
.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
	border: none;
	margin-bottom: 0;
	margin-top: 0;
	padding: 0;
}

/* Make sure embeds and iframes fit their containers. */
embed,
iframe,
object {
	max-width: 100%;
}

/* Make sure logo link wraps around logo image. */
.custom-logo-link {
	display: inline-block;
}

/*--------------------------------------------------------------
## Captions
--------------------------------------------------------------*/
.wp-caption {
	margin-bottom: 1.5em;
	max-width: 100%;
}

.wp-caption img[class*="wp-image-"] {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.wp-caption .wp-caption-text {
	margin: 0.8075em 0;
}

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

/*--------------------------------------------------------------
## Galleries
--------------------------------------------------------------*/
.gallery {
	margin-bottom: 1.5em;
}

.gallery-item {
	display: inline-block;
	text-align: center;
	vertical-align: top;
	width: 100%;
}

.gallery-columns-2 .gallery-item {
	max-width: 50%;
}

.gallery-columns-3 .gallery-item {
	max-width: 33.33%;
}

.gallery-columns-4 .gallery-item {
	max-width: 25%;
}

.gallery-columns-5 .gallery-item {
	max-width: 20%;
}

.gallery-columns-6 .gallery-item {
	max-width: 16.66%;
}

.gallery-columns-7 .gallery-item {
	max-width: 14.28%;
}

.gallery-columns-8 .gallery-item {
	max-width: 12.5%;
}

.gallery-columns-9 .gallery-item {
	max-width: 11.11%;
}

.gallery-caption {
	display: block;
}


/*---------------------------------------
Theme Specific Styles
----------------------------------------*/

/*Header and Nav */

@import url('https://fonts.googleapis.com/css?family=Raleway:400,600');

body {
	font-family: 'Raleway';
}

a:hover {
	text-decoration: none;
}

.navbar {
	background-color: white;
	height: 77px;
}

@media (max-width: 480px) {
	.navbar {
		background-color: #35444f;
	}
}


nav.navbar.navbar-default.navbar-fixed-top.header {
	background-color: white;
}



.navbar .nav li a {
	font-size: 13px;
	text-transform: uppercase;
	padding: 20px;
	margin-top: 8px;
}

.navbar .nav li a:hover {
	font-weight: bold;
	color: #9d9d9d;
}

.navbar .nav li a:active {
	position: relative;
	top: 1px;
	color: #303030;
}

#logo {
	position: absolute;
	top: 0;
	height: 180px;
}







/*
.navbar-default .navbar-toggle {
	background: white;
}

.navbar-default .navbar-toggle .icon-bar {
	background: #303030;
}

*/

@media (max-width: 480px) {
	ul li a {
		box-sizing: border-box;
		background: white;
	}
}


a button {
	color: #303030;
}

a button:hover {
	background-color: #303030;
	color: white;
}


#logo-mobile {
	height: 60px;
}


.logged-in .navbar-fixed-top {
	top: 32px;
}


button.navbar-toggler {
	float: right;
	margin-top: 20px;
}


nav#navbar-collapse.navbar-collapse.collapse.in {
	background-color: white;
}

.navbar-default .navbar-toggle .icon-bar {
	background-color: #303030;
}


/* Playing around w/ media queries for navbar collapse breakpoint */

@media (max-width: 1000px) {
	.navbar-header {
		float: none;
	}
	.navbar-left,.navbar-right {
		float: none !important;
	}
	.navbar-toggle {
		display: block;
	}
	.navbar-collapse {
		border-top: 1px solid transparent;
		box-shadow: inset 0 1px 0 rgba(255,255,255,0.1);
	}
	.navbar-fixed-top {
		top: 0;
		border-width: 0 0 1px;
	}
	.navbar-collapse.collapse {
		display: none!important;
	}
	.navbar-nav {
		float: none!important;
		margin-top: 7.5px;
	}
	.navbar-nav>li {
		float: none;
	}
	.navbar-nav>li>a {
		padding-top: 10px;
		padding-bottom: 10px;
	}
	.collapse.in{
		display:block !important;
	}
}


/* Carousel */


.c-img {
	height: 100%;
	width: 100%;
	margin-top: 75px;
}

.media-carousel {
	padding-top: 100px;
}

/* Welcome Message */

#welcome {
	background-color: #262626;
	text-align: center;
	padding: 15px;
	color: white;
}

#welcomeimg {
	padding: 50px 0;
}

#welcome h1 {
	padding-top: 70px;
}

h1 {
	font-size: 46px;
}

p {
	font-size: 18px;
}


h2 {
	text-align: center;
	font-weight: lighter;
	font-size: 30px;
	text-transform: uppercase;
}

h2 a {
	color: white;
}


.thumbnail {
	margin-top: 40px;
	padding: 0;
	border: none;
}


/*Click through section */

#ct {
	background-image: url(includes/clickthrough.jpg);
	color: #262626;
	height: 400px;
}

#ct h2 {
	margin-top: 150px;
}

button{
	background-color: transparent;
	border: solid 3px #262626;
	font-size: 18px;
	text-transform: uppercase;
	padding: 10px 20px;
	font-weight: bold;
	border-radius: 5px;
}




.button {
	text-align: center;
	margin: auto;
	text-transform: uppercase;
}

a button {
	text-transform: uppercase;
	font-weight: bold;
	font-size: 18px;
}

/* Importance of home staging section */

#importance {
	color: #262626;
	height: 500px;
	background-color: #f6f6f6;
}

#importance h1 {
	font-weight: bold;
	text-align: center;
	margin-top: 120px;
}

#importance p {
	color: #9d9d9d;
	text-align: center;
}


/* Testimonials Section */

#testimonials {
	height: 480px;
	text-align: center;
}



#testimonials p {
	color: #dd9933;
	font-size: 24px;
}

#testimonials .quote {
	margin-top: 100px;
	font-size: 24px;
	color: white;
}




/* Footer */

#footer, #mobile-footer {
	background-color: #262626;
	height: 300px;
	color: white;
	font-family: 'Raleway';
}

#footer p {
	font-size: 16px;
	text-transform: uppercase;
	padding-top: 10px;
	color: #969696;
	text-align: center;
}

#footer h4 {
	text-transform: uppercase;
	text-align: center;
	margin-top: 65px;
}

h5 {
	color: white;
	text-align: center;
	font-size: 20px;
}

footer {
	background-color: #1b1b1b;
	color: white;
	font-family: 'Raleway';
}

footer p {
	font-size: 12px;
	padding: 14px;
	text-align: center;
	color: #969696;
}

i {
	color: white;
	letter-spacing: 15px;
}

#phone {
	letter-spacing: 5px;
}


#mobile-footer h4, #mobile-footer h5 {
	font-size: 16px;
	text-transform: uppercase
}

#mobile-footer p {
	font-size: 14px;
	text-align: center;
}

#mobile-footer {
	height: 400px;
	padding-top: 40px;
}


#footer-phone {
	font-size: 18px;
}

/* About */
#about-head {
	height: 304px;
	margin-top: 60px;
}

.page-title {
	margin-top: 140px;
	text-align: center;
	color: white;
	text-transform: uppercase;
}

.page-descr p {
	margin-top: 140px;
	text-align: left;
	color: white;
}


#about {
	background-color: #f6f6f6;
	color: #9d9d9d;
	font-family: 'Arial', sans-serif;
	font-size: 16px;
	font-weight: normal;
	height: 800px;
}

hr {
	border-bottom: solid 2px #262626;
}

#about p {
	margin-top: 50px;
}

.page-ct {
	height: 386px;
}

.page-ct button {
	background-color: #dd9933;
	border: none;
	padding: 15px 30px;
}

.page-ct h2 {
	color: white;
	margin-top: 140px;
}



/* Services */



#services, #stats {
	background-color: #f6f6f6;
	color: #9d9d9d;
}


#services h2 {
	color: #262626;
	margin-top: 60px;
}

#services p {
	font-family: 'Arial', sans-serif;
	line-height: 30px;
}

#services img {
	margin-top: 60px;
}


.stats-icon i {
	color: #dd9933;
	font-size: 72px;
}

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

#stats h2 {
	color: #262626;
	font-weight: bold;
	font-size: 26px;
}

#stats h3 {
	color: #262626;
	text-align: center;
	font-size: 18px;
}

#stats p {
	text-align: center;
	font-family: 'Arial', sans-serif;
	line-height: 30px;
}


/*Testimonials*/

#testimonials-head {
	height: 308px;
	margin-top: 60px;
}

#testimonials-page, #faq, #portfolio {
	background-color: #f6f6f6;
}

#testimonials-page p {
	font-size: 24px;
}

.referee {
	font-style: italic;
}

#testimonials-page i {
	color: #dd9933;
}

#testimonials-ct {
	background-image: url(includes/testimonialsclickthrough.jpg);
}


/*FAQ*/


#faq-head {
	height: 306px;
	margin-top: 60px;
}

.question {
	background-color: white;
	padding: 15px;
	font-size: 16px;
	margin-top: 30px;
}

.question:hover {
	background-color: #dd9933;
}

.answer {
	font-family: 'Arial', sans-serif;
	color: #9d9d9d;
	font-size: 16px;
}

#faq-ct {
	background-image: url(includes/faqclickthrough.jpg);
}



/*Request a Quote*/


#contact-head {
	height: 304px;
	margin-top: 60px;
}

#contact h2 {
	text-align: left;
	margin-top: 40px;
	font-size: 24px;
}

#contact {
	background-color: #f6f6f6;
}

.form-control {
	border: none;
}

form {
	color: #9d9d9d;
	font-size: 16px;
}

#contact button {
	color: #262626;
	padding: 5px 20px;
}

#area, #advertising {
	background-color: transparent;
	box-shadow: none;
}

p input#submit {
	color: #262626;
	background-color: transparent;
	border: solid 3px #262626;
}



/*Portfolio*/

#portfolio-head {
	background-image: url(includes/portfolioheader.jpg);
	height: 308px;
	margin-top: 60px;
}


#portfolio h2 {
	color: #262626;
	font-size: 18px;
}

#portfolio a h2:hover {
	color: #dd9933;
	text-decoration: none;
}

#portfolio p {
	text-align: center;
	color: #262626;
}

#portfolio p:hover {
	color: #dd9933;
}



.headers {
	margin-top: 100px;
	text-align: center;
	font-style: italic;
	font-size: 28px;
	text-transform: uppercase;
}

.fg-caption-title {
	font-family: 'Raleway';
	font-size: 18px;
}




.houses {
	background-color: #f6f6f6;
}

#marg {
	height: 190px;
}


/* Blog */

#blog-header {
	height: 304px;
	margin-top: 60px;
}


article p {
	font-size: 16px;
	margin-bottom: 30px;
	margin-right: 40px;
	margin-top: 15px;
}

aside ul {
	list-style: none;
	font-family: 'Raleway';
}

aside ul li a:hover {
	color: white;
	text-decoration: none;
}

article p {
	text-align: justify;
}

.post-image img {
	width: 700px;
	height: 400px;
}

.entry-header {
	margin-top: 70px;
}

.entry-title a {
	color: #262626;
	font-family: 'Raleway';
}

.entry-title a:hover {
	color: #dd9933;
	text-decoration: none;
}

aside {
	margin-top: 60px;
}


#comments footer {
	background: none;
}

.comment-list {
	background-color: #dd9933;
	padding: 10px;
}

.comment-list a {
	color: #262626;
}

.submit, .search-submit {
	background-color: #dd9933;
	color: #262626;
	padding: 5px;
	font-family: 'Raleway';
}

.search-field {
	border: solid 1px #262626;
	padding: 5px;
}

#comment {
	border: solid 1px #262626;
	display: block;
	height: 100px;
}

.widget {
	background-color: #262626;
	padding: 10px;
}

.widget a {
	color: #dd9933;
}

.widget h2 {
	font-size: 20px;
	color: white;
	font-family: 'Raleway';
}

.comment-form-comment {
	padding: 10px;
}

.page-title {
	margin-top: 100px;
	text-align: center;
}

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

#blog-page {
	background-color: #f6f6f6;
}




/*Mobile Optimisation*/


/* Galaxy S5 and iPhone 5 */
@media (min-width: 320px) and (max-width: 360px) {
	#welcome h1 {
		font-size: 36px;
		padding-top: 30px;
	}

	#welcome p {
		font-size: 15px;
	}

	#logo {
		height: 100px;
	}

	#mobile-carousel {
		background-image: url(includes/mobilecarousel.jpg);
		height: 280px;
		margin-top: 40px;
	}

	#about {
		height: 1550px;
	}

	#testimonials-head h1, #portfolio-head h1 {
		font-size: 30px;
	}

	.bedimgs, #marg {
		height: 140px;
	}

	.headers {
		font-size: 20px;
	}

}



/*Error 404 Page*/

header#error404.page-header h2{
	color: #262626;
	font-family: 'Raleway';
	margin-top: 70px;
	padding: 50px;
}

section.error-404.not-found {
	font-family: 'Raleway';
	color: #262626;
	text-align: center;
	background-color: #f6f6f6;
	padding-bottom: 100px;
}

h3#suggested {
	color: #262626;
}

p#suggested {
	padding: 2px;
	color: #262626;
}


/*iPhone 6*/
@media (min-width: 361px) and (max-width: 375px) {

	#mobile-carousel {
		background-image: url(includes/nexus5x.jpg);
		height: 200px;
		margin-top: 60px;
	}

	#about { height: 1400px; }

	.bedimgs, #marg {
		height: 170px;
	}

	.headers {
		margin-top: 200px;
	}
}


/* Nexus 5X, Nexus 6P, iPhone 6 Plus*/

@media (min-width: 376px) and (max-width: 414px) {

	#mobile-carousel {
		background-image: url(includes/nexus5x.jpg);
		height: 200px;
		margin-top: 60px;
	}

	#about { height: 1300px; }

	.bedimgs, #marg {
		height: 200px;
	}

	.headers {
		margin-top: 160px;
	}
}



/*iPad*/
@media (min-width: 700px) and (max-width: 768px) {
	.navbar {
		background-color: #35444f;
	}

	ul.navbar-nav .navbar-right li a {
		font-size: 11px;
		padding: 10px;
		margin-top: 0px;
		color: white;
	}

	#welcome h1 {
		padding-top: 10px;
	}

	#welcome p {
		padding-bottom: 20px;
	}

	#about {
		height: 850px;
	}

	.bedimgs, #marg {
		height: 450px;
	}
}

/*iPad Pro*/


@media (min-width: 900px) and (max-width: 1024px) {
	.bedimgs, #marg {
		height: 150px;
	}

	.headers {
		font-size: 40px;
	}

	.houses .bedimgs {
		height: 200px;
		margin: 40px 10px;
	}
}


