/*
Theme Name: Xquizit
Theme URI: http://dubzz.co.nz
Author: Dubzz Digital Marketing
Author URI: Dubzz.co.nz
Description: Custom theme build for Xquizit
Version: 1.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Tags: mobile-first, basic, grid, bootstrap
Text Domain: dubzz.co.nz


*/

@import url(https://fonts.googleapis.com/css?family=Muli:400,300);
@import url(https://fonts.googleapis.com/css?family=Philosopher:400,700);


/*****************
GENERAL
*****************/
.navbar-header {
    width: 100%;
}

.navbar, footer {
	color: #eee;
}

body {
	font-family: 'Muli', sans-serif;
	background-image: url(images/repeating-vertical.png);
	background-color: #FFFBF5; 
	font-size: 15px;

}

h1, h2, h3, h4 {
font-family: 'Philosopher', sans-serif;
}

a {
    color: #B89F63;
    font-weight: bold;
}

a {
    color: #B89F63;
    font-weight: bold;
}

a:focus, a:hover {
	color: #D3B273;
}

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

.alignleft {
	float: left;
}

.alignright {
	float: right;
}


.btn-default {
    color: #fff;
    background-color: #B89F63;
    border-color: #adadad;
    font-weight: bold;
    margin: 1%;
    display: block;
	margin-left: auto;
	margin-right: auto;
	max-width: 40%;
}

.btn-default:hover {
    color: #fff;
    background-color: #D3B273;
    border-color: #adadad;
    font-weight: bold;
}

blockquote {
    padding: 10px 10px;
    margin: 0 0 10px;
    font-size: 17px;
}

.govt-img {
	max-height: 115px; 
	margin-top: 14px; 
	border: 0px;
}

@media (max-width: 992px) {
	.govt-link {
		display: block;
		text-align: center;
	}

	.govt-title {
		display: none;
	}
}

/*****************
HEADER
*****************/
.navbar-brand img {
    z-index: 100;
    position: absolute;
    width: 250%;
    top: 10px;
    right: 0px;
    max-width: 400px;
}

.cta {
	text-align: right;
	margin: 20px 15px 15px 0;
}

.cta .btn-default {
	display: inline;
}

.tagline {
	text-align: left;
	margin: 20px 0 5px 0;
}

.navbar-inverse, footer {
    background: url(images/dark-denim-3.png);
    background-color: #000;
    -webkit-box-shadow: 1px 1px 10px 0px rgba(0,0,0,0.5);
-moz-box-shadow: 1px 1px 10px 0px rgba(0,0,0,0.5);
box-shadow: 1px 1px 10px 0px rgba(0,0,0,0.5);
}


/*****************
MENU
*****************/

@media (min-width:768px) {
	.sub-menu {
		display: none;
		position: absolute;
		background: #222;
		padding: 10px 15px;
		width: 200px;		
	}

	li:hover .sub-menu {
		display: block;
	}

}

.sub-menu li {
	margin-bottom: 10px;
	list-style: none;
}

.sub-menu li:last-child {
	margin-bottom: 0;
}

.sub-menu a  {
	color: #999;
	text-decoration: none;
	z-index: 20;
}

.sub-menu a:hover  {
	color: #fff;	
}	

.sub-menu {
	z-index: 3000000000000;
}

.current-menu-item > a, .current-menu-parent > a {
	background: #000;	
}
.current-menu-parent li a {
	background: inherit;
}
.current-menu-parent .current-menu-item a {
	color: #fff;
	font-weight: bold;
}

/*****************
HOME
*****************/
.home .content .sidebar .textwidget img {
  max-width: 100%;
  box-shadow: none;
}

/*.home iframe {
	margin: 1% 5%
}*/

.home .content .sidebar h3 {
	text-align: center;
}

.home .content .widget h3 {
	text-align: center;
	font-size: 2.1em
}

.home h1, .home h2 {
	text-align: center;
}

/*****************
CONTENT
*****************/

.content {
	padding: 2%;
	background: #fff;
}

.content img {
	max-width: 100%;
	height: auto;
	border-radius: 1px;
	-webkit-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.25);
-moz-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.25);
box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.25);
	margin: 3%;
}

.content .row {
	margin: 1% 0;
}


.resp-container {
    position: relative;
    overflow: hidden;
    padding-top: 56.25%;
}

.resp-iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 0;
}



/**** PayStation ******/

#gform_confirmation_message_1 {
	margin-bottom: 40px;
}

/*****************
FOOTER
*****************/

footer .textwidget img {
	max-height: 55px;
  margin: 5px 8px;
}

footer h3 {
	text-align: center;
}

footer .textwidget {
	text-align: center
}

footer {
	background-color: #222;
}
.foot-copy {
	text-align: center;
	margin-top: 2%;
}

/*****************
MEDIA QUERIES
*****************/

@media only screen and (max-width: 1500px) {
	.navbar-brand img {
    width: 230%;
    right: -120px;
	}
	.tagline {
    margin: 20px 0 5px 100px;
	}
}

@media only screen and (max-width: 1279px) {
	.tagline {
		font-size: 16px;
	}
}

@media only screen and (max-width: 991px) {
	.tagline {
    margin: 20px 0 5px 10px;
	}
	.navbar-brand img {
    width: 230%;
    right: -10px;
	}
}


@media only screen and (max-width: 932px) {
	.navbar-brand img {
    width: 330%;
    left: 20px;
    top: 50px;
	}
	.tagline {
    margin: 20px 0 5px 0px;
	}
}

@media only screen and (max-width: 767px) {
	.navbar-brand img {
    width: 30%;
    left: 20px;
    top: 60px;
	}	
}

@media only screen and (max-width: 479px) {
	.tagline {
    display:none;
	}
	.metaslider {
	display: none;
	}
}