/*
Theme Name: Sustainable Queenstown
Theme URI: http://sustainablequeenstown.org.nz
Description: WordPress Theme
Author: Total Brand
Author URI: https://www.totalbrand.co
Version: 2018.07
*/

/***********************************************************************************************/
/* BASE STYLES */
/***********************************************************************************************/

body {
	background: #404040;
	color: #444;
	font-family: "Asap", Helvetica, Arial, sans-serif;
	font-size: 15px;
	font-weight:400;
	line-height: 1.6em;
	margin: 0;
	padding: 0;
}

img {
	max-width:100%;
	height:auto
}

hr {
	border:0;
	border-top:2px dashed #bfb3a5;
	clear:both;
	display:block;
	margin:0;
	margin-top:40px;
	margin-bottom:40px;
	padding:0;
	width:100%;
}

td {
	border:1px solid #DDD;
	vertical-align:middle;
}

td p {
	font-size:90%;
	margin-bottom:0;
	padding-top:10px;
	padding-right:10px;
	padding-bottom:10px;
	padding-left:10px;
}

/* LINKS */

a:link {
	color: #2c9694;
	text-decoration:none;
}

a:visited {
	color: #2c9694;
	text-decoration:none;
}

a:hover {
	color: #f68c1e;
	text-decoration:none;
}

a:hover img { opacity:0.8; }

a:active {
	color: #2c9694;
	text-decoration:none;
}

/* TEXT */

h1,
h2,
h3,
h4,
h5,
h6,
p {
	color:#333;
	font-family: "Asap", Helvetica, Arial, sans-serif;
	font-weight: 400;
	line-height: 1.6em;
	margin: 0 0 18px 0;
	padding: 0;
}

h1,
h2 {
	font-family: "Just Another Hand", Asap, Helvetica, Arial, sans-serif;
	line-height: 1.2em;
}

h1 {
	color:#2c9694;
	font-size: 3.75em;
}

h2 {
	color:#2c9694;
	font-size: 3em;
}

h2.jumbo {
	border-bottom:3px solid #2c9694;
	display:inline-block;
	font-size: 5em;
	line-height: 0.8em;
}

h3 {
	font-size: 1.4em;
	font-weight:700;
}

h4 {
	font-size: 1.25em;
}

h5 {
	font-size: 1.2em;
}

h6 {
	font-size: 1.1em;
	font-weight:700;
}

strong {
	font-weight:700;
}

em {
	color:#000;
}

button:focus {
    outline: none !important;
}

/***********************************************************************************************/
/* CUSTOM STYLES */
/***********************************************************************************************/

.alignleft {
	clear:both;
	display:block;
	margin-bottom:20px;
}

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

.alignright {
	clear:both;
	display:block;
	margin-bottom:20px;
}

/* BACKGROUNDS */

.bg-dark { 
	background-color: #404040 !important
}

.bkg-grey {
	background-color:#EEE;
}

.bg-light {
	background:#ecded0 !important;
}

.bkg-sand {
	background-color:#decfc1;
	background-image: url(images/bkg-sand.png);
	background-repeat: repeat;
}

@media only screen and (min-width: 992px) {

.bkg-sand {
	background-attachment: fixed;
}

}

.bkg-white {
	background-color:#FFF;
}

blockquote {
	background:#ebdfd3;
	border-radius:12px;
	color:#888;
	font-size:1.2em;
	padding:40px;
}

/* BUTTONS */

.btn {
	border-radius: 10px;
	padding:0.8em 1em;
}

.btn-primary {
	background-color:#f68c1e;
	border:none;
	color:#FFF !important;
	letter-spacing: 1px;
	font-size: 0.8em;
	font-weight:700;
	text-transform: uppercase;
}

.btn-primary:hover,
.btn-primary:active {
	background-color:#f69d1e !important;
}

/* CAROUSEL */

.carousel-caption {
	color: #FFF;
	display:block;
	position: relative;
	right: auto;
	bottom: auto;
	left: auto;
	margin:auto;
	max-width:600px;
	padding-top: 20px;
	padding-bottom: 20px;
	text-align: center;
	z-index: 10;
}

.carousel-caption h2 {
	border-top:3px solid #FFF;
	border-bottom:3px solid #FFF;
	color:#FFF;
	display:inline-block;
	font-size:2.5em;
	line-height:0.8em;
	margin-bottom:10px !important;
	padding:20px 0 !important;
	padding-bottom:0 !important;
	text-shadow: 2px 2px 0 RGBa(0,0,0,0.3);
	text-transform: uppercase;
}

