/*
Theme Name: p10
Theme URI: http://p10.co.nz
Author: Paul Turner
Author URI: http://p10.co.nz
Description: P10 theme using static Bootstrap site into dynamic WordPress theme
Version: 1.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
*/
/*--------------GOOGLE FONTS------------------*/

@import url(http://fonts.googleapis.com/css?family=Raleway:400,300,500,700);
@import url(http://fonts.googleapis.com/css?family=Montserrat:400,700);


/* ------- FIX------- */

.container > .navbar-header, .container-fluid > .navbar-header, .container > .navbar-collapse, .container-fluid > .navbar-collapse {
    margin-right: 0px;
}
body {
	padding-bottom: 0px;
	background-color:#FFFFFF;
	font-family: 'Raleway', sans-serif;
	font-size: 15px;
}
p, ul, .copyright-text,  h6 {
	font-family: 'Raleway', sans-serif;
}
.mark, mark {
    color: #fff;
    background: #000;
}
h1, h2, h3, h5, h4, .widget-title, .title {
	font-family: 'Montserrat', sans-serif;
}
.row {
  padding-right: 0px;
  margin-right: 0px;
  margin-left: 0px;
}
p {
	font-weight: 300;
	font-size: 16px;
	line-height: 1.6em;
	color:#666666;
}
table p {
	font-size: 14px;
	line-height: 1.5em;
}
ul {
	font-weight:300;
	font-size:15px;
	line-height: 1.6em;
	color:#666666;
}
h1 {
	font-weight:700;
	font-size:24px;
	margin-bottom:18px;
	margin-top:28px;
	line-height:26px;
}
h2 {
	font-weight: 700;
	font-size: 30px;
	margin-bottom: 16px;
 	margin-top: 20px;
    	line-height: 34px;
}

h3 {
	font-weight: 500;
	font-size: 16px;
	margin-bottom: 16px;
	margin-top: 20px;
	line-height: 16px;
	color: rgb(199, 167, 109);
	background-color: #000;
	padding: 9px 12px 12px 12px;
}
h4 {
	font-weight:400;
	font-size:18px;
	line-height:20px;
	text-transform: uppercase;
}
h5 {
	font-weight:700;
}
h6 {
	font-weight:300;
	font-size:14px;
	line-height: 1.4em;
	color:#666666;
}
img {
	max-width: 100%;
	height: auto;
}

/* =WordPress Core
-------------------------------------------------------------- */
.alignnone {
  margin: 5px 20px 20px 0;
}

.aligncenter,
div.aligncenter {
  display: block;
  margin: 5px auto 20px auto;
}

.alignright {
  float: right;
  margin: 5px 0 20px 20px;
}

.alignleft {
  float: left;
  margin: 5px 20px 20px 0;
}

.aligncenter {
  display: block;
  margin: 5px auto;
}

a img.alignright {
  float: right;
  margin: 5px 0 20px 20px;
}

a img.alignnone {
  margin: 5px 20px 20px 0;
}

a img.alignleft {
  float: left;
  margin: 5px 20px 20px 0;
}

a img.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.wp-caption {
  background: #f9f9f9;
  border: 1px solid #f0f0f0;
  max-width: 96%;
  padding: 13px 10px 10px 10px;
  text-align: center;
}

.wp-caption.alignnone {
  margin: 5px 20px 20px 0;
}

.wp-caption.alignleft {
  margin: 5px 20px 20px 0;
}

.wp-caption.alignright {
  margin: 5px 0 20px 20px;
}

.wp-caption img {
  border: 0 none;
  height: auto;
  margin: 0;
  max-width: 98.5%;
  padding: 0;
  width: auto;
}

.wp-caption p.wp-caption-text {
  font-size: 12px;
  line-height: 1.5em;
  margin: 0;
  padding: 10px;
}

img.wp-smiley {
  vertical-align: middle;
}


/* =WordPress Gallery
-------------------------------------------------------------- */
.gallery {
  margin: 0 auto 18px;
}

.gallery .gallery-item {
  float: left;
  margin-top: 0;
  text-align: center;
}
.gallery img {
  border: 2px solid #4CB849;
margin-left:15px;
}
.gallery .gallery-caption {
  font-size: 12px;
  margin: 0 0 12px;
display:none;
}

.gallery dl {
  margin: 0;
}

.gallery br+br {
  display: none;
}

.attachment-gallery img {
  background: #ffffff;
  border: 1px solid #f0f0f0;
  display: block;
  height: auto;
  margin: 15px auto;
  max-width: 96%;
  padding: 5px;
  width: auto;
}

.gallery-meta .iso,
.gallery-meta .camera,
.gallery-meta .shutter,
.gallery-meta .aperture,
.gallery-meta .full-size,
.gallery-meta .focal-length {
  display: block;
}
/*------------------- WOO COMMERCE ----------------------------- */
.woocommerce button.button.alt.disabled, .woocommerce #respond input#submit, .woocommerce a.button, .woocommerce button.button, .woocommerce input.button {
    font-size: 100%;
    margin: 0;
    line-height: 1;
    cursor: pointer;
    position: relative;
    text-decoration: none;
    overflow: visible;
    padding: .618em 1em;
    font-weight: 700;
    border-radius: 3px;
    left: auto;
    color: #fff;
    background-color: #000;
    border: 0;
    white-space: nowrap;
    display: inline-block;
    background-image: none;
    box-shadow: none;
    -webkit-box-shadow: none;
    text-shadow: none;
}
.woocommerce-message::before {
    content: "\e015";
    color: #000;
}
.woocommerce #respond input#submit:hover, .woocommerce a.button:hover, .woocommerce button.button:hover, .woocommerce input.button:hover {
    background-color: #000;
    text-decoration: none;
    background-image: none;
    color: #fff;
}
.woocommerce-message {
    border-top-color: #000;
}
.woocommerce-error, .woocommerce-info, .woocommerce-message {
    padding: 1em 2em 1em 3.5em !important;
    margin: 0 0 2em !important;
    position: relative;
    background-color: #ddd;
    color: #000;
    border-top: 3px solid #000;
    list-style: none !important;
    width: auto;
    word-wrap: break-word;
}

.woocommerce ul.products li.product .price {
    color: #000;
    display: block;
    font-weight: 700;
    margin-bottom: .5em;
    font-size: 1.2em !important;
    text-align: center;
}
.woocommerce ul.products li.product h3 {
    margin: 0;
    font-size: 1.0em;
    text-align: center;
    padding: 12px 3px;
    line-height: 20px;
}
.nf-form-title {
	display:none;
}
.woocommerce div.product div.upsells, .woocommerce div.product div.related {
    clear: both;
}
.woocommerce div.product div.product_meta > span, .woocommerce div.product div.product_meta > .social_share_list_holder > span {
    display: block;
    position: relative;
}
.woocommerce #content div.product div.summary, .woocommerce div.product div.summary, .woocommerce-page #content div.product div.summary, .woocommerce-page div.product div.summary {
    width: 58%;
}
.woocommerce #content div.product div.images, .woocommerce div.product div.images, .woocommerce-page #content div.product div.images, .woocommerce-page div.product div.images {
    width: 38%;
}
.woocommerce div.product .product_title, .related products h2 {
    margin-top: 20px;
    font-size: 24px;
}
.woocommerce ul.products li.product a img {
	border: 1px solid #ddd;

}
.woocommerce ul.products li.product a img:hover {
    border: 1px solid #bbb;
	-webkit-box-shadow: 0px 1px 5px 2px rgba(0,0,0,0.15);
	-moz-box-shadow: 0px 1px 5px 2px rgba(0,0,0,0.15);
	box-shadow: 0px 1px 5px 2px rgba(0,0,0,0.15);
	transition: all 0.3s ease;
}
.woocommerce ul.products li.product h3 {
    margin: 0;
    font-size: 1em;
    text-align: center;
}
.woocommerce #respond input#submit.alt, .woocommerce a.button.alt, .woocommerce button.button.alt, .woocommerce input.button.alt {
    background-color: #000;
    color: #fff;
    -webkit-font-smoothing: antialiased;
}
.woocommerce #respond input#submit.alt:hover, .woocommerce a.button.alt:hover, .woocommerce button.button.alt:hover, .woocommerce input.button.alt:hover {
    background-color: #666;
    color: #fff;
    -webkit-font-smoothing: antialiased;
}
.woocommerce ul.products li.product .button {
    display:none;
}
.woocommerce ul.products li.product .price {
    color: #000;
    display: block;
    font-weight: 700;
    margin-bottom: .5em;
    font-size: .857em;
}
.woocommerce div.product p.price, .woocommerce div.product span.price {
    color: #C7A76D;
    font-size: 1.55em;
    font-weight: 700;
}
.woocommerce #respond input#submit, .woocommerce a.button, .woocommerce button.button, .woocommerce input.button {
    font-weight: 700;
    border-radius: 0px;
}
/*------------------PORTFOLIO ITEMS----------------------------- */
.portfolio-piece {
	margin-bottom:0px;
	padding:15px;

}
.featured-image img, .portfolio-piece img, .portfolio-image img {
	width: 100%;
	height: auto;
}
.portfolio-piece img, .portfolio-image img {
	padding:10px;
	/*-webkit-box-shadow: 3px 3px 7px 0px rgba(0,0,0,0.1);
	-moz-box-shadow: 3px 3px 7px 0px rgba(0,0,0,0.1);
	box-shadow: 3px 3px 7px 0px rgba(0,0,0,0.1);*/
	transition: all 0.7s ease;
}
.portfolio-piece img:hover,
.portfolio-image img:hover {
padding:10px;
	-webkit-box-shadow: 3px 3px 7px 0px rgba(0,0,0,0.6);
	-moz-box-shadow: 3px 3px 7px 0px rgba(0,0,0,0.6);
	box-shadow: 3px 3px 7px 0px rgba(0,0,0,0.6);
 opacity: 0.7;
    filter: alpha(opacity=70);
transition: all 0.3s ease;
}