.carousel-caption p {
	color:#FFF;
	font-size:1.25em;
	font-weight:700;
	text-shadow: 2px 2px 0 RGBa(0,0,0,0.3);
	text-transform: uppercase;
}

@media only screen and (min-width: 767px) {

.carousel-caption h2 {
	font-size:3.5em;

}

.carousel-caption p {
	font-size:1.35em;
}

}

@media only screen and (min-width: 992px) {

.carousel-caption h2 {
	font-size:5em;
	text-shadow: 3px 3px 0 RGBa(0,0,0,0.3);
}

}

.carousel-item {
	background-position: center center;
	background-size: cover;
	background-repeat: no-repeat;
	height:400px;
}

@media only screen and (min-width: 767px) {

.carousel-item {
	height:450px;
}

}

@media only screen and (min-width: 992px) {

.carousel-item {
	height:600px;
}

}

.choice.checkbox {
	display:inline-block;
	width:48%;	
}

.clear {
	clear: both;
}

.collapse {
	margin-top:40px;
}

.dropdown-menu {
	border-radius: 6px !important;
	margin:0 !important;
	padding:10px 0 !important;
}

.dropdown-menu .dropdown-item:last-of-type {
	border-bottom:0;
}

footer hr {
	border-top:1px solid #666;
}

/* NAVBAR */

.navbar-toggler {
	position:relative;
	margin:0 0 0 auto;
}

.navbar {
	font-family: "Asap", Helvetica, Arial, sans-serif;
	font-size:0.9em;
	font-weight:700;
	margin-bottom:0;
	text-transform: uppercase;
	width:auto;
}

.navbar li {
	margin:0;
}

.navbar-nav>li>a:focus {
outline: none;
}

.nav-link,
.dropdown-item {
	color:#404040 !important;
}

.nav-link:hover,
.dropdown-item:hover {
	color:#f68c1e !important;
}

.nav-link:active,
.dropdown-item:active {
	background:#DDD !important;
}

.dropdown-item {
	border-bottom:1px solid #EEE;
	font-size:90%;
}

@media only screen and (min-width: 992px) {

.nav-link {
	padding-right:1em !important;
	padding-left:1em !important;
}
	
}

.footer.navbar-nav {
    width: 100%;
    text-align: center;
}

.footer.navbar-nav li {
    float: none;
    display: inline-block;
}

.footer.navbar-nav li a:hover {
    color:#ff6666 !important;
}

.nth-mt:nth-of-type(even) {
	margin-top:40px;
}

.required {
	position:relative;
}

.rounded {
	border-radius: 12px !important;
	overflow: hidden !important;
}

.so-widget-image {
	padding:20px;
}

.thumb {
	background-color:#FFF;
	background-repeat:no-repeat;
	background-position:center;
	background-size:100%;
	border-radius: 12px;
	padding-bottom:60%;
	-webkit-transition: all 1s ease;
    -moz-transition: all 1s ease;
    -o-transition: all 1s ease;
    -ms-transition: all 1s ease;
    transition: all 1s ease;
	width:100%;
}

.thumb-small {
	background-color:#FFF;
	background-repeat:no-repeat;
	background-position:center;
	background-size:100%;
	border-radius: 12px;
	margin-bottom:20px;
	padding-bottom:70%;
	-webkit-transition: all 1s ease;
    -moz-transition: all 1s ease;
    -o-transition: all 1s ease;
    -ms-transition: all 1s ease;
    transition: all 1s ease;
	width:95%;
}

.thumb:hover,
.thumb-small:hover {
	background-size:120%;
	transition: 2s 
}

.vert-center {
	position: relative;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
}

.white,
.white h1,
.white h2,
.white h3,
.white h4,
.white h5,
.white h6,
.white p {
	color:#FFF;
}

.white p {
	color:#DDD;
}

.white a:link,
.white a:active,
.white a:visited {
	color:#FFF;
}

.white a:hover {
	color:#f68c1e;
}

@media only screen and (min-width: 767px) {
	
.alignleft {
	float: left;
	margin-right:20px;
	margin-bottom:20px;
}

.alignright {
	float: right;
	margin-bottom:20px;
	margin-left:20px;
}

.collapse {
	margin-top:0;
}

}

@media only screen and (min-width: 1200px) {

}

/***********************************************************************************************/
/* Back to Top */
/***********************************************************************************************/

.go-top {
	background-color:none;
	border:2px solid #FFF;
	border-radius:50%;
	color: white;
	display: block;
	font-size: 12px;
	height:40px;
	padding: 0.75em;
	position: fixed;
	right: 2em;
	bottom:2em;
	text-decoration: none;
	width:40px;
}

.go-top:hover {
	background-color: #666;
}