.glyphicon .glyphicon-th {
	color:#000;
}
.glyphicon .glyphicon-th a {
	color:#BCA706;

}
/*-----------------*/
.header {
	margin-bottom:0px;
	min-height:90px;
}
.top-header {
	background-color: #000;
	padding: 5px;
	color: #FFF;
	font-size: 15px;
	font-weight: 400;
	
}
.top-header a {
	color:#FFFFFF;
}
.top-header a:hover {
	color:#000;
}
.hero-unit-container h2 a {
	color:#000000;
}
.hero-unit-container h2 a:hover {
	color:#0678b4;
}

/*
.admin-bar .navbar-fixed-top {
	margin-top:30px;
}*/
/*-------------- BANNER ---------------*/

.jumbotron h2 {
	font-weight:300;
	font-size:48px;
	margin-bottom:36px;
	margin-top:16px;
	margin-left:0px;
	line-height:52px;
	color:#FFF;
}
.jumbotron  h4 {
    border-bottom: 1px solid rgb(199, 167, 109);
    padding: 17px 0;
    border-top: 1px solid rgb(199, 167, 109);
}
.jumbotron {
    padding:0px;	
}
.jumbotron {
    padding-top: 30px;
    padding-bottom: 30px;
    margin-bottom: 0px;
    color: inherit;
    background:url(http://www.housecoffee.co.nz/wp-content/uploads/2016/09/housecoffee_header-pic.jpg)no-repeat top center;
}
.header-banner {
	background:url(http://www.housecoffee.co.nz/wp-content/uploads/2016/09/housecoffee_header.jpg)no-repeat top center;
		/*background-size: auto 100%;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;*/
	padding: 10px 0 15px 0;
}
/*PAGE*/
.jumbotron_page h2 {
	font-weight:500;
	font-size:28px;
	margin-bottom:16px;
	margin-top:16px;
	margin-left:40px;
	line-height:32px;
	color:#000;
	height:30px;
}
.jumbotron_page {
	height:90px;
}
/*-------------- CONTAINERS ---------------*/
.container {
    padding-right: 0px;
    padding-left: 0px;
    margin-right: auto;
    margin-left: auto;
}
.page-header {
	margin: 10px 0px 40px 0px;
	border-bottom: 1px solid rgb(199, 167, 109);
	padding-bottom: 0px;
	text-align: center;
	text-transform: uppercase;
}
.hero-unit-container {
    margin-bottom: 30px;
    color: inherit;
    background-color: transparent;
}

.hero-unit-container > ul > li {
	margin-bottom:10px;
}
.hero-unit {
	margin-bottom: 10px;
	padding-top:10px;
	color:#FFFFFF;
	text-align:center;
}
/*-----------SCROLLTOTOP---------------*/

.scrollToTop{
width: 60px;
height: 50px;
padding: 10px;
text-align: center;
font-weight: bold;
color: #444;
text-decoration: none;
position: fixed;
bottom: 0px;
right: 20px;
display: none;
background-color: #000;
	
}
.scrollToTop:hover{
	text-decoration:none;
}
/*---FOOTER---*/
.hero-unit-footer {
	padding: 10px 15px 10px 10px;
	margin-bottom: 0px;
	color: #000;
	background-color: transparent;
}
.hero-unit-footer ul li a, .hero-unit-footer a  {
	color: #FFF;
}
.hero-unit-footer a:hover  {
	color: #666;
}
.hero-unit-footer ul{
	font-size:12px;
	list-style-type: none;	
	margin-top:10px;
}
.hero-unit-footer ul a{
	color:#C7A76D;
	text-decoration:none;
}
.hero-unit-footer h3 {
    font-weight: 400;
    font-size: 15px;
    margin-bottom: 16px;
    line-height: 24px;
	color:#FFFFFF;
}
.hero-case-grid {
	height:150px;
	width: 100%;
	overflow: hidden;
	float: left;
	display: block;
	margin-bottom:7px;
}

a:hover, a:focus {
	
	text-decoration:underline;
}
a {
    	color: #0954c4;
	
}
a img:hover {
    opacity: 0.8;
    box-shadow: 0px 0px 0px #000;
}
input, button, select, textarea {
    padding: 9px 12px;
}
/*----------FRONT FEATURE BLOCKS-----*/
.fpw-page-title {
	color: #FADE00 !important;
	padding: 9px !important;
	background-color: #000 !important;
	font-size: 15px !important;
	margin-top:0px !important;

}
.fpw-page-title:hover {
	color: #000 !important;
	padding: 9px !important;
	/*background-color: #FADE00 !important;*/
	font-size: 15px !important;
	margin-top:0px !important;

background-image: -webkit-gradient(
	linear,
	left bottom,
	left top,
	color-stop(0, #d3bc07),
	color-stop(1, #FBDE06)
);
background-image: -o-linear-gradient(top, #d3bc07 0%, #FBDE06 100%);
background-image: -moz-linear-gradient(top, #d3bc07 0%, #FBDE06 100%);
background-image: -webkit-linear-gradient(top, #d3bc07 0%, #FBDE06 100%);
background-image: -ms-linear-gradient(top, #d3bc07 0%, #FBDE06 100%);
background-image: linear-gradient(to top, #d3bc07 0%, #FBDE06 100%);
}
.fpw-widget-page .fpw-page-title {
	margin-top:0px !important;
}
.fpw-excerpt p {
	margin: 0px !important;
	color: #000 !important;
	padding: 13px !important;
	font-size: 14px;
	line-height: 1.5em;
	background-color: #FADE00 !important;
} 

/*---------------SIDEBAR---------------*/
.sidebar {
	margin-top: 40px;
	color:#444;
}
.sidebar img{
	max-width:100%;
}
.sidebar h3 {
	color: #FFFFFF;
	padding: 9px;
	background-color: #0078c1;
	font-size: 16px;
	font-weight: 300;
	
}
.sidebar p {
	padding-left: 9px;
}
.sidebar ul li a {
	/*color: #000;*/
	font-weight: 300;
	font-size: 14px;
	line-height: 1.4em;
}
.sidebar ul li {
	/*color: #000;*/
	border-bottom:1px solid #EEE;
	padding-bottom:10px;
	padding-top:10px;
}

/*----------------BLOG-----------------*/
.portfolio-image img, .portfolio-piece img {
	max-width:100%;
}
.prev-next {
	font-size: 20px;
	margin-top: 20px;
	text-align: right;
}

/*P10 updates*/

/* ----MAIN MENU ---- */
.navbar .navbar-nav {
    display: inline-block;
    float: none;
}
.navbar .navbar-collapse {
    text-align: center;
}
#logo-main {
    	display: block;
    	margin: 0px auto 40px auto;
	text-align: center;	
	padding-top: 35px;
}
#logo-main img {
	-webkit-transition: -webkit-transform .9s ease-in-out;
	-ms-transition: -ms-transform .9s ease-in-out;
	transition: transform .9s ease-in-out;
}
#logo-main img:hover {
opacity: .9;
    transform:rotate(6deg);
    -ms-transform:rotate(6deg);
    -webkit-transform:rotate(6deg);
	-webkit-transition: -webkit-transform .3s ease-in-out;
	-ms-transition: -ms-transform .3s ease-in-out;
	transition: transform .3s ease-in-out;
}
.navbar-inverse {
    background-color: transparent;
    border-color: transparent;
}

.navbar-brand {
    height: 220px;
    padding: 0px;	
}
.navbar-brand img{
	height:auto;
}
.navbar-inverse .navbar-toggle {
 	border:0px solid;   
	background-color:#000;
	color:#fff;
	border-radius:0px;
}
.navbar-toggle {
    position: relative;
    float: right;
    padding: 9px 15px;
    margin-right: 15px;
    margin-bottom:0px;	
}
.navbar {
    border-radius: 0px;
}
.navbar-inverse .navbar-nav > .active > a, .navbar-inverse .navbar-nav > .active > a:hover, .navbar-inverse .navbar-nav > .active > a:focus {
    	color: #C7A76D;
    	background-color: #000;

}
.navbar-inverse .navbar-nav > li > a {
	color:#fff;
	text-align:center;
	text-transform: uppercase;
}
.navbar-inverse .navbar-nav > li > a:hover {
	color:#fff;
	background-color: #000;
-webkit-transition: all .4s;
	-moz-transition: all .4s;
	-o-transition: all .4s;
	-ms-transition: all .4s;
	transition: all .4s;
}
.nav > li > a {
	padding: 16px 18px;
	margin: 0px 7px;
	font-weight: 700;
	font-size: 18px;
	-webkit-transition: all .8s;
	-moz-transition: all .8s;
	-o-transition: all .8s;
	-ms-transition: all .8s;
	transition: all .8s;
}

/*---MENU END---*/
/*---TOP HEADER---*/
.right-header {
	margin-top:0px;
	margin-bottom:0px;
	text-align:center;
}
.right-header h4 {
	font-size:16px;
	color:#fff;
	font-weight:700;
}
/*--------------------IMAGES CASE STUDIES/OUR TEAM ETC------------------*/

.casestudies-image img, .casestudies-piece img, .ourteam-piece img  {
	max-width: 100%;
	min-width: 100%;
}
.casestudies-piece h4 {
	color: #FADE00 !important;
	padding: 9px !important;
	background-color: #000;
	font-size: 14px ;
	margin-top:0px;

}
.casestudies-piece h4 a {
	color: #FADE00 !important;
	
}
.casestudies-piece p {
	margin:0px;
	
}
.casestudies-piece h4:hover {
	color: #000 !important;
	padding: 9px !important;
	background-color: #FADE00 !important;
}
.casestudies-piece h4 a:hover {
	color: #000 !important;
	
}

/*--------BUTTON-----------*/
a.btn.btn-success {
	color:#fff;
	text-decoration:none;
}
.btn-success {
    color: #fff;
    background-color: #7dc242;;
    border-color: #7dc242;;
}

.btn-success:hover, .btn-success:focus, .btn-success:active, .btn-success.active, .open .dropdown-toggle.btn-success {
    color: #fff;
    background-color: #268736;
    border-color: #268736;
}

.btn-info:hover, .btn-info:focus, .btn-info:active, .btn-info.active, .open .dropdown-toggle.btn-info {
    color: #FFF;
    background-color: #0b5f9e;
    border-color: #c8b206;
}
.btn-info {
    color: #FFF;
    background-color: #000;
    border-color: #333;
}
.btn {
	border-radius: 1px;
}
.btn-primary {
    	color: #FFF !important;
	background-color: #B9254C;
	border-color: #9f1f40;
	font-weight:500;
	text-decoration:none !important;
}
.btn-primary a {
	text-decoration: none !important;
}
.btn-primary:hover {
    background-color: #9f1f40;
    border-color: #9f1f40;
}

/*--------FOOTER---------*/

footer {
	padding:10px;
}
.footer_container {
	padding-top:30px;
	width:100%;
	background-color: #000;
}
.footer_container p, .footer_container h3 {
	color:#fff;
}
.footer_icons_container {
	width:100%;
	background-color: #fff;
	padding:0px;
}
.footer_icons_container h2 {
    font-weight: 300;
    font-size: 22px;
    margin-bottom: 16px;
    margin-top: 6px;
    margin-left: 0px;
    line-height: 28px;
    color: #FFF;
}
footer p {
	color:#FFF;
	text-align:center;
}
/*----------------NAVMENU------------------*/
@media (min-width:768px) {
	.sub-menu {
		display: none;
		position: absolute;
		background-color:#FFF;
		padding: 0px;
		width: 200px;	
		text-align:left;	

	}

	li:hover .sub-menu {
		display: block;
	}

}
/*---------------------------------------------*/
/*==================================================
=            Bootstrap 3 Media Queries             =
==================================================*/

	/*==========  Mobile First Method  ==========*/
 
	/* Custom, iPhone Retina */
	@media only screen and (min-width : 320px){
 
	}
 
	/* Extra Small Devices, Phones */
	@media only screen and (min-width : 480px){
 
	}
 
	/* Small Devices, Tablets */
	@media only screen and (min-width : 768px){
	}
 
	/* Medium Devices, Desktops */
	@media only screen and (min-width : 992px){

	}
 
	/* Large Devices, Wide Screens */
	@media only screen and (min-width : 1200px){
 
	}
 
 
	/*==========  Non-Mobile First Method  ==========*/
 
	/* Large Devices, Wide Screens */
	@media only screen and (max-width : 1200px){
 
	}
 
	/* Medium Devices, Desktops */
	@media only screen and (max-width : 992px){
		.navbar-brand img, .logo-byline img {
			width:70%;
			height:auto;
		}
		.logo-byline {
			bottom: -20px;
		}
		.navbar-nav {
    			font-size: 14px;
 		}
		.navbar-brand {

    			/*height: 90px;*/
		}
 	}
	/* Small Devices, Tablets */
	@media only screen and (max-width : 768px){
		.navbar-nav {
			font-size: 14px;
			margin:0px;
    			float: none;
		}
		.nav > li {
			border-bottom: 1px solid #000;
		}
		.nav > li > a {
	    		padding: 15px 12px;
	    		margin: 0px 0px;
		}
.navbar-inverse .navbar-collapse, .navbar-inverse .navbar-form {
    border-color: #000;
    background-color: #000;
}	
	}
 
/*-- RESTRICT MINIMUM WIDTH --*/
@media (min-width: 768px) {
  .container {
    width: 750px;
  }


}
@media (min-width: 992px) {
  .container {
    width: 970px;
  }

}
@media (min-width: 1200px) {
  .container {
    width: 1170px;
  }
}
@media (min-width: 768px) {
  .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12 {
    float: left;
  }
  /* more... */
}
@media (min-width: 992px) {
  .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12 {
    float: left;
  }
  /* more... */
}
@media (min-width: 1200px) {
  .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12 {
    float: left;
  }
  /* more... */
}
